overflow: hidden;
.row {
  margin-left:  * -1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: ;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #3f9dd3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2573a1;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18.4px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #3f9dd3;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h1 small,
.h1 small {
  font-size: 28px;
}
h2 small,
.h2 small {
  font-size: 20px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 22px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-11 {
  width: 91.666666666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-11 {
    width: 91.666666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-11 {
    width: 91.666666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-11 {
    width: 91.666666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px 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: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  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 > 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;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > 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;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > 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;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.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;
}
.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;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 4px solid transparent;
  margin-right: 8px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #3f9dd3;
  border-color: #3f9dd3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2b88be;
  border-color: #287cad;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #3f9dd3;
  border-color: #3f9dd3;
}
.btn-warning {
  color: #fff;
  background-color: #fb9220;
  border-color: #fb9220;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ee7e04;
  border-color: #da7304;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #fb9220;
  border-color: #fb9220;
}
.btn-danger {
  color: #fff;
  background-color: #e74847;
  border-color: #e74847;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #e22423;
  border-color: #d51d1c;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74847;
  border-color: #e74847;
}
.btn-success {
  color: #fff;
  background-color: #8dbe3f;
  border-color: #8dbe3f;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #769f35;
  border-color: #6b9030;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #8dbe3f;
  border-color: #8dbe3f;
}
.btn-info {
  color: #fff;
  background-color: #a44ec4;
  border-color: #a44ec4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #8f3aaf;
  border-color: #8335a0;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #a44ec4;
  border-color: #a44ec4;
}
.btn-link {
  color: #3f9dd3;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2573a1;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  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-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .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 .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.tabbable .nav.nav-tabs {
  background: #ededed;
  min-height: 40px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3f9dd3;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  font-weight: 300;
  font-size: 18px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
  line-height: 22px;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3f9dd3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  display: table;
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #3f9dd3;
  border-bottom-color: #3f9dd3;
}
.nav a:hover .caret {
  border-top-color: #2573a1;
  border-bottom-color: #2573a1;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid #1d1d1d;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-text {
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #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: #de1e1d;
}
.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: #e32927;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #de1e1d;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #de1e1d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
  }
  .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: #de1e1d;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3f9dd3;
  border-color: #3f9dd3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: 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[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #3f9dd3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2a82b5;
}
.label-success {
  background-color: #8dbe3f;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #719832;
}
.label-info {
  background-color: #a44ec4;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #8938a7;
}
.label-warning {
  background-color: #fb9220;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e47904;
}
.label-danger {
  background-color: #e74847;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #de1e1d;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3f9dd3;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 72px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #3f9dd3;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #3f9dd3;
  -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 .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #8dbe3f;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-info {
  background-color: #a44ec4;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-warning {
  background-color: #fb9220;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-bar-danger {
  background-color: #e74847;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3f9dd3;
  border-color: #3f9dd3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e5f2f9;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3f9dd3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3f9dd3;
  border-color: #3f9dd3;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3f9dd3;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3f9dd3;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  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: #999;
  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: #999;
  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: #999;
  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;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-control.left {
  background: url(../assets/img/short-left.png) no-repeat center -1px rgba(0,0,0,0.5);
}
.carousel-control.right {
  left: auto;
  right: 0px;
  background: url(../assets/img/short-right.png) no-repeat center -1px rgba(0,0,0,0.5);
}
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: .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%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  z-index: 15;
  margin-bottom: 25px;
  padding-left: 0;
  list-style: none;
  text-align: left;
}
.carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  text-indent: 9999px;
  border-radius: 50%;
  cursor: pointer;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
}
.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: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 0;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
#lang_sel_click {
  height: 32px;
  position: relative;
  z-index: 99;
  font-family: verdana, arial, sans-serif;
}
* html #lang_sel_click {
  width: 12em;
}
#lang_sel_click ul,
#lang_sel li {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
#lang_sel_click li:before {
  content: '' !important;
}
#lang_sel_click ul ul {
  width: 149px;
}
#lang_sel_click li {
  float: left;
  width: 149px;
  position: relative;
}
#lang_sel_click a,
#lang_sel_click a:visited {
  display: block;
  font-size: 11px;
  text-decoration: none !important;
  color: #444444;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding-left: 10px;
  line-height: 24px;
}
* html #lang_sel_click a,
* html #lang_sel_click a:visited {
  width: 149px;
}
#lang_sel_click ul ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 25px;
  left: 0;
  width: 149px;
  border-top: 1px solid #cdcdcd;
}
* html #lang_sel_click ul ul {
  top: 18px;
}
#lang_sel_click table {
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: collapse;
}
#lang_sel_click ul ul a,
#lang_sel_click ul ul a:visited {
  background: #ffffff;
  color: #444444;
  height: auto;
  line-height: 1em;
  padding: 5px 10px;
  border-width: 0 1px 1px 1px;
}
* html #lang_sel_click ul ul a,
* html #lang_sel_click ul ul a:visited {
  width: 150px;
}
#lang_sel_click a:hover,
#lang_sel_click ul ul a:hover {
  color: #000;
  background: #eee;
}
#lang_sel_click :hover > a,
#lang_sel_click ul ul :hover > a {
  color: #000;
  background: #eee;
}
#lang_sel_click a.lang_sel_sel {
  background: url(../assets/img/nav-arrow-down.png) #fff right no-repeat;
  color: #444;
}
#lang_sel_click a.lang_sel_sel:hover {
  text-decoration: none;
  color: #000;
}
#lang_sel_click img.iclflag {
  width: 18px;
  height: 12px;
  position: relative;
  top: 1px;
}
.sw-tab-content .nav-tabs li a {
  font-size: 16px;
}
.sw-tab-content .carousel-inner {
  margin-bottom: 10px;
}
.sw-tab-content .sw-pagination {
  text-align: center;
}
.sw-tab-content .sw-pagination-inner {
  display: inline-block;
  text-align: center;
}
.sw-tab-content .carousel-indicators {
  position: static;
  margin: 0 4px;
  float: left;
}
.sw-tab-content .carousel-indicators li {
  background-color: #C0C0C0;
  border-radius: 999px 999px 999px 999px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-indent: inherit;
  width: 20px;
  margin: 0 2px;
}
.sw-tab-content .sw-thumb img {
  width: 100%;
}
.sw-tab-content .sw-thumb .sw-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s linear 0.4s;
  -webkit-transition: all 0.6s linear 0.4s;
}
.sw-tab-content .sw-thumb .sw-mask .sw-mask-inner {
  position: absolute;
  top: 50%;
  left: 0;
  height: 70px;
  margin-top: -35px;
  right: 0;
}
.sw-tab-content .sw-thumb .sw-mask a.sw-icon {
  background: none repeat scroll 0 0 #333333;
  border-radius: 900px 900px 900px 900px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  line-height: 70px;
  margin: 0 10px;
  width: 70px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sw-tab-content-layout2 .span3 .sw-thumb .sw-mask .sw-mask-inner,
.sw-tab-content-layout2 .span2 .sw-thumb .sw-mask .sw-mask-inner {
  left: 10px;
  right: 10px;
  top: 50%;
  margin-top: -27px;
}
.sw-tab-content-layout2 .span3 .sw-thumb .sw-mask a,
.sw-tab-content-layout2 .span2 .sw-thumb .sw-mask a {
  margin: 0 5px;
}
.sw-tab-content-layout2 .span2 .sw-thumb .sw-mask .sw-mask-inner {
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
}
.sw-tab-content .span4 .sw-thumb .sw-mask a.sw-icon {
  height: 55px;
  line-height: 55px;
  width: 55px;
  font-size: 27px;
}
.sw-tab-content .span3 .sw-thumb .sw-mask a.sw-icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
  font-size: 28px;
}
.sw-tab-content .span2 .sw-thumb .sw-mask a.sw-icon {
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 22px;
}
.sw-tab-content .sw-thumb .sw-mask .sw-link {
  text-indent: -100px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.sw-tab-content .sw-thumb .sw-mask .sw-search {
  text-indent: 100px;
  transition: all 0.3s ease 0.1s;
  -webkit-transition: all 0.3s ease 0.1s;
}
.sw-tab-content .sw-thumb:hover .sw-mask {
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sw-tab-content .sw-thumb:hover .sw-mask a.sw-icon {
  text-indent: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s ease 0.1s;
  -webkit-transition: all 0.3s ease 0.1s;
}
.sw-tab-content .sw-thumb .sw-mask a.sw-search {
  transition: all 0.3s ease 0.2s;
  -webkit-transition: all 0.3s ease 0.2s;
}
.sw-tab-content .sw-content {
  overflow: hidden;
}
.sw-tab-content .sw-pagination .carousel-control {
  background: none repeat scroll 0 0 #C0C0C0;
  border-radius: 900px 900px 900px 900px;
  float: left;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  position: static;
  text-align: center;
  width: 20px;
  margin: 0;
  border: 0;
}
.sw-tab-content .sw-content .sw-title a {
  font-weight: normal;
}
.sw-tab-content .carousel-indicators li.active {
  background: #80b601;
}
.sw-tab-content-layout1 .item-content {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.sw-tab-content-layout1 .sw-thumb {
  float: left;
  width: 40%;
  margin-right: 20px;
  position: relative;
}
.rtl .sw-tab-content-layout1 .sw-thumb {
  float: right;
  margin: 0 0 0 20px;
}
.sw-tab-content-layout1 .sw-title h4 {
  margin: 0;
}
.sw-tab-content-layout1 .sw-title:hover {
  color: #80b601;
}
.sw-tab-content-layout1 .sw-meta {
  border-bottom: 1px dashed #c8c8c8;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #a8a8a8;
}
.sw-tab-content-layout1 .sw-meta .sw-category {
  display: inline;
  margin-left: 20px;
}
.sw-tab-content-layout1 .sw-desc {
  line-height: 25px;
}
.sw-tab-content-layout2 .item-content {
  position: relative;
  margin-bottom: 30px;
}
.sw-tab-content-layout2 .sw-thumb {
  position: relative;
}
.sw-tab-content-layout2 .sw-thumb .sw-mask .sw-mask-inner {
  top: 30px;
  bottom: 20px;
  left: 50px;
  right: 50px;
  height: auto;
  margin: 0;
}
.sw-tab-content-layout2 .sw-content {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.lt-ie9 .sw-tab-content-layout2 .sw-content {
  filter: Alpha(opacity=0);
}
.lt-ie9 .sw-tab-content-layout2 .sw-thumb:hover .sw-content {
  filter: Alpha(opacity=100);
}
.sw-tab-content-layout2 .sw-content a {
  color: #fff;
  font-weight: bold;
}
.sw-tab-content-layout2 .sw-title h4 {
  margin: 0;
}
.sw-tab-content-layout2 .sw-meta {
  border-bottom: 1px dashed #fff;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #fff;
}
.sw-tab-content-layout2 .sw-meta .sw-category {
  display: inline;
  margin-left: 20px;
}
.sw-tab-content-layout2 .sw-desc {
  line-height: 25px;
}
#loading {
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-image: url('../assets/captchaLoaderImage.gif');
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
}
.lt-ie9 #loading {
  background: #000;
  filter: Alpha(opacity=70);
}
.lt-ie9 #loading:after {
  background-image: url('../assets/captchaLoaderImage.gif');
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sw-tab-content-layout2 .sw-content {
    display: none;
  }
  .sw-tab-content-layout2 .span3 .sw-thumb .sw-mask .sw-mask-inner {
    top: 65px;
  }
  .sw-tab-content .span3 .sw-thumb .sw-mask a.sw-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .sw-tab-content .sw-thumb .sw-mask .sw-mask-inner {
    height: 50px;
    margin-top: -25px;
  }
  .sw-tab-content .sw-thumb .sw-mask a.sw-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .sw-tab-content-layout2 .item-content {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  .sw-tab-content-layout1 .sw-thumb {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .sw-tab-content-layout2 .sw-content {
    display: none;
  }
  .sw-tab-content ul.nav-tabs > li {
    float: none;
    margin-bottom: 1px;
    margin-right: 0;
  }
  .sw-tab-content ul.nav-tabs > li a {
    margin: 0;
  }
  .sw-tab-content .sw-content {
    clear: both;
  }
  .sw-tab-content .sw-thumb .sw-mask a.sw-icon {
    width: 50px;
    height: 50px;
    margin: 0;
    line-height: 50px;
    font-size: 25px;
  }
  .rtl .sw-tab-content-layout1 .sw-thumb {
    margin: 0 0 10px;
  }
}
body {
  background: #fff;
  color: #444;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
body a {
  color: #444444;
}
body a:hover {
  color: #ea3a3c;
  text-decoration: none;
}
body a:focus {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 10px;
  font-family: inherit;
}
body a {
  outline: medium none !important;
}
body input,
body textarea,
body button {
  outline: medium none !important;
  border: 1px solid #cecece;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 5px;
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
body ul {
  padding: 0;
}
body ul,
body ol {
  margin-left: 15px;
}
body ol {
  padding-left: 15px;
}
body .container {
  padding: 0;
}
.theme-clearfix:after {
  height: 0;
  clear: both;
  content: " ";
  font-size: 0;
  min-height: 0;
  display: block;
  visibility: hidden;
}
.thumbnail {
  max-width: 100%;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.rtl .alignleft {
  float: right;
  margin: 0 0 30px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.rtl .alignright {
  float: left;
  margin: 0 15px 30px 0;
}
.alignnone {
  float: none;
  clear: both;
  display: block;
  margin: 0 0 30px 0;
}
p .size-full {
  width: auto;
  height: auto;
  margin: 5px 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
.rtl p .alignleft {
  float: right;
  margin: 5px 0 30px 15px;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
}
.rtl p .alignright {
  float: left;
  margin: 5px 15px 30px 0;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
figure .size-full {
  margin: 0;
}
.home.blog .main-menu {
  margin-bottom: 20px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.menu,
.dropdown ul {
  list-style: none;
}
.dropdown-backdrop {
  display: none;
}
.dropdown-menu {
  font-size: 12px;
}
.primary-menu {
  position: relative;
  background: #444;
}
.header-style4 .primary-menu {
  background: #eee;
}
.header-style5 .primary-menu {
  background: #ea3a3c;
}
.primary-menu ul {
  margin: 0;
}
.primary-menu ul li {
  list-style: none;
}
.primary-menu ul li.menu-clear {
  clear: both;
}
.primary-menu .navbar-inner {
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  filter: none;
}
.primary-menu .navbar-inner .nav > li {
  float: left;
  height: 40px;
  z-index: 9;
}
.rtl .primary-menu .navbar-inner .nav > li {
  float: right;
}
.primary-menu .navbar-inner .nav > li > a {
  text-transform: uppercase;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: 700;
  color: #fff;
  padding: 0px 15px;
  display: block;
  line-height: 40px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.primary-menu .navbar-inner .nav > li > a:before {
  background-color: #666;
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.header-style4 .primary-menu .navbar-inner .nav > li > a:before {
  background-color: #444;
}
.header-style5 .primary-menu .navbar-inner .nav > li > a:before {
  background-color: #e82325;
}
.primary-menu .navbar-inner .nav > li > a >span {
  display: inline-block;
  z-index: 9;
  position: relative;
}
.box-layout .primary-menu .navbar-inner .nav > li > a {
  border-left: 0;
}
.rtl .box-layout .primary-menu .navbar-inner .nav > li > a {
  border-left: 1px solid #555;
  border-right: 0;
}
.header-style5 .primary-menu .navbar-inner .nav > li > a {
  border: none;
}
.primary-menu .navbar-inner .nav > li +li > a {
  border-left: 0;
}
.primary-menu .navbar-inner .nav > li.active > a:after,
.primary-menu .navbar-inner .nav > li.active > a,
.primary-menu .navbar-inner .nav > li.open > a,
.primary-menu .navbar-inner .nav > li.open.active > a,
.primary-menu .navbar-inner .nav > li.hover > a {
  color: #fff;
  background: #666;
}
.header-style4 .primary-menu .navbar-inner .nav > li.active > a:after,
.header-style4 .primary-menu .navbar-inner .nav > li.active > a,
.header-style4 .primary-menu .navbar-inner .nav > li.open > a,
.header-style4 .primary-menu .navbar-inner .nav > li.open.active > a,
.header-style4 .primary-menu .navbar-inner .nav > li.hover > a {
  background: #444;
  color: #fff;
}
.header-style5 .primary-menu .navbar-inner .nav > li.active > a:after,
.header-style5 .primary-menu .navbar-inner .nav > li.active > a,
.header-style5 .primary-menu .navbar-inner .nav > li.open > a,
.header-style5 .primary-menu .navbar-inner .nav > li.open.active > a,
.header-style5 .primary-menu .navbar-inner .nav > li.hover > a {
  background: #e82325;
}
.primary-menu .navbar-inner .nav > li.dropdown:hover >a:after,
.primary-menu .navbar-inner .nav > li:hover > a {
  color: #fff;
}
.primary-menu .navbar-inner .nav > li:hover > a:before {
  width: 100%;
}
.header-style4 .primary-menu .navbar-inner .nav > li:hover > a:before {
  -webkit-transition: none;
  transition: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.header-style5 .primary-menu .navbar-inner .nav > li:hover > a:before {
  -webkit-transition: none;
  transition: none;
}
.primary-menu .navbar-inner .nav > li .dropdown-menu:before,
.primary-menu .navbar-inner .nav > li .dropdown-menu:after {
  display: none;
}
.primary-menu .navbar-inner .nav > li .item-icon {
  display: inline-block;
  height: 21px;
  position: absolute;
  top: -16px;
  left: 15px;
  width: 50px;
  z-index: 69;
}
.header-style4 .primary-menu .navbar-inner .nav > li {
  height: 28px;
  margin-right: 1px;
}
.header-style4 .primary-menu .navbar-inner .nav > li > a {
  font-weight: normal;
  line-height: 28px;
  height: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #666;
}
.header-style5 .primary-menu .navbar-inner .nav > li {
  margin-right: 1px;
}
.primary-menu .navbar-inner .nav.nav-mega {
  position: relative;
  z-index: 999;
}
.primary-menu .navbar-inner .nav.nav-mega > li > .dropdown-menu.nav-level1 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #ea3a3c;
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  min-width: 180px;
}
.primary-menu .navbar-inner .nav.nav-mega > li > .dropdown-menu.nav-level1:before {
  content: "";
  display: block;
  background: transparent;
  height: 10px;
  position: absolute;
  top: -3px;
  width: 100%;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li {
  line-height: 30px;
  list-style: none;
  position: relative;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li +li {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px 0 0;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li a {
  display: block;
  color: #444;
  line-height: 25px;
  padding: 7px 10px 7px 15px;
  position: relative;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li.dropdown-submenu:hover > a:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 100%;
  top: 50%;
  font-size: 16px;
  height: 20px;
  margin-top: -10px;
  color: #fff;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub {
  position: absolute;
  left: 104%;
  top: -1px;
  margin: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  list-style: none;
  background: #fff;
  min-width: 180px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #ea3a3c;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub > li +li {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px 0 0;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub > li a:hover {
  color: #ea3a3c;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub > li a:hover:before {
  background-color: #ea3a3c;
}
.rtl .primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub {
  left: auto;
  right: 104%;
}
.rtl .primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub:before {
  background: none;
  width: 0px;
}
.rtl .primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub:after {
  background-color: transparent;
  content: " ";
  height: 100%;
  right: -20px;
  position: absolute;
  top: 0;
  width: 20px;
  display: block;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub:before {
  background-color: transparent;
  content: " ";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
  display: block;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li:hover > a,
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li.active > a {
  color: #ea3a3c;
  background: #fff;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li:hover > a:before,
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li.active > a:before {
  background: #ea3a3c;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-custom > .dropdown-menu > li:hover > .dropdown-sub {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu {
  position: relative;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu {
  padding: 0;
  margin: 0;
  float: left;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  list-style: none;
  z-index: 99999 !important;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li {
  min-width: 150px;
  margin: 30px 15px;
  vertical-align: top;
  border-right: 1px solid #ddd;
  display: inline-block;
  float: left;
  box-sizing: content-box;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li:first-child {
  margin-left: 30px;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li:last-child {
  border-right: 0;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li > a,
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li > span.have-title {
  padding: 0;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li > a:hover,
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li > span.have-title:hover {
  background: none;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li > .dropdown-sub.nav-level2 > li > a {
  display: block;
  padding: 6px 0;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li > .dropdown-sub.nav-level2 > li > a:hover {
  color: #ea3a3c;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li > .dropdown-sub.nav-level2 > li:last-child > a {
  padding-bottom: 0;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li.col-1 {
  min-width: 150px;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li.col-2 {
  min-width: 300px;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li.col-3 {
  min-width: 450px;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li.col-4 {
  min-width: 600px;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li.col-5 {
  min-width: 750px;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu > li.col-6 {
  min-width: 900px;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu.two-column {
  min-width: 378px;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu.two-column > li:nth-child(2n+1) {
  clear: both;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu.three-column {
  min-width: 604px;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu.three-column > li:nth-child(3n) {
  border-right: none;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu.three-column > li:nth-child(3n+1) {
  clear: both;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu.four-column > li:nth-child(4n+1) {
  clear: both;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu.five-column > li:nth-child(5n+1) {
  clear: both;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-mega-menu > .dropdown-menu.six-column > li:nth-child(6n+1) {
  clear: both;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-img > a {
  display: block;
  position: relative;
}
.primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-img > a span.menu-img {
  position: absolute;
  top: -130%;
  left: 5px;
}
.header-style2 .primary-menu .navbar-inner .nav.nav-mega > li.ya-menu-img > a span.menu-img {
  top: -23px;
}
.primary-menu .navbar-inner .nav.nav-css > li >a {
  display: block;
  position: relative;
}
.primary-menu .navbar-inner .nav.nav-css > li >a span.menu-img {
  position: absolute;
  top: -21px;
  right: 0;
}
.header-style2 .primary-menu .navbar-inner .nav.nav-css > li >a span.menu-img {
  top: 0;
}
.primary-menu .navbar-inner .nav.nav-css > li .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 180px;
}
.primary-menu .navbar-inner .nav.nav-css > li ul > li {
  line-height: 30px;
  list-style: none;
  position: relative;
}
.primary-menu .navbar-inner .nav.nav-css > li ul > li +li {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px 0 0;
}
.primary-menu .navbar-inner .nav.nav-css > li ul > li a {
  display: block;
  color: #444;
  line-height: 25px;
  padding: 7px 10px 7px 15px;
  position: relative;
}
.primary-menu .navbar-inner .nav.nav-css > li ul > li a:before {
  content: "";
  background: #777777;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.primary-menu .navbar-inner .nav.nav-css > li ul > li.dropdown-submenu:hover > a:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 100%;
  top: 50%;
  font-size: 16px;
  height: 20px;
  margin-top: -10px;
  color: #fff;
}
.primary-menu .navbar-inner .nav.nav-css > li ul > li .dropdown-menu {
  position: absolute;
  left: 104%;
  top: -1px;
  margin: 0;
}
.rtl .primary-menu .navbar-inner .nav.nav-css > li ul > li .dropdown-menu {
  left: auto;
  right: 104%;
}
.rtl .primary-menu .navbar-inner .nav.nav-css > li ul > li .dropdown-menu:before {
  background: none;
  width: 0px;
}
.rtl .primary-menu .navbar-inner .nav.nav-css > li ul > li .dropdown-menu:after {
  background-color: transparent;
  content: " ";
  height: 100%;
  right: -20px;
  position: absolute;
  top: 0;
  width: 20px;
  display: block;
}
.primary-menu .navbar-inner .nav.nav-css > li ul > li .dropdown-menu:before {
  background-color: transparent;
  content: " ";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
  display: block;
}
.primary-menu .navbar-inner .nav.nav-css > li ul > li:hover > a,
.primary-menu .navbar-inner .nav.nav-css > li ul > li.active > a {
  color: #ea3a3c;
  background: #fff;
}
.primary-menu .navbar-inner .nav.nav-css > li ul > li:hover > a:before,
.primary-menu .navbar-inner .nav.nav-css > li ul > li.active > a:before {
  background: #ea3a3c;
}
.primary-menu .navbar-inner .nav.nav-css > li ul > li:hover > .dropdown-menu {
  display: block;
}
.primary-menu .navbar-inner .nav.nav-css >li:hover > .dropdown-menu {
  display: block;
}
.primary-menu .navbar-inner .nav.nav-css > li.open > .dropdown-menu {
  display: block;
}
.header-style3 .primary-menu {
  display: inline-block;
  width: 100%;
  background-color: #323a45;
  margin-top: -26px;
  border-radius: 5px;
}
.header-style3 .primary-menu .navbar-inner .nav > li {
  height: 50px;
}
.header-style3 .primary-menu .navbar-inner .nav > li:first-child > a,
.header-style3 .primary-menu .navbar-inner .nav > li:first-child:hover > a:before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: none !important;
}
.header-style3 .primary-menu .navbar-inner .nav > li:hover > a:before {
  background-color: #474e58 !important;
}
.header-style3 .primary-menu .navbar-inner .nav > li > a {
  height: 50px;
  line-height: 50px;
  border-right: none;
}
.header-style3 .primary-menu .navbar-inner .nav > li.active > a {
  background-color: #474e58;
}
.header-style3 .primary-menu .navbar-inner .nav > li .item-icon {
  display: none;
}
.vertical_megamenu .nav.vertical-megamenu > li {
  display: block;
  float: none;
  line-height: normal;
}
.sidebar .vertical_megamenu .nav.vertical-megamenu > li {
  line-height: normal;
  list-style: none;
}
.sidebar .vertical_megamenu .nav.vertical-megamenu > li > a {
  display: block !important;
  color: #a8a8a8;
  padding: 12px 15px;
}
.sidebar .vertical_megamenu .nav.vertical-megamenu > li > a:hover {
  background: #383838;
  color: #a8a8a8;
}
.vertical_megamenu .nav.vertical-megamenu > li > a {
  display: block;
  padding: 10.5px 15px;
  position: relative;
  color: #444;
  text-transform: uppercase;
}
.vertical_megamenu .nav.vertical-megamenu > li > a:hover {
  color: #ea3a3c;
  font-weight: 700;
}
.vertical_megamenu .nav.vertical-megamenu > li > a .menu-img {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 9px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-img >a {
  padding: 12px 15px 12px 50px;
}
.vertical_megamenu .nav.vertical-megamenu > li.active > a,
.vertical_megamenu .nav.vertical-megamenu > li.open > a {
  background: none;
  color: #a8a8a8;
}
.vertical_megamenu .nav.vertical-megamenu > li.dropdown > a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
}
.vertical_megamenu .nav.vertical-megamenu > li > .dropdown-menu {
  display: block;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  left: 100%;
  top: 0;
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.vertical_megamenu .nav.vertical-megamenu > li > .dropdown-menu:before {
  content: "";
  background: transparent;
  position: absolute;
  top: -1px;
  bottom: 0;
  width: 15px;
  left: -15px;
}
.vertical_megamenu .nav.vertical-megamenu > li > .dropdown-menu .dropdown-submenu {
  min-width: 150px;
  padding: 20px;
}
.vertical_megamenu .nav.vertical-megamenu > li.open > .dropdown-menu,
.vertical_megamenu .nav.vertical-megamenu > li:hover > .dropdown-menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li {
  line-height: 30px;
  list-style: none;
  position: relative;
  padding: 0;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li +li {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px 0 0;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li a {
  display: block;
  color: #444;
  line-height: 25px;
  padding: 7px 10px 7px 15px;
  position: relative;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li a:before {
  content: "";
  background: #777777;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li.dropdown-submenu:hover > a:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 100%;
  top: 50%;
  font-size: 16px;
  height: 20px;
  margin-top: -10px;
  color: #fff;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub {
  position: absolute;
  left: 104%;
  top: -1px;
  margin: 0;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  list-style: none;
  background: #fff;
  min-width: 180px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #ea3a3c;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub > li +li {
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px 0 0;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub > li a:hover {
  color: #ea3a3c;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub > li a:hover:before {
  background-color: #ea3a3c;
}
.rtl .vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub {
  left: auto;
  right: 104%;
}
.rtl .vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub:before {
  background: none;
  width: 0px;
}
.rtl .vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub:after {
  background-color: transparent;
  content: " ";
  height: 100%;
  right: -20px;
  position: absolute;
  top: 0;
  width: 20px;
  display: block;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li .dropdown-sub:before {
  background-color: transparent;
  content: " ";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
  display: block;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li:hover > a,
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li.active > a {
  color: #ea3a3c;
  background: #fff;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li:hover > a:before,
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li.active > a:before {
  background: #ea3a3c;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-menu-custom > .dropdown-menu > li:hover > .dropdown-sub {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu.three-column {
  padding: 20px 0;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu > .dropdown-submenu {
  min-width: 150px;
  float: left;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu > .dropdown-submenu.two-column {
  width: 33.333333%;
  max-width: 102px;
  min-width: 0;
  padding: 25px 0px 10px 25px;
  margin-right: 7px;
  background-color: #eeeeee;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu > .dropdown-submenu > a,
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu > .dropdown-submenu > span.have-title {
  padding: 0;
  margin-bottom: 8px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu > .dropdown-submenu > a:hover,
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu > .dropdown-submenu > span.have-title:hover {
  background: none;
  color: #444;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu > .dropdown-submenu .dropdown-sub > li > a {
  text-transform: uppercase;
  padding: 5px 0px;
  line-height: 29px;
  font-weight: 400;
}
.header-style4 .vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu > .dropdown-submenu .dropdown-sub > li > a {
  color: #444;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu > .dropdown-submenu .dropdown-sub > li > a:hover {
  color: #ea3a3c !important;
  background: none !important;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu > .dropdown-submenu.three-column {
  padding: 0px 5px 0px 25px;
  border-right: 1px solid #ddd;
  width: 29%;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column {
  width: 79% !important;
  padding: 25px 0px 0px 0px;
  float: left;
  display: inline-block;
  font-weight: 700;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column.menu-featured-products .have-title {
  padding-left: 23px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column.menu-featured-products .woocommerce.columns-2 .products-loop.products-loop {
  margin-left: 0;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column.menu-featured-products .woocommerce.columns-2 .products-loop.products-loop li {
  width: 45%;
  float: left;
  vertical-align: top;
  margin: 8px 0 0px 8px;
  position: relative;
  border-right: 1px solid #eee;
  padding-right: 25px;
  border-right: 1px solid #ddd;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column.menu-featured-products .woocommerce.columns-2 .products-loop.products-loop li .products-entry {
  margin-bottom: 0;
  border: 0;
  min-height: initial;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column.menu-featured-products .woocommerce.columns-2 .products-loop.products-loop li .products-entry .products-thumb {
  margin-bottom: 10px;
  border: 0;
  width: 100%;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column.menu-featured-products .woocommerce.columns-2 .products-loop.products-loop li .products-entry .products-content {
  margin-left: 0;
  margin-right: 0;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column.menu-featured-products .woocommerce.columns-2 .products-loop.products-loop li .products-entry .products-content a:hover {
  background: none !important;
  color: #ea3a3c !important;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column.menu-featured-products .woocommerce.columns-2 .products-loop.products-loop li .products-entry .products-content h3 a {
  font-size: 18px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column.menu-featured-products .woocommerce.columns-2 .products-loop.products-loop li .products-entry .products-content .desc {
  display: none;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column.menu-featured-products .woocommerce.columns-2 .products-loop.products-loop li .item-bottom {
  display: none;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .two-column.menu-featured-products .woocommerce.columns-2 .products-loop.products-loop li:last-child {
  border-right: none;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .three-column.menu-product {
  min-width: 208px;
  width: 40%;
  float: left;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .three-column .item-bottom {
  display: none;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .three-column .woocommerce {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .three-column .woocommerce .products-loop.products-loop li {
  width: 100%;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .three-column .woocommerce .products-loop.products-loop li .products-entry {
  margin-bottom: 0;
  border: 0;
  min-height: initial;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .three-column .woocommerce .products-loop.products-loop li .products-entry .products-thumb {
  width: 160px;
  border: 0;
  margin-bottom: 10px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .three-column .woocommerce .products-loop.products-loop li .products-entry .products-content {
  margin-left: 0;
  margin-right: 0;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .three-column .woocommerce .products-loop.products-loop li .products-entry .products-content .desc {
  display: none;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu > .dropdown-menu .three-column .woocommerce .products-loop.products-loop li .products-entry .products-content a:hover {
  background: none !important;
  color: #ea3a3c !important;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .one-column {
  min-width: 160px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .two-column {
  width: 540px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .two-column > li:nth-child(2n+1) {
  clear: both;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .three-column {
  min-width: 510px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .three-column .woocommerce {
  padding-top: 10px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .three-column .woocommerce .products-grid li {
  margin-bottom: 0px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .three-column > li:nth-child(3n+1) {
  clear: both;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .four-column {
  min-width: 640px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .four-column > li:nth-child(4n+1) {
  clear: both;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .five-column {
  min-width: 800px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .five-column > li:nth-child(5n+1) {
  clear: both;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .six-column {
  min-width: 960px;
}
.vertical_megamenu .nav.vertical-megamenu > li.ya-mega-menu .six-column > li:nth-child(6n+1) {
  clear: both;
}
.block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.block-popup-login form.login,
.block-popup-login form.register {
  border: 0px;
  padding: 0px;
  margin: 0;
  text-align: left;
  border-radius: 0px;
}
.block-popup-login .tt_popup_login {
  height: 36px;
  border-bottom: 3px solid #ea3a3c;
  background-color: #242424;
  margin: 0 -20px;
}
.block-popup-login .tt_popup_login strong {
  line-height: 37px;
  display: inline-block;
  padding-left: 55px;
  text-transform: uppercase;
  font-size: 133.33%;
  color: #fff;
  background-image: url(../assets/img/icon-login-popup.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
  padding-right: 10px;
  top: -4px;
  background-color: #ea3a3c;
}
.block-popup-login .tt_popup_login strong:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 37px solid #ea3a3c;
}
.block-popup-login .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}
.block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
.block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d0d0d0;
}
.block-popup-login .block-content .col-reg.registered-account .btn-submit-login {
  background-repeat: no-repeat;
  background-position: 25px center;
  padding: 0 25px 0px 48px;
  height: 42px;
  font-size: 116.67%;
  font-weight: bold;
  background-image: url(../assets/img/icon-btn-login.png);
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #666666;
  border: none;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.block-popup-login .block-content .col-reg.registered-account .btn-submit-login:hover {
  background-color: #ea3a3c;
}
.block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
  color: #444;
}
.block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 116.67%;
  font-weight: bold;
  margin-bottom: 25px;
}
.block-popup-login .block-content .note-reg {
  margin: 10px 0px;
  font-style: italic;
}
.block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  font-style: italic;
  position: relative;
  border-left: none;
}
.block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
.block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 42px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 116.67%;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #ea3a3c;
}
.block-popup-login .email-input {
  position: relative;
}
.block-popup-login .email-input:before {
  background: url(../assets/img/icon-username.png) no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.block-popup-login .pass-input {
  position: relative;
}
.block-popup-login .pass-input:before {
  background: url(../assets/img/icon-pass.png) no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px;
  font-size: 108.33%;
  border: 1px solid #cecece;
}
.block-popup-login .ft-link-p {
  margin-bottom: 19px;
}
.block-popup-login .ft-link-p a {
  color: #444;
}
.close-login {
  display: inline-block;
  background: url(../assets/img/btn-close-login.png) no-repeat top left;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  right: 10px;
  top: 3px;
  position: absolute;
  opacity: 1;
}
.header-style3 #header,
.header-style4 #header,
.header-style5 #header {
  background: #eee;
}
.header-style3 #header {
  margin-bottom: 25px;
}
#header .header-msg {
  max-height: 36px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 24px;
}
.header-style3 #header .header-msg {
  background-color: #ea3a3c;
}
.header-style3 #header .header-msg a {
  color: #fff;
}
.header-style3 #header .header-msg .sidebar-top .widget .currency_w,
.header-style3 #header .header-msg .sidebar-top .widget #lang_sel ul li,
.header-style3 #header .header-msg .sidebar-top .widget ul.menu > li,
.header-style3 #header .header-msg .sidebar-top .widget ul.menu > li:first-child,
.header-style3 #header .header-msg .sidebar-top .widget .top-login .div-logined {
  border-left: none;
  border-right: none;
}
.header-style3 #header .header-msg .sidebar-top .widget .currency_w:hover,
.header-style3 #header .header-msg .sidebar-top .widget #lang_sel ul li:hover,
.header-style3 #header .header-msg .sidebar-top .widget ul.menu > li:hover,
.header-style3 #header .header-msg .sidebar-top .widget ul.menu > li:first-child:hover,
.header-style3 #header .header-msg .sidebar-top .widget .top-login .div-logined:hover {
  background-color: #da1719;
}
.header-style4 #header .header-msg .sidebar-top .widget .top-login {
  display: none;
}
.header-style4 #header .header-msg,
.header-style5 #header .header-msg {
  background-color: #dddddd;
}
.header-style4 #header .header-msg .sidebar-top .widget .top-login li:hover,
.header-style4 #header .header-msg .sidebar-top .widget ul.menu > li:hover,
.header-style4 #header .header-msg .sidebar-top .widget #lang_sel ul li:hover,
.header-style4 #header .header-msg .sidebar-top .widget .currency_w > li:hover,
.header-style5 #header .header-msg .sidebar-top .widget .top-login li:hover,
.header-style5 #header .header-msg .sidebar-top .widget ul.menu > li:hover,
.header-style5 #header .header-msg .sidebar-top .widget #lang_sel ul li:hover,
.header-style5 #header .header-msg .sidebar-top .widget .currency_w > li:hover {
  background: #fff;
}
.header-style4 #header .header-msg .sidebar-top .widget .top-login li:hover a,
.header-style4 #header .header-msg .sidebar-top .widget ul.menu > li:hover a,
.header-style4 #header .header-msg .sidebar-top .widget #lang_sel ul li:hover a,
.header-style4 #header .header-msg .sidebar-top .widget .currency_w > li:hover a,
.header-style5 #header .header-msg .sidebar-top .widget .top-login li:hover a,
.header-style5 #header .header-msg .sidebar-top .widget ul.menu > li:hover a,
.header-style5 #header .header-msg .sidebar-top .widget #lang_sel ul li:hover a,
.header-style5 #header .header-msg .sidebar-top .widget .currency_w > li:hover a {
  color: #ea3a3c;
}
.header-style4 #header .header-msg .sidebar-top .widget #lang_sel ul li > ul li a,
.header-style4 #header .header-msg .sidebar-top .widget ul.menu > li > ul li a,
.header-style4 #header .header-msg .sidebar-top .widget .currency_w > li > ul li a,
.header-style5 #header .header-msg .sidebar-top .widget #lang_sel ul li > ul li a,
.header-style5 #header .header-msg .sidebar-top .widget ul.menu > li > ul li a,
.header-style5 #header .header-msg .sidebar-top .widget .currency_w > li > ul li a {
  color: #444 !important;
}
.header-style4 #header .header-msg .sidebar-top .widget #lang_sel ul li > ul li:hover,
.header-style4 #header .header-msg .sidebar-top .widget ul.menu > li > ul li:hover,
.header-style4 #header .header-msg .sidebar-top .widget .currency_w > li > ul li:hover,
.header-style5 #header .header-msg .sidebar-top .widget #lang_sel ul li > ul li:hover,
.header-style5 #header .header-msg .sidebar-top .widget ul.menu > li > ul li:hover,
.header-style5 #header .header-msg .sidebar-top .widget .currency_w > li > ul li:hover {
  background: #ea3a3c;
}
.header-style4 #header .header-msg .sidebar-top .widget #lang_sel ul li > ul li:hover a,
.header-style4 #header .header-msg .sidebar-top .widget ul.menu > li > ul li:hover a,
.header-style4 #header .header-msg .sidebar-top .widget .currency_w > li > ul li:hover a,
.header-style5 #header .header-msg .sidebar-top .widget #lang_sel ul li > ul li:hover a,
.header-style5 #header .header-msg .sidebar-top .widget ul.menu > li > ul li:hover a,
.header-style5 #header .header-msg .sidebar-top .widget .currency_w > li > ul li:hover a {
  color: #fff !important;
}
.header-style5 #header .header-msg .sidebar-top .widget .top-login li:hover,
.header-style5 #header .header-msg .sidebar-top .widget ul.menu > li:hover,
.header-style5 #header .header-msg .sidebar-top .widget #lang_sel ul li:hover,
.header-style5 #header .header-msg .sidebar-top .widget .currency_w > li:hover {
  background: #fff;
}
#header .header-msg .sidebar-top .widget {
  float: right;
}
#header .header-msg .sidebar-top .widget.ya_posts {
  float: left;
  width: 48%;
}
#header .header-msg .sidebar-top .widget.ya_posts .label-offer-slider {
  background-color: #e67e22;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  padding: 2px 10px;
  display: inline-block;
}
#header .header-msg .sidebar-top .widget.ya_posts .carousel {
  display: inline-block;
  margin-top: 7px;
}
#header .header-msg .sidebar-top .widget .top-login li {
  border-left: 1px solid #ddd;
  float: left;
}
.header-style3 #header .header-msg .sidebar-top .widget .top-login li {
  border: 0;
}
#header .header-msg .sidebar-top .widget .top-login li > a {
  line-height: 35px;
  padding: 0 13px;
  display: block;
  cursor: pointer;
}
#header .header-msg .sidebar-top .widget .top-login li > a:before {
  content: "\f023";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
#header .header-msg .sidebar-top .widget .top-login .div-logined {
  line-height: 35px;
  padding: 0 13px;
  display: block;
  cursor: pointer;
  border-left: 1px solid #ddd;
}
.header-style4 #header .header-msg .sidebar-top .widget .top-login .div-logined {
  display: none;
}
#header .header-msg .sidebar-top .widget .top-login .block-popup-login .block-content .list-log li {
  border-left: none;
}
#header .header-msg .sidebar-top .widget ul.menu {
  margin: 0;
  line-height: 36px;
}
#header .header-msg .sidebar-top .widget ul.menu > li {
  float: left;
  position: relative;
  border-right: 1px solid #ddd;
}
#header .header-msg .sidebar-top .widget ul.menu > li:first-child {
  border-left: 1px solid #ddd;
}
#header .header-msg .sidebar-top .widget ul.menu > li:hover > ul.dropdown-menu {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#header .header-msg .sidebar-top .widget ul.menu > li > a {
  padding: 0 13px;
  border: 0;
  display: initial !important;
}
#header .header-msg .sidebar-top .widget ul.menu > li > a:after {
  content: "\f107";
  margin-left: 5px;
  font-family: FontAwesome;
  display: inline-block;
}
#header .header-msg .sidebar-top .widget ul.menu > li > ul.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 120px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 172px;
  position: absolute;
  left: -1px;
  top: 35px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 8888;
  margin: 0;
}
#header .header-msg .sidebar-top .widget ul.menu > li > ul.dropdown-menu li a {
  display: block;
  padding: 8px 10px 8px 15px;
  border-bottom: none;
  line-height: 20px;
  color: #444;
}
#header .header-msg .sidebar-top .widget ul.menu > li > ul.dropdown-menu li a:hover {
  color: #fff;
  background-color: #ea3a3c;
}
#header .header-msg .sidebar-top .widget #lang_sel {
  line-height: 36px;
}
#header .header-msg .sidebar-top .widget #lang_sel a,
#header .header-msg .sidebar-top .widget #lang_sel a:visited {
  border: 0 none;
  padding: 0;
}
#header .header-msg .sidebar-top .widget #lang_sel a.lang_sel_sel:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 12px;
}
#header .header-msg .sidebar-top .widget #lang_sel img.iclflag {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
}
#header .header-msg .sidebar-top .widget #lang_sel ul {
  display: inline-block;
  list-style: none;
}
#header .header-msg .sidebar-top .widget #lang_sel ul li {
  float: right;
  position: relative;
  width: 100px;
  border-right: 1px solid #ddd;
  line-height: 36px;
}
#header .header-msg .sidebar-top .widget #lang_sel ul li a {
  background-color: transparent;
  color: #444;
  padding: 0 13px;
}
.header-style3 #header .header-msg .sidebar-top .widget #lang_sel ul li a {
  color: #fff;
}
#header .header-msg .sidebar-top .widget #lang_sel ul li a span {
  display: inline-block;
}
#header .header-msg .sidebar-top .widget #lang_sel ul li ul {
  border: 0px;
  right: 0;
  left: 0;
  z-index: 9999;
  top: 35px;
  position: absolute;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}
#header .header-msg .sidebar-top .widget #lang_sel ul li ul li {
  background: #fff;
  border-right: none;
}
#header .header-msg .sidebar-top .widget #lang_sel ul li ul li a {
  color: #444 !important;
  display: block;
  height: auto;
}
#header .header-msg .sidebar-top .widget #lang_sel ul li ul li:hover {
  background: #ea3a3c;
}
#header .header-msg .sidebar-top .widget #lang_sel ul li ul li:hover a {
  color: #fff !important;
}
#header .header-msg .sidebar-top .widget .currency_w {
  border-right: 1px solid #ddd;
}
#header .header-msg .sidebar-top .widget .currency_w > li {
  position: relative;
}
#header .header-msg .sidebar-top .widget .currency_w > li > a {
  display: block;
  margin-bottom: 13px;
  line-height: 36px;
  color: #666;
  padding: 0 13px;
}
.header-style3 #header .header-msg .sidebar-top .widget .currency_w > li > a {
  color: #fff;
}
.header-style3 #header .header-msg .sidebar-top .widget .currency_w > li > a:after {
  color: #fff;
}
#header .header-msg .sidebar-top .widget .currency_w > li > a:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  color: #666;
}
#header .header-msg .sidebar-top .widget .currency_w > li .currency_switcher {
  border: 0px;
  display: none;
  position: absolute;
  background: none repeat scroll 0 0 #fff;
  left: 0px;
  right: 0px;
  top: 35px;
  -webkit-box-shadow: 0 2px 3px #999;
  box-shadow: 0 2px 3px #999;
}
#header .header-msg .sidebar-top .widget .currency_w > li .currency_switcher li {
  width: 100%;
  margin: 0;
}
#header .header-msg .sidebar-top .widget .currency_w > li .currency_switcher li:hover {
  background: #ea3a3c;
}
#header .header-msg .sidebar-top .widget .currency_w > li .currency_switcher li:hover a {
  color: #fff;
}
#header .header-msg .sidebar-top .widget .currency_w > li .currency_switcher li a {
  background: none;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  color: #666;
  display: block;
  padding: 8px 10px 8px 15px;
  border-bottom: none;
  line-height: 20px;
}
#header .header-msg .sidebar-top .widget .currency_w > li:hover .currency_switcher {
  display: block;
  z-index: 9999;
  height: auto;
}
#header .yt-header-middle {
  padding: 8px 0 24px 0;
}
#header .top-header {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 24px;
  z-index: 1;
}
.header-style3 #header .top-header {
  margin-bottom: 0;
  padding: 0px 0 47px;
  z-index: 69;
}
#header .top-header .ya-logo {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
#header .top-header .ya-logo a img {
  display: inline-block;
}
.header-style2 #header .top-header .ya-logo,
.header-style3 #header .top-header .ya-logo,
.header-style5 #header .top-header .ya-logo {
  position: relative;
}
#header .top-header .sidebar-top-header {
  position: relative;
  z-index: 2000;
}
#header .top-header .sidebar-top-header .top-search {
  border: 1px solid #ddd;
  display: inline-block;
  position: relative;
}
#header .top-header .sidebar-top-header .top-search form {
  margin-bottom: 0;
}
#header .top-header .sidebar-top-header .top-search .cat-wrapper {
  width: 120px;
  float: left;
  position: relative;
}
#header .top-header .sidebar-top-header .top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-right: 1px solid #eee;
  padding: 5px;
  height: 37px;
}
#header .top-header .sidebar-top-header .top-search .cat-wrapper select:focus {
  outline: none;
}
#header .top-header .sidebar-top-header .top-search input {
  border: none;
  line-height: 35px;
  margin-bottom: 0;
  padding-left: 5px;
  height: 35px;
  width: 235px;
}
#header .top-header .sidebar-top-header .top-search .button-search-pro {
  font-size: 16px;
  color: #ea3a3c;
  background: none;
  border: none;
  font-family: FontAwesome !important;
  margin: 10px;
  position: absolute;
  right: -5px;
  top: 0;
}
.header-style2 #header .top-header .sidebar-top-header .top-search {
  width: 50%;
  margin: 0px 0 1px 15.9%;
}
.header-style2 #header .top-header .sidebar-top-header .top-search input {
  width: 71%;
  height: 35px;
}
.box-layout .header-style2 #header .top-header .sidebar-top-header .top-search input {
  width: 70%;
}
#header .top-header .sidebar-top-header .box-contact-email-phone {
  background: url(../assets/img/hot-line-icon.png) no-repeat left center;
  padding-left: 48px;
  float: right;
}
#header .top-header .sidebar-top-header .box-contact-email-phone h2 {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 100%;
}
#header .top-header .sidebar-top-header .box-contact-email-phone a {
  color: #000;
}
.header-style5 #header .top-header .sidebar-top-header .box-contact-email-phone {
  margin-top: 5px;
  margin-right: 20px;
}
.rtl .header-style5 #header .top-header .sidebar-top-header .box-contact-email-phone {
  margin-left: 20px;
  margin-right: 0px;
}
.header-style5 #header .top-header .top-form-minicart {
  background-image: linear-gradient(#fe2254,#e81f4d);
  background: #fe2254;
  background: linear-gradient(#fe2254,#e81f4d);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 0px;
}
.header-style5 #header .top-header .top-form-minicart .top-minicart {
  padding-left: 50px;
  padding-right: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  border-right: none;
  margin-right: 0;
  top: 0;
}
.header-style5 #header .top-header .top-form-minicart .top-minicart a,
.header-style5 #header .top-header .top-form-minicart .top-minicart a:hover {
  color: #fff;
}
.header-style5 #header .top-header .top-form-minicart:before {
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 23px;
  top: 9px;
  color: #fff;
}
.header-style5 #header .top-header .top-form-minicart:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background-image: url(../assets/img/icon-cart.png);
  position: absolute;
  top: 10px;
  left: 20px;
}
#header .yt-header-under {
  float: left;
  width: 100%;
  position: relative;
  z-index: 30;
  background: #fff;
}
#header .header-under-2-wrapper {
  background-color: #444444;
  height: 46px;
}
.header-style4 .sidebar-top-menu .top-search input {
  width: 528px;
}
.header-style4 .sidebar-top-menu .wrapper_vertical_menu {
  background: #444;
  border: 0;
  z-index: 99;
}
.header-style4 .sidebar-top-menu .wrapper_vertical_menu .nav.vertical-megamenu > li > a {
  color: #fff;
}
.header-style4 .sidebar-top-menu .wrapper_vertical_menu .nav.vertical-megamenu > li > a:hover {
  background: #666;
}
.sidebar-top-menu .widget-inner {
  position: relative;
}
.sidebar-top-menu .widget-inner .vertical-megamenu {
  display: block;
  width: 100%;
  left: 0px;
  top: 46px;
  z-index: 69;
  position: absolute;
  background: #444;
}
.sidebar-top-menu .widget-inner .vertical-megamenu li > a {
  color: #fff;
}
.sidebar-top-menu .widget-inner .vertical-megamenu li > a:hover {
  background-color: #666;
  color: #fff;
}
.sidebar-top-menu .button-ver-menu {
  line-height: 46px;
  padding: 0 26px 0 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  background-color: #da1719;
  font-size: 150%;
}
.sidebar-top-menu .button-ver-menu:before {
  content: "\f107";
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 13px;
}
.sidebar-top-menu .top-search {
  margin-left: 15px;
  position: relative;
  margin-top: 6px;
}
.sidebar-top-menu .top-search .cat-wrapper {
  width: 116px;
  float: left;
  position: relative;
}
.rtl .sidebar-top-menu .top-search .cat-wrapper {
  float: right;
}
.sidebar-top-menu .top-search .cat-wrapper .label-search:after {
  line-height: 29px;
}
.header-style4 .sidebar-top-menu .top-search .cat-wrapper .label-search:after {
  line-height: 33px;
}
.sidebar-top-menu .top-search .cat-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px;
  float: left;
  display: inline-block;
  border: none;
  height: 29px;
}
.header-style4 .sidebar-top-menu .top-search .cat-wrapper select {
  height: 33px;
}
.sidebar-top-menu .top-search input {
  margin-top: 4px;
  width: 400px;
  color: #999999;
  padding-left: 15px;
  margin: 0;
  border-radius: 0;
  border: none;
  border-left: 1px solid #ccc;
  line-height: 33px;
  height: 33px;
}
.sidebar-top-menu .top-search .icon-search {
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 7px;
  text-shadow: 0 0 1px rgba(0,0,0,0.2);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  margin: 0;
  font-family: FontAwesome !important;
}
.sidebar-top-menu .top-login {
  color: #fff;
  float: right;
  background-image: url(../assets/img/border-left-cart.png);
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.sidebar-top-menu .top-login ul {
  margin-bottom: 0;
}
.sidebar-top-menu .top-login ul li > a {
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 18px 0 0;
  font-weight: bold;
  cursor: pointer;
}
.sidebar-top-menu .top-login ul li > a:before {
  content: "\f007";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.sidebar-top-menu .top-login .div-logined {
  line-height: 46px;
  text-transform: uppercase;
  padding: 0 18px 0 0;
  font-weight: bold;
  cursor: pointer;
}
.sidebar-top-menu .top-login .div-logined a,
.sidebar-top-menu .top-login .div-logined a:hover {
  color: #fff;
}
#main-menu .sidebar-top-menu .top-form-minicart {
  background-image: url(../assets/img/icon-cart.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 32px;
  padding-right: 48px;
  height: 40px;
  position: relative;
  cursor: pointer;
  right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ea3a3c;
}
#main-menu .sidebar-top-menu .top-form-minicart:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
  border-right: 15px solid #ea3a3c;
}
#main-menu .sidebar-top-menu .top-form-minicart .top-minicart {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  padding-right: 0px;
  border-right: none;
  margin-right: 0px;
}
#main-menu .sidebar-top-menu .top-form-minicart .top-minicart .cart-contents {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 14px;
  top: 7px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #d11618;
}
#main-menu .sidebar-top-menu .widget {
  margin: 0;
}
#main-menu .sidebar-top-menu .widget .top-search {
  width: 31%;
  margin: 9px 9px 0px 0px;
  float: right;
}
.rtl #main-menu .sidebar-top-menu .widget .top-search {
  float: left;
  width: 100%;
}
.header-style5 #main-menu .sidebar-top-menu .widget .top-search {
  margin: 5px 0 0 0;
}
#main-menu .sidebar-top-menu .widget .top-search .topsearch-entry {
  position: relative;
}
#main-menu .sidebar-top-menu .widget .top-search .topsearch-entry select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eee;
  width: 116px;
  float: left;
  position: relative;
  padding: 5px;
  height: 29px;
}
#main-menu .sidebar-top-menu .widget .top-search .topsearch-entry input {
  padding-left: 15px;
  border: none;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 29px;
  height: 29px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 246px;
  padding-right: 35px;
}
.box-layout #main-menu .sidebar-top-menu .widget .top-search .topsearch-entry input {
  width: 237px;
}
#main-menu .sidebar-top-menu .widget .top-search .topsearch-entry .icon-search {
  top: 6px;
  right: 0px;
  font-family: FontAwesome !important;
}
.rtl #main-menu .sidebar-top-menu .widget .top-search .topsearch-entry .icon-search {
  right: auto;
  left: 0;
}
.header-style5 #main-menu .ver-megamenu-header {
  float: left;
  position: relative;
  margin-right: 1px;
}
.header-style5 #main-menu .ver-megamenu-header:hover .wrapper_vertical_menu {
  display: block;
  z-index: 1001;
}
.header-style5 #main-menu .ver-megamenu-header .button-ver-menu {
  line-height: 40px;
  padding: 0 26px 0 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  background-color: #e82325;
  width: 100%;
}
.header-style5 #main-menu .ver-megamenu-header .button-ver-menu:before {
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 13px;
}
.header-style5 #main-menu .ver-megamenu-header .wpb_content_element {
  margin-bottom: 0;
}
.header-style5 #main-menu .ver-megamenu-header .wrapper_vertical_menu {
  border: none;
  border-top: none;
  padding: none;
  display: none;
  margin-bottom: none;
  width: 270px;
  left: 0px;
  top: 40px;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.rtl .header-style5 #main-menu .ver-megamenu-header .wrapper_vertical_menu {
  left: auto;
  right: 0;
}
.header-style5 #main-menu .ver-megamenu-header .vertical_megamenu .nav.vertical-megamenu > li a:hover {
  color: #fff;
  background: #ea3a3c;
}
.rtl .header-style5 #main-menu .ver-megamenu-header {
  float: right;
}
.top-form-minicart {
  background-image: url(../assets/img/icon-cart-header-3.png);
  background-repeat: no-repeat;
  padding-left: 48px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  float: right;
}
.top-form-minicart .top-minicart {
  top: 5px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
  margin-right: 15px;
}
.top-form-minicart .top-minicart h2 {
  text-transform: uppercase;
  color: #444444;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}
.header-style3 .top-form-minicart .top-minicart,
.header-style4 .top-form-minicart .top-minicart {
  position: relative;
}
.top-form-minicart:hover .wrapp-minicart {
  opacity: 100;
  filter: alpha(opacity=10000);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.top-form-minicart .wrapp-minicart {
  top: 40px;
  position: absolute;
  z-index: 9897;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.top-form-minicart .wrapp-minicart .minicart-padding {
  background: #fff;
  width: 318px;
  border-bottom: 5px solid #ea3a3c;
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
.top-form-minicart .wrapp-minicart .minicart-padding ul li {
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.top-form-minicart .wrapp-minicart .minicart-padding ul li .product-image {
  width: 72px;
  display: inline-block;
  float: left;
}
.top-form-minicart .wrapp-minicart .minicart-padding ul li .detail-item {
  margin-left: 85px;
  position: relative;
}
.top-form-minicart .wrapp-minicart .minicart-padding ul li .detail-item .product-details {
  line-height: 180%;
}
.top-form-minicart .wrapp-minicart .minicart-padding ul li .detail-item .product-details a.btn-remove span {
  background: url(../assets/img/minicart-del.png) no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -1px;
  right: 0px;
}
.top-form-minicart .wrapp-minicart .minicart-padding ul li .detail-item .product-details a.btn-edit span {
  background: url(../assets/img/minicart-edit.png) no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -2px;
  right: 22px;
}
.top-form-minicart .wrapp-minicart .minicart-padding ul li .detail-item .product-details .rating-container {
  white-space: nowrap;
}
.top-form-minicart .wrapp-minicart .minicart-padding ul li .detail-item .product-details .product-name {
  position: relative;
  padding-right: 30px;
  margin: 0;
}
.top-form-minicart .wrapp-minicart .minicart-padding ul li .detail-item .product-details .product-name a {
  font-size: 116.67%;
  display: inline-block;
  padding: 5px 0px 3px;
}
.top-form-minicart .wrapp-minicart .minicart-padding ul li .detail-item .product-details .product-name .qty-number {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  line-height: 26px;
  text-align: center;
  color: #444;
  position: absolute;
  top: 6px;
  right: 0px;
}
.top-form-minicart .wrapp-minicart .minicart-padding ul li .detail-item .product-details-bottom .price {
  color: #ea3a3c;
  font-size: 116.67%;
}
.top-form-minicart .wrapp-minicart .cart-checkout {
  padding: 10px 20px 20px;
}
.top-form-minicart .wrapp-minicart .cart-checkout .price-total {
  font-weight: bold;
  font-size: 133.33%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.top-form-minicart .wrapp-minicart .cart-checkout .cart-link,
.top-form-minicart .wrapp-minicart .cart-checkout .checkout-link {
  display: inline-block;
  background-color: #666666;
  padding: 7px 15px;
}
.top-form-minicart .wrapp-minicart .cart-checkout .cart-link a,
.top-form-minicart .wrapp-minicart .cart-checkout .checkout-link a {
  font-size: 100%;
  text-transform: uppercase;
  color: #fff;
}
.top-form-minicart .wrapp-minicart .cart-checkout .cart-link:hover,
.top-form-minicart .wrapp-minicart .cart-checkout .checkout-link:hover {
  background-color: #ea3a3c;
}
.header-style4 .top-form-minicart {
  background-image: url(../assets/img/icon-cart.png);
  top: 14px;
  padding-left: 30px;
}
.header-style4 .top-form-minicart .top-minicart {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  top: 0;
  border-right: none;
  padding-right: 28px;
}
.header-style4 .top-form-minicart .top-minicart:before {
  content: "\f107";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 23px;
}
.row-mega {
  margin-left: -30px;
  *zoom: 1;
}
.row-mega:before,
.row-mega:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-mega:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 30px;
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}
.span12 {
  width: 1170px;
}
.span11 {
  width: 1070px;
}
.span10 {
  width: 970px;
}
.span9 {
  width: 870px;
}
.span8 {
  width: 770px;
}
.span7 {
  width: 670px;
}
.span6 {
  width: 570px;
}
.span5 {
  width: 470px;
}
.span4 {
  width: 370px;
}
.span3 {
  width: 270px;
}
.span2 {
  width: 170px;
}
.span1 {
  width: 70px;
}
@media (min-width: 980px) and (max-width: 1190px) {
  .row-mega {
    margin-left: -20px;
    *zoom: 1;
  }
  .row-mega:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .rtl .row-mega {
    margin: 0 -20px 0 0;
  }
  .rtl [class*="span"] {
    margin: 0 20px 0 0;
  }
  .span12 {
    width: 940px;
  }
  .span11 {
    width: 860px;
  }
  .span10 {
    width: 780px;
  }
  .span9 {
    width: 700px;
  }
  .span8 {
    width: 620px;
  }
  .span7 {
    width: 540px;
  }
  .span6 {
    width: 460px;
  }
  .span5 {
    width: 380px;
  }
  .span4 {
    width: 300px;
  }
  .span3 {
    width: 220px;
  }
  .span2 {
    width: 140px;
  }
  .span1 {
    width: 60px;
  }
}
.woocommerce #respond input#submit.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  background: #ea3a3c;
}
.woocommerce .box-layout .widget_price_filter .price_slider_amount #min_price,
.woocommerce .box-layout .widget_price_filter .price_slider_amount #max_price,
.woocommerce-page .box-layout .widget_price_filter .price_slider_amount #min_price,
.woocommerce-page .box-layout .widget_price_filter .price_slider_amount #max_price {
  width: 30%;
}
.woocommerce .widget_price_filter form,
.woocommerce-page .widget_price_filter form {
  padding: 20px;
  border: 1px solid #ddd;
}
.woocommerce .widget_price_filter h3,
.woocommerce-page .widget_price_filter h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ea3a3c;
  margin-bottom: 20px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #dddddd;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #999;
  top: -6px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover {
  border: 2px solid #ea3a3c;
}
.woocommerce .widget_price_filter .price_slider_amount #min_price,
.woocommerce .widget_price_filter .price_slider_amount #max_price,
.woocommerce-page .widget_price_filter .price_slider_amount #min_price,
.woocommerce-page .widget_price_filter .price_slider_amount #max_price {
  display: inline-block !important;
  width: 31%;
  float: left;
  height: 28px;
  line-height: 28px;
  margin-right: 11px;
  margin-bottom: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #999;
  background: #fff;
  color: #ea3a3c;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce-page .widget_price_filter .price_slider_amount .button:hover {
  border: 1px solid #ea3a3c;
  color: #fff;
  background: #ea3a3c;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label,
.woocommerce-page .widget_price_filter .price_slider_amount .price_label {
  display: none !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #eee;
}
.woocommerce .cart-collaterals .cart_totals table tr,
.woocommerce-page .cart-collaterals .cart_totals table tr {
  border: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr th,
.woocommerce .cart-collaterals .cart_totals table tr td,
.woocommerce-page .cart-collaterals .cart_totals table tr th,
.woocommerce-page .cart-collaterals .cart_totals table tr td {
  border: 0;
  padding: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tr td,
.woocommerce-page .cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table tr td .shipping_calculator,
.woocommerce-page .cart-collaterals .cart_totals table tr td .shipping_calculator {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #eee;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce .cart-collaterals .cart_totals table tr.order-total td .amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th .amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .amount {
  font-size: 18px;
  font-weight: normal;
  color: #ea3a3c;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #ea3a3c;
  display: inline-block;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  padding: 7px 15px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #da1719;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  float: left;
  margin-left: 2%;
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce .cart-collaterals .shipping_calculator h2 a:after,
.woocommerce-page .cart-collaterals .shipping_calculator h2 a:after {
  content: "";
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row {
  padding: 5px 0;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .button,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .button {
  background: #ea3a3c;
  color: #fff;
  border-color: #ea3a3c;
  width: auto;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-form .button:hover {
  background: #da1719;
}
.woocommerce #reviews #review_form_wrapper #review_form .comment-form .form-submit input,
.woocommerce-page #reviews #review_form_wrapper #review_form .comment-form .form-submit input {
  background: none repeat scroll 0 0 #ccc;
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  left: auto;
  line-height: 1em;
  margin: 0;
  overflow: visible;
  padding: 10px;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  color: #666;
}
.woocommerce #reviews #review_form_wrapper #review_form .comment-form .form-submit input:hover,
.woocommerce-page #reviews #review_form_wrapper #review_form .comment-form .form-submit input:hover {
  background: #ea3a3c;
  color: #fff;
}
#cpanel-form {
  position: fixed;
  right: -350px;
  top: 40px;
  width: 350px;
  float: right;
  z-index: 8000;
  text-align: left;
  direction: ltr;
}
#cpanel-form .cpanel-inner {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #e5e5e5;
  border-color: #f3f3f3;
  color: #555;
  font-size: 11px;
  padding: 8px;
  position: relative;
  top: 40px;
  z-index: 999;
}
#cpanel-form .cpanel-title {
  background: #666;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 10px 0;
  width: 282px;
}
#cpanel-form .cpanel-title h4 {
  float: left;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#cpanel-form .cpanel-title h4 i {
  color: #dfdfdf;
}
#cpanel-form .ytcpanel_accordion {
  float: left;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
}
#cpanel-form .cpannel-button .btn {
  background: #a1a1a1;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#a1a1a1),to(#969696));
  background-image: -webkit-linear-gradient(top,#a1a1a1,0%,#969696,100%);
  background-image: -moz-linear-gradient(top,#a1a1a1 0%,#969696 100%);
  background-image: linear-gradient(to bottom,#a1a1a1 0%,#969696 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1a1a1', endColorstr='#ff969696', GradientType=0);
  border-color: #969696 #969696 #707070;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-radius: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
}
#cpanel-form .cpannel-button .btn:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#969696),to(#a1a1a1));
  background-image: -webkit-linear-gradient(top,#969696,0%,#a1a1a1,100%);
  background-image: -moz-linear-gradient(top,#969696 0%,#a1a1a1 100%);
  background-image: linear-gradient(to bottom,#969696 0%,#a1a1a1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff969696', endColorstr='#ffa1a1a1', GradientType=0);
  border-color: #a1a1a1 #a1a1a1 #7b7b7b;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
#cpanel-form .accordion-group {
  background: #fff;
  border-color: #c8c8c8;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
}
#cpanel-form .accordion-group .accordion-heading {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#f6f6f6));
  background-image: -webkit-linear-gradient(top,#fff,0%,#f6f6f6,100%);
  background-image: -moz-linear-gradient(top,#fff 0%,#f6f6f6 100%);
  background-image: linear-gradient(to bottom,#fff 0%,#f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  text-shadow: none;
  border-radius: 5px;
}
#cpanel-form .accordion-group .accordion-heading .accordion-toggle {
  color: #909090;
  font-size: 12px;
  position: relative;
}
#cpanel-form .accordion-group .accordion-heading .accordion-toggle img {
  margin-right: 10px;
  opacity: 0.2;
  width: 20px;
}
#cpanel-form .accordion-group .accordion-heading .accordion-toggle:after {
  content: '\F078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
}
#cpanel-form .accordion-group .accordion-heading i {
  color: #909090;
}
#cpanel-form .accordion-group .accordion-body {
  max-height: 190px;
  overflow-y: auto;
}
#cpanel-form .accordion-group .control-group {
  margin-bottom: 10px;
}
#cpanel-form label {
  float: none;
  width: 100%;
  padding: 5px 0;
  text-align: left;
  font-size: 12px;
}
#cpanel-form label.ya-radio-img-selected {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
#cpanel-form .controls {
  margin-left: 0;
}
#cpanel-form .controls label {
  float: left;
  width: auto;
  padding: 2px;
}
#cpanel-form .controls select {
  font-size: 12px;
}
#cpanel-form .ya-radio-img input[type="radio"],
#cpanel-form .ya-radio-img span {
  display: none;
}
#cpanel-form .ya-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .ya-radio-img img {
  width: auto;
}
#cpanel-form {
  position: fixed;
  right: -300px;
  top: 40px;
  width: 300px;
  float: right;
  z-index: 8000;
  text-align: left;
  direction: ltr;
}
#cpanel-form img {
  display: inline-block;
}
#cpanel-form .panel,
#cpanel-form .panel-default {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#cpanel-form .panel .panel-heading,
#cpanel-form .panel-default .panel-heading {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-image: -webkit-gradient(linear,left 0%,left 100%,from(#fff),to(#f6f6f6));
  background-image: -webkit-linear-gradient(top,#fff,0%,#f6f6f6,100%);
  background-image: -moz-linear-gradient(top,#fff 0%,#f6f6f6 100%);
  background-image: linear-gradient(to bottom,#fff 0%,#f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
  border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  clear: both;
  padding: 0 !important;
  text-shadow: none;
}
#cpanel-form .panel .panel-heading .accordion-toggle,
#cpanel-form .panel-default .panel-heading .accordion-toggle {
  color: #909090;
  font-size: 12px;
  position: relative;
  display: block;
  padding: 8px 15px;
}
#cpanel-form .panel .panel-heading .accordion-toggle img,
#cpanel-form .panel-default .panel-heading .accordion-toggle img {
  margin-right: 10px;
  opacity: 0.2;
  width: 20px;
  display: inline-block;
}
#cpanel-form .panel .panel-heading .accordion-toggle:after,
#cpanel-form .panel-default .panel-heading .accordion-toggle:after {
  content: '\F078';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
}
#cpanel-form .panel .panel-heading i,
#cpanel-form .panel-default .panel-heading i {
  color: #909090;
}
#cpanel-form .panel .panel-collapse,
#cpanel-form .panel-default .panel-collapse {
  max-height: 190px;
  overflow-y: auto;
}
#cpanel-form .panel .panel-collapse .accordion-inner,
#cpanel-form .panel-default .panel-collapse .accordion-inner {
  border-top: 1px solid #E5E5E5;
  padding: 9px 15px;
}
#cpanel-form .panel .control-group,
#cpanel-form .panel-default .control-group {
  margin-bottom: 10px;
}
#cpanel-form a.cpanel-control {
  background-color: #707070;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  height: 40px;
  left: -40px;
  line-height: 36px;
  padding: 0 0 5px 10px;
  position: absolute;
  top: 20%;
  width: 40px;
  z-index: 10;
}
#cpanel-form a.cpanel-control:before {
  content: "\f0a5";
  color: #fff;
  display: inline;
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form a.cpanel-control.active:before {
  content: "\f0a4";
  font-family: "FontAwesome";
  font-size: 20px;
}
#cpanel-form label {
  float: left;
  width: 50%;
  padding: 5px 0;
  text-align: left;
  font-size: 12px;
}
#cpanel-form label.ya-radio-img-selected {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
#cpanel-form .controls {
  margin-left: 0;
}
#cpanel-form .controls label {
  float: left;
  width: auto;
  padding: 2px;
}
#cpanel-form .controls select {
  font-size: 12px;
}
#cpanel-form .ya-radio-img input[type="radio"],
#cpanel-form .ya-radio-img span {
  display: none;
}
#cpanel-form .ya-radio-img img {
  width: 33px;
  cursor: pointer;
}
.lt-ie9 #cpanel-form .ya-radio-img img {
  width: auto;
}
#cpanel-form input,
#cpanel-form textarea,
#cpanel-form .uneditable-input {
  width: 206px;
  border: 1px solid #ddd;
  background: #fff;
}
#cpanel-form select {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  width: 220px;
}
#cpanel-form select,
#cpanel-form input {
  height: 20px;
  line-height: 30px;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cpanel-form select,
#cpanel-form input {
  border-radius: 0px;
  height: 30px;
}
#cpanel-form fieldset {
  width: 100%;
}
#cpanel-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.ya_posts.widget h3,
.sw_post_slider.widget h3 {
  font-weight: 400;
  margin-bottom: 30px;
}
.page-template-page-homemagazine-php .ya_posts.widget h3,
.page-template-page-homemagazine-php .sw_post_slider.widget h3 {
  color: #ea3a3c;
}
.nav-copyright {
  padding-top: 40px;
}
.nav-copyright ul.menu {
  float: right;
}
.nav-copyright ul.menu li {
  float: left;
  padding-left: 10px;
}
.nav-copyright ul.menu li a {
  color: #ccc;
}
.nav-copyright ul.menu li:hover {
  color: #ea3a3c;
}
.widget {
  margin-bottom: 20px;
}
.widget img {
  display: initial;
}
.widget ul {
  margin-left: 0;
  list-style: none;
}
.widget.widget_search h3,
.widget.widget_text h3,
.widget.widget_tag_cloud h3,
.widget.widget_calendar h3 {
  margin-bottom: 20px;
}
.widget.widget_search .searchform {
  margin-top: 20px;
}
.widget.widget_search .searchform .screen-reader-text {
  display: block;
}
.widget.widget_search .searchform > div {
  position: relative;
  min-height: 60px;
}
.widget.widget_search .searchform > div input {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 60px 7px 7px;
  background: #fff;
}
.rtl .widget.widget_search .searchform > div input {
  padding: 7px 7px 7px 60px;
}
.widget.widget_search .searchform > div input#searchsubmit {
  background: #444;
  padding: 7px;
  right: 0;
  width: 60px;
  left: auto;
  color: #fff;
}
.widget.widget_search .searchform > div input#searchsubmit:hover {
  background: #ea3a3c;
}
.rtl .widget.widget_search .searchform > div input#searchsubmit {
  right: auto;
  left: 0;
}
.widget.widget_calendar #calendar_wrap {
  width: 100%;
}
.widget.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
  max-width: 50%;
}
.widget.widget_calendar #calendar_wrap #wp-calendar th {
  text-align: center;
}
.widget.widget_calendar #calendar_wrap #wp-calendar tbody tr td {
  padding: 10px;
}
.widget.widget_archive select,
.widget.widget_categories select {
  margin-top: 20px;
  width: 100%;
}
.widget select {
  max-width: 100%;
  padding: 8px;
}
.widget.widget_nav_menu ul.menu li {
  border: 0;
}
.widget.widget_nav_menu ul.menu > li > a {
  display: block !important;
  border-bottom: 1px dashed #c9c9c9;
  padding: 10px 0;
  color: #444;
}
.widget.widget_nav_menu ul.menu > li > a:hover {
  color: #ea3a3c;
}
.widget.widget_nav_menu ul.menu > li .dropdown-menu {
  display: block;
  position: static;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin-left: 15px;
}
.rtl .widget.widget_nav_menu ul.menu > li .dropdown-menu {
  margin-left: 0;
  margin-right: 15px;
}
.widget.widget_nav_menu ul.menu > li .dropdown-menu > li > a {
  display: block;
  padding: 10px 0;
}
.widget.widget_nav_menu ul.menu > li .dropdown-menu > li > a:hover,
.widget.widget_nav_menu ul.menu > li .dropdown-menu > li > a:focus {
  background: none;
}
.widget.widget_nav_menu ul.menu > li .dropdown-menu > li .dropdown-sub {
  margin-left: 10px;
}
.widget.widget_nav_menu ul.menu > li .dropdown-menu > li .dropdown-sub > li {
  border-top: 1px dashed #ccc;
}
.rtl .widget.widget_nav_menu ul.menu > li .dropdown-menu > li .dropdown-sub {
  margin-left: 0;
  margin-right: 10px;
}
.widget.non-margin {
  margin-bottom: 0;
}
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_archive ul,
.widget_recent_entries ul {
  margin-left: 0;
  list-style: none;
}
.rtl .widget_categories ul,
.rtl .widget_pages ul,
.rtl .widget_meta ul,
.rtl .widget_recent_comments ul,
.rtl .widget_rss ul,
.rtl .widget_archive ul,
.rtl .widget_recent_entries ul {
  margin-right: 0;
  margin-left: 0;
}
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_rss ul li,
.widget_archive ul li,
.widget_recent_entries ul li {
  color: #444;
  list-style: none;
  border-bottom: 1px dashed #c9c9c9;
}
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a,
.widget_rss ul li a,
.widget_archive ul li a,
.widget_recent_entries ul li a {
  color: #444;
}
.widget_categories ul li:hover a,
.widget_pages ul li:hover a,
.widget_meta ul li:hover a,
.widget_recent_comments ul li:hover a,
.widget_rss ul li:hover a,
.widget_archive ul li:hover a,
.widget_recent_entries ul li:hover a {
  color: #ea3a3c;
}
.widget_categories ul li ul.children,
.widget_pages ul li ul.children,
.widget_meta ul li ul.children,
.widget_recent_comments ul li ul.children,
.widget_rss ul li ul.children,
.widget_archive ul li ul.children,
.widget_recent_entries ul li ul.children {
  margin-left: 15px;
}
.widget_categories ul li ul.children > li,
.widget_pages ul li ul.children > li,
.widget_meta ul li ul.children > li,
.widget_recent_comments ul li ul.children > li,
.widget_rss ul li ul.children > li,
.widget_archive ul li ul.children > li,
.widget_recent_entries ul li ul.children > li {
  list-style: inside;
}
.rtl .widget_categories ul li ul.children,
.rtl .widget_pages ul li ul.children,
.rtl .widget_meta ul li ul.children,
.rtl .widget_recent_comments ul li ul.children,
.rtl .widget_rss ul li ul.children,
.rtl .widget_archive ul li ul.children,
.rtl .widget_recent_entries ul li ul.children {
  margin-left: 0;
  margin-right: 15px;
}
.sidebar .widget {
  margin: 0 0 35px 0;
}
.sidebar .widget .widget-inner {
  position: relative;
}
.sidebar .widget .widget-inner .widget-photobox-gallery,
.sidebar .widget .widget-inner .tagcloud {
  margin-top: 30px;
}
.sidebar .widget .widget-inner .block-title-widget {
  border-bottom: 3px solid #ea3a3c;
  position: relative;
}
.sidebar .widget .widget-inner .block-title-widget h2 {
  display: inline;
  font-size: 16px;
}
.sidebar .widget .widget-inner .block-title-widget h2 span {
  display: inline-block;
  font-weight: bold;
  padding: 0 18px;
  text-transform: uppercase;
  line-height: 37px;
  position: relative;
  color: #fff;
  background: #ea3a3c;
}
.sidebar .widget .widget-inner .block-title-widget h2 span:before {
  border-right: 20px solid transparent;
  border-bottom: 37px solid #ea3a3c;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.sidebar .widget .widget-inner .block-title-widget h2 a {
  color: #fff;
}
.sidebar .widget .widget-inner .block-title-widget h2 a:hover {
  color: #fff;
}
.sidebar .widget .widget-inner > ul {
  margin-left: 0;
  border: 1px solid #ddd;
  border-top: 0;
  margin-bottom: 35px;
  padding: 0 20px;
}
.sidebar .widget .widget-inner > ul li {
  border-bottom: dotted 1px #ddd;
}
.sidebar .widget .widget-inner > ul li:last-child {
  border-bottom: 0;
}
.sidebar .widget .widget-inner > ul li:last-child a {
  padding: 11px 0;
}
.sidebar .widget .widget-inner > ul li a {
  display: inline-block !important;
  color: #666666;
  font-weight: 400;
  padding: 11px 0;
  border: none;
}
.sidebar .widget .widget-inner > ul li a:hover {
  color: #ea3a3c;
}
.sidebar .widget .widget-inner > ul li .children li {
  border: 0;
}
.sidebar .widget.ya_tabber {
  margin: 0 0 20px 0;
}
.sidebar .widget.sw_twitter_slider_content {
  margin-bottom: 6px;
}
.sidebar .widget.widget_calendar #calendar_wrap {
  width: 100%;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar {
  width: 100%;
  max-width: none;
  font-family: Roboto Condensed !important;
  position: relative;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar caption {
  background: none repeat scroll 0% 0% #272727;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tfoot {
  position: absolute;
  top: 8px;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tfoot #prev {
  background: url('../assets/img/left-cen.png') no-repeat scroll 3px -3px transparent;
  padding-left: 10px;
}
.sidebar .widget.widget_calendar #calendar_wrap #wp-calendar tfoot #prev a {
  font-size: 16px;
  color: rgba(0,0,0,0);
}
.sidebar div.widget_recent_comments .widget-inner > ul li {
  padding: 10px 0;
}
.sidebar div.widget_recent_comments .widget-inner > ul li a {
  display: initial;
  padding: 0;
}
.sidebar div.widget_rss .widget-inner > ul li {
  padding: 10px 0;
}
.sidebar div.widget_rss .widget-inner > ul li a {
  padding: 0;
}
.sidebar div.widget_rss .widget-inner > ul li a.rsswidget {
  display: block;
}
p:empty {
  display: none;
}
.vc_wp_text .widget {
  margin-bottom: 0;
}
.wpb_single_image img {
  width: 100%;
}
ul.menu,
ul.vertical-megamenu,
ul.dropdown-sub {
  margin: 0;
}
a img:hover {
  opacity: 0.8;
}
.body-wrapper {
  overflow: hidden;
}
.collapsing {
  -webkit-transition: none;
  transition: none;
}
.no-border {
  border: 0;
}
.no-border.sw-woo-container-slider .category-wrap-cat {
  top: 2px;
  border-right: 0;
}
blockquote {
  padding: 0px 45px;
  margin: 0 0 22px;
  min-height: 30px;
  border-left: none;
  background: url(../assets/img/quote_blog.png) no-repeat left center;
}
blockquote p {
  font-size: 12px;
  font-weight: 400;
  line-height: inherit;
}
.block {
  display: inline-block;
  width: 100%;
  margin-bottom: 34px;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #ddd;
}
.block .collapses-style2 {
  margin: 0px -18px;
}
.block.yt_post_slide_out .carousel-inner {
  margin: 0 -19px;
  width: auto;
  padding: 0;
}
.block.yt_post_slide_out .carousel-inner .carousel-caption-out {
  padding: 18px;
}
.block.yt_post_slide_out .carousel-control {
  display: none;
}
.block-3 {
  display: inline-block;
  width: 100%;
  margin-bottom: 34px;
}
.block-3 .carousel-inner {
  border: 1px solid #ddd;
  padding: 11px 14px 10px;
}
.block-3 .collapses-style2 {
  margin: -30px 0 0 0;
  border: 1px solid #ddd;
  border-top: none;
}
.block-3.yt_post_slide_out .carousel-inner {
  margin: -30px 0 0 0;
  width: initial;
  padding: 0;
  border-top: 0;
}
.block-3.yt_post_slide_out .carousel-inner .carousel-caption-out {
  padding: 18px;
}
.block-3.yt_post_slide_out .carousel-control {
  display: none;
}
.block-3.testimonial-slider .carousel-inner {
  margin: -30px 0 0 0;
  border-top: 0;
  padding: initial;
  border-bottom: 0;
}
.block-3.testimonial-slider .carousel-inner .item {
  padding: 20px 18px;
}
.block-3.testimonial-slider .carousel-indicators {
  margin: 0px;
  border: 1px solid #ddd;
  border-top: 0;
}
.block-3.block-brand .block-content {
  margin: -30px 0 0 0;
}
.block-3.block-brand .block-content .brand-wrapper {
  margin: 0;
  border: 1px solid #ddd;
  border-top: none;
}
.block-4 {
  display: inline-block;
  width: 100%;
  margin-bottom: 34px;
}
.block-4 .carousel-inner {
  border: 1px solid #ddd;
  padding: 11px 14px 10px;
}
.block-4 .collapses-style2 {
  border: 1px solid #ddd;
  border-top: none;
}
.block-4.yt_post_slide_out .carousel-inner {
  width: initial;
  padding: 0;
  border-top: 0;
}
.block-4.yt_post_slide_out .carousel-inner .carousel-caption-out {
  padding: 18px;
}
.block-4.yt_post_slide_out .carousel-control {
  display: none;
}
.block-4.testimonial-slider .carousel-inner {
  border-top: 0;
  border-bottom: 0;
}
.block-4.testimonial-slider .carousel-indicators {
  margin: 0px;
  border: 1px solid #ddd;
  border-top: 0;
}
.block-4.block-brand .block-content .brand-wrapper {
  margin: 0;
  border: 1px solid #ddd;
  border-top: none;
}
.clear_lg {
  clear: both;
}
.customNavigation {
  position: absolute;
  top: 6px;
  right: 5px;
}
.customNavigation .btn-bs {
  width: 17px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  font-size: 28px;
  cursor: pointer;
  color: #999999;
  margin: 0;
}
.customNavigation .btn-bs:hover {
  color: #ea3a3c;
}
.customNavigation .btn-bs .title2,
.page-button-index5 .customNavigation .btn-bs {
  width: 24px;
  height: 24px;
  line-height: 21px;
  border: 1px solid #ddd;
  font-size: 16px;
}
.customNavigation .btn-bs .title2:hover,
.page-button-index5 .customNavigation .btn-bs:hover {
  background-color: #ea3a3c;
  border-color: #ea3a3c;
  color: #fff;
}
.page-button .control-button {
  display: block;
  position: static;
  list-style: none;
}
.page-button .control-button .preview {
  background: url(../assets/img/tab_pre.png) no-repeat center center #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.page-button .control-button .preview:hover {
  background: url(../assets/img/hover_pre.png) no-repeat center center #ea3a3c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #ea3a3c;
}
.page-button .control-button .next {
  background: url(../assets/img/tab_next.png) no-repeat center center #fff;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  right: -20px;
  left: auto;
}
.page-button .control-button .next:hover {
  background: url(../assets/img/hover_next.png) no-repeat center center #ea3a3c;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #ea3a3c;
}
.page-button .control-button li {
  position: absolute;
  top: 63%;
  background-color: #fff;
  width: 39px;
  height: 39px;
  left: -20px;
  z-index: 101;
  text-indent: -9999px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sw-partner-container-slider .page-button .control-button li {
  top: 31%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.sw-woo-container-slider:hover .page-button .control-button li {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
#pbd-alp-load-posts {
  width: 196px;
  height: 40px;
  margin: 0 auto 50px auto;
}
#pbd-alp-load-posts a {
  text-transform: uppercase;
}
#pbd-alp-load-posts a:link,
#pbd-alp-load-posts a:visited {
  display: block;
  text-align: center;
  padding: 11px 0;
  color: #444;
  text-decoration: none;
  border: 2px solid #ddd;
  background-color: #fff;
}
#pbd-alp-load-posts a:hover,
#pbd-alp-load-posts a:active {
  background-color: #ea3a3c;
  color: #fff;
  border: 2px solid #ea3a3c;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity {
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  padding-right: 1.1em;
  display: inline-block;
  position: relative;
}
.quantity input.qty {
  border: 1px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 2.618em;
  height: 2.1em;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 700;
  -moz-appearance: textfield;
}
.quantity .plus,
.quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 1.387em;
  height: 15px;
  text-decoration: none;
  overflow: visible;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  background-color: #999;
  border: 0;
  text-shadow: none;
  line-height: 15px;
  background-image: none;
}
.quantity .plus:hover,
.quantity .minus:hover {
  background-color: #ea3a3c;
}
.quantity .plus {
  top: 0;
  right: 0;
  border-bottom: 0;
  border-radius: 0px;
}
.quantity .minus {
  bottom: 0;
  right: 0;
  border-radius: 0px;
}
.onsale {
  width: 45px;
  height: 27px;
  background: url(../assets/img/sale-label-product.png) no-repeat top left;
  position: absolute;
  top: -8px;
  left: -8px;
  text-indent: -99999px;
  z-index: 19;
}
ul.products-loop.products-list .onsale {
  top: 7px;
  left: 7px;
}
a.button.product_type_grouped,
a.button.product_type_external {
  background: url("../assets/img/view.png") no-repeat center center #868686;
  height: 30px;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
  float: left;
  border-radius: 0;
}
a.button.product_type_grouped:hover,
a.button.product_type_external:hover {
  background-color: #ea3a3c;
  color: #fff;
  background-image: url("../assets/img/view.png");
}
.item-bottom-grid a.button.product_type_grouped,
.products-loop .item-bottom a.button.product_type_grouped,
.item-bottom-grid a.button.product_type_external,
.products-loop .item-bottom a.button.product_type_external {
  width: 30px;
  text-indent: -9999px;
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
  -webkit-transform: translate(400px,0);
  -ms-transform: translate(400px,0);
  transform: translate(400px,0);
  position: absolute;
  top: 30px;
  right: 7px;
}
.rtl .item-bottom-grid a.button.product_type_grouped,
.rtl .products-loop .item-bottom a.button.product_type_grouped,
.rtl .item-bottom-grid a.button.product_type_external,
.rtl .products-loop .item-bottom a.button.product_type_external {
  left: 7px;
  right: auto;
}
.products-loop.products-list .item-bottom a.button.product_type_grouped,
.products-loop.products-list .item-bottom a.button.product_type_external {
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 8px 0px 30px;
  background: url("../assets/img/view.png") no-repeat 8px center #868686;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: initial;
  text-indent: initial;
  position: relative;
  top: initial;
  right: initial;
  -webkit-transform: translate(0px,0);
  -ms-transform: translate(0px,0);
  transform: translate(0px,0);
}
.products-loop.products-list .item-bottom a.button.product_type_grouped:hover,
.products-loop.products-list .item-bottom a.button.product_type_external:hover {
  background-color: #ea3a3c;
}
a.button.add_to_cart_button {
  background: url("../assets/img/btn-cart.png") no-repeat center center #868686;
  height: 30px;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
  float: left;
  border-radius: 0;
  padding: 0;
}
a.button.add_to_cart_button.added {
  background: url("../assets/img/added.png") no-repeat center center #868686;
  height: 30px;
}
a.button.add_to_cart_button.added:hover {
  background-color: #ea3a3c;
  color: #fff;
  background-image: url("../assets/img/added.png");
}
a.button.add_to_cart_button:hover {
  background-color: #ea3a3c;
  color: #fff;
  background-image: url("../assets/img/btn-cart.png");
}
.item-bottom-grid a.button.add_to_cart_button,
.products-loop .item-bottom a.button.add_to_cart_button {
  width: 30px;
  text-indent: -9999px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: translate(400px,0);
  -ms-transform: translate(400px,0);
  transform: translate(400px,0);
  position: absolute;
  top: 30px;
  right: 7px;
}
.rtl .item-bottom-grid a.button.add_to_cart_button,
.rtl .products-loop .item-bottom a.button.add_to_cart_button {
  left: 7px;
  right: auto;
}
.products-loop.products-list .item-bottom a.button.add_to_cart_button {
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 8px 0px 30px;
  background: url("../assets/img/btn-cart.png") no-repeat 8px center #999999;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: initial;
  text-indent: initial;
  position: relative;
  top: initial;
  right: initial;
  -webkit-transform: translate(0px,0);
  -ms-transform: translate(0px,0);
  transform: translate(0px,0);
}
.products-loop.products-list .item-bottom a.button.add_to_cart_button:hover {
  background-color: #ea3a3c;
}
a.added_to_cart.wc-forward {
  display: none;
}
.product-add-to-cart a.button {
  background-position: 10px center;
  padding: 8px 10px 8px 30px;
}
.rtl .product-add-to-cart a.button {
  background-position: 90% center;
  padding: 8px 30px 8px 10px;
}
.yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 55px;
  right: 7px;
  width: 30px;
  height: 30px;
}
.products-loop.products-list .item-bottom .yith-wcwl-add-to-wishlist {
  position: relative;
  float: left;
  margin-top: 0;
  display: inline-block;
  left: -24px;
  top: 0;
  right: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  height: 100%;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button.hide {
  display: block !important;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  top: 6px;
  left: 3px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  display: none !important;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist {
  background: url(../assets/img/btn-wishlist.png) no-repeat center center #868686;
  border-radius: 0px !important;
  text-indent: 9999px;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  background-color: #ea3a3c;
}
.item-bottom-grid .yith-wcwl-add-to-wishlist .add_to_wishlist,
.products-loop .item-bottom .yith-wcwl-add-to-wishlist .add_to_wishlist {
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
  -webkit-transform: translate(400px,0);
  -ms-transform: translate(400px,0);
  transform: translate(400px,0);
}
.products-loop.products-list .item-bottom .yith-wcwl-add-to-wishlist .add_to_wishlist {
  -webkit-transform: translate(0px,0);
  -ms-transform: translate(0px,0);
  transform: translate(0px,0);
}
.compare-button {
  height: 0;
  position: inherit !important;
}
.compare-button a.button.compare {
  background: url(../assets/img/btn-compare.png) no-repeat center center #868686;
  position: absolute !important;
  top: 100px;
  right: 7px;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  text-indent: -9999px;
  box-shadow: none;
  -webkit-box-shadow: none;
  display: block;
}
.rtl .compare-button a.button.compare {
  left: 7px;
  right: auto;
}
.compare-button a.button.compare:hover {
  background-color: #ea3a3c;
}
.item-bottom-grid .compare-button a.button.compare,
.products-loop .item-bottom .compare-button a.button.compare {
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
  -webkit-transform: translate(400px,0);
  -ms-transform: translate(400px,0);
  transform: translate(400px,0);
  padding: 0;
}
.products-loop.products-list .item-bottom .compare-button a.button.compare {
  position: relative !important;
  float: left;
  left: 45px;
  top: 0;
  right: 0;
  -webkit-transform: translate(0px,0);
  -ms-transform: translate(0px,0);
  transform: translate(0px,0);
}
.rtl .products-loop.products-list .item-bottom .compare-button a.button.compare {
  right: 45px;
  left: auto;
}
.sm_quickview_handler {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 20;
  background-color: #999999;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../assets/img/btn-quickview.png);
  top: 135px;
  right: 7px;
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
  -webkit-transform: translate(400px,0);
  -ms-transform: translate(400px,0);
  transform: translate(400px,0);
}
.rtl .sm_quickview_handler {
  left: 7px;
  right: auto;
}
.sm_quickview_handler:hover {
  background-color: #ea3a3c;
}
ul.products-list .sm_quickview_handler {
  display: none;
}
.mega-left-title {
  height: 45px;
  padding-left: 57px;
  position: relative;
  background-color: #ea3a3c;
}
.mega-left-title strong {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  text-transform: uppercase;
}
.mega-left-title strong:before {
  width: 45px;
  height: 45px;
  content: "";
  display: inline-block;
  background-image: url(../assets/img/icon-ver-menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 0px;
  top: 0px;
  position: absolute;
  background-color: #da1719;
}
.products-thumb {
  position: relative;
  margin-bottom: 10px;
}
.products-thumb .product-thumb-hover img.attachment-shop_catalog {
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.products-thumb .product-thumb-hover img.hover-image {
  left: 0;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
  -webkit-transform: translate(-400px,0);
  -ms-transform: translate(-400px,0);
  transform: translate(-400px,0);
  position: absolute;
  top: 0;
}
.products-thumb a.fancybox:hover {
  background-color: #ea3a3c !important;
}
.products-thumb:hover a.fancybox {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.products-thumb:hover .product-thumb-hover img.attachment-shop_catalog {
  -webkit-transform: translate(400px,0);
  -ms-transform: translate(400px,0);
  transform: translate(400px,0);
}
.products-thumb:hover .product-thumb-hover img.hover-image {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.products-thumb a.sm_quickview_handler-list {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 20;
  top: 42%;
  right: 42%;
  background-color: #999999;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../assets/img/btn-quickview.png);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul .products-thumb a.sm_quickview_handler-list {
  display: none;
}
ul.products-list .products-thumb a.sm_quickview_handler-list {
  display: inline-block;
}
.product-countdown {
  margin-bottom: 15px;
}
.item-content h4,
.products-content h4 {
  line-height: normal;
}
.item-content h4 a,
.products-content h4 a {
  color: #444;
  font-size: 14px;
  font-weight: 400;
}
.item-content h4 a:hover,
.products-content h4 a:hover {
  color: #ea3a3c;
}
.item-content .amount,
.products-content .amount {
  font-size: 18px;
  font-weight: 700;
  color: #e74847;
}
.sw-woo-container-slider .item-content .amount,
.sw-woo-container-slider .products-content .amount {
  font-size: 18px;
}
div.star,
div.stars {
  background: url("../assets/img/bkg_rating.png") repeat-x scroll 0 -24px rgba(0,0,0,0);
  height: 12px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 70px;
  display: inline-block;
}
div.star span,
div.stars span {
  background: url("../assets/img/bkg_rating.png") repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
del {
  color: #999;
}
del span.amount {
  font-size: 12px !important;
  color: #999 !important;
  padding-right: 10px;
}
ins {
  color: #ea3a3c;
  text-decoration: none;
}
.box-layout {
  width: 1170px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 #555;
  box-shadow: 0 2px 8px 0 #555;
}
.box-layout .container {
  padding: 0 15px;
}
.box-layout .primary-menu .container {
  padding: 0 15px;
}
.list-services a {
  border: 3px solid #ddd;
  display: block;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.list-services a:hover {
  border-color: #ea3a3c;
}
div.breadcrumbs {
  background: none repeat scroll 0 0 #fff;
  padding: 15px 0;
  position: relative;
}
div.breadcrumbs ul.breadcrumb {
  background: none repeat scroll 0 0 #fff;
  margin: 0 auto;
  padding: 0;
}
div.breadcrumbs ul.breadcrumb li:last-child:after {
  content: "";
}
div.breadcrumbs ul.breadcrumb li:first-child:before {
  font-family: fontawesome;
  content: "\F015";
  float: left;
  font-size: 15px;
  margin-right: 5px;
  left: 0px;
  position: relative;
}
div.breadcrumbs ul.breadcrumb li:after {
  color: #ea3a3c;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 15px;
  margin-left: 10px;
  vertical-align: baseline;
  padding: 0 10px 0 0;
}
div.breadcrumbs ul.breadcrumb li.active:after {
  content: "";
}
div.breadcrumbs ul.breadcrumb li .divider {
  display: none;
}
div.breadcrumbs ul.breadcrumb li a {
  font: 11px/30px;
  display: inline-block;
}
div.breadcrumbs ul.breadcrumb li span {
  font: 11px;
}
.page-template-page-home div.breadcrumbs ul.breadcrumb {
  display: none;
}
.page-template-page-home header h2.entry-title {
  display: none;
}
.wrapper_404page {
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
.wrapper_404page .content-404page {
  max-width: 500px;
  float: right;
  text-align: center;
  margin-top: 40px;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .wrapper_404page .content-404page .bottom-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0px;
}
.wrapper_404page .content-404page .img-404 img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #ea3a3c;
}
.wrapper_404page .content-404page .prev-page-btn:hover {
  background-color: #c43031;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
.wrapper_404page .content-404page .back2home:hover {
  background-color: #3094bb;
}
.wrapper_404page .content-404page .btn-404 {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vert-align: top;
  padding: 0 20px;
  color: #fff;
  margin: 0 4px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
.index1.shortcode-slideshow {
  margin-bottom: 35px !important;
}
.index2.shortcode-slideshow {
  margin-bottom: 30px !important;
}
.page-template-page-home .wpb_gallery .wpb_wrapper .wpb_image_grid ul {
  max-height: 280px;
}
.page-template-page-home .wpb_gallery .wpb_wrapper .wpb_image_grid ul li {
  display: block;
  clear: both;
  position: relative !important;
  margin: 0;
}
.page-template-page-home .wpb_gallery .wpb_wrapper .wpb_image_grid ul li:nth-child(2) {
  left: 0 !important;
}
.page-template-page-home .wpb_gallery .wpb_wrapper .wpb_image_grid ul li:nth-child(3) {
  position: absolute !important;
  left: 300px !important;
}
.page-template-page-home .wpb_gallery .wpb_wrapper .wpb_image_grid ul li:nth-child(4) {
  position: absolute !important;
  left: 700px !important;
  top: 0 !important;
}
.page-template-page-home .wpb_gallery .wpb_wrapper .wpb_image_grid ul li:nth-child(5) {
  position: absolute !important;
  left: 900px !important;
  top: 0 !important;
}
.page.page-template-page-home .vertical_megamenu-header .vc_wp_custommenu {
  position: absolute;
  width: 90%;
  z-index: 1001;
  display: block;
}
.page .vertical_megamenu-header:hover .vc_wp_custommenu,
.archive .vertical_megamenu-header:hover .vc_wp_custommenu,
.single .vertical_megamenu-header:hover .vc_wp_custommenu {
  display: block;
}
.page .vertical_megamenu-header .vc_wp_custommenu,
.archive .vertical_megamenu-header .vc_wp_custommenu,
.single .vertical_megamenu-header .vc_wp_custommenu {
  display: none;
}
.client-wrapper-b {
  padding: 10px 20px;
  background-color: #eee;
}
.client-wrapper-b .image-client {
  float: left;
  width: 65px;
}
.rtl .client-wrapper-b .image-client {
  float: right;
}
.client-wrapper-b .client-say-info {
  margin-left: 80px;
  font-style: italic;
  position: relative;
  top: -4px;
  line-height: 1.6;
  color: #666666;
  font-size: 13px;
}
.rtl .client-wrapper-b .client-say-info {
  margin-right: 80px;
}
.client-wrapper-b .client-say-info .name-client {
  padding: 17px 0px 22px;
}
.client-wrapper-b .client-say-info .name-client h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 116.67%;
}
.client-wrapper-b .client-say-info .name-client h2 a {
  color: #ea3a3c;
}
.block-title-bottom {
  position: relative;
}
.block-title-bottom h2 {
  font-size: 133.33%;
  font-weight: bold;
  margin-bottom: 18px;
}
.block-title-bottom .nav-custom {
  position: absolute;
  right: -3px;
  top: 0px;
}
.block-title-bottom .nav-custom a {
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  cursor: pointer;
}
.block-title-bottom .nav-custom a span {
  display: none;
}
.rtl .block-title-bottom .nav-custom {
  right: auto;
  left: -3px;
}
.rtl .block-title-bottom .nav-custom a {
  float: left;
}
.widget-post-inner {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.widget-post-inner .date-blog-left {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #eeeeee;
  font-size: 116.67%;
  text-align: center;
}
.widget-post-inner .date-blog-left .d-blog {
  margin-top: 12px;
}
.widget-post-inner .date-blog-left .m-blog {
  font-weight: bold;
}
.rtl .widget-post-inner .date-blog-left {
  float: right;
}
.widget-post-inner .widget-caption {
  margin-left: 85px;
}
.rtl .widget-post-inner .widget-caption {
  margin-right: 85px;
  margin-left: 0;
}
.widget-post-inner .widget-caption h4 {
  font-size: 12px;
  font-weight: bold;
}
.bs-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.bs-item .item-img {
  width: 70px;
  float: left;
  border: 1px solid #ddd;
}
.rtl .bs-item .item-img {
  float: right;
}
.bs-item .item-content {
  margin-left: 85px;
}
.rtl .bs-item .item-content {
  margin-left: 0;
  margin-right: 85px;
}
.bs-item .item-content h4 {
  margin-bottom: 7px;
}
.bs-item .item-content .amount {
  font-size: 16px;
}
.bs-item:last-child {
  margin-bottom: 0;
}
.products-wrapper .listing-title {
  margin-bottom: 20px;
}
.products-wrapper .listing-title h1 {
  font-size: 166.67%;
  text-transform: uppercase;
}
.products-wrapper .image-category {
  margin-bottom: 40px;
}
.woocommerce span.onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce-page span.onsale {
  width: 45px;
  height: 27px;
  background: url(../assets/img/sale-label-product.png) no-repeat top left;
  position: absolute;
  top: -8px;
  left: -8px;
  text-indent: -99999px;
  z-index: 999;
  border-radius: 0;
}
.woocommerce .products-nav,
.woocommerce-page .products-nav {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  padding: 6px;
}
.woocommerce .products-nav .view-mode-wrap,
.woocommerce-page .products-nav .view-mode-wrap {
  margin-right: 10px;
  float: left;
}
.woocommerce .products-nav .view-mode-wrap li,
.woocommerce-page .products-nav .view-mode-wrap li {
  float: left;
}
.woocommerce .products-nav .view-mode-wrap li a,
.woocommerce-page .products-nav .view-mode-wrap li a {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.woocommerce .products-nav .view-mode-wrap .view-grid a,
.woocommerce-page .products-nav .view-mode-wrap .view-grid a {
  background-image: url("../assets/img/default/grid-btn.png");
}
.woocommerce .products-nav .view-mode-wrap .view-grid.sel a,
.woocommerce .products-nav .view-mode-wrap .view-list.sel a,
.woocommerce-page .products-nav .view-mode-wrap .view-grid.sel a,
.woocommerce-page .products-nav .view-mode-wrap .view-list.sel a {
  background-position: left bottom;
}
.woocommerce .products-nav .view-mode-wrap .view-list a,
.woocommerce-page .products-nav .view-mode-wrap .view-list a {
  background-image: url("../assets/img/default/listing-btn.png");
}
.woocommerce .products-nav ul,
.woocommerce-page .products-nav ul {
  list-style: none;
  margin: 0;
}
.woocommerce .products-nav .catalog-ordering,
.woocommerce-page .products-nav .catalog-ordering {
  float: left;
  margin-left: 202px;
  border-right: 1px solid #fff;
}
.woocommerce .products-nav .catalog-ordering ul.order,
.woocommerce-page .products-nav .catalog-ordering ul.order {
  display: inline-block;
  vertical-align: top;
}
.woocommerce .products-nav .catalog-ordering ul.order li.asc a,
.woocommerce-page .products-nav .catalog-ordering ul.order li.asc a {
  background: url(../assets/img/up-icon.png) no-repeat scroll 9px 8px;
  border: 0;
}
.woocommerce .products-nav .catalog-ordering ul.order li.asc a:hover,
.woocommerce-page .products-nav .catalog-ordering ul.order li.asc a:hover {
  background: url("../assets/img/default/up-icon.png") no-repeat scroll 9px 8px;
}
.woocommerce .products-nav .catalog-ordering ul.order li.desc a,
.woocommerce-page .products-nav .catalog-ordering ul.order li.desc a {
  background: url(../assets/img/down-icon.png) no-repeat scroll 9px 8px;
  border: 0;
}
.woocommerce .products-nav .catalog-ordering ul.order li.desc a:hover,
.woocommerce-page .products-nav .catalog-ordering ul.order li.desc a:hover {
  background: url("../assets/img/default/down-icon.png") no-repeat scroll 9px 8px;
}
.woocommerce .products-nav .catalog-ordering ul.order li,
.woocommerce-page .products-nav .catalog-ordering ul.order li {
  list-style: none;
}
.woocommerce .products-nav .catalog-ordering ul.order li a,
.woocommerce-page .products-nav .catalog-ordering ul.order li a {
  display: block;
  text-indent: -9999px;
  width: 29px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #dbdbdb;
}
.woocommerce .products-nav .catalog-ordering ul.order li a i,
.woocommerce-page .products-nav .catalog-ordering ul.order li a i {
  display: none;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container {
  display: inline-block;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul li,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul li {
  list-style: none;
  display: block;
  line-height: 28px;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul li span.current-li,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul li span.current-li {
  background: #fff;
  display: block;
  padding: 0 10px;
  border: 1px solid lightsteelblue;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul li a,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul li a {
  font-size: 11px;
  background: #fff url("../assets/img/shortby-icon.png") no-repeat scroll right center;
  padding: 0 15px 0 0;
  color: #909090;
  min-height: 26px;
  display: block;
  white-space: nowrap;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul li a strong,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul li a strong {
  font-weight: normal;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul li a:hover,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul li a:hover {
  cursor: pointer;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul li ul,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul li ul {
  width: 115px;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 9868;
  background: #fff;
  display: none;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul li ul li,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul li ul li {
  list-style: none;
  width: 100%;
  clear: both;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul li ul li:last-child a,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul li ul li:last-child a {
  border: none !important;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul li ul li a,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul li ul li a {
  font-weight: bold;
  width: 100%;
  border: none;
  background: none;
  padding: 0 10px;
  font-weight: normal;
  border-bottom: 1px dashed #ddd;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul li ul li a:hover,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul li ul li a:hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ea3a3c;
  color: #fff;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul.order-dropdown,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul.order-dropdown {
  display: inline-block;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul.orderby,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul.orderby {
  margin-right: 5px;
  width: 115px;
}
.woocommerce .products-nav .catalog-ordering .orderby-order-container ul.sort-count,
.woocommerce-page .products-nav .catalog-ordering .orderby-order-container ul.sort-count {
  margin-right: 10px;
}
.woocommerce .products-nav .catalog-ordering ul.sort-count li ul,
.woocommerce-page .products-nav .catalog-ordering ul.sort-count li ul {
  display: none;
  width: 43px;
}
.woocommerce .products-nav .woocommerce-pagination,
.woocommerce-page .products-nav .woocommerce-pagination {
  max-height: 30px;
  float: right;
}
.woocommerce .products-nav .woocommerce-pagination ul,
.woocommerce-page .products-nav .woocommerce-pagination ul {
  border: 0;
  margin: 0;
}
.woocommerce .products-nav .woocommerce-pagination ul li,
.woocommerce-page .products-nav .woocommerce-pagination ul li {
  border: 0;
}
.woocommerce .products-nav .woocommerce-pagination ul li span.current,
.woocommerce .products-nav .woocommerce-pagination ul li a:hover,
.woocommerce-page .products-nav .woocommerce-pagination ul li span.current,
.woocommerce-page .products-nav .woocommerce-pagination ul li a:hover {
  background-color: #ea3a3c;
  color: #fff;
  border: 0;
}
.woocommerce .products-nav .woocommerce-pagination ul li span,
.woocommerce .products-nav .woocommerce-pagination ul li a,
.woocommerce-page .products-nav .woocommerce-pagination ul li span,
.woocommerce-page .products-nav .woocommerce-pagination ul li a {
  margin: 0 2px;
  display: inline-block;
  height: 30px;
  line-height: 29px;
  min-width: 30px;
  border: 1px solid #ddd;
  padding: 0 0px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.woocommerce .products-nav .woocommerce-pagination ul li a.next,
.woocommerce-page .products-nav .woocommerce-pagination ul li a.next {
  text-indent: -9999px;
  background: url(../assets/img/tab_next.png) no-repeat center center #fff;
}
.woocommerce .products-nav .woocommerce-pagination ul li a.next:hover,
.woocommerce-page .products-nav .woocommerce-pagination ul li a.next:hover {
  background: url(../assets/img/hover_next.png) no-repeat center center #ea3a3c;
}
.woocommerce .products-nav .woocommerce-pagination ul li a.prev,
.woocommerce-page .products-nav .woocommerce-pagination ul li a.prev {
  text-indent: -9999px;
  background: url(../assets/img/tab_pre.png) no-repeat center center #fff;
}
.woocommerce .products-nav .woocommerce-pagination ul li a.prev:hover,
.woocommerce-page .products-nav .woocommerce-pagination ul li a.prev:hover {
  background: url(../assets/img/hover_pre.png) no-repeat center center #ea3a3c;
}
.woocommerce .products-nav .woocommerce-pagination .products-page,
.woocommerce-page .products-nav .woocommerce-pagination .products-page {
  display: none;
}
.products-loop {
  clear: both;
  list-style: none;
}
.products-loop li .products-entry {
  padding: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  min-height: 286px;
}
.products-loop li .products-entry .desc {
  display: none;
}
.products-loop li :hover .item-bottom .add_to_wishlist,
.products-loop li :hover .item-bottom .compare-button .compare,
.products-loop li :hover .item-bottom .add_to_cart_button,
.products-loop li :hover .item-bottom .sm_quickview_handler,
.products-loop li :hover .item-bottom a.button.product_type_grouped,
.products-loop li :hover .item-bottom a.button.product_type_external {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.products-loop.products-list li {
  width: 100%;
}
.products-loop.products-list li .desc {
  display: block;
}
.products-loop.products-list li .products-entry {
  margin-bottom: 30px;
}
.products-loop.products-list li .products-entry .products-thumb {
  overflow: hidden;
  float: left;
  width: 194px;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 0;
}
.products-loop.products-list li .products-entry .products-content {
  margin-left: 224px;
}
.products-loop.products-list li .products-entry .products-content .desc {
  margin-bottom: 15px;
}
.products-loop li .products-content .item-price {
  margin-bottom: 5px;
}
.quickview-container {
  background: #fff;
  border: 5px solid #949494;
  padding: 15px;
  overflow: hidden;
}
.quickview-container .single-product {
  padding-top: 5px;
}
.quickview-container .single-product .single-product-top {
  margin-bottom: 0;
}
.quickview-container .single-product .single-product-top .product-summary .cart .quantity {
  width: auto;
}
.quickview-container .single-product .single-product-top .product-summary .cart .quantity .qty {
  border: 1px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.quickview-container .single-product .single-product-top .product-summary .add_to_wishlist {
  margin: 0 5px;
}
.quickview-container .product-type-variable product-summary-bottom {
  position: relative;
}
.quickview-container .product-type-variable product-summary-bottom .add_to_wishlist {
  position: absolute;
  bottom: 24px;
  left: 170px;
}
.single-product-top .product-images {
  margin-bottom: 30px;
}
.single-product-top .product-images .flex-thumbnail {
  width: 98px;
  float: left;
  position: relative;
  margin: 0;
  top: 10px;
  background: none;
}
.quickview-container .single-product-top .product-images .flex-thumbnail {
  top: 14px;
}
.single-product-top .product-images .flex-thumbnail .flex-viewport {
  visibility: visible;
  overflow: hidden;
  position: relative;
  z-index: 2;
  left: 0px;
  margin: 0px;
  height: 436px;
}
.single-product-top .product-images .flex-thumbnail .flex-viewport ul > li {
  float: none !important;
  margin-bottom: 11px;
}
.single-product-top .product-images .flex-thumbnail .flex-viewport ul > li a img {
  border: 1px solid #ddd;
}
.single-product-top .product-images .flex-thumbnail .flex-viewport ul > li.flex-active-slide a img {
  border: 1px solid #ea3a3c;
}
.ie9 .single-product-top .product-images .flex-thumbnail .flex-viewport ul > li a img {
  border-right: 2px solid #ddd;
  border-left: 2px solid #ddd;
}
.ie9 .single-product-top .product-images .flex-thumbnail .flex-viewport ul > li.flex-active-slide a img {
  border-right: 2px solid #ea3a3c;
  border-left: 2px solid #ea3a3c;
}
.ie9 .single-product-top .product-images .flex-thumbnail .flex-viewport {
  height: 419px;
}
.quickview-container .single-product-top .product-images .flex-thumbnail .flex-viewport {
  height: 326px;
}
.single-product-top .product-images .flex-thumbnail .flex-direction-nav li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: 37px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.single-product-top .product-images .flex-thumbnail .flex-direction-nav li a.flex-prev {
  top: -31px;
  margin: 0;
}
.single-product-top .product-images .flex-thumbnail .flex-direction-nav li a.flex-prev:before {
  font-size: 20px;
  color: #999;
  content: "\f077";
  font-family: "fontawesome";
  margin: 9px 0 0 -5px;
}
.single-product-top .product-images .flex-thumbnail .flex-direction-nav li a.flex-prev:hover:before {
  color: #ea3a3c;
}
.single-product-top .product-images .flex-thumbnail .flex-direction-nav li a.flex-next {
  bottom: -10px;
  margin: 0;
  top: auto;
}
.single-product-top .product-images .flex-thumbnail .flex-direction-nav li a.flex-next:before {
  font-size: 20px;
  color: #999;
  content: "\f078";
  font-family: "fontawesome";
  margin: 9px 0 0 -5px;
}
.single-product-top .product-images .flex-thumbnail .flex-direction-nav li a.flex-next:hover:before {
  color: #ea3a3c;
}
.single-product-top .product-images .flexslider-product {
  position: relative;
  margin-left: 109px;
}
.single-product-top .product-images .flexslider-product .flex-viewport {
  position: relative;
  border: 1px solid #ddd;
}
.single-product-top .product-images .flexslider-product .flex-viewport ul li .mousetrap {
  cursor: move !important;
}
.single-product-top .product-images .flexslider-product .flex-viewport ul li .onsale {
  top: 30px;
  left: 70px;
}
.single-product-top .product-summary h1 {
  font-size: 20px;
  font-weight: 700;
}
.single-product-top .product-summary .reviews-content {
  display: inline-block;
  margin: 13px 0 10px;
}
.single-product-top .product-summary .reviews-content div.star {
  float: left;
  display: inline-block;
  margin-right: 10px;
  top: 1;
}
.single-product-top .product-summary .reviews-content a.woocommerce-review-link {
  color: #666;
  font-size: 12px;
  position: relative;
  float: left;
  bottom: 1px;
}
.single-product-top .product-summary .product-stock span {
  font-weight: bold;
  color: #444;
}
.single-product-top .product-summary .product-stock span.stock {
  color: #ea3a3c;
}
.single-product-top .product-summary .product-description {
  margin: 12px 0 15px;
}
.single-product-top .product-summary .product-description h2.quick-overview {
  font-weight: bold;
  font-size: 116.67%;
  margin-bottom: 7px;
  color: #444;
}
.single-product-top .product-summary .price {
  clear: both;
  margin: 0px 0 20px;
  display: inline-block;
}
.single-product-top .product-summary .price del {
  float: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 5px;
  opacity: 1 !important;
  top: 3px;
}
.quickview-container .single-product-top .product-summary .price del {
  top: 1px;
}
.single-product-top .product-summary .price ins {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 10px;
}
.single-product-top .product-summary .price ins .amount {
  font-size: 18px;
  font-weight: bold;
}
.single-product-top .product-summary .price .amount {
  font-size: 18px;
  font-weight: bold;
  color: #ea3a3c;
}
.single-product-top .product-summary .product-summary-bottom .product_meta {
  margin-bottom: 15px;
}
.single-product-top .product-summary .product-summary-bottom .stock {
  display: none;
}
.single-product-top .product-summary .product-summary-bottom .cart {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.single-product-top .product-summary .product-summary-bottom .cart .quantity:before {
  content: "Qty :" !important;
  line-height: 30px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
.single-product-top .product-summary .product-summary-bottom .cart .quantity input.minus,
.single-product-top .product-summary .product-summary-bottom .cart .quantity .plus {
  height: 15px !important;
}
.single-product-top .product-summary .product-summary-bottom .cart .quantity input.input-text.qty.text {
  height: 30px !important;
  margin: 0;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  padding: 0px;
  text-align: center !important;
}
.single-product-top .product-summary .product-summary-bottom .cart .single_add_to_cart_button {
  color: #fff !important;
  display: inline-block;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0px !important;
  text-shadow: none !important;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  padding: 0;
  padding-right: 10px;
  background-image: url(../assets/img/btn-cart.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 9px center;
  background-color: #666;
  text-transform: uppercase;
}
.single-product-top .product-summary .product-summary-bottom .cart .single_add_to_cart_button:hover {
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  background-color: #ea3a3c !important;
  color: #fff !important;
}
.single-product-top .product-summary .product-summary-bottom .compare-button a.button.compare {
  top: 0;
  right: -80px;
}
.single-product-top .product-summary .product-summary-bottom .single_variation_wrap {
  position: relative;
}
.single-product-top .product-summary .product-summary-bottom .single_variation_wrap .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  left: auto;
  right: -13px;
}
.single-product-top .product-summary .product-summary-bottom .single_variation_wrap .compare-button a.button.compare {
  right: -52px;
}
.product-type-external .single-product-top .product-summary .product-summary-bottom {
  position: relative;
}
.product-type-external .single-product-top .product-summary .product-summary-bottom .yith-wcwl-add-to-wishlist {
  right: auto;
  left: 130px;
}
.product-type-external .single-product-top .product-summary .product-summary-bottom .compare-button a.button.compare {
  right: auto;
  left: 168px;
  top: -49px;
}
.single-product-top .product-summary .product-summary-bottom .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  top: 0;
  right: -40px;
}
.quickview-container .single-product-top .product-summary .product-summary-bottom .yith-wcwl-add-to-wishlist {
  right: -35px;
}
.rtl .quickview-container .single-product-top .product-summary .product-summary-bottom .yith-wcwl-add-to-wishlist {
  right: auto;
  left: -35px;
}
.single-product-top .product-summary .product-summary-bottom .tooltip {
  display: none !important;
}
.single-product-top .product-summary .variations_form table.variations {
  margin: 0;
}
.single-product-top .product-summary .variations_form table.variations tr {
  border: 0;
}
.single-product-top .product-summary .variations_form table.variations tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.single-product-top .product-summary .variations_form table.variations tr td.label {
  color: #444;
  vertical-align: middle !important;
  font-size: 12px;
}
.single-product-top .product-summary .variations_form table.variations tr td.label label {
  margin-top: 25px;
}
.single-product-top .product-summary .variations_form table.variations tr td.value select {
  padding: 7px 15px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.single-product {
  z-index: 1;
  position: relative;
}
.single-product .tabbable ul.nav.nav-tabs {
  margin-bottom: 0;
}
.single-product .tabbable ul li a {
  text-transform: uppercase;
}
.single-product .tabbable .tab-content {
  padding: 30px 20px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.single-product .social-share {
  margin-bottom: 30px;
}
.single-product .page-button .control-button li {
  top: 55%;
}
.page-links {
  margin-bottom: 15px;
}
.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0;
  color: #444;
}
.page-links > a {
  background: #ea3a3c;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
}
.page-links > a:hover {
  color: #ea3a3c;
  background: #fff;
  border-color: #ea3a3c;
}
.page-links > span {
  background: #da1719;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
}
.entry-meta-tag {
  margin-bottom: 15px;
}
.category-contents .category-header {
  margin-bottom: 30px;
}
.category-contents .category-header h1 {
  font-size: 20px;
  position: relative;
  font-weight: bold;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.category-contents .blog-content-list .post {
  background: #f6f6f6;
}
.category-contents .blog-content-list .post .entry {
  border: 0;
}
.category-contents .blog-content-list .post .entry .entry-thumb {
  margin: 0 20px 0 0;
}
.category-contents .blog-content-list .post .entry .entry-content {
  padding: 14px 0 0 0;
}
.category-contents .blog-content-list .post .entry .title-blog {
  margin-top: 13px;
}
.category-contents .blog-content-list .post .entry .bl_read_more {
  display: inline-block;
  padding: 8px 19px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #444;
  margin-bottom: 18px;
}
.category-contents .blog-content-list .post .entry .bl_read_more:hover {
  background: #ea3a3c;
  border: 1px solid #ea3a3c;
}
.category-contents .blog-content-list .post .entry .bl_read_more:hover a {
  color: #fff;
}
.category-contents .blog-content-list .post .entry .content-padding {
  padding: 10px;
}
.category-contents .grid-blog .post .entry .entry-thumb {
  width: 100%;
}
.category-contents .blog-full-list .post {
  margin-bottom: 20px;
}
.category-contents .blog-full-list .post .entry {
  border: none;
}
.category-contents .blog-full-list .post .entry .entry-thumb {
  margin: 0 0 15px 0;
  width: 100%;
}
.category-contents .blog-full-list .post .entry .meta {
  padding: 0px 15px 0 10px;
  width: 10%;
  text-align: center;
}
.category-contents .blog-full-list .post .entry .meta span {
  display: inline-block;
  width: 100%;
  padding: 24px 0px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.category-contents .blog-full-list .post .entry .meta span.entry-share:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background: url(../assets/img/icon-share.png);
}
.category-contents .blog-full-list .post .entry .meta span.entry-comment:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background: url(../assets/img/icon-comments.png);
}
.category-contents .blog-full-list .post .entry .meta span.entry-heart {
  border-bottom: none;
}
.category-contents .blog-full-list .post .entry .meta span.entry-heart:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background: url(../assets/img/icon-heart.png);
}
.category-contents .blog-full-list .post .entry .entry-content {
  padding: 0;
}
.category-contents .blog-full-list .post .entry .entry-content .title-blog {
  margin-top: 15px;
  margin-bottom: 22px;
}
.category-contents .blog-full-list .post .entry .entry-content .entry-description {
  margin-bottom: 25px;
}
.category-contents .blog-full-list .post .entry .entry-content .bl_read_more {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  background: #ea3a3c;
  border: 1px solid #ea3a3c;
}
.category-contents .blog-full-list .post .entry .entry-content .bl_read_more a {
  color: #fff;
}
.category-contents .blog-full-list .post .entry .entry-content .bl_read_more:hover {
  border: 1px solid #444;
  background: #fff;
}
.category-contents .blog-full-list .post .entry .entry-content .bl_read_more:hover a {
  color: #444;
}
.category-contents .post {
  margin-bottom: 30px;
}
.category-contents .post .entry {
  border: 1px solid #ddd;
}
.category-contents .post .entry .entry-thumb {
  float: left;
  margin: 0 0px 20px 0;
  vertical-align: top;
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.category-contents .post .entry .entry-thumb .gallery-slider .carousel-control {
  text-indent: -999px;
  margin-top: -21px;
  top: 50%;
}
.category-contents .post .entry .entry-thumb .gallery-slider .carousel-control.left {
  background: url('../assets/img/arrow-lf-slide.png') no-repeat center 0;
  margin-left: 30px;
}
.category-contents .post .entry .entry-thumb .gallery-slider .carousel-control.carousel-control.right {
  background: url('../assets/img/arrow-rg-slide.png') no-repeat center 0;
  margin-right: 30px;
}
.category-contents .post .entry .entry-content {
  vertical-align: top;
  padding: 0 18px;
}
.category-contents .post .entry .entry-content .title-blog h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
}
.category-contents .post .entry .entry-content .entry-summary {
  margin-bottom: 30px;
  margin-top: 15px;
  line-height: 20px;
}
.category-contents .post .entry .entry-content .entry-summary .more-link {
  display: none;
}
.category-contents .post .entry .entry-content .entry-description {
  line-height: 20px;
  margin-bottom: 20px;
}
.category-contents .post .entry .entry-meta {
  padding: 10px 18px;
  border-top: 1px solid #ddd;
}
.category-contents .post .entry .entry-meta .bl_read_more {
  display: inline-block;
}
.category-contents .post .entry .entry-meta .bl_read_more a {
  font-weight: 700;
}
.category-contents .post .entry .entry-meta .entry-comment {
  float: right;
}
.category-contents .post .entry .entry-meta .entry-comment:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  margin-right: 5px;
  background: url(../assets/img/comment.png);
}
.entry-date:before {
  content: "\f073";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: #666;
}
.entry-category {
  padding-left: 30px;
}
.entry-category span {
  font-weight: bold;
}
.single .entry-title {
  font-size: 16px;
  font-weight: bold;
}
.single .header-single {
  margin-bottom: 15px;
}
.single .single-content {
  margin-bottom: 25px;
}
.single .single-tag {
  background: url("../assets/img/bg-tags.png") no-repeat left 12px;
  display: inline-block;
  clear: both;
  padding: 10px 0 0 30px;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
}
.single .single-tag span {
  font-weight: bold;
  font-size: 16px;
}
.single .single-tag a {
  color: #444;
  font-weight: bold;
}
.single .single-tag a:hover {
  color: #ea3a3c;
}
.single .single-thumb {
  margin: 30px 0;
  text-align: center;
}
.single .single-thumb img {
  display: inline-block;
}
.single .social-share {
  margin: 0 0 30px;
}
.single .single-post-relate {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.single .single-post-relate h3 {
  font-size: 16px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.single .single-post-relate .item-relate-img {
  margin-bottom: 15px;
  overflow: hidden;
}
.single .single-post-relate .item-relate-img a {
  display: block;
  overflow: hidden;
}
.single .single-post-relate .item-relate-img a img {
  width: 100%;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin: 0;
}
.single .single-post-relate .item-relate-img a img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.single .single-post-relate .item-relate-content h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.single .single-post-relate .item-relate-content h4 a {
  color: #444;
}
.single .single-post-relate .item-relate-content h4 a:hover {
  color: #ea3a3c;
}
.commentlist .comment {
  padding-left: 0px;
  margin-bottom: 20px;
}
.commentlist .author {
  width: 68px;
  float: left;
  height: 68px;
  margin-right: 10px;
  vertical-align: top;
}
.commentlist .media-body {
  overflow: hidden;
}
.commentlist .media-body .media p {
  white-space: normal;
}
.commentlist .media-body .media .time {
  display: none;
}
.commentlist .media-body .media .author-name a {
  font-size: 15px;
  color: #666666;
  text-transform: capitalize;
}
.commentlist .media-body .media .author-name a:hover {
  color: #ea3a3c;
}
.commentlist ul.children {
  margin-left: 30px;
}
.commentlist ul.children .comment .author {
  width: 50px;
  height: 50px;
}
.commentlist ul.children .comment .author img {
  width: 100%;
}
#commentform .cmm-box-left {
  width: 32%;
  margin-right: 2%;
  float: left;
  vertical-align: top;
}
#commentform .cmm-box-left .control-group {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
#commentform .cmm-box-left .control-group span {
  text-align: center;
  width: 15%;
  height: 35px;
  float: left;
  line-height: 35px;
  margin: 0;
  background: #a2a2a2;
}
#commentform .cmm-box-left .control-group span img {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#commentform .cmm-box-left .control-group span:hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #ea3a3c;
}
#commentform .cmm-box-left .control-group input {
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: none;
  height: 35px;
  width: 85%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
  color: #909090;
  padding: 0 0 0 10px;
  margin: 0;
  box-shadow: none;
}
#commentform .cmm-box-right {
  display: inline-block;
  width: 66%;
}
#commentform .cmm-box-right textarea {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #909090;
  width: 100%;
  padding: 1%;
}
#commentform .cmm-box-right .btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  background: #868686;
  color: #fff;
  padding: 8px 15px;
}
#commentform .cmm-box-right .btn:hover {
  background: #ea3a3c;
}
.row .breadcrumbs {
  display: none;
}
div#respond {
  margin: 0 0 30px 0;
}
.about_us {
  margin-bottom: 30px;
}
.about_us .vc_separator {
  margin-bottom: 30px;
}
.about_us h4 {
  position: relative;
  font-size: 20px;
  color: #444444;
}
.about_us .widget.widget_nav_menu ul.menu > li {
  list-style: none;
  background: url('../assets/img/default/icon-whylist.png') no-repeat;
  background-position: left 1px;
}
.about_us .widget.widget_nav_menu ul.menu > li a {
  color: #666666;
  border-bottom: 1px dotted #999999;
  display: block;
  margin-left: 30px;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
.about_us .widget.widget_nav_menu ul.menu > li a:hover {
  color: #ea3a3c;
}
.about_us .widget.widget_nav_menu ul.menu > li:last-child a {
  border-bottom: 0;
}
.page .wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.post .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  width: auto !important;
  background: #fff;
  padding: 0;
  top: 0;
  left: 5px;
}
.page header h2 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 30px;
}
.page .box-contact-us .contact-map .border-map {
  border: 6px solid #ececec;
  margin-bottom: 35px;
}
.page .box-contact-us .contact-map .border-map iframe {
  margin-bottom: 0;
}
.page .box-contact-us p {
  font: 12px/18px;
}
.page .box-contact-us .contact-form-submit {
  float: left;
}
.page .box-contact-us .contact-form-submit form.wpcf7-form p {
  margin-bottom: 10px;
  display: block;
}
.page .box-contact-us .contact-form-submit form.wpcf7-form p span {
  width: 100%;
}
.page .box-contact-us .contact-form-submit textarea {
  width: 100%;
  height: 170px;
  border: 1px solid #e6e6e6;
  padding: 10px 10px;
  color: #909090;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  margin: 0;
}
.page .box-contact-us .contact-form-submit input[type="email"],
.page .box-contact-us .contact-form-submit input[type="text"] {
  width: 72%;
  height: 31px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #909090;
  font-size: 11px;
  margin: 0;
  padding: 5px 10px;
}
.page .box-contact-us .contact-form-submit input[type="submit"] {
  padding: 10px 15px 10px 15px;
  background: #878787;
  text-align: center;
  color: #fff;
  font-weight: 400;
  border: none;
  font-size: 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 10px;
}
.page .box-contact-us .contact-form-submit input[type="submit"]:hover {
  background: #ea3a3c;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wrap-contact-address {
  clear: both;
  width: 100%;
  margin: 15px 0 0 0;
  display: inline-block;
  padding: 0 0 40px 0;
}
.wrap-contact-address ul {
  margin-left: 0;
}
.wrap-contact-address .contact-address span.hotline {
  padding-left: 48px;
}
.wrap-contact-address .contact-address p.ct-street {
  background: url("../assets/img/adress-icon.png") no-repeat scroll left center rgba(0,0,0,0);
  padding: 7px 0 7px 45px;
  font: 12px/24px;
  color: #666666;
  max-width: 289px;
  display: inline-block;
}
.wrap-contact-address .contact-address p.ct-street a {
  font-size: 14px;
}
.wrap-contact-address .contact-address .ct-email {
  background: url("../assets/img/email-icon.png") no-repeat scroll left top rgba(0,0,0,0);
  color: #A9A9A9;
  display: block;
  margin: 0 0 10px;
  padding: 7px 0 7px 45px;
  font: 12px/24px;
  color: #666666;
}
.wrap-contact-address .contact-address p.ct-hotline {
  background: url("../assets/img/mobile-icon.png") no-repeat scroll left top rgba(0,0,0,0);
  padding: 7px 0 7px 45px;
  font: 12px/24px;
  color: #666666;
}
.wrap-contact-address :last-child {
  margin-right: 0;
}
.phone-icon-menu,
.phone-icon-login,
.phone-icon-cart,
.phone-icon-search {
  display: none;
  position: relative;
}
.widget_revslider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.widget_revslider .black-text-title {
  font-size: 48px;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #3b3b3b;
  border-style: none;
}
.widget_revslider .slider-text-1 {
  font-size: 30px;
  color: #3b3b3b;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #3b3b3b;
  border-style: none;
}
.widget_revslider .slider-text-2 {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #444444;
  border-style: none;
  color: #444;
}
.widget_revslider .slider-text-3 {
  color: #444444;
  max-width: 340px;
}
.widget_revslider .slider-text-viewdetails a {
  padding: 10px 16px;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 300 !important;
}
.widget_revslider .slider-text-viewdetails a:hover {
  color: #F3D201;
}
.pagination.nav-pag {
  margin-bottom: 50px;
}
.pagination.nav-pag .disabled.pagination {
  display: none;
}
.pagination.nav-pag ul li.disabled.prev a,
.pagination.nav-pag ul .disabled.next a {
  background: none;
  color: #909090;
  display: block;
}
.pagination.nav-pag ul li.disabled a {
  background: #ea3a3c;
  color: #fff;
  display: block;
}
.pagination.nav-pag ul li {
  list-style: none;
  border: 1px solid #e9e9e9;
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination.nav-pag ul li a {
  padding: 5px 12px;
  color: #909090;
  display: block;
}
.pagination.nav-pag ul li a:hover {
  background: #ea3a3c;
  color: #fff;
}
div.category-blog nav {
  display: none;
}
.tagcloud a {
  border: 1px solid #dfdfdf;
  padding: 7px 11px;
  margin: 0 2px 5px 0;
  display: inline-block;
  color: #686868;
}
.tagcloud a:hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #ea3a3c;
  color: #fff;
}
.ya-comments .ya-comment {
  border-bottom: 1px dashed #c9c9c9;
  margin-bottom: 0;
  padding-bottom: 20px;
  background: #FFF url("../assets/img/icon-siderbar-comment.png") 0 0 no-repeat;
  padding-left: 35px;
  color: #666666;
}
.ya-comments .ya-comment:last-child {
  border: none;
  padding-bottom: 0;
}
.ya-comments .ya-comment .comment-author {
  width: 100%;
  font-size: 11px;
  margin-top: 10px;
}
.ya-comments .ya-comment .comment-author span {
  color: #909090;
}
.ya-comments .ya-comment .comment-author a {
  color: #ea3a3c;
}
.ya-comments .ya-comment +.ya-comment {
  margin-top: 20px;
}
.sw-recent .sw-recent-content {
  border-bottom: 1px dashed #c9c9c9;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
}
.sw-recent .sw-recent-content:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.sw-recent .sw-recent-content img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.sw-recent .sw-recent-content .sw-recent-detail {
  display: inline-block;
}
.sw-recent .sw-recent-content .sw-recent-detail .item-title {
  margin-bottom: 8px;
}
.sw-recent .sw-recent-content .sw-recent-detail .item-title a {
  font-size: 14px;
  font-weight: 300;
}
.sw-recent .sw-recent-content .sw-recent-detail .item-date {
  font-size: 11px;
  color: #909090;
}
.sw-recent .sw-recent-content .sw-recent-detail a {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
}
.sw-recent .sw-recent-content .sw-recent-detail a:hover {
  color: #ea3a3c;
}
table.shop_table tr td {
  vertical-align: middle;
}
table.shop_table .coupon {
  width: 50%;
  float: left;
}
table.shop_table .coupon label {
  vertical-align: middle;
  padding-top: 5px;
}
table.shop_table .coupon input#coupon_code {
  width: 30%;
  height: 31px !important;
  padding: 2px 12px;
}
table.shop_table .coupon input {
  display: inline-block;
  vertical-align: top;
}
table.shop_table .box-chekout {
  display: inline-block;
}
.form-row input {
  padding: 10px;
}
.form-row input.button {
  padding: 10px 25px;
  background: #ea3a3c;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
  border: 1px solid #fff;
}
.form-row input.button:hover {
  background: #fff;
  border: 1px solid #444;
  color: #ea3a3c;
}
.carousel-inner .item-detail {
  width: 100%;
}
.box-upsell-title {
  display: table;
  text-align: center;
  margin: 0 auto 40px;
}
.box-upsell-title h2 {
  font-size: 24px;
}
.box-upsell-title img {
  display: inline-block;
}
.padding-login-content,
.register-form {
  background: #fff;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  -webkit-box-shadow: 0 3px 3px #999;
  box-shadow: 0 3px 3px #999;
  padding: 20px 0 0;
}
.iphone-search-form {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  padding: 20px;
  top: 52px;
  z-index: 8988;
  display: none;
}
.iphone-search-form label {
  display: none;
}
.iphone-search-form input {
  display: inline-block;
}
.iphone-search-form input[type="text"] {
  background: none repeat scroll 0 0 #ededed;
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #909090;
  font-size: 11px;
  height: 42px;
  padding: 0 0 0 15px;
  width: 75%;
}
.iphone-search-form input[type="submit"] {
  background: url("../assets/img/btnsearch.png") no-repeat scroll center center #e74847;
  border: medium none;
  border-radius: 3px;
  height: 42px;
  opacity: 0.8;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  width: 43px;
}
#commentform input[type="text"],
#commentform textarea {
  padding: 2px 10px;
}
a:hover {
  color: #ea3a3c;
}
.sw-pagination {
  margin-bottom: 50px;
}
.products-wrapper .products-nav:last-child {
  margin-bottom: 50px;
}
.minicart-content li a:hover {
  color: #ea3a3c;
}
.box-topadv {
  overflow: hidden;
  margin: 30px 0 25px;
}
.box-topadv .item-image {
  display: inline-block;
  margin-right: 2%;
  vertical-align: middle;
}
.box-topadv .item-content {
  display: inline-block;
  vertical-align: middle;
}
.box-topadv .item-content p {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.box-topadv .border-right {
  border-right: 1px solid #9d9d9d;
}
.navbar-nav {
  text-transform: uppercase;
}
h3 {
  font-weight: normal;
}
.primary-menu .navbar-inner .nav > li ul > li a {
  text-transform: capitalize;
}
.shop_table.table tr td .quantity.buttons_added input.minus {
  top: 14px;
}
#ship-to-different-address {
  padding: 3px;
}
#ship-to-different-address label,
#ship-to-different-address input {
  display: inline;
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: #fff;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  float: left;
  margin-top: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background: #ea3a3c;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
form.checkout {
  margin-bottom: 50px;
}
form.checkout h3 {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #ea3a3c !important;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  height: auto !important;
  background: #ea3a3c !important;
}
.woocommerce-page #contents,
.post #contents {
  margin-bottom: 30px;
}
.woocommerce table.shop_table td.actions,
.woocommerce-page table.shop_table td.actions {
  padding: 15px 10px !important;
}
.woocommerce table.shop_table td.actions input,
.woocommerce-page table.shop_table td.actions input {
  margin-bottom: 0;
}
.woocommerce table.shop_table td.actions .button,
.woocommerce-page table.shop_table td.actions .button {
  background: #ddd;
  color: #ea3a3c;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce table.shop_table td.actions .button:hover,
.woocommerce-page table.shop_table td.actions .button:hover {
  background: #ea3a3c;
  color: #fff;
}
.woocommerce table.shop_table td.actions .checkout-button,
.woocommerce-page table.shop_table td.actions .checkout-button {
  background: #ea3a3c;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}
.woocommerce table.shop_table td.actions .checkout-button:hover,
.woocommerce-page table.shop_table td.actions .checkout-button:hover {
  background: #fff;
  color: #ea3a3c;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
  margin-bottom: 20px !important;
}
.woocommerce #customer_login h2,
.woocommerce-page #customer_login h2 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register,
.woocommerce-page #customer_login form.login,
.woocommerce-page #customer_login form.register {
  border: 0;
  padding: 0;
}
.woocommerce #customer_login form.login .form-row .input-text,
.woocommerce #customer_login form.register .form-row .input-text,
.woocommerce-page #customer_login form.login .form-row .input-text,
.woocommerce-page #customer_login form.register .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
}
.woocommerce #customer_login form.login .form-row input.button,
.woocommerce #customer_login form.register .form-row input.button,
.woocommerce-page #customer_login form.login .form-row input.button,
.woocommerce-page #customer_login form.register .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
.woocommerce #customer_login form.login .form-row input.button:hover,
.woocommerce #customer_login form.register .form-row input.button:hover,
.woocommerce-page #customer_login form.login .form-row input.button:hover,
.woocommerce-page #customer_login form.register .form-row input.button:hover {
  background: #da1719;
  color: #fff;
}
.woocommerce form.lost_reset_password .form-row,
.woocommerce-page form.lost_reset_password .form-row {
  width: 300px;
}
.woocommerce form.lost_reset_password .form-row .input-text,
.woocommerce-page form.lost_reset_password .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
}
.woocommerce form.lost_reset_password .form-row input.button,
.woocommerce-page form.lost_reset_password .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
.woocommerce form.lost_reset_password .form-row input.button:hover,
.woocommerce-page form.lost_reset_password .form-row input.button:hover {
  background: #da1719;
  color: #fff;
}
.woocommerce .entry-content form.login,
.woocommerce-page .entry-content form.login {
  border: 0;
  padding: 0;
}
.woocommerce .entry-content form.login .form-row-first,
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-first,
.woocommerce-page .entry-content form.login .form-row-last {
  float: left;
  width: 48.5%;
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce .entry-content form.login .form-row-first .input-text,
.woocommerce .entry-content form.login .form-row-last .input-text,
.woocommerce-page .entry-content form.login .form-row-first .input-text,
.woocommerce-page .entry-content form.login .form-row-last .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
}
.woocommerce .entry-content form.login .form-row-last,
.woocommerce-page .entry-content form.login .form-row-last {
  margin-left: 3%;
}
.woocommerce .entry-content form.login .form-row label.inline,
.woocommerce-page .entry-content form.login .form-row label.inline {
  clear: both;
  display: block;
}
.woocommerce .entry-content form.login .form-row input.button,
.woocommerce-page .entry-content form.login .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
.woocommerce .entry-content form.login .form-row input.button:hover,
.woocommerce-page .entry-content form.login .form-row input.button:hover {
  background: #da1719;
  color: #fff;
}
.woocommerce .entry-content form.login .lost_password a,
.woocommerce-page .entry-content form.login .lost_password a {
  color: #ea3a3c;
}
.woocommerce .entry-content form.login .lost_password a:hover,
.woocommerce-page .entry-content form.login .lost_password a:hover {
  color: #c31517;
}
.woocommerce .entry-content .checkout_coupon,
.woocommerce-page .entry-content .checkout_coupon {
  padding: 0;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row,
.woocommerce-page .entry-content .checkout_coupon .form-row {
  width: 180px;
  float: left;
  padding: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row .input-text,
.woocommerce-page .entry-content .checkout_coupon .form-row .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: initial;
}
.woocommerce .entry-content .checkout_coupon .form-row input.button:hover,
.woocommerce-page .entry-content .checkout_coupon .form-row input.button:hover {
  background: #da1719;
  color: #fff;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2,
.woocommerce-page .checkout .col2-set .col-1,
.woocommerce-page .checkout .col2-set .col-2 {
  float: left;
  width: 50%;
}
.woocommerce .checkout .col2-set .col-1 h3,
.woocommerce .checkout .col2-set .col-2 h3,
.woocommerce-page .checkout .col2-set .col-1 h3,
.woocommerce-page .checkout .col2-set .col-2 h3 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.woocommerce .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce .checkout .col2-set .col-2 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-1 .chosen-container-single .chosen-single,
.woocommerce-page .checkout .col2-set .col-2 .chosen-container-single .chosen-single {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .checkout .col2-set .col-1 input,
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 input,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 input,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 input,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  background: #f1f1f1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout .col2-set .col-1 textarea,
.woocommerce .checkout .col2-set .col-2 textarea,
.woocommerce-page .checkout .col2-set .col-1 textarea,
.woocommerce-page .checkout .col2-set .col-2 textarea {
  padding: 10px;
  min-height: 80px;
}
.woocommerce .checkout .col2-set .col-1 .woocommerce-billing-fields,
.woocommerce-page .checkout .col2-set .col-1 .woocommerce-billing-fields {
  padding-right: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields {
  padding-left: 15px;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address {
  padding: 0 0 10px;
  width: 100%;
}
.woocommerce .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label,
.woocommerce-page .checkout .col2-set .col-2 .woocommerce-shipping-fields h3#ship-to-different-address > label {
  padding: 0;
  margin: 0;
  font-weight: normal;
  vertical-align: initial;
}
.woocommerce .checkout #order_review table.shop_table,
.woocommerce-page .checkout #order_review table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce .checkout #order_review table.shop_table td,
.woocommerce .checkout #order_review table.shop_table tfoot th,
.woocommerce-page .checkout #order_review table.shop_table td,
.woocommerce-page .checkout #order_review table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
}
.woocommerce .checkout #order_review table.shop_table tr,
.woocommerce-page .checkout #order_review table.shop_table tr {
  background: #f1f1f1;
}
.woocommerce .checkout #order_review table.shop_table tr:hover,
.woocommerce-page .checkout #order_review table.shop_table tr:hover {
  background: #d8d8d8;
  cursor: pointer;
}
.woocommerce .checkout #payment,
.woocommerce-page .checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .checkout #payment #place_order,
.woocommerce-page .checkout #payment #place_order {
  width: auto;
  border: 0;
  background: #ea3a3c;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce .checkout #payment #place_order:hover,
.woocommerce-page .checkout #payment #place_order:hover {
  background: #c31517;
}
.woocommerce #content .cart input::-webkit-outer-spin-button,
.woocommerce #content .cart input::-webkit-inner-spin-button,
.woocommerce-page #content .cart input::-webkit-outer-spin-button,
.woocommerce-page #content .cart input::-webkit-inner-spin-button {
  display: none;
}
.woocommerce #content .cart .single_add_to_cart_button,
.woocommerce-page #content .cart .single_add_to_cart_button {
  margin-left: 5px;
}
.woocommerce #yith-wcwl-form table.shop_table,
.woocommerce-page #yith-wcwl-form table.shop_table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce #yith-wcwl-form table.shop_table td,
.woocommerce #yith-wcwl-form table.shop_table tfoot th,
.woocommerce-page #yith-wcwl-form table.shop_table td,
.woocommerce-page #yith-wcwl-form table.shop_table tfoot th {
  border-top: 1px solid #fff;
  padding: 10px 15px;
  text-align: start;
}
.woocommerce #yith-wcwl-form table.shop_table tr,
.woocommerce-page #yith-wcwl-form table.shop_table tr {
  background: #f1f1f1;
}
.woocommerce #yith-wcwl-form table.shop_table tr:hover,
.woocommerce-page #yith-wcwl-form table.shop_table tr:hover {
  background: #d8d8d8;
  cursor: pointer;
}
.woocommerce #yith-wcwl-form table.shop_table tr td.product-add-to-cart .add_to_cart,
.woocommerce-page #yith-wcwl-form table.shop_table tr td.product-add-to-cart .add_to_cart {
  background: #868686;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  text-shadow: none;
}
.woocommerce #yith-wcwl-form table.shop_table tr td.product-add-to-cart .add_to_cart:hover,
.woocommerce-page #yith-wcwl-form table.shop_table tr td.product-add-to-cart .add_to_cart:hover {
  background: #ea3a3c;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
  border-top-color: #ea3a3c !important;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  height: 2.5em !important;
  background: #ea3a3c !important;
}
.shipping-calculator-form select,
.shipping-calculator-form input,
.shipping-calculator-form button {
  width: auto !important;
  min-width: 280px;
}
.shipping-calculator-form select {
  padding: 5px !important;
}
.shipping-calculator-form .button {
  color: #fff !important;
  background: #ea3a3c !important;
  text-shadow: none !important;
  width: auto !important;
  min-width: initial;
}
.shipping-calculator-form .button:hover {
  background: #fff !important;
  color: #ea3a3c !important;
}
#ya-totop {
  background: url("../assets/img/up-arrow.png") no-repeat scroll center center transparent;
  border-radius: 45px;
  bottom: 15px;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 15px;
  width: 45px;
  z-index: 9999;
  background-color: #ea3a3c;
}
#ya-totop:hover {
  background-color: #ef686a;
}
div.wpcf7 img.ajax-loader {
  width: 16px;
}
div.wpcf7-validation-errors {
  margin: 0;
  position: relative;
  top: -10px;
}
a.loading {
  background: url("../assets/img/loadingp.gif") no-repeat scroll center center #868686 !important;
  background-size: 50% !important;
}
.products-loop.list .item-bottom a.loading {
  background-size: 25% !important;
}
#content .single-product {
  padding-top: 5px;
}
.woocommerce form .form-row label #rememberme,
.woocommerce form .form-row label #rememberme,
.woocommerce-page form .form-row label #rememberme,
.woocommerce-page form .form-row label #rememberme {
  float: left;
  margin: 4px 5px 0 0;
}
.woocommerce form .lost_password a,
.woocommerce-page form .lost_password a {
  color: #444;
}
.woocommerce form .lost_password a:hover,
.woocommerce-page form .lost_password a:hover {
  color: #ea3a3c;
}
#cboxLoadedContent {
  overflow: initial !important;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  display: none;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #ea3a3c;
}
@-moz-document url-prefix() {
  .sw-woo-container-slider .left-child {
    min-height: 320px;
    max-height: 320px;
  }
  .box-layout .sw-woo-container-slider .left-child {
    min-height: 309px;
    max-height: 309px;
  }
}
.ie9 .sw-woo-container-slider .left-child {
  min-height: 319px;
  max-height: 319px;
}
.number-spin-btn-container {
  display: none !important;
}
.cat-wrapper label {
  margin-bottom: 0;
  display: block;
}
.cat-wrapper label:after {
  color: #000;
  content: "";
  font-family: "FontAwesome";
  line-height: 37px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 0;
}
.sidebar-above-footer {
  position: relative;
  background-color: #444444;
  color: #fff;
  padding: 12px 0px 0px;
}
.sidebar-above-footer .socials-wrap {
  text-align: center;
  background-color: #3a3a3a;
}
.sidebar-above-footer .socials-wrap ul li {
  display: inline-block;
}
.sidebar-above-footer .socials-wrap ul li a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.sidebar-above-footer .socials-wrap ul li a:hover {
  color: #ea3a3c;
}
.sidebar-above-footer .block-subscribe-footer .title-block {
  display: inline-block;
  padding: 1px 0 0px 60px;
  background: url(../assets/img/icon-newletter-footer.png) no-repeat left center;
}
.sidebar-above-footer .block-subscribe-footer .title-block h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 2px 0 8px;
}
.sidebar-above-footer .block-subscribe-footer .title-block p {
  margin: 0;
  padding: 0;
}
.sidebar-above-footer .block-subscribe-footer .block-content {
  float: right;
  padding-top: 5px;
}
.sidebar-above-footer .block-subscribe-footer .block-content .newsletter-content {
  position: relative;
  min-height: 40px;
}
.sidebar-above-footer .block-subscribe-footer .block-content .newsletter-content .newsletter-email {
  width: 350px;
  height: 36px;
  background-color: #eeeeee;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.sidebar-above-footer .block-subscribe-footer .block-content .newsletter-content .newsletter-submit {
  height: 36px;
  line-height: 36px;
  position: absolute;
  border: none;
  border-radius: 0;
  background-color: #ea3a3c;
  right: 0;
  top: 0;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
}
.sidebar-above-footer .block-subscribe-footer .block-content .newsletter-content .newsletter-submit:hover {
  background-color: #ef686a;
}
footer {
  background-color: #eeeeee;
}
footer >.container {
  padding: 20px 0 10px;
}
footer .content-block-footer {
  padding-right: 20px;
}
footer .footer-column {
  border-left: 1px solid #dddddd;
  padding-left: 20px;
}
footer .footer-column .footer-border {
  padding: 6px 0px 2px;
}
footer .footer-column .footer-border > h2 {
  font-size: 150%;
  font-weight: bold;
  color: #444;
  margin-bottom: 20px;
}
footer .footer-column .footer-border li {
  padding-bottom: 10px;
}
footer .footer-column .footer-border ul {
  margin: 0;
}
footer .footer-column .footer-border ul.contact-us {
  list-style: none;
  margin-bottom: 25px;
}
footer .footer-column .footer-border ul.contact-us li {
  padding-bottom: 5px;
}
footer .footer-column .footer-border ul.contact-us li .sp-ic {
  width: 20px;
  display: inline-block;
  text-align: center;
  color: #ea3a3c;
  margin: 0;
}
footer .footer-column .footer-border .payment-method li {
  display: inline-block;
  margin-right: 7px;
}
footer .footer-column:last-child .footer-border {
  border-right: none;
}
footer .copyright {
  background-color: #dddddd;
  padding: 8px 0;
}
.portfolio-left h2,
.portfolio-full h2 {
  font-size: 20px;
}
.portfolio-left h2:after,
.portfolio-full h2:after {
  content: "";
  border-bottom: 1px solid #E74847;
  display: block;
  width: 50px;
  margin-top: 7px;
}
.porfolio .portfolio-tab {
  text-align: center;
}
.porfolio .portfolio-tab ul {
  margin-left: 0;
  margin-bottom: 36px;
}
.porfolio .portfolio-tab ul li {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding-right: 10px;
}
.porfolio .portfolio-tab ul li.selected {
  color: #ea3a3c;
}
.porfolio .btn-loadmore {
  padding: 0;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  min-height: 40px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.porfolio .btn-loadmore:hover {
  background: #ea3a3c;
  color: #fff;
}
.porfolio .btn-loadmore.btn-loading {
  background: url(../assets/img/loadingp.gif) no-repeat center center;
  border-color: transparent;
}
.porfolio .btn-loadmore.btn-loading .des-load:before {
  content: "";
}
.porfolio .btn-loadmore .des-load {
  font-size: 16px;
  padding: 10px 0;
  display: block;
  line-height: normal;
}
.porfolio .btn-loadmore .des-load:before {
  content: attr(data-label);
}
.porfolio .btn-loadmore.btn-loaded  .des-load:before {
  content: attr(data-label-loaded);
}
.porfolio .ya-portfolio-masonry {
  margin: 0 0 40px;
}
.porfolio .ya-portfolio-masonry .portfolio-item {
  width: 25%;
  float: left;
  margin: 0;
}
.porfolio .ya-portfolio-masonry .portfolio-item .portfolio-masonry-inner {
  overflow: hidden;
  position: relative;
}
.porfolio .ya-portfolio-masonry .portfolio-item .portfolio-masonry-inner a.portfolio-img {
  margin: 0;
}
.porfolio .ya-portfolio-masonry .portfolio-item .portfolio-masonry-inner a.portfolio-img:after,
.porfolio .ya-portfolio-masonry .portfolio-item .portfolio-masonry-inner a.portfolio-img:before {
  display: none;
}
.porfolio .ya-portfolio-masonry .portfolio-item .portfolio-masonry-inner h3 {
  margin: 0;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background: rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.porfolio .ya-portfolio-masonry .portfolio-item .portfolio-masonry-inner h3 a {
  color: #fff;
}
.porfolio .ya-portfolio-masonry .portfolio-item .portfolio-masonry-inner h3 a:hover {
  color: #ea3a3c;
}
.porfolio .ya-portfolio-masonry .portfolio-item:hover .portfolio-masonry-inner h3 {
  bottom: 0;
}
.porfolio .ya-portfolio-masonry .portfolio-item:hover img {
  opacity: 0.8;
}
.porfolio .ya-portfolio-masonry .portfolio-item.masonry-columns-2 {
  width: 50%;
}
.porfolio .ya-portfolio-masonry .portfolio-item.masonry-columns-3 {
  width: 33%;
}
.porfolio .ya-portfolio-masonry .portfolio-item.masonry-columns-5 {
  width: 20%;
}
.portfolio-container ul {
  list-style: outside none none;
}
.portfolio-container ul li {
  vertical-align: top;
  margin: 0px 0px 5px;
}
.portfolio-container ul li a.portfolio-img {
  display: block;
  position: relative;
  margin-bottom: 7px;
}
.portfolio-container ul li a.portfolio-img:hover:before,
.portfolio-container ul li a.portfolio-img:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.portfolio-container ul li a.portfolio-img:before {
  content: "";
  background: url(../assets/img/icon-more.png) no-repeat center center;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 9;
  background-color: #656565;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
}
.portfolio-container ul li a.portfolio-img:after {
  z-index: 2;
  content: "";
  background: rgba(225,225,225,0.7);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-container ul li a.portfolio-img img {
  width: 100%;
}
.portfolio-container ul li h3 {
  font-size: 16px;
  line-height: normal;
}
.portfolio-container ul li h3 a {
  color: #666666;
}
.portfolio-container ul li h3 a:hover {
  color: #ea3a3c;
}
@media (max-width: 991px) and (min-width: 768px) {
  .porfolio .ya-portfolio-masonry .portfolio-item.masonry-columns-5 {
    width: 33.3333%;
  }
}
@media (max-width: 767px) and (min-width: 361px) {
  .porfolio .ya-portfolio-masonry .portfolio-item,
  .porfolio .ya-portfolio-masonry .portfolio-item.masonry-columns-2,
  .porfolio .ya-portfolio-masonry .portfolio-item.masonry-columns-3,
  .porfolio .ya-portfolio-masonry .portfolio-item.masonry-columns-5 {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .porfolio .ya-portfolio-masonry .portfolio-item,
  .porfolio .ya-portfolio-masonry .portfolio-item.masonry-columns-2,
  .porfolio .ya-portfolio-masonry .portfolio-item.masonry-columns-3,
  .porfolio .ya-portfolio-masonry .portfolio-item.masonry-columns-5 {
    width: 100%;
  }
}