

@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* $headings-font-weight:    700 !default; */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,100,200,300,500,600,700,800,900);


@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');


html {
  font-family: "DM Serif Display", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}


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 {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "DM Serif Display", serif;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  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;
  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;
  }

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

body {
  font-family: "DM Serif Display", serif;
  font-size: 14px;
  line-height: 1.88;
  color: #838d8f;
  background-color: #fff;
  font-weight: 400;
}

input,
button,
select,
textarea {
  font-family: "DM Serif Display", serif;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #3c3d41;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ffc000;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 0px;
  line-height: 1.88;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ececec;
}

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

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "DM Serif Display", serif;
  font-weight: bold;
  line-height: 1.1;
  color: #3c3d41;
}
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: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
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: 13px;
  margin-bottom: 13px;
}
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: 30px;
}

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

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

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

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

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

p {
  margin: 0 0 13px;
}

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

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

mark,
.mark {
  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, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #ffc000;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #cc9a00;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cc9a00;
}

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
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: 26px;
}

dt,
dd {
  line-height: 1.88;
}

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: 991px) {
  .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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.88;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.88;
}

code,
kbd,
pre,
samp {
  font-family: "DM Serif Display", serif;
}

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

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: 12.5px;
  margin: 0 0 13px;
  font-size: 13px;
  line-height: 1.88;
  word-break: break-all;
  word-wrap: break-word;
  color: #999999;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
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: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@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-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.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: 8px;
  line-height: 1.88;
  vertical-align: middle;
  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-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

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

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

table col[class*="col-"] {
  position: static;
  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: 19.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-bottom: 15px;
  margin-bottom: 26px;
  font-size: 21px;
  line-height: inherit;
  color: #999999;
  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: 3px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.88;
  color: #999;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 1.88;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -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: #ebebeb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 235, 235, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 235, 235, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

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

.radio,
.checkbox {
  position: relative;
  /*display: block;*/
	display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
	margin-right: 20px;
}
.radio label,
.checkbox label {
  min-height: 26px;
  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 {
  position: relative;
  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: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}
.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 {
  height: 32px;
  padding: 6px 10px;
  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 {
  height: 32px;
  line-height: 32px;
}

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

.form-group-sm .form-control {
  height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 32px;
  line-height: 32px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 32px;
  min-height: 38px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.42857;
  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 {
  height: 58px;
  line-height: 58px;
}

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

.form-group-lg .form-control {
  height: 58px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.42857;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 58px;
  line-height: 58px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 58px;
  min-height: 44px;
  padding: 16px 20px;
  font-size: 18px;
  line-height: 1.42857;
}

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 58px;
  height: 58px;
  line-height: 58px;
}

.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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.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: 31px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.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 {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 12px;
  }
}

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

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #3c3d41;
  background-color: #fafafa;
  border-color: #ebebeb;
}
.btn-default:focus, .btn-default.focus {
  color: #3c3d41;
  background-color: #e1e1e1;
  border-color: #ababab;
}
.btn-default:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #3c3d41;
  background-color: #e1e1e1;
  border-color: #cccccc;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #3c3d41;
  background-color: #cfcfcf;
  border-color: #ababab;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fafafa;
  border-color: #ebebeb;
}
.btn-default .badge {
  color: #fafafa;
  background-color: #3c3d41;
}

.btn-primary {
  color: #fff;
  background-color: #ffc000;
  border-color: #ffc000;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #cc9a00;
  border-color: #806000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cc9a00;
  border-color: #c29200;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #a87f00;
  border-color: #806000;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #ffc000;
  border-color: #ffc000;
}
.btn-primary .badge {
  color: #ffc000;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #6fa66f;
  border-color: #6fa66f;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #568c56;
  border-color: #395c39;
}
.btn-success:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #568c56;
  border-color: #528552;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #497649;
  border-color: #395c39;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #6fa66f;
  border-color: #6fa66f;
}
.btn-success .badge {
  color: #6fa66f;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #00b2be;
  border-color: #00b2be;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #00828b;
  border-color: #003b3f;
}
.btn-info:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00828b;
  border-color: #007981;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #006167;
  border-color: #003b3f;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #00b2be;
  border-color: #00b2be;
}
.btn-info .badge {
  color: #00b2be;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #fac900;
  border-color: #fac900;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #c7a000;
  border-color: #7b6200;
}
.btn-warning:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c7a000;
  border-color: #bd9800;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a38300;
  border-color: #7b6200;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #fac900;
  border-color: #fac900;
}
.btn-warning .badge {
  color: #fac900;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #f26d7d;
  border-color: #f26d7d;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ee3e53;
  border-color: #cd1229;
}
.btn-danger:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ee3e53;
  border-color: #ed354b;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #eb1d36;
  border-color: #cd1229;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #f26d7d;
  border-color: #f26d7d;
}
.btn-danger .badge {
  color: #f26d7d;
  background-color: #fff;
}

.btn-link {
  color: #3c3d41;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #ffc000;
  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: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.42857;
  border-radius: 0px;
}

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

.btn-xs, .btn-group-xs > .btn {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.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;
}
.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-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 dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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.88;
  color: #3c3d41;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 991px) {
  .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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.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;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

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

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

.input-group-addon {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #999;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 6px 10px;
  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: 15px 20px;
  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 .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  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: 15px 20px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #3c3d41;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.88;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #ffc000;
  background-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #fff;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  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: 0px;
}
.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: 0px 0px 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;
}
.tab-content > .active {
  display: block;
}

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

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 991px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  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: 991px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-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: -20px;
  margin-left: -20px;
}
@media (min-width: 991px) {
  .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: 991px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 991px) {
  .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: 20px 20px;
  font-size: 18px;
  line-height: 26px;
  height: auto;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 991px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: auto-34px/2;
  margin-bottom: auto-34px/2;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: 991px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 10px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
@media (max-width: 990px) {
  .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: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 991px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  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: auto-40px/2;
  margin-bottom: auto-40px/2;
}
@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: 990px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .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 {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: auto-40px/2;
  margin-bottom: auto-40px/2;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: auto-32px/2;
  margin-bottom: auto-32px/2;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: auto-22/2;
  margin-bottom: auto-22/2;
}

.navbar-text {
  margin-top: auto-26px/2;
  margin-bottom: auto-26px/2;
}
@media (min-width: 991px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 991px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #3c3d41;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #242426;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #010101;
}
.navbar-default .navbar-nav > li > a {
  color: #3c3d41;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ffc000;
  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: transparent;
}
.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: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555;
}
@media (max-width: 990px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #3c3d41;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffc000;
    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: transparent;
  }
  .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: #3c3d41;
}
.navbar-default .navbar-link:hover {
  color: #ffc000;
}
.navbar-default .btn-link {
  color: #3c3d41;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #ffc000;
}
.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: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #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: 990px) {
  .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: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 0 0 20px 0;
  margin-bottom: 26px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #000;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 20px;
  line-height: 1.88;
  text-decoration: none;
  color: #3c3d41;
  border: 1px solid transparent;
  margin-left: -1px;
}
.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 {
  z-index: 2;
  color: #000;
  background-color: #fff;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #ffc000;
  font-weight: bold;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.42857;
}
.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: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.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: 26px 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 transparent;
  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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.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: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

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

.label-success {
  background-color: #6fa66f;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #568c56;
}

.label-info {
  background-color: #00b2be;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #00828b;
}

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #3c3d41;
  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;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 26px;
  line-height: 1.88;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  -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: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #838d8f;
}

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

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

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

.alert-success {
  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;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #ffc000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #6fa66f;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #00b2be;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #fac900;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #f26d7d;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 25px;
  margin-bottom: -1px;
  background-color: #fff;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #fff;
  border-color: #e1e1e1;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: white;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

.panel {
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

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

.panel-heading {
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel-footer {
  padding: 30px;
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.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: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.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: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-top-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-bottom-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.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: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.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 #ebebeb;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ebebeb;
}

.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #000;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

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

.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: transparent;
  border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: transparent;
  border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: transparent;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: transparent;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.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-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  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: 1050;
  -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: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.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;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

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

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

.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;
font-family: "DM Serif Display", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.88;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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;
  background-color: #000;
  border-radius: 0px;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.88;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 24px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 16px;
  color: #3c3d41;
  text-align: center;
  text-shadow: none;
  background-color: transparent;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #3c3d41;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
 font-family: "DM Serif Display", serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fafafa;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 24px;
    height: 24px;
    margin-top: -8px;
    font-size: 24px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -8px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -8px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

  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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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;
  }
}
/* @mixin button-outline($color, $background, $border, $background-hover, $color-hover, $border-hover, $border-radius) {
    color: $color;
    background-color: $background;
    border-color: $border;
    @include border-radius($border-radius);
    &:hover,
    &:focus,
    &:active,
    &.active {
        color: $color-hover;
        background-color: $background-hover;
        border-color: $border-hover;
    }
} */
/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/*
 * Global variables
 */
/* main color which will be used for all main block styles... */
/**
 * Import component variables
 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 4 */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
}
body.layout-boxed-lg .row-offcanvas {
  max-width: 1220px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: #FFF;
}

/* top */
.common-home .alert {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.common-home .alert:before, .common-home .alert:after {
  content: " ";
  display: table;
}
.common-home .alert:after {
  clear: both;
}
@media (min-width: 768px) {
  .common-home .alert {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .common-home .alert {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .common-home .alert {
    width: 1170px;
  }
}
.common-home #content {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .common-home .header-v1 {
    background: transparent;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1180px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 991px) {
  .header-v1 .padding-style {
    padding-top: 15px;
  }
}
.right_column .pav-verticalmenu .navbar-nav > li > a {
  text-align: right;
  padding-right: 30px;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li > a {
  text-align: left;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li > a {
  padding-left: 30px;
  padding-right: inherit;
}
.right_column .pav-verticalmenu .navbar-nav > li > a .caret {
  left: 2px;
  border-left: 1px solid #999;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li > a .caret {
  right: 2px;
  left: auto;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li > a .caret {
  border-right: 1px solid #999;
  border-left: inherit;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li > a .caret {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.right_column .pav-verticalmenu .navbar-nav > li > a:before {
  right: 0;
  left: auto;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li > a:before {
  left: 0;
  right: auto;
}
.right_column .pav-verticalmenu .navbar-nav > li > a:after {
  right: 20px;
  left: auto;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li > a:after {
  left: 20px;
  right: auto;
}
.right_column .pav-verticalmenu .navbar-nav > li .dropdown-menu {
  margin-right: 130%;
  right: 0;
  left: auto;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li .dropdown-menu {
  margin-left: 130%;
  margin-right: inherit;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li .dropdown-menu {
  left: 0;
  right: auto;
}
.right_column .pav-verticalmenu .navbar-nav > li .dropdown-submenu:hover > .dropdown-menu {
  margin-right: 100%;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li .dropdown-submenu:hover > .dropdown-menu {
  margin-left: 100%;
  margin-right: inherit;
}
.right_column .pav-verticalmenu .navbar-nav > li .dropdown-submenu > .dropdown-menu {
  margin-right: 110%;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li .dropdown-submenu > .dropdown-menu {
  margin-left: 110%;
  margin-right: inherit;
}
.right_column .pav-verticalmenu .navbar-nav > li.parent:hover .level1 {
  margin-right: 100%;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li.parent:hover .level1 {
  margin-left: 100%;
  margin-right: inherit;
}
.right_column .pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  margin-right: 100%;
}
.rtl .right_column .pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  margin-left: 100%;
  margin-right: inherit;
}

.account-wishlist #content, .product-compare #content, .checkout-cart #content {
  overflow-x: auto;
}

header ul, header ol {
  margin: 0;
  padding: 0;
}
header .custom-top {
  color: #000;
  padding: 17px 20px 0 0;
}
.rtl header .custom-top {
  padding: 17px 0 0 20px;
}
header .custom-top i {
  padding-right: 5px;
  color: #838d8f;
}
.rtl header .custom-top i {
  padding-left: 5px;
  padding-right: inherit;
}
header .quick-setting {
  position: relative;
}
header .quick-setting .dropdown-menu {
  right: auto;
  left: 0;
}
header .quick-setting .dropdown-menu li a {
  color: #838d8f;
}
header .quick-setting .dropdown-menu li a:hover {
  color: #ffc000;
}
header .quick-search {
  margin: 16px 0;
}
header .list-inline li {
  padding-left: 10px;
  padding-right: 10px;
}
header .list-inline li:last-child {
  padding-right: 0;
}
.rtl header .list-inline li:last-child {
  padding-left: 0;
  padding-right: inherit;
}
header .list-inline a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  color: #696969;
  padding: 20px 0;
  display: inline-block;
}
header .list-inline a:hover {
  color: #3c3d41;
}
header .links button {
  font-size: 13px;
  padding: 0;
}
header .btn-link {
  padding: 15px 0;
  border: 0;
  color: #838d8f;
  cursor: pointer;
  margin-right: 20px;
}
.rtl header .btn-link {
  margin-left: 20px;
  margin-right: inherit;
}
header .btn-link i {
  color: #aaa;
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-left: 5px;
  text-align: center;
}
.rtl header .btn-link i {
  margin-right: 5px;
  margin-left: inherit;
}
header .btn-link .name {
  color: #3c3d41;
  font-size: 12px;
  text-transform: uppercase;
}
header #contact_block {
  background: url("../image/contact-bg.png") no-repeat left bottom;
  color: #3c3d41;
  font-size: 18px;
  font-weight: 700;
  min-height: 100px;
  padding-left: 105px;
}
.rtl header #contact_block {
  padding-right: 105px;
  padding-left: inherit;
}
header #contact_block .block_content .tel {
  margin: 30px 0 0;
}
header #contact_block .block_content span {
  color: #000;
  margin: 0 12px;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  line-height: 14px;
}
header.default .inner {
  border-top: 1px solid #ebebeb;
  padding: 20px 0 40px;
}
header.default .quick-search {
  color: #3c3d41;
  font-size: 12px;
}
header.default #cart {
  float: right;
}
.rtl header.default #cart {
  float: left;
}
header.header-v1 {
  background-color: #493335;
  position: relative;
  z-index: 999;
}
header.header-v1 .inner {
  padding: 40px 0 25px;
}
header.header-v1 .navbar-mega .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
}
header.header-v1 #cart {
  padding: 0;
}
header.header-v1 #cart .text-cart {
  display: none;
}
header.header-v1 #cart a .icon-cart {
  width: 18px;
  height: 24px;
}
header.header-v1 #cart a #text-items {
  color: #FFF;
}
header.header-v1 #cart .wrap-cart {
  line-height: 33px;
  vertical-align: top;
  color: #FFF;
}
header.header-v1 .btn-link i, header.header-v1 .btn-link .name {
  color: #FFF;
}
header.header-v1 .search-block {
  color: #FFF;
}
header.header-v1 .btn-link {
  margin-right: 10px;
  padding: 0;
}
header.header-v1 .btn-link .title {
  display: none;
}
.rtl header.header-v1 .btn-link {
  margin-left: 10px;
  margin-right: inherit;
}
header.header-v1 .quick-search {
  margin: 3px 10px 0 0;
}
.rtl header.header-v1 .quick-search {
  margin: 3px 0 0 10px;
}
header.header-v2 .btn-link {
  margin-right: 15px;
}
.rtl header.header-v2 .btn-link {
  margin-left: 15px;
  margin-right: inherit;
}
header.header-v2 .header-top .inner {
  padding: 25px 15px;
}
header.header-v2 .header-bottom {
  background: #2e2e30;
}
header.header-v2 #cart {
  float: right;
  background: #ffc000;
  padding: 2px;
  margin: 8px 0;
  padding-left: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.rtl header.header-v2 #cart {
  float: left;
}
.rtl header.header-v2 #cart {
  padding-right: 15px;
  padding-left: inherit;
}
header.header-v2 #cart .text-cart {
  display: none;
}
header.header-v2 #cart .wrap-cart {
  background: #FFF;
  padding: 5px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
header.header-v2 .navbar-mega .navbar-nav {
  float: none;
  text-align: center;
}
header.header-v2 .navbar-mega .navbar-nav > li:hover > .dropdown-menu {
  margin-top: 0;
}
header.header-v2 .navbar-mega .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFF;
  padding: 15px;
}
header.header-v3 .inner {
  padding: 15px 0;
}
header.header-v3 .navbar-mega .navbar-nav {
  float: none;
  text-align: center;
}
header.header-v3 .navbar-mega .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
header.header-v3 #cart {
  padding: 0;
}
header.header-v3 #cart .text-cart {
  display: none;
}
header.header-v3 #cart a .icon-cart {
  width: 18px;
  height: 24px;
}
header.header-v3 #cart .wrap-cart {
  line-height: 33px;
  vertical-align: top;
}
header.header-v3 .btn-link {
  margin-right: 10px;
  padding: 0;
}
header.header-v3 .btn-link i {
  color: #3c3d41;
}
header.header-v3 .btn-link .title {
  display: none;
}
.rtl header.header-v3 .btn-link {
  margin-left: 10px;
  margin-right: inherit;
}
header.header-v3 .quick-search {
  margin: 3px 10px 0 0;
}
.rtl header.header-v3 .quick-search {
  margin: 3px 0 0 10px;
}
header.header-v3 .quick-search .search-block {
  color: #3c3d41;
}

/* search */
.toggle-overlay-container {
  height: 50px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  border: 1px solid #ebebeb;
  z-index: 9999;
  background: #FFFFFF;
}
.rtl .toggle-overlay-container {
  right: 0;
  left: auto;
}
.toggle-overlay-container .search-box {
  width: calc(100% - 50px);
  float: left;
  height: 100%;
}
.rtl .toggle-overlay-container .search-box {
  float: right;
}
.toggle-overlay-container .search-box button {
  background: transparent;
  color: #3c3d41;
  height: 50px;
  border: 0;
}
.toggle-overlay-container input.form-control {
  border: 0;
  height: 48px;
}
.toggle-overlay-container .dropdown-toggle-button {
  width: 50px;
  height: 100%;
  text-align: center;
  float: right;
  background: #F2f2f2;
  cursor: pointer;
  line-height: 43px;
  font-size: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.rtl .toggle-overlay-container .dropdown-toggle-button {
  float: left;
}
.toggle-overlay-container .dropdown-toggle-button:hover {
  -webkit-box-shadow: 0 0 0 80px #3c3d41 inset;
  box-shadow: 0 0 0 80px #3c3d41 inset;
  color: #FFF;
}
.toggle-overlay-container.active {
  opacity: 1;
  visibility: visible;
}

/* cart */
#cart {
  padding: 13px 0;
}
#cart a {
  position: relative;
}
#cart a i {
  line-height: 24px;
}
#cart a .icon-cart {
  margin: 1px 10px 0 0;
  margin-right: 10px;
  background: url("../image/icon-cart.png") no-repeat left;
  width: 15px;
  height: 18px;
  display: inline-block;
}
.rtl #cart a .icon-cart {
  margin-left: 10px;
  margin-right: inherit;
}
#cart a > span > span {
  display: block;
  text-align: left;
  line-height: 16px;
}
.rtl #cart a > span > span {
  text-align: right;
}
#cart a #text-items {
  font-weight: bold;
  color: #ffc000;
}
#cart .quantity {
  min-width: 45px;
}
#cart .text-cart {
  font-size: 12px;
  text-transform: uppercase;
}
#cart .wrap-cart {
  display: inline-block;
}
#cart #cart-total {
  background: #000;
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  width: 15px;
  height: 15px;
  left: 16px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: -10px;
}
.rtl #cart #cart-total {
  right: 16px;
  left: auto;
}
#cart #cart-number {
  background-color: #3c3d41;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  left: 50px;
  line-height: 18px;
  padding: 0 5px;
  position: absolute;
  top: 12px;
  font-size: 12px;
}
.rtl #cart #cart-number {
  right: 50px;
  left: auto;
}
#cart .dropdown-menu {
  min-width: 400px;
  padding: 20px;
}
#cart .dropdown-menu p {
  margin: 0;
}

/* content */
#content {
  min-height: 520px;
}
#content > h1, #content > h2, #content > h3 {
  margin-top: 0;
}

.pav-container {
  background-repeat: repeat;
}

#column-left .product-block, #column-right .product-block {
  border-bottom: 1px solid #ebebeb;
}

#column-left .products-block, #column-right .products-block, .sidebar .products-block {
  padding: 0;
}
#column-left .products-block .product-col, #column-right .products-block .product-col, .sidebar .products-block .product-col {
  border-left: none;
  width: 100%;
}
.rtl #column-left .products-block .product-col, .rtl #column-right .products-block .product-col, .rtl .sidebar .products-block .product-col {
  border-right: none;
  border-left: inherit;
}
#column-left .products-block .products-row, #column-right .products-block .products-row, .sidebar .products-block .products-row {
  padding: 0;
}
#column-left .product-block, #column-right .product-block, .sidebar .product-block {
  padding: 15px 0;
  overflow: hidden;
  text-align: left;
}
#column-left .product-block .top, #column-right .product-block .top, .sidebar .product-block .top {
  border: none;
}
.rtl #column-left .product-block, .rtl #column-right .product-block, .rtl .sidebar .product-block {
  text-align: right;
}
#column-left .product-block:hover, #column-right .product-block:hover, .sidebar .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#column-left .product-block .image, #column-right .product-block .image, .sidebar .product-block .image {
  float: left;
  width: 30%;
  padding: 0;
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
}
.rtl #column-left .product-block .image, .rtl #column-right .product-block .image, .rtl .sidebar .product-block .image {
  float: right;
}
.rtl #column-left .product-block .image, .rtl #column-right .product-block .image, .rtl .sidebar .product-block .image {
  border-left: 1px solid #ebebeb;
  border-right: inherit;
}
.rtl #column-left .product-block .image, .rtl #column-right .product-block .image, .rtl .sidebar .product-block .image {
  padding-left: 10px;
  padding-right: inherit;
}
#column-left .product-block .image:before, #column-right .product-block .image:before, .sidebar .product-block .image:before {
  content: none;
}
#column-left .product-block .image a:before, #column-right .product-block .image a:before, .sidebar .product-block .image a:before {
  content: none;
}
#column-left .product-block .action, #column-right .product-block .action, .sidebar .product-block .action {
  display: none;
}
#column-left .product-block .product-meta, #column-right .product-block .product-meta, .sidebar .product-block .product-meta {
  padding: 0 0 0 15px;
  float: left;
  text-align: left;
  width: 70% !important;
  bottom: 0 !important;
}
.rtl #column-left .product-block .product-meta, .rtl #column-right .product-block .product-meta, .rtl .sidebar .product-block .product-meta {
  padding: 0 15px 0 0;
}
.rtl #column-left .product-block .product-meta, .rtl #column-right .product-block .product-meta, .rtl .sidebar .product-block .product-meta {
  float: right;
}
.rtl #column-left .product-block .product-meta, .rtl #column-right .product-block .product-meta, .rtl .sidebar .product-block .product-meta {
  text-align: right;
}
#column-left .product-block .name, #column-right .product-block .name, .sidebar .product-block .name {
  margin-top: 0;
}
#column-left .product-block .name a, #column-right .product-block .name a, .sidebar .product-block .name a {
  font-size: 12px;
}
#column-left .product-block .bottom, #column-right .product-block .bottom, .sidebar .product-block .bottom {
  padding: 0;
  border: 0;
}
#column-left .product-block .price, #column-right .product-block .price, .sidebar .product-block .price {
  font-size: 18px;
}
#column-left .product-block .rating, #column-left .product-block .product-label, #column-left .product-block .compare, #column-left .product-block .cart, #column-left .product-block .quickview, #column-left .product-block .wishlist, #column-left .product-block .zoom, #column-right .product-block .rating, #column-right .product-block .product-label, #column-right .product-block .compare, #column-right .product-block .cart, #column-right .product-block .quickview, #column-right .product-block .wishlist, #column-right .product-block .zoom, .sidebar .product-block .rating, .sidebar .product-block .product-label, .sidebar .product-block .compare, .sidebar .product-block .cart, .sidebar .product-block .quickview, .sidebar .product-block .wishlist, .sidebar .product-block .zoom {
  display: none;
}

/* footer */
footer .border-style {
  position: relative;
}
footer .border-style:before {
  background: #ebebeb;
  content: "";
  width: 1000px;
  height: 1px;
  left: -35px;
  position: absolute;
  top: 35px;
}
.rtl footer .border-style:before {
  right: -35px;
  left: auto;
}
footer .panel {
  margin-bottom: 20px;
}
footer .panel-body {
  padding: 0;
}
footer .panel-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
footer .list-unstyled {
  padding: 0;
  margin: 0;
}
footer .list-unstyled li {
  line-height: 20px;
}
footer .list-unstyled li:last-child {
  border-bottom: none;
}
footer .list-unstyled li .zmdi {
  font-size: 11px;
  padding-right: 10px;
}
.rtl footer .list-unstyled li .zmdi {
  padding-left: 10px;
  padding-right: inherit;
}
footer .list-unstyled li a {
  color: #838d8f;
}
footer .list-unstyled li a:hover {
  color: #ffc000;
}
footer .content-html .phone {
  color: #ffc000;
}
footer .content-html > div {
  font-size: 30px;
  font-weight: bold;
  color: #3c3d41;
  padding-bottom: 20px;
  line-height: 35px;
}
footer .content-html p {
  line-height: 18px;
}
footer address strong {
  color: #3b3d40;
  font-size: 12px;
  font-family: "DM Serif Display", serif;
}
footer.footer-v1 .footer-center .inner {
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  footer.footer-v1 .footer-center .inner {
    padding: 0;
  }
}
footer.footer-v1 .panel-heading {
  padding: 0 0 20px;
  border: none;
}
footer.footer-v3 .footer-center .inner {
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0;
  overflow: hidden;
}
footer.footer-v3 .panel-heading {
  padding: 0 0 20px;
  border: none;
}
footer.footer-v3 address {
  color: #3c3d41;
}
footer.footer-v3 address span {
  display: inline-block;
  min-width: 60px;
  color: #838d8f;
}
footer.footer-v4 .content-html {
  display: inline-block;
  max-width: 400px;
}
footer.footer-v4 .footer-top {
  margin-bottom: 50px;
}
footer.footer-v4 .panel-heading {
  margin-bottom: 10px;
  padding: 0 0 10px;
}

/* back top top */
.scrollup {
  background: #3c3d41;
  bottom: 30px;
  position: fixed;
  right: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  z-index: 9999;
}
.rtl .scrollup {
  left: 20px;
  right: auto;
}
.scrollup:hover {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*------------------------------------*\
    Copyright
\*------------------------------------*/
.copyright.default {
  padding-bottom: 100px;
  padding-top: 35px;
}
.copyright.default ul li {
  padding: 0;
  padding-right: 20px;
}
.rtl .copyright.default ul li {
  padding-left: 20px;
  padding-right: inherit;
}
.copyright.copyright-v1 {
  background: #2e2e30;
  padding: 18px 0;
}
.copyright.copyright-v1 .powered {
  padding-top: 5px;
}
.copyright.copyright-v1 .powered a {
  color: #FFF;
}
.copyright.copyright-v1 ul {
  padding-top: 5px;
  float: right;
}
.rtl .copyright.copyright-v1 ul {
  float: left;
}
.copyright.copyright-v1 ul a {
  color: #838d8f;
}
.copyright.copyright-v1 ul a:hover {
  color: #FFF;
}
.copyright.copyright-v4 {
  padding-bottom: 100px;
  padding-top: 35px;
}
.copyright.copyright-v4 ul {
  float: right;
}
.rtl .copyright.copyright-v4 ul {
  float: left;
}
.copyright.copyright-v4 ul li {
  padding: 0;
  padding-left: 15px;
}
.rtl .copyright.copyright-v4 ul li {
  padding-right: 15px;
  padding-left: inherit;
}
.copyright ul {
  margin: 0;
}
.copyright ul li {
  position: relative;
}
.copyright ul a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.copyright .payment {
  padding-top: 30px;
}
.copyright.copyright-v6 {
  padding: 70px 0 140px;
}
.copyright.copyright-v6 ul.social {
  padding: 20px 0;
}
.copyright.copyright-v6 ul.social li {
  padding: 0 15px;
}
.copyright.copyright-v6 ul.social li a i {
  font-size: 18px;
  color: #3c3d41;
}

/*
*  Main Menu
*/
.navbar-nav .new, .navbar-nav .hot {
  color: #fff;
  font-size: 12px;
  font-family: "DM Serif Display", serif;
  font-style: italic;
  line-height: 16px;
  width: 38px;
  height: 16px;
  position: absolute;
  right: 30px;
  text-align: center;
  text-transform: capitalize;
  top: -8px;
  transform: translateZ(0px);
}
.rtl .navbar-nav .new, .rtl .navbar-nav .hot {
  left: 30px;
  right: auto;
}
.navbar-nav .new:before, .navbar-nav .hot:before {
  border-style: solid;
  border-width: 5px;
  bottom: -5px;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.3s;
  transition-property: bottom;
  z-index: -1;
}
.rtl .navbar-nav .new:before, .rtl .navbar-nav .hot:before {
  right: 0;
  left: auto;
}
.navbar-nav .new {
  background-color: #54b97e;
}
.navbar-nav .new:before {
  border-color: #54b97e transparent transparent #54b97e;
}
.navbar-nav .hot {
  background-color: #ff2238;
}
.navbar-nav .hot:before {
  border-color: #ff2238 transparent transparent #ff2238;
}

.navbar-mega .navbar-nav {
  float: right;
}
.rtl .navbar-mega .navbar-nav {
  float: left;
}
.navbar-mega .navbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar-mega .navbar-nav > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.navbar-mega .navbar-nav > li:last-child > a {
  border-right: none;
}
.rtl .navbar-mega .navbar-nav > li:last-child > a {
  border-left: none;
  border-right: inherit;
}
.navbar-mega .navbar-nav > li > a {
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-mega .navbar-nav > li > a:hover, .navbar-mega .navbar-nav > li > a:focus, .navbar-mega .navbar-nav > li > a:active {
  color: #000;
}
.navbar-mega .navbar-nav > li > a .caret {
  border: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  width: 15px;
  height: 15px;
  text-align: center;
}
.navbar-mega .navbar-nav > li > a .caret:before {
  content: "\f107";
}
.navbar-mega .navbar-nav > li .dropdown-menu {
  z-index: 9999999;
  padding: 30px;
  background: #FFF;
  min-width: 250px;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  visibility: hidden;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease-out 0s;
  -o-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
  margin-top: 50px;
}
.navbar-mega .navbar-nav > li .dropdown-menu li i {
  font-size: 11px;
  padding-right: 10px;
}
.rtl .navbar-mega .navbar-nav > li .dropdown-menu li i {
  padding-left: 10px;
  padding-right: inherit;
}
.navbar-mega .navbar-nav > li .dropdown-menu li a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-transform: initial;
  display: inline-block;
}
.navbar-mega .navbar-nav > li .dropdown-menu li a:hover {
  color: #ffc000;
}
.navbar-mega .navbar-nav > li .dropdown-menu li:last-child a {
  border-bottom: none;
}
.navbar-mega .navbar-nav > li .dropdown-menu.level2 {
  display: none;
}
.navbar-mega .navbar-nav > li .dropdown-menu .row + .row {
  margin-top: 20px;
}
.navbar-mega .navbar-nav > li .dropdown-menu .products-row + .products-row {
  margin-top: 0;
}
.navbar-mega .navbar-nav > li .dropdown-submenu {
  position: relative;
}
.navbar-mega .navbar-nav > li .dropdown-submenu:hover > .dropdown-menu {
  top: -37px;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all 0.35s ease-out 0s;
  -o-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
}
.navbar-mega .navbar-nav > li:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 20px;
}
.navbar-mega .navbar-nav > .aligned-fullwidth {
  position: static;
}
.navbar-mega .navbar-nav > .aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
}
.navbar-mega .navbar-nav > .aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-left: 0;
}
.rtl .navbar-mega .navbar-nav > .aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-right: 0;
  margin-left: inherit;
}
.navbar-mega .navbar-nav > .aligned-right .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .navbar-mega .navbar-nav > .aligned-right .dropdown-menu {
  right: auto;
  left: auto;
}
.rtl .navbar-mega .navbar-nav > .aligned-right .dropdown-menu {
  left: 0;
  right: auto;
}
.navbar-mega .navbar-nav > .aligned-right .dropdown-submenu .dropdown-menu {
  top: 80px;
  margin-right: 85%;
}
.rtl .navbar-mega .navbar-nav > .aligned-right .dropdown-submenu .dropdown-menu {
  margin-left: 85%;
  margin-right: inherit;
}
.navbar-mega .navbar-nav > .aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .navbar-mega .navbar-nav > .aligned-left .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .navbar-mega .navbar-nav > .aligned-left .dropdown-menu {
  left: auto;
  right: auto;
}
.navbar-mega .navbar-nav > .aligned-left .dropdown-submenu .dropdown-menu {
  margin-left: 85%;
}
.rtl .navbar-mega .navbar-nav > .aligned-left .dropdown-submenu .dropdown-menu {
  margin-right: 85%;
  margin-left: inherit;
}
.navbar-mega .navbar-nav > .aligned-center .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.rtl .navbar-mega .navbar-nav > .aligned-center .dropdown-menu {
  right: 50%;
  left: auto;
}
.rtl .navbar-mega .navbar-nav > .aligned-center .dropdown-menu {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.navbar-mega .navbar-nav > .aligned-center .dropdown-submenu .dropdown-menu {
  margin-left: 85%;
}
.rtl .navbar-mega .navbar-nav > .aligned-center .dropdown-submenu .dropdown-menu {
  margin-right: 85%;
  margin-left: inherit;
}
.navbar-mega .widget-heading {
  font-size: 14px;
  text-transform: uppercase;
}
.navbar-mega .product-block .action {
  display: none;
}
.navbar-mega .widget-html .widget-inner {
  line-height: 30px;
}

/**
 * White Styles
 */
.navbar-mega-light .navbar-mega .navbar-nav > li > a, .navbar-mega-light .navbar-mega .navbar-nav > li > a .caret {
  color: #FFFFFF;
}
.navbar-mega-light .navbar-mega .navbar-nav > li.active > a::before, .navbar-mega-light .navbar-mega .navbar-nav > li:hover > a::before {
  background: #FFFFFF;
}

.navbar-mega-theme {
  background: #3c3d41;
}
.navbar-mega-theme .navbar-mega .navbar-nav > li > a, .navbar-mega-theme .navbar-mega .navbar-nav > li > a .caret {
  color: #FFFFFF;
}

/**
 * Simple Styles
 */
.navbar-mega-simple {
  text-align: center;
}
.navbar-mega-simple .pbr-megamenu {
  display: inline-block;
}

/*** Vertical Megamenu ***/
.verticalmenu-head {
  position: relative;
  background: #ba1d19;
  font-weight: 600;
  padding: 50px 25px;
}
.verticalmenu-head .vertical-title {
  margin: 0 0 20px;
  font-size: 30px;
  font-family: "DM Serif Display", serif;
  font-weight: 600;
  color: #FFF;
}
.verticalmenu-head:hover .pav-verticalmenu {
  display: block;
}

.pav-verticalmenu ul ul {
  margin: 0;
  padding: 0;
}
.pav-verticalmenu .navbar-nav > li {
  width: 100%;
  float: left;
  position: relative;
  -webkit-transition: all 0.35s ease-out 0s;
  -o-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
}
.rtl .pav-verticalmenu .navbar-nav > li {
  float: right;
}
.pav-verticalmenu .navbar-nav > li i {
  display: none;
}
.pav-verticalmenu .navbar-nav > li:hover > a {
  color: #ffc000;
}
.pav-verticalmenu .navbar-nav > li > a {
  padding: 10px 0;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pav-verticalmenu .navbar-nav > li > a .caret {
  position: absolute;
  right: 2px;
  top: 40%;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 0;
  border-left: 0;
  width: 7px;
  height: 7px;
  background: transparent;
  padding: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rtl .pav-verticalmenu .navbar-nav > li > a .caret {
  left: 2px;
  right: auto;
}
.rtl .pav-verticalmenu .navbar-nav > li > a .caret {
  border-left: 1px solid #999;
  border-right: inherit;
}
.rtl .pav-verticalmenu .navbar-nav > li > a .caret {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pav-verticalmenu .navbar-nav > li:last-child > a {
  border-bottom: none;
}
.pav-verticalmenu .navbar-nav > li .dropdown-menu {
  padding: 30px;
  background: #FFF;
  min-width: 250px;
  visibility: hidden;
  display: block;
  top: 0;
  margin-left: 130%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease-out 0s;
  -o-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
}
.rtl .pav-verticalmenu .navbar-nav > li .dropdown-menu {
  margin-right: 130%;
  margin-left: inherit;
}
.pav-verticalmenu .navbar-nav > li .dropdown-menu li a {
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #ebebeb;
  display: block;
}
.pav-verticalmenu .navbar-nav > li .dropdown-menu li a:hover {
  color: #ffc000;
}
.pav-verticalmenu .navbar-nav > li .dropdown-menu li:last-child a {
  border-bottom: none;
}
.pav-verticalmenu .navbar-nav > li .dropdown-menu.level2 {
  display: none;
}
.pav-verticalmenu .navbar-nav > li .dropdown-menu .row + .row {
  margin-top: 20px;
}
.pav-verticalmenu .navbar-nav > li .dropdown-menu .products-row + .products-row {
  margin-top: 0;
}
.pav-verticalmenu .navbar-nav > li .dropdown-submenu {
  position: relative;
}
.pav-verticalmenu .navbar-nav > li .dropdown-submenu:hover > .dropdown-menu {
  top: 0px;
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 100%;
}
.rtl .pav-verticalmenu .navbar-nav > li .dropdown-submenu:hover > .dropdown-menu {
  margin-right: 100%;
  margin-left: inherit;
}
.pav-verticalmenu .navbar-nav > li .dropdown-submenu > .dropdown-menu {
  margin-left: 110%;
  -webkit-transition: all 0.35s ease-out 0s;
  -o-transition: all 0.35s ease-out 0s;
  transition: all 0.35s ease-out 0s;
}
.rtl .pav-verticalmenu .navbar-nav > li .dropdown-submenu > .dropdown-menu {
  margin-right: 110%;
  margin-left: inherit;
}
.pav-verticalmenu .navbar-nav > li > .aligned-fullwidth {
  position: static;
}
.pav-verticalmenu .navbar-nav > li > .aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
  margin-top: -2px;
}
.pav-verticalmenu .navbar-nav > li > .aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-left: 0;
}
.rtl .pav-verticalmenu .navbar-nav > li > .aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-right: 0;
  margin-left: inherit;
}
.pav-verticalmenu .navbar-nav > li > .aligned-right .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .pav-verticalmenu .navbar-nav > li > .aligned-right .dropdown-menu {
  right: auto;
  left: auto;
}
.rtl .pav-verticalmenu .navbar-nav > li > .aligned-right .dropdown-menu {
  left: 0;
  right: auto;
}
.pav-verticalmenu .navbar-nav > li > .aligned-right .dropdown-submenu .dropdown-menu {
  margin-right: 85%;
}
.rtl .pav-verticalmenu .navbar-nav > li > .aligned-right .dropdown-submenu .dropdown-menu {
  margin-left: 85%;
  margin-right: inherit;
}
.pav-verticalmenu .navbar-nav > li > .aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl .pav-verticalmenu .navbar-nav > li > .aligned-left .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .pav-verticalmenu .navbar-nav > li > .aligned-left .dropdown-menu {
  left: auto;
  right: auto;
}
.pav-verticalmenu .navbar-nav > li > .aligned-left .dropdown-submenu .dropdown-menu {
  margin-left: 85%;
}
.rtl .pav-verticalmenu .navbar-nav > li > .aligned-left .dropdown-submenu .dropdown-menu {
  margin-right: 85%;
  margin-left: inherit;
}
.pav-verticalmenu .navbar-nav > li > .aligned-center .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.rtl .pav-verticalmenu .navbar-nav > li > .aligned-center .dropdown-menu {
  right: 50%;
  left: auto;
}
.rtl .pav-verticalmenu .navbar-nav > li > .aligned-center .dropdown-menu {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.pav-verticalmenu .navbar-nav > li > .aligned-center .dropdown-submenu .dropdown-menu {
  margin-left: 85%;
}
.rtl .pav-verticalmenu .navbar-nav > li > .aligned-center .dropdown-submenu .dropdown-menu {
  margin-right: 85%;
  margin-left: inherit;
}
.pav-verticalmenu .navbar-nav > li.parent {
  position: relative;
}
.pav-verticalmenu .navbar-nav > li.parent:hover .level1 {
  display: block;
  margin-left: 100%;
  top: 0;
}
.rtl .pav-verticalmenu .navbar-nav > li.parent:hover .level1 {
  margin-right: 100%;
  margin-left: inherit;
}
.pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  display: block;
  margin-left: 100%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  margin-right: 100%;
  margin-left: inherit;
}
.pav-verticalmenu .widget-heading {
  text-transform: uppercase;
  font-size: 14px;
}
.pav-verticalmenu .widget-html .widget-inner {
  line-height: 30px;
}
.pav-verticalmenu .product-block .action {
  display: none;
}
.pav-verticalmenu .product-block .image:before {
  content: none;
}
.pav-verticalmenu .products-block {
  padding: 0;
}
.pav-verticalmenu .products-block .product-col {
  margin: 0;
}
.pav-verticalmenu .widget-products i {
  text-align: center !important;
}

ul,
ol {
  list-style: none;
}

td button, td a, td input {
  margin: 5px !important;
}
td .input-group .form-control {
  width: 105px;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
}
.form-control::-webkit-input-placeholder {
  font-family: "DM Serif Display", serif;
}
.form-control:-ms-input-placeholder {
 font-family: "DM Serif Display", serif;
}
.form-control:-moz-placeholder {
  font-family: "DM Serif Display", serif;
}
.form-control::-moz-placeholder {
  font-family: "DM Serif Display", serif;
}
.form-control:focus {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  padding: 20px;
  min-width: 170px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 5px 0 0;
}

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

.buttons {
  overflow: hidden;
  clear: both;
  margin: 20px 0;
}

.container-fluid {
  padding: 0;
}

.alert {
  overflow: hidden;
}

button {
  background: transparent;
  border: none;
}
button:hover {
  color: #ffc000;
}

.btn {
  font-weight: bold;
  text-transform: uppercase;
}
.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link:hover {
  color: #ffc000;
}

.carousel-control {
  height: 24px;
  display: inline-block;
  line-height: 19px;
  color: #989898;
  font-size: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.carousel-control.left {
  left: -50px;
}
.carousel-control.right {
  right: 0;
  left: auto;
}

.panel-footer {
  padding: 10px;
}

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin-bottom: 30px;
  border: none;
}
.panel.panel-v1 .panel-title {
  font-size: 48px;
}
.panel.panel-v1 .panel-heading {
  text-align: center;
  border: none;
  padding: 60px 0 10px;
}
.panel.panel-v1 .panel-body {
  padding: 30px 0 0;
}
.panel.panel-v2 .panel-heading {
  padding: 50px 20px 0;
  border: none;
}

.panel-heading {
  border-bottom: 1px solid #ebebeb;
	text-align: center;
}

.panel-body {
  padding: 15px;
}

.panel-title {
  font-size: 30px;
  color: #3c3d41;
  display: inline-block;
}

.panel-group .panel {
  padding: 0;
}
.panel-group .panel-title {
  text-align: left;
  font-size: 14px;
}
.rtl .panel-group .panel-title {
  text-align: right;
}
.panel-group .panel-title:before, .panel-group .panel-title:after {
  content: none;
}
.panel-group .panel-heading {
  padding: 10px;
}

.navbar-collapse {
  padding: 0;
}

.nav-first > li:first-child > a {
  padding-left: 0;
}
.rtl .nav-first > li:first-child > a {
  padding-right: 0;
  padding-left: inherit;
}
.nav-first > li > a:hover {
  color: #696969;
}

.radio label, .checkbox label {
  color: #3c3d41;
}

.list-group {
  margin: 0;
  padding: 0;
}
.list-group > li {
  padding: 0;
}
.list-group > li > a {
  padding: 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #f1f1f1;
}
.list-group > li .accordion-heading {
  position: absolute;
  top: 15px;
  font-size: 10px;
  color: #3c3d41;
  right: 20px;
  color: #696969;
  cursor: pointer;
  display: block;
  font-size: 7px;
  height: 20px;
  line-height: 18px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 15px;
  width: 20px;
}
.rtl .list-group > li .accordion-heading {
  left: 20px;
  right: auto;
}
.list-group ul {
  padding: 0 0 20px;
}
.list-group ul > li {
  list-style: none;
  border: none;
}
.list-group ul > li a {
  font-weight: normal;
  color: #ffc000;
}
.list-group .head {
  display: none;
}

.well {
  min-height: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination {
  margin: 0;
}
.pagination > li {
  float: left;
  margin: 0 2px;
}
.rtl .pagination > li {
  float: right;
}
.pagination > li > a,
.pagination > li > span {
  padding: 5px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.breadcrumb {
  margin-bottom: 30px;
  padding: 60px 0 15px;
  position: relative;
}
.breadcrumb:before {
  content: "";
  height: 100%;
  margin-left: -150%;
  padding: 0 200%;
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 1px solid #ededed;
}
.breadcrumb a {
  color: #838d8f;
}
.breadcrumb a:hover {
  color: #3c3d41;
}
.breadcrumb > li {
  padding: 0 15px;
  position: relative;
}
.breadcrumb > li:first-child {
  padding-left: 0;
}
.rtl .breadcrumb > li:first-child {
  padding-right: 0;
  padding-left: inherit;
}
.breadcrumb > li:after {
  position: absolute;
  content: "\f105";
  top: 6px;
  right: -3px;
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ffc000;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb > li + li:before {
  content: none;
}
.breadcrumb > li:last-child a {
  color: #3c3d41;
}
.breadcrumb > li:last-child:after {
  content: none;
}

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

.img-thumbnail {
  border: none;
}

.control-label {
  font-weight: normal;
  color: #000;
}

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

button.close {
  padding: 0 10px;
}

.img-responsive {
  display: inline-block;
}

.price {
  color: #ffc000;
  font-weight: bold;
  font-size: 20px;
}
.price .price-old {
  color: #ccc;
  font-weight: normal;
  padding-left: 5px;
  text-decoration: line-through;
  font-size: 14px;
}
.rtl .price .price-old {
  padding-right: 5px;
  padding-left: inherit;
}

table .price {
  margin: 0;
}

.detail.price-new {
  font-size: 36px;
  color: #ffc000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
.detail.price-old {
  font-size: 18px;
  color: #696969;
}
.detail.rating {
  padding-top: 22px;
}

.fa-stack-2x, .fa-stack {
  font-size: 10px !important;
  width: 8px !important;
  height: 10px !important;
  line-height: 10px;
  margin: 0;
}

.rating .fa-stack {
  font-size: 10px;
  width: 8px;
  height: 10px;
  line-height: 10px;
  margin: 0;
}
.rating .fa-star {
  color: #febd49;
  height: 12px;
  line-height: 12px;
}
.rating .fa-star-o {
  color: #c9c9c9;
  height: 12px;
  line-height: 12px;
}

.product-label {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 25px;
  background: #f26d7d;
  left: 15px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.rtl .product-label {
  right: 15px;
  left: auto;
}
.product-label .product-label-special {
  line-height: 22px;
  margin: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  width: 30px;
}

/* product style */
.products-block .products-row {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
.products-block .products-row:before {
  background: #ebebeb;
  bottom: 0;
  content: "";
  width: 50%;
  height: 1px;
  left: 15px;
  position: absolute;
}
.rtl .products-block .products-row:before {
  right: 15px;
  left: auto;
}
.products-block .products-row:after {
  background: #ebebeb;
  bottom: 0;
  content: "";
  width: 50%;
  height: 1px;
  right: 15px;
  position: absolute;
}
.rtl .products-block .products-row:after {
  left: 15px;
  right: auto;
}
.products-block .products-row:last-child:before {
  content: none;
}
.products-block .products-row:last-child:after {
  content: none;
}
.products-block .product-col {
  border-left: 1px solid #ebebeb;
}
.rtl .products-block .product-col {
  border-right: 1px solid #ebebeb;
  border-left: inherit;
}
.products-block .product-col:first-child {
  border-left: none;
}
.rtl .products-block .product-col:first-child {
  border-right: none;
  border-left: inherit;
}

.product-v1 .product-block {
  background-color: #FFF;
  padding: 20px;
}
.product-v1 .product-block .name {
  margin-top: 0;
}
.product-v1 .product-block .cart {
  display: none;
}
.product-v1 .product-block .top {
  padding: 0;
  border: none;
}
.product-v1 .product-block .bottom .action {
  float: none;
}
.product-v1 .product-block .bottom .rating {
  display: none;
}
.product-v1 .product-block .image {
  float: left;
  margin-right: 20px;
  border-right: 1px solid #ebebeb;
  width: 40%;
}
.rtl .product-v1 .product-block .image {
  float: right;
}
.rtl .product-v1 .product-block .image {
  margin-left: 20px;
  margin-right: inherit;
}
.rtl .product-v1 .product-block .image {
  border-left: 1px solid #ebebeb;
  border-right: inherit;
}
.product-v1 .product-block .product-meta {
  overflow: hidden;
  text-align: left;
  width: auto !important;
  bottom: 0 !important;
  padding: 0;
}
.rtl .product-v1 .product-block .product-meta {
  text-align: right;
}

.product-v3 .products-block {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.product-v3 .carousel-controls {
  width: 100%;
  top: 50%;
  margin-top: -20px;
}
.product-v3 .carousel-controls .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: none;
  color: #58595d;
  font-size: 40px;
}
.product-v3 .carousel-controls .carousel-control.left {
  left: 0;
}
.product-v3 .carousel-controls .carousel-control.right {
  right: 0;
}
.product-v3:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-v3:hover .carousel-control.left {
  left: -60px;
}
.product-v3:hover .carousel-control.right {
  right: -60px;
}
.product-v3 .product-block .name {
  margin-top: 0;
}
.product-v3 .product-block .cart {
  display: none;
}
.product-v3 .product-block .top {
  padding: 0;
  border: none;
}
.product-v3 .product-block .bottom .rating {
  display: none;
}
.product-v3 .product-block .bottom .action {
  float: none;
}
.product-v3 .product-block .image {
  float: left;
  margin-right: 20px;
  width: 40%;
}
.rtl .product-v3 .product-block .image {
  float: right;
}
.rtl .product-v3 .product-block .image {
  margin-left: 20px;
  margin-right: inherit;
}
.product-v3 .product-block .product-meta {
  overflow: hidden;
  text-align: left;
  width: auto !important;
  bottom: 0 !important;
  padding: 0;
}
.rtl .product-v3 .product-block .product-meta {
  text-align: right;
}

.product-block {
  text-align: center;
}
.product-block .name {
  margin: 0 0 5px;
  text-transform: uppercase;
  min-height: 35px;
  overflow: hidden;
}
.product-block .name a {
  color: #303030;
  font-size: 15px;
}
.product-block .name a:hover {
  color: #ffc000;
}
.product-block .top {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.product-block .bottom .rating {
  float: left;
}
.rtl .product-block .bottom .rating {
  float: right;
}
.product-block .bottom .action {
  float: right;
}
.rtl .product-block .bottom .action {
  float: left;
}
.product-block .cart .btn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: bold;
  padding: 10px 50px;
  text-transform: uppercase;
}
.product-block .image {
  position: relative;
  text-align: center;
  z-index: 0;
  margin: 0 auto;
  overflow: hidden;
}
.product-block .description {
  display: none;
}

input::-moz-placeholder {
  font-size: 12px;
  font-weight: 300;
  color: rgba(153, 153, 153, 0.6);
}
input::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 300;
  color: rgba(153, 153, 153, 0.6);
}

td, th {
  min-width: 35px;
}

.no-space-row .row {
  margin: 0;
}

.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
  padding: 0;
}

@media (min-width: 992px) {
  .same-height-column .row {
    display: table;
    width: 100%;
  }
  .same-height-column .row > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
.border-top {
  border-top: 1px solid #ebebeb;
}

/* .border {
    &:after {
        content: "";
        width: 1000%;
        height: 1px;
        position: absolute;
        top: 1px;
        @include rtl-left(0px);
        background-color: $border-color;
        z-index: 9;
    }
    &:before {
        content: "";
        width: 1px;
        height: 1000%;
        position: absolute;
        @include rtl-left(0px);
        top: 1px;
        background-color: $border-color;
        z-index: 9;
    }
    & + .border{
        &:before {
            content: "";
            width: 1px;
            height: 1000%;
            position: absolute;
            @include rtl-left(0px);
            top: 1px;
            background-color: $border-color;
            z-index: 9;
        }
    }
} */
.border-base {
  border: 1px solid #ebebeb;
}

.border-top {
  border-top: 1px solid #ebebeb;
}

.noborder {
  border: none;
}

.z-index {
  position: relative;
  z-index: 1000;
}

.panel + .row {
  margin-top: -30px;
}

.radius-x {
  border-radius: 50% !important;
}

.border-width-0 {
  border-width: 0px;
}

.border-width-1 {
  border-width: 1px;
}

.border-width-2 {
  border-width: 2px;
}

.border-width-3 {
  border-width: 3px;
}

.border-width-4 {
  border-width: 4px;
}

.border-width-5 {
  border-width: 5px;
}

.border-width-6 {
  border-width: 6px;
}

.border-width-7 {
  border-width: 7px;
}

.border-width-8 {
  border-width: 8px;
}

.border-width-9 {
  border-width: 9px;
}

.border-width-10 {
  border-width: 10px;
}

.border-width-11 {
  border-width: 11px;
}

.border-width-12 {
  border-width: 12px;
}

.border-width-13 {
  border-width: 13px;
}

.border-width-14 {
  border-width: 14px;
}

.border-width-15 {
  border-width: 15px;
}

.border-width-16 {
  border-width: 16px;
}

.border-width-17 {
  border-width: 17px;
}

.border-width-18 {
  border-width: 18px;
}

.border-width-19 {
  border-width: 19px;
}

.border-width-20 {
  border-width: 20px;
}

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

.radius-1 {
  border-radius: 1px;
}

.radius-2 {
  border-radius: 2px;
}

.radius-3 {
  border-radius: 3px;
}

.radius-4 {
  border-radius: 4px;
}

.radius-5 {
  border-radius: 5px;
}

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

.radius-7 {
  border-radius: 7px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-9 {
  border-radius: 9px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-11 {
  border-radius: 11px;
}

.radius-12 {
  border-radius: 12px;
}

.radius-13 {
  border-radius: 13px;
}

.radius-14 {
  border-radius: 14px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-16 {
  border-radius: 16px;
}

.radius-17 {
  border-radius: 17px;
}

.radius-18 {
  border-radius: 18px;
}

.radius-19 {
  border-radius: 19px;
}

.radius-20 {
  border-radius: 20px;
}

.margin--200 {
  margin: -200px;
}

.margin-top--200 {
  margin-top: -200px;
}

.margin-bottom--200 {
  margin-bottom: -200px;
}

.margin-left--200 {
  margin-left: -200px;
}

.margin-right--200 {
  margin-right: -200px;
}

.margin--199 {
  margin: -199px;
}

.margin-top--199 {
  margin-top: -199px;
}

.margin-bottom--199 {
  margin-bottom: -199px;
}

.margin-left--199 {
  margin-left: -199px;
}

.margin-right--199 {
  margin-right: -199px;
}

.margin--198 {
  margin: -198px;
}

.margin-top--198 {
  margin-top: -198px;
}

.margin-bottom--198 {
  margin-bottom: -198px;
}

.margin-left--198 {
  margin-left: -198px;
}

.margin-right--198 {
  margin-right: -198px;
}

.margin--197 {
  margin: -197px;
}

.margin-top--197 {
  margin-top: -197px;
}

.margin-bottom--197 {
  margin-bottom: -197px;
}

.margin-left--197 {
  margin-left: -197px;
}

.margin-right--197 {
  margin-right: -197px;
}

.margin--196 {
  margin: -196px;
}

.margin-top--196 {
  margin-top: -196px;
}

.margin-bottom--196 {
  margin-bottom: -196px;
}

.margin-left--196 {
  margin-left: -196px;
}

.margin-right--196 {
  margin-right: -196px;
}

.margin--195 {
  margin: -195px;
}

.margin-top--195 {
  margin-top: -195px;
}

.margin-bottom--195 {
  margin-bottom: -195px;
}

.margin-left--195 {
  margin-left: -195px;
}

.margin-right--195 {
  margin-right: -195px;
}

.margin--194 {
  margin: -194px;
}

.margin-top--194 {
  margin-top: -194px;
}

.margin-bottom--194 {
  margin-bottom: -194px;
}

.margin-left--194 {
  margin-left: -194px;
}

.margin-right--194 {
  margin-right: -194px;
}

.margin--193 {
  margin: -193px;
}

.margin-top--193 {
  margin-top: -193px;
}

.margin-bottom--193 {
  margin-bottom: -193px;
}

.margin-left--193 {
  margin-left: -193px;
}

.margin-right--193 {
  margin-right: -193px;
}

.margin--192 {
  margin: -192px;
}

.margin-top--192 {
  margin-top: -192px;
}

.margin-bottom--192 {
  margin-bottom: -192px;
}

.margin-left--192 {
  margin-left: -192px;
}

.margin-right--192 {
  margin-right: -192px;
}

.margin--191 {
  margin: -191px;
}

.margin-top--191 {
  margin-top: -191px;
}

.margin-bottom--191 {
  margin-bottom: -191px;
}

.margin-left--191 {
  margin-left: -191px;
}

.margin-right--191 {
  margin-right: -191px;
}

.margin--190 {
  margin: -190px;
}

.margin-top--190 {
  margin-top: -190px;
}

.margin-bottom--190 {
  margin-bottom: -190px;
}

.margin-left--190 {
  margin-left: -190px;
}

.margin-right--190 {
  margin-right: -190px;
}

.margin--189 {
  margin: -189px;
}

.margin-top--189 {
  margin-top: -189px;
}

.margin-bottom--189 {
  margin-bottom: -189px;
}

.margin-left--189 {
  margin-left: -189px;
}

.margin-right--189 {
  margin-right: -189px;
}

.margin--188 {
  margin: -188px;
}

.margin-top--188 {
  margin-top: -188px;
}

.margin-bottom--188 {
  margin-bottom: -188px;
}

.margin-left--188 {
  margin-left: -188px;
}

.margin-right--188 {
  margin-right: -188px;
}

.margin--187 {
  margin: -187px;
}

.margin-top--187 {
  margin-top: -187px;
}

.margin-bottom--187 {
  margin-bottom: -187px;
}

.margin-left--187 {
  margin-left: -187px;
}

.margin-right--187 {
  margin-right: -187px;
}

.margin--186 {
  margin: -186px;
}

.margin-top--186 {
  margin-top: -186px;
}

.margin-bottom--186 {
  margin-bottom: -186px;
}

.margin-left--186 {
  margin-left: -186px;
}

.margin-right--186 {
  margin-right: -186px;
}

.margin--185 {
  margin: -185px;
}

.margin-top--185 {
  margin-top: -185px;
}

.margin-bottom--185 {
  margin-bottom: -185px;
}

.margin-left--185 {
  margin-left: -185px;
}

.margin-right--185 {
  margin-right: -185px;
}

.margin--184 {
  margin: -184px;
}

.margin-top--184 {
  margin-top: -184px;
}

.margin-bottom--184 {
  margin-bottom: -184px;
}

.margin-left--184 {
  margin-left: -184px;
}

.margin-right--184 {
  margin-right: -184px;
}

.margin--183 {
  margin: -183px;
}

.margin-top--183 {
  margin-top: -183px;
}

.margin-bottom--183 {
  margin-bottom: -183px;
}

.margin-left--183 {
  margin-left: -183px;
}

.margin-right--183 {
  margin-right: -183px;
}

.margin--182 {
  margin: -182px;
}

.margin-top--182 {
  margin-top: -182px;
}

.margin-bottom--182 {
  margin-bottom: -182px;
}

.margin-left--182 {
  margin-left: -182px;
}

.margin-right--182 {
  margin-right: -182px;
}

.margin--181 {
  margin: -181px;
}

.margin-top--181 {
  margin-top: -181px;
}

.margin-bottom--181 {
  margin-bottom: -181px;
}

.margin-left--181 {
  margin-left: -181px;
}

.margin-right--181 {
  margin-right: -181px;
}

.margin--180 {
  margin: -180px;
}

.margin-top--180 {
  margin-top: -180px;
}

.margin-bottom--180 {
  margin-bottom: -180px;
}

.margin-left--180 {
  margin-left: -180px;
}

.margin-right--180 {
  margin-right: -180px;
}

.margin--179 {
  margin: -179px;
}

.margin-top--179 {
  margin-top: -179px;
}

.margin-bottom--179 {
  margin-bottom: -179px;
}

.margin-left--179 {
  margin-left: -179px;
}

.margin-right--179 {
  margin-right: -179px;
}

.margin--178 {
  margin: -178px;
}

.margin-top--178 {
  margin-top: -178px;
}

.margin-bottom--178 {
  margin-bottom: -178px;
}

.margin-left--178 {
  margin-left: -178px;
}

.margin-right--178 {
  margin-right: -178px;
}

.margin--177 {
  margin: -177px;
}

.margin-top--177 {
  margin-top: -177px;
}

.margin-bottom--177 {
  margin-bottom: -177px;
}

.margin-left--177 {
  margin-left: -177px;
}

.margin-right--177 {
  margin-right: -177px;
}

.margin--176 {
  margin: -176px;
}

.margin-top--176 {
  margin-top: -176px;
}

.margin-bottom--176 {
  margin-bottom: -176px;
}

.margin-left--176 {
  margin-left: -176px;
}

.margin-right--176 {
  margin-right: -176px;
}

.margin--175 {
  margin: -175px;
}

.margin-top--175 {
  margin-top: -175px;
}

.margin-bottom--175 {
  margin-bottom: -175px;
}

.margin-left--175 {
  margin-left: -175px;
}

.margin-right--175 {
  margin-right: -175px;
}

.margin--174 {
  margin: -174px;
}

.margin-top--174 {
  margin-top: -174px;
}

.margin-bottom--174 {
  margin-bottom: -174px;
}

.margin-left--174 {
  margin-left: -174px;
}

.margin-right--174 {
  margin-right: -174px;
}

.margin--173 {
  margin: -173px;
}

.margin-top--173 {
  margin-top: -173px;
}

.margin-bottom--173 {
  margin-bottom: -173px;
}

.margin-left--173 {
  margin-left: -173px;
}

.margin-right--173 {
  margin-right: -173px;
}

.margin--172 {
  margin: -172px;
}

.margin-top--172 {
  margin-top: -172px;
}

.margin-bottom--172 {
  margin-bottom: -172px;
}

.margin-left--172 {
  margin-left: -172px;
}

.margin-right--172 {
  margin-right: -172px;
}

.margin--171 {
  margin: -171px;
}

.margin-top--171 {
  margin-top: -171px;
}

.margin-bottom--171 {
  margin-bottom: -171px;
}

.margin-left--171 {
  margin-left: -171px;
}

.margin-right--171 {
  margin-right: -171px;
}

.margin--170 {
  margin: -170px;
}

.margin-top--170 {
  margin-top: -170px;
}

.margin-bottom--170 {
  margin-bottom: -170px;
}

.margin-left--170 {
  margin-left: -170px;
}

.margin-right--170 {
  margin-right: -170px;
}

.margin--169 {
  margin: -169px;
}

.margin-top--169 {
  margin-top: -169px;
}

.margin-bottom--169 {
  margin-bottom: -169px;
}

.margin-left--169 {
  margin-left: -169px;
}

.margin-right--169 {
  margin-right: -169px;
}

.margin--168 {
  margin: -168px;
}

.margin-top--168 {
  margin-top: -168px;
}

.margin-bottom--168 {
  margin-bottom: -168px;
}

.margin-left--168 {
  margin-left: -168px;
}

.margin-right--168 {
  margin-right: -168px;
}

.margin--167 {
  margin: -167px;
}

.margin-top--167 {
  margin-top: -167px;
}

.margin-bottom--167 {
  margin-bottom: -167px;
}

.margin-left--167 {
  margin-left: -167px;
}

.margin-right--167 {
  margin-right: -167px;
}

.margin--166 {
  margin: -166px;
}

.margin-top--166 {
  margin-top: -166px;
}

.margin-bottom--166 {
  margin-bottom: -166px;
}

.margin-left--166 {
  margin-left: -166px;
}

.margin-right--166 {
  margin-right: -166px;
}

.margin--165 {
  margin: -165px;
}

.margin-top--165 {
  margin-top: -165px;
}

.margin-bottom--165 {
  margin-bottom: -165px;
}

.margin-left--165 {
  margin-left: -165px;
}

.margin-right--165 {
  margin-right: -165px;
}

.margin--164 {
  margin: -164px;
}

.margin-top--164 {
  margin-top: -164px;
}

.margin-bottom--164 {
  margin-bottom: -164px;
}

.margin-left--164 {
  margin-left: -164px;
}

.margin-right--164 {
  margin-right: -164px;
}

.margin--163 {
  margin: -163px;
}

.margin-top--163 {
  margin-top: -163px;
}

.margin-bottom--163 {
  margin-bottom: -163px;
}

.margin-left--163 {
  margin-left: -163px;
}

.margin-right--163 {
  margin-right: -163px;
}

.margin--162 {
  margin: -162px;
}

.margin-top--162 {
  margin-top: -162px;
}

.margin-bottom--162 {
  margin-bottom: -162px;
}

.margin-left--162 {
  margin-left: -162px;
}

.margin-right--162 {
  margin-right: -162px;
}

.margin--161 {
  margin: -161px;
}

.margin-top--161 {
  margin-top: -161px;
}

.margin-bottom--161 {
  margin-bottom: -161px;
}

.margin-left--161 {
  margin-left: -161px;
}

.margin-right--161 {
  margin-right: -161px;
}

.margin--160 {
  margin: -160px;
}

.margin-top--160 {
  margin-top: -160px;
}

.margin-bottom--160 {
  margin-bottom: -160px;
}

.margin-left--160 {
  margin-left: -160px;
}

.margin-right--160 {
  margin-right: -160px;
}

.margin--159 {
  margin: -159px;
}

.margin-top--159 {
  margin-top: -159px;
}

.margin-bottom--159 {
  margin-bottom: -159px;
}

.margin-left--159 {
  margin-left: -159px;
}

.margin-right--159 {
  margin-right: -159px;
}

.margin--158 {
  margin: -158px;
}

.margin-top--158 {
  margin-top: -158px;
}

.margin-bottom--158 {
  margin-bottom: -158px;
}

.margin-left--158 {
  margin-left: -158px;
}

.margin-right--158 {
  margin-right: -158px;
}

.margin--157 {
  margin: -157px;
}

.margin-top--157 {
  margin-top: -157px;
}

.margin-bottom--157 {
  margin-bottom: -157px;
}

.margin-left--157 {
  margin-left: -157px;
}

.margin-right--157 {
  margin-right: -157px;
}

.margin--156 {
  margin: -156px;
}

.margin-top--156 {
  margin-top: -156px;
}

.margin-bottom--156 {
  margin-bottom: -156px;
}

.margin-left--156 {
  margin-left: -156px;
}

.margin-right--156 {
  margin-right: -156px;
}

.margin--155 {
  margin: -155px;
}

.margin-top--155 {
  margin-top: -155px;
}

.margin-bottom--155 {
  margin-bottom: -155px;
}

.margin-left--155 {
  margin-left: -155px;
}

.margin-right--155 {
  margin-right: -155px;
}

.margin--154 {
  margin: -154px;
}

.margin-top--154 {
  margin-top: -154px;
}

.margin-bottom--154 {
  margin-bottom: -154px;
}

.margin-left--154 {
  margin-left: -154px;
}

.margin-right--154 {
  margin-right: -154px;
}

.margin--153 {
  margin: -153px;
}

.margin-top--153 {
  margin-top: -153px;
}

.margin-bottom--153 {
  margin-bottom: -153px;
}

.margin-left--153 {
  margin-left: -153px;
}

.margin-right--153 {
  margin-right: -153px;
}

.margin--152 {
  margin: -152px;
}

.margin-top--152 {
  margin-top: -152px;
}

.margin-bottom--152 {
  margin-bottom: -152px;
}

.margin-left--152 {
  margin-left: -152px;
}

.margin-right--152 {
  margin-right: -152px;
}

.margin--151 {
  margin: -151px;
}

.margin-top--151 {
  margin-top: -151px;
}

.margin-bottom--151 {
  margin-bottom: -151px;
}

.margin-left--151 {
  margin-left: -151px;
}

.margin-right--151 {
  margin-right: -151px;
}

.margin--150 {
  margin: -150px;
}

.margin-top--150 {
  margin-top: -150px;
}

.margin-bottom--150 {
  margin-bottom: -150px;
}

.margin-left--150 {
  margin-left: -150px;
}

.margin-right--150 {
  margin-right: -150px;
}

.margin--149 {
  margin: -149px;
}

.margin-top--149 {
  margin-top: -149px;
}

.margin-bottom--149 {
  margin-bottom: -149px;
}

.margin-left--149 {
  margin-left: -149px;
}

.margin-right--149 {
  margin-right: -149px;
}

.margin--148 {
  margin: -148px;
}

.margin-top--148 {
  margin-top: -148px;
}

.margin-bottom--148 {
  margin-bottom: -148px;
}

.margin-left--148 {
  margin-left: -148px;
}

.margin-right--148 {
  margin-right: -148px;
}

.margin--147 {
  margin: -147px;
}

.margin-top--147 {
  margin-top: -147px;
}

.margin-bottom--147 {
  margin-bottom: -147px;
}

.margin-left--147 {
  margin-left: -147px;
}

.margin-right--147 {
  margin-right: -147px;
}

.margin--146 {
  margin: -146px;
}

.margin-top--146 {
  margin-top: -146px;
}

.margin-bottom--146 {
  margin-bottom: -146px;
}

.margin-left--146 {
  margin-left: -146px;
}

.margin-right--146 {
  margin-right: -146px;
}

.margin--145 {
  margin: -145px;
}

.margin-top--145 {
  margin-top: -145px;
}

.margin-bottom--145 {
  margin-bottom: -145px;
}

.margin-left--145 {
  margin-left: -145px;
}

.margin-right--145 {
  margin-right: -145px;
}

.margin--144 {
  margin: -144px;
}

.margin-top--144 {
  margin-top: -144px;
}

.margin-bottom--144 {
  margin-bottom: -144px;
}

.margin-left--144 {
  margin-left: -144px;
}

.margin-right--144 {
  margin-right: -144px;
}

.margin--143 {
  margin: -143px;
}

.margin-top--143 {
  margin-top: -143px;
}

.margin-bottom--143 {
  margin-bottom: -143px;
}

.margin-left--143 {
  margin-left: -143px;
}

.margin-right--143 {
  margin-right: -143px;
}

.margin--142 {
  margin: -142px;
}

.margin-top--142 {
  margin-top: -142px;
}

.margin-bottom--142 {
  margin-bottom: -142px;
}

.margin-left--142 {
  margin-left: -142px;
}

.margin-right--142 {
  margin-right: -142px;
}

.margin--141 {
  margin: -141px;
}

.margin-top--141 {
  margin-top: -141px;
}

.margin-bottom--141 {
  margin-bottom: -141px;
}

.margin-left--141 {
  margin-left: -141px;
}

.margin-right--141 {
  margin-right: -141px;
}

.margin--140 {
  margin: -140px;
}

.margin-top--140 {
  margin-top: -140px;
}

.margin-bottom--140 {
  margin-bottom: -140px;
}

.margin-left--140 {
  margin-left: -140px;
}

.margin-right--140 {
  margin-right: -140px;
}

.margin--139 {
  margin: -139px;
}

.margin-top--139 {
  margin-top: -139px;
}

.margin-bottom--139 {
  margin-bottom: -139px;
}

.margin-left--139 {
  margin-left: -139px;
}

.margin-right--139 {
  margin-right: -139px;
}

.margin--138 {
  margin: -138px;
}

.margin-top--138 {
  margin-top: -138px;
}

.margin-bottom--138 {
  margin-bottom: -138px;
}

.margin-left--138 {
  margin-left: -138px;
}

.margin-right--138 {
  margin-right: -138px;
}

.margin--137 {
  margin: -137px;
}

.margin-top--137 {
  margin-top: -137px;
}

.margin-bottom--137 {
  margin-bottom: -137px;
}

.margin-left--137 {
  margin-left: -137px;
}

.margin-right--137 {
  margin-right: -137px;
}

.margin--136 {
  margin: -136px;
}

.margin-top--136 {
  margin-top: -136px;
}

.margin-bottom--136 {
  margin-bottom: -136px;
}

.margin-left--136 {
  margin-left: -136px;
}

.margin-right--136 {
  margin-right: -136px;
}

.margin--135 {
  margin: -135px;
}

.margin-top--135 {
  margin-top: -135px;
}

.margin-bottom--135 {
  margin-bottom: -135px;
}

.margin-left--135 {
  margin-left: -135px;
}

.margin-right--135 {
  margin-right: -135px;
}

.margin--134 {
  margin: -134px;
}

.margin-top--134 {
  margin-top: -134px;
}

.margin-bottom--134 {
  margin-bottom: -134px;
}

.margin-left--134 {
  margin-left: -134px;
}

.margin-right--134 {
  margin-right: -134px;
}

.margin--133 {
  margin: -133px;
}

.margin-top--133 {
  margin-top: -133px;
}

.margin-bottom--133 {
  margin-bottom: -133px;
}

.margin-left--133 {
  margin-left: -133px;
}

.margin-right--133 {
  margin-right: -133px;
}

.margin--132 {
  margin: -132px;
}

.margin-top--132 {
  margin-top: -132px;
}

.margin-bottom--132 {
  margin-bottom: -132px;
}

.margin-left--132 {
  margin-left: -132px;
}

.margin-right--132 {
  margin-right: -132px;
}

.margin--131 {
  margin: -131px;
}

.margin-top--131 {
  margin-top: -131px;
}

.margin-bottom--131 {
  margin-bottom: -131px;
}

.margin-left--131 {
  margin-left: -131px;
}

.margin-right--131 {
  margin-right: -131px;
}

.margin--130 {
  margin: -130px;
}

.margin-top--130 {
  margin-top: -130px;
}

.margin-bottom--130 {
  margin-bottom: -130px;
}

.margin-left--130 {
  margin-left: -130px;
}

.margin-right--130 {
  margin-right: -130px;
}

.margin--129 {
  margin: -129px;
}

.margin-top--129 {
  margin-top: -129px;
}

.margin-bottom--129 {
  margin-bottom: -129px;
}

.margin-left--129 {
  margin-left: -129px;
}

.margin-right--129 {
  margin-right: -129px;
}

.margin--128 {
  margin: -128px;
}

.margin-top--128 {
  margin-top: -128px;
}

.margin-bottom--128 {
  margin-bottom: -128px;
}

.margin-left--128 {
  margin-left: -128px;
}

.margin-right--128 {
  margin-right: -128px;
}

.margin--127 {
  margin: -127px;
}

.margin-top--127 {
  margin-top: -127px;
}

.margin-bottom--127 {
  margin-bottom: -127px;
}

.margin-left--127 {
  margin-left: -127px;
}

.margin-right--127 {
  margin-right: -127px;
}

.margin--126 {
  margin: -126px;
}

.margin-top--126 {
  margin-top: -126px;
}

.margin-bottom--126 {
  margin-bottom: -126px;
}

.margin-left--126 {
  margin-left: -126px;
}

.margin-right--126 {
  margin-right: -126px;
}

.margin--125 {
  margin: -125px;
}

.margin-top--125 {
  margin-top: -125px;
}

.margin-bottom--125 {
  margin-bottom: -125px;
}

.margin-left--125 {
  margin-left: -125px;
}

.margin-right--125 {
  margin-right: -125px;
}

.margin--124 {
  margin: -124px;
}

.margin-top--124 {
  margin-top: -124px;
}

.margin-bottom--124 {
  margin-bottom: -124px;
}

.margin-left--124 {
  margin-left: -124px;
}

.margin-right--124 {
  margin-right: -124px;
}

.margin--123 {
  margin: -123px;
}

.margin-top--123 {
  margin-top: -123px;
}

.margin-bottom--123 {
  margin-bottom: -123px;
}

.margin-left--123 {
  margin-left: -123px;
}

.margin-right--123 {
  margin-right: -123px;
}

.margin--122 {
  margin: -122px;
}

.margin-top--122 {
  margin-top: -122px;
}

.margin-bottom--122 {
  margin-bottom: -122px;
}

.margin-left--122 {
  margin-left: -122px;
}

.margin-right--122 {
  margin-right: -122px;
}

.margin--121 {
  margin: -121px;
}

.margin-top--121 {
  margin-top: -121px;
}

.margin-bottom--121 {
  margin-bottom: -121px;
}

.margin-left--121 {
  margin-left: -121px;
}

.margin-right--121 {
  margin-right: -121px;
}

.margin--120 {
  margin: -120px;
}

.margin-top--120 {
  margin-top: -120px;
}

.margin-bottom--120 {
  margin-bottom: -120px;
}

.margin-left--120 {
  margin-left: -120px;
}

.margin-right--120 {
  margin-right: -120px;
}

.margin--119 {
  margin: -119px;
}

.margin-top--119 {
  margin-top: -119px;
}

.margin-bottom--119 {
  margin-bottom: -119px;
}

.margin-left--119 {
  margin-left: -119px;
}

.margin-right--119 {
  margin-right: -119px;
}

.margin--118 {
  margin: -118px;
}

.margin-top--118 {
  margin-top: -118px;
}

.margin-bottom--118 {
  margin-bottom: -118px;
}

.margin-left--118 {
  margin-left: -118px;
}

.margin-right--118 {
  margin-right: -118px;
}

.margin--117 {
  margin: -117px;
}

.margin-top--117 {
  margin-top: -117px;
}

.margin-bottom--117 {
  margin-bottom: -117px;
}

.margin-left--117 {
  margin-left: -117px;
}

.margin-right--117 {
  margin-right: -117px;
}

.margin--116 {
  margin: -116px;
}

.margin-top--116 {
  margin-top: -116px;
}

.margin-bottom--116 {
  margin-bottom: -116px;
}

.margin-left--116 {
  margin-left: -116px;
}

.margin-right--116 {
  margin-right: -116px;
}

.margin--115 {
  margin: -115px;
}

.margin-top--115 {
  margin-top: -115px;
}

.margin-bottom--115 {
  margin-bottom: -115px;
}

.margin-left--115 {
  margin-left: -115px;
}

.margin-right--115 {
  margin-right: -115px;
}

.margin--114 {
  margin: -114px;
}

.margin-top--114 {
  margin-top: -114px;
}

.margin-bottom--114 {
  margin-bottom: -114px;
}

.margin-left--114 {
  margin-left: -114px;
}

.margin-right--114 {
  margin-right: -114px;
}

.margin--113 {
  margin: -113px;
}

.margin-top--113 {
  margin-top: -113px;
}

.margin-bottom--113 {
  margin-bottom: -113px;
}

.margin-left--113 {
  margin-left: -113px;
}

.margin-right--113 {
  margin-right: -113px;
}

.margin--112 {
  margin: -112px;
}

.margin-top--112 {
  margin-top: -112px;
}

.margin-bottom--112 {
  margin-bottom: -112px;
}

.margin-left--112 {
  margin-left: -112px;
}

.margin-right--112 {
  margin-right: -112px;
}

.margin--111 {
  margin: -111px;
}

.margin-top--111 {
  margin-top: -111px;
}

.margin-bottom--111 {
  margin-bottom: -111px;
}

.margin-left--111 {
  margin-left: -111px;
}

.margin-right--111 {
  margin-right: -111px;
}

.margin--110 {
  margin: -110px;
}

.margin-top--110 {
  margin-top: -110px;
}

.margin-bottom--110 {
  margin-bottom: -110px;
}

.margin-left--110 {
  margin-left: -110px;
}

.margin-right--110 {
  margin-right: -110px;
}

.margin--109 {
  margin: -109px;
}

.margin-top--109 {
  margin-top: -109px;
}

.margin-bottom--109 {
  margin-bottom: -109px;
}

.margin-left--109 {
  margin-left: -109px;
}

.margin-right--109 {
  margin-right: -109px;
}

.margin--108 {
  margin: -108px;
}

.margin-top--108 {
  margin-top: -108px;
}

.margin-bottom--108 {
  margin-bottom: -108px;
}

.margin-left--108 {
  margin-left: -108px;
}

.margin-right--108 {
  margin-right: -108px;
}

.margin--107 {
  margin: -107px;
}

.margin-top--107 {
  margin-top: -107px;
}

.margin-bottom--107 {
  margin-bottom: -107px;
}

.margin-left--107 {
  margin-left: -107px;
}

.margin-right--107 {
  margin-right: -107px;
}

.margin--106 {
  margin: -106px;
}

.margin-top--106 {
  margin-top: -106px;
}

.margin-bottom--106 {
  margin-bottom: -106px;
}

.margin-left--106 {
  margin-left: -106px;
}

.margin-right--106 {
  margin-right: -106px;
}

.margin--105 {
  margin: -105px;
}

.margin-top--105 {
  margin-top: -105px;
}

.margin-bottom--105 {
  margin-bottom: -105px;
}

.margin-left--105 {
  margin-left: -105px;
}

.margin-right--105 {
  margin-right: -105px;
}

.margin--104 {
  margin: -104px;
}

.margin-top--104 {
  margin-top: -104px;
}

.margin-bottom--104 {
  margin-bottom: -104px;
}

.margin-left--104 {
  margin-left: -104px;
}

.margin-right--104 {
  margin-right: -104px;
}

.margin--103 {
  margin: -103px;
}

.margin-top--103 {
  margin-top: -103px;
}

.margin-bottom--103 {
  margin-bottom: -103px;
}

.margin-left--103 {
  margin-left: -103px;
}

.margin-right--103 {
  margin-right: -103px;
}

.margin--102 {
  margin: -102px;
}

.margin-top--102 {
  margin-top: -102px;
}

.margin-bottom--102 {
  margin-bottom: -102px;
}

.margin-left--102 {
  margin-left: -102px;
}

.margin-right--102 {
  margin-right: -102px;
}

.margin--101 {
  margin: -101px;
}

.margin-top--101 {
  margin-top: -101px;
}

.margin-bottom--101 {
  margin-bottom: -101px;
}

.margin-left--101 {
  margin-left: -101px;
}

.margin-right--101 {
  margin-right: -101px;
}

.margin--100 {
  margin: -100px;
}

.margin-top--100 {
  margin-top: -100px;
}

.margin-bottom--100 {
  margin-bottom: -100px;
}

.margin-left--100 {
  margin-left: -100px;
}

.margin-right--100 {
  margin-right: -100px;
}

.margin--99 {
  margin: -99px;
}

.margin-top--99 {
  margin-top: -99px;
}

.margin-bottom--99 {
  margin-bottom: -99px;
}

.margin-left--99 {
  margin-left: -99px;
}

.margin-right--99 {
  margin-right: -99px;
}

.margin--98 {
  margin: -98px;
}

.margin-top--98 {
  margin-top: -98px;
}

.margin-bottom--98 {
  margin-bottom: -98px;
}

.margin-left--98 {
  margin-left: -98px;
}

.margin-right--98 {
  margin-right: -98px;
}

.margin--97 {
  margin: -97px;
}

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

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

.margin-left--97 {
  margin-left: -97px;
}

.margin-right--97 {
  margin-right: -97px;
}

.margin--96 {
  margin: -96px;
}

.margin-top--96 {
  margin-top: -96px;
}

.margin-bottom--96 {
  margin-bottom: -96px;
}

.margin-left--96 {
  margin-left: -96px;
}

.margin-right--96 {
  margin-right: -96px;
}

.margin--95 {
  margin: -95px;
}

.margin-top--95 {
  margin-top: -95px;
}

.margin-bottom--95 {
  margin-bottom: -95px;
}

.margin-left--95 {
  margin-left: -95px;
}

.margin-right--95 {
  margin-right: -95px;
}

.margin--94 {
  margin: -94px;
}

.margin-top--94 {
  margin-top: -94px;
}

.margin-bottom--94 {
  margin-bottom: -94px;
}

.margin-left--94 {
  margin-left: -94px;
}

.margin-right--94 {
  margin-right: -94px;
}

.margin--93 {
  margin: -93px;
}

.margin-top--93 {
  margin-top: -93px;
}

.margin-bottom--93 {
  margin-bottom: -93px;
}

.margin-left--93 {
  margin-left: -93px;
}

.margin-right--93 {
  margin-right: -93px;
}

.margin--92 {
  margin: -92px;
}

.margin-top--92 {
  margin-top: -92px;
}

.margin-bottom--92 {
  margin-bottom: -92px;
}

.margin-left--92 {
  margin-left: -92px;
}

.margin-right--92 {
  margin-right: -92px;
}

.margin--91 {
  margin: -91px;
}

.margin-top--91 {
  margin-top: -91px;
}

.margin-bottom--91 {
  margin-bottom: -91px;
}

.margin-left--91 {
  margin-left: -91px;
}

.margin-right--91 {
  margin-right: -91px;
}

.margin--90 {
  margin: -90px;
}

.margin-top--90 {
  margin-top: -90px;
}

.margin-bottom--90 {
  margin-bottom: -90px;
}

.margin-left--90 {
  margin-left: -90px;
}

.margin-right--90 {
  margin-right: -90px;
}

.margin--89 {
  margin: -89px;
}

.margin-top--89 {
  margin-top: -89px;
}

.margin-bottom--89 {
  margin-bottom: -89px;
}

.margin-left--89 {
  margin-left: -89px;
}

.margin-right--89 {
  margin-right: -89px;
}

.margin--88 {
  margin: -88px;
}

.margin-top--88 {
  margin-top: -88px;
}

.margin-bottom--88 {
  margin-bottom: -88px;
}

.margin-left--88 {
  margin-left: -88px;
}

.margin-right--88 {
  margin-right: -88px;
}

.margin--87 {
  margin: -87px;
}

.margin-top--87 {
  margin-top: -87px;
}

.margin-bottom--87 {
  margin-bottom: -87px;
}

.margin-left--87 {
  margin-left: -87px;
}

.margin-right--87 {
  margin-right: -87px;
}

.margin--86 {
  margin: -86px;
}

.margin-top--86 {
  margin-top: -86px;
}

.margin-bottom--86 {
  margin-bottom: -86px;
}

.margin-left--86 {
  margin-left: -86px;
}

.margin-right--86 {
  margin-right: -86px;
}

.margin--85 {
  margin: -85px;
}

.margin-top--85 {
  margin-top: -85px;
}

.margin-bottom--85 {
  margin-bottom: -85px;
}

.margin-left--85 {
  margin-left: -85px;
}

.margin-right--85 {
  margin-right: -85px;
}

.margin--84 {
  margin: -84px;
}

.margin-top--84 {
  margin-top: -84px;
}

.margin-bottom--84 {
  margin-bottom: -84px;
}

.margin-left--84 {
  margin-left: -84px;
}

.margin-right--84 {
  margin-right: -84px;
}

.margin--83 {
  margin: -83px;
}

.margin-top--83 {
  margin-top: -83px;
}

.margin-bottom--83 {
  margin-bottom: -83px;
}

.margin-left--83 {
  margin-left: -83px;
}

.margin-right--83 {
  margin-right: -83px;
}

.margin--82 {
  margin: -82px;
}

.margin-top--82 {
  margin-top: -82px;
}

.margin-bottom--82 {
  margin-bottom: -82px;
}

.margin-left--82 {
  margin-left: -82px;
}

.margin-right--82 {
  margin-right: -82px;
}

.margin--81 {
  margin: -81px;
}

.margin-top--81 {
  margin-top: -81px;
}

.margin-bottom--81 {
  margin-bottom: -81px;
}

.margin-left--81 {
  margin-left: -81px;
}

.margin-right--81 {
  margin-right: -81px;
}

.margin--80 {
  margin: -80px;
}

.margin-top--80 {
  margin-top: -80px;
}

.margin-bottom--80 {
  margin-bottom: -80px;
}

.margin-left--80 {
  margin-left: -80px;
}

.margin-right--80 {
  margin-right: -80px;
}

.margin--79 {
  margin: -79px;
}

.margin-top--79 {
  margin-top: -79px;
}

.margin-bottom--79 {
  margin-bottom: -79px;
}

.margin-left--79 {
  margin-left: -79px;
}

.margin-right--79 {
  margin-right: -79px;
}

.margin--78 {
  margin: -78px;
}

.margin-top--78 {
  margin-top: -78px;
}

.margin-bottom--78 {
  margin-bottom: -78px;
}

.margin-left--78 {
  margin-left: -78px;
}

.margin-right--78 {
  margin-right: -78px;
}

.margin--77 {
  margin: -77px;
}

.margin-top--77 {
  margin-top: -77px;
}

.margin-bottom--77 {
  margin-bottom: -77px;
}

.margin-left--77 {
  margin-left: -77px;
}

.margin-right--77 {
  margin-right: -77px;
}

.margin--76 {
  margin: -76px;
}

.margin-top--76 {
  margin-top: -76px;
}

.margin-bottom--76 {
  margin-bottom: -76px;
}

.margin-left--76 {
  margin-left: -76px;
}

.margin-right--76 {
  margin-right: -76px;
}

.margin--75 {
  margin: -75px;
}

.margin-top--75 {
  margin-top: -75px;
}

.margin-bottom--75 {
  margin-bottom: -75px;
}

.margin-left--75 {
  margin-left: -75px;
}

.margin-right--75 {
  margin-right: -75px;
}

.margin--74 {
  margin: -74px;
}

.margin-top--74 {
  margin-top: -74px;
}

.margin-bottom--74 {
  margin-bottom: -74px;
}

.margin-left--74 {
  margin-left: -74px;
}

.margin-right--74 {
  margin-right: -74px;
}

.margin--73 {
  margin: -73px;
}

.margin-top--73 {
  margin-top: -73px;
}

.margin-bottom--73 {
  margin-bottom: -73px;
}

.margin-left--73 {
  margin-left: -73px;
}

.margin-right--73 {
  margin-right: -73px;
}

.margin--72 {
  margin: -72px;
}

.margin-top--72 {
  margin-top: -72px;
}

.margin-bottom--72 {
  margin-bottom: -72px;
}

.margin-left--72 {
  margin-left: -72px;
}

.margin-right--72 {
  margin-right: -72px;
}

.margin--71 {
  margin: -71px;
}

.margin-top--71 {
  margin-top: -71px;
}

.margin-bottom--71 {
  margin-bottom: -71px;
}

.margin-left--71 {
  margin-left: -71px;
}

.margin-right--71 {
  margin-right: -71px;
}

.margin--70 {
  margin: -70px;
}

.margin-top--70 {
  margin-top: -70px;
}

.margin-bottom--70 {
  margin-bottom: -70px;
}

.margin-left--70 {
  margin-left: -70px;
}

.margin-right--70 {
  margin-right: -70px;
}

.margin--69 {
  margin: -69px;
}

.margin-top--69 {
  margin-top: -69px;
}

.margin-bottom--69 {
  margin-bottom: -69px;
}

.margin-left--69 {
  margin-left: -69px;
}

.margin-right--69 {
  margin-right: -69px;
}

.margin--68 {
  margin: -68px;
}

.margin-top--68 {
  margin-top: -68px;
}

.margin-bottom--68 {
  margin-bottom: -68px;
}

.margin-left--68 {
  margin-left: -68px;
}

.margin-right--68 {
  margin-right: -68px;
}

.margin--67 {
  margin: -67px;
}

.margin-top--67 {
  margin-top: -67px;
}

.margin-bottom--67 {
  margin-bottom: -67px;
}

.margin-left--67 {
  margin-left: -67px;
}

.margin-right--67 {
  margin-right: -67px;
}

.margin--66 {
  margin: -66px;
}

.margin-top--66 {
  margin-top: -66px;
}

.margin-bottom--66 {
  margin-bottom: -66px;
}

.margin-left--66 {
  margin-left: -66px;
}

.margin-right--66 {
  margin-right: -66px;
}

.margin--65 {
  margin: -65px;
}

.margin-top--65 {
  margin-top: -65px;
}

.margin-bottom--65 {
  margin-bottom: -65px;
}

.margin-left--65 {
  margin-left: -65px;
}

.margin-right--65 {
  margin-right: -65px;
}

.margin--64 {
  margin: -64px;
}

.margin-top--64 {
  margin-top: -64px;
}

.margin-bottom--64 {
  margin-bottom: -64px;
}

.margin-left--64 {
  margin-left: -64px;
}

.margin-right--64 {
  margin-right: -64px;
}

.margin--63 {
  margin: -63px;
}

.margin-top--63 {
  margin-top: -63px;
}

.margin-bottom--63 {
  margin-bottom: -63px;
}

.margin-left--63 {
  margin-left: -63px;
}

.margin-right--63 {
  margin-right: -63px;
}

.margin--62 {
  margin: -62px;
}

.margin-top--62 {
  margin-top: -62px;
}

.margin-bottom--62 {
  margin-bottom: -62px;
}

.margin-left--62 {
  margin-left: -62px;
}

.margin-right--62 {
  margin-right: -62px;
}

.margin--61 {
  margin: -61px;
}

.margin-top--61 {
  margin-top: -61px;
}

.margin-bottom--61 {
  margin-bottom: -61px;
}

.margin-left--61 {
  margin-left: -61px;
}

.margin-right--61 {
  margin-right: -61px;
}

.margin--60 {
  margin: -60px;
}

.margin-top--60 {
  margin-top: -60px;
}

.margin-bottom--60 {
  margin-bottom: -60px;
}

.margin-left--60 {
  margin-left: -60px;
}

.margin-right--60 {
  margin-right: -60px;
}

.margin--59 {
  margin: -59px;
}

.margin-top--59 {
  margin-top: -59px;
}

.margin-bottom--59 {
  margin-bottom: -59px;
}

.margin-left--59 {
  margin-left: -59px;
}

.margin-right--59 {
  margin-right: -59px;
}

.margin--58 {
  margin: -58px;
}

.margin-top--58 {
  margin-top: -58px;
}

.margin-bottom--58 {
  margin-bottom: -58px;
}

.margin-left--58 {
  margin-left: -58px;
}

.margin-right--58 {
  margin-right: -58px;
}

.margin--57 {
  margin: -57px;
}

.margin-top--57 {
  margin-top: -57px;
}

.margin-bottom--57 {
  margin-bottom: -57px;
}

.margin-left--57 {
  margin-left: -57px;
}

.margin-right--57 {
  margin-right: -57px;
}

.margin--56 {
  margin: -56px;
}

.margin-top--56 {
  margin-top: -56px;
}

.margin-bottom--56 {
  margin-bottom: -56px;
}

.margin-left--56 {
  margin-left: -56px;
}

.margin-right--56 {
  margin-right: -56px;
}

.margin--55 {
  margin: -55px;
}

.margin-top--55 {
  margin-top: -55px;
}

.margin-bottom--55 {
  margin-bottom: -55px;
}

.margin-left--55 {
  margin-left: -55px;
}

.margin-right--55 {
  margin-right: -55px;
}

.margin--54 {
  margin: -54px;
}

.margin-top--54 {
  margin-top: -54px;
}

.margin-bottom--54 {
  margin-bottom: -54px;
}

.margin-left--54 {
  margin-left: -54px;
}

.margin-right--54 {
  margin-right: -54px;
}

.margin--53 {
  margin: -53px;
}

.margin-top--53 {
  margin-top: -53px;
}

.margin-bottom--53 {
  margin-bottom: -53px;
}

.margin-left--53 {
  margin-left: -53px;
}

.margin-right--53 {
  margin-right: -53px;
}

.margin--52 {
  margin: -52px;
}

.margin-top--52 {
  margin-top: -52px;
}

.margin-bottom--52 {
  margin-bottom: -52px;
}

.margin-left--52 {
  margin-left: -52px;
}

.margin-right--52 {
  margin-right: -52px;
}

.margin--51 {
  margin: -51px;
}

.margin-top--51 {
  margin-top: -51px;
}

.margin-bottom--51 {
  margin-bottom: -51px;
}

.margin-left--51 {
  margin-left: -51px;
}

.margin-right--51 {
  margin-right: -51px;
}

.margin--50 {
  margin: -50px;
}

.margin-top--50 {
  margin-top: -50px;
}

.margin-bottom--50 {
  margin-bottom: -50px;
}

.margin-left--50 {
  margin-left: -50px;
}

.margin-right--50 {
  margin-right: -50px;
}

.margin--49 {
  margin: -49px;
}

.margin-top--49 {
  margin-top: -49px;
}

.margin-bottom--49 {
  margin-bottom: -49px;
}

.margin-left--49 {
  margin-left: -49px;
}

.margin-right--49 {
  margin-right: -49px;
}

.margin--48 {
  margin: -48px;
}

.margin-top--48 {
  margin-top: -48px;
}

.margin-bottom--48 {
  margin-bottom: -48px;
}

.margin-left--48 {
  margin-left: -48px;
}

.margin-right--48 {
  margin-right: -48px;
}

.margin--47 {
  margin: -47px;
}

.margin-top--47 {
  margin-top: -47px;
}

.margin-bottom--47 {
  margin-bottom: -47px;
}

.margin-left--47 {
  margin-left: -47px;
}

.margin-right--47 {
  margin-right: -47px;
}

.margin--46 {
  margin: -46px;
}

.margin-top--46 {
  margin-top: -46px;
}

.margin-bottom--46 {
  margin-bottom: -46px;
}

.margin-left--46 {
  margin-left: -46px;
}

.margin-right--46 {
  margin-right: -46px;
}

.margin--45 {
  margin: -45px;
}

.margin-top--45 {
  margin-top: -45px;
}

.margin-bottom--45 {
  margin-bottom: -45px;
}

.margin-left--45 {
  margin-left: -45px;
}

.margin-right--45 {
  margin-right: -45px;
}

.margin--44 {
  margin: -44px;
}

.margin-top--44 {
  margin-top: -44px;
}

.margin-bottom--44 {
  margin-bottom: -44px;
}

.margin-left--44 {
  margin-left: -44px;
}

.margin-right--44 {
  margin-right: -44px;
}

.margin--43 {
  margin: -43px;
}

.margin-top--43 {
  margin-top: -43px;
}

.margin-bottom--43 {
  margin-bottom: -43px;
}

.margin-left--43 {
  margin-left: -43px;
}

.margin-right--43 {
  margin-right: -43px;
}

.margin--42 {
  margin: -42px;
}

.margin-top--42 {
  margin-top: -42px;
}

.margin-bottom--42 {
  margin-bottom: -42px;
}

.margin-left--42 {
  margin-left: -42px;
}

.margin-right--42 {
  margin-right: -42px;
}

.margin--41 {
  margin: -41px;
}

.margin-top--41 {
  margin-top: -41px;
}

.margin-bottom--41 {
  margin-bottom: -41px;
}

.margin-left--41 {
  margin-left: -41px;
}

.margin-right--41 {
  margin-right: -41px;
}

.margin--40 {
  margin: -40px;
}

.margin-top--40 {
  margin-top: -40px;
}

.margin-bottom--40 {
  margin-bottom: -40px;
}

.margin-left--40 {
  margin-left: -40px;
}

.margin-right--40 {
  margin-right: -40px;
}

.margin--39 {
  margin: -39px;
}

.margin-top--39 {
  margin-top: -39px;
}

.margin-bottom--39 {
  margin-bottom: -39px;
}

.margin-left--39 {
  margin-left: -39px;
}

.margin-right--39 {
  margin-right: -39px;
}

.margin--38 {
  margin: -38px;
}

.margin-top--38 {
  margin-top: -38px;
}

.margin-bottom--38 {
  margin-bottom: -38px;
}

.margin-left--38 {
  margin-left: -38px;
}

.margin-right--38 {
  margin-right: -38px;
}

.margin--37 {
  margin: -37px;
}

.margin-top--37 {
  margin-top: -37px;
}

.margin-bottom--37 {
  margin-bottom: -37px;
}

.margin-left--37 {
  margin-left: -37px;
}

.margin-right--37 {
  margin-right: -37px;
}

.margin--36 {
  margin: -36px;
}

.margin-top--36 {
  margin-top: -36px;
}

.margin-bottom--36 {
  margin-bottom: -36px;
}

.margin-left--36 {
  margin-left: -36px;
}

.margin-right--36 {
  margin-right: -36px;
}

.margin--35 {
  margin: -35px;
}

.margin-top--35 {
  margin-top: -35px;
}

.margin-bottom--35 {
  margin-bottom: -35px;
}

.margin-left--35 {
  margin-left: -35px;
}

.margin-right--35 {
  margin-right: -35px;
}

.margin--34 {
  margin: -34px;
}

.margin-top--34 {
  margin-top: -34px;
}

.margin-bottom--34 {
  margin-bottom: -34px;
}

.margin-left--34 {
  margin-left: -34px;
}

.margin-right--34 {
  margin-right: -34px;
}

.margin--33 {
  margin: -33px;
}

.margin-top--33 {
  margin-top: -33px;
}

.margin-bottom--33 {
  margin-bottom: -33px;
}

.margin-left--33 {
  margin-left: -33px;
}

.margin-right--33 {
  margin-right: -33px;
}

.margin--32 {
  margin: -32px;
}

.margin-top--32 {
  margin-top: -32px;
}

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

.margin-left--32 {
  margin-left: -32px;
}

.margin-right--32 {
  margin-right: -32px;
}

.margin--31 {
  margin: -31px;
}

.margin-top--31 {
  margin-top: -31px;
}

.margin-bottom--31 {
  margin-bottom: -31px;
}

.margin-left--31 {
  margin-left: -31px;
}

.margin-right--31 {
  margin-right: -31px;
}

.margin--30 {
  margin: -30px;
}

.margin-top--30 {
  margin-top: -30px;
}

.margin-bottom--30 {
  margin-bottom: -30px;
}

.margin-left--30 {
  margin-left: -30px;
}

.margin-right--30 {
  margin-right: -30px;
}

.margin--29 {
  margin: -29px;
}

.margin-top--29 {
  margin-top: -29px;
}

.margin-bottom--29 {
  margin-bottom: -29px;
}

.margin-left--29 {
  margin-left: -29px;
}

.margin-right--29 {
  margin-right: -29px;
}

.margin--28 {
  margin: -28px;
}

.margin-top--28 {
  margin-top: -28px;
}

.margin-bottom--28 {
  margin-bottom: -28px;
}

.margin-left--28 {
  margin-left: -28px;
}

.margin-right--28 {
  margin-right: -28px;
}

.margin--27 {
  margin: -27px;
}

.margin-top--27 {
  margin-top: -27px;
}

.margin-bottom--27 {
  margin-bottom: -27px;
}

.margin-left--27 {
  margin-left: -27px;
}

.margin-right--27 {
  margin-right: -27px;
}

.margin--26 {
  margin: -26px;
}

.margin-top--26 {
  margin-top: -26px;
}

.margin-bottom--26 {
  margin-bottom: -26px;
}

.margin-left--26 {
  margin-left: -26px;
}

.margin-right--26 {
  margin-right: -26px;
}

.margin--25 {
  margin: -25px;
}

.margin-top--25 {
  margin-top: -25px;
}

.margin-bottom--25 {
  margin-bottom: -25px;
}

.margin-left--25 {
  margin-left: -25px;
}

.margin-right--25 {
  margin-right: -25px;
}

.margin--24 {
  margin: -24px;
}

.margin-top--24 {
  margin-top: -24px;
}

.margin-bottom--24 {
  margin-bottom: -24px;
}

.margin-left--24 {
  margin-left: -24px;
}

.margin-right--24 {
  margin-right: -24px;
}

.margin--23 {
  margin: -23px;
}

.margin-top--23 {
  margin-top: -23px;
}

.margin-bottom--23 {
  margin-bottom: -23px;
}

.margin-left--23 {
  margin-left: -23px;
}

.margin-right--23 {
  margin-right: -23px;
}

.margin--22 {
  margin: -22px;
}

.margin-top--22 {
  margin-top: -22px;
}

.margin-bottom--22 {
  margin-bottom: -22px;
}

.margin-left--22 {
  margin-left: -22px;
}

.margin-right--22 {
  margin-right: -22px;
}

.margin--21 {
  margin: -21px;
}

.margin-top--21 {
  margin-top: -21px;
}

.margin-bottom--21 {
  margin-bottom: -21px;
}

.margin-left--21 {
  margin-left: -21px;
}

.margin-right--21 {
  margin-right: -21px;
}

.margin--20 {
  margin: -20px;
}

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

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

.margin-left--20 {
  margin-left: -20px;
}

.margin-right--20 {
  margin-right: -20px;
}

.margin--19 {
  margin: -19px;
}

.margin-top--19 {
  margin-top: -19px;
}

.margin-bottom--19 {
  margin-bottom: -19px;
}

.margin-left--19 {
  margin-left: -19px;
}

.margin-right--19 {
  margin-right: -19px;
}

.margin--18 {
  margin: -18px;
}

.margin-top--18 {
  margin-top: -18px;
}

.margin-bottom--18 {
  margin-bottom: -18px;
}

.margin-left--18 {
  margin-left: -18px;
}

.margin-right--18 {
  margin-right: -18px;
}

.margin--17 {
  margin: -17px;
}

.margin-top--17 {
  margin-top: -17px;
}

.margin-bottom--17 {
  margin-bottom: -17px;
}

.margin-left--17 {
  margin-left: -17px;
}

.margin-right--17 {
  margin-right: -17px;
}

.margin--16 {
  margin: -16px;
}

.margin-top--16 {
  margin-top: -16px;
}

.margin-bottom--16 {
  margin-bottom: -16px;
}

.margin-left--16 {
  margin-left: -16px;
}

.margin-right--16 {
  margin-right: -16px;
}

.margin--15 {
  margin: -15px;
}

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

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

.margin-left--15 {
  margin-left: -15px;
}

.margin-right--15 {
  margin-right: -15px;
}

.margin--14 {
  margin: -14px;
}

.margin-top--14 {
  margin-top: -14px;
}

.margin-bottom--14 {
  margin-bottom: -14px;
}

.margin-left--14 {
  margin-left: -14px;
}

.margin-right--14 {
  margin-right: -14px;
}

.margin--13 {
  margin: -13px;
}

.margin-top--13 {
  margin-top: -13px;
}

.margin-bottom--13 {
  margin-bottom: -13px;
}

.margin-left--13 {
  margin-left: -13px;
}

.margin-right--13 {
  margin-right: -13px;
}

.margin--12 {
  margin: -12px;
}

.margin-top--12 {
  margin-top: -12px;
}

.margin-bottom--12 {
  margin-bottom: -12px;
}

.margin-left--12 {
  margin-left: -12px;
}

.margin-right--12 {
  margin-right: -12px;
}

.margin--11 {
  margin: -11px;
}

.margin-top--11 {
  margin-top: -11px;
}

.margin-bottom--11 {
  margin-bottom: -11px;
}

.margin-left--11 {
  margin-left: -11px;
}

.margin-right--11 {
  margin-right: -11px;
}

.margin--10 {
  margin: -10px;
}

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

.margin-bottom--10 {
  margin-bottom: -10px;
}

.margin-left--10 {
  margin-left: -10px;
}

.margin-right--10 {
  margin-right: -10px;
}

.margin--9 {
  margin: -9px;
}

.margin-top--9 {
  margin-top: -9px;
}

.margin-bottom--9 {
  margin-bottom: -9px;
}

.margin-left--9 {
  margin-left: -9px;
}

.margin-right--9 {
  margin-right: -9px;
}

.margin--8 {
  margin: -8px;
}

.margin-top--8 {
  margin-top: -8px;
}

.margin-bottom--8 {
  margin-bottom: -8px;
}

.margin-left--8 {
  margin-left: -8px;
}

.margin-right--8 {
  margin-right: -8px;
}

.margin--7 {
  margin: -7px;
}

.margin-top--7 {
  margin-top: -7px;
}

.margin-bottom--7 {
  margin-bottom: -7px;
}

.margin-left--7 {
  margin-left: -7px;
}

.margin-right--7 {
  margin-right: -7px;
}

.margin--6 {
  margin: -6px;
}

.margin-top--6 {
  margin-top: -6px;
}

.margin-bottom--6 {
  margin-bottom: -6px;
}

.margin-left--6 {
  margin-left: -6px;
}

.margin-right--6 {
  margin-right: -6px;
}

.margin--5 {
  margin: -5px;
}

.margin-top--5 {
  margin-top: -5px;
}

.margin-bottom--5 {
  margin-bottom: -5px;
}

.margin-left--5 {
  margin-left: -5px;
}

.margin-right--5 {
  margin-right: -5px;
}

.margin--4 {
  margin: -4px;
}

.margin-top--4 {
  margin-top: -4px;
}

.margin-bottom--4 {
  margin-bottom: -4px;
}

.margin-left--4 {
  margin-left: -4px;
}

.margin-right--4 {
  margin-right: -4px;
}

.margin--3 {
  margin: -3px;
}

.margin-top--3 {
  margin-top: -3px;
}

.margin-bottom--3 {
  margin-bottom: -3px;
}

.margin-left--3 {
  margin-left: -3px;
}

.margin-right--3 {
  margin-right: -3px;
}

.margin--2 {
  margin: -2px;
}

.margin-top--2 {
  margin-top: -2px;
}

.margin-bottom--2 {
  margin-bottom: -2px;
}

.margin-left--2 {
  margin-left: -2px;
}

.margin-right--2 {
  margin-right: -2px;
}

.margin--1 {
  margin: -1px;
}

.margin-top--1 {
  margin-top: -1px;
}

.margin-bottom--1 {
  margin-bottom: -1px;
}

.margin-left--1 {
  margin-left: -1px;
}

.margin-right--1 {
  margin-right: -1px;
}

.margin-0 {
  margin: 0px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-1 {
  margin: 1px;
}

.margin-top-1 {
  margin-top: 1px;
}

.margin-bottom-1 {
  margin-bottom: 1px;
}

.margin-left-1 {
  margin-left: 1px;
}

.margin-right-1 {
  margin-right: 1px;
}

.margin-2 {
  margin: 2px;
}

.margin-top-2 {
  margin-top: 2px;
}

.margin-bottom-2 {
  margin-bottom: 2px;
}

.margin-left-2 {
  margin-left: 2px;
}

.margin-right-2 {
  margin-right: 2px;
}

.margin-3 {
  margin: 3px;
}

.margin-top-3 {
  margin-top: 3px;
}

.margin-bottom-3 {
  margin-bottom: 3px;
}

.margin-left-3 {
  margin-left: 3px;
}

.margin-right-3 {
  margin-right: 3px;
}

.margin-4 {
  margin: 4px;
}

.margin-top-4 {
  margin-top: 4px;
}

.margin-bottom-4 {
  margin-bottom: 4px;
}

.margin-left-4 {
  margin-left: 4px;
}

.margin-right-4 {
  margin-right: 4px;
}

.margin-5 {
  margin: 5px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-6 {
  margin: 6px;
}

.margin-top-6 {
  margin-top: 6px;
}

.margin-bottom-6 {
  margin-bottom: 6px;
}

.margin-left-6 {
  margin-left: 6px;
}

.margin-right-6 {
  margin-right: 6px;
}

.margin-7 {
  margin: 7px;
}

.margin-top-7 {
  margin-top: 7px;
}

.margin-bottom-7 {
  margin-bottom: 7px;
}

.margin-left-7 {
  margin-left: 7px;
}

.margin-right-7 {
  margin-right: 7px;
}

.margin-8 {
  margin: 8px;
}

.margin-top-8 {
  margin-top: 8px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-left-8 {
  margin-left: 8px;
}

.margin-right-8 {
  margin-right: 8px;
}

.margin-9 {
  margin: 9px;
}

.margin-top-9 {
  margin-top: 9px;
}

.margin-bottom-9 {
  margin-bottom: 9px;
}

.margin-left-9 {
  margin-left: 9px;
}

.margin-right-9 {
  margin-right: 9px;
}

.margin-10 {
  margin: 10px;
}

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

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-11 {
  margin: 11px;
}

.margin-top-11 {
  margin-top: 11px;
}

.margin-bottom-11 {
  margin-bottom: 11px;
}

.margin-left-11 {
  margin-left: 11px;
}

.margin-right-11 {
  margin-right: 11px;
}

.margin-12 {
  margin: 12px;
}

.margin-top-12 {
  margin-top: 12px;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.margin-left-12 {
  margin-left: 12px;
}

.margin-right-12 {
  margin-right: 12px;
}

.margin-13 {
  margin: 13px;
}

.margin-top-13 {
  margin-top: 13px;
}

.margin-bottom-13 {
  margin-bottom: 13px;
}

.margin-left-13 {
  margin-left: 13px;
}

.margin-right-13 {
  margin-right: 13px;
}

.margin-14 {
  margin: 14px;
}

.margin-top-14 {
  margin-top: 14px;
}

.margin-bottom-14 {
  margin-bottom: 14px;
}

.margin-left-14 {
  margin-left: 14px;
}

.margin-right-14 {
  margin-right: 14px;
}

.margin-15 {
  margin: 15px;
}

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

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

.margin-left-15 {
  margin-left: 15px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-16 {
  margin: 16px;
}

.margin-top-16 {
  margin-top: 16px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-left-16 {
  margin-left: 16px;
}

.margin-right-16 {
  margin-right: 16px;
}

.margin-17 {
  margin: 17px;
}

.margin-top-17 {
  margin-top: 17px;
}

.margin-bottom-17 {
  margin-bottom: 17px;
}

.margin-left-17 {
  margin-left: 17px;
}

.margin-right-17 {
  margin-right: 17px;
}

.margin-18 {
  margin: 18px;
}

.margin-top-18 {
  margin-top: 18px;
}

.margin-bottom-18 {
  margin-bottom: 18px;
}

.margin-left-18 {
  margin-left: 18px;
}

.margin-right-18 {
  margin-right: 18px;
}

.margin-19 {
  margin: 19px;
}

.margin-top-19 {
  margin-top: 19px;
}

.margin-bottom-19 {
  margin-bottom: 19px;
}

.margin-left-19 {
  margin-left: 19px;
}

.margin-right-19 {
  margin-right: 19px;
}

.margin-20 {
  margin: 20px;
}

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

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

.margin-left-20 {
  margin-left: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-21 {
  margin: 21px;
}

.margin-top-21 {
  margin-top: 21px;
}

.margin-bottom-21 {
  margin-bottom: 21px;
}

.margin-left-21 {
  margin-left: 21px;
}

.margin-right-21 {
  margin-right: 21px;
}

.margin-22 {
  margin: 22px;
}

.margin-top-22 {
  margin-top: 22px;
}

.margin-bottom-22 {
  margin-bottom: 22px;
}

.margin-left-22 {
  margin-left: 22px;
}

.margin-right-22 {
  margin-right: 22px;
}

.margin-23 {
  margin: 23px;
}

.margin-top-23 {
  margin-top: 23px;
}

.margin-bottom-23 {
  margin-bottom: 23px;
}

.margin-left-23 {
  margin-left: 23px;
}

.margin-right-23 {
  margin-right: 23px;
}

.margin-24 {
  margin: 24px;
}

.margin-top-24 {
  margin-top: 24px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-left-24 {
  margin-left: 24px;
}

.margin-right-24 {
  margin-right: 24px;
}

.margin-25 {
  margin: 25px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-26 {
  margin: 26px;
}

.margin-top-26 {
  margin-top: 26px;
}

.margin-bottom-26 {
  margin-bottom: 26px;
}

.margin-left-26 {
  margin-left: 26px;
}

.margin-right-26 {
  margin-right: 26px;
}

.margin-27 {
  margin: 27px;
}

.margin-top-27 {
  margin-top: 27px;
}

.margin-bottom-27 {
  margin-bottom: 27px;
}

.margin-left-27 {
  margin-left: 27px;
}

.margin-right-27 {
  margin-right: 27px;
}

.margin-28 {
  margin: 28px;
}

.margin-top-28 {
  margin-top: 28px;
}

.margin-bottom-28 {
  margin-bottom: 28px;
}

.margin-left-28 {
  margin-left: 28px;
}

.margin-right-28 {
  margin-right: 28px;
}

.margin-29 {
  margin: 29px;
}

.margin-top-29 {
  margin-top: 29px;
}

.margin-bottom-29 {
  margin-bottom: 29px;
}

.margin-left-29 {
  margin-left: 29px;
}

.margin-right-29 {
  margin-right: 29px;
}

.margin-30 {
  margin: 30px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-31 {
  margin: 31px;
}

.margin-top-31 {
  margin-top: 31px;
}

.margin-bottom-31 {
  margin-bottom: 31px;
}

.margin-left-31 {
  margin-left: 31px;
}

.margin-right-31 {
  margin-right: 31px;
}

.margin-32 {
  margin: 32px;
}

.margin-top-32 {
  margin-top: 32px;
}

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

.margin-left-32 {
  margin-left: 32px;
}

.margin-right-32 {
  margin-right: 32px;
}

.margin-33 {
  margin: 33px;
}

.margin-top-33 {
  margin-top: 33px;
}

.margin-bottom-33 {
  margin-bottom: 33px;
}

.margin-left-33 {
  margin-left: 33px;
}

.margin-right-33 {
  margin-right: 33px;
}

.margin-34 {
  margin: 34px;
}

.margin-top-34 {
  margin-top: 34px;
}

.margin-bottom-34 {
  margin-bottom: 34px;
}

.margin-left-34 {
  margin-left: 34px;
}

.margin-right-34 {
  margin-right: 34px;
}

.margin-35 {
  margin: 35px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-left-35 {
  margin-left: 35px;
}

.margin-right-35 {
  margin-right: 35px;
}

.margin-36 {
  margin: 36px;
}

.margin-top-36 {
  margin-top: 36px;
}

.margin-bottom-36 {
  margin-bottom: 36px;
}

.margin-left-36 {
  margin-left: 36px;
}

.margin-right-36 {
  margin-right: 36px;
}

.margin-37 {
  margin: 37px;
}

.margin-top-37 {
  margin-top: 37px;
}

.margin-bottom-37 {
  margin-bottom: 37px;
}

.margin-left-37 {
  margin-left: 37px;
}

.margin-right-37 {
  margin-right: 37px;
}

.margin-38 {
  margin: 38px;
}

.margin-top-38 {
  margin-top: 38px;
}

.margin-bottom-38 {
  margin-bottom: 38px;
}

.margin-left-38 {
  margin-left: 38px;
}

.margin-right-38 {
  margin-right: 38px;
}

.margin-39 {
  margin: 39px;
}

.margin-top-39 {
  margin-top: 39px;
}

.margin-bottom-39 {
  margin-bottom: 39px;
}

.margin-left-39 {
  margin-left: 39px;
}

.margin-right-39 {
  margin-right: 39px;
}

.margin-40 {
  margin: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-41 {
  margin: 41px;
}

.margin-top-41 {
  margin-top: 41px;
}

.margin-bottom-41 {
  margin-bottom: 41px;
}

.margin-left-41 {
  margin-left: 41px;
}

.margin-right-41 {
  margin-right: 41px;
}

.margin-42 {
  margin: 42px;
}

.margin-top-42 {
  margin-top: 42px;
}

.margin-bottom-42 {
  margin-bottom: 42px;
}

.margin-left-42 {
  margin-left: 42px;
}

.margin-right-42 {
  margin-right: 42px;
}

.margin-43 {
  margin: 43px;
}

.margin-top-43 {
  margin-top: 43px;
}

.margin-bottom-43 {
  margin-bottom: 43px;
}

.margin-left-43 {
  margin-left: 43px;
}

.margin-right-43 {
  margin-right: 43px;
}

.margin-44 {
  margin: 44px;
}

.margin-top-44 {
  margin-top: 44px;
}

.margin-bottom-44 {
  margin-bottom: 44px;
}

.margin-left-44 {
  margin-left: 44px;
}

.margin-right-44 {
  margin-right: 44px;
}

.margin-45 {
  margin: 45px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-left-45 {
  margin-left: 45px;
}

.margin-right-45 {
  margin-right: 45px;
}

.margin-46 {
  margin: 46px;
}

.margin-top-46 {
  margin-top: 46px;
}

.margin-bottom-46 {
  margin-bottom: 46px;
}

.margin-left-46 {
  margin-left: 46px;
}

.margin-right-46 {
  margin-right: 46px;
}

.margin-47 {
  margin: 47px;
}

.margin-top-47 {
  margin-top: 47px;
}

.margin-bottom-47 {
  margin-bottom: 47px;
}

.margin-left-47 {
  margin-left: 47px;
}

.margin-right-47 {
  margin-right: 47px;
}

.margin-48 {
  margin: 48px;
}

.margin-top-48 {
  margin-top: 48px;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.margin-left-48 {
  margin-left: 48px;
}

.margin-right-48 {
  margin-right: 48px;
}

.margin-49 {
  margin: 49px;
}

.margin-top-49 {
  margin-top: 49px;
}

.margin-bottom-49 {
  margin-bottom: 49px;
}

.margin-left-49 {
  margin-left: 49px;
}

.margin-right-49 {
  margin-right: 49px;
}

.margin-50 {
  margin: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-51 {
  margin: 51px;
}

.margin-top-51 {
  margin-top: 51px;
}

.margin-bottom-51 {
  margin-bottom: 51px;
}

.margin-left-51 {
  margin-left: 51px;
}

.margin-right-51 {
  margin-right: 51px;
}

.margin-52 {
  margin: 52px;
}

.margin-top-52 {
  margin-top: 52px;
}

.margin-bottom-52 {
  margin-bottom: 52px;
}

.margin-left-52 {
  margin-left: 52px;
}

.margin-right-52 {
  margin-right: 52px;
}

.margin-53 {
  margin: 53px;
}

.margin-top-53 {
  margin-top: 53px;
}

.margin-bottom-53 {
  margin-bottom: 53px;
}

.margin-left-53 {
  margin-left: 53px;
}

.margin-right-53 {
  margin-right: 53px;
}

.margin-54 {
  margin: 54px;
}

.margin-top-54 {
  margin-top: 54px;
}

.margin-bottom-54 {
  margin-bottom: 54px;
}

.margin-left-54 {
  margin-left: 54px;
}

.margin-right-54 {
  margin-right: 54px;
}

.margin-55 {
  margin: 55px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-left-55 {
  margin-left: 55px;
}

.margin-right-55 {
  margin-right: 55px;
}

.margin-56 {
  margin: 56px;
}

.margin-top-56 {
  margin-top: 56px;
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.margin-left-56 {
  margin-left: 56px;
}

.margin-right-56 {
  margin-right: 56px;
}

.margin-57 {
  margin: 57px;
}

.margin-top-57 {
  margin-top: 57px;
}

.margin-bottom-57 {
  margin-bottom: 57px;
}

.margin-left-57 {
  margin-left: 57px;
}

.margin-right-57 {
  margin-right: 57px;
}

.margin-58 {
  margin: 58px;
}

.margin-top-58 {
  margin-top: 58px;
}

.margin-bottom-58 {
  margin-bottom: 58px;
}

.margin-left-58 {
  margin-left: 58px;
}

.margin-right-58 {
  margin-right: 58px;
}

.margin-59 {
  margin: 59px;
}

.margin-top-59 {
  margin-top: 59px;
}

.margin-bottom-59 {
  margin-bottom: 59px;
}

.margin-left-59 {
  margin-left: 59px;
}

.margin-right-59 {
  margin-right: 59px;
}

.margin-60 {
  margin: 60px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-left-60 {
  margin-left: 60px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-61 {
  margin: 61px;
}

.margin-top-61 {
  margin-top: 61px;
}

.margin-bottom-61 {
  margin-bottom: 61px;
}

.margin-left-61 {
  margin-left: 61px;
}

.margin-right-61 {
  margin-right: 61px;
}

.margin-62 {
  margin: 62px;
}

.margin-top-62 {
  margin-top: 62px;
}

.margin-bottom-62 {
  margin-bottom: 62px;
}

.margin-left-62 {
  margin-left: 62px;
}

.margin-right-62 {
  margin-right: 62px;
}

.margin-63 {
  margin: 63px;
}

.margin-top-63 {
  margin-top: 63px;
}

.margin-bottom-63 {
  margin-bottom: 63px;
}

.margin-left-63 {
  margin-left: 63px;
}

.margin-right-63 {
  margin-right: 63px;
}

.margin-64 {
  margin: 64px;
}

.margin-top-64 {
  margin-top: 64px;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.margin-left-64 {
  margin-left: 64px;
}

.margin-right-64 {
  margin-right: 64px;
}

.margin-65 {
  margin: 65px;
}

.margin-top-65 {
  margin-top: 65px;
}

.margin-bottom-65 {
  margin-bottom: 65px;
}

.margin-left-65 {
  margin-left: 65px;
}

.margin-right-65 {
  margin-right: 65px;
}

.margin-66 {
  margin: 66px;
}

.margin-top-66 {
  margin-top: 66px;
}

.margin-bottom-66 {
  margin-bottom: 66px;
}

.margin-left-66 {
  margin-left: 66px;
}

.margin-right-66 {
  margin-right: 66px;
}

.margin-67 {
  margin: 67px;
}

.margin-top-67 {
  margin-top: 67px;
}

.margin-bottom-67 {
  margin-bottom: 67px;
}

.margin-left-67 {
  margin-left: 67px;
}

.margin-right-67 {
  margin-right: 67px;
}

.margin-68 {
  margin: 68px;
}

.margin-top-68 {
  margin-top: 68px;
}

.margin-bottom-68 {
  margin-bottom: 68px;
}

.margin-left-68 {
  margin-left: 68px;
}

.margin-right-68 {
  margin-right: 68px;
}

.margin-69 {
  margin: 69px;
}

.margin-top-69 {
  margin-top: 69px;
}

.margin-bottom-69 {
  margin-bottom: 69px;
}

.margin-left-69 {
  margin-left: 69px;
}

.margin-right-69 {
  margin-right: 69px;
}

.margin-70 {
  margin: 70px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-left-70 {
  margin-left: 70px;
}

.margin-right-70 {
  margin-right: 70px;
}

.margin-71 {
  margin: 71px;
}

.margin-top-71 {
  margin-top: 71px;
}

.margin-bottom-71 {
  margin-bottom: 71px;
}

.margin-left-71 {
  margin-left: 71px;
}

.margin-right-71 {
  margin-right: 71px;
}

.margin-72 {
  margin: 72px;
}

.margin-top-72 {
  margin-top: 72px;
}

.margin-bottom-72 {
  margin-bottom: 72px;
}

.margin-left-72 {
  margin-left: 72px;
}

.margin-right-72 {
  margin-right: 72px;
}

.margin-73 {
  margin: 73px;
}

.margin-top-73 {
  margin-top: 73px;
}

.margin-bottom-73 {
  margin-bottom: 73px;
}

.margin-left-73 {
  margin-left: 73px;
}

.margin-right-73 {
  margin-right: 73px;
}

.margin-74 {
  margin: 74px;
}

.margin-top-74 {
  margin-top: 74px;
}

.margin-bottom-74 {
  margin-bottom: 74px;
}

.margin-left-74 {
  margin-left: 74px;
}

.margin-right-74 {
  margin-right: 74px;
}

.margin-75 {
  margin: 75px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-left-75 {
  margin-left: 75px;
}

.margin-right-75 {
  margin-right: 75px;
}

.margin-76 {
  margin: 76px;
}

.margin-top-76 {
  margin-top: 76px;
}

.margin-bottom-76 {
  margin-bottom: 76px;
}

.margin-left-76 {
  margin-left: 76px;
}

.margin-right-76 {
  margin-right: 76px;
}

.margin-77 {
  margin: 77px;
}

.margin-top-77 {
  margin-top: 77px;
}

.margin-bottom-77 {
  margin-bottom: 77px;
}

.margin-left-77 {
  margin-left: 77px;
}

.margin-right-77 {
  margin-right: 77px;
}

.margin-78 {
  margin: 78px;
}

.margin-top-78 {
  margin-top: 78px;
}

.margin-bottom-78 {
  margin-bottom: 78px;
}

.margin-left-78 {
  margin-left: 78px;
}

.margin-right-78 {
  margin-right: 78px;
}

.margin-79 {
  margin: 79px;
}

.margin-top-79 {
  margin-top: 79px;
}

.margin-bottom-79 {
  margin-bottom: 79px;
}

.margin-left-79 {
  margin-left: 79px;
}

.margin-right-79 {
  margin-right: 79px;
}

.margin-80 {
  margin: 80px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-left-80 {
  margin-left: 80px;
}

.margin-right-80 {
  margin-right: 80px;
}

.margin-81 {
  margin: 81px;
}

.margin-top-81 {
  margin-top: 81px;
}

.margin-bottom-81 {
  margin-bottom: 81px;
}

.margin-left-81 {
  margin-left: 81px;
}

.margin-right-81 {
  margin-right: 81px;
}

.margin-82 {
  margin: 82px;
}

.margin-top-82 {
  margin-top: 82px;
}

.margin-bottom-82 {
  margin-bottom: 82px;
}

.margin-left-82 {
  margin-left: 82px;
}

.margin-right-82 {
  margin-right: 82px;
}

.margin-83 {
  margin: 83px;
}

.margin-top-83 {
  margin-top: 83px;
}

.margin-bottom-83 {
  margin-bottom: 83px;
}

.margin-left-83 {
  margin-left: 83px;
}

.margin-right-83 {
  margin-right: 83px;
}

.margin-84 {
  margin: 84px;
}

.margin-top-84 {
  margin-top: 84px;
}

.margin-bottom-84 {
  margin-bottom: 84px;
}

.margin-left-84 {
  margin-left: 84px;
}

.margin-right-84 {
  margin-right: 84px;
}

.margin-85 {
  margin: 85px;
}

.margin-top-85 {
  margin-top: 85px;
}

.margin-bottom-85 {
  margin-bottom: 85px;
}

.margin-left-85 {
  margin-left: 85px;
}

.margin-right-85 {
  margin-right: 85px;
}

.margin-86 {
  margin: 86px;
}

.margin-top-86 {
  margin-top: 86px;
}

.margin-bottom-86 {
  margin-bottom: 86px;
}

.margin-left-86 {
  margin-left: 86px;
}

.margin-right-86 {
  margin-right: 86px;
}

.margin-87 {
  margin: 87px;
}

.margin-top-87 {
  margin-top: 87px;
}

.margin-bottom-87 {
  margin-bottom: 87px;
}

.margin-left-87 {
  margin-left: 87px;
}

.margin-right-87 {
  margin-right: 87px;
}

.margin-88 {
  margin: 88px;
}

.margin-top-88 {
  margin-top: 88px;
}

.margin-bottom-88 {
  margin-bottom: 88px;
}

.margin-left-88 {
  margin-left: 88px;
}

.margin-right-88 {
  margin-right: 88px;
}

.margin-89 {
  margin: 89px;
}

.margin-top-89 {
  margin-top: 89px;
}

.margin-bottom-89 {
  margin-bottom: 89px;
}

.margin-left-89 {
  margin-left: 89px;
}

.margin-right-89 {
  margin-right: 89px;
}

.margin-90 {
  margin: 90px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-left-90 {
  margin-left: 90px;
}

.margin-right-90 {
  margin-right: 90px;
}

.margin-91 {
  margin: 91px;
}

.margin-top-91 {
  margin-top: 91px;
}

.margin-bottom-91 {
  margin-bottom: 91px;
}

.margin-left-91 {
  margin-left: 91px;
}

.margin-right-91 {
  margin-right: 91px;
}

.margin-92 {
  margin: 92px;
}

.margin-top-92 {
  margin-top: 92px;
}

.margin-bottom-92 {
  margin-bottom: 92px;
}

.margin-left-92 {
  margin-left: 92px;
}

.margin-right-92 {
  margin-right: 92px;
}

.margin-93 {
  margin: 93px;
}

.margin-top-93 {
  margin-top: 93px;
}

.margin-bottom-93 {
  margin-bottom: 93px;
}

.margin-left-93 {
  margin-left: 93px;
}

.margin-right-93 {
  margin-right: 93px;
}

.margin-94 {
  margin: 94px;
}

.margin-top-94 {
  margin-top: 94px;
}

.margin-bottom-94 {
  margin-bottom: 94px;
}

.margin-left-94 {
  margin-left: 94px;
}

.margin-right-94 {
  margin-right: 94px;
}

.margin-95 {
  margin: 95px;
}

.margin-top-95 {
  margin-top: 95px;
}

.margin-bottom-95 {
  margin-bottom: 95px;
}

.margin-left-95 {
  margin-left: 95px;
}

.margin-right-95 {
  margin-right: 95px;
}

.margin-96 {
  margin: 96px;
}

.margin-top-96 {
  margin-top: 96px;
}

.margin-bottom-96 {
  margin-bottom: 96px;
}

.margin-left-96 {
  margin-left: 96px;
}

.margin-right-96 {
  margin-right: 96px;
}

.margin-97 {
  margin: 97px;
}

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

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

.margin-left-97 {
  margin-left: 97px;
}

.margin-right-97 {
  margin-right: 97px;
}

.margin-98 {
  margin: 98px;
}

.margin-top-98 {
  margin-top: 98px;
}

.margin-bottom-98 {
  margin-bottom: 98px;
}

.margin-left-98 {
  margin-left: 98px;
}

.margin-right-98 {
  margin-right: 98px;
}

.margin-99 {
  margin: 99px;
}

.margin-top-99 {
  margin-top: 99px;
}

.margin-bottom-99 {
  margin-bottom: 99px;
}

.margin-left-99 {
  margin-left: 99px;
}

.margin-right-99 {
  margin-right: 99px;
}

.margin-100 {
  margin: 100px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-left-100 {
  margin-left: 100px;
}

.margin-right-100 {
  margin-right: 100px;
}

.margin-101 {
  margin: 101px;
}

.margin-top-101 {
  margin-top: 101px;
}

.margin-bottom-101 {
  margin-bottom: 101px;
}

.margin-left-101 {
  margin-left: 101px;
}

.margin-right-101 {
  margin-right: 101px;
}

.margin-102 {
  margin: 102px;
}

.margin-top-102 {
  margin-top: 102px;
}

.margin-bottom-102 {
  margin-bottom: 102px;
}

.margin-left-102 {
  margin-left: 102px;
}

.margin-right-102 {
  margin-right: 102px;
}

.margin-103 {
  margin: 103px;
}

.margin-top-103 {
  margin-top: 103px;
}

.margin-bottom-103 {
  margin-bottom: 103px;
}

.margin-left-103 {
  margin-left: 103px;
}

.margin-right-103 {
  margin-right: 103px;
}

.margin-104 {
  margin: 104px;
}

.margin-top-104 {
  margin-top: 104px;
}

.margin-bottom-104 {
  margin-bottom: 104px;
}

.margin-left-104 {
  margin-left: 104px;
}

.margin-right-104 {
  margin-right: 104px;
}

.margin-105 {
  margin: 105px;
}

.margin-top-105 {
  margin-top: 105px;
}

.margin-bottom-105 {
  margin-bottom: 105px;
}

.margin-left-105 {
  margin-left: 105px;
}

.margin-right-105 {
  margin-right: 105px;
}

.margin-106 {
  margin: 106px;
}

.margin-top-106 {
  margin-top: 106px;
}

.margin-bottom-106 {
  margin-bottom: 106px;
}

.margin-left-106 {
  margin-left: 106px;
}

.margin-right-106 {
  margin-right: 106px;
}

.margin-107 {
  margin: 107px;
}

.margin-top-107 {
  margin-top: 107px;
}

.margin-bottom-107 {
  margin-bottom: 107px;
}

.margin-left-107 {
  margin-left: 107px;
}

.margin-right-107 {
  margin-right: 107px;
}

.margin-108 {
  margin: 108px;
}

.margin-top-108 {
  margin-top: 108px;
}

.margin-bottom-108 {
  margin-bottom: 108px;
}

.margin-left-108 {
  margin-left: 108px;
}

.margin-right-108 {
  margin-right: 108px;
}

.margin-109 {
  margin: 109px;
}

.margin-top-109 {
  margin-top: 109px;
}

.margin-bottom-109 {
  margin-bottom: 109px;
}

.margin-left-109 {
  margin-left: 109px;
}

.margin-right-109 {
  margin-right: 109px;
}

.margin-110 {
  margin: 110px;
}

.margin-top-110 {
  margin-top: 110px;
}

.margin-bottom-110 {
  margin-bottom: 110px;
}

.margin-left-110 {
  margin-left: 110px;
}

.margin-right-110 {
  margin-right: 110px;
}

.margin-111 {
  margin: 111px;
}

.margin-top-111 {
  margin-top: 111px;
}

.margin-bottom-111 {
  margin-bottom: 111px;
}

.margin-left-111 {
  margin-left: 111px;
}

.margin-right-111 {
  margin-right: 111px;
}

.margin-112 {
  margin: 112px;
}

.margin-top-112 {
  margin-top: 112px;
}

.margin-bottom-112 {
  margin-bottom: 112px;
}

.margin-left-112 {
  margin-left: 112px;
}

.margin-right-112 {
  margin-right: 112px;
}

.margin-113 {
  margin: 113px;
}

.margin-top-113 {
  margin-top: 113px;
}

.margin-bottom-113 {
  margin-bottom: 113px;
}

.margin-left-113 {
  margin-left: 113px;
}

.margin-right-113 {
  margin-right: 113px;
}

.margin-114 {
  margin: 114px;
}

.margin-top-114 {
  margin-top: 114px;
}

.margin-bottom-114 {
  margin-bottom: 114px;
}

.margin-left-114 {
  margin-left: 114px;
}

.margin-right-114 {
  margin-right: 114px;
}

.margin-115 {
  margin: 115px;
}

.margin-top-115 {
  margin-top: 115px;
}

.margin-bottom-115 {
  margin-bottom: 115px;
}

.margin-left-115 {
  margin-left: 115px;
}

.margin-right-115 {
  margin-right: 115px;
}

.margin-116 {
  margin: 116px;
}

.margin-top-116 {
  margin-top: 116px;
}

.margin-bottom-116 {
  margin-bottom: 116px;
}

.margin-left-116 {
  margin-left: 116px;
}

.margin-right-116 {
  margin-right: 116px;
}

.margin-117 {
  margin: 117px;
}

.margin-top-117 {
  margin-top: 117px;
}

.margin-bottom-117 {
  margin-bottom: 117px;
}

.margin-left-117 {
  margin-left: 117px;
}

.margin-right-117 {
  margin-right: 117px;
}

.margin-118 {
  margin: 118px;
}

.margin-top-118 {
  margin-top: 118px;
}

.margin-bottom-118 {
  margin-bottom: 118px;
}

.margin-left-118 {
  margin-left: 118px;
}

.margin-right-118 {
  margin-right: 118px;
}

.margin-119 {
  margin: 119px;
}

.margin-top-119 {
  margin-top: 119px;
}

.margin-bottom-119 {
  margin-bottom: 119px;
}

.margin-left-119 {
  margin-left: 119px;
}

.margin-right-119 {
  margin-right: 119px;
}

.margin-120 {
  margin: 120px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-left-120 {
  margin-left: 120px;
}

.margin-right-120 {
  margin-right: 120px;
}

.margin-121 {
  margin: 121px;
}

.margin-top-121 {
  margin-top: 121px;
}

.margin-bottom-121 {
  margin-bottom: 121px;
}

.margin-left-121 {
  margin-left: 121px;
}

.margin-right-121 {
  margin-right: 121px;
}

.margin-122 {
  margin: 122px;
}

.margin-top-122 {
  margin-top: 122px;
}

.margin-bottom-122 {
  margin-bottom: 122px;
}

.margin-left-122 {
  margin-left: 122px;
}

.margin-right-122 {
  margin-right: 122px;
}

.margin-123 {
  margin: 123px;
}

.margin-top-123 {
  margin-top: 123px;
}

.margin-bottom-123 {
  margin-bottom: 123px;
}

.margin-left-123 {
  margin-left: 123px;
}

.margin-right-123 {
  margin-right: 123px;
}

.margin-124 {
  margin: 124px;
}

.margin-top-124 {
  margin-top: 124px;
}

.margin-bottom-124 {
  margin-bottom: 124px;
}

.margin-left-124 {
  margin-left: 124px;
}

.margin-right-124 {
  margin-right: 124px;
}

.margin-125 {
  margin: 125px;
}

.margin-top-125 {
  margin-top: 125px;
}

.margin-bottom-125 {
  margin-bottom: 125px;
}

.margin-left-125 {
  margin-left: 125px;
}

.margin-right-125 {
  margin-right: 125px;
}

.margin-126 {
  margin: 126px;
}

.margin-top-126 {
  margin-top: 126px;
}

.margin-bottom-126 {
  margin-bottom: 126px;
}

.margin-left-126 {
  margin-left: 126px;
}

.margin-right-126 {
  margin-right: 126px;
}

.margin-127 {
  margin: 127px;
}

.margin-top-127 {
  margin-top: 127px;
}

.margin-bottom-127 {
  margin-bottom: 127px;
}

.margin-left-127 {
  margin-left: 127px;
}

.margin-right-127 {
  margin-right: 127px;
}

.margin-128 {
  margin: 128px;
}

.margin-top-128 {
  margin-top: 128px;
}

.margin-bottom-128 {
  margin-bottom: 128px;
}

.margin-left-128 {
  margin-left: 128px;
}

.margin-right-128 {
  margin-right: 128px;
}

.margin-129 {
  margin: 129px;
}

.margin-top-129 {
  margin-top: 129px;
}

.margin-bottom-129 {
  margin-bottom: 129px;
}

.margin-left-129 {
  margin-left: 129px;
}

.margin-right-129 {
  margin-right: 129px;
}

.margin-130 {
  margin: 130px;
}

.margin-top-130 {
  margin-top: 130px;
}

.margin-bottom-130 {
  margin-bottom: 130px;
}

.margin-left-130 {
  margin-left: 130px;
}

.margin-right-130 {
  margin-right: 130px;
}

.margin-131 {
  margin: 131px;
}

.margin-top-131 {
  margin-top: 131px;
}

.margin-bottom-131 {
  margin-bottom: 131px;
}

.margin-left-131 {
  margin-left: 131px;
}

.margin-right-131 {
  margin-right: 131px;
}

.margin-132 {
  margin: 132px;
}

.margin-top-132 {
  margin-top: 132px;
}

.margin-bottom-132 {
  margin-bottom: 132px;
}

.margin-left-132 {
  margin-left: 132px;
}

.margin-right-132 {
  margin-right: 132px;
}

.margin-133 {
  margin: 133px;
}

.margin-top-133 {
  margin-top: 133px;
}

.margin-bottom-133 {
  margin-bottom: 133px;
}

.margin-left-133 {
  margin-left: 133px;
}

.margin-right-133 {
  margin-right: 133px;
}

.margin-134 {
  margin: 134px;
}

.margin-top-134 {
  margin-top: 134px;
}

.margin-bottom-134 {
  margin-bottom: 134px;
}

.margin-left-134 {
  margin-left: 134px;
}

.margin-right-134 {
  margin-right: 134px;
}

.margin-135 {
  margin: 135px;
}

.margin-top-135 {
  margin-top: 135px;
}

.margin-bottom-135 {
  margin-bottom: 135px;
}

.margin-left-135 {
  margin-left: 135px;
}

.margin-right-135 {
  margin-right: 135px;
}

.margin-136 {
  margin: 136px;
}

.margin-top-136 {
  margin-top: 136px;
}

.margin-bottom-136 {
  margin-bottom: 136px;
}

.margin-left-136 {
  margin-left: 136px;
}

.margin-right-136 {
  margin-right: 136px;
}

.margin-137 {
  margin: 137px;
}

.margin-top-137 {
  margin-top: 137px;
}

.margin-bottom-137 {
  margin-bottom: 137px;
}

.margin-left-137 {
  margin-left: 137px;
}

.margin-right-137 {
  margin-right: 137px;
}

.margin-138 {
  margin: 138px;
}

.margin-top-138 {
  margin-top: 138px;
}

.margin-bottom-138 {
  margin-bottom: 138px;
}

.margin-left-138 {
  margin-left: 138px;
}

.margin-right-138 {
  margin-right: 138px;
}

.margin-139 {
  margin: 139px;
}

.margin-top-139 {
  margin-top: 139px;
}

.margin-bottom-139 {
  margin-bottom: 139px;
}

.margin-left-139 {
  margin-left: 139px;
}

.margin-right-139 {
  margin-right: 139px;
}

.margin-140 {
  margin: 140px;
}

.margin-top-140 {
  margin-top: 140px;
}

.margin-bottom-140 {
  margin-bottom: 140px;
}

.margin-left-140 {
  margin-left: 140px;
}

.margin-right-140 {
  margin-right: 140px;
}

.margin-141 {
  margin: 141px;
}

.margin-top-141 {
  margin-top: 141px;
}

.margin-bottom-141 {
  margin-bottom: 141px;
}

.margin-left-141 {
  margin-left: 141px;
}

.margin-right-141 {
  margin-right: 141px;
}

.margin-142 {
  margin: 142px;
}

.margin-top-142 {
  margin-top: 142px;
}

.margin-bottom-142 {
  margin-bottom: 142px;
}

.margin-left-142 {
  margin-left: 142px;
}

.margin-right-142 {
  margin-right: 142px;
}

.margin-143 {
  margin: 143px;
}

.margin-top-143 {
  margin-top: 143px;
}

.margin-bottom-143 {
  margin-bottom: 143px;
}

.margin-left-143 {
  margin-left: 143px;
}

.margin-right-143 {
  margin-right: 143px;
}

.margin-144 {
  margin: 144px;
}

.margin-top-144 {
  margin-top: 144px;
}

.margin-bottom-144 {
  margin-bottom: 144px;
}

.margin-left-144 {
  margin-left: 144px;
}

.margin-right-144 {
  margin-right: 144px;
}

.margin-145 {
  margin: 145px;
}

.margin-top-145 {
  margin-top: 145px;
}

.margin-bottom-145 {
  margin-bottom: 145px;
}

.margin-left-145 {
  margin-left: 145px;
}

.margin-right-145 {
  margin-right: 145px;
}

.margin-146 {
  margin: 146px;
}

.margin-top-146 {
  margin-top: 146px;
}

.margin-bottom-146 {
  margin-bottom: 146px;
}

.margin-left-146 {
  margin-left: 146px;
}

.margin-right-146 {
  margin-right: 146px;
}

.margin-147 {
  margin: 147px;
}

.margin-top-147 {
  margin-top: 147px;
}

.margin-bottom-147 {
  margin-bottom: 147px;
}

.margin-left-147 {
  margin-left: 147px;
}

.margin-right-147 {
  margin-right: 147px;
}

.margin-148 {
  margin: 148px;
}

.margin-top-148 {
  margin-top: 148px;
}

.margin-bottom-148 {
  margin-bottom: 148px;
}

.margin-left-148 {
  margin-left: 148px;
}

.margin-right-148 {
  margin-right: 148px;
}

.margin-149 {
  margin: 149px;
}

.margin-top-149 {
  margin-top: 149px;
}

.margin-bottom-149 {
  margin-bottom: 149px;
}

.margin-left-149 {
  margin-left: 149px;
}

.margin-right-149 {
  margin-right: 149px;
}

.margin-150 {
  margin: 150px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-left-150 {
  margin-left: 150px;
}

.margin-right-150 {
  margin-right: 150px;
}

.margin-151 {
  margin: 151px;
}

.margin-top-151 {
  margin-top: 151px;
}

.margin-bottom-151 {
  margin-bottom: 151px;
}

.margin-left-151 {
  margin-left: 151px;
}

.margin-right-151 {
  margin-right: 151px;
}

.margin-152 {
  margin: 152px;
}

.margin-top-152 {
  margin-top: 152px;
}

.margin-bottom-152 {
  margin-bottom: 152px;
}

.margin-left-152 {
  margin-left: 152px;
}

.margin-right-152 {
  margin-right: 152px;
}

.margin-153 {
  margin: 153px;
}

.margin-top-153 {
  margin-top: 153px;
}

.margin-bottom-153 {
  margin-bottom: 153px;
}

.margin-left-153 {
  margin-left: 153px;
}

.margin-right-153 {
  margin-right: 153px;
}

.margin-154 {
  margin: 154px;
}

.margin-top-154 {
  margin-top: 154px;
}

.margin-bottom-154 {
  margin-bottom: 154px;
}

.margin-left-154 {
  margin-left: 154px;
}

.margin-right-154 {
  margin-right: 154px;
}

.margin-155 {
  margin: 155px;
}

.margin-top-155 {
  margin-top: 155px;
}

.margin-bottom-155 {
  margin-bottom: 155px;
}

.margin-left-155 {
  margin-left: 155px;
}

.margin-right-155 {
  margin-right: 155px;
}

.margin-156 {
  margin: 156px;
}

.margin-top-156 {
  margin-top: 156px;
}

.margin-bottom-156 {
  margin-bottom: 156px;
}

.margin-left-156 {
  margin-left: 156px;
}

.margin-right-156 {
  margin-right: 156px;
}

.margin-157 {
  margin: 157px;
}

.margin-top-157 {
  margin-top: 157px;
}

.margin-bottom-157 {
  margin-bottom: 157px;
}

.margin-left-157 {
  margin-left: 157px;
}

.margin-right-157 {
  margin-right: 157px;
}

.margin-158 {
  margin: 158px;
}

.margin-top-158 {
  margin-top: 158px;
}

.margin-bottom-158 {
  margin-bottom: 158px;
}

.margin-left-158 {
  margin-left: 158px;
}

.margin-right-158 {
  margin-right: 158px;
}

.margin-159 {
  margin: 159px;
}

.margin-top-159 {
  margin-top: 159px;
}

.margin-bottom-159 {
  margin-bottom: 159px;
}

.margin-left-159 {
  margin-left: 159px;
}

.margin-right-159 {
  margin-right: 159px;
}

.margin-160 {
  margin: 160px;
}

.margin-top-160 {
  margin-top: 160px;
}

.margin-bottom-160 {
  margin-bottom: 160px;
}

.margin-left-160 {
  margin-left: 160px;
}

.margin-right-160 {
  margin-right: 160px;
}

.margin-161 {
  margin: 161px;
}

.margin-top-161 {
  margin-top: 161px;
}

.margin-bottom-161 {
  margin-bottom: 161px;
}

.margin-left-161 {
  margin-left: 161px;
}

.margin-right-161 {
  margin-right: 161px;
}

.margin-162 {
  margin: 162px;
}

.margin-top-162 {
  margin-top: 162px;
}

.margin-bottom-162 {
  margin-bottom: 162px;
}

.margin-left-162 {
  margin-left: 162px;
}

.margin-right-162 {
  margin-right: 162px;
}

.margin-163 {
  margin: 163px;
}

.margin-top-163 {
  margin-top: 163px;
}

.margin-bottom-163 {
  margin-bottom: 163px;
}

.margin-left-163 {
  margin-left: 163px;
}

.margin-right-163 {
  margin-right: 163px;
}

.margin-164 {
  margin: 164px;
}

.margin-top-164 {
  margin-top: 164px;
}

.margin-bottom-164 {
  margin-bottom: 164px;
}

.margin-left-164 {
  margin-left: 164px;
}

.margin-right-164 {
  margin-right: 164px;
}

.margin-165 {
  margin: 165px;
}

.margin-top-165 {
  margin-top: 165px;
}

.margin-bottom-165 {
  margin-bottom: 165px;
}

.margin-left-165 {
  margin-left: 165px;
}

.margin-right-165 {
  margin-right: 165px;
}

.margin-166 {
  margin: 166px;
}

.margin-top-166 {
  margin-top: 166px;
}

.margin-bottom-166 {
  margin-bottom: 166px;
}

.margin-left-166 {
  margin-left: 166px;
}

.margin-right-166 {
  margin-right: 166px;
}

.margin-167 {
  margin: 167px;
}

.margin-top-167 {
  margin-top: 167px;
}

.margin-bottom-167 {
  margin-bottom: 167px;
}

.margin-left-167 {
  margin-left: 167px;
}

.margin-right-167 {
  margin-right: 167px;
}

.margin-168 {
  margin: 168px;
}

.margin-top-168 {
  margin-top: 168px;
}

.margin-bottom-168 {
  margin-bottom: 168px;
}

.margin-left-168 {
  margin-left: 168px;
}

.margin-right-168 {
  margin-right: 168px;
}

.margin-169 {
  margin: 169px;
}

.margin-top-169 {
  margin-top: 169px;
}

.margin-bottom-169 {
  margin-bottom: 169px;
}

.margin-left-169 {
  margin-left: 169px;
}

.margin-right-169 {
  margin-right: 169px;
}

.margin-170 {
  margin: 170px;
}

.margin-top-170 {
  margin-top: 170px;
}

.margin-bottom-170 {
  margin-bottom: 170px;
}

.margin-left-170 {
  margin-left: 170px;
}

.margin-right-170 {
  margin-right: 170px;
}

.margin-171 {
  margin: 171px;
}

.margin-top-171 {
  margin-top: 171px;
}

.margin-bottom-171 {
  margin-bottom: 171px;
}

.margin-left-171 {
  margin-left: 171px;
}

.margin-right-171 {
  margin-right: 171px;
}

.margin-172 {
  margin: 172px;
}

.margin-top-172 {
  margin-top: 172px;
}

.margin-bottom-172 {
  margin-bottom: 172px;
}

.margin-left-172 {
  margin-left: 172px;
}

.margin-right-172 {
  margin-right: 172px;
}

.margin-173 {
  margin: 173px;
}

.margin-top-173 {
  margin-top: 173px;
}

.margin-bottom-173 {
  margin-bottom: 173px;
}

.margin-left-173 {
  margin-left: 173px;
}

.margin-right-173 {
  margin-right: 173px;
}

.margin-174 {
  margin: 174px;
}

.margin-top-174 {
  margin-top: 174px;
}

.margin-bottom-174 {
  margin-bottom: 174px;
}

.margin-left-174 {
  margin-left: 174px;
}

.margin-right-174 {
  margin-right: 174px;
}

.margin-175 {
  margin: 175px;
}

.margin-top-175 {
  margin-top: 175px;
}

.margin-bottom-175 {
  margin-bottom: 175px;
}

.margin-left-175 {
  margin-left: 175px;
}

.margin-right-175 {
  margin-right: 175px;
}

.margin-176 {
  margin: 176px;
}

.margin-top-176 {
  margin-top: 176px;
}

.margin-bottom-176 {
  margin-bottom: 176px;
}

.margin-left-176 {
  margin-left: 176px;
}

.margin-right-176 {
  margin-right: 176px;
}

.margin-177 {
  margin: 177px;
}

.margin-top-177 {
  margin-top: 177px;
}

.margin-bottom-177 {
  margin-bottom: 177px;
}

.margin-left-177 {
  margin-left: 177px;
}

.margin-right-177 {
  margin-right: 177px;
}

.margin-178 {
  margin: 178px;
}

.margin-top-178 {
  margin-top: 178px;
}

.margin-bottom-178 {
  margin-bottom: 178px;
}

.margin-left-178 {
  margin-left: 178px;
}

.margin-right-178 {
  margin-right: 178px;
}

.margin-179 {
  margin: 179px;
}

.margin-top-179 {
  margin-top: 179px;
}

.margin-bottom-179 {
  margin-bottom: 179px;
}

.margin-left-179 {
  margin-left: 179px;
}

.margin-right-179 {
  margin-right: 179px;
}

.margin-180 {
  margin: 180px;
}

.margin-top-180 {
  margin-top: 180px;
}

.margin-bottom-180 {
  margin-bottom: 180px;
}

.margin-left-180 {
  margin-left: 180px;
}

.margin-right-180 {
  margin-right: 180px;
}

.margin-181 {
  margin: 181px;
}

.margin-top-181 {
  margin-top: 181px;
}

.margin-bottom-181 {
  margin-bottom: 181px;
}

.margin-left-181 {
  margin-left: 181px;
}

.margin-right-181 {
  margin-right: 181px;
}

.margin-182 {
  margin: 182px;
}

.margin-top-182 {
  margin-top: 182px;
}

.margin-bottom-182 {
  margin-bottom: 182px;
}

.margin-left-182 {
  margin-left: 182px;
}

.margin-right-182 {
  margin-right: 182px;
}

.margin-183 {
  margin: 183px;
}

.margin-top-183 {
  margin-top: 183px;
}

.margin-bottom-183 {
  margin-bottom: 183px;
}

.margin-left-183 {
  margin-left: 183px;
}

.margin-right-183 {
  margin-right: 183px;
}

.margin-184 {
  margin: 184px;
}

.margin-top-184 {
  margin-top: 184px;
}

.margin-bottom-184 {
  margin-bottom: 184px;
}

.margin-left-184 {
  margin-left: 184px;
}

.margin-right-184 {
  margin-right: 184px;
}

.margin-185 {
  margin: 185px;
}

.margin-top-185 {
  margin-top: 185px;
}

.margin-bottom-185 {
  margin-bottom: 185px;
}

.margin-left-185 {
  margin-left: 185px;
}

.margin-right-185 {
  margin-right: 185px;
}

.margin-186 {
  margin: 186px;
}

.margin-top-186 {
  margin-top: 186px;
}

.margin-bottom-186 {
  margin-bottom: 186px;
}

.margin-left-186 {
  margin-left: 186px;
}

.margin-right-186 {
  margin-right: 186px;
}

.margin-187 {
  margin: 187px;
}

.margin-top-187 {
  margin-top: 187px;
}

.margin-bottom-187 {
  margin-bottom: 187px;
}

.margin-left-187 {
  margin-left: 187px;
}

.margin-right-187 {
  margin-right: 187px;
}

.margin-188 {
  margin: 188px;
}

.margin-top-188 {
  margin-top: 188px;
}

.margin-bottom-188 {
  margin-bottom: 188px;
}

.margin-left-188 {
  margin-left: 188px;
}

.margin-right-188 {
  margin-right: 188px;
}

.margin-189 {
  margin: 189px;
}

.margin-top-189 {
  margin-top: 189px;
}

.margin-bottom-189 {
  margin-bottom: 189px;
}

.margin-left-189 {
  margin-left: 189px;
}

.margin-right-189 {
  margin-right: 189px;
}

.margin-190 {
  margin: 190px;
}

.margin-top-190 {
  margin-top: 190px;
}

.margin-bottom-190 {
  margin-bottom: 190px;
}

.margin-left-190 {
  margin-left: 190px;
}

.margin-right-190 {
  margin-right: 190px;
}

.margin-191 {
  margin: 191px;
}

.margin-top-191 {
  margin-top: 191px;
}

.margin-bottom-191 {
  margin-bottom: 191px;
}

.margin-left-191 {
  margin-left: 191px;
}

.margin-right-191 {
  margin-right: 191px;
}

.margin-192 {
  margin: 192px;
}

.margin-top-192 {
  margin-top: 192px;
}

.margin-bottom-192 {
  margin-bottom: 192px;
}

.margin-left-192 {
  margin-left: 192px;
}

.margin-right-192 {
  margin-right: 192px;
}

.margin-193 {
  margin: 193px;
}

.margin-top-193 {
  margin-top: 193px;
}

.margin-bottom-193 {
  margin-bottom: 193px;
}

.margin-left-193 {
  margin-left: 193px;
}

.margin-right-193 {
  margin-right: 193px;
}

.margin-194 {
  margin: 194px;
}

.margin-top-194 {
  margin-top: 194px;
}

.margin-bottom-194 {
  margin-bottom: 194px;
}

.margin-left-194 {
  margin-left: 194px;
}

.margin-right-194 {
  margin-right: 194px;
}

.margin-195 {
  margin: 195px;
}

.margin-top-195 {
  margin-top: 195px;
}

.margin-bottom-195 {
  margin-bottom: 195px;
}

.margin-left-195 {
  margin-left: 195px;
}

.margin-right-195 {
  margin-right: 195px;
}

.margin-196 {
  margin: 196px;
}

.margin-top-196 {
  margin-top: 196px;
}

.margin-bottom-196 {
  margin-bottom: 196px;
}

.margin-left-196 {
  margin-left: 196px;
}

.margin-right-196 {
  margin-right: 196px;
}

.margin-197 {
  margin: 197px;
}

.margin-top-197 {
  margin-top: 197px;
}

.margin-bottom-197 {
  margin-bottom: 197px;
}

.margin-left-197 {
  margin-left: 197px;
}

.margin-right-197 {
  margin-right: 197px;
}

.margin-198 {
  margin: 198px;
}

.margin-top-198 {
  margin-top: 198px;
}

.margin-bottom-198 {
  margin-bottom: 198px;
}

.margin-left-198 {
  margin-left: 198px;
}

.margin-right-198 {
  margin-right: 198px;
}

.margin-199 {
  margin: 199px;
}

.margin-top-199 {
  margin-top: 199px;
}

.margin-bottom-199 {
  margin-bottom: 199px;
}

.margin-left-199 {
  margin-left: 199px;
}

.margin-right-199 {
  margin-right: 199px;
}

.margin-200 {
  margin: 200px;
}

.margin-top-200 {
  margin-top: 200px;
}

.margin-bottom-200 {
  margin-bottom: 200px;
}

.margin-left-200 {
  margin-left: 200px;
}

.margin-right-200 {
  margin-right: 200px;
}

.min-height-0 {
  min-height: 0px;
}

.min-height-100 {
  min-height: 100px;
}

.min-height-200 {
  min-height: 200px;
}

.min-height-300 {
  min-height: 300px;
}

.min-height-400 {
  min-height: 400px;
}

.min-height-500 {
  min-height: 500px;
}

.min-height-600 {
  min-height: 600px;
}

.min-height-700 {
  min-height: 700px;
}

.min-height-800 {
  min-height: 800px;
}

.min-height-900 {
  min-height: 900px;
}

.min-height-1000 {
  min-height: 1000px;
}

.min-height-1100 {
  min-height: 1100px;
}

.min-height-1200 {
  min-height: 1200px;
}

.min-height-1300 {
  min-height: 1300px;
}

.min-height-1400 {
  min-height: 1400px;
}

.min-height-1500 {
  min-height: 1500px;
}

.min-height-1600 {
  min-height: 1600px;
}

.min-height-1700 {
  min-height: 1700px;
}

.min-height-1800 {
  min-height: 1800px;
}

.min-height-1900 {
  min-height: 1900px;
}

.min-height-2000 {
  min-height: 2000px;
}

.min-height-2100 {
  min-height: 2100px;
}

.min-height-2200 {
  min-height: 2200px;
}

.min-height-2300 {
  min-height: 2300px;
}

.min-height-2400 {
  min-height: 2400px;
}

.min-height-2500 {
  min-height: 2500px;
}

.min-height-2600 {
  min-height: 2600px;
}

.min-height-2700 {
  min-height: 2700px;
}

.min-height-2800 {
  min-height: 2800px;
}

.min-height-2900 {
  min-height: 2900px;
}

.min-height-3000 {
  min-height: 3000px;
}

.min-height-3100 {
  min-height: 3100px;
}

.min-height-3200 {
  min-height: 3200px;
}

.min-height-3300 {
  min-height: 3300px;
}

.min-height-3400 {
  min-height: 3400px;
}

.min-height-3500 {
  min-height: 3500px;
}

.min-height-3600 {
  min-height: 3600px;
}

.min-height-3700 {
  min-height: 3700px;
}

.min-height-3800 {
  min-height: 3800px;
}

.min-height-3900 {
  min-height: 3900px;
}

.min-height-4000 {
  min-height: 4000px;
}

.min-height-4100 {
  min-height: 4100px;
}

.min-height-4200 {
  min-height: 4200px;
}

.min-height-4300 {
  min-height: 4300px;
}

.min-height-4400 {
  min-height: 4400px;
}

.min-height-4500 {
  min-height: 4500px;
}

.min-height-4600 {
  min-height: 4600px;
}

.min-height-4700 {
  min-height: 4700px;
}

.min-height-4800 {
  min-height: 4800px;
}

.min-height-4900 {
  min-height: 4900px;
}

.min-height-5000 {
  min-height: 5000px;
}

.min-height-5100 {
  min-height: 5100px;
}

.min-height-5200 {
  min-height: 5200px;
}

.min-height-5300 {
  min-height: 5300px;
}

.min-height-5400 {
  min-height: 5400px;
}

.min-height-5500 {
  min-height: 5500px;
}

.min-height-5600 {
  min-height: 5600px;
}

.min-height-5700 {
  min-height: 5700px;
}

.min-height-5800 {
  min-height: 5800px;
}

.min-height-5900 {
  min-height: 5900px;
}

.min-height-6000 {
  min-height: 6000px;
}

.min-height-6100 {
  min-height: 6100px;
}

.min-height-6200 {
  min-height: 6200px;
}

.min-height-6300 {
  min-height: 6300px;
}

.min-height-6400 {
  min-height: 6400px;
}

.min-height-6500 {
  min-height: 6500px;
}

.min-height-6600 {
  min-height: 6600px;
}

.min-height-6700 {
  min-height: 6700px;
}

.min-height-6800 {
  min-height: 6800px;
}

.min-height-6900 {
  min-height: 6900px;
}

.min-height-7000 {
  min-height: 7000px;
}

.min-height-7100 {
  min-height: 7100px;
}

.min-height-7200 {
  min-height: 7200px;
}

.min-height-7300 {
  min-height: 7300px;
}

.min-height-7400 {
  min-height: 7400px;
}

.min-height-7500 {
  min-height: 7500px;
}

.min-height-7600 {
  min-height: 7600px;
}

.min-height-7700 {
  min-height: 7700px;
}

.min-height-7800 {
  min-height: 7800px;
}

.min-height-7900 {
  min-height: 7900px;
}

.min-height-8000 {
  min-height: 8000px;
}

.min-height-8100 {
  min-height: 8100px;
}

.min-height-8200 {
  min-height: 8200px;
}

.min-height-8300 {
  min-height: 8300px;
}

.min-height-8400 {
  min-height: 8400px;
}

.min-height-8500 {
  min-height: 8500px;
}

.min-height-8600 {
  min-height: 8600px;
}

.min-height-8700 {
  min-height: 8700px;
}

.min-height-8800 {
  min-height: 8800px;
}

.min-height-8900 {
  min-height: 8900px;
}

.min-height-9000 {
  min-height: 9000px;
}

.min-height-9100 {
  min-height: 9100px;
}

.min-height-9200 {
  min-height: 9200px;
}

.min-height-9300 {
  min-height: 9300px;
}

.min-height-9400 {
  min-height: 9400px;
}

.min-height-9500 {
  min-height: 9500px;
}

.min-height-9600 {
  min-height: 9600px;
}

.min-height-9700 {
  min-height: 9700px;
}

.min-height-9800 {
  min-height: 9800px;
}

.min-height-9900 {
  min-height: 9900px;
}

.min-height-10000 {
  min-height: 10000px;
}

.min-height-10100 {
  min-height: 10100px;
}

.min-height-10200 {
  min-height: 10200px;
}

.min-height-10300 {
  min-height: 10300px;
}

.min-height-10400 {
  min-height: 10400px;
}

.min-height-10500 {
  min-height: 10500px;
}

.min-height-10600 {
  min-height: 10600px;
}

.min-height-10700 {
  min-height: 10700px;
}

.min-height-10800 {
  min-height: 10800px;
}

.min-height-10900 {
  min-height: 10900px;
}

.min-height-11000 {
  min-height: 11000px;
}

.min-height-11100 {
  min-height: 11100px;
}

.min-height-11200 {
  min-height: 11200px;
}

.min-height-11300 {
  min-height: 11300px;
}

.min-height-11400 {
  min-height: 11400px;
}

.min-height-11500 {
  min-height: 11500px;
}

.min-height-11600 {
  min-height: 11600px;
}

.min-height-11700 {
  min-height: 11700px;
}

.min-height-11800 {
  min-height: 11800px;
}

.min-height-11900 {
  min-height: 11900px;
}

.min-height-12000 {
  min-height: 12000px;
}

.min-height-12100 {
  min-height: 12100px;
}

.min-height-12200 {
  min-height: 12200px;
}

.min-height-12300 {
  min-height: 12300px;
}

.min-height-12400 {
  min-height: 12400px;
}

.min-height-12500 {
  min-height: 12500px;
}

.min-height-12600 {
  min-height: 12600px;
}

.min-height-12700 {
  min-height: 12700px;
}

.min-height-12800 {
  min-height: 12800px;
}

.min-height-12900 {
  min-height: 12900px;
}

.min-height-13000 {
  min-height: 13000px;
}

.min-height-13100 {
  min-height: 13100px;
}

.min-height-13200 {
  min-height: 13200px;
}

.min-height-13300 {
  min-height: 13300px;
}

.min-height-13400 {
  min-height: 13400px;
}

.min-height-13500 {
  min-height: 13500px;
}

.min-height-13600 {
  min-height: 13600px;
}

.min-height-13700 {
  min-height: 13700px;
}

.min-height-13800 {
  min-height: 13800px;
}

.min-height-13900 {
  min-height: 13900px;
}

.min-height-14000 {
  min-height: 14000px;
}

.min-height-14100 {
  min-height: 14100px;
}

.min-height-14200 {
  min-height: 14200px;
}

.min-height-14300 {
  min-height: 14300px;
}

.min-height-14400 {
  min-height: 14400px;
}

.min-height-14500 {
  min-height: 14500px;
}

.min-height-14600 {
  min-height: 14600px;
}

.min-height-14700 {
  min-height: 14700px;
}

.min-height-14800 {
  min-height: 14800px;
}

.min-height-14900 {
  min-height: 14900px;
}

.min-height-15000 {
  min-height: 15000px;
}

.min-height-15100 {
  min-height: 15100px;
}

.min-height-15200 {
  min-height: 15200px;
}

.min-height-15300 {
  min-height: 15300px;
}

.min-height-15400 {
  min-height: 15400px;
}

.min-height-15500 {
  min-height: 15500px;
}

.min-height-15600 {
  min-height: 15600px;
}

.min-height-15700 {
  min-height: 15700px;
}

.min-height-15800 {
  min-height: 15800px;
}

.min-height-15900 {
  min-height: 15900px;
}

.min-height-16000 {
  min-height: 16000px;
}

.min-height-16100 {
  min-height: 16100px;
}

.min-height-16200 {
  min-height: 16200px;
}

.min-height-16300 {
  min-height: 16300px;
}

.min-height-16400 {
  min-height: 16400px;
}

.min-height-16500 {
  min-height: 16500px;
}

.min-height-16600 {
  min-height: 16600px;
}

.min-height-16700 {
  min-height: 16700px;
}

.min-height-16800 {
  min-height: 16800px;
}

.min-height-16900 {
  min-height: 16900px;
}

.min-height-17000 {
  min-height: 17000px;
}

.min-height-17100 {
  min-height: 17100px;
}

.min-height-17200 {
  min-height: 17200px;
}

.min-height-17300 {
  min-height: 17300px;
}

.min-height-17400 {
  min-height: 17400px;
}

.min-height-17500 {
  min-height: 17500px;
}

.min-height-17600 {
  min-height: 17600px;
}

.min-height-17700 {
  min-height: 17700px;
}

.min-height-17800 {
  min-height: 17800px;
}

.min-height-17900 {
  min-height: 17900px;
}

.min-height-18000 {
  min-height: 18000px;
}

.min-height-18100 {
  min-height: 18100px;
}

.min-height-18200 {
  min-height: 18200px;
}

.min-height-18300 {
  min-height: 18300px;
}

.min-height-18400 {
  min-height: 18400px;
}

.min-height-18500 {
  min-height: 18500px;
}

.min-height-18600 {
  min-height: 18600px;
}

.min-height-18700 {
  min-height: 18700px;
}

.min-height-18800 {
  min-height: 18800px;
}

.min-height-18900 {
  min-height: 18900px;
}

.min-height-19000 {
  min-height: 19000px;
}

.min-height-19100 {
  min-height: 19100px;
}

.min-height-19200 {
  min-height: 19200px;
}

.min-height-19300 {
  min-height: 19300px;
}

.min-height-19400 {
  min-height: 19400px;
}

.min-height-19500 {
  min-height: 19500px;
}

.min-height-19600 {
  min-height: 19600px;
}

.min-height-19700 {
  min-height: 19700px;
}

.min-height-19800 {
  min-height: 19800px;
}

.min-height-19900 {
  min-height: 19900px;
}

.min-height-20000 {
  min-height: 20000px;
}

.height-0 {
  height: 0px;
}

.height-100 {
  height: 100px;
}

.height-200 {
  height: 200px;
}

.height-300 {
  height: 300px;
}

.height-400 {
  height: 400px;
}

.height-500 {
  height: 500px;
}

.height-600 {
  height: 600px;
}

.height-700 {
  height: 700px;
}

.height-800 {
  height: 800px;
}

.height-900 {
  height: 900px;
}

.height-1000 {
  height: 1000px;
}

.height-1100 {
  height: 1100px;
}

.height-1200 {
  height: 1200px;
}

.height-1300 {
  height: 1300px;
}

.height-1400 {
  height: 1400px;
}

.height-1500 {
  height: 1500px;
}

.height-1600 {
  height: 1600px;
}

.height-1700 {
  height: 1700px;
}

.height-1800 {
  height: 1800px;
}

.height-1900 {
  height: 1900px;
}

.height-2000 {
  height: 2000px;
}

.height-2100 {
  height: 2100px;
}

.height-2200 {
  height: 2200px;
}

.height-2300 {
  height: 2300px;
}

.height-2400 {
  height: 2400px;
}

.height-2500 {
  height: 2500px;
}

.height-2600 {
  height: 2600px;
}

.height-2700 {
  height: 2700px;
}

.height-2800 {
  height: 2800px;
}

.height-2900 {
  height: 2900px;
}

.height-3000 {
  height: 3000px;
}

.height-3100 {
  height: 3100px;
}

.height-3200 {
  height: 3200px;
}

.height-3300 {
  height: 3300px;
}

.height-3400 {
  height: 3400px;
}

.height-3500 {
  height: 3500px;
}

.height-3600 {
  height: 3600px;
}

.height-3700 {
  height: 3700px;
}

.height-3800 {
  height: 3800px;
}

.height-3900 {
  height: 3900px;
}

.height-4000 {
  height: 4000px;
}

.height-4100 {
  height: 4100px;
}

.height-4200 {
  height: 4200px;
}

.height-4300 {
  height: 4300px;
}

.height-4400 {
  height: 4400px;
}

.height-4500 {
  height: 4500px;
}

.height-4600 {
  height: 4600px;
}

.height-4700 {
  height: 4700px;
}

.height-4800 {
  height: 4800px;
}

.height-4900 {
  height: 4900px;
}

.height-5000 {
  height: 5000px;
}

.height-5100 {
  height: 5100px;
}

.height-5200 {
  height: 5200px;
}

.height-5300 {
  height: 5300px;
}

.height-5400 {
  height: 5400px;
}

.height-5500 {
  height: 5500px;
}

.height-5600 {
  height: 5600px;
}

.height-5700 {
  height: 5700px;
}

.height-5800 {
  height: 5800px;
}

.height-5900 {
  height: 5900px;
}

.height-6000 {
  height: 6000px;
}

.height-6100 {
  height: 6100px;
}

.height-6200 {
  height: 6200px;
}

.height-6300 {
  height: 6300px;
}

.height-6400 {
  height: 6400px;
}

.height-6500 {
  height: 6500px;
}

.height-6600 {
  height: 6600px;
}

.height-6700 {
  height: 6700px;
}

.height-6800 {
  height: 6800px;
}

.height-6900 {
  height: 6900px;
}

.height-7000 {
  height: 7000px;
}

.height-7100 {
  height: 7100px;
}

.height-7200 {
  height: 7200px;
}

.height-7300 {
  height: 7300px;
}

.height-7400 {
  height: 7400px;
}

.height-7500 {
  height: 7500px;
}

.height-7600 {
  height: 7600px;
}

.height-7700 {
  height: 7700px;
}

.height-7800 {
  height: 7800px;
}

.height-7900 {
  height: 7900px;
}

.height-8000 {
  height: 8000px;
}

.height-8100 {
  height: 8100px;
}

.height-8200 {
  height: 8200px;
}

.height-8300 {
  height: 8300px;
}

.height-8400 {
  height: 8400px;
}

.height-8500 {
  height: 8500px;
}

.height-8600 {
  height: 8600px;
}

.height-8700 {
  height: 8700px;
}

.height-8800 {
  height: 8800px;
}

.height-8900 {
  height: 8900px;
}

.height-9000 {
  height: 9000px;
}

.height-9100 {
  height: 9100px;
}

.height-9200 {
  height: 9200px;
}

.height-9300 {
  height: 9300px;
}

.height-9400 {
  height: 9400px;
}

.height-9500 {
  height: 9500px;
}

.height-9600 {
  height: 9600px;
}

.height-9700 {
  height: 9700px;
}

.height-9800 {
  height: 9800px;
}

.height-9900 {
  height: 9900px;
}

.height-10000 {
  height: 10000px;
}

.height-10100 {
  height: 10100px;
}

.height-10200 {
  height: 10200px;
}

.height-10300 {
  height: 10300px;
}

.height-10400 {
  height: 10400px;
}

.height-10500 {
  height: 10500px;
}

.height-10600 {
  height: 10600px;
}

.height-10700 {
  height: 10700px;
}

.height-10800 {
  height: 10800px;
}

.height-10900 {
  height: 10900px;
}

.height-11000 {
  height: 11000px;
}

.height-11100 {
  height: 11100px;
}

.height-11200 {
  height: 11200px;
}

.height-11300 {
  height: 11300px;
}

.height-11400 {
  height: 11400px;
}

.height-11500 {
  height: 11500px;
}

.height-11600 {
  height: 11600px;
}

.height-11700 {
  height: 11700px;
}

.height-11800 {
  height: 11800px;
}

.height-11900 {
  height: 11900px;
}

.height-12000 {
  height: 12000px;
}

.height-12100 {
  height: 12100px;
}

.height-12200 {
  height: 12200px;
}

.height-12300 {
  height: 12300px;
}

.height-12400 {
  height: 12400px;
}

.height-12500 {
  height: 12500px;
}

.height-12600 {
  height: 12600px;
}

.height-12700 {
  height: 12700px;
}

.height-12800 {
  height: 12800px;
}

.height-12900 {
  height: 12900px;
}

.height-13000 {
  height: 13000px;
}

.height-13100 {
  height: 13100px;
}

.height-13200 {
  height: 13200px;
}

.height-13300 {
  height: 13300px;
}

.height-13400 {
  height: 13400px;
}

.height-13500 {
  height: 13500px;
}

.height-13600 {
  height: 13600px;
}

.height-13700 {
  height: 13700px;
}

.height-13800 {
  height: 13800px;
}

.height-13900 {
  height: 13900px;
}

.height-14000 {
  height: 14000px;
}

.height-14100 {
  height: 14100px;
}

.height-14200 {
  height: 14200px;
}

.height-14300 {
  height: 14300px;
}

.height-14400 {
  height: 14400px;
}

.height-14500 {
  height: 14500px;
}

.height-14600 {
  height: 14600px;
}

.height-14700 {
  height: 14700px;
}

.height-14800 {
  height: 14800px;
}

.height-14900 {
  height: 14900px;
}

.height-15000 {
  height: 15000px;
}

.height-15100 {
  height: 15100px;
}

.height-15200 {
  height: 15200px;
}

.height-15300 {
  height: 15300px;
}

.height-15400 {
  height: 15400px;
}

.height-15500 {
  height: 15500px;
}

.height-15600 {
  height: 15600px;
}

.height-15700 {
  height: 15700px;
}

.height-15800 {
  height: 15800px;
}

.height-15900 {
  height: 15900px;
}

.height-16000 {
  height: 16000px;
}

.height-16100 {
  height: 16100px;
}

.height-16200 {
  height: 16200px;
}

.height-16300 {
  height: 16300px;
}

.height-16400 {
  height: 16400px;
}

.height-16500 {
  height: 16500px;
}

.height-16600 {
  height: 16600px;
}

.height-16700 {
  height: 16700px;
}

.height-16800 {
  height: 16800px;
}

.height-16900 {
  height: 16900px;
}

.height-17000 {
  height: 17000px;
}

.height-17100 {
  height: 17100px;
}

.height-17200 {
  height: 17200px;
}

.height-17300 {
  height: 17300px;
}

.height-17400 {
  height: 17400px;
}

.height-17500 {
  height: 17500px;
}

.height-17600 {
  height: 17600px;
}

.height-17700 {
  height: 17700px;
}

.height-17800 {
  height: 17800px;
}

.height-17900 {
  height: 17900px;
}

.height-18000 {
  height: 18000px;
}

.height-18100 {
  height: 18100px;
}

.height-18200 {
  height: 18200px;
}

.height-18300 {
  height: 18300px;
}

.height-18400 {
  height: 18400px;
}

.height-18500 {
  height: 18500px;
}

.height-18600 {
  height: 18600px;
}

.height-18700 {
  height: 18700px;
}

.height-18800 {
  height: 18800px;
}

.height-18900 {
  height: 18900px;
}

.height-19000 {
  height: 19000px;
}

.height-19100 {
  height: 19100px;
}

.height-19200 {
  height: 19200px;
}

.height-19300 {
  height: 19300px;
}

.height-19400 {
  height: 19400px;
}

.height-19500 {
  height: 19500px;
}

.height-19600 {
  height: 19600px;
}

.height-19700 {
  height: 19700px;
}

.height-19800 {
  height: 19800px;
}

.height-19900 {
  height: 19900px;
}

.height-20000 {
  height: 20000px;
}

.min-width-0 {
  min-width: 0px;
}

.min-width-10 {
  min-width: 10px;
}

.min-width-20 {
  min-width: 20px;
}

.min-width-30 {
  min-width: 30px;
}

.min-width-40 {
  min-width: 40px;
}

.min-width-50 {
  min-width: 50px;
}

.min-width-60 {
  min-width: 60px;
}

.min-width-70 {
  min-width: 70px;
}

.min-width-80 {
  min-width: 80px;
}

.min-width-90 {
  min-width: 90px;
}

.min-width-100 {
  min-width: 100px;
}

.min-width-110 {
  min-width: 110px;
}

.min-width-120 {
  min-width: 120px;
}

.min-width-130 {
  min-width: 130px;
}

.min-width-140 {
  min-width: 140px;
}

.min-width-150 {
  min-width: 150px;
}

.min-width-160 {
  min-width: 160px;
}

.min-width-170 {
  min-width: 170px;
}

.min-width-180 {
  min-width: 180px;
}

.min-width-190 {
  min-width: 190px;
}

.min-width-200 {
  min-width: 200px;
}

.min-width-210 {
  min-width: 210px;
}

.min-width-220 {
  min-width: 220px;
}

.min-width-230 {
  min-width: 230px;
}

.min-width-240 {
  min-width: 240px;
}

.min-width-250 {
  min-width: 250px;
}

.min-width-260 {
  min-width: 260px;
}

.min-width-270 {
  min-width: 270px;
}

.min-width-280 {
  min-width: 280px;
}

.min-width-290 {
  min-width: 290px;
}

.min-width-300 {
  min-width: 300px;
}

.min-width-310 {
  min-width: 310px;
}

.min-width-320 {
  min-width: 320px;
}

.min-width-330 {
  min-width: 330px;
}

.min-width-340 {
  min-width: 340px;
}

.min-width-350 {
  min-width: 350px;
}

.min-width-360 {
  min-width: 360px;
}

.min-width-370 {
  min-width: 370px;
}

.min-width-380 {
  min-width: 380px;
}

.min-width-390 {
  min-width: 390px;
}

.min-width-400 {
  min-width: 400px;
}

.min-width-410 {
  min-width: 410px;
}

.min-width-420 {
  min-width: 420px;
}

.min-width-430 {
  min-width: 430px;
}

.min-width-440 {
  min-width: 440px;
}

.min-width-450 {
  min-width: 450px;
}

.min-width-460 {
  min-width: 460px;
}

.min-width-470 {
  min-width: 470px;
}

.min-width-480 {
  min-width: 480px;
}

.min-width-490 {
  min-width: 490px;
}

.min-width-500 {
  min-width: 500px;
}

.min-width-510 {
  min-width: 510px;
}

.min-width-520 {
  min-width: 520px;
}

.min-width-530 {
  min-width: 530px;
}

.min-width-540 {
  min-width: 540px;
}

.min-width-550 {
  min-width: 550px;
}

.min-width-560 {
  min-width: 560px;
}

.min-width-570 {
  min-width: 570px;
}

.min-width-580 {
  min-width: 580px;
}

.min-width-590 {
  min-width: 590px;
}

.min-width-600 {
  min-width: 600px;
}

.min-width-610 {
  min-width: 610px;
}

.min-width-620 {
  min-width: 620px;
}

.min-width-630 {
  min-width: 630px;
}

.min-width-640 {
  min-width: 640px;
}

.min-width-650 {
  min-width: 650px;
}

.min-width-660 {
  min-width: 660px;
}

.min-width-670 {
  min-width: 670px;
}

.min-width-680 {
  min-width: 680px;
}

.min-width-690 {
  min-width: 690px;
}

.min-width-700 {
  min-width: 700px;
}

.min-width-710 {
  min-width: 710px;
}

.min-width-720 {
  min-width: 720px;
}

.min-width-730 {
  min-width: 730px;
}

.min-width-740 {
  min-width: 740px;
}

.min-width-750 {
  min-width: 750px;
}

.min-width-760 {
  min-width: 760px;
}

.min-width-770 {
  min-width: 770px;
}

.min-width-780 {
  min-width: 780px;
}

.min-width-790 {
  min-width: 790px;
}

.min-width-800 {
  min-width: 800px;
}

.min-width-810 {
  min-width: 810px;
}

.min-width-820 {
  min-width: 820px;
}

.min-width-830 {
  min-width: 830px;
}

.min-width-840 {
  min-width: 840px;
}

.min-width-850 {
  min-width: 850px;
}

.min-width-860 {
  min-width: 860px;
}

.min-width-870 {
  min-width: 870px;
}

.min-width-880 {
  min-width: 880px;
}

.min-width-890 {
  min-width: 890px;
}

.min-width-900 {
  min-width: 900px;
}

.min-width-910 {
  min-width: 910px;
}

.min-width-920 {
  min-width: 920px;
}

.min-width-930 {
  min-width: 930px;
}

.min-width-940 {
  min-width: 940px;
}

.min-width-950 {
  min-width: 950px;
}

.min-width-960 {
  min-width: 960px;
}

.min-width-970 {
  min-width: 970px;
}

.min-width-980 {
  min-width: 980px;
}

.min-width-990 {
  min-width: 990px;
}

.min-width-1000 {
  min-width: 1000px;
}

.min-width-1010 {
  min-width: 1010px;
}

.min-width-1020 {
  min-width: 1020px;
}

.min-width-1030 {
  min-width: 1030px;
}

.min-width-1040 {
  min-width: 1040px;
}

.min-width-1050 {
  min-width: 1050px;
}

.min-width-1060 {
  min-width: 1060px;
}

.min-width-1070 {
  min-width: 1070px;
}

.min-width-1080 {
  min-width: 1080px;
}

.min-width-1090 {
  min-width: 1090px;
}

.min-width-1100 {
  min-width: 1100px;
}

.min-width-1110 {
  min-width: 1110px;
}

.min-width-1120 {
  min-width: 1120px;
}

.min-width-1130 {
  min-width: 1130px;
}

.min-width-1140 {
  min-width: 1140px;
}

.min-width-1150 {
  min-width: 1150px;
}

.min-width-1160 {
  min-width: 1160px;
}

.min-width-1170 {
  min-width: 1170px;
}

.min-width-1180 {
  min-width: 1180px;
}

.min-width-1190 {
  min-width: 1190px;
}

.min-width-1200 {
  min-width: 1200px;
}

.min-width-1210 {
  min-width: 1210px;
}

.min-width-1220 {
  min-width: 1220px;
}

.min-width-1230 {
  min-width: 1230px;
}

.min-width-1240 {
  min-width: 1240px;
}

.min-width-1250 {
  min-width: 1250px;
}

.min-width-1260 {
  min-width: 1260px;
}

.min-width-1270 {
  min-width: 1270px;
}

.min-width-1280 {
  min-width: 1280px;
}

.min-width-1290 {
  min-width: 1290px;
}

.min-width-1300 {
  min-width: 1300px;
}

.min-width-1310 {
  min-width: 1310px;
}

.min-width-1320 {
  min-width: 1320px;
}

.min-width-1330 {
  min-width: 1330px;
}

.min-width-1340 {
  min-width: 1340px;
}

.min-width-1350 {
  min-width: 1350px;
}

.min-width-1360 {
  min-width: 1360px;
}

.min-width-1370 {
  min-width: 1370px;
}

.min-width-1380 {
  min-width: 1380px;
}

.min-width-1390 {
  min-width: 1390px;
}

.min-width-1400 {
  min-width: 1400px;
}

.min-width-1410 {
  min-width: 1410px;
}

.min-width-1420 {
  min-width: 1420px;
}

.min-width-1430 {
  min-width: 1430px;
}

.min-width-1440 {
  min-width: 1440px;
}

.min-width-1450 {
  min-width: 1450px;
}

.min-width-1460 {
  min-width: 1460px;
}

.min-width-1470 {
  min-width: 1470px;
}

.min-width-1480 {
  min-width: 1480px;
}

.min-width-1490 {
  min-width: 1490px;
}

.min-width-1500 {
  min-width: 1500px;
}

.min-width-1510 {
  min-width: 1510px;
}

.min-width-1520 {
  min-width: 1520px;
}

.min-width-1530 {
  min-width: 1530px;
}

.min-width-1540 {
  min-width: 1540px;
}

.min-width-1550 {
  min-width: 1550px;
}

.min-width-1560 {
  min-width: 1560px;
}

.min-width-1570 {
  min-width: 1570px;
}

.min-width-1580 {
  min-width: 1580px;
}

.min-width-1590 {
  min-width: 1590px;
}

.min-width-1600 {
  min-width: 1600px;
}

.min-width-1610 {
  min-width: 1610px;
}

.min-width-1620 {
  min-width: 1620px;
}

.min-width-1630 {
  min-width: 1630px;
}

.min-width-1640 {
  min-width: 1640px;
}

.min-width-1650 {
  min-width: 1650px;
}

.min-width-1660 {
  min-width: 1660px;
}

.min-width-1670 {
  min-width: 1670px;
}

.min-width-1680 {
  min-width: 1680px;
}

.min-width-1690 {
  min-width: 1690px;
}

.min-width-1700 {
  min-width: 1700px;
}

.min-width-1710 {
  min-width: 1710px;
}

.min-width-1720 {
  min-width: 1720px;
}

.min-width-1730 {
  min-width: 1730px;
}

.min-width-1740 {
  min-width: 1740px;
}

.min-width-1750 {
  min-width: 1750px;
}

.min-width-1760 {
  min-width: 1760px;
}

.min-width-1770 {
  min-width: 1770px;
}

.min-width-1780 {
  min-width: 1780px;
}

.min-width-1790 {
  min-width: 1790px;
}

.min-width-1800 {
  min-width: 1800px;
}

.min-width-1810 {
  min-width: 1810px;
}

.min-width-1820 {
  min-width: 1820px;
}

.min-width-1830 {
  min-width: 1830px;
}

.min-width-1840 {
  min-width: 1840px;
}

.min-width-1850 {
  min-width: 1850px;
}

.min-width-1860 {
  min-width: 1860px;
}

.min-width-1870 {
  min-width: 1870px;
}

.min-width-1880 {
  min-width: 1880px;
}

.min-width-1890 {
  min-width: 1890px;
}

.min-width-1900 {
  min-width: 1900px;
}

.min-width-1910 {
  min-width: 1910px;
}

.min-width-1920 {
  min-width: 1920px;
}

.min-width-1930 {
  min-width: 1930px;
}

.min-width-1940 {
  min-width: 1940px;
}

.min-width-1950 {
  min-width: 1950px;
}

.min-width-1960 {
  min-width: 1960px;
}

.min-width-1970 {
  min-width: 1970px;
}

.min-width-1980 {
  min-width: 1980px;
}

.min-width-1990 {
  min-width: 1990px;
}

.min-width-2000 {
  min-width: 2000px;
}

.padding-0 {
  padding: 0px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-left-0 {
  padding-left: 0px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-1 {
  padding: 1px;
}

.padding-top-1 {
  padding-top: 1px;
}

.padding-bottom-1 {
  padding-bottom: 1px;
}

.padding-left-1 {
  padding-left: 1px;
}

.padding-right-1 {
  padding-right: 1px;
}

.padding-2 {
  padding: 2px;
}

.padding-top-2 {
  padding-top: 2px;
}

.padding-bottom-2 {
  padding-bottom: 2px;
}

.padding-left-2 {
  padding-left: 2px;
}

.padding-right-2 {
  padding-right: 2px;
}

.padding-3 {
  padding: 3px;
}

.padding-top-3 {
  padding-top: 3px;
}

.padding-bottom-3 {
  padding-bottom: 3px;
}

.padding-left-3 {
  padding-left: 3px;
}

.padding-right-3 {
  padding-right: 3px;
}

.padding-4 {
  padding: 4px;
}

.padding-top-4 {
  padding-top: 4px;
}

.padding-bottom-4 {
  padding-bottom: 4px;
}

.padding-left-4 {
  padding-left: 4px;
}

.padding-right-4 {
  padding-right: 4px;
}

.padding-5 {
  padding: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-6 {
  padding: 6px;
}

.padding-top-6 {
  padding-top: 6px;
}

.padding-bottom-6 {
  padding-bottom: 6px;
}

.padding-left-6 {
  padding-left: 6px;
}

.padding-right-6 {
  padding-right: 6px;
}

.padding-7 {
  padding: 7px;
}

.padding-top-7 {
  padding-top: 7px;
}

.padding-bottom-7 {
  padding-bottom: 7px;
}

.padding-left-7 {
  padding-left: 7px;
}

.padding-right-7 {
  padding-right: 7px;
}

.padding-8 {
  padding: 8px;
}

.padding-top-8 {
  padding-top: 8px;
}

.padding-bottom-8 {
  padding-bottom: 8px;
}

.padding-left-8 {
  padding-left: 8px;
}

.padding-right-8 {
  padding-right: 8px;
}

.padding-9 {
  padding: 9px;
}

.padding-top-9 {
  padding-top: 9px;
}

.padding-bottom-9 {
  padding-bottom: 9px;
}

.padding-left-9 {
  padding-left: 9px;
}

.padding-right-9 {
  padding-right: 9px;
}

.padding-10 {
  padding: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-11 {
  padding: 11px;
}

.padding-top-11 {
  padding-top: 11px;
}

.padding-bottom-11 {
  padding-bottom: 11px;
}

.padding-left-11 {
  padding-left: 11px;
}

.padding-right-11 {
  padding-right: 11px;
}

.padding-12 {
  padding: 12px;
}

.padding-top-12 {
  padding-top: 12px;
}

.padding-bottom-12 {
  padding-bottom: 12px;
}

.padding-left-12 {
  padding-left: 12px;
}

.padding-right-12 {
  padding-right: 12px;
}

.padding-13 {
  padding: 13px;
}

.padding-top-13 {
  padding-top: 13px;
}

.padding-bottom-13 {
  padding-bottom: 13px;
}

.padding-left-13 {
  padding-left: 13px;
}

.padding-right-13 {
  padding-right: 13px;
}

.padding-14 {
  padding: 14px;
}

.padding-top-14 {
  padding-top: 14px;
}

.padding-bottom-14 {
  padding-bottom: 14px;
}

.padding-left-14 {
  padding-left: 14px;
}

.padding-right-14 {
  padding-right: 14px;
}

.padding-15 {
  padding: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-16 {
  padding: 16px;
}

.padding-top-16 {
  padding-top: 16px;
}

.padding-bottom-16 {
  padding-bottom: 16px;
}

.padding-left-16 {
  padding-left: 16px;
}

.padding-right-16 {
  padding-right: 16px;
}

.padding-17 {
  padding: 17px;
}

.padding-top-17 {
  padding-top: 17px;
}

.padding-bottom-17 {
  padding-bottom: 17px;
}

.padding-left-17 {
  padding-left: 17px;
}

.padding-right-17 {
  padding-right: 17px;
}

.padding-18 {
  padding: 18px;
}

.padding-top-18 {
  padding-top: 18px;
}

.padding-bottom-18 {
  padding-bottom: 18px;
}

.padding-left-18 {
  padding-left: 18px;
}

.padding-right-18 {
  padding-right: 18px;
}

.padding-19 {
  padding: 19px;
}

.padding-top-19 {
  padding-top: 19px;
}

.padding-bottom-19 {
  padding-bottom: 19px;
}

.padding-left-19 {
  padding-left: 19px;
}

.padding-right-19 {
  padding-right: 19px;
}

.padding-20 {
  padding: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-21 {
  padding: 21px;
}

.padding-top-21 {
  padding-top: 21px;
}

.padding-bottom-21 {
  padding-bottom: 21px;
}

.padding-left-21 {
  padding-left: 21px;
}

.padding-right-21 {
  padding-right: 21px;
}

.padding-22 {
  padding: 22px;
}

.padding-top-22 {
  padding-top: 22px;
}

.padding-bottom-22 {
  padding-bottom: 22px;
}

.padding-left-22 {
  padding-left: 22px;
}

.padding-right-22 {
  padding-right: 22px;
}

.padding-23 {
  padding: 23px;
}

.padding-top-23 {
  padding-top: 23px;
}

.padding-bottom-23 {
  padding-bottom: 23px;
}

.padding-left-23 {
  padding-left: 23px;
}

.padding-right-23 {
  padding-right: 23px;
}

.padding-24 {
  padding: 24px;
}

.padding-top-24 {
  padding-top: 24px;
}

.padding-bottom-24 {
  padding-bottom: 24px;
}

.padding-left-24 {
  padding-left: 24px;
}

.padding-right-24 {
  padding-right: 24px;
}

.padding-25 {
  padding: 25px;
}

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

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-26 {
  padding: 26px;
}

.padding-top-26 {
  padding-top: 26px;
}

.padding-bottom-26 {
  padding-bottom: 26px;
}

.padding-left-26 {
  padding-left: 26px;
}

.padding-right-26 {
  padding-right: 26px;
}

.padding-27 {
  padding: 27px;
}

.padding-top-27 {
  padding-top: 27px;
}

.padding-bottom-27 {
  padding-bottom: 27px;
}

.padding-left-27 {
  padding-left: 27px;
}

.padding-right-27 {
  padding-right: 27px;
}

.padding-28 {
  padding: 28px;
}

.padding-top-28 {
  padding-top: 28px;
}

.padding-bottom-28 {
  padding-bottom: 28px;
}

.padding-left-28 {
  padding-left: 28px;
}

.padding-right-28 {
  padding-right: 28px;
}

.padding-29 {
  padding: 29px;
}

.padding-top-29 {
  padding-top: 29px;
}

.padding-bottom-29 {
  padding-bottom: 29px;
}

.padding-left-29 {
  padding-left: 29px;
}

.padding-right-29 {
  padding-right: 29px;
}

.padding-30 {
  padding: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-31 {
  padding: 31px;
}

.padding-top-31 {
  padding-top: 31px;
}

.padding-bottom-31 {
  padding-bottom: 31px;
}

.padding-left-31 {
  padding-left: 31px;
}

.padding-right-31 {
  padding-right: 31px;
}

.padding-32 {
  padding: 32px;
}

.padding-top-32 {
  padding-top: 32px;
}

.padding-bottom-32 {
  padding-bottom: 32px;
}

.padding-left-32 {
  padding-left: 32px;
}

.padding-right-32 {
  padding-right: 32px;
}

.padding-33 {
  padding: 33px;
}

.padding-top-33 {
  padding-top: 33px;
}

.padding-bottom-33 {
  padding-bottom: 33px;
}

.padding-left-33 {
  padding-left: 33px;
}

.padding-right-33 {
  padding-right: 33px;
}

.padding-34 {
  padding: 34px;
}

.padding-top-34 {
  padding-top: 34px;
}

.padding-bottom-34 {
  padding-bottom: 34px;
}

.padding-left-34 {
  padding-left: 34px;
}

.padding-right-34 {
  padding-right: 34px;
}

.padding-35 {
  padding: 35px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-left-35 {
  padding-left: 35px;
}

.padding-right-35 {
  padding-right: 35px;
}

.padding-36 {
  padding: 36px;
}

.padding-top-36 {
  padding-top: 36px;
}

.padding-bottom-36 {
  padding-bottom: 36px;
}

.padding-left-36 {
  padding-left: 36px;
}

.padding-right-36 {
  padding-right: 36px;
}

.padding-37 {
  padding: 37px;
}

.padding-top-37 {
  padding-top: 37px;
}

.padding-bottom-37 {
  padding-bottom: 37px;
}

.padding-left-37 {
  padding-left: 37px;
}

.padding-right-37 {
  padding-right: 37px;
}

.padding-38 {
  padding: 38px;
}

.padding-top-38 {
  padding-top: 38px;
}

.padding-bottom-38 {
  padding-bottom: 38px;
}

.padding-left-38 {
  padding-left: 38px;
}

.padding-right-38 {
  padding-right: 38px;
}

.padding-39 {
  padding: 39px;
}

.padding-top-39 {
  padding-top: 39px;
}

.padding-bottom-39 {
  padding-bottom: 39px;
}

.padding-left-39 {
  padding-left: 39px;
}

.padding-right-39 {
  padding-right: 39px;
}

.padding-40 {
  padding: 40px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-41 {
  padding: 41px;
}

.padding-top-41 {
  padding-top: 41px;
}

.padding-bottom-41 {
  padding-bottom: 41px;
}

.padding-left-41 {
  padding-left: 41px;
}

.padding-right-41 {
  padding-right: 41px;
}

.padding-42 {
  padding: 42px;
}

.padding-top-42 {
  padding-top: 42px;
}

.padding-bottom-42 {
  padding-bottom: 42px;
}

.padding-left-42 {
  padding-left: 42px;
}

.padding-right-42 {
  padding-right: 42px;
}

.padding-43 {
  padding: 43px;
}

.padding-top-43 {
  padding-top: 43px;
}

.padding-bottom-43 {
  padding-bottom: 43px;
}

.padding-left-43 {
  padding-left: 43px;
}

.padding-right-43 {
  padding-right: 43px;
}

.padding-44 {
  padding: 44px;
}

.padding-top-44 {
  padding-top: 44px;
}

.padding-bottom-44 {
  padding-bottom: 44px;
}

.padding-left-44 {
  padding-left: 44px;
}

.padding-right-44 {
  padding-right: 44px;
}

.padding-45 {
  padding: 45px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-left-45 {
  padding-left: 45px;
}

.padding-right-45 {
  padding-right: 45px;
}

.padding-46 {
  padding: 46px;
}

.padding-top-46 {
  padding-top: 46px;
}

.padding-bottom-46 {
  padding-bottom: 46px;
}

.padding-left-46 {
  padding-left: 46px;
}

.padding-right-46 {
  padding-right: 46px;
}

.padding-47 {
  padding: 47px;
}

.padding-top-47 {
  padding-top: 47px;
}

.padding-bottom-47 {
  padding-bottom: 47px;
}

.padding-left-47 {
  padding-left: 47px;
}

.padding-right-47 {
  padding-right: 47px;
}

.padding-48 {
  padding: 48px;
}

.padding-top-48 {
  padding-top: 48px;
}

.padding-bottom-48 {
  padding-bottom: 48px;
}

.padding-left-48 {
  padding-left: 48px;
}

.padding-right-48 {
  padding-right: 48px;
}

.padding-49 {
  padding: 49px;
}

.padding-top-49 {
  padding-top: 49px;
}

.padding-bottom-49 {
  padding-bottom: 49px;
}

.padding-left-49 {
  padding-left: 49px;
}

.padding-right-49 {
  padding-right: 49px;
}

.padding-50 {
  padding: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-right-50 {
  padding-right: 50px;
}

.top--10 {
  top: -10px !important;
}

.bottom--10 {
  bottom: -10px !important;
}

.left--10 {
  left: -10px !important;
}

.right--10 {
  right: -10px !important;
}

.top--9 {
  top: -9px !important;
}

.bottom--9 {
  bottom: -9px !important;
}

.left--9 {
  left: -9px !important;
}

.right--9 {
  right: -9px !important;
}

.top--8 {
  top: -8px !important;
}

.bottom--8 {
  bottom: -8px !important;
}

.left--8 {
  left: -8px !important;
}

.right--8 {
  right: -8px !important;
}

.top--7 {
  top: -7px !important;
}

.bottom--7 {
  bottom: -7px !important;
}

.left--7 {
  left: -7px !important;
}

.right--7 {
  right: -7px !important;
}

.top--6 {
  top: -6px !important;
}

.bottom--6 {
  bottom: -6px !important;
}

.left--6 {
  left: -6px !important;
}

.right--6 {
  right: -6px !important;
}

.top--5 {
  top: -5px !important;
}

.bottom--5 {
  bottom: -5px !important;
}

.left--5 {
  left: -5px !important;
}

.right--5 {
  right: -5px !important;
}

.top--4 {
  top: -4px !important;
}

.bottom--4 {
  bottom: -4px !important;
}

.left--4 {
  left: -4px !important;
}

.right--4 {
  right: -4px !important;
}

.top--3 {
  top: -3px !important;
}

.bottom--3 {
  bottom: -3px !important;
}

.left--3 {
  left: -3px !important;
}

.right--3 {
  right: -3px !important;
}

.top--2 {
  top: -2px !important;
}

.bottom--2 {
  bottom: -2px !important;
}

.left--2 {
  left: -2px !important;
}

.right--2 {
  right: -2px !important;
}

.top--1 {
  top: -1px !important;
}

.bottom--1 {
  bottom: -1px !important;
}

.left--1 {
  left: -1px !important;
}

.right--1 {
  right: -1px !important;
}

.top-0 {
  top: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.right-0 {
  right: 0px !important;
}

.top-1 {
  top: 1px !important;
}

.bottom-1 {
  bottom: 1px !important;
}

.left-1 {
  left: 1px !important;
}

.right-1 {
  right: 1px !important;
}

.top-2 {
  top: 2px !important;
}

.bottom-2 {
  bottom: 2px !important;
}

.left-2 {
  left: 2px !important;
}

.right-2 {
  right: 2px !important;
}

.top-3 {
  top: 3px !important;
}

.bottom-3 {
  bottom: 3px !important;
}

.left-3 {
  left: 3px !important;
}

.right-3 {
  right: 3px !important;
}

.top-4 {
  top: 4px !important;
}

.bottom-4 {
  bottom: 4px !important;
}

.left-4 {
  left: 4px !important;
}

.right-4 {
  right: 4px !important;
}

.top-5 {
  top: 5px !important;
}

.bottom-5 {
  bottom: 5px !important;
}

.left-5 {
  left: 5px !important;
}

.right-5 {
  right: 5px !important;
}

.top-6 {
  top: 6px !important;
}

.bottom-6 {
  bottom: 6px !important;
}

.left-6 {
  left: 6px !important;
}

.right-6 {
  right: 6px !important;
}

.top-7 {
  top: 7px !important;
}

.bottom-7 {
  bottom: 7px !important;
}

.left-7 {
  left: 7px !important;
}

.right-7 {
  right: 7px !important;
}

.top-8 {
  top: 8px !important;
}

.bottom-8 {
  bottom: 8px !important;
}

.left-8 {
  left: 8px !important;
}

.right-8 {
  right: 8px !important;
}

.top-9 {
  top: 9px !important;
}

.bottom-9 {
  bottom: 9px !important;
}

.left-9 {
  left: 9px !important;
}

.right-9 {
  right: 9px !important;
}

.top-10 {
  top: 10px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.left-10 {
  left: 10px !important;
}

.right-10 {
  right: 10px !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.carousel-controls {
  right: 0;
  position: absolute;
  top: 0px;
  margin-top: -56px;
  z-index: 999;
}
.rtl .carousel-controls {
  left: 0;
  right: auto;
}

.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

.parallax {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.parallax:after {
  left: 0;
  bottom: 0;
  width: 100%;
  /*  z-index: -1;*/
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}

.btn-style {
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.btn-theme-default {
  color: #FFF;
  background-color: #3c3d41;
  border-color: #3c3d41;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-theme-default:hover, .btn-theme-default:focus, .btn-theme-default:active, .btn-theme-default.active {
  color: #FFF;
  background-color: #3c3d41;
  border-color: #3c3d41;
}
.open .btn-theme-default.dropdown-toggle {
  color: #FFF;
  background-color: #3c3d41;
  border-color: #3c3d41;
}
.btn-theme-default:active, .btn-theme-default.active {
  background-image: none;
}
.open .btn-theme-default.dropdown-toggle {
  background-image: none;
}
.btn-theme-default.disabled, .btn-theme-default.disabled:hover, .btn-theme-default.disabled:focus, .btn-theme-default.disabled:active, .btn-theme-default.disabled.active, .btn-theme-default[disabled], .btn-theme-default[disabled]:hover, .btn-theme-default[disabled]:focus, .btn-theme-default[disabled]:active, .btn-theme-default[disabled].active, fieldset[disabled] .btn-theme-default, fieldset[disabled] .btn-theme-default:hover, fieldset[disabled] .btn-theme-default:focus, fieldset[disabled] .btn-theme-default:active, fieldset[disabled] .btn-theme-default.active {
  background-color: #3c3d41;
  border-color: #3c3d41;
}
.btn-theme-default .badge {
  color: #3c3d41;
  background-color: #FFF;
}

.btn-inverse {
  color: #3c3d41;
  background-color: transparent;
  border-color: transparent;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus, .btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  color: #3c3d41;
  background-color: transparent;
  border-color: transparent;
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  background-image: none;
}
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-inverse .badge {
  color: transparent;
  background-color: #3c3d41;
}

.btn-lighten {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-lighten:hover, .btn-lighten:focus, .btn-lighten.focus, .btn-lighten:active, .btn-lighten.active, .open > .btn-lighten.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #e0e0e0;
}
.btn-lighten:active, .btn-lighten.active, .open > .btn-lighten.dropdown-toggle {
  background-image: none;
}
.btn-lighten.disabled, .btn-lighten.disabled:hover, .btn-lighten.disabled:focus, .btn-lighten.disabled.focus, .btn-lighten.disabled:active, .btn-lighten.disabled.active, .btn-lighten[disabled], .btn-lighten[disabled]:hover, .btn-lighten[disabled]:focus, .btn-lighten[disabled].focus, .btn-lighten[disabled]:active, .btn-lighten[disabled].active, fieldset[disabled] .btn-lighten, fieldset[disabled] .btn-lighten:hover, fieldset[disabled] .btn-lighten:focus, fieldset[disabled] .btn-lighten.focus, fieldset[disabled] .btn-lighten:active, fieldset[disabled] .btn-lighten.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-lighten .badge {
  color: transparent;
  background-color: #fff;
}

.btn-outline {
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
}
.btn-outline.btn-second {
  color: #3c3d41;
}
.btn-outline.btn-second:hover {
  color: #FFFFFF;
}
.btn-outline.btn-lighten {
  color: #fff;
}
.btn-outline.btn-lighten:hover {
  color: #ffc000;
}
.btn-outline.btn-default {
  color: #3c3d41;
}
.btn-outline.btn-default:hover {
  color: #FFFFFF;
}
.btn-outline.btn-primary {
  color: #ffc000;
}
.btn-outline.btn-primary:hover {
  color: #FFFFFF;
}
.btn-outline.btn-success {
  color: #6fa66f;
}
.btn-outline.btn-success:hover {
  color: #FFFFFF;
}
.btn-outline.btn-info {
  color: #00b2be;
}
.btn-outline.btn-info:hover {
  color: #FFFFFF;
}
.btn-outline.btn-danger {
  color: #f26d7d;
}
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
}
.btn-outline.btn-warning {
  color: #fac900;
}
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
}

/* .btn-outline{
  @include button-outline( $link-color, transparent,  $theme-color-default, $link-color, #fff, $link-color, 3px);
} */
.btn-outline-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-width: 2px;
  height: 42px;
  line-height: 38px;
  padding: 0 40px;
  text-align: center;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
.open .btn-outline-light.dropdown-toggle {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-light .badge {
  color: transparent;
  background-color: #fff;
}

.icons {
  color: #838c8c;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px !important;
}
.icons.icons-lg {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
}
.icons.icons-sm {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.icons.icons-xs {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.icons:hover {
  color: #3c3d41;
}
.icons.facebook:hover {
  background: #fff;
  color: #2e4576;
}
.icons.google:hover {
  background: #fff;
  color: #e12009;
}
.icons.twitter:hover {
  background: #fff;
  color: #1b8dc0;
}
.icons.dribbble:hover {
  background: #fff;
  color: #e1206b;
}
.icons.instagram:hover {
  background: #fff;
  color: #406582;
}
.icons.youtube:hover {
  background: #fff;
  color: #cf2e21;
}
.icons.linkedin:hover {
  background: #fff;
  color: #02649a;
}
.icons.pinterest:hover {
  background: #fff;
  color: #28aee7;
}

.text-white {
  color: #FFF;
}

.bg-soft-yellow {
  background: url("../image/bg-ib1.png") no-repeat #f0cc56 -120px -90px;
}

.bg-box-white {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: url("../image/bg-ib2.png") no-repeat #fff -64px -60px;
}
.bg-box-white.feature-box .heading, .bg-box-white.feature-box .fbox-icon, .bg-box-white.feature-box .fbox-body {
  color: #3c3d41;
}

.bg-lime-green {
  background: url("../image/bg-ib3.png") no-repeat #55bb80 -45px -45px;
}

.bg-strong-blue {
  background: #277ec2;
}

.bg-soft-orange {
  background: #f9ad81;
}

.bg-green {
  background: #3cb878;
}

.green {
  color: #6fa66f;
}

.bg-pink {
  background: #f26d7d;
}

.bg-white {
  background-color: #ffffff;
}

a.bg-white:hover,
a.bg-white:focus {
  background-color: #e6e6e6;
}

.bg-black {
  background-color: #000000;
}

a.bg-black:hover,
a.bg-black:focus {
  background-color: black;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 767px) {
  .effect-v1 {
    overflow: hidden;
    position: relative;
  }
  .effect-v1:before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 559px;
    position: absolute;
    right: 2000px;
    top: 0;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 600px;
  }
  .rtl .effect-v1:before {
    left: 2000px;
    right: auto;
  }
  .effect-v1:hover:before {
    right: -1000px;
  }
  .rtl .effect-v1:hover:before {
    left: -1000px;
    right: auto;
  }

  /* .effect-v1 {
      overflow: hidden;
      img {
          outline: transparent solid 15px;
          outline-offset: 0px;
          @include opacity(1);
          @include transition (all 0.35s ease 0s);
      }
      &:hover {
          img {
              outline-color: rgba(0,0,0,0.2);
              outline-offset: -30px;
          }
      }
  } */
  .effect-v2 {
    overflow: hidden;
    display: block;
  }
  .effect-v2 img {
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
  }
  .effect-v2:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* effect-v3*/
  .effect-v3 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    display: block;
    /* style for hover */
  }
  .effect-v3:before, .effect-v3:after {
    bottom: 13px;
    content: "";
    left: 13px;
    opacity: 0;
    position: absolute;
    right: 13px;
    top: 13px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
  }
  .effect-v3:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .effect-v3:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .effect-v3 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
  }
  .effect-v3 .banner-title {
    -webkit-transform: translate3d(0px, -20px, 0px);
    transform: translate3d(0px, -20px, 0px);
    -webkit-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
  }
  .effect-v3 .action {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0px, 40px, 0px);
    transform: translate3d(0px, 40px, 0px);
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  }
  .effect-v3:hover:before, .effect-v3:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .effect-v3:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .effect-v3:hover .banner-title, .effect-v3:hover .action {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  /* effect-v10*/
  .effect-v4 {
    overflow: hidden;
    position: relative;
    /* style for hover */
  }
  .effect-v4:before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
  }
  .effect-v4:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .effect-layla {
    position: relative;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .effect-layla:before, .effect-layla:after {
    position: absolute;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  .effect-layla:before {
    top: 40px;
    right: 20px;
    bottom: 40px;
    left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .effect-layla:after {
    top: 20px;
    right: 40px;
    bottom: 20px;
    left: 40px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .effect-layla:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .effect-layla:hover:before, .effect-layla:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /*---------------*/
  /***** Duke *****/
  /*---------------*/
  .effect-duke {
    overflow: hidden;
  }
  .effect-duke img, .effect-duke p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  .effect-duke h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  .effect-duke p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    padding: 30px;
    border: 2px solid #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
  }
  .effect-duke:hover {
    background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
    background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
  }
  .effect-duke:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  .effect-duke:hover h2, .effect-duke:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }

  .effect-oscar {
    position: relative;
  }
  .effect-oscar:before {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    width: 70%;
    height: 70%;
    border: 1px solid #fff;
    content: '';
  }
  .effect-oscar:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .effect-rotate img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .effect-rotate:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}
.grayscale-gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* For IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}

.grayscale-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}

.paralax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

.bo-social-icons [class^="bo-social-"] {
  color: #FFFFFF;
  display: inline-block;
  height: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
  vertical-align: top;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.bo-social-icons [class^="bo-social-"]:hover {
  background: #000000;
  color: #FFFFFF;
}
.bo-social-icons [class^="bo-social-"] em, .bo-social-icons [class^="bo-social-"] i {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.bo-social-icons.bo-social-plain [class^="bo-social-"] {
  background-color: transparent;
  color: #000;
  padding: 0 15px !important;
}
.bo-social-icons.bo-social-plain [class^="bo-social-"] em, .bo-social-icons.bo-social-plain [class^="bo-social-"] i {
  padding-right: 5px;
  font-size: 24px;
}
.rtl .bo-social-icons.bo-social-plain [class^="bo-social-"] em, .rtl .bo-social-icons.bo-social-plain [class^="bo-social-"] i {
  padding-left: 5px;
  padding-right: inherit;
}
.bo-social-icons.social-radius-rounded [class^="bo-social-"] {
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  width: 36px;
  height: 36px;
  padding: 0;
}
.bo-social-icons .bo-social-white {
  background: #FFFFFF;
  color: #9f9f9f;
  border: 1px solid #9f9f9f;
}
.bo-social-icons .bo-social-outline {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.bo-social-icons .bo-social-outline-light {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFFFFF;
}
.bo-social-icons .bo-social-outline-light:hover {
  background: #FFF;
  color: #000;
}
.bo-social-icons .fontawesome-icon-list [class^="bo-social-"] {
  padding: 0 15px;
}

.bo-social-twitter {
  background: #00bdec;
}

.bo-social-twitter:hover {
  background: #000000;
}

.bo-social-dribbble {
  background: #ef5b92;
}

.bo-social-dribbble:hover {
  background: #000000;
}

.bo-social-facebook {
  background: #3b5998;
}

.bo-social-facebook:hover {
  background: #000000;
}

.bo-social-duckduckgo {
  background: #de3100;
}

.bo-social-duckduckgo:hover {
  background: #000000;
}

.bo-social-aim {
  background: #158799;
}

.bo-social-aim:hover {
  background: #000000;
}

.bo-social-delicious {
  background: #183864;
}

.bo-social-delicious:hover {
  background: #000000;
}

.bo-social-paypal {
  background: #32689a;
}

.bo-social-paypal:hover {
  background: #000000;
}

.bo-social-android {
  background: #8ab733;
}

.bo-social-android:hover {
  background: #000000;
}

.bo-social-gplus {
  background: #d94a39;
}

.bo-social-gplus:hover {
  background: #000000;
}

.bo-social-lanyrd {
  background: #3879ba;
}

.bo-social-lanyrd:hover {
  background: #000000;
}

.bo-social-stumbleupon {
  background: #ea4b24;
}

.bo-social-stumbleupon:hover {
  background: #000000;
}

.bo-social-fivehundredpx {
  background: #00a6e1;
}

.bo-social-fivehundredpx:hover {
  background: #000000;
}

.bo-social-pinterest {
  background: #b8242a;
}

.bo-social-pinterest:hover {
  background: #000000;
}

.bo-social-bitcoin {
  background: #f7931a;
}

.bo-social-bitcoin:hover {
  background: #000000;
}

.bo-social-w3c {
  background: #005a9c;
}

.bo-social-w3c:hover {
  background: #000000;
}

.bo-social-foursquare {
  background: #3bb7e8;
}

.bo-social-foursquare:hover {
  background: #000000;
}

.bo-social-html5 {
  background: #e44e26;
}

.bo-social-html5:hover {
  background: #000000;
}

.bo-social-ie {
  background: #00ccff;
}

.bo-social-ie:hover {
  background: #000000;
}

.bo-social-grooveshark {
  background: #f66f00;
}

.bo-social-grooveshark:hover {
  background: #000000;
}

.bo-social-ninetyninedesigns {
  background: #ff5501;
}

.bo-social-ninetyninedesigns:hover {
  background: #000000;
}

.bo-social-forrst {
  background: #223f17;
}

.bo-social-forrst:hover {
  background: #000000;
}

.bo-social-spotify {
  background: #8fbd05;
}

.bo-social-spotify:hover {
  background: #000000;
}

.bo-social-reddit {
  background: #ff4500;
}

.bo-social-reddit:hover {
  background: #000000;
}

.bo-social-gowalla {
  background: #f6911d;
}

.bo-social-gowalla:hover {
  background: #000000;
}

.bo-social-apple {
  background: #5f5f5f;
}

.bo-social-apple:hover {
  background: #000000;
}

.bo-social-2ger {
  background: #fb9241;
}

.bo-social-blogger:hover {
  background: #000000;
}

.bo-social-cc {
  background: #5e7c00;
}

.bo-social-cc:hover {
  background: #000000;
}

.bo-social-evernote {
  background: #61b239;
}

.bo-social-evernote:hover {
  background: #000000;
}

.bo-social-flickr {
  background: #ff0084;
}

.bo-social-flickr:hover {
  background: #000000;
}

.bo-social-google {
  background: #d94a39;
}

.bo-social-google:hover {
  background: #000000;
}

.bo-social-viadeo {
  background: #f5a433;
}

.bo-social-viadeo:hover {
  background: #000000;
}

.bo-social-instapaper {
  background: #eaec08;
}

.bo-social-instapaper:hover {
  background: #000000;
}

.bo-social-klout {
  background: #e34600;
}

.bo-social-klout:hover {
  background: #000000;
}

.bo-social-linkedin {
  background: #1b92bd;
}

.bo-social-linkedin:hover {
  background: #000000;
}

.bo-social-meetup {
  background: #e51938;
}

.bo-social-meetup:hover {
  background: #000000;
}

.bo-social-vk {
  background: #587da4;
}

.bo-social-vk:hover {
  background: #000000;
}

.bo-social-disqus {
  background: #2e9fff;
}

.bo-social-disqus:hover {
  background: #000000;
}

.bo-social-rss {
  background: #ff7f00;
}

.bo-social-rss:hover {
  background: #000000;
}

.bo-social-skype {
  background: #18b7f1;
}

.bo-social-skype:hover {
  background: #000000;
}

.bo-social-youtube {
  background: #c4302b;
}

.bo-social-youtube:hover {
  background: #000000;
}

.bo-social-vimeo {
  background: #01557a;
}

.bo-social-vimeo:hover {
  background: #000000;
}

.bo-social-windows {
  background: #00ccff;
}

.bo-social-windows:hover {
  background: #000000;
}

.bo-social-xing {
  background: #036567;
}

.bo-social-xing:hover {
  background: #000000;
}

.bo-social-yahoo {
  background: #61399d;
}

.bo-social-yahoo:hover {
  background: #000000;
}

.bo-social-chrome {
  background: #58b947;
}

.bo-social-chrome:hover {
  background: #000000;
}

.bo-social-macstore {
  background: #6e6e6e;
}

.bo-social-macstore:hover {
  background: #000000;
}

.bo-social-amazon {
  background: #ff9900;
}

.bo-social-amazon:hover {
  background: #000000;
}

.bo-social-steam {
  background: #a5a4a1;
}

.bo-social-steam:hover {
  background: #000000;
}

.bo-social-dropbox {
  background: #7ab6ec;
}

.bo-social-dropbox:hover {
  background: #000000;
}

.bo-social-cloudapp {
  background: #489dde;
}

.bo-social-cloudapp:hover {
  background: #000000;
}

.bo-social-ebay {
  background: #86b817;
}

.bo-social-ebay:hover {
  background: #000000;
}

.bo-social-github {
  background: #667F8E;
}

.bo-social-github:hover {
  background: #000000;
}

.bo-social-googleplay {
  background: #5befd0;
}

.bo-social-googleplay:hover {
  background: #000000;
}

.bo-social-itunes {
  background: #177ac8;
}

.bo-social-itunes:hover {
  background: #000000;
}

.bo-social-plurk {
  background: #a73d07;
}

.bo-social-plurk:hover {
  background: #000000;
}

.bo-social-songkick {
  background: #f80046;
}

.bo-social-songkick:hover {
  background: #000000;
}

.bo-social-lastfm {
  background: #c60e16;
}

.bo-social-lastfm:hover {
  background: #000000;
}

.bo-social-gmail {
  background: #e04a3f;
}

.bo-social-gmail:hover {
  background: #000000;
}

.bo-social-pinboard {
  background: #224cf4;
}

.bo-social-pinboard:hover {
  background: #000000;
}

.bo-social-openid {
  background: #be661b;
}

.bo-social-openid:hover {
  background: #000000;
}

.bo-social-quora {
  background: #c41a00;
}

.bo-social-quora:hover {
  background: #000000;
}

.bo-social-soundcloud {
  background: #ff5c00;
}

.bo-social-soundcloud:hover {
  background: #000000;
}

.bo-social-tumblr {
  background: #395874;
}

.bo-social-tumblr:hover {
  background: #000000;
}

.bo-social-eventasaurus {
  background: #b9f15e;
}

.bo-social-eventasaurus:hover {
  background: #000000;
}

.bo-social-wordpress {
  background: #464646;
}

.bo-social-wordpress:hover {
  background: #000000;
}

.bo-social-yelp {
  background: #c41200;
}

.bo-social-yelp:hover {
  background: #000000;
}

.bo-social-intensedebate {
  background: #00aeef;
}

.bo-social-intensedebate:hover {
  background: #000000;
}

.bo-social-eventbrite {
  background: #ff6c00;
}

.bo-social-eventbrite:hover {
  background: #000000;
}

.bo-social-scribd {
  background: #002939;
}

.bo-social-scribd:hover {
  background: #000000;
}

.bo-social-posterous {
  background: #f8d667;
}

.bo-social-posterous:hover {
  background: #000000;
}

.bo-social-stripe {
  background: #617ee8;
}

.bo-social-stripe:hover {
  background: #000000;
}

.bo-social-opentable {
  background: #990000;
}

.bo-social-opentable:hover {
  background: #000000;
}

.bo-social-instagram {
  background: #4c799f;
}

.bo-social-instagram:hover {
  background: #000000;
}

.bo-social-dwolla {
  background: #ff7404;
}

.bo-social-dwolla:hover {
  background: #000000;
}

.bo-social-appnet {
  background: #1e0c29;
}

.bo-social-appnet:hover {
  background: #000000;
}

.bo-social-statusnet {
  background: #fb6104;
}

.bo-social-statusnet:hover {
  background: #000000;
}

.bo-social-acrobat {
  background: #ff0000;
}

.bo-social-acrobat:hover {
  background: #000000;
}

.bo-social-drupal {
  background: #007dc3;
}

.bo-social-drupal:hover {
  background: #000000;
}

.bo-social-pocket {
  background: #ee4056;
}

.bo-social-pocket:hover {
  background: #000000;
}

.bo-social-bitbucket {
  background: #205081;
}

.bo-social-bitbucket:hover {
  background: #000000;
}

.bo-social-flattr {
  background: #fbbc23;
}

.bo-social-flattr:hover {
  background: #000000;
}

.bo-social-eventful {
  background: #0066cc;
}

.bo-social-eventful:hover {
  background: #000000;
}

.bo-social-smashmag {
  background: #d6231c;
}

.bo-social-smashmag:hover {
  background: #000000;
}

.bo-social-wordpress {
  background: #1e8cbe;
}

.bo-social-wordpress:hover {
  background: #000000;
}

.bo-social-calendar {
  background: #ff0000;
}

.bo-social-calendar:hover {
  background: #000000;
}

.bo-social-call {
  background: #04be3d;
}

.bo-social-call:hover {
  background: #000000;
}

.bo-social-guest {
  background: #03a9d2;
}

.bo-social-guest:hover {
  background: #000000;
}

.bo-social-weibo {
  background: #fd0000;
}

.bo-social-weibo:hover {
  background: #000000;
}

.bo-social-plancast {
  background: #e4b82c;
}

.bo-social-plancast:hover {
  background: #000000;
}

.bo-social-email {
  background: blue;
}

.bo-social-email:hover {
  background: #000000;
}

.bo-social-myspace {
  background: #2068b0;
}

.bo-social-myspace:hover {
  background: #000000;
}

.bo-social-podcast {
  background: #f38b36;
}

.bo-social-podcast:hover {
  background: #000000;
}

.bo-social-cart {
  background: #00a204;
}

.bo-social-cart:hover {
  background: #000000;
}

#banner0 {
  padding-bottom: 30px;
}

.category {
  padding: 35px 25px;
  background: #ba1d19;
  font-weight: 600;
}
.category .panel-heading {
  border: none;
  padding: 0 0 20px;
}
.category .panel-body {
  padding: 0;
}
.category h3 {
  margin: 0;
  color: #FFF;
  font-size: 30px;
}
.category ul li {
  border: none;
  background: none;
}

.information-sitemap ul li {
  line-height: 30px;
}

.refine-search .panel-body {
  padding: 0;
}
.refine-search .list-group {
  border-bottom: 1px solid #ebebeb;
}
.refine-search .list-group a.list-group-item {
  border-bottom: 1px solid #ebebeb;
  color: #303030;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
}
.refine-search .list-group div.list-group-item {
  border: none;
  padding: 10px 15px;
}
.refine-search label {
  font-weight: normal;
  display: block;
}
.refine-search label:hover {
  color: #000;
}
.refine-search label input[type="checkbox"] {
  margin: 0 5px 0 0;
  vertical-align: -1px;
}

.display {
  margin-top: 5px;
}
.display > button {
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 0;
  color: #dadada;
  padding: 5px 20px 5px 0;
}
.rtl .display > button {
  padding: 5px 0 5px 20px;
}
.display > button#grid-view {
  border-right: 1px dotted #ebebeb;
}
.rtl .display > button#grid-view {
  border-left: 1px dotted #ebebeb;
  border-right: inherit;
}
.display > button:hover, .display > button.active {
  color: #000;
}
.display > button:last-child {
  margin-left: 15px;
}
.rtl .display > button:last-child {
  margin-right: 15px;
  margin-left: inherit;
}

.product-categoris {
  overflow: hidden;
}

/*paging*/
.paging {
  background: #f1f1f1;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
}

/* filter by brands */
.filter {
  border-top: 1px dotted #ebebeb;
  border-bottom: 1px dotted #ebebeb;
  padding: 10px 15px;
}
.filter .control-label {
  margin: 6px 10px;
  color: #999999;
}
.filter #compare-total {
  padding-top: 5px;
  display: block;
}

.product-info ul, .product-info ol {
  margin: 0;
  padding: 0;
}
.product-info .heading_title {
  margin-top: 0;
  font-size: 36px;
}
.product-info .thumbnail {
  position: relative;
}
.product-info .thumbs-preview.default .carousel-controls {
  width: 100%;
  top: 50%;
  margin-top: -10px;
}
.product-info .thumbs-preview.default .carousel-control.left {
  left: -20px;
}
.product-info .thumbs-preview.default .carousel-control.right {
  left: auto;
  right: -20px;
}
.product-info .thumbs-preview.default .item {
  margin: 5px;
}
.product-info .thumbs-preview.default .item a {
  position: relative;
}
.product-info .thumbs-preview.default .item a img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.product-info .thumbs-preview.default .item a.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-info .tab-content ul, .product-info .tab-content ol {
  list-style: initial;
}

#product .form-group {
  margin-bottom: 20px;
}
#product .form-group:before, #product .form-group:after {
  content: " ";
  display: table;
}
#product .form-group:after {
  clear: both;
}
#product .action {
  overflow: hidden;
}
#product .action .wishlist, #product .action .compare {
  font-size: 18px;
  padding: 0 10px;
  text-align: center;
  margin-top: 5px;
  color: #d0d5d6;
}
#product .action .wishlist:hover, #product .action .compare:hover {
  color: #3c3d41;
}
#product .alert {
  margin-top: 20px;
}

#button-cart {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 12px 60px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.rtl #button-cart {
  margin-left: 10px;
  margin-right: inherit;
}

.product-qyt-action .control-label {
  color: #3b3d40;
  line-height: 35px;
  font-weight: bold;
  margin-right: 20px;
  font-size: 12px;
  font-family: "DM Serif Display", serif;
}
.rtl .product-qyt-action .control-label {
  margin-left: 20px;
  margin-right: inherit;
}

.quantity-adder {
  display: block;
  position: relative;
}
.quantity-adder .qty {
  text-transform: uppercase;
}
.quantity-adder .form-control {
  padding: 8px 15px;
}
.quantity-adder .add-action {
  width: 30px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #ffc000;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  color: #FFF;
}
.rtl .quantity-adder .add-action {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.quantity-adder .add-down {
  bottom: 0;
  right: 0;
}
.rtl .quantity-adder .add-down {
  left: 0;
  right: auto;
}
.quantity-adder .add-up {
  top: 0;
  right: 0;
  border-bottom: 0;
}
.rtl .quantity-adder .add-up {
  left: 0;
  right: auto;
}
.quantity-adder .quantity-number {
  background: #ffc000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 2px;
  width: 100px;
  height: 40px;
}
.quantity-adder .quantity-number input {
  width: auto;
  height: 36px;
  border: 1px solid #ebebeb;
  box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #3c3d41;
}
.quantity-adder .minimum {
  line-height: 38px;
  font-size: 11px;
  margin-left: 10px;
}
.rtl .quantity-adder .minimum {
  margin-right: 10px;
  margin-left: inherit;
}

@media (min-width: 767px) {
  .product-list .products-row {
    padding: 0;
  }
  .product-list .products-row .product-col {
    width: 100%;
    margin: 0;
    border: none;
  }
  .product-list .product-block {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
  }
  .product-list .product-block .image {
    width: 30%;
    float: left;
  }
  .rtl .product-list .product-block .image {
    float: right;
  }
  .product-list .product-block .description {
    display: block;
  }
  .product-list .product-block .name {
    height: auto;
  }
  .product-list .product-block .product-meta {
    text-align: left;
    float: left;
    padding: 0;
    padding-left: 30px;
    width: 70%;
  }
  .rtl .product-list .product-block .product-meta {
    text-align: right;
  }
  .rtl .product-list .product-block .product-meta {
    float: right;
  }
  .rtl .product-list .product-block .product-meta {
    padding-right: 30px;
    padding-left: inherit;
  }
}
.products-owl-carousel .products-owl {
  margin-bottom: 0;
}

.owl-carousel-play {
  position: relative;
}

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

/**
 * Thumbnail
 */
.thumbs-preview.horizontal .item {
  text-align: center;
}
.thumbs-preview.horizontal .image-hitem {
  margin: 0 15px 10px;
}
.thumbs-preview.horizontal .carousel-controls {
  top: inherit;
  bottom: -10px;
  right: 20px;
}
.rtl .thumbs-preview.horizontal .carousel-controls {
  left: 20px;
  right: auto;
}
.thumbs-preview.horizontal .carousel-control {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.thumbs-preview.horizontal .carousel-control.left {
  left: 40px;
}
.rtl .thumbs-preview.horizontal .carousel-control.left {
  right: 40px;
  left: auto;
}
.thumbs-preview.horizontal .carousel-control.right {
  right: 0;
}
.rtl .thumbs-preview.horizontal .carousel-control.right {
  left: 0;
  right: auto;
}

.tab-group {
  margin: 20px 0;
}
.tab-group .nav-tabs {
  border-top: 1px solid #ebebeb;
  border-bottom: none;
}
.tab-group .nav > li {
  position: relative;
  padding: 20px 0;
}
.tab-group .nav > li:first-child > a {
  padding-left: 0;
}
.tab-group .nav > li > a {
  font-size: 13px;
  padding: 0 10px;
  margin: 0;
  color: #d0d5d6;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
.tab-group .nav > li.active > a, .tab-group .nav > li:hover > a {
  color: #3c3d41;
}
.tab-group .tab-content {
  padding: 0 20px;
}
.tab-group.accordion a:before {
  content: "\f068";
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  display: inline-block;
}
.rtl .tab-group.accordion a:before {
  left: 20px;
  right: auto;
}
.tab-group.accordion a.collapsed:before {
  content: "\f067";
}
.tab-group.accordion .panel-collapse {
  padding: 0 30px 30px;
}

.product-related .products-block {
  border: none;
}

.review-form-width {
  margin: 10% auto;
  padding: 0 30px;
  max-width: 600px;
  position: relative;
  z-index: 999999;
  background-color: #fff;
}
.review-form-width .alert {
  margin-top: 20px;
}

/* --------------------------------------
 * INFO TABLE
 * -------------------------------------- */
.info-table-icon {
  color: #3c3d41;
  font-size: 18px;
}

.info-table-content {
  color: #000000;
}

.info-table-content strong {
  color: #898989;
  font-weight: normal;
}

.info-table-row:first-of-type > *:after {
  display: none;
}

.info-table {
  line-height: 1.95em;
  border: 1px solid #ebebeb;
  width: 100%;
}

.info-table td,
.info-table th {
  border-bottom: 1px solid #ebebeb;
  padding: 6px 23px;
  position: relative;
  vertical-align: middle;
}

.info-table td:after,
.info-table th:after {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: -1px;
  width: 2px;
}

.info-table th {
  border-right: 1px solid #ebebeb;
  font-weight: 400;
  text-align: center;
  width: 63px;
}
.rtl .info-table th {
  border-left: 1px solid #ebebeb;
  border-right: inherit;
}

.info-table th:after {
  right: 0;
}

.info-table td {
  border-left-style: none;
}

.info-table td:after {
  left: 0;
}

input#input-captcha {
  margin-bottom: 20px;
}

/* contact page */
.contact-us .panel-body {
  border: 1px dotted #ebebeb;
  border-top: none;
}

/*
 * 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-right {
    right: 0;
  }
  .rtl .row-offcanvas-right {
    left: 0;
    right: auto;
  }

  .row-offcanvas-left {
    left: 0;
  }
  .rtl .row-offcanvas-left {
    right: 0;
    left: auto;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%;
  }
  .rtl .row-offcanvas-right
  .sidebar-offcanvas {
    left: -50%;
    right: auto;
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%;
  }
  .rtl .row-offcanvas-left
  .sidebar-offcanvas {
    right: -50%;
    left: auto;
  }

  .row-offcanvas-right.active {
    right: 50%;
  }
  .rtl .row-offcanvas-right.active {
    left: 50%;
    right: auto;
  }

  .row-offcanvas-left.active {
    left: 50%;
  }
  .rtl .row-offcanvas-left.active {
    right: 50%;
    left: auto;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
  }
  .sidebar-offcanvas ul, .sidebar-offcanvas ol {
    padding: 0;
    margin: 0;
  }
  .sidebar-offcanvas ul li, .sidebar-offcanvas ol li {
    list-style: none;
    position: relative;
  }

  .bottom-offcanvas {
    border-top: 1px solid #ebebeb;
    padding: 10px 0;
  }
}
/*offcanvas-menu*/
#offcanvasmenu .caret {
  display: none;
}
#offcanvasmenu .navbar-nav {
  float: none;
}
#offcanvasmenu .navbar-nav > li {
  float: none;
  border-top: 1px solid #eee;
  position: relative;
  background: #FFF;
}
#offcanvasmenu .navbar-nav > li.home .menu-icon {
  background: none !important;
}
#offcanvasmenu .navbar-nav > li .click-canavs-menu {
  cursor: pointer;
  display: inline-block;
  padding: 19px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.rtl #offcanvasmenu .navbar-nav > li .click-canavs-menu {
  left: 0;
  right: auto;
}
#offcanvasmenu .navbar-nav > li > a {
  padding: 15px 25px;
  background-color: transparent !important;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  line-height: 22px;
  text-transform: uppercase;
}
#offcanvasmenu .navbar-nav > li > a .menu-icon {
  background: none !important;
}
#offcanvasmenu .navbar-nav > li li.dropdown-submenu .click-canavs-menu {
  padding: 10px;
}
#offcanvasmenu .navbar-nav > li li.dropdown-submenu li.dropdown-submenu > .click-canavs-menu {
  padding: 10px 2px;
}
#offcanvasmenu .dropdown-menu {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  margin: 0;
  padding: 0 8px;
  position: static;
  visibility: visible;
  width: auto !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
#offcanvasmenu .dropdown-menu .dropdown-menu-inner {
  line-height: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.rtl #offcanvasmenu .dropdown-menu .dropdown-menu-inner {
  padding-right: 20px;
  padding-left: inherit;
}
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar {
  border: none;
}
#offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-left: 0;
}
.rtl #offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
  padding-right: 0;
  padding-left: inherit;
}
#offcanvasmenu .dropdown-menu a {
  font-size: 13px;
  padding: 5px 10px;
  background: none;
}
#offcanvasmenu .dropdown-menu .widget-video {
  display: none;
}
#offcanvasmenu .dropdown-menu .widget-images {
  margin-top: 20px;
}
#offcanvasmenu .dropdown-menu .box-heading {
  color: #3c3d41;
}
#offcanvasmenu .w-product {
  padding: 0;
}
#offcanvasmenu .product-block {
  border: none;
}
#offcanvasmenu .product-block .zoom, #offcanvasmenu .product-block .product-label {
  display: none;
}

.offcanvas-category .panel {
  margin-bottom: 30px;
}
.offcanvas-category .panel-heading {
  padding: 20px;
  background-image: none;
}
.offcanvas-category .panel-title {
  text-align: left;
}
.rtl .offcanvas-category .panel-title {
  text-align: right;
}

.sub-title {
  color: #696969;
  text-align: center;
  font-family: "DM Serif Display", serif;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 20px;
}

.deals-option.nav-tabs > li {
  display: inline-block;
  float: none;
}

.map-wapper {
  height: 64px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.map-wapper #viewmap {
  position: absolute;
  z-index: 20;
  top: -20px;
  margin-left: -30px;
}
.rtl .map-wapper #viewmap {
  margin-right: -30px;
  margin-left: inherit;
}
.map-wapper.map-height {
  height: 400px;
}

.contact-us .panel-heading {
  text-align: left;
}
.rtl .contact-us .panel-heading {
  text-align: right;
}

.contact .fa {
  width: 20px;
  text-align: left;
}
.rtl .contact .fa {
  text-align: right;
}

.social-icon-list li {
  padding: 0;
}

/* slidelayer */
.bannercontainer {
  overflow: hidden;
}
.bannercontainer:hover .tp-rightarrow {
  right: 20px !important;
}
.bannercontainer: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 {
  color: #FFF;
  content: "\f105";
  display: inline-block;
  font: 20px/40px "FontAwesome";
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
  height: 40px;
  z-index: 12;
  background-color: #3c3d41;
}
.tparrows.tp-leftarrow:before {
  content: "\f104";
}
.tparrows:hover:before {
  background-color: #FFF;
  color: #bbbbbb;
}

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

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

.call-to-action {
  color: #fff;
  padding: 20px 0;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .call-to-action {
    padding: 70px 0;
    width: 60%;
  }
  .call-to-action .widget_heading {
    font-size: 68px;
  }
}
.call-to-action .widget_heading {
  color: #fff;
  text-transform: capitalize;
}
.call-to-action .htmlcontent {
  font-size: 16px;
  padding: 40px 0;
}

.feature-box {
  /* overflow: hidden; */
}
.feature-box:hover .fbox-icon {
  -webkit-animation: rotateleft 1.5s linear infinite forwards 0.3s;
  -moz-animation: rotateleft 1.5s linear infinite forwards 0.3s;
  -o-animation: rotateleft 1.5s linear infinite forwards 0.3s;
  -ms-animation: rotateleft 1.5s linear infinite forwards 0.3s;
  animation: rotateleft 1.5s linear infinite forwards 0.3s;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.feature-box .fbox-icon {
  font-size: 24px;
  color: #FFF;
  float: left;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
  margin-right: 35px;
  text-align: center;
}
.rtl .feature-box .fbox-icon {
  float: right;
}
.rtl .feature-box .fbox-icon {
  margin-left: 35px;
  margin-right: inherit;
}
.feature-box .heading {
  color: #838d8f;
  font-family: "DM Serif Display", serif;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
}
.feature-box .heading span {
  color: #3c3d41;
  padding-right: 5px;
}
.rtl .feature-box .heading span {
  padding-left: 5px;
  padding-right: inherit;
}
.feature-box .fbox-body {
  overflow: hidden;
  color: #838c8c;
}
.feature-box .description {
  line-height: 20px;
  max-width: 200px;
}
.feature-box .htmlcontent h5 {
  position: relative;
  margin-bottom: 25px;
}
.feature-box .htmlcontent h5:before {
  content: ".....";
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 13px;
  color: #c0c0c0;
  font-weight: normal;
}
.rtl .feature-box .htmlcontent h5:before {
  right: 0;
  left: auto;
}

.carousel-controls-v1 {
  margin-top: -40px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.carousel-controls-v1 .carousel-control {
  border: none;
  font-size: 100px;
  color: #f1f1f1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.carousel-controls-v1 .carousel-control:hover {
  color: #3c3d41;
}
.carousel-controls-v1 .carousel-control.left {
  left: 200px;
}
.carousel-controls-v1 .carousel-control.right {
  right: 200px;
}

/* custom-html home 5 */
.custom-html .inner {
  color: #FFF;
  line-height: 58px;
}
@media (min-width: 1200px) {
  .custom-html .inner {
    padding: 0 170px;
  }
}
@media (max-width: 991px) {
  .custom-html .inner {
    font-size: 12px;
  }
  .custom-html .inner .image {
    margin: 0 10px;
  }
  .custom-html .inner .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.custom-html .image {
  max-width: 80px;
  max-height: 62px;
  margin: 0 40px;
}
.custom-html .btn-hot {
  background-color: #FFF;
  color: #3c3d41;
  padding: 0 7px;
  line-height: 16px;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  position: relative;
  margin-right: 20px;
  margin-top: 22px;
}
.rtl .custom-html .btn-hot {
  margin-left: 20px;
  margin-right: inherit;
}
.custom-html .btn-hot:before {
  content: "";
  position: absolute;
  right: -19px;
  top: -1px;
  border: 9px solid transparent;
  border-left: 9px solid #FFF;
}
.rtl .custom-html .btn-hot:before {
  left: -19px;
  right: auto;
}
.custom-html .btn-close {
  color: #FFF;
  font-size: 18px;
  position: absolute;
  right: 30px;
  top: 8px;
}
.rtl .custom-html .btn-close {
  left: 30px;
  right: auto;
}
.custom-html .btn-close:hover {
  color: #3c3d41;
}

/* listproduct */
.listproduct .panel-body {
  border-bottom: 1px solid #ebebeb;
  margin: 30px 0 60px;
  padding: 0 0 20px;
}
.listproduct .carousel-controls {
  margin-top: -25px;
}

.product-block {
  -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;
}
.product-block .product-meta {
  position: relative;
  padding: 20px;
  text-align: left;
  background: #FFF;
}
.rtl .product-block .product-meta {
  text-align: right;
}
.product-block.product-v2 {
  position: relative;
  padding-left: 15px;
}
.rtl .product-block.product-v2 {
  padding-right: 15px;
  padding-left: inherit;
}
.product-block.product-v2:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
}
.rtl .product-block.product-v2:before {
  left: -15px;
  right: auto;
}
.product-block.product-v2 .image {
  margin: 30px 0;
}
.product-block .btn-style {
  display: inline-block;
  position: relative;
  color: #d0d5d6;
}
.product-block .btn-style:last-child {
  border: none;
}
.product-block .btn-style:hover i {
  -webkit-transform: scale(1.3);
  color: #000;
  transform: scale(1.3);
}
.product-block .btn-style i {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.product-block .bottom {
  position: relative;
  padding: 10px 0 20px;
}
.product-block:hover .btn-style {
  -webkit-transform: rotate(360deg) scale(1, 1);
  transform: rotate(360deg) scale(1, 1);
}

@media (min-width: 992px) {
  .product-grid .product-block .product-meta {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    transition: bottom 0.3s ease 0s;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .product-grid .product-block .cart {
    bottom: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    visibility: hidden;
    width: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: #FFF;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .rtl .product-grid .product-block .cart {
    right: 0;
    left: auto;
  }
  .product-grid .product-block .cart .btn {
    width: 100%;
  }
  .product-grid .product-block:hover .product-meta {
    bottom: 40px;
  }
  .product-grid .product-block:hover .cart {
    bottom: -40px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }

  .product-block .image {
    position: relative;
  }
  .product-block .image:before {
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .product-block .image a:before {
    background: url("../image/img-v1.png") no-repeat center center;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.2s ease-in 0.1s, opacity 0.1s ease-in-out 0s;
    -o-transition: transform 0.2s ease-in 0.1s, opacity 0.1s ease-in-out 0s;
    transition: transform 0.2s ease-in 0.1s, opacity 0.1s ease-in-out 0s;
  }
  .product-block:hover .image:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .product-block:hover .image a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.productdeals .item-countdown {
  z-index: 10;
  bottom: 40px;
  width: 100%;
  text-align: center;
  position: absolute;
  right: 0px;
}
.rtl .productdeals .item-countdown {
  left: 0px;
  right: auto;
}
.productdeals .item-countdown ul {
  margin-bottom: 0;
}
.productdeals .item-countdown li {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  width: 42px;
  height: 42px;
  line-height: 0;
  padding-top: 2px;
  position: relative;
}
.productdeals .item-countdown li span {
  display: inline-block;
  margin-bottom: 3px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 10px;
  position: inherit;
  font-style: italic;
}
.productdeals .item-countdown li:before {
  position: absolute;
  content: ":";
  left: 0;
  top: 17px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 18px;
}
.rtl .productdeals .item-countdown li:before {
  right: 0;
  left: auto;
}
.productdeals .item-countdown li:first-child:before {
  content: none;
}
.productdeals .item-countdown li .countdown_num {
  line-height: normal;
}
.productdeals .item-countdown li .countdown_num span {
  font-family: "DM Serif Display", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #000;
}

.pavdeals.tab-group .nav > li > a:before {
  left: 50%;
  margin-left: -30px;
}
.rtl .pavdeals.tab-group .nav > li > a:before {
  right: 50%;
  left: auto;
}
.rtl .pavdeals.tab-group .nav > li > a:before {
  margin-right: -30px;
  margin-left: inherit;
}

.pav_newsletter {
  position: relative;
  background: #ffc000;
  overflow: hidden;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
}
.pav_newsletter:before {
  border-right: 25px solid #ff6c00;
  border-top: 100px solid #ffc000;
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
}
.rtl .pav_newsletter:before {
  border-left: 25px solid #ff6c00;
  border-right: inherit;
}
.rtl .pav_newsletter:before {
  left: 50%;
  right: auto;
}
.pav_newsletter:after {
  background: #ff6c00;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
}
.rtl .pav_newsletter:after {
  left: 0;
  right: auto;
}
.rtl .pav_newsletter:after {
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
}

.form-newsletter {
  position: relative;
  z-index: 1;
  padding: 15px 100px;
}
.form-newsletter .heading {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 19px;
  position: relative;
}
.form-newsletter .heading:before {
  background: #FFF;
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  left: -15px;
  top: 10px;
}
.rtl .form-newsletter .heading:before {
  right: -15px;
  left: auto;
}
.form-newsletter .form-control::-moz-placeholder {
  color: #c8c8c8;
}
.form-newsletter input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.form-newsletter .description {
  padding: 10px 0;
}
.form-newsletter .email {
  background: #FFF;
  height: 45px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.form-newsletter .input-group .btn {
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 12px;
  padding: 11px 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 5px;
}
.rtl .form-newsletter .input-group .btn {
  margin-right: 5px;
  margin-left: inherit;
}

.valid {
  position: absolute;
  top: -25px;
  width: 100%;
  z-index: 10;
  left: 0;
}
.rtl .valid {
  right: 0;
  left: auto;
}
.valid .alert {
  width: auto;
  margin-top: 20px;
  text-align: left;
}
.rtl .valid .alert {
  text-align: right;
}

.page-pavblog h1 {
  margin: 0;
}

.comment-warning {
  color: #c12e2a;
}

.page-pavblog-blog .pav-blogs {
  margin-bottom: 30px;
}

.pav-blogs .blog-date {
  background: #000;
  color: #FFF;
  display: block;
  float: left;
  font-size: 18px;
  height: 70px;
  line-height: normal;
  margin-right: 20px;
  overflow: hidden;
  padding: 12px;
}
.rtl .pav-blogs .blog-date {
  float: right;
}
.rtl .pav-blogs .blog-date {
  margin-left: 20px;
  margin-right: inherit;
}
.pav-blogs .blog-date .day {
  padding: 0;
  display: block;
  text-align: center;
}
.pav-blogs .blog-body {
  overflow: hidden;
  padding: 0 !important;
}
.pav-blogs .blog-body .text-link {
  color: #000;
  font-weight: 600;
}
.pav-blogs .blog-body .text-link .fa {
  padding-left: 5px;
}
.rtl .pav-blogs .blog-body .text-link .fa {
  padding-right: 5px;
  padding-left: inherit;
}
.pav-blogs .blog-body .text-link:hover, .pav-blogs .blog-body .text-link:active, .pav-blogs .blog-body .text-link:focus {
  color: #ffc000;
}
.pav-blogs .blog-title a {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.pav-blogs .blogs-item {
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
}
.pav-blogs .blogs-item .description {
  overflow: hidden;
}
.pav-blogs .blog-meta b {
  font-weight: normal;
  color: #000;
}
.pav-blogs .blog-meta ul {
  margin: 0 0 10px;
}
.pav-blogs .blog-meta ul li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 0;
}
.rtl .pav-blogs .blog-meta ul li {
  padding-left: 5px;
  padding-right: inherit;
}
.rtl .pav-blogs .blog-meta ul li {
  padding-right: 0;
  padding-left: inherit;
}
.pav-blogs .blog-meta .readmore {
  font-size: 12px;
}

.pav-categorymenu .head {
  display: none;
}

.pavblogs-comments-box .panel-body {
  padding-right: 0;
  padding-left: 0;
}

.widget-blogs.widget-blogs-v1 .panel-body {
  border: 1px solid #ebebeb;
  margin-top: 25px;
}
.widget-blogs.widget-blogs-v1 .latest-posts-meta .posts-meta {
  padding: 45px 30px;
}
.widget-blogs.widget-blogs-v2 .latest-posts-image {
  width: 40%;
}
.widget-blogs.widget-blogs-v2 .latest-posts-image.left {
  float: left;
}
.rtl .widget-blogs.widget-blogs-v2 .latest-posts-image.left {
  float: right;
}
.widget-blogs.widget-blogs-v2 .latest-posts-image.right {
  float: right;
}
.rtl .widget-blogs.widget-blogs-v2 .latest-posts-image.right {
  float: left;
}
.widget-blogs.widget-blogs-v2 .latest-posts-meta {
  float: left;
  width: 60%;
  padding: 80px 130px;
}
.rtl .widget-blogs.widget-blogs-v2 .latest-posts-meta {
  float: right;
}
.widget-blogs .panel-body {
  padding: 0;
}
.widget-blogs .latest-posts-meta .btn-more-link {
  background-color: #6fa66f;
  padding: 18px 0;
}
.widget-blogs .latest-posts-meta .btn-more-link .readmore {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget-blogs .latest-posts-meta .btn-more-link .readmore:hover {
  background-color: #FFF;
  box-shadow: 0 0 0 30px #FFF inset;
  color: #6fa66f;
}
.widget-blogs .latest-posts-meta .description {
  line-height: 25px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.widget-blogs .latest-posts-meta .created {
  font-size: 13px;
  color: #000;
}
.widget-blogs .latest-posts-meta .created .text-light {
  color: #838d8f;
}
.widget-blogs .latest-posts-title {
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
}
.widget-blogs .latest-posts-title:hover {
  color: #3c3d41;
}
.widget-blogs.blog-v2 .latest-posts-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .widget-category-list .categories-block .body ul {
    margin-bottom: 20px;
  }
  .widget-category-list.widget-category-list-v1 .categories-block .body {
    bottom: -105px;
  }
  .widget-category-list.widget-category-list-v1 .categories-block:hover .body {
    margin-bottom: -80px;
  }
  .widget-category-list.widget-category-list-v1 .categories-block:hover h4 {
    margin-top: -70px;
  }
  .widget-category-list:hover .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .widget-category-list:hover .carousel-control.left {
    left: -60px;
  }
  .widget-category-list:hover .carousel-control.right {
    right: -60px;
  }
}
@media (min-width: 992px) {
  .widget-category-list .categories-block h4 {
    font-size: 36px;
  }
  .widget-category-list .categories-block a:hover {
    color: #3c3d41;
  }

  .padding-top-100 {
    padding-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .panel-heading {
    padding-left: 0;
  }
  .rtl .panel-heading {
    padding-right: 0;
    padding-left: inherit;
  }

  .widget-category-list.widget-category-list-v1 .categories-block .body ul {
    margin-bottom: 10px;
  }
  .widget-category-list.widget-category-list-v1 .categories-block:hover .body {
    margin-bottom: -72px;
  }
  .widget-category-list.widget-category-list-v1 .categories-block:hover h4 {
    font-size: 20px;
    margin-top: -55px;
  }
  .widget-category-list.widget-category-list-v1 .btn {
    height: 35px;
    line-height: 32px;
  }
  .widget-category-list:hover .carousel-control {
    font-size: 80px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .widget-category-list:hover .carousel-control.left {
    left: -30px;
  }
  .widget-category-list:hover .carousel-control.right {
    right: -30px;
  }

  .product-v3:hover .carousel-control.left {
    left: -30px;
  }
  .product-v3:hover .carousel-control.right {
    right: -30px;
  }
}
@media (max-width: 991px) {
  .widget-category-list .carousel-control {
    display: none;
  }
  .widget-category-list:hover .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .widget-category-list:hover .carousel-control.left {
    left: -40px;
  }
  .widget-category-list:hover .carousel-control.right {
    right: -40px;
  }
  .widget-category-list .categories-block {
    position: relative;
    color: #FFF;
  }
  .widget-category-list .categories-block h4 {
    left: 50%;
    margin: 0 -50% 0 0;
    padding: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    top: 50%;
  }
  .widget-category-list .categories-block a {
    color: #FFF;
  }
  .widget-category-list .categories-block:hover .image:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .widget-category-list.widget-category-list-v1 .image {
    position: relative;
    cursor: pointer;
  }
  .widget-category-list.widget-category-list-v1 .image:before {
    background: #f26d7d;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .widget-category-list.widget-category-list-v1 .categories-block .body {
    display: none;
  }

  #content, #column-right, #column-left {
    width: 100%;
    clear: both;
  }

  .zoomContainer {
    display: none;
  }

  .layerslider-wrapper {
    max-width: 100% !important;
  }

  header.header-v2 .btn-link .title {
    display: none;
  }
  header.header-v2 .canvas-menu {
    margin: 10px 0;
  }
  header.header-v3 .canvas-menu {
    margin: 10px 0;
  }
}
@media (min-width: 768px) {
  /* widget-category-list */
  .widget-category-list .categories-block {
    position: relative;
    color: #FFF;
  }
  .widget-category-list .categories-block h4 {
    left: 50%;
    margin: 0 -50% 0 0;
    padding: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .widget-category-list .categories-block .body {
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
  }
  .widget-category-list .categories-block .body ul {
    max-height: 60px;
    overflow: hidden;
  }
  .widget-category-list.widget-category-list-v1 .image {
    position: relative;
    cursor: pointer;
  }
  .widget-category-list.widget-category-list-v1 .image:before {
    background: #ba1d19;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .widget-category-list.widget-category-list-v1 .categories-block h4 {
    top: 50%;
  }
  .widget-category-list.widget-category-list-v1 .categories-block .body {
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: -105px;
  }
  .widget-category-list.widget-category-list-v1 .categories-block:hover .image:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .widget-category-list.widget-category-list-v1 .categories-block:hover .body {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 50%;
  }
  .widget-category-list.widget-category-list-v2.effect-bg .image {
    position: relative;
    cursor: pointer;
  }
  .widget-category-list.widget-category-list-v2.effect-bg .image:before {
    background: #fac1c8;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .widget-category-list.widget-category-list-v2.effect-bg .categories-block:hover .image:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .widget-category-list.widget-category-list-v2.effect-bg .categories-block a:hover {
    color: #3c3d41;
  }
  .widget-category-list.widget-category-list-v2 .categories-block a:hover {
    color: #ffc000;
  }
  .widget-category-list.widget-category-list-v2 .categories-block .body {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 50%;
    margin-bottom: -80px;
  }
  .widget-category-list.widget-category-list-v2 .categories-block .body ul {
    margin-bottom: 20px;
  }
  .widget-category-list.widget-category-list-v2 .categories-block h4 {
    top: 50%;
    margin-top: -50px;
  }
  .widget-category-list.widget-category-list-v2 .categories-block ul li {
    display: inline-block;
    padding: 0 7px;
    position: relative;
  }
  .widget-category-list.widget-category-list-v2 .categories-block ul li:before {
    content: ".";
    position: absolute;
    left: -5px;
    color: #FFF;
    top: 0;
  }
  .widget-category-list.widget-category-list-v2 .categories-block ul li:first-child:before {
    content: none;
  }
  .widget-category-list.widget-category-list-v2 .categories-block .btn {
    padding: 0 60px;
  }
  .widget-category-list .categories-block a {
    color: #FFF;
  }
  .widget-category-list .categories-block ul li {
    line-height: 20px;
  }
  .widget-category-list .categories-block .btn {
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
  }
  .widget-category-list .categories-block .btn:hover {
    background-color: #6fa66f;
    color: #000;
    -webkit-box-shadow: 0 0 0 30px #FFF inset;
    box-shadow: 0 0 0 30px #FFF inset;
  }
}
/* ktra */
@media (max-width: 1199px) {
  table button, table a, table input {
    margin-top: 10px;
  }
  table input {
    min-width: 50px;
  }
}
/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .pav-verticalmenu .navbar-nav {
    padding: 0 10px;
  }
  .pav-verticalmenu .navbar-nav > li > a {
    font-size: 12px;
  }

  #column-left .product-block .price > span, #column-right .product-block .price > span {
    float: none !important;
    display: block;
  }
}
@media (min-width: 1199px) {
  .padding-bottom-70 {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .quickview, .zoom {
    display: none !important;
  }

  .form-newsletter {
    padding: 15px 30px;
  }

  header .btn-link .title {
    display: none;
  }

  .products-block .product-col {
    border: none !important;
  }

  .widget-blogs.widget-blogs-v2 .latest-posts-meta {
    padding: 30px;
  }

  .copyright.copyright-v1 ul {
    float: none;
  }
  .copyright.copyright-v1 ul a {
    font-size: 11px;
  }

  .home3 .panel.panel-v1 .panel-title {
    font-size: 40px;
  }
  .home3 .panel-title {
    font-size: 22px;
  }

  .home5 .panel.panel-v1 .panel-heading {
    padding: 30px 0 0;
  }

  .margin-bottom-70 {
    margin-bottom: 0;
  }

  .copyright.copyright-v6 {
    padding: 0 0 60px;
  }
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  .widget-blogs.widget-blogs-v2 .latest-posts-image {
    width: auto;
  }
  .widget-blogs.widget-blogs-v2 .latest-posts-image.left, .widget-blogs.widget-blogs-v2 .latest-posts-image.right {
    float: none;
  }
  .widget-blogs.widget-blogs-v2 .latest-posts-meta {
    float: none;
    width: auto;
  }
  .widget-blogs.widget-blogs-v2 .latest-posts-body {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
  }

  .widget-category-list .categories-block {
    margin-bottom: 20px;
  }
  .widget-category-list .categories-block .image:before {
    content: none;
  }
  .widget-category-list.widget-category-list-v2 .body {
    display: none;
  }

  .copyright.copyright-v4 ul {
    float: none;
  }
  .copyright.copyright-v4 ul li {
    padding: 0;
    padding-right: 10px;
  }
  .rtl .copyright.copyright-v4 ul li {
    padding-left: 10px;
    padding-right: inherit;
  }

  header.default #cart {
    float: none !important;
    padding: 0 0 20px;
    text-align: center;
  }

  .common-home .alert {
    margin-top: 5px;
  }

  #topbar .list-inline {
    text-align: left;
  }
  #topbar .list-inline li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .logo {
    text-align: center;
  }

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

  .panel {
    margin-bottom: 30px;
  }

  .productdeals ul.list {
    margin-bottom: 40px;
  }

  .product-info .thumbs-preview.default .carousel-control.left {
    left: 0;
  }
  .product-info .thumbs-preview.default .carousel-control.right {
    left: auto;
    right: 0;
  }

  #topbar .btn-link {
    margin-right: 10px;
  }
  .rtl #topbar .btn-link {
    margin-left: 10px;
    margin-right: inherit;
  }

  .thumbs-preview img {
    width: 50%;
  }

  .margin-bottom-90 {
    margin-bottom: 30px;
  }
}
/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
  .pav_newsletter:before {
    content: none;
  }
  .pav_newsletter:after {
    width: 100%;
  }
  .pav_newsletter .form-newsletter .input-group .btn {
    padding: 11px 20px;
  }

  .header-v1 .padding-style {
    margin: 10px 0;
  }

  .tab-group .nav > li > a {
    padding: 0 10px;
    font-size: 12px;
  }
  .tab-group .nav > li > a:before {
    content: none;
  }

  .tab-group .tab-content {
    padding: 25px;
  }

  #button-cart {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 320px) {
  #cart .dropdown-menu {
    min-width: 300px;
  }

  /********************************/
  .review-form-width .panel-body {
    padding: 0;
  }

  .sidebar-offcanvas {
    width: 70%;
  }

  .row-offcanvas-left.active {
    left: 70%;
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -70%;
  }
}

.navbar-mega{
	margin-top: 3%;
}


.heading_title{
	text-transform: capitalize;
}
