@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(../css/decima.css);
/*------------------------------------------------------------------
[Table of contents]

1. Mixins
2. Typography
3. Main Nav
4. Sections
5. Shopping Cart
6. Icon Box
7. Shop Item
8. Shop Highlight
9. Shop Top Rated
10. Shop Recently Viewed
11. Post Preview Mini
12. Twitter
13. Newsletter Box
14. Simple Form
15. Link Widget
16. Categories Widget
17. Search Widget
18. Social Widget
19. Newsletter Widget
20. Recent Posts Widget
21. Photo Stream Widget
22. Call To Action
23. Portfolio Page Info
24. Portfolio Page Images
25. Portfolio Item Thumbnail
26. Testimonial
27. Blockquote
28. Paragraph Hightlight
29. Code
30. Emphasis
31. Dropcat
32. Lists
33. Price Box
34. Accordion
35. Charts
36. Table
37. Alert Box
38. Tabs
39. Person Box
40. Checkout Forms
41. Order Summary
42. Shop Section Navigation
43. Post & Preview
44. Cart Summary
45. Shop List Filters
46. Comment List
47. 404 Page
48. Footer
49. Miscellaneous
50. Helper Classes
51. Google Maps
52. Glyphicons
53. Breadcrumbs
54. Pager
55. Shop Item Actions
56. Rating
57. Spinner
58. Meta Info
59. Form Elements
60. Chosen
61. Buttons
62. Section Emphasis
63. Element Emphasis
64. Small Section Header
65. Section Header
66. Dropdown Caret
67. Isotope
68. Flexslider
69. Pretty Photo
70. Media Queries
71. Worpress Styles
72. Woocommerce Styles
-------------------------------------------------------------------*/
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
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: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #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 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.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: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
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: 10px;
  padding-right: 10px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: 10px;
  padding-right: 10px;
}
.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.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
  .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.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .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.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .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.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 20px;
  font-size: 21px;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.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: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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: 20px;
  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],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
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: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  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: #333333;
  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: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  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],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
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: 12px;
  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 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.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: 12px;
  line-height: 1.42857143;
  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 #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.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: #333333;
}
.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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.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: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}
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: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  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;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  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 #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.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 #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.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: 90px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: -10px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@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: 35px 10px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 28px;
  margin-bottom: 28px;
  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: 17.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 28px;
  margin-bottom: 28px;
}
@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;
  }
}
.navbar-form > button {
  margin-bottom: 0;
}
.navbar-form * {
  margin-right: 10px;
}
@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: 28px;
  margin-bottom: 28px;
}
.navbar-text {
  float: left;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.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: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  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: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .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: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  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: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  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: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  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: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  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: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.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: #428bca;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  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: 20px;
  margin-bottom: 20px;
  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: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.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: #ffffff;
  border: 1px solid #dddddd;
}
.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: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
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: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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 #dddddd;
}
.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: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
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: #ffffff;
  border: 1px solid #999999;
  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: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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: 14px;
  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: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  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 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.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;
  }
}
/*.login{
  width:50%;
}*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* EDIT BELOW */
/* ======================= */
/* ======= FONTS ========= */
/* ======================= */
/* ======================= */
/* ====== ELEMENTS ======= */
/* ======================= */
body.boxed .wrapper,
.ptn1 .wrapper,
.ptn2 .wrapper,
.ptn3 .wrapper,
.ptn4 .wrapper,
.ptn5 .wrapper,
.ptn6 .wrapper,
.ptn7 .wrapper,
.ptn8 .wrapper,
.ptn9 .wrapper,
.ptn10 .wrapper,
.ptn11 .wrapper,
.ptn12 .wrapper {
  background-color: #ffffff;
  max-width: 1200px;
  margin: auto;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}
.ptn1,
.ptn2,
.ptn3,
.ptn4,
.ptn5,
.ptn6,
.ptn7,
.ptn8,
.ptn9,
.ptn10,
.ptn11,
.ptn12 {
  background-attachment: fixed !important;
}
.ptn1 {
  background: url("../images/00.jpg") repeat;
}
.ptn2 {
  background: url("../images/01.jpg") repeat;
}
.ptn3 {
  background: url("../images/01.png") repeat;
}
.ptn4 {
  background: url("../images/02.jpg") repeat;
}
.ptn5 {
  background: url("../images/02.png") repeat;
}
.ptn6 {
  background: url("../images/03.jpg") repeat;
}
.ptn7 {
  background: url("../images/03.png") repeat;
}
.ptn8 {
  background: url("../images/04.jpg") repeat;
}
.ptn9 {
  background: url("../images/04.png") repeat;
}
.ptn10 {
  background: url("../images/05.jpg") repeat;
}
.ptn11 {
  background: url("../images/05.png") repeat;
}
.ptn12 {
  background: url("../images/06.png") repeat;
}
/* ======================= */
/* ===== TYPOGRAPHY ====== */
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #1a1a1a;
}
a {
  color: #4c4c4c;
  border-bottom: 1px solid #ccc;
}
a:focus {
  outline: none;
  text-decoration: none;
}
footer a {
  border-color: #4c4c4c;
}
a,
.btn-link,
a > *,
.btn-link > * {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover,
.btn-link:hover,
a > *:hover,
.btn-link > *:hover {
  color: #ea693f;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans', sans-serif;
  line-height: 1.2em;
  margin: 0;
  font-weight: bold;
}
h1,
h2 {
  font-size: 24px;
  font-weight: bold;
  margin-left: -1px;
  margin-bottom: 19px;
}
h3 {
  font-size: 20px;
  margin: 20px 0 10px -1px;
}
h4 {
  font-size: 16px;
  margin: 20px 0 10px 0;
}
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
  margin: 20px 0 10px 0;
}
p {
  margin-bottom: 10px;
  /*&:last-child{
    margin-bottom: 0;
  }*/
}
ul {
  padding: 0 0 0 17px;
}
ul li + li {
  margin-top: 10px;
}
hr {
  border-top: 1px solid #e5e5e5;
}
/* ==== STRONG HEADER ==== */
.strong-header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}
h1.strong-header {
  font-size: 18px;
}
h2.strong-header {
  font-size: 16px;
}
h3.strong-header {
  font-size: 16px;
}
h4.strong-header {
  font-size: 14px;
}
h5.strong-header {
  font-size: 14px;
}
h6.strong-header {
  font-size: 14px;
}
h1.large-header,
h2.large-header,
h3.large-header,
h4.large-header,
h5.large-header,
h6.large-header {
  font-size: 24px;
}
/* ========================== */
/* ====== CUSTOM GRID ======= */
.row.widerGrid {
  margin-left: -20px;
  margin-right: -20px;
}
.row.widerGrid .col-md-1,
.row.widerGrid .col-md-2,
.row.widerGrid .col-md-3,
.row.widerGrid .col-md-4,
.row.widerGrid .col-md-5,
.row.widerGrid .col-md-6,
.row.widerGrid .col-md-7,
.row.widerGrid .col-md-8,
.row.widerGrid .col-md-9,
.row.widerGrid .col-md-10,
.row.widerGrid .col-md-11,
.row.widerGrid .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
/* ======================= */
/* ====== MAIN NAV ======= */
#MainNav {
  background: #333333;
  margin-top: 50px;
}
#MainNav section {
  height: 42px;
  margin-top: -42px;
}
#MainNav section:before,
#MainNav section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#MainNav section:after {
  clear: both;
}
#MainNav section:before,
#MainNav section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#MainNav section:after {
  clear: both;
}
#MainNav section:before,
#MainNav section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#MainNav section:after {
  clear: both;
}
#MainNav section:before,
#MainNav section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#MainNav section:after {
  clear: both;
}
#MainNav section .btn-login {
  padding: 6px 12px 6px 0;
  margin: 0;
  border: none;
  text-transform: none;
  font-weight: normal;
}
#MainNav section .btn-link {
  color: #4c4c4c;
  letter-spacing: 0;
}
#MainNav section .btn-link:hover {
  color: #ea693f;
}
#MainNav nav {
  border: 0;
  border-radius: 0;
  margin: 0;
  background: none;
}
#MainNav nav a {
  border-bottom: none;
}
#MainNav nav .navbar-header .navbar-brand {
  padding-top: 16px;
  padding-bottom: 16px;
}
#MainNav nav .navbar-header .navbar-toggle {
  padding: 12px 13px;
  margin: 24px 30px 0 0;
  background: #3b3b3b;
  border: 2px solid #3b3b3b;
}
#MainNav nav .navbar-header .navbar-toggle .icon-bar {
  width: 15px;
  height: 2px;
  color: #fff;
}
#MainNav nav .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
#MainNav nav .navbar-header .navbar-toggle:hover {
  background: #ea693f;
  border-color: #ea693f;
}
#MainNav nav .navbar-collapse {
  border: none;
  box-shadow: none;
}
#MainNav nav .navbar-collapse .navbar-search {
  color: #fff;
  border: none;
  box-shadow: none;
}
#MainNav nav .navbar-collapse .navbar-search.navbar-form {
  width: 230px;
  position: relative;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}
#MainNav nav .navbar-collapse .navbar-search.navbar-form * {
  margin-right: 0;
}
#MainNav nav .navbar-collapse .navbar-search .form-group {
  max-width: 100%;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search,
#MainNav nav .navbar-collapse .navbar-search button {
  -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
  transition: color .3s ease, background .3s ease, border .3s ease;
  background: #3b3b3b;
  box-shadow: none;
  border: 2px solid #3b3b3b;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search:focus,
#MainNav nav .navbar-collapse .navbar-search button:focus,
#MainNav nav .navbar-collapse .navbar-search #navbar-search.focus,
#MainNav nav .navbar-collapse .navbar-search button.focus {
  border-color: #fff;
  background: #fff;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search {
  color: inherit;
  width: 210px;
  max-width: 100%;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  padding-right: 16px;
}
#MainNav nav .navbar-collapse .navbar-search #navbar-search:focus {
  color: #1a1a1a;
}
#MainNav nav .navbar-collapse .navbar-search button {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  padding: 5px 10px 5px 0;
  margin: 0;
}
#MainNav nav .navbar-collapse .navbar-search button:focus,
#MainNav nav .navbar-collapse .navbar-search button.focus {
  color: #4d4d4d;
}
#MainNav nav .navbar-collapse .navbar-search button span {
  -webkit-transition: none;
  transition: none;
  font-size: 14px;
}
#MainNav nav .navbar-collapse .navbar-nav {
  margin-left: 55px;
  margin-top: 0;
  max-width: 523px;
}
#MainNav nav .navbar-collapse .navbar-nav > li {
  margin: 0;
}
#MainNav nav .navbar-collapse .navbar-nav > li.active > a,
#MainNav nav .navbar-collapse .navbar-nav > li.open > a,
#MainNav nav .navbar-collapse .navbar-nav > li > a:hover {
  background: none;
  color: #ea693f;
}
#MainNav nav .navbar-collapse .navbar-nav > li > a {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu {
  margin: 0;
  text-align: left;
  border: 1px solid #e6e6e6;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin-left: -5px;
  margin-top: -18px;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #1a1a1a;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a:focus,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a:hover {
  color: #fff;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li {
  margin: 0;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a {
  padding: 9px 18px 10px;
  -webkit-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a:focus,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a:hover {
  background: #ea693f;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li + li {
  border-top: 1px solid #e6e6e6;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu > a:before {
  display: block;
  content: " ";
  border-left: 3px solid #1a1a1a;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: none;
  position: absolute;
  right: 12px;
  top: 16px;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu > a:hover:before {
  border-left-color: #fff;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu > a:hover + .dropdown-menu,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu a:active + .dropdown-menu,
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu a:focus + .dropdown-menu {
  display: block;
  left: 100%;
  margin: 0;
  top: -1px;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu > .dropdown-menu:hover {
  display: block;
  left: 100%;
  margin: 0;
  top: -1px;
}
@media (min-width: 768px) {
  #MainNav nav .navbar-collapse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  #MainNav nav .navbar-collapse {
    height: 340px;
  }
  #MainNav nav .navbar-collapse .nav {
    margin-left: 0;
    margin-right: 0;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu {
    padding-left: 20px;
    margin: 0;
    border: none;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a {
    color: #fff;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu a:hover {
    color: #fff;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a {
    padding: 10px 15px 10px 14px;
    display: inline-block;
    width: auto;
    position: relative;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li + li {
    border-top: none;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li.dropdown a {
    padding-right: 30px;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li.dropdown a:before {
    top: 18px;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown .dropdown-menu {
    display: block;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:before {
    content: " ";
    display: block;
    border-top: 3px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: none;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:hover,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:active,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:focus {
    background: #ea693f;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:hover:before,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:active:before,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown > a:focus:before {
    border-top: 3px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: none;
  }
}
#MainNav {
  position: relative;
}
#MainNav:before {
  z-index: 0;
  content: " ";
  height: 50px;
  background: #f2f2f2;
  top: -50px;
  left: 0;
  right: 0;
  position: absolute;
}
/* ======================= */
/* ====== SECTIONS ======= */
#Content > .container > section,
#Content > .container > div,
#Content > .container > nav,
#Content > .full-width > .container > section {
  margin-top: 40px;
  margin-bottom: 30px;
}
#Content > .full-width.no-space > .container,
#Content > .full-width.no-space > .flexslider {
  margin-top: 0;
  margin-bottom: 0;
}
#Content .page-header {
  padding: 0;
  border: none;
  margin: 0;
}
#Content .page-header header {
  margin-top: 25px;
  margin-bottom: 25px;
}
#Content .page-header header h1,
#Content .page-header header h2,
#Content .page-header header h3,
#Content .page-header header h4,
#Content .page-header header h5,
#Content .page-header header h6 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: normal;
  line-height: 36px;
  margin-left: -3px;
  margin-bottom: 0;
}
#Content .page-header + .container > .row:first-child > .section-header > .strong-header {
  margin-top: 0 !important;
}
#Content .page-header.page-header-short header {
  margin: 6px -10px;
}
/* ======================= */
/* ==== SHOPPING CART ==== */
.shopping-cart-widget {
  position: relative;
}
.shopping-cart-widget > div {
  width: 320px;
  position: absolute;
  padding: 0 19px 9px;
  margin-top: 7px;
  background: #fff;
  top: -1500%;
  right: 0;
  z-index: 2000;
  border: 1px solid #e6e6e6;
}
.shopping-cart-widget > div hr {
  margin: 0;
}
.shopping-cart-widget > div .total-price {
  font-weight: bold;
  font-size: 20px;
  margin-top: 11px;
  margin-bottom: 23px;
}
.shopping-cart-widget > div .total-price-tag {
  font-weight: bold;
  text-transform: uppercase;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 23px;
}
.shopping-cart-widget > .cart-contents {
  padding: 9px 0 6px 12px;
  margin: 0;
  border: none;
  text-transform: none;
  font-weight: normal;
  color: #4c4c4c;
  line-height: 1;
  display: inline-block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.shopping-cart-widget > .cart-contents i {
  color: #808080;
  margin-top: -5px;
  font-size: 20px;
  display: inline-block;
}
.shopping-cart-widget > .cart-contents .caret {
  margin-left: 5px;
  color: #808080;
  border-top: 4px solid #808080;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.shopping-cart-widget > .cart-contents:hover {
  color: #ea693f;
}
.shopping-cart-widget > .cart-contents:hover i {
  color: inherit !important;
}
@media (min-width: 766px) {
  .shopping-cart-widget > div {
    top: -1500%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  body.active-sidebar .shopping-cart-widget > div {
    -webkit-transition: opacity .4s ease, top .4s ease;
    transition: opacity .4s ease, top .4s ease;
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* ======================= */
/* == SHOPPING CART ITEM = */
.shop-summary-item {
  padding: 20px 0;
  position: relative;
}
.shop-summary-item:before,
.shop-summary-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-summary-item:after {
  clear: both;
}
.shop-summary-item:before,
.shop-summary-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-summary-item:after {
  clear: both;
}
.shop-summary-item:before,
.shop-summary-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-summary-item:after {
  clear: both;
}
.shop-summary-item:before,
.shop-summary-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-summary-item:after {
  clear: both;
}
.shop-summary-item .item-info-name-features-price {
  line-height: 25px;
  margin-top: 4px;
}
.shop-summary-item .item-info-name-features-price h4 {
  margin-top: -3px;
  padding-right: 20px;
}
.shop-summary-item .item-info-name-features-price .features {
  display: inline-block;
  color: #808080;
}
.shop-summary-item .item-info-name-features-price .quantity,
.shop-summary-item .item-info-name-features-price .quantity + b,
.shop-summary-item .item-info-name-features-price .price {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.shop-summary-item .item-info-name-features-price .quantity {
  color: #808080;
}
.shop-summary-item .item-info-name-features-price .quantity + b {
  color: #808080;
  margin: 0 3px;
}
.shop-summary-item .item-info-name-features-price .price {
  color: #1a1a1a;
}
.shop-summary-item img {
  float: left;
  margin-right: 15px;
}
.shop-summary-item .close {
  position: absolute;
  top: 20px;
  right: 0;
  line-height: 10px;
  font-size: 16px;
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-summary-item .close:hover {
  color: #1a1a1a;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-summary-item .close:focus {
  outline: none;
}
.shop-summary-item + .shop-summary-item {
  border-top: 1px solid #e6e6e6;
}
/* ======================= */
/* ====== ICON BOX ======= */
.icon-box.icon-box-short {
  display: inline-block;
  margin: -5px 30px 0;
}
.icon-box.icon-box-short .fa {
  font-size: 32px;
  top: 5px;
  right: 3px;
  position: relative;
}
.icon-box.icon-box-short h4 {
  margin: 0;
  display: inline-block;
  letter-spacing: 0;
}
.icon-box.icon-box-long .fa {
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  border-radius: 30px;
  line-height: 57px;
  font-size: 24px;
  text-indent: -1px;
  background: #e6e6e6;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.icon-box.icon-box-long h4 {
  text-transform: none;
  font-size: 20px;
  line-height: 23px;
}
.icon-box.icon-box-long .fa + h4 {
  margin-top: 17px;
}
.icon-box.icon-box-long p {
  padding: 0 10px;
  margin: 11px 0 0;
}
.icon-box.icon-box-long ul {
  margin-top: 6px;
}
.icon-box.icon-box-long ul li {
  margin: 10px 0;
}
.icon-box.icon-box-long:hover .fa {
  background-color: #EA693F;
  color: #ffffff;
}
.section-emphasis-2 .icon-box .fa {
  color: #fff;
  background: #1a1a1a;
}
@media (max-width: 992px) {
  .icon-box.icon-box-short {
    width: 49%;
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .icon-box.icon-box-short {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* ======================= */
/* ====== SHOP ITEM ====== */
.shop-item .sale-tag {
  height: 54px;
  width: 54px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 27px;
  line-height: 54px;
  text-align: center;
  background: rgba(234, 105, 63, 0.7);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.shop-item [class*="-stock-tag"] {
  position: absolute;
  top: 85px;
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}
.shop-item .low-in-stock-tag {
  background: rgba(230, 197, 80, 0.7);
}
.shop-item .out-of-stock-tag {
  background: rgba(230, 78, 78, 0.7);
}
.shop-item.shop-item-wishlist h4 {
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  min-height: 8px;
}
.shop-item.shop-item-wishlist h4 a {
  position: absolute;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-item.shop-item-wishlist .features {
  color: #808080;
  font-size: 12px;
}
.shop-item.shop-item-wishlist .overlay-contents {
  overflow: hidden;
  padding: 0;
}
.shop-item.shop-item-wishlist .shop-item-actions {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.shop-item.shop-item-wishlist .shop-item-actions > * {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shop-item.shop-item-wishlist .shop-item-actions .btn {
  position: absolute;
  bottom: -40px;
  width: 80%;
  left: 10%;
}
.shop-item.shop-item-wishlist .shop-item-actions .close {
  font-size: 16px;
  text-shadow: none;
  color: #b2b2b2;
  opacity: 1;
  line-height: 13px;
  margin-top: -36px;
  margin-right: 15px;
}
.shop-item.shop-item-wishlist .shop-item-actions .close a {
  border-bottom: 0 !important;
  color: inherit;
}
.shop-item.shop-item-wishlist:hover .shop-item-actions .btn {
  bottom: 20px;
}
.shop-item.shop-item-wishlist:hover .shop-item-actions .close {
  margin-top: 10px;
}
.shop-item.shop-item-featured .shop-item-actions .btn,
.shop-item.shop-item-regular .shop-item-actions .btn {
  margin: 0;
  -webkit-transition: color .4s ease, background .4s ease, border .4s ease, margin .4s ease;
  transition: color .4s ease, background .4s ease, border .4s ease, margin .4s ease;
}
.shop-item.shop-item-featured .shop-item-actions .btn-primary,
.shop-item.shop-item-regular .shop-item-actions .btn-primary {
  margin-bottom: 150px;
}
.shop-item.shop-item-featured .shop-item-actions .btn-default,
.shop-item.shop-item-regular .shop-item-actions .btn-default {
  border-color: #fff;
  color: #fff;
}
.shop-item.shop-item-featured .shop-item-actions .btn-default:hover,
.shop-item.shop-item-regular .shop-item-actions .btn-default:hover {
  border-color: #ea693f;
}
.shop-item.shop-item-featured .overlay-wrapper:hover .shop-item-actions .btn-primary,
.shop-item.shop-item-regular .overlay-wrapper:hover .shop-item-actions .btn-primary {
  margin-bottom: 10px;
}
/* ======================= */
/* === SHOP HIGHLIGHT ==== */
.shop-item-highlight {
  position: relative;
  display: table;
  margin: 0 auto;
}
.shop-item-highlight > a {
  display: block;
  border: none;
}
.shop-item-highlight > a:before,
.shop-item-highlight > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-item-highlight > a:after {
  clear: both;
}
.shop-item-highlight > a:before,
.shop-item-highlight > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-item-highlight > a:after {
  clear: both;
}
.shop-item-highlight > a:before,
.shop-item-highlight > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-item-highlight > a:after {
  clear: both;
}
.shop-item-highlight > a:before,
.shop-item-highlight > a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-item-highlight > a:after {
  clear: both;
}
.shop-item-highlight .item-info-name-data {
  margin-top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 11;
}
.shop-item-highlight .item-info-name-data > *:hover {
  color: inherit;
}
.shop-item-highlight .item-info-name-data a {
  color: inherit;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper {
  text-align: center;
  margin-top: 0;
  margin-left: 0.3em;
  margin-right: -0.3em;
  width: 100%;
  position: static;
  padding: 0 30px;
  display: inline-block;
  vertical-align: middle;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 9px;
  max-width: 239px;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper .price {
  font-weight: normal;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper > * {
  position: relative;
}
.shop-item-highlight .item-info-name-data .item-info-name-data-wrapper:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: #fff;
  margin: 0 auto 15px;
}
.shop-item-highlight .item-info-name-data:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.3em;
}
.shop-item-highlight.shop-item-highlight-version-1 {
  overflow: hidden;
  background: #000;
}
.shop-item-highlight.shop-item-highlight-version-1 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.shop-item-highlight.shop-item-highlight-version-1:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  zoom: 1.1 \9;
  /* IE <9 */
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.shop-item-highlight.shop-item-highlight-version-1 .item-info-name-data {
  pointer-events: none;
}
.shop-item-highlight.shop-item-highlight-version-1 .item-info-name-data * {
  pointer-events: all;
}
.shop-item-highlight.shop-item-highlight-version-2 {
  border-bottom: 0;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data {
  color: #1a1a1a;
  position: static;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data .item-info-name-data-wrapper {
  padding: 30px 30px 25px;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data .item-info-name-data-wrapper:before {
  background: #e5e5e5;
}
.shop-item-highlight.shop-item-highlight-version-2 .item-info-name-data .item-info-name-data-wrapper > *:last-child {
  margin-bottom: 0;
}
/* ======================= */
/* === SHOP TOP RATED ==== */
.shop-top-rated:before,
.shop-top-rated:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-top-rated:after {
  clear: both;
}
.shop-top-rated:before,
.shop-top-rated:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-top-rated:after {
  clear: both;
}
.shop-top-rated:before,
.shop-top-rated:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-top-rated:after {
  clear: both;
}
.shop-top-rated:before,
.shop-top-rated:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-top-rated:after {
  clear: both;
}
.shop-top-rated .item-info-name-price {
  margin-top: 4px;
}
.shop-top-rated a {
  border: none;
  display: block;
}
.shop-top-rated img {
  float: left;
  margin-right: 15px;
}
.shop-top-rated .rating {
  top: -3px;
}
.shop-top-rated .rating img {
  margin: 0;
}
/* ======================= */
/* = SHOP RECENTLY VIEWED  */
.shop-recently-viewed {
  position: relative;
}
.shop-recently-viewed .overlay-wrapper .shop-item-actions {
  vertical-align: bottom;
}
.shop-recently-viewed .overlay-wrapper .shop-item-actions .btn {
  margin-bottom: 20px;
}
/* ======================= */
/* == POST PREVIEW MINI == */
.post-preview-mini {
  display: table;
  width: 1%;
  margin: 0 auto;
}
.post-preview-mini img {
  max-width: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.post-preview-mini .post-info-name-date-comments {
  margin-top: 13px;
}
.post-preview-mini .post-info-name-date-comments h4 {
  margin: 6px 0 0 0;
}
.post-preview-mini .post-info-name-date-comments h4 a {
  color: #1a1a1a;
}
.post-preview-mini .post-info-name-date-comments h4 a:hover {
  color: #ea693f;
}
.post-info-name-date-comments h2 a:hover {
  color: #ea693f;
}
/* ======================= */
/* ======= TWITTER ======= */
.tweet_list {
  margin-top: 64px;
  padding: 0 25px;
  text-align: center;
  position: relative;
}
.tweet_list li {
  list-style: none;
  margin-bottom: 20px;
}
.tweet_list li:before {
  content: "";
  display: block !important;
  position: absolute;
  height: 30px;
  width: 30px;
  margin: 0 auto;
  background: url("../images/twitter-icon.png") no-repeat;
  left: 0;
  right: 0;
  top: -41px;
}
.tweet_list .tweet_text {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 21px;
  color: #1a1a1a;
}
.tweet_list .tweet_time {
  display: block;
  font-size: 12px;
}
.tweet_list .tweet_time a {
  border: none;
}
.tweet_list .tweet_user {
  border-bottom: 1px solid #ccc !important;
}
.tweet_list .tweet_user:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: #e5e5e5;
  margin: 0 auto 15px;
}
.tweets_display.flexslider .tweet_list {
  margin-top: 0;
  padding-top: 40px;
}
.tweets_display.flexslider .tweet_list li:before {
  display: block;
  display: none;
  top: -51px;
}
.tweets_display.flexslider .tweet_list .tweet_text {
  font-size: 20px;
  line-height: 30px;
}
.tweets_display.flexslider .tweet_list .tweet_time {
  font-size: 14px;
}
.tweets_display.flexslider .tweet_list .tweet_time a {
  color: #808080;
}
.tweets_display.flexslider .tweet_list .tweet_time a:hover {
  color: #ea693f;
}
.tweets_display.flexslider .tweet_list .tweet_time:before {
  background: #ccc;
}
/* ======================= */
/* ==== NEWSLETTER BOX === */
.newsletter-box {
  margin: 0 -5px;
}
.newsletter-box .form-group,
.newsletter-box .btn {
  margin: 0 5px 20px;
}
.newsletter-box .form-group {
  max-width: 220px;
  width: 100%;
}
.newsletter-box input.form-control {
  border: 1px solid #fff;
}
.newsletter-box .form-inline {
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .newsletter-box .form-group {
    margin-left: auto;
    margin-right: auto;
  }
}
/* =================== */
/* === SIMPLE FORM === */
.simpleForm form {
  padding-top: 10px;
}
.simpleForm form .form-group {
  margin-bottom: 25px;
}
.simpleForm form .has-error .help-block,
.simpleForm form .has-error .control-label {
  margin: 0;
}
/* ======================= */
/* === GENERAL @WIDGET === */
[class$="widget"] ul {
  margin: 0;
}
[class$="widget"] + .strong-header {
  margin-top: 51px;
}
[class$="widget"] + .strong-header:first-child {
  margin-top: 0;
}
/* ======================= */
/* ===== LINK WIDGET ===== */
.link-widget ul {
  margin-top: 21px;
}
.link-widget ul li {
  margin: 10px 0;
}
.link-widget a {
  border-bottom: none;
}
/* ======================= */
/* == CATEGORIES WIDGET == */
.categories-widget ul {
  margin-top: 22px;
}
.categories-widget ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.categories-widget ul li:before,
.categories-widget ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.categories-widget ul li:after {
  clear: both;
}
.categories-widget ul li:before,
.categories-widget ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.categories-widget ul li:after {
  clear: both;
}
.categories-widget ul li:before,
.categories-widget ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.categories-widget ul li:after {
  clear: both;
}
.categories-widget ul li:before,
.categories-widget ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.categories-widget ul li:after {
  clear: both;
}
.categories-widget a {
  border-bottom: none;
  float: left;
}
.categories-widget a:hover {
  color: #1a1a1a;
}
.categories-widget span {
  float: right;
  color: #808080;
}
/* ======================= */
/* ==== SEARCH WIDGET ==== */
.search-widget form {
  margin-bottom: 0;
}
.search-widget form:before,
.search-widget form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-widget form:after {
  clear: both;
}
.search-widget form:before,
.search-widget form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-widget form:after {
  clear: both;
}
.search-widget form:before,
.search-widget form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-widget form:after {
  clear: both;
}
.search-widget form:before,
.search-widget form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-widget form:after {
  clear: both;
}
.search-widget .form-control,
.search-widget button {
  -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
  transition: color .3s ease, background .3s ease, border .3s ease;
  color: #808080;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-widget .form-control:focus,
.search-widget button:focus,
.search-widget .form-control.focus,
.search-widget button.focus {
  border-color: #808080;
}
.search-widget .form-group {
  float: left;
  margin-right: -28px;
  width: 100%;
  margin-bottom: 0;
}
.search-widget .form-control {
  font-size: 14px;
  border-radius: 3px;
  padding-right: 2;
}
.search-widget button {
  border-radius: 0 3px 3px 0;
  float: left;
  width: 28px;
  padding: 8px 10px 5px 0;
  border-left: none;
  margin: 0;
  border: 0;
  font-size: 13px;
}
.search-widget button:focus,
.search-widget button.focus {
  background: transparent;
  border-color: #808080;
}
.search-widget button:focus:hover,
.search-widget button.focus:hover {
  background: transparent;
  border-color: #808080;
}
.search-widget button:hover {
  background: transparent;
  color: #808080;
  border-color: #ccc;
}
.search-widget button:active,
.search-widget button.active {
  background: transparent;
  border-color: #808080;
}
/* ======================= */
/* ===== SOCIAL WIDGET ===== */
.social-widget ul {
  margin: 26px -8px 0;
}
.social-widget ul li {
  padding: 0;
}
.social-widget ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  background: none;
  margin: 0 6px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.social-widget ul li a:hover {
  color: #ccc;
}
.social-widget ul li a:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-widget ul li a.fb:before {
  content: "\f082";
}
.social-widget ul li a.tw:before {
  content: "\f099";
}
.social-widget ul li a.dribbble:before {
  content: "\f17d";
}
.social-widget ul li a.gp:before {
  content: "\f0d4";
}
.social-widget ul li a.in:before {
  content: "\f0e1";
}
.social-widget ul li a.pt:before {
  content: "\f0d2";
}
.social-widget ul li a.flickr:before {
  content: "\f16e";
}
.social-widget ul li a.tumblr:before {
  content: "\f173";
}
.social-widget ul li a.instagram:before {
  content: "\f16d";
}
.social-widget ul li a.youtube:before {
  content: "\f167";
}
.social-widget ul li a.vimeo:before {
  content: "\f194";
}
.social-widget ul li a.phone:before {
  content: "\f095";
}
.social-widget ul li a.skype:before {
  content: "\f17e";
}
.social-widget ul li a.email:before {
  content: "\f003";
}
.social-widget ul li a.rss:before {
  content: "\f09e";
}
.social-widget a {
  border-bottom: none;
}
.social-widget.social-widget-mini ul {
  margin: 26px -10px 0;
}
.social-widget.social-widget-mini ul li {
  padding: 0;
}
.social-widget.social-widget-mini ul li a {
  height: 20px;
  width: 20px;
  font-size: 20px;
  background: none;
  color: #4d4d4d;
}
.social-widget.social-widget-mini ul li a:hover {
  color: #1a1a1a;
}
/* ======================= */
/* == NEWSLETTER WIDGET == */
.newsletter-widget {
  margin-top: 27px;
}
/* ======================= */
/* ===== TEXT WIDGET ===== */
.text-widget address:first-child,
.text-widget p:first-child {
  margin-top: 21px;
}
.text-widget address,
.text-widget p {
  margin-top: 15px;
  margin-bottom: 0;
}
/* ======================= */
/* = RECENT POSTS WIDGET = */
.recent-posts-widget ul {
  margin-top: 23px;
}
.recent-posts-widget ul li + li {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 18px;
}
.recent-posts-widget ul li + li *:first-child {
  margin-top: 0;
}
.recent-posts-widget h5 {
  margin-bottom: 5px;
}
.recent-posts-widget h5 a {
  border: none;
  color: #1a1a1a;
}
.recent-posts-widget h5 a:hover {
  color: #ea693f;
}
.recent-posts-widget .date {
  color: #808080;
  font-size: 12px;
}
.recent-posts-widget .comments {
  font-size: 12px;
}
.recent-posts-widget .comments:hover {
  color: #1a1a1a;
}
footer .recent-posts-widget ul li + li {
  border-color: #3b3b3b;
}
footer .recent-posts-widget h5 a {
  color: #ccc;
}
footer .recent-posts-widget .date {
  color: #666;
}
footer .recent-posts-widget .comments:hover {
  color: #ccc;
}
/* ======================= */
/* = PHOTO STREAM WIDGET = */
.photo-stream-widget .flickr_badge,
.widget_flickr .flickr_badge {
  margin: 16px 0 0 -10px;
}
.photo-stream-widget .flickr_badge:before,
.widget_flickr .flickr_badge:before,
.photo-stream-widget .flickr_badge:after,
.widget_flickr .flickr_badge:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.photo-stream-widget .flickr_badge:after,
.widget_flickr .flickr_badge:after {
  clear: both;
}
.photo-stream-widget .flickr_badge:before,
.widget_flickr .flickr_badge:before,
.photo-stream-widget .flickr_badge:after,
.widget_flickr .flickr_badge:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.photo-stream-widget .flickr_badge:after,
.widget_flickr .flickr_badge:after {
  clear: both;
}
.photo-stream-widget .flickr_badge:before,
.widget_flickr .flickr_badge:before,
.photo-stream-widget .flickr_badge:after,
.widget_flickr .flickr_badge:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.photo-stream-widget .flickr_badge:after,
.widget_flickr .flickr_badge:after {
  clear: both;
}
.photo-stream-widget .flickr_badge:before,
.widget_flickr .flickr_badge:before,
.photo-stream-widget .flickr_badge:after,
.widget_flickr .flickr_badge:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.photo-stream-widget .flickr_badge:after,
.widget_flickr .flickr_badge:after {
  clear: both;
}
.photo-stream-widget .flickr_badge .flickr_badge_image,
.widget_flickr .flickr_badge .flickr_badge_image {
  float: left;
  height: 55px;
  width: 55px;
  margin: 10px;
}
.photo-stream-widget .flickr_badge .flickr_badge_image a,
.widget_flickr .flickr_badge .flickr_badge_image a {
  display: block;
}
.photo-stream-widget .flickr_badge:hover .flickr_badge_image,
.widget_flickr .flickr_badge:hover .flickr_badge_image {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.photo-stream-widget .flickr_badge .flickr_badge_image:hover,
.widget_flickr .flickr_badge .flickr_badge_image:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ======================= */
/* ==== CALL TO ACTION === */
.calltoaction-box {
  position: relative;
  z-index: 2;
}
.calltoaction-box:before,
.calltoaction-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.calltoaction-box:after {
  clear: both;
}
.calltoaction-box:before,
.calltoaction-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.calltoaction-box:after {
  clear: both;
}
.calltoaction-box:before,
.calltoaction-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.calltoaction-box:after {
  clear: both;
}
.calltoaction-box:before,
.calltoaction-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.calltoaction-box:after {
  clear: both;
}
.calltoaction-box h4 {
  font-size: 50px;
  line-height: 50px;
  color: #ea693f;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.calltoaction-box p {
  font-size: 16px;
  color: #1a1a1a;
}
.calltoaction-box.calltoaction-box-version-1 {
  padding: 30px;
  border: 1px solid #e5e5e5;
}
.calltoaction-box.calltoaction-box-version-1 h4 {
  font-size: 24px;
  text-transform: initial;
  color: #1a1a1a;
  line-height: 32px;
  margin: 0 0 8px 0;
}
.calltoaction-box.calltoaction-box-version-1 p {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
}
.calltoaction-box.calltoaction-box-version-1 p + p {
  margin-top: 10px;
}
.calltoaction-box.calltoaction-box-version-1 .btn {
  float: right;
  margin: 0 0 0 30px;
}
.calltoaction-box.calltoaction-box-version-2 h4 {
  margin-bottom: 9px;
  color: #1a1a1a;
}
.calltoaction-box.calltoaction-box-version-2 .btn {
  margin-top: 10px;
}
.calltoaction-box.calltoaction-box-inline {
  margin: 0;
  margin-top: -40px;
  bottom: -20px;
}
.calltoaction-box.calltoaction-box-inline h4 {
  font-size: 20px;
  line-height: 24px;
  padding: 14px 0 0 0;
  color: #1a1a1a;
  float: left;
  margin: 0;
}
.calltoaction-box.calltoaction-box-inline .btn {
  float: right;
  margin: 0;
}
.calltoaction-box.calltoaction-box-inline p {
  clear: both;
  text-align: center;
  padding: 5px 0 24px;
  margin: 0;
}
/* ======================= */
/* = PORTFOLIO PAGE INFO = */
.portfolio-page-info dl {
  margin: 0;
  margin-bottom: 27px;
}
.portfolio-page-info dl dt {
  font-size: 12px;
  color: #808080;
  font-weight: normal;
}
.portfolio-page-info dl dd {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: bold;
}
.portfolio-page-info dl dd + dt {
  margin-top: 20px;
}
.portfolio-page-info > .btn {
  margin: 0;
}
/* ======================= */
/* = PORTFOLIO PAGE IMAGES */
.portfolio-images {
  padding-right: 19px;
}
.portfolio-images img {
  margin-bottom: 40px;
}
.portfolio-images img:last-child {
  margin-bottom: 30px;
}
/* ======================= */
/* PORTFOLIO ITEM THUMBNAIL */
.portfolio-item [class^="item-info"] h4 {
  margin-top: 17px;
  margin-bottom: 3px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
}
.portfolio-item [class^="item-info"] .features {
  font-size: 12px;
  color: #808080;
}
/* ======================= */
/* PORTFOLIO ITEM THUMBNAIL */
.shop-product-single header {
  margin-top: 37px;
}
.shop-product-single header h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.shop-product-single header > a {
  margin-left: 14px;
  display: inline-block;
  overflow: hidden;
}
.shop-product-single header .product-code {
  margin-bottom: 2px;
  font-size: 12px;
  color: #808080;
}
.shop-product-single header .price-old,
.shop-product-single header .price {
  font-size: 28px;
}
.shop-product-single header .price-old {
  color: #808080;
  text-decoration: line-through;
}
.shop-product-single header .price {
  color: #1a1a1a;
  font-weight: bold;
}
.shop-product-single .shop-form,
.shop-product-single .variations_form {
  margin-top: 20px;
}
.shop-product-single .shop-form label,
.shop-product-single .variations_form label {
  margin: 6px 0 0;
  font-size: 14px;
  color: #808080;
  font-weight: bold;
  text-transform: uppercase;
}
.shop-product-single .shop-form .btn-default,
.shop-product-single .variations_form .btn-default {
  margin-left: 20px;
}
.shop-product-single .size-guide-toggle {
  display: inline-block;
  margin: 6px 0 0;
  font-size: 14px;
  color: #4c4c4c;
}
.shop-product-single .size-guide-toggle:hover {
  color: #1a1a1a;
}
.shop-product-single .tabs {
  margin: 30px 0 70px;
}
.shop-product-single .shop-product-single-social {
  padding: 22px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
}
.shop-product-single .shop-product-single-social:before,
.shop-product-single .shop-product-single-social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-product-single .shop-product-single-social:after {
  clear: both;
}
.shop-product-single .shop-product-single-social:before,
.shop-product-single .shop-product-single-social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-product-single .shop-product-single-social:after {
  clear: both;
}
.shop-product-single .shop-product-single-social:before,
.shop-product-single .shop-product-single-social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-product-single .shop-product-single-social:after {
  clear: both;
}
.shop-product-single .shop-product-single-social:before,
.shop-product-single .shop-product-single-social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.shop-product-single .shop-product-single-social:after {
  clear: both;
}
.shop-product-single .shop-product-single-social .social-widget {
  float: right;
}
.shop-product-single .shop-product-single-social .social-widget .list-inline {
  margin: 0;
}
.shop-product-single .shop-product-single-social .social-widget .list-inline li {
  margin: 0 0 0 20px;
  height: 16px;
  width: 16px;
}
.shop-product-single .shop-product-single-social .social-widget .list-inline li a {
  margin: 0;
}
.shop-product-single .review {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0 15px;
}
.shop-product-single .review header {
  margin-top: 0;
}
.shop-product-single .review header h4 {
  margin-top: 11px;
}
.shop-product-single .review header > * {
  display: inline-block;
}
.shop-product-single .review:first-child {
  padding-top: 0;
}
.shop-product-single .review + .review-form {
  padding-top: 25px;
}
.shop-product-single .review-form .raty-label {
  margin-bottom: 20px;
}
.shop-product-single .review-form .raty-label .rate {
  margin-top: 7px;
}
.zoomPhoto {
  display: inline-block;
  position: relative;
}
/* ======================= */
/* ===== TESTIMONIAL ===== */
.flexslider blockquote.testimonial {
  padding: 0 30px;
}
.flexslider blockquote.testimonial p {
  font-size: 20px;
  line-height: 30px;
}
.flexslider blockquote.testimonial small {
  font-size: 14px;
}
blockquote.testimonial {
  margin: 0;
  padding: 22px 35px;
  text-align: center;
  position: relative;
  border: none;
}
blockquote.testimonial p {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 24px;
}
blockquote.testimonial small {
  display: block;
  color: #808080;
  font-size: 12px;
}
blockquote.testimonial small:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: #ccc;
  margin: 0 auto 15px;
}
blockquote.testimonial.testimonial-emphasized {
  background: #f5f5f5;
}
blockquote.testimonial.testimonial-de-emphasized {
  border: 1px solid #e5e5e5;
}
/* ======================= */
/* ===== BLOCKQUOTE ====== */
blockquote.main-quote {
  margin: 0;
  padding: 0;
  border: none;
  margin-top: 20px;
}
blockquote.main-quote p {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
}
blockquote.main-quote small {
  display: block;
  color: #808080;
  font-size: 14px;
}
blockquote.main-quote small:before {
  content: '\2014';
}
/* ======================= */
/* = PARAGRAPH HIGHLIGHT = */
.paragraph-highlight {
  padding: 25px 30px;
  font-size: 16px;
  line-height: 26px;
  background: #f2f2f2;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 11px;
}
/* ======================= */
/* ======== CODE ========= */
pre {
  border: none;
  background: #f2f2f2;
  border-radius: 0;
  font-size: 16px;
  line-height: 21px;
  padding: 26px 29px;
}
/* ======================= */
/* ======= EMPHASIS ====== */
em {
  font-style: normal;
  background: #1a1a1a;
  color: #fff;
  padding: 0 3px;
}
em.strong {
  background: #ea693f;
}
em.weak {
  background: #e6e6e6;
  color: #1a1a1a;
}
/* ======================= */
/* ======= DROPCAP ======= */
.dropcap:first-letter {
  margin: 10px 5px 1px 0;
  font-size: 42px;
  font-weight: bold;
  float: left;
}
/* ======================= */
/* ======== LISTS ======== */
ul {
  padding: 0 0 0 21px;
}
ul.list-icons {
  list-style: none;
}
ul.list-icons li {
  position: relative;
}
ul.list-icons li i:before {
  color: #1a1a1a;
  font-size: 10px;
  position: absolute;
  top: 6px;
  left: -18px;
  display: block;
  font-weight: 400;
}
ul.list-icons li i.fa-circle:before {
  content: "\2022";
  font-family: Arial,Helvetica,Garuda,sans-serif;
  font-size: 24px;
  top: -1px;
  left: -17px;
}
/* ======================= */
/* ====== PRICE BOX ====== */
.price-box {
  text-align: center;
  margin-bottom: 30px;
}
.price-box h4,
.price-box span,
.price-box div {
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.price-box div {
  padding: 20px;
  border: none;
}
.price-box div > .btn {
  margin: 0;
}
.price-box h4 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.price-box .price {
  font-size: 36px;
  font-weight: bold;
}
.price-box .price sup,
.price-box .price sub {
  font-size: 14px;
  font-weight: normal;
}
.price-box .price sup {
  top: -1.2em;
}
.price-box .price sub {
  bottom: 0;
}
.price-box.price-box-special {
  background: #f3e5b5;
}
.price-box.price-box-special h4,
.price-box.price-box-special span,
.price-box.price-box-special div {
  border-color: #fff;
}
@media (min-width: 768px) {
  .price-table {
    display: table-row;
  }
  .price-table .price-box {
    display: table-cell;
    width: 1%;
    margin-bottom: 0;
  }
}
/* ======================= */
/* ====== ACCORDION ====== */
.accordion .panel-group {
  border-radius: 0;
}
.accordion .panel-group .panel {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
.accordion .panel-group .panel:first-child {
  border-top: 1px solid #e5e5e5;
}
.accordion .panel-group .panel-heading {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  color: #4c4c4c;
}
.accordion .panel-group .panel-heading a {
  display: block;
  padding: 15px 0 16px;
  border: none;
}
.accordion .panel-group .panel-heading a:after {
  content: '';
  position: relative;
  top: 5px;
  display: block;
  width: 10px;
  height: 10px;
  float: right;
  -webkit-transition: height .5s ease, top .5s ease;
  transition: height .5s ease, top .5s ease;
  background: url("../images/accordion-plus.png") no-repeat center center;
}
.accordion .panel-group .panel-heading.active {
  color: #1a1a1a;
}
.accordion .panel-group .panel-heading.active a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.accordion .panel-group .panel-heading.active a:after {
  height: 2px;
  top: 9px;
}
.accordion .panel-group .panel-heading.active a:hover:after {
  height: 2px;
  top: 9px;
}
.accordion .panel-group .panel-collapse .panel-body {
  padding: 0 0 15px;
  margin-top: -5px;
  border: none;
}
.accordion.faq .panel-heading a {
  font-size: 20px;
  text-transform: none;
  line-height: 1.2em;
}
/* ======================= */
/* ======= CHARTS ======== */
.progress-box {
  position: relative;
}
.progress-box .progress {
  box-shadow: none;
  border-radius: 3px;
  height: 5px;
  background: #e5e5e5;
  margin: 10px 0 22px;
}
.progress-box .progress .progress-bar {
  background: #1a1a1a;
  border-radius: 3px;
  box-shadow: none;
}
.progress-box .progress .progress-bar span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #1a1a1a;
  font-size: 14px;
}
.progress-box .progress.progress-default .progress-bar {
  background: #1a1a1a;
}
.progress-box .progress.progress-lightblue .progress-bar {
  background: #47a9e5;
}
.progress-box .progress.progress-green .progress-bar {
  background: #66cc7e;
}
.progress-box .progress.progress-orange .progress-bar {
  background: #e6c550;
}
.progress-box .progress.progress-red .progress-bar {
  background: #e54e4e;
}
.progress-box-radial {
  text-align: center;
  margin-bottom: 25px;
}
.progress-box-radial .pie-chart {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.progress-box-radial .pie-chart canvas {
  position: relative;
  bottom: 100%;
}
.progress-box-radial .bar-info {
  display: block;
  margin-top: 9px;
}
/* ======================= */
/* ======== TABLE ======== */
.table table {
  margin: 0;
  width: 100%;
}
.table table thead tr td,
.table table tbody tr td,
.table table tfoot tr td,
.table table thead tr th,
.table table tbody tr th,
.table table tfoot tr th {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.table table thead tr td:first-child,
.table table tbody tr td:first-child,
.table table tfoot tr td:first-child,
.table table thead tr th:first-child,
.table table tbody tr th:first-child,
.table table tfoot tr th:first-child {
  padding-left: 0;
}
.table table thead tr td,
.table table thead tr th {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #808080;
}
.table table th {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #808080;
}
.table table th.weak {
  text-transform: none;
  font-weight: normal;
}
.table table th.strong {
  color: #1a1a1a;
}
.table.table-condensed thead tr td,
.table.table-condensed tbody tr td,
.table.table-condensed tfoot tr td,
.table.table-condensed thead tr th,
.table.table-condensed tbody tr th,
.table.table-condensed tfoot tr th {
  padding: 10px;
}
.table.table-condensed thead tr td:first-child,
.table.table-condensed tbody tr td:first-child,
.table.table-condensed tfoot tr td:first-child,
.table.table-condensed thead tr th:first-child,
.table.table-condensed tbody tr th:first-child,
.table.table-condensed tfoot tr th:first-child {
  padding-left: 0;
}
.table.table-condensed thead tr td:last-child,
.table.table-condensed tbody tr td:last-child,
.table.table-condensed tfoot tr td:last-child,
.table.table-condensed thead tr th:last-child,
.table.table-condensed tbody tr th:last-child,
.table.table-condensed tfoot tr th:last-child {
  padding-right: 0;
}
.table .width13 {
  width: 13%;
}
.table .width16 {
  width: 16.6%;
}
.table .width20 {
  width: 20%;
}
.table .width25 {
  width: 25%;
}
@media (max-width: 992px) {
  .table table thead tr td:first-child,
  .table table tbody tr td:first-child,
  .table table tfoot tr td:first-child,
  .table table thead tr th:first-child,
  .table table tbody tr th:first-child,
  .table table tfoot tr th:first-child {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
/* ======================= */
/* ====== ALERT BOX ====== */
.alert {
  border: none;
  border-radius: 0;
  color: #1a1a1a;
  padding: 15px 20px;
  margin: 0 0 30px 0;
}
.alert .close {
  font-size: 24px;
  line-height: 12px;
  top: 4px;
  right: 0;
  color: #808080;
  text-shadow: 1px 0 0;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.alert .close:hover {
  color: #1a1a1a;
}
.alert:alert-info {
  background: #c7e5f7;
}
.alert:alert-success {
  background: #f7edca;
}
.alert:alert-warning {
  background: #c2ebcb;
}
.alert:alert-danger {
  background: #f7caca;
}
/* ======================= */
/* ========= TABS ======== */
.tabs .nav-tabs {
  border: none;
  margin-top: -15px;
  margin-left: -15px;
}
.tabs .nav-tabs li {
  margin: 0;
}
.tabs .nav-tabs a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4c4c4c;
  border-radius: 0;
  background: none;
  border: none;
}
.tabs .nav-tabs a:hover {
  color: #ea693f;
  border: none;
  background: none;
}
.tabs .nav-tabs .active a {
  border: none;
  color: #1a1a1a;
  position: relative;
}
.tabs .nav-tabs .active a:hover {
  border: none;
  color: #ea693f;
}
.tabs .nav-tabs .active a:hover:after {
  background: #ea693f;
}
.tabs .nav-tabs .active a:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 16px;
  right: 16px;
  bottom: 11px;
  background: #1a1a1a;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tabs .tab-content {
  margin-top: 4px;
}
.tabs .tab-content .tab-pane .table:first-child table tr:first-child td,
.tabs .tab-content .tab-pane .table:first-child table tr:first-child th {
  padding-top: 0;
}
/* ======================= */
/* ===== PERSON BOX ===== */
.person-box {
  margin-bottom: 25px;
}
.person-box .overlay-wrapper .overlay-contents {
  padding: 0 65px;
  line-height: 220px;
}
.person-box .overlay-wrapper .overlay-contents:before {
  display: none;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions {
  margin-left: 0px;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn {
  line-height: 10px;
  padding: 13px;
  margin-left: -1px;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn + .btn {
  margin-left: 10px;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .fb,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .tw,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .gp,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .pt,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .in {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: none;
  margin: 0;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .fb:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .tw:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .gp:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .pt:before,
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .in:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .fb:before {
  content: "\f082";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .tw:before {
  content: "\f099";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .gp:before {
  content: "\f0d4";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .pt:before {
  content: "\f0d2";
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions .btn .in:before {
  content: "\f0e1";
}
.person-box [class^="item-info"] h4 {
  margin-top: 17px;
  margin-bottom: 3px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
}
.person-box [class^="item-info"] .position {
  font-size: 14px;
  color: #808080;
}
/* ======================= */
/* === CHECKOUT FORMS ==== */
.checkout + .checkout {
  margin-top: 30px;
}
.checkout .element-header + .btn {
  margin-bottom: 0;
  margin-top: -7px;
}
.checkout.checkout-step-current .element-header {
  font-size: 24px;
}
.checkout.checkout-step-next .element-header {
  font-size: 24px;
  color: #ccc;
  margin-bottom: 0;
}
.checkout button[type="submit"] {
  margin-bottom: 0;
}
.print-link {
  top: 20px;
  position: relative;
}
/* ======================= */
/* ==== ORDER SUMMARY ==== */
.order-summary .order-summary-price {
  text-transform: uppercase;
  margin: 0;
  padding-top: 15px;
}
.order-summary .order-summary-price:before,
.order-summary .order-summary-price:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.order-summary .order-summary-price:after {
  clear: both;
}
.order-summary .order-summary-price:before,
.order-summary .order-summary-price:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.order-summary .order-summary-price:after {
  clear: both;
}
.order-summary .order-summary-price:before,
.order-summary .order-summary-price:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.order-summary .order-summary-price:after {
  clear: both;
}
.order-summary .order-summary-price:before,
.order-summary .order-summary-price:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.order-summary .order-summary-price:after {
  clear: both;
}
.order-summary .order-summary-price dt,
.order-summary .order-summary-price dd {
  display: inline-block;
  width: 50%;
  float: left;
  margin-top: 5px;
}
.order-summary .order-summary-price dt.total-price,
.order-summary .order-summary-price dd.total-price {
  margin-top: 15px;
  padding-top: 15px;
}
.order-summary .order-summary-price dt {
  color: #808080;
}
.order-summary .order-summary-price dt.total-price {
  color: #1a1a1a;
}
.order-summary .order-summary-price dt:first-child {
  margin-top: 0;
}
.order-summary .order-summary-price dt:first-child + dd {
  margin-top: 0;
}
.order-summary .order-summary-price dd {
  text-align: right;
}
.order-summary .order-summary-price dd.total-price {
  font-size: 20px;
  font-weight: bold;
}
.order-summary .order-summary-price [class^="total-"] {
  border-top: 1px solid #e6e6e6;
}
.order-summary .shop-summary-item + .order-summary-price {
  border-top: 1px solid #e6e6e6;
}
/* ======================= */
/* SHOP SECITON NAVIGATION */
.shop-section-navigation ul {
  margin: 0;
}
.shop-section-navigation ul li {
  text-transform: uppercase;
  font-weight: bold;
}
.shop-section-navigation ul li a {
  border: none;
}
.shop-section-navigation ul li span {
  position: relative;
}
.shop-section-navigation ul li span:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 1px;
  right: 1px;
  bottom: 0;
  background: #1a1a1a;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.shop-section-navigation ul li + li {
  margin-top: 20px;
}
/* ======================= */
/* ==== POST & PREVIEW ===*/
.post-preview,
.post {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}
.post-preview header,
.post header {
  margin-top: 0;
}
.post-preview header h1,
.post header h1,
.post-preview header h2,
.post header h2,
.post-preview header h3,
.post header h3,
.post-preview header h4,
.post header h4,
.post-preview header h5,
.post header h5,
.post-preview header h6,
.post header h6 {
  margin-top: 20px;
}
.post-preview header h1 a,
.post header h1 a,
.post-preview header h2 a,
.post header h2 a,
.post-preview header h3 a,
.post header h3 a,
.post-preview header h4 a,
.post header h4 a,
.post-preview header h5 a,
.post header h5 a,
.post-preview header h6 a,
.post header h6 a {
  border: none;
}
.post-preview * + header,
.post * + header {
  margin-top: 23px;
}
.post-preview .read-more,
.post .read-more {
  margin: 25px 0 0;
}
.post-preview.post-preview-link header h1,
.post.post-preview-link header h1,
.post-preview.post-link header h1,
.post.post-link header h1,
.post-preview.post-preview-link header h2,
.post.post-preview-link header h2,
.post-preview.post-link header h2,
.post.post-link header h2,
.post-preview.post-preview-link header h3,
.post.post-preview-link header h3,
.post-preview.post-link header h3,
.post.post-link header h3,
.post-preview.post-preview-link header h4,
.post.post-preview-link header h4,
.post-preview.post-link header h4,
.post.post-link header h4,
.post-preview.post-preview-link header h5,
.post.post-preview-link header h5,
.post-preview.post-link header h5,
.post.post-link header h5,
.post-preview.post-preview-link header h6,
.post.post-preview-link header h6,
.post-preview.post-link header h6,
.post.post-link header h6 {
  margin-bottom: 0 !important;
}
.post-preview.post-preview-link header h1 a:after,
.post.post-preview-link header h1 a:after,
.post-preview.post-link header h1 a:after,
.post.post-link header h1 a:after,
.post-preview.post-preview-link header h2 a:after,
.post.post-preview-link header h2 a:after,
.post-preview.post-link header h2 a:after,
.post.post-link header h2 a:after,
.post-preview.post-preview-link header h3 a:after,
.post.post-preview-link header h3 a:after,
.post-preview.post-link header h3 a:after,
.post.post-link header h3 a:after,
.post-preview.post-preview-link header h4 a:after,
.post.post-preview-link header h4 a:after,
.post-preview.post-link header h4 a:after,
.post.post-link header h4 a:after,
.post-preview.post-preview-link header h5 a:after,
.post.post-preview-link header h5 a:after,
.post-preview.post-link header h5 a:after,
.post.post-link header h5 a:after,
.post-preview.post-preview-link header h6 a:after,
.post.post-preview-link header h6 a:after,
.post-preview.post-link header h6 a:after,
.post.post-link header h6 a:after {
  content: "";
  display: inline-block;
  background: url("../images/link-arrow.png");
  width: 19px;
  height: 9px;
  margin-bottom: 2px;
  margin-left: 10px;
}
.post-preview.post-preview-audio .audio,
.post.post-preview-audio .audio,
.post-preview.post-audio .audio,
.post.post-audio .audio {
  margin-bottom: 20px;
}
.article-wrapper:first-child .post-preview,
.article-wrapper:first-child .post {
  padding-top: 0;
  border: none;
}
/* ======================= */
/* ==== CART SUMMARY ===== */
.cart-summary {
  margin-bottom: 30px;
}
.cart-summary table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart-summary h4 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: normal;
}
.cart-summary h4 a {
  border: none;
}
.cart-summary .features {
  color: #808080;
}
.cart-summary .features strong {
  color: #1a1a1a;
  font-weight: normal;
  font-size: 14px;
}
.cart-summary strong {
  font-size: 16px;
}
table.price-calc {
  margin-bottom: 45px;
}
table.price-calc tbody tr:first-child td,
table.price-calc tbody tr:first-child th {
  padding-top: 0;
}
table.price-calc tbody tr td {
  padding-right: 0;
}
table.price-calc tbody tr td,
table.price-calc tbody tr th {
  border: none;
}
table.price-calc strong {
  font-size: 16px;
}
table.price-calc .shipment-calc-toggle {
  margin: 0;
  margin-bottom: 2px;
  letter-spacing: normal;
}
table.price-calc .shipment-calc td {
  padding: 0;
}
table.price-calc .order-total th,
table.price-calc .order-total td {
  border-top: 1px solid #e5e5e5;
}
table.price-calc .order-total td {
  font-size: 20px;
  font-weight: bold;
}
/* ======================= */
/* == SHOP PRODUCT LIST == */
.shop-product-list {
  margin-top: 20px;
}
/* ======================= */
/* == SHOP LIST FILTERS == */
.shop-list-filters .filters-result-count {
  font-weight: bold;
  text-transform: uppercase;
  color: #808080;
}
.shop-list-filters .filters-items-per-page {
  display: inline-block;
  border-top: 0;
  margin-left: 45px;
}
.shop-list-filters .filters-items-per-page .list-inline {
  display: inline-block;
  margin: 0;
}
.shop-list-filters .filters-items-per-page .list-inline li {
  margin: 0 0 0 15px;
}
.shop-list-filters .filters-result-count,
.shop-list-filters .filters-items-per-page {
  top: -3px;
  position: relative;
}
.shop-list-filters .filters-sort {
  width: 100%;
  margin: 0;
  position: relative;
  top: -9px;
}
.shop-list-filters .filters-sort .myFilters {
  float: right;
}
.shop-list-filters .filters-active {
  padding: 12px 15px 15px;
}
.shop-list-filters .filters-active li {
  position: relative;
  padding-left: 20px;
}
.shop-list-filters .filters-active li .form-group {
  margin: 0;
}
.shop-list-filters .filters-active li .form-group label {
  margin: 0;
}
.shop-list-filters .filters-active li .form-group label .filter-value {
  margin: 0;
  border: none;
  cursor: pointer;
}
.shop-list-filters .filters-active li .form-group label .filter-value:hover + .close {
  color: #1a1a1a;
}
.shop-list-filters .filters-active li .form-group label .close {
  position: absolute;
  top: 4px;
  left: -1px;
  line-height: 10px;
  font-size: 12px;
  color: #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-list-filters .filters-active li .form-group label .close:hover {
  color: #1a1a1a;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop-list-filters .filters-active li .form-group label .close:focus {
  outline: none;
}
.shop-list-filters .filters-active .strong-header {
  font-size: 14px;
  letter-spacing: initial;
  margin-bottom: 12px;
}
.shop-list-filters .filters-details {
  padding: 0;
}
.shop-list-filters .filters-details .accordion .panel-group .panel {
  border-bottom: 0;
  border-top: 1px solid #e5e5e5;
}
.shop-list-filters .filters-details .accordion .panel-group .panel:first-child {
  border: none;
}
.shop-list-filters .filters-details .accordion .panel-body {
  padding: 0 0 10px;
}
.shop-list-filters .filters-details .accordion .panel-heading,
.shop-list-filters .filters-details .accordion .panel-body {
  padding-left: 18px;
  padding-right: 19px;
}
.shop-list-filters .filters-range {
  margin-top: 9px;
}
.shop-list-filters .filters-range .ui-slider {
  height: 5px;
  margin: 4px 5px 4px 7px;
  border: none;
  border-radius: 0;
  background: #e6e6e6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: inherit;
  cursor: pointer;
}
.shop-list-filters .filters-range .ui-slider .ui-slider-range {
  background: #1a1a1a;
}
.shop-list-filters .filters-range .ui-slider .ui-slider-handle {
  height: 13px;
  width: 13px;
  background: #e5e5e5;
  border: 4px solid #1a1a1a;
  border-radius: 13px;
  margin-left: -7px;
  margin-top: 1px;
  cursor: pointer;
}
.shop-list-filters .filters-range .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.shop-list-filters .filters-range .filter-value .min,
.shop-list-filters .filters-range .filter-value .max {
  border: 1px solid #fff;
  padding: 0;
  margin: 4px 0 0;
  float: left;
  width: 50%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.shop-list-filters .filters-range .filter-value .min:focus,
.shop-list-filters .filters-range .filter-value .max:focus {
  border: 1px solid #808080;
  outline: none;
}
.shop-list-filters .filters-range .filter-value .max {
  text-align: right;
}
.shop-list-filters .filters-size {
  margin-left: -8px;
}
.shop-list-filters .filters-size .form-group {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-top: 6px;
  margin-left: 8px;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label {
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  padding: 0 7px;
  line-height: 24px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
  transition: color .3s ease, background .3s ease, border .3s ease;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label abbr {
  border: none;
  cursor: pointer;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label:before {
  content: initial;
  display: none;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"] + label:hover {
  color: #fff;
  border-color: #808080;
  background-color: #808080;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"]:checked + label {
  color: #fff;
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}
.shop-list-filters .filters-size .form-group input[type="checkbox"]:checked + label:hover {
  color: #fff;
  border-color: #808080;
  background-color: #808080;
}
.shop-list-filters .filters-color {
  margin-left: -5px;
}
.shop-list-filters .filters-color .form-group {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-top: 6px;
  margin-left: 5px;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label .filters-color-swatch {
  color: #1A1A1A;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  display: block;
  height: 28px;
  width: 28px;
  border: 1px solid transparent;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label:before {
  content: initial;
  display: none;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label:hover {
  border-color: #808080;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"] + label:hover .filters-color-swatch {
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.shop-list-filters .filters-color .form-group input[type="checkbox"]:checked + label {
  border-color: #4d4d4d;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"]:checked + label .filters-color-swatch {
  border: 1px solid #fff;
}
.shop-list-filters .filters-color .form-group input[type="checkbox"]:checked + label:hover {
  border-color: #808080;
}
.shop-list-filters .filters-checkboxes {
  margin-top: 3px;
}
.shop-list-filters .filters-checkboxes label:before {
  border-radius: 2px;
}
.shop-list-filters .filters-checkboxes .form-group {
  margin-bottom: 23px;
}
.shop-list-filters .filters-checkboxes .form-group:last-child {
  margin-bottom: 19px;
}
/* ======================= */
/* ==== COMMENT LIST ===== */
.comment-list {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.comment-list > li:last-child > .comment {
  padding-bottom: 0;
  border-bottom: none;
}
.comment-list > li:first-child > .comment {
  padding-top: 0;
}
.comment-list .comment {
  position: relative;
  padding: 26px 0 26px 50px;
  border-bottom: 1px solid #e5e5e5;
}
.comment-list .comment header {
  margin-bottom: 19px;
}
.comment-list .comment header:before,
.comment-list .comment header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-list .comment header:after {
  clear: both;
}
.comment-list .comment header:before,
.comment-list .comment header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-list .comment header:after {
  clear: both;
}
.comment-list .comment header:before,
.comment-list .comment header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-list .comment header:after {
  clear: both;
}
.comment-list .comment header:before,
.comment-list .comment header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-list .comment header:after {
  clear: both;
}
.comment-list .comment header > * {
  float: left;
  margin-left: 20px;
  font-size: 12px;
}
.comment-list .comment header .date {
  color: #808080;
}
.comment-list .comment header > a {
  color: #4c4c4c;
}
.comment-list .comment header > a:hover {
  color: #1a1a1a;
}
.comment-list .comment header h4 {
  margin: 0;
  font-size: 14px;
}
.comment-list .comment header img {
  position: absolute;
  float: left;
  margin-left: 0;
  left: 0;
  margin-top: 2px;
}
.comment-list li {
  margin-top: 0;
}
.comment-list li > ol {
  margin-left: 50px;
}
/* ====================== */
/* ====== 404 PAGE ====== */
.four-o-four {
  background: #ea693f;
}
.four-o-four .strong-header {
  margin-top: 56px;
  margin-bottom: 24px;
  margin-left: -4px;
  font-size: 85px;
  line-height: 85px;
  color: #fff;
}
.four-o-four p {
  font-size: 16px;
}
.four-o-four .btn {
  margin-top: 35px;
  margin-bottom: 60px;
}
/* ======================= */
/* == SHOP SHOPPING CART = */
.shop-cart-empty .strong-header {
  margin-bottom: 0px;
  margin-left: -4px;
  font-size: 85px;
  line-height: 85px;
  color: #e5e5e5;
}
.shop-cart-empty p {
  font-size: 16px;
  margin: 0;
}
.shop-cart-empty .btn {
  margin-top: 25px;
  margin-bottom: 60px;
}
/* ======================= */
/* ======= FOOTER ======== */
footer {
  color: #fff;
  background: #333;
  position: relative;
  z-index: 3;
}
footer .container > section {
  margin-top: 20px;
  margin-bottom: 30px;
}
footer [class$="widget"] {
  color: #ccc;
}
footer [class$="widget"] h1,
footer [class$="widget"] h2,
footer [class$="widget"] h3,
footer [class$="widget"] h4,
footer [class$="widget"] h5,
footer [class$="widget"] h6 {
  color: #fff;
}
footer [class$="widget"] a {
  color: #999;
}
footer [class$="widget"] a:hover {
  color: #ccc;
}
footer hr {
  border-color: #3b3b3b;
  margin: 30px auto;
}
footer .copyright {
  color: #808080;
}
footer .payment-methods {
  margin: 0;
}
footer .payment-methods li {
  padding: 0;
  margin: 0;
}
footer .payment-methods li + li {
  margin-left: 10px;
}
footer .payment-methods [class^="payment-"] {
  display: block;
  height: 22px;
  width: 34px;
  background: url("../images/credit-cards.png") no-repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
footer .payment-methods [class^="payment-"].payment-visa {
  background-position: 0 0;
}
footer .payment-methods [class^="payment-"].payment-mastercard {
  background-position: -34px 0;
}
footer .payment-methods [class^="payment-"].payment-paypal {
  background-position: -68px 0;
}
footer .payment-methods [class^="payment-"].payment-americanexpress {
  background-position: -102px 0;
}
footer .social-widget ul {
  margin-top: 16px;
}
footer .form-control {
  border-color: #3B3B3B;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
footer .form-control:focus {
  background: #fff;
  color: #1a1a1a;
}
footer input[type="submit"] {
  display: block;
  width: 100%;
  margin: 0;
}
footer .form-group {
  max-width: 100%;
  margin: 0 0 12px 0;
}
/* ======================= */
/* ==== MISCELLANEOUS ==== */
/* ======================= */
body {
  overflow-x: hidden;
}
.wrapper {
  overflow: hidden;
}
/* ======================= */
/* === HELPER CLASSES ==== */
.space-30 {
  margin-bottom: 30px;
}
.space-15 {
  margin-bottom: 15px;
}
.space-right-30 {
  padding-right: 30px;
}
@media (min-width: 767px) {
  .space-left-30 {
    padding-left: 30px;
  }
}
@media (min-width: 991px) {
  .space-left-20 {
    padding-left: 20px;
  }
  .space-right-20 {
    padding-right: 20px;
  }
}
/* ======================= */
/* ===== GOOGLE MAPS ===== */
.google-map {
  min-height: 150px;
}
.google-map img {
  max-width: inherit;
}
/* ======================= */
/* ====== GLYPHICONS ====== */
.glyphicon {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
/* ======================= */
/* ===== BREADCRUMBS ===== */
.breadcrumbs {
  margin: 0;
  line-height: 36px;
  font-size: 12px;
  margin-left: 12px;
}
.breadcrumbs li {
  padding: 0;
  margin-left: 13px;
  margin-top: 0;
}
.breadcrumbs li + li:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #cccccc;
  margin-right: 11px;
}
/* ======================= */
/* ======== PAGER ======== */
.pager {
  margin: 0;
  line-height: 28px;
  font-size: 14px;
  margin-left: 0px;
  border-top: 1px solid #e5e5e5;
}
.pager ul {
  text-align: right;
  line-height: 28px;
}
.pager ul li {
  padding: 0;
  display: inline-block;
  width: 26px;
  height: 28px;
  margin-left: 4px;
  margin-top: 20px;
}
.pager ul li a {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
.pager ul li a:hover {
  background: none;
}
.pager ul li a:before {
  line-height: 28px;
  position: relative;
  top: -2px;
}
.pager ul li a:focus {
  color: #1a1a1a;
  background: #f2f2f2;
  border-radius: 3px;
}
.pager ul li.active a {
  color: #1a1a1a;
  background: #f2f2f2;
  border-radius: 3px;
}
.pager ul .next,
.pager ul .prev {
  font-size: 12px;
}
.pager ul .next a,
.pager ul .prev a {
  float: none;
  color: #ccc;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pager ul .next a:hover,
.pager ul .prev a:hover {
  color: #ea693f;
}
.post-navigation {
  padding: 25px 30px;
  background: #f2f2f2;
  margin-bottom: 28px;
}
.post-navigation:before,
.post-navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-navigation:after {
  clear: both;
}
.post-navigation:before,
.post-navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-navigation:after {
  clear: both;
}
.post-navigation:before,
.post-navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-navigation:after {
  clear: both;
}
.post-navigation:before,
.post-navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-navigation:after {
  clear: both;
}
.post-navigation .next {
  float: left;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  width: 50%;
}
.post-navigation .prev {
  width: 50%;
  float: right;
  text-align: right;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-navigation .prev a:hover,
.post-navigation .next a:hover {
  color: #1a1a1a;
}
.post-navigation span {
  text-transform: uppercase;
  font-weight: bold;
  color: #808080;
  margin-bottom: 5px;
  display: inline-block;
}
/* ======================= */
/* == SHOP ITEM ACTIONS == */
.col-md-2 .overlay-element {
  max-width: 140px;
}
.overlay-element {
  max-width: 220px;
  margin: 0 auto;
  position: relative;
}
.overlay-wrapper {
  background: #000;
  position: relative;
}
.overlay-wrapper > a {
  border: none;
}
.overlay-wrapper img {
  width: auto;
  max-width: auto !important;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.overlay-wrapper .overlay-contents {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  padding: 0 28px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.overlay-wrapper .overlay-contents * {
  pointer-events: all;
}
.overlay-wrapper .overlay-contents > * {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}
.overlay-wrapper .overlay-contents:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.overlay-wrapper:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.overlay-wrapper:hover .overlay-contents {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ======================= */
/* ======= RATING ======== */
/* static */
.rating {
  display: inline-block;
  font-size: 0;
  position: relative;
  overflow: hidden;
  left: -1px;
}
.rating img[src$="on.png"],
.rating img[src$="off.png"],
.rating img[src$="half.png"] {
  height: 12px;
}
.rating img[src$="on.png"] {
  background: #ea693f;
}
.rating img[src$="off.png"] {
  background: #e6e6e6;
}
.rating img[src$="half.png"] {
  background: #ea693f;
}
.rate {
  display: inline-block;
  font-size: 0;
  position: relative;
  overflow: hidden;
  left: -1px;
}
.rate img[src$="on-big.png"],
.rate img[src$="off-big.png"],
.rate img[src$="half-big.png"] {
  height: 18px;
}
.rate img[src$="on-big.png"] {
  background: #ea693f;
}
.rate img[src$="off-big.png"] {
  background: #e6e6e6;
}
.rate img[src$="half-big.png"] {
  background: #ea693f;
}
/* ======================== */
/* ======= SPINNER ======== */
.ui-spinner {
  border: 1px solid #ccc;
  border-radius: 2px;
  background: none;
}
.ui-spinner > input[type="text"] {
  height: 32px;
  margin: 0;
  border: none;
  padding: 0;
  width: 68px;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}
.ui-spinner > input[type="text"][aria-valuenow="1"] ~ .ui-spinner-down .ui-button-text {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ui-spinner > input[type="text"][aria-valuenow="1"] ~ .ui-spinner-down {
  cursor: default;
}
.ui-spinner .ui-spinner-button.ui-spinner-up,
.ui-spinner .ui-spinner-button.ui-spinner-down {
  width: 18px;
  height: 100%;
  border: none;
  background: none;
  border-radius: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
.ui-spinner .ui-spinner-button.ui-spinner-up .ui-icon,
.ui-spinner .ui-spinner-button.ui-spinner-down .ui-icon {
  display: none;
}
.ui-spinner .ui-spinner-button.ui-spinner-up .ui-button-text,
.ui-spinner .ui-spinner-button.ui-spinner-down .ui-button-text {
  height: 32px;
  width: 18px;
  padding: 0;
  margin: 0;
  background: url("../images/spinner.png") no-repeat center center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ui-spinner .ui-spinner-button.ui-spinner-up {
  right: 0;
  border-left: 1px solid #ccc;
}
.ui-spinner .ui-spinner-button.ui-spinner-down {
  left: 0;
  border-right: 1px solid #ccc;
}
.ui-spinner .ui-spinner-button.ui-spinner-down .ui-button-text {
  background: url("../images/spinner-minus.png") no-repeat center center;
}
.ui-spinner .ui-spinner-button.ui-state-hover {
  background: none;
}
/* ======================= */
/* ====== META INFO ====== */
[class^="item-info"],
[class^="post-info"] {
  margin-top: 17px;
}
[class^="item-info"] h4,
[class^="post-info"] h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 7px;
}
[class^="item-info"] h4 a,
[class^="post-info"] h4 a {
  border-bottom: none;
  color: #1a1a1a;
}
[class^="item-info"] h4 a:hover,
[class^="post-info"] h4 a:hover {
  color: #ea693f;
}
[class^="item-info"] .price,
[class^="post-info"] .price {
  font-weight: bold;
}
[class^="item-info"] .price-old,
[class^="post-info"] .price-old {
  color: #808080;
  text-decoration: line-through;
}
[class^="item-info"] .date,
[class^="post-info"] .date {
  color: #808080;
  font-size: 12px;
}
[class^="item-info"] .comments,
[class^="post-info"] .comments {
  color: #4c4c4c;
  font-size: 12px;
}
[class^="item-info"] .comments:hover,
[class^="post-info"] .comments:hover {
  color: #1a1a1a;
}
[class^="post-info"] h4 {
  font-size: 16px;
}
[class^="post-info"] h4 a {
  font-weight: bold;
  color: #4c4c4c;
  color: #808080;
}
[class^="post-info"] h4 a:hover {
  color: #1a1a1a;
}
.logotypes img {
  margin: 5px 10px;
}
/* ======================= */
/* ==== FORM ELEMENTS ==== */
form {
  margin-bottom: 20px;
}
form input,
form textarea,
form button {
  outline: none;
}
form input:focus,
form textarea:focus,
form button:focus {
  outline: none;
}
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="month"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="text"],
form input[type="url"],
form input[type="week"],
form input[type="username"],
form textarea,
form textarea.form-control {
  color: #1a1a1a;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input[type="date"]:-moz-placeholder,
form input[type="datetime"]:-moz-placeholder,
form input[type="datetime-local"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="month"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="search"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="time"]:-moz-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="url"]:-moz-placeholder,
form input[type="week"]:-moz-placeholder,
form input[type="username"]:-moz-placeholder,
form textarea:-moz-placeholder,
form textarea.form-control:-moz-placeholder {
  color: #808080;
}
form input[type="date"]::-moz-placeholder,
form input[type="datetime"]::-moz-placeholder,
form input[type="datetime-local"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="month"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="time"]::-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder,
form input[type="week"]::-moz-placeholder,
form input[type="username"]::-moz-placeholder,
form textarea::-moz-placeholder,
form textarea.form-control::-moz-placeholder {
  color: #808080;
}
form input[type="date"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form input[type="username"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form textarea.form-control:-ms-input-placeholder {
  color: #808080;
}
form input[type="date"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form input[type="username"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form textarea.form-control::-webkit-input-placeholder {
  color: #808080;
}
form input[type="date"]:-moz-placeholder,
form input[type="datetime"]:-moz-placeholder,
form input[type="datetime-local"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="month"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="search"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="time"]:-moz-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="url"]:-moz-placeholder,
form input[type="week"]:-moz-placeholder,
form input[type="username"]:-moz-placeholder,
form textarea:-moz-placeholder,
form textarea.form-control:-moz-placeholder {
  color: #808080;
}
form input[type="date"]::-moz-placeholder,
form input[type="datetime"]::-moz-placeholder,
form input[type="datetime-local"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="month"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="time"]::-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder,
form input[type="week"]::-moz-placeholder,
form input[type="username"]::-moz-placeholder,
form textarea::-moz-placeholder,
form textarea.form-control::-moz-placeholder {
  color: #808080;
}
form input[type="date"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form input[type="username"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form textarea.form-control:-ms-input-placeholder {
  color: #808080;
}
form input[type="date"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form input[type="username"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form textarea.form-control::-webkit-input-placeholder {
  color: #808080;
}
form input[type="date"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="email"]:focus,
form input[type="month"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="time"]:focus,
form input[type="text"]:focus,
form input[type="url"]:focus,
form input[type="week"]:focus,
form input[type="username"]:focus,
form textarea:focus,
form textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #808080;
}
form .filters-checkboxes label.selected:before {
  background-position: 0 0 !important;
}
form .filters-checkboxes label.selected:hover:before {
  background-position: 0 -24px !important;
}
form .filters-size label.selected {
  color: #FFF !important;
  border-color: #4D4D4D !important;
  background-color: #4D4D4D !important;
}
form .filters-color label.selected {
  border-color: #4D4D4D !important;
}
form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
form .help-block {
  color: #1a1a1a;
  margin-bottom: 20px;
  margin-left: 30px;
}
form .form-group {
  margin-bottom: 30px;
}
form label {
  font-weight: normal;
}
form label + input,
form label + select,
form label + select + .chosen-container {
  margin-top: 10px;
}
form label:first-child + input {
  margin-top: 0;
}
form label a {
  position: relative;
  left: 8px;
}
form label a img {
  position: relative;
  bottom: 2px;
}
form label a[class^="chosen-"] {
  left: 0;
}
form.form-inline > button {
  margin-bottom: 0;
}
.form-inline > button {
  margin-bottom: 0;
}
.form-inline * {
  margin-right: 10px;
}
small.explanation {
  font-size: 14px;
  color: #1a1a1a;
  font-style: italic;
}
footer form input[type="date"],
footer form input[type="datetime"],
footer form input[type="datetime-local"],
footer form input[type="email"],
footer form input[type="month"],
footer form input[type="number"],
footer form input[type="password"],
footer form input[type="search"],
footer form input[type="tel"],
footer form input[type="time"],
footer form input[type="text"],
footer form input[type="url"],
footer form input[type="week"] {
  color: #808080;
  border-color: #3b3b3b;
  background: #3b3b3b;
}
footer form input[type="date"]:focus,
footer form input[type="datetime"]:focus,
footer form input[type="datetime-local"]:focus,
footer form input[type="email"]:focus,
footer form input[type="month"]:focus,
footer form input[type="number"]:focus,
footer form input[type="password"]:focus,
footer form input[type="search"]:focus,
footer form input[type="tel"]:focus,
footer form input[type="time"]:focus,
footer form input[type="text"]:focus,
footer form input[type="url"]:focus,
footer form input[type="week"]:focus {
  border-color: #3b3b3b;
}
footer form .form-group {
  margin-bottom: 10px;
}
.element-emphasis-strong form,
.element-emphasis-weak form {
  margin-bottom: -10px;
}
.section-emphasis-1 form input[type="date"],
.section-emphasis-2 form input[type="date"],
.section-emphasis-1 form input[type="datetime"],
.section-emphasis-2 form input[type="datetime"],
.section-emphasis-1 form input[type="datetime-local"],
.section-emphasis-2 form input[type="datetime-local"],
.section-emphasis-1 form input[type="email"],
.section-emphasis-2 form input[type="email"],
.section-emphasis-1 form input[type="month"],
.section-emphasis-2 form input[type="month"],
.section-emphasis-1 form input[type="number"],
.section-emphasis-2 form input[type="number"],
.section-emphasis-1 form input[type="password"],
.section-emphasis-2 form input[type="password"],
.section-emphasis-1 form input[type="search"],
.section-emphasis-2 form input[type="search"],
.section-emphasis-1 form input[type="tel"],
.section-emphasis-2 form input[type="tel"],
.section-emphasis-1 form input[type="time"],
.section-emphasis-2 form input[type="time"],
.section-emphasis-1 form input[type="text"],
.section-emphasis-2 form input[type="text"],
.section-emphasis-1 form input[type="url"],
.section-emphasis-2 form input[type="url"],
.section-emphasis-1 form input[type="week"],
.section-emphasis-2 form input[type="week"],
.section-emphasis-1 form textarea,
.section-emphasis-2 form textarea,
.section-emphasis-1 form textarea.form-control,
.section-emphasis-2 form textarea.form-control {
  border: 1px solid #fff;
}
.section-emphasis-1 form input[type="date"]:focus,
.section-emphasis-2 form input[type="date"]:focus,
.section-emphasis-1 form input[type="datetime"]:focus,
.section-emphasis-2 form input[type="datetime"]:focus,
.section-emphasis-1 form input[type="datetime-local"]:focus,
.section-emphasis-2 form input[type="datetime-local"]:focus,
.section-emphasis-1 form input[type="email"]:focus,
.section-emphasis-2 form input[type="email"]:focus,
.section-emphasis-1 form input[type="month"]:focus,
.section-emphasis-2 form input[type="month"]:focus,
.section-emphasis-1 form input[type="number"]:focus,
.section-emphasis-2 form input[type="number"]:focus,
.section-emphasis-1 form input[type="password"]:focus,
.section-emphasis-2 form input[type="password"]:focus,
.section-emphasis-1 form input[type="search"]:focus,
.section-emphasis-2 form input[type="search"]:focus,
.section-emphasis-1 form input[type="tel"]:focus,
.section-emphasis-2 form input[type="tel"]:focus,
.section-emphasis-1 form input[type="time"]:focus,
.section-emphasis-2 form input[type="time"]:focus,
.section-emphasis-1 form input[type="text"]:focus,
.section-emphasis-2 form input[type="text"]:focus,
.section-emphasis-1 form input[type="url"]:focus,
.section-emphasis-2 form input[type="url"]:focus,
.section-emphasis-1 form input[type="week"]:focus,
.section-emphasis-2 form input[type="week"]:focus,
.section-emphasis-1 form textarea:focus,
.section-emphasis-2 form textarea:focus,
.section-emphasis-1 form textarea.form-control:focus,
.section-emphasis-2 form textarea.form-control:focus {
  border-color: #808080;
}
/* ======= CHOSEN ======== */
.chosen-container abbr.search-choice-close {
  background: none;
  top: 11px;
  right: 28px;
}
.chosen-container abbr.search-choice-close:hover:after {
  color: #1a1a1a;
}
.chosen-container abbr.search-choice-close:after {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  content: "\e005";
  font-family: 'Decima';
  display: block;
  color: #ccc;
  font-size: 12px;
  height: 12px;
  width: 12px;
  line-height: 12px;
  position: relative;
  top: -1px;
}
.chosen-container .chosen-single {
  color: #808080;
  border: 1px solid #ccc;
  padding: 6px 10px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 34px;
  line-height: 20px;
}
.chosen-container .chosen-single div b {
  background: none;
  position: relative;
  height: 2px;
  width: 7px;
  margin-top: 15px;
  margin-right: 8px;
  -webkit-transition: height .3s ease, margin .3s ease;
  transition: height .3s ease, margin .3s ease;
}
.chosen-container .chosen-single div b:before,
.chosen-container .chosen-single div b:after {
  content: "";
  position: absolute;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.chosen-container .chosen-single div b:before {
  bottom: 100%;
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #808080 transparent;
}
.chosen-container .chosen-single div b:after {
  top: 100%;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #808080 transparent transparent transparent;
}
.chosen-container .chosen-single:hover div b {
  margin-top: 13px;
  height: 6px;
}
.chosen-container .chosen-single:hover div b:before {
  border-color: transparent transparent #ea693f transparent;
}
.chosen-container .chosen-single:hover div b:after {
  border-color: #ea693f transparent transparent transparent;
}
.chosen-container .chosen-single > span {
  color: #1a1a1a;
}
.chosen-container .chosen-single > span:hover {
  color: #1a1a1a;
}
.chosen-container .chosen-single.chosen-default > span {
  color: #808080;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #808080;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
  margin-top: 13px;
  height: 6px;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  border-color: transparent transparent #ea693f transparent;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  border-color: #ea693f transparent transparent transparent;
}
.chosen-container .chosen-drop {
  border-color: #808080;
  box-shadow: none;
}
.chosen-container .chosen-drop .chosen-search {
  padding: 0 10px;
}
.chosen-container .chosen-drop .chosen-search input {
  padding: 5px 10px;
  height: 34px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #808080;
  border-radius: 3px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'PT Sans', sans-serif;
  background: none;
}
.chosen-container .chosen-drop .chosen-search input:focus {
  border: 1px solid #808080;
}
.chosen-container .chosen-drop .chosen-results {
  padding: 0;
  margin: 7px 0 0;
}
.chosen-container .chosen-drop .chosen-results li {
  padding-left: 10px;
}
.chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #ea693f;
}
.chosen-container .chosen-drop .chosen-results li.active-result em {
  text-decoration: none;
}
.chosen-container[class*="col-"].chosen-with-drop {
  margin: 0;
}
.chosen-container[class*="col-"].chosen-with-drop .chosen-drop {
  left: 10px;
  right: 10px;
  width: auto;
}
label .chosen,
label .chosen-container {
  font-weight: normal;
}
/* ======================= */
/* ======= BUTTONS ======= */
.btn {
  padding: 13px 28px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1a1a1a;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 3px;
  max-width: 100%;
  white-space: normal;
  -webkit-transition: color .3s ease, border-color .3s ease, background .3s ease;
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}
.btn.icon-left .fa {
  margin-right: 8px;
}
.btn.icon-right .fa {
  margin-left: 8px;
}
.btn:hover {
  color: #fff;
  border-color: #ea693f;
}
.btn:active,
.btn.active,
.btn:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  border-color: #ccc;
  background: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #ea693f;
  border-color: #ea693f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  border-color: #1a1a1a;
  background: #1a1a1a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #ea693f;
  border-color: #ea693f;
}
.btn-large {
  font-size: 16px;
  padding: 17px 44px;
}
.btn-small {
  font-size: 12px;
  padding: 6px 15px 7px;
}
input.woocommerce-Button.button {
  padding: 13px 28px;
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
  background: #1a1a1a;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  max-width: 100%;
  white-space: normal;
  line-height: 21px;
}
input.woocommerce-Button.button:hover {
  background: #ea693f;
  color: white;
}
span.woocommerce-Price-amount.amount:hover {
  color: #ea693f;
}
.woocommerce ul#shipping_method li input {
  margin-right: -17px;
}
.cart table.price-calc tr > td {
  margin-left: -25px;
}
.cart table.price-calc tr.cart-subtotal > td > span.amount {
  font-size: 15px !important;
}
.woocommerce form .form-row label.inline {
  margin-left: 15px;
}
.btn-mini {
  font-size: 10px;
  padding: 3px 5px 2px 5px;
}
.btn-success,
.btn-warning,
.btn-info,
.btn-danger,
.btn-inactive {
  color: #fff;
}
.btn-success:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-inactive:hover,
.btn-success:focus,
.btn-warning:focus,
.btn-info:focus,
.btn-danger:focus,
.btn-inactive:focus,
.btn-success:active,
.btn-warning:active,
.btn-info:active,
.btn-danger:active,
.btn-inactive:active {
  border-color: #1a1a1a;
  background: #1a1a1a;
}
.btn-success {
  background: #66cc7e;
  border-color: #66cc7e;
}
.btn-warning {
  background: #e6c550;
  border-color: #e6c550;
}
.btn-info {
  background: #47a9e6;
  border-color: #47a9e6;
}
.btn-danger {
  background: #e64e4e;
  border-color: #e64e4e;
}
.btn-inactive {
  background: #e6e6e6;
  border-color: #e6e6e6;
  cursor: default;
}
.btn-inactive:hover,
.btn-inactive:focus,
.btn-inactive:active {
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-link {
  border: none;
  text-transform: none;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding: 0;
  border-radius: 0;
  margin: 13px 28px 22px 28px;
}
.btn-link:hover {
  border-color: #ccc;
  color: #ea693f;
}
.btn-link:focus {
  text-decoration: none;
  outline: none;
  color: #ea693f;
  border-color: #ccc;
}
.btn-link.btn-block {
  margin: 13px auto 22px auto;
  width: auto;
}
/* ======================= */
/* == SECTION EMPHASIS === */
.full-width {
  /* more space before the section -- */
  /* -- except when there is full-width flexslider above or if the section is first element*/
}
.full-width.section-emphasis-1 {
  background: #f2f2f2;
}
.full-width.section-emphasis-1 h1,
.full-width.section-emphasis-1 h2,
.full-width.section-emphasis-1 h3 {
  background: #f2f2f2;
}
.full-width.section-emphasis-2 {
  background: #f3e5b5;
}
.full-width.section-emphasis-2 h1,
.full-width.section-emphasis-2 h2,
.full-width.section-emphasis-2 h3 {
  background: #f3e5b5;
}
.full-width.section-emphasis-1 > .container,
.full-width.section-emphasis-2 > .container {
  margin-top: 30px;
}
.full-width.flexslider-full-width + .section-emphasis-1 > .container,
.full-width.flexslider-full-width + .section-emphasis-2 > .container,
.full-width:first-child > .container {
  margin-top: 0;
}
#Content .full-width section.row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-emphasis-3 {
  border: 1px solid #e5e5e5;
  padding: 29px;
}
.section-emphasis-3 .strong-header {
  margin-top: 21px;
}
.section-emphasis-3 .strong-header:first-child {
  margin-top: 0;
}
/* ======================= */
/* == ELEMENT EMPHASIS === */
.element-emphasis-strong {
  border: 5px solid #e5e5e5;
  padding: 25px 25px 31px;
}
.element-emphasis-weak {
  border: 1px solid #e5e5e5;
  padding: 29px 29px 27px;
}
/* ======================== */
/* = SMALL SECTION HEADER = */
.element-emphasis-strong,
.element-emphasis-weak {
  margin-bottom: 30px;
}
.element-emphasis-strong .element-header,
.element-emphasis-weak .element-header {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 16px;
}
.element-emphasis-strong > .btn:last-child,
.element-emphasis-weak > .btn:last-child {
  margin-bottom: 0;
}
/* ======================= */
/* === SECTION HEADER ==== */
.section-header {
  position: relative;
}
.section-header hr {
  position: absolute;
  margin: 0;
  left: 10px;
  right: 10px;
  top: 49%;
  border: 0;
  border-top: 1px solid #e6e6e6;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  position: relative;
  display: table;
  padding: 0 10px;
  margin: 28px auto 27px !important;
  font-size: 16px !important;
  text-align: center;
  background: #fff;
}
.section-emphasis-1 .section-header hr,
.section-emphasis-2 .section-header hr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.section-emphasis-1 .section-header h1,
.section-emphasis-2 .section-header h1,
.section-emphasis-1 .section-header h2,
.section-emphasis-2 .section-header h2,
.section-emphasis-1 .section-header h3,
.section-emphasis-2 .section-header h3,
.section-emphasis-1 .section-header h4,
.section-emphasis-2 .section-header h4,
.section-emphasis-1 .section-header h5,
.section-emphasis-2 .section-header h5,
.section-emphasis-1 .section-header h6,
.section-emphasis-2 .section-header h6 {
  margin-top: 0 !important;
}
div[class*="col-"] .section-header {
  padding: 0;
}
div[class*="col-"] .section-header hr {
  left: 0;
  right: 0;
}
/* ======================= */
/* === DROPDOWN CARET ==== */
.navbar-default .navbar-nav > .dropdown a .caret,
.shopping-cart-widget > button .caret {
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top-color: #808080;
  border-bottom-color: #808080;
  margin-bottom: 2px;
}
.navbar-default .navbar-nav > .dropdown a:hover .caret,
.shopping-cart-widget > button:hover .caret,
.navbar-default .navbar-nav > .dropdown afocus .caret,
.shopping-cart-widget > buttonfocus .caret {
  border-top-color: #ea693f;
  border-bottom-color: #ea693f;
}
.navbar-default .navbar-nav > .open a .caret,
.navbar-default .navbar-nav > .open a:hover .caret,
.navbar-default .navbar-nav > .open a:focus .caret {
  border-top-color: #ea693f;
  border-bottom-color: #ea693f;
}
/* ======================= */
/* ======= ISOTOPE ======= */
.isotope-options .filters-links {
  line-height: 28px;
  margin: 25px 0 32px 0;
}
.isotope-options .filters-links .options {
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-left: 9px;
}
.isotope-options .filters-links .options li {
  padding: 0;
}
.isotope-options .filters-links .options a {
  padding: 0;
  margin: 0 10px;
  color: #4c4c4c;
}
.isotope-options .filters-links .options a:hover {
  color: #ea693f;
}
.isotope-options .filters-links .options .selected {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  background: #f2f2f2;
  border: none;
  border-radius: 3px;
}
.myFilters:before,
.myFilters:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.myFilters:after {
  clear: both;
}
.myFilters:before,
.myFilters:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.myFilters:after {
  clear: both;
}
.myFilters:before,
.myFilters:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.myFilters:after {
  clear: both;
}
.myFilters:before,
.myFilters:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.myFilters:after {
  clear: both;
}
.myFilters label {
  cursor: pointer;
}
.filters-list {
  margin-bottom: 5px;
}
.filters-clear {
  margin-top: 12px;
}
.btn-group.myFilters .btn.btn-default.dropdown-toggle {
  width: 220px;
  text-align: left;
  color: #808080;
  border: 1px solid #CCC;
  padding: 6px 10px;
  background: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 34px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.btn-group.myFilters.open .dropdown-menu {
  border-color: #808080;
  border-top: none !important;
}
.btn-group.myFilters.open .btn.btn-default.dropdown-toggle {
  border-color: #808080;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group.myFilters .caret {
  color: #1A1A1A;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 17px;
  display: block;
  border: 0;
  background: none;
  -webkit-transition: height .3s ease, margin .3s ease;
  transition: height .3s ease, margin .3s ease;
}
.btn-group.myFilters .caret:before,
.btn-group.myFilters .caret:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.btn-group.myFilters .caret:before {
  bottom: 2px;
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #808080 transparent;
}
.btn-group.myFilters .caret:after {
  bottom: -4px;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #808080 transparent transparent transparent;
}
.btn-group.myFilters:hover .caret:before {
  bottom: 4px;
  border-color: transparent transparent #ea693f transparent;
}
.btn-group.myFilters:hover .caret:after {
  bottom: -6px;
  border-color: #ea693f transparent transparent transparent;
}
.btn-group.myFilters .dropdown-menu {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 220px;
  padding: 5px 0;
  margin: -11px 0 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #FFF;
  border: 1px solid #CCC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
}
.btn-group.myFilters .dropdown-menu li {
  line-height: 1px;
}
.btn-group.myFilters .dropdown-menu li + li {
  margin-top: 0;
}
.btn-group.myFilters .dropdown-menu > li > a {
  display: block;
  padding: 4px 11px;
  clear: both;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #333;
  border: 0;
  -webkit-transition: none;
  transition: none;
}
.btn-group.myFilters .dropdown-menu > li > a:hover {
  background: #ea693f;
  color: #fff;
}
.btn-group.myFilters.open > .dropdown-menu {
  display: block;
}
#isotopeContainer {
  position: relative;
  z-index: 8;
  margin-left: -10px;
  margin-right: -10px;
}
#isotopeContainer .isotope-item {
  margin: 0 10px 37px;
}
/* = NATIVE ISOTOPE STYLES = */
.isotope-item {
  margin-top: 0 !important;
  z-index: 2;
  display: inline-block;
  float: left;
  width: 220px;
  margin: 0 10px;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 1.0s;
  -moz-transition-duration: 1.0s;
  -ms-transition-duration: 1.0s;
  -o-transition-duration: 1.0s;
  transition-duration: 1.0s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* ======================= */
/* ===== FLEXSLIDER ====== */
.flexslider {
  margin: 0;
  background: none;
  border: none;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  zoom: 1;
  /* overflow: visible !important; */
}
.flexslider .slides img {
  width: auto;
  max-width: none;
}
.flexslider .slides > li {
  margin-top: 0;
}
.flexslider .slides > li > img {
  width: inherit;
  max-width: 100%;
}
.flexslider.row {
  margin: 0 -10px;
  padding: 0 10px;
}
.flexslider > ul {
  display: block;
  margin: 0;
  padding: 0;
}
.flexslider > ul:before,
.flexslider > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul:after {
  clear: both;
}
.flexslider > ul:before,
.flexslider > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul:after {
  clear: both;
}
.flexslider > ul:before,
.flexslider > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul:after {
  clear: both;
}
.flexslider > ul:before,
.flexslider > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul:after {
  clear: both;
}
.flexslider > ul > li {
  display: block;
  margin: 0;
  padding: 0;
}
.flexslider > ul > li:before,
.flexslider > ul > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul > li:after {
  clear: both;
}
.flexslider > ul > li:before,
.flexslider > ul > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul > li:after {
  clear: both;
}
.flexslider > ul > li:before,
.flexslider > ul > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul > li:after {
  clear: both;
}
.flexslider > ul > li:before,
.flexslider > ul > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flexslider > ul > li:after {
  clear: both;
}
.flexslider .flex-control-paging {
  margin: 0 -10px;
  z-index: 1000;
  bottom: -40px;
}
.flexslider .flex-control-paging li > a {
  height: 5px;
  width: 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #ccc;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.flexslider .flex-control-paging li > a.flex-active,
.flexslider .flex-control-paging li > a:hover {
  background: #1a1a1a;
}
.flexslider.flexslider-pager-inside .flex-control-paging {
  bottom: 10px;
}
.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
  width: 27px;
  height: 28px;
  opacity: 1;
  text-indent: -9999px;
  text-align: initial;
  border: none;
  color: transparent;
  text-shadow: none;
  margin-top: -14px;
}
.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before,
.flexslider .flex-direction-nav .flex-prev:after,
.flexslider .flex-direction-nav .flex-next:after {
  color: #ccc;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: 0;
  font-family: 'Decima';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 9999px;
  font-size: 28px;
  position: relative;
}
.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before,
.flexslider .flex-direction-nav .flex-prev:hover:after,
.flexslider .flex-direction-nav .flex-next:hover:after {
  color: #1a1a1a;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 30px;
}
.flexslider .flex-direction-nav .flex-prev:before {
  content: "\e000";
  top: 1px;
}
.flexslider .flex-direction-nav .flex-next {
  right: 30px;
}
.flexslider .flex-direction-nav .flex-next:before {
  content: "\e001";
}
.flexslider.flexslider-pager {
  margin-bottom: 30px;
}
.flexslider.flexslider-pager-inside {
  margin-bottom: 0;
}
.flexslider-full-width.flexslider .slides > li {
  -webkit-backface-visibility: visible;
  background-position: center center;
}
.flexslider-full-width.flexslider .flex-control-paging {
  bottom: 10px;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container {
  height: 100%;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row {
  height: 100%;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div {
  height: 100%;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div {
  height: 100%;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging {
  display: table;
  margin: 0 -10px;
  bottom: 15px;
  z-index: 1000;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging li > a {
  height: 5px;
  width: 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #ccc;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging li > a.flex-active,
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-control-paging li > a:hover {
  background: #1a1a1a;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev,
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next {
  color: #1a1a1a;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev:hover,
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next:hover {
  color: #ea693f;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev {
  left: -36px;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next {
  right: -37px;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-prev {
  left: -36px;
}
.flexslider-full-width.flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-next {
  right: -37px;
}
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:after,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:after {
  color: #1a1a1a;
}
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:hover:before,
.flexslider-full-width .flexslider .flex-direction-nav .flex-prev:hover:after,
.flexslider-full-width .flexslider .flex-direction-nav .flex-next:hover:after {
  color: #ea693f;
}
.post-preview .flexslider .flex-direction-nav .flex-prev:before,
.post-preview .flexslider .flex-direction-nav .flex-next:before,
.post-preview .flexslider .flex-direction-nav .flex-prev:after,
.post-preview .flexslider .flex-direction-nav .flex-next:after {
  color: #1a1a1a;
}
.post-preview .flexslider .flex-direction-nav .flex-prev:hover:before,
.post-preview .flexslider .flex-direction-nav .flex-next:hover:before,
.post-preview .flexslider .flex-direction-nav .flex-prev:hover:after,
.post-preview .flexslider .flex-direction-nav .flex-next:hover:after {
  color: #ea693f;
}
.thumbnailSlider {
  max-width: 450px;
  margin: 0px auto 0 auto;
}
.thumbnailSlider .flexslider .flex-direction-nav .flex-prev:before,
.thumbnailSlider .flexslider .flex-direction-nav .flex-next:before {
  color: #1a1a1a;
}
.thumbnailSlider .flexslider .flex-direction-nav .flex-prev:hover:before,
.thumbnailSlider .flexslider .flex-direction-nav .flex-next:hover:before {
  color: #ea693f;
}
.thumbnailSlider .flexslider .slides img {
  max-width: 100%;
}
.thumbnailSlider .smallThumbnails {
  list-style: none;
  padding: 0;
  margin: 10px 0 10px -10px;
}
.thumbnailSlider .smallThumbnails li {
  display: block;
  margin: 0 0 10px 0;
  width: 25%;
  float: left;
  padding-left: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.thumbnailSlider .smallThumbnails li:hover,
.thumbnailSlider .smallThumbnails li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 1075px) {
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-prev {
    left: 30px;
  }
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div .flex-next {
    right: 30px;
  }
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-prev {
    left: 30px;
  }
  .flexslider-full-width .flexslider .flexslider-full-width-controls-wrapper .container .row > div > div:hover .flex-next {
    right: 30px;
  }
}
@media (min-width: 1075px) {
  .outside-controls.flexslider .flex-prev {
    left: -36px;
  }
  .outside-controls.flexslider .flex-next {
    right: -37px;
  }
  .outside-controls.flexslider:hover .flex-prev {
    left: -36px;
  }
  .outside-controls.flexslider:hover .flex-next {
    right: -37px;
  }
  .outside-controls.flexslider.flexslider-pager-inside .flex-control-paging {
    bottom: 15px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider .flex-prev {
    left: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider .flex-next {
    right: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider:hover .flex-prev {
    left: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider:hover .flex-next {
    right: 21px;
  }
  [class^="col-"] > .row > [class$="-12"][class^="col-"] .flexslider.flexslider-pager-inside .flex-control-paging {
    bottom: 15px;
  }
}
/* ======================= */
/* ===== PRETTYPHOTO ====== */
.pp_pic_holder .ppt {
  display: none !important;
}
.pp_pic_holder .pp_description {
  display: none !important;
}
.pp_pic_holder a {
  border-bottom: 0;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background: none !important;
}
.pp_loaderIcon {
  background: url("../images/preloader-white-matte.gif") no-repeat center center !important;
  width: 36px;
  height: 36px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 0;
  position: static;
}
div.pp_default .pp_contract,
div.pp_default .pp_expand {
  right: auto;
  top: 15px;
  left: 15px;
}
div.pp_default .pp_close {
  z-index: 2002;
  top: 15px;
  right: 15px;
  background: none;
  width: 30px;
  height: 30px;
  font-size: 0;
  color: transparent;
  text-align: center;
}
div.pp_default .pp_close:hover:before {
  color: #808080;
}
div.pp_default .pp_close:before {
  content: "\e004";
  font-family: 'Decima';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 30px;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.pp_previous,
a.pp_next {
  background: none !important;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: none;
  text-indent: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 5px;
}
a.pp_next {
  left: auto;
  right: 5px;
}
a.pp_previous:hover:before,
a.pp_next:hover:before {
  color: #ea693f;
}
a.pp_previous:before,
a.pp_next:before {
  content: "\e000";
  font-family: 'Decima';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #1a1a1a;
  font-size: 28px;
  line-height: 46px;
  display: inline-block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.pp_next:before {
  content: "\e001";
}
/* FLIP IMAGES */
.flipImage > a {
  border-bottom: 0;
  float: left;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
.flipImage > a:hover .backImg {
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  z-index: 10;
  position: absolute;
}
.flipImage > a:hover .frontImg {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.flipImage .frontImg {
  display: block;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.flipImage .backImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.awesomeIcons a {
  border: 0;
  padding: 3px 0;
  display: inline-block;
  padding-left: 28px;
  position: relative;
}
.awesomeIcons a i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 25px;
  height: 30px;
  display: inline-block;
}
.awesomeIcons a:hover i {
  font-size: 24px;
  color: #4C4C4C;
}
.awesomeIcons .page-header {
  margin: 0 0 10px 0 !important;
}
.shopping-cart-widget > div {
  visibility: hidden;
}
.shopping-cart-widget > div[role="complementary"] {
  max-height: 577px;
  overflow: auto;
}
.shopping-cart-widget > div p:last-child {
  margin-bottom: 0;
}
body.active-sidebar .shopping-cart-widget > div {
  visibility: visible;
}
a.remove {
  color: #b2b2b2;
}
.jp-controls li a {
  border-bottom: none;
}
.googleMap {
  min-height: 695px;
}
.googleMap img {
  max-width: none;
}
.googleMap .customMarker {
  font-size: 40px;
  color: #ea693f;
}
article.post ul.jp-controls {
  margin-left: 0;
}
/* ======================= */
/* ===== MOBILE VIEW ===== */
/* ======================= */
.unclick {
  display: none;
}
@media (max-width: 767px) {
  .shopping-cart-widget {
    z-index: 1001;
    position: static;
  }
  .shopping-cart-widget [role="complementary"] {
    margin-top: 0;
    width: 80%;
    top: 100%;
  }
  #MainNav nav {
    z-index: 1001;
  }
  [role="navigation"],
  [role="complementary"] {
    transition: .4s all ease;
    width: 80%;
    -webkit-transform: translateZ(0);
  }
  [role="main"],
  footer {
    -webkit-transform: translateZ(0);
    transition: .4s all ease;
    width: 100%;
  }
  [role="navigation"] {
    margin-left: -80%;
    float: left;
  }
  [role="main"],
  footer {
    margin-left: 0;
    float: left;
  }
  [role="complementary"] {
    margin-right: -100%;
    float: left;
    margin-top: 0;
  }
  [role="complementary"]:before,
  [role="complementary"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="complementary"]:after {
    clear: both;
  }
  [role="complementary"]:before,
  [role="complementary"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="complementary"]:after {
    clear: both;
  }
  [role="complementary"]:before,
  [role="complementary"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="complementary"]:after {
    clear: both;
  }
  [role="complementary"]:before,
  [role="complementary"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="complementary"]:after {
    clear: both;
  }
  .active-nav #MainNav nav .unclick {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .active-nav [role="navigation"] {
    margin-left: 0;
  }
  .active-nav [role="main"],
  .active-nav footer {
    margin-left: 80%;
  }
  .active-nav [role="complementary"] {
    margin-right: -100%;
    float: right;
  }
  .active-sidebar .shopping-cart-widget .unclick {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    border: none !important;
    background: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .active-sidebar [role="complementary"] {
    margin-right: 0;
  }
  .active-sidebar [role="main"],
  .active-sidebar footer {
    margin-left: -80%;
  }
  .active-sidebar footer {
    float: none;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
}
@media (min-width: 525px) and (max-width: 765px) {
  .shopping-cart-widget {
    position: static;
  }
  .shopping-cart-widget [role="complementary"] {
    margin-top: 0;
    width: 90%;
  }
  [role="navigation"],
  [role="complementary"] {
    transition: .4s all ease;
    width: 90%;
  }
  .active-nav [role="navigation"] {
    margin-left: 0;
  }
  .active-nav [role="main"],
  .active-nav footer {
    margin-left: 0;
  }
  .active-nav [role="complementary"] {
    margin-right: -100%;
    float: right;
  }
  .active-sidebar [role="complementary"] {
    margin-right: 0;
  }
  .active-sidebar [role="main"],
  .active-sidebar footer {
    margin-left: 0;
  }
  .active-sidebar footer {
    float: none;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
  .active-sidebar footer:before,
  .active-sidebar footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .active-sidebar footer:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  [role="navigation"] {
    margin-left: -90%;
    max-height: none;
    position: absolute;
    background: #333;
  }
  [role="navigation"]:before,
  [role="navigation"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="navigation"]:after {
    clear: both;
  }
  [role="navigation"]:before,
  [role="navigation"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="navigation"]:after {
    clear: both;
  }
  [role="navigation"]:before,
  [role="navigation"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="navigation"]:after {
    clear: both;
  }
  [role="navigation"]:before,
  [role="navigation"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  [role="navigation"]:after {
    clear: both;
  }
}
@media (min-width: 768px) {
  [role="complementary"],
  [role="navigation"] {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  /* menu on hover */
  #MainNav li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    visibility: visible;
  }
  #MainNav .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: hidden;
  }
}
@media (max-width: 992px) {
  .shop-product-single .size-guide-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  #listFilters {
    display: none;
  }
  .shop-list-filters {
    margin-bottom: 20px;
  }
  footer {
    padding-left: 40px;
    padding-right: 20px;
  }
}
/* --------------------------------------------------------------

   Basic WordPress Blog Styles

-------------------------------------------------------------- */
/* Images
-------------------------------------------------------------- */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
}
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.gallery dl {
  margin: 0;
}
.gallery-caption {
  margin: -1.5em 0 0 0;
}
/*sticky posts more visible*/
.sticky h2.title a {
  font-weight: bold;
}
.bypostauthor .author {
  font-weight: bold;
}
/* Pullquotes */
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
/* wp widget lists */
.widget_archive .widget-inner ul,
.widget_categories .widget-inner ul,
.widget_recent_entries .widget-inner ul,
.widget_recent_comments .widget-inner ul,
.widget_categories .widget-inner ul,
.widget_meta .widget-inner ul,
.widget_pages .widget-inner ul,
.widget_rss .widget-inner ul,
.widget_links .widget-inner ul {
  list-style: none;
  margin: 0;
}
.widget_archive .widget-inner ul li a,
.widget_categories .widget-inner ul li a,
.widget_recent_entries .widget-inner ul li a,
.widget_recent_comments .widget-inner ul li a,
.widget_categories .widget-inner ul li a,
.widget_meta .widget-inner ul li a,
.widget_pages .widget-inner ul li a,
.widget_rss .widget-inner ul li a,
.widget_links .widget-inner ul li a {
  font-weight: 700;
}
.widget_archive .widget-inner ul li,
.widget_categories .widget-inner ul li,
.widget_recent_entries .widget-inner ul li,
.widget_recent_comments .widget-inner ul li,
.widget_categories .widget-inner ul li,
.widget_meta .widget-inner ul li,
.widget_pages .widget-inner ul li,
.widget_rss .widget-inner ul li,
.widget_links .widget-inner ul li {
  border-top: 1px solid #808080;
  padding: 13px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 18px;
}
.widget_archive .widget-inner ul li:first-child,
.widget_categories .widget-inner ul li:first-child,
.widget_recent_entries .widget-inner ul li:first-child,
.widget_recent_comments .widget-inner ul li:first-child,
.widget_categories .widget-inner ul li:first-child,
.widget_meta .widget-inner ul li:first-child,
.widget_pages .widget-inner ul li:first-child,
.widget_rss .widget-inner ul li:first-child,
.widget_links .widget-inner ul li:first-child {
  border-top: 0;
}
/* Blog list */
.widget-first.widget_search form {
  margin-top: 0px;
}
.widget_categories {
  text-transform: none;
}
.widget_archive .widget-inner ul,
.widget_categories .widget-inner ul,
.widget_recent_entries .widget-inner ul,
.widget_recent_comments .widget-inner ul,
.widget_categories .widget-inner ul,
.widget_meta .widget-inner ul,
.widget_pages .widget-inner ul,
.widget_rss .widget-inner ul,
.widget_links .widget-inner ul {
  margin: 0;
  padding: 10px 0;
}
.widget_archive .widget-inner ul li,
.widget_categories .widget-inner ul li,
.widget_recent_entries .widget-inner ul li,
.widget_recent_comments .widget-inner ul li,
.widget_categories .widget-inner ul li,
.widget_meta .widget-inner ul li,
.widget_pages .widget-inner ul li,
.widget_rss .widget-inner ul li,
.widget_links .widget-inner ul li {
  border-bottom: 1px solid #e5e5e5;
  border-top: 0;
  margin: 0;
}
.widget_archive .widget-inner ul li + li,
.widget_categories .widget-inner ul li + li,
.widget_recent_entries .widget-inner ul li + li,
.widget_recent_comments .widget-inner ul li + li,
.widget_categories .widget-inner ul li + li,
.widget_meta .widget-inner ul li + li,
.widget_pages .widget-inner ul li + li,
.widget_rss .widget-inner ul li + li,
.widget_links .widget-inner ul li + li {
  margin: 0;
}
.widget_archive .widget-inner ul li a,
.widget_categories .widget-inner ul li a,
.widget_recent_entries .widget-inner ul li a,
.widget_recent_comments .widget-inner ul li a,
.widget_categories .widget-inner ul li a,
.widget_meta .widget-inner ul li a,
.widget_pages .widget-inner ul li a,
.widget_rss .widget-inner ul li a,
.widget_links .widget-inner ul li a {
  font-weight: 500;
  border-bottom: none;
  text-transform: none;
}
.widget_archive .widget-inner ul > li ul,
.widget_categories .widget-inner ul > li ul,
.widget_recent_entries .widget-inner ul > li ul,
.widget_recent_comments .widget-inner ul > li ul,
.widget_categories .widget-inner ul > li ul,
.widget_meta .widget-inner ul > li ul,
.widget_pages .widget-inner ul > li ul,
.widget_rss .widget-inner ul > li ul,
.widget_links .widget-inner ul > li ul {
  padding-left: 20px;
}
.widget_archive .widget-inner ul > li ul li,
.widget_categories .widget-inner ul > li ul li,
.widget_recent_entries .widget-inner ul > li ul li,
.widget_recent_comments .widget-inner ul > li ul li,
.widget_categories .widget-inner ul > li ul li,
.widget_meta .widget-inner ul > li ul li,
.widget_pages .widget-inner ul > li ul li,
.widget_rss .widget-inner ul > li ul li,
.widget_links .widget-inner ul > li ul li {
  border: none !important;
}
.widget_archive .widget-inner span,
.widget_categories .widget-inner span,
.widget_recent_entries .widget-inner span,
.widget_recent_comments .widget-inner span,
.widget_categories .widget-inner span,
.widget_meta .widget-inner span,
.widget_pages .widget-inner span,
.widget_rss .widget-inner span,
.widget_links .widget-inner a span {
  color: #808080;
}
footer .widget_archive .widget-inner ul li,
footer .widget_categories .widget-inner ul li,
footer .widget_recent_entries .widget-inner ul li,
footer .widget_recent_comments .widget-inner ul li,
footer .widget_categories .widget-inner ul li,
footer .widget_meta .widget-inner ul li,
footer .widget_pages .widget-inner ul li,
footer .widget_rss .widget-inner ul li,
footer .widget_links .widget-inner ul li {
  border-color: #3b3b3b;
}
.search-widget .form-search {
  margin-top: 0;
}
footer a {
  color: #999;
}
footer a:hover {
  color: inherit;
}
.widget_categories .widget-inner li a {
  text-transform: uppercase;
}
/* search widget */
.widget_search form {
  margin: 10px 0;
}
.widget_search input {
  margin: 0;
}
/* nav menu widget */
.widget.widget_nav_menu ul {
  position: static;
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
  visibility: visible;
  float: none;
  min-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin-bottom: 10px;
}
.widget.widget_nav_menu ul li a {
  background: transparent;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  border: 0;
  padding: 5px 0;
  margin: 0;
  white-space: normal;
  text-transform: none;
  font-weight: 400;
}
footer .widget.widget_nav_menu ul li a {
  color: #fff;
}
.widget.widget_nav_menu ul li a:after {
  display: none;
  height: 0;
}
.widget.widget_nav_menu ul li ul li {
  margin-left: 15px;
}
.widget_text {
  /*prevent from long names*/
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/******** additional styles */
/* gmap */
.google_map img {
  max-width: inherit;
}
#wp-calendar {
  width: 100%;
}
select {
  max-width: 100%;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
}
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.gallery dl {
  margin: 0;
}
.gallery-caption {
  margin: -1.5em 0 0 0;
}
.post header {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.sticky.post {
  background-color: #f2f2f2;
  padding: 20px !important;
  margin-bottom: 40px;
}
article,
.comment {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
form {
  margin-bottom: 0;
}
.newsletter-box .wpcf7-form-control-wrap {
  display: inline-block;
  margin-right: 10px;
  max-width: 220px;
  vertical-align: middle;
}
.widget.widget_rss .rsswidget {
  border-bottom: none;
}
.widget.widget_rss li:first-child {
  padding-top: 0;
}
.widget.widget_rss li a.rssWidget {
  font-weight: 700;
  display: block;
  padding-top: 5px;
}
.widget.widget_rss li span.rss-date,
.widget.widget_rss li cite {
  font-size: 12px;
  display: block;
  color: #808080;
  padding: 5px 0;
}
/* WOOCOMMERCE */
/* =Price Filter Widget
	-------------------------------------------------------------- */
.widget_price_filter .price_slider {
  margin-bottom: 1em;
  margin-top: 2em;
  display: block;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  border: 1px solid #141741;
  cursor: pointer;
  background: #2d338e;
  outline: none;
  top: -0.2em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -0.5em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #c0132c;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #d5d5d5;
}
.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
/*  */
.order-info mark {
  background: #f2f2f2;
}
.product-name dt {
  font-size: 12px;
}
.product-name dd {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 12px;
}
span.wc_variation-name {
  color: #808080;
}
tr.shipping > td,
tr.shipping > th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
td.shipping-calculator > div,
td.shipping-calculator > div > h2 {
  margin-bottom: 0;
}
td.shipping-calculator > div a {
  border-bottom: none;
}
input.coupon-apply {
  margin-bottom: 0px;
}
button.cart-submit-button {
  margin-right: 5px;
}
td.checkout-product-name {
  width: 100%;
}
ul.products > li.product-category {
  max-width: 220px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left !important;
  clear: none !important;
  margin: 0 10px 30px;
  width: 220px;
}
.products#isotopeContainer {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce-page .products ul,
.woocommerce-page ul.products {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.woocommerce .products ul + hr,
.woocommerce ul.products + hr,
.woocommerce-page .products ul + hr,
.woocommerce-page ul.products + hr {
  margin-top: 0;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.woocommerce-ordering {
  padding: 7px;
  width: 220px;
  padding-right: 0;
}
ul.products h3 {
  font-size: 16px !important;
}
ul.products mark.count {
  background: none;
  color: #b5b5b5;
  padding-left: 5px;
}
.shop-product-list {
  margin-top: 0px !important;
}
/*tab fix*/
.shop-product-single #reviews [itemprop=author] {
  font-size: 16px;
  margin: 11px 0 10px 0;
}
.shop-product-single li[itemprop=review] {
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0 15px;
}
.shop-product-single li[itemprop=review].comment {
  list-style-type: none;
}
.shop-product-single [itemprop=description] p {
  margin-bottom: 0px;
}
header .price,
.shop-item .price {
  font-size: 16px;
}
header .price del,
.shop-item .price del {
  color: #808080;
}
header .price del > span,
.shop-item .price del > span {
  font-weight: normal;
  color: #808080;
}
header .price ins,
.shop-item .price ins {
  text-decoration: none;
}
.shop-list-filters h4.strong-header.panel-title {
  padding-bottom: 15px;
}
.shop-list-filters li.chosen {
  background: #1a1a1a;
  padding: 5px 10px;
  border-radius: 5px;
}
.shop-list-filters li.chosen a {
  color: white;
}
.shop-list-filters li.chosen button.close {
  font-size: 13px;
  text-shadow: none;
  color: #b2b2b2;
  opacity: 1;
  margin-top: 3px;
}
.shop-list-filters li.chosen button.close a.remove {
  color: #b2b2b2;
}
.shop-list-filters li.chosen button.close a.remove:hover {
  color: #ea693f;
}
.product-listing-collapse ul {
  list-style-type: none;
  padding: 0;
}
.product-listing-collapse ul > li > a {
  border-bottom: none;
}
.product-listing-collapse ul > li > .count {
  font-size: 14px;
  color: #b3b3b3;
  padding-left: 5px;
}
.product-listing-collapse .price_slider_wrapper {
  padding: 5px;
}
.product-listing-collapse .price_slider_wrapper div.price_slider {
  height: 7px;
}
.product-listing-collapse .price_slider_wrapper div.ui-slider-range {
  background: #1a1a1a;
}
.product-listing-collapse .price_slider_wrapper a.ui-slider-handle {
  height: 13px;
  width: 13px;
  background: #e5e5e5;
  border: 4px solid #1a1a1a;
  border-radius: 13px;
  margin-left: -7px;
  margin-top: 1px;
  cursor: pointer;
}
.product-listing-collapse .price_slider_wrapper .price_label {
  line-height: 34px;
}
.product-listing-collapse .price_slider_wrapper button.btn-small {
  float: right;
}
/*price filter icon fix*/
.ui-state-default,
.ui-widget-content .ui-state-default {
  height: 13px;
  width: 13px;
  background: #e5e5e5;
  border: 4px solid #1a1a1a;
  border-radius: 13px;
  margin-left: -7px;
  margin-top: 1px;
  cursor: pointer;
}
#listFilters .panel {
  padding: 15px;
}
select.orderby {
  padding: 7px;
}
.item-info-name-price {
  min-height: 72px;
}
.product-listing-pagination {
  text-align: center;
}
.product-listing-pagination ul {
  list-style-type: none;
  display: inline-block;
  padding: 0;
}
.product-listing-pagination ul > li {
  float: left;
  margin: 0;
  padding: 5px 7px;
}
.product-listing-pagination ul > li > a.prev {
  color: #ccc;
  font-family: "Decima";
  font-size: 12px;
  border: none;
}
.product-listing-pagination ul > li > a.prev:before {
  content: "\e002";
}
.product-listing-pagination ul > li > a.prev:hover,
.product-listing-pagination ul > li > a.prev:active {
  color: #1a1a1a;
}
.product-listing-pagination ul > li > a.next {
  color: #ccc;
  font-family: "Decima";
  font-size: 12px;
  border: none;
}
.product-listing-pagination ul > li > a.next:before {
  content: "\e003";
}
.product-listing-pagination ul > li > a.next:hover,
.product-listing-pagination ul > li > a.next:active {
  color: #1a1a1a;
}
.product-listing-pagination ul > li > span {
  padding: 5px;
}
.product-listing-pagination ul > li > span.current {
  background: #f5f5f5;
  border-radius: 2px;
  padding: 5px 10px;
  margin: 0 -2px;
}
#isotopeContainer {
  clear: both;
}
.shop-product-single header {
  margin-top: 0px;
  margin-bottom: 20px;
}
.yith-wcwl-add-button a.button {
  display: inline-block;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1a1a1a !important;
  text-transform: uppercase;
  border: 2px solid;
  margin-bottom: 30px;
  border-radius: 3px !important;
  max-width: 100%;
  white-space: normal;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease !important;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease !important;
  border-color: #ccc !important;
  background: transparent !important;
  text-shadow: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.yith-wcwl-add-button a.button:hover {
  background: #ea693f !important;
  border-color: #ea693f !important;
  color: #fff !important;
}
.shop-product-single .shop-form {
  margin-bottom: 0px;
}
.shop-product-single .shop-form .btn {
  margin-bottom: 10px;
}
article.review h4 {
  margin-top: 1px !important;
}
article.review header {
  margin-bottom: 10px;
}
.comment-form label.raty-label {
  padding-top: 3px;
}
form input[type="date"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="email"],
form input[type="month"],
form input[type="number"],
form input[type="password"],
form input[type="search"],
form input[type="tel"],
form input[type="time"],
form input[type="text"],
form input[type="url"],
form input[type="week"],
form input[type="username"],
form textarea,
form textarea.form-control,
select {
  padding: 7px;
}
div#review_form form input {
  display: block;
  clear: both;
}
div#review_form #submit_button {
  margin-top: 20px;
}
.upsells.products {
  position: relative;
  margin-bottom: 30px;
}
.related-upsells .header-wrapper {
  height: 1px;
  background-color: #e6e6e6;
  text-align: center;
  margin-bottom: 35px;
}
.related-upsells .header-wrapper span {
  background-color: white;
  position: relative;
  top: -0.6em;
  padding: 0 10px;
}
.related-upsells ul {
  margin-top: 35px;
  position: relative;
}
.related-upsells .isotope-item {
  margin: 0 !important;
  margin-right: 5px !important;
  margin-left: 10px !important;
}
.related-upsells .isotope-item:nth-child(4n) {
  margin: 0 !important;
  margin-left: 10px !important;
  margin-right: 0 !important;
}
.related-upsells .row {
  margin-top: 0px !important;
}
tr.cart_item a.cart-product-anchor {
  border-bottom: none;
  /* position: relative; */
  margin-bottom: 5px;
  display: block;
}
tr.cart_item a.cart-product-anchor,
tr.cart_item td.product-price > span {
  font-size: 16px;
}
button.update-cart-button {
  margin-right: 20px;
}
section.shipping-calculator-form {
  padding-top: 10px;
}
section.shipping-calculator-form button {
  margin-top: 3px;
}
.cart .related-upsells {
  padding-top: 30px;
}
.checkout_coupon {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.checkout_coupon p.form-row-last {
  margin-left: 20px;
  margin-top: -2px;
  float: left;
}
.woocommerce-checkout form label + select + .chosen-container,
.cart form label + select + .chosen-container {
  margin-top: 0px;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
.cart .form-row .chosen-container-single .chosen-single {
  line-height: 20px;
}
.woocommerce-checkout .radio,
.cart .radio,
.woocommerce-checkout .checkbox,
.cart .checkbox {
  display: inline-block;
  min-height: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 0px;
  vertical-align: middle;
}
.woocommerce-checkout textarea#order_comments,
.cart textarea#order_comments {
  min-height: 160px;
}
.woocommerce-checkout div#order_review,
.cart div#order_review {
  position: inherit !important;
  clear: both;
}
.woocommerce-checkout .checkout-product-name span.amount,
.cart .checkout-product-name span.amount {
  font-size: 16px;
  font-weight: bold;
}
.woocommerce-checkout .checkout-product-name span.quantity,
.cart .checkout-product-name span.quantity {
  display: inline !important;
}
.woocommerce-checkout ul#shipping_method li > label,
.cart ul#shipping_method li > label {
  margin-left: 20px;
}
.woocommerce-checkout div#payment,
.cart div#payment {
  background: none;
}
.woocommerce-checkout div#payment ul.payment_methods,
.cart div#payment ul.payment_methods {
  padding: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-checkout div#payment ul.payment_methods label,
.cart div#payment ul.payment_methods label {
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
}
.woocommerce-checkout div#payment ul.payment_methods label > img,
.cart div#payment ul.payment_methods label > img {
  padding-left: 5px;
  position: relative;
  top: -3px;
}
.woocommerce-checkout div#payment div.form-row,
.cart div#payment div.form-row {
  border-top: none;
}
.woocommerce-checkout div#payment div.place-order,
.cart div#payment div.place-order {
  padding: 0;
  padding-top: 1em;
}
.woocommerce-checkout p.terms,
.cart p.terms {
  margin-bottom: 26px;
}
.woocommerce-checkout p.terms input,
.cart p.terms input {
  margin: 0px !important;
}
.woocommerce-checkout p.terms label > a,
.cart p.terms label > a {
  left: 0px;
}
.woocommerce-checkout div#order_review tfoot,
.cart div#order_review tfoot,
.woocommerce-checkout table.price-calc tfoot,
.cart table.price-calc tfoot {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
.woocommerce-checkout div#order_review tfoot tr > th,
.cart div#order_review tfoot tr > th,
.woocommerce-checkout table.price-calc tfoot tr > th,
.cart table.price-calc tfoot tr > th,
.woocommerce-checkout div#order_review tfoot tr > td,
.cart div#order_review tfoot tr > td,
.woocommerce-checkout table.price-calc tfoot tr > td,
.cart table.price-calc tfoot tr > td {
  padding-top: 20px !important;
}
.woocommerce-checkout div#order_review tfoot > tr:nth-child(3) > td,
.cart div#order_review tfoot > tr:nth-child(3) > td,
.woocommerce-checkout table.price-calc tfoot > tr:nth-child(3) > td,
.cart table.price-calc tfoot > tr:nth-child(3) > td {
  padding-bottom: 20px;
}
.woocommerce-checkout div#order_review tr,
.cart div#order_review tr,
.woocommerce-checkout table.price-calc tr,
.cart table.price-calc tr {
  padding-bottom: 20px;
}
.woocommerce-checkout div#order_review tr > th,
.cart div#order_review tr > th,
.woocommerce-checkout table.price-calc tr > th,
.cart table.price-calc tr > th {
  text-transform: uppercase;
}
.woocommerce-checkout div#order_review tr.shipping > th,
.cart div#order_review tr.shipping > th,
.woocommerce-checkout table.price-calc tr.shipping > th,
.cart table.price-calc tr.shipping > th,
.woocommerce-checkout div#order_review tr.cart-subtotal > th,
.cart div#order_review tr.cart-subtotal > th,
.woocommerce-checkout table.price-calc tr.cart-subtotal > th,
.cart table.price-calc tr.cart-subtotal > th {
  color: #808080;
}
.woocommerce-checkout div#order_review tr.order-total > th,
.cart div#order_review tr.order-total > th,
.woocommerce-checkout table.price-calc tr.order-total > th,
.cart table.price-calc tr.order-total > th {
  color: black;
}
.woocommerce-checkout div#order_review tr.cart-subtotal > td > span.amount,
.cart div#order_review tr.cart-subtotal > td > span.amount,
.woocommerce-checkout table.price-calc tr.cart-subtotal > td > span.amount,
.cart table.price-calc tr.cart-subtotal > td > span.amount {
  font-size: 16px;
  font-weight: bold;
}
.woocommerce-checkout div#order_review tr.order-total > td span.amount,
.cart div#order_review tr.order-total > td span.amount,
.woocommerce-checkout table.price-calc tr.order-total > td span.amount,
.cart table.price-calc tr.order-total > td span.amount {
  font-size: 20px;
  font-weight: bold;
}
.woocommerce-checkout div#order_review tr.order-total,
.cart div#order_review tr.order-total,
.woocommerce-checkout table.price-calc tr.order-total,
.cart table.price-calc tr.order-total {
  border-top: 1px solid #e5e5e5;
}
.woocommerce-checkout div#order_review hr,
.cart div#order_review hr,
.woocommerce-checkout table.price-calc hr,
.cart table.price-calc hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce-checkout div#order_review ul#shipping_method,
.cart div#order_review ul#shipping_method,
.woocommerce-checkout table.price-calc ul#shipping_method,
.cart table.price-calc ul#shipping_method {
  padding-bottom: 20px;
}
.cart ul#shipping_method {
  padding-bottom: 0px !important;
}
.cart table.price-calc tr > td {
  padding-bottom: 0;
}
td.shipping-calculator {
  padding-bottom: 10px !important;
}
td.shipping-calculator .btn {
  margin-bottom: 0px;
}
.checkout .woocommerce form.login {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.checkout .woocommerce form.login p.form-row-first,
.checkout .woocommerce form.login p.form-row-last {
  width: 50%;
}
.checkout .woocommerce form.login p.form-row input.btn {
  margin-right: 20px;
}
.lost_reset_password input#user_login {
  margin-bottom: 20px;
}
a.login_lost_pw {
  letter-spacing: 0;
}
form.edit_account_address p.form-row-first,
form.edit_account_address p.form-row-last {
  width: 100%;
  float: left;
  clear: both;
}
form.edit_account_address input.btn-primary {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .lost_reset_password input#user_login {
    max-width: 60%;
  }
  form.edit_account_info input {
    max-width: 60%;
  }
  form.edit_account_address p.form-row {
    width: 60%;
    float: left;
    clear: both;
  }
}
a.btn-order-again {
  margin-bottom: 0px;
}
div.single_order_address {
  padding-left: 0px;
}
div.single_order_address h3 {
  margin-top: 0px;
}
div.table-order-details tr > .product-total,
div.table-order-details tr > .total {
  text-align: right;
}
div.table-order-details tfoot > tr > td {
  text-align: right;
}
div.table-order-details tfoot > tr > th {
  text-align: right;
}
div.table-order-details tfoot > tr:last-child > td {
  font-size: 16px;
  font-weight: bold;
}
.btn-alert-success {
  margin-bottom: 0px;
  margin-right: 15px;
}
.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
  width: 75px;
  height: 34px;
  position: relative;
  margin: 0;
  overflow: hidden;
  zoom: 1;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 2px;
  font-size: 16px;
}
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  border-right: 1px solid #CCC !important;
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus {
  border-left: 1px solid #CCC !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  width: 18px;
  height: 32px;
  overflow: visible;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
  font-size: 30px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #333;
  text-shadow: none;
  border: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 0;
}
.cart .woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  margin: 0 18px;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  width: 52px;
  height: 31px;
  float: left;
  padding: 0;
  text-align: center;
  border: 0;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 18px;
  font-size: 1em;
  /*-moz-appearance: textfield;*/
}
@-moz-document url-prefix() {
  .woocommerce .quantity input.qty,
  .woocommerce-page .quantity input.qty,
  .woocommerce #content .quantity input.qty,
  .woocommerce-page #content .quantity input.qty {
    width: 37px;
  }
}
.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  vertical-align: text-top;
  width: 20px;
  height: 31px;
  overflow: visible;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
  font-size: 19px;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #333;
  text-shadow: none;
  border: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: opacity 0.3s ease;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover,
.cart .woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover {
  background: #FFF;
}
.checkout span.quantity {
  border: 0;
}
.buttons_added[data-value="1"] .minus {
  opacity: 0.2 !important;
  cursor: default !important;
  border-right: 1px solid #cccccc !important;
}
div.single_variation {
  margin-bottom: 20px;
}
div.single_variation .price {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 28px;
}
.shopping-cart-widget span.quantity {
  width: auto;
  border: none;
  float: left;
  height: auto;
}
p.form-row.terms {
  text-align: left !important;
  padding: 0px !important;
}
td.checkout-product-name {
  padding-top: 0px !important;
}
#Content .page-header header h1,
h2 {
  letter-spacing: 1px;
}
.variations div.chosen-container span {
  font-size: 14px;
}
.variations .select-wrapper {
  padding-left: 0px;
}
.single_variation p.stock {
  padding-top: 10px;
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  background: #f2f2f2;
  color: #1a1a1a;
  padding: 1em;
}
.woocommerce-page #payment div.payment_box:after {
  border-color: #f2f2f2;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
div.single-order {
  padding-bottom: 25px;
}
.btn-grouped {
  margin-top: 20px;
}
.group_table {
  width: 100%;
}
.group_table tr td {
  padding-bottom: 20px;
  width: 70px;
}
.group_table tr td div.quantity {
  margin-right: -30px !important;
}
.group_table tr td.label {
  text-align: left;
  font-size: 100%;
  line-height: 2.5em;
}
.group_table tr td.label a {
  border-bottom: none;
}
.group_table tr td.price {
  text-align: right;
  font-size: 16px;
}
.group_table tr td.price del > span {
  font-weight: normal !important;
  color: #808080;
}
.group_table tr td.price span.amount {
  font-weight: bold;
}
.group_table tr td.price ins {
  text-decoration: none;
  font-weight: bold;
}
p.empty {
  padding: 20px 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.9;
}
div.pp_default .pp_close:hover:before {
  color: #ea693f;
}
div.flickr_badge_image {
  float: left;
  margin: 5px;
  width: 60px;
}
.dropdown-menu > .active > a {
  background: none;
}
@media (min-width: 768px) {
  form.cart + .yith-wcwl-add-to-wishlist {
    margin-top: -60px;
    margin-left: 180px;
  }
  form.cart + .yith-wcwl-add-to-wishlist #add-items-ajax-loading {
    clear: both;
  }
}
.shop-product-single form.cart {
  margin-bottom: 0px;
}
button.close a.remove:hover {
  color: #ea693f;
}
div.yith-wcwl-wishlistexistsbrowse span.feedback,
div.yith-wcwl-wishlistaddedbrowse span.feedback {
  display: none;
}
.btn-wishlist-exists {
  border-color: #ea693f;
}
div#yith-wcwl-message:before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08a";
  font-size: 50px;
  color: #ea693f;
}
#yith-wcwl-popup-message {
  background: white;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  line-height: 50px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  font-weight: bold;
  padding: 20px 40px 10px 40px;
}
div.overlay-wrapper:hover span.sale-tag {
  opacity: 0.5;
}
p.wishlist-empty.strong-header {
  font-size: 85px;
  line-height: 85px;
  color: #e5e5e5;
}
div#product_cat_banner_bg > img {
  max-height: 100px;
}
.calltoaction-box p {
  line-height: 24px;
}
div.category-banner {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  margin-top: 10px;
}
div.category-banner .banner-description-wrapper {
  display: table-cell;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  vertical-align: middle;
  padding: 80px 160px;
  width: 100%;
}
div.category-banner h4 {
  font-size: 50px;
  line-height: 50px;
  color: black;
  letter-spacing: 0;
  margin-bottom: 24px;
}
div.category-banner p {
  font-size: 16px;
  color: black;
  line-height: 24px;
}
div.category-banner h4:before {
  content: "";
  display: block;
  height: 5px;
  width: 60px;
  background: black;
  margin: 0 auto 30px;
}
li.cat-parent > ul.children {
  margin-top: 10px;
  padding-left: 15px;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.woocommerce.archive .container > .row > form {
  margin-bottom: 0px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  margin: 0;
}
hr.cat-to-prod {
  margin-top: 0px;
  margin-bottom: 43px;
  margin-left: 10px;
  margin-right: 10px;
}
.product_video_wide {
  margin-bottom: 40px;
}
.product_video_wide .product_video {
  padding-bottom: 40px;
  margin-top: 40px;
  position: relative;
  min-height: 1px;
}
.product_video_wide .product_video .close_product_video {
  z-index: 2002;
  top: 0;
  position: absolute;
  right: -40px;
  background: none;
  width: 30px;
  height: 30px;
  font-size: 0;
  color: transparent;
  text-align: center;
}
.product_video_wide .product_video .close_product_video .close_product_video:hover {
  cursor: pointer;
}
.product_video_wide .product_video .close_product_video:before {
  content: "\e004";
  font-family: 'Decima';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  color: #1a1a1a;
  font-size: 16px;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.product_video_wide .product_video .close_product_video:hover:before {
  color: #ea693f;
  cursor: pointer;
}
.product_video_wide .product_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-btn {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.vertical-child {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
h2.big-header {
  font-size: 85px;
  text-transform: uppercase;
  line-height: 1;
}
.page-template-page-content-only-php p {
  margin-bottom: 30px;
}
.page-template-page-content-only-php .progress-box-radial {
  float: left;
  margin-right: 30px;
}
.page-template-page-content-only-php .shop-product-single-social .social-label {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
}
.page-template-page-content-only-php .shop-product-single-social .social-widget-mini {
  clear: both;
}
.page-template-page-content-only-php .shop-product-single-social .social-widget-mini li {
  padding: 5px !important;
}
.page-template-page-content-only-php .shop-product-single-social .social-widget-mini li a:before {
  font-size: 30px;
}
.vertical-parent {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.vertical-parent .vertical-child {
  text-align: left;
}
.home .flexslider a.flex-next:before,
.home .flexslider a.flex-prev:before {
  color: #1a1a1a;
}
.home .flexslider a.flex-next:hover:before,
.home .flexslider a.flex-prev:hover:before {
  color: #ea693f;
}
.home .flexslider .flex-control-paging {
  bottom: 0px;
}
.home ul.products {
  padding-left: 10px;
}
.home ul.products .isotope-item {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .home ul.products {
    padding-left: 0px;
  }
  .home ul.products .isotope-item {
    margin: 0 0px;
  }
}
.flexslider-full-width a.flex-next:before,
.flexslider-full-width a.flex-prev:before {
  color: #1a1a1a !important;
}
.flexslider-full-width a.flex-next:hover:before,
.flexslider-full-width a.flex-prev:hover:before {
  color: #ea693f !important;
}
.flexslider-full-width .flex-control-paging {
  bottom: 0px;
}
.newsletter-box {
  position: relative;
}
.woocommerce-result-count {
  margin: 7px 0 30px !important;
}
.shop-item-highlight:hover p {
  color: #ea693f;
}
/* new */
a.dropdown-toggle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top-color: #808080;
  border-bottom-color: #808080;
  margin-bottom: 2px;
}
a.dropdown-toggle:hover:after {
  border-top-color: #ea693f;
}
footer [class$="widget"] a {
  color: #999;
}
footer [class$="widget"] a:hover {
  color: #fff;
}
#Content .container > p:first-child {
  padding-top: 30px;
}
#Content > .container > section,
#Content > .container > div,
#Content > .container > nav,
#Content > .full-width > .container > section {
  margin-top: 30px;
  margin-bottom: 30px;
}
#Content > .container > section:last-child,
#Content > .container > div:last-child,
#Content > .container > nav:last-child,
#Content > .full-width > .container > section:last-child {
  /*margin-bottom: 60px;*/
}
#Content .full-width section.row {
  margin-top: 40px;
  margin-bottom: 40px;
}
ul.list-icons {
  padding-left: 0;
}
.tweet_list .tweet_text {
  line-height: 24px;
}
.contactForm {
  margin-bottom: -8px;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  margin: 30px auto 27px !important;
}
.tweet_list li:before {
  margin: 8px auto 0;
}
form .form-group {
  margin-bottom: 25px;
}
textarea.form-control {
  margin-bottom: 30px;
}
.section-emphasis-3 .strong-header {
  margin-top: 30px;
}
.tweets_display.row {
  margin: 0;
}
.logoSlider li {
  width: 172px !important;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.logoSlider {
  max-width: 100%;
}
.flexslider {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.flexslider.flexslider-nopager .flex-direction-nav .flex-prev {
  left: -26px;
}
.flexslider.flexslider-nopager .flex-direction-nav .flex-next {
  right: -47px;
}
.flexslider.flexslider-nopager .flex-direction-nav .flex-next:hover {
  right: -47px;
}
#MainNav li .dropdown-menu > .dropdown-submenu > a:before {
  display: block;
  content: " ";
  border-left: 3px solid #1a1a1a;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: none;
  position: absolute;
  right: 12px;
  top: 16px;
}
#MainNav li .dropdown-menu > .dropdown-submenu > a:hover:before {
  border-left-color: #fff;
}
.dropdown-submenu li {
  background-color: #ffffff;
}
#MainNav li.dropdown-submenu:hover > .dropdown-menu {
  visibility: visible !important;
  opacity: 1 !important;
  width: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  margin-left: 0;
}
#MainNav .dropdown-menu {
  height: auto;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  margin-top: -1px !important;
}
.full-width.section-emphasis-1 {
  -webkit-transition: width 2s;
  /* For Safari 3.1 to 6.0 */
  transition: width 2s;
}
.widget + .widget .widget-inner .strong-header {
  margin-top: 51px;
}
.person-box .overlay-wrapper .overlay-contents .shop-item-actions {
  display: table;
  width: auto;
  padding: 0;
  margin: 0 auto;
}
.person-box .overlay-wrapper {
  max-width: none;
}
.person-box .overlay-wrapper .overlay-contents {
  padding: 0;
  margin: 0;
}
.post-preview-gallery .flexslider .flex-direction-nav .flex-next {
  right: 30px;
}
.flexslider.flexslider-nopager .flex-direction-nav .flex-next:hover {
  right: 30px;
}
.post-preview-gallery .flexslider .flex-direction-nav .flex-prev {
  left: 30px;
}
.flexslider.flexslider-nopager .flex-direction-nav .flex-prev:hover {
  left: 30px;
}
article.post ul {
  margin-left: 20px;
}
article.post ul.slides {
  margin-left: 0px;
}
ul.comment-list ol {
  list-style-type: none;
}
blockquote.main-quote small:before {
  padding-right: 7px;
}
.woocommerce {
  margin-bottom: -30px;
}
h4.strong-header.panel-title {
  cursor: pointer;
}
h4.strong-header.panel-title:hover {
  color: #ea693f;
}
.section-emphasis-1 .flexslider + .container .row {
  text-align: center;
}
.product-slider .flex-direction-nav a.flex-prev {
  left: -47px;
}
.product-slider .flex-direction-nav a.flex-prev:before {
  color: #ccc;
}
.product-slider .flex-direction-nav a.flex-prev:hover:after {
  color: #1a1a1a;
}
.product-slider .flex-direction-nav a.flex-next {
  right: -47px;
}
.product-slider .flex-direction-nav a.flex-next:before {
  color: #ccc;
}
.home .product-slider a.flex-next:hover:before,
.home .product-slider a.flex-prev:hover:before {
  color: #1a1a1a !important;
}
.product-slider ul.products {
  padding-left: 0 !important;
}
.navbar-collapse .dropdown-menu .active > a {
  background-color: #ea693f;
}
#MainNav nav .navbar-collapse .navbar-nav .dropdown-menu .active > a {
  color: #ffffff;
}
.widget.widget_recent_entries li a:hover {
  color: #ea693f;
}
.flexslider.flexslider-nopager .flex-direction-nav .flex-next,
.flexslider.flexslider-nopager .flex-direction-nav .flex-next:hover {
  right: -37px;
}
.flexslider.flexslider-nopager .flex-direction-nav .flex-prev,
.flexslider.flexslider-nopager .flex-direction-nav .flex-prev:hover {
  left: -37px;
}
.flexslider.flexslider-pager {
  overflow: visible !important;
  margin: 0;
  padding: 0;
}
.newsletter-box .form-control {
  border: 1px solid #ccc;
}
footer .newsletter-box .form-control {
  border-color: #3B3B3B;
}
.woocommerce .item-info-name-price {
  min-height: 94px;
}
@media (max-width: 767px) {
  .isotope-item {
    width: 100%;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .coming-soon .strong-header {
    text-align: center;
  }
  .newsletter-box input[type="submit"] {
    display: table;
    margin: 0 auto 30px;
  }
  #isotopeContainer {
    display: block;
    margin: 0 auto !important;
  }
  .overlay-element {
    margin-bottom: 15px !important;
  }
  .chosen-container.chosen-container-single.chosen-container-single-nosearch.chosen-with-drop.chosen-container-active,
  .chosen-container.chosen-container-single.chosen-container-single-nosearch {
    margin-top: -32px;
    margin-left: -7px;
  }
  span.filters-result-count {
    margin-right: 15px;
  }
  .shop-list-filters .btn-group,
  .btn-group-vertical {
    display: block;
  }
  #MainNav nav .navbar-collapse .navbar-search.navbar-form {
    width: 100%;
  }
  #MainNav nav .navbar-collapse .navbar-search #navbar-search {
    width: 100%;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu li a {
    display: block;
  }
  #MainNav nav .navbar-collapse .nav {
    margin-right: 10px;
    max-width: 590px;
  }
  #MainNav nav .navbar-collapse .navbar-search.navbar-form {
    right: 22px;
    padding-left: 15px;
    margin-left: 15px;
  }
  #MainNav li.dropdown-submenu:hover > .dropdown-menu,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu > .dropdown-menu:hover,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu > a:hover + .dropdown-menu,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu a:active + .dropdown-menu,
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu a:focus + .dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu > a:before {
    border-top: 3px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-bottom: none;
    border-top-color: #808080;
    border-bottom-color: #808080;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu > .dropdown-submenu > a:hover:before {
    border-top: 3px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-bottom: none;
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
  }
  .jp-jplayer *,
  .jp-audio * {
    margin-bottom: 15px;
  }
  .update-cart-button {
    width: 100%;
    margin: 0 3px 0 15px !important;
  }
  table.price-calc tr.cart-subtotal > th {
    padding-top: 20px !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: transparent;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: block;
  }
  #MainNav nav .navbar-collapse .navbar-nav .dropdown-menu .dropdown-submenu li {
    background-color: transparent;
  }
  .cart_totals .table thead > tr > th,
  .cart_totals .table tbody > tr > th,
  .cart_totals .table tfoot > tr > th,
  .cart_totals .table thead > tr > td,
  .cart_totals .table tbody > tr > td,
  .cart_totals .table tfoot > tr > td {
    vertical-align: middle;
  }
  .cart-summary.table table tbody tr td:first-child a,
  .cart-summary.table table tbody tr th:first-child a {
    display: block;
    width: 50px;
  }
  .calltoaction-box.calltoaction-box-inline h4 {
    width: 100%;
  }
  .calltoaction-box.calltoaction-box-inline .btn {
    float: left;
    margin-top: 20px;
  }
  .related-upsells .isotope-item {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 991px) {
  .shop-item-highlight {
    margin-bottom: 15px;
  }
  .overlay-wrapper img {
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 420px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 0px;
    margin: auto;
    width: 220px;
    float: none !important;
  }
  #isotopeContainer .isotope-item {
    margin: 0 0px 37px;
  }
}
@media (max-width: 510px) {
  .woocommerce-cart .woocommerce .btn {
    float: none !important;
    display: block;
    width: 100%;
  }
  .woocommerce-cart .woocommerce .btn.update-cart-button {
    margin: 0 !important;
  }
}
@media (max-width: 496px) {
  .shop-list-filters .filters-sort .myFilters {
    float: none;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    width: 100%;
  }
  .checkout .woocommerce form.login p.form-row-first,
  .checkout .woocommerce form.login p.form-row-last {
    width: 100%;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .checkout_coupon p.form-row-last {
    margin-left: 0;
  }
  .checkout_coupon p.form-row-last input {
    width: 100%;
  }
  .breadcrumbs {
    float: left !important;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .breadcrumbs li:first-child {
    margin-left: 0;
  }
}
ul.order_details li + li {
  margin-top: 0;
}
img.attachment-shop_thumbnail {
  width: 90px;
  height: auto;
}
.ct-wooSearch .ct-wooSearch-sortingBar .ct-select-Wrapper .ct-select,
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper .ct-select-Wrapper .ct-select {
  padding-top: 6px;
  padding-left: 5px;
  padding-bottom: 6px;
  border-radius: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 #fff inset;
}
.ct-wooSearch .ct-wooSearch-sortingBar .ct-select-Wrapper .ct-select:focus,
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper .ct-select-Wrapper .ct-select:focus {
  outline: none;
  border-radius: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 #fff inset;
}
.ct-wooSearch .ct-wooSearch-searchContent .ct-wooSearch-filter .ct-wooSearch-filterWrapper .ct-sizeCheck label span {
  height: auto;
}
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper ul li.radio {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper ul li.radio label {
  padding-left: 5px;
}
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper ul li.radio label:before {
  left: -15px;
  top: 1px;
  width: 11px;
  height: 11px;
}
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper ul li.radio label:after {
  width: 5px;
  height: 5px;
  top: 8px;
  left: -11px;
}
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper ul li.checkbox {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper ul li.checkbox label {
  padding-left: 5px;
}
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper ul li.checkbox label:before {
  width: 11px;
  height: 11px;
  top: 50%;
  left: -14px;
  margin-top: -6px;
}
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper ul li.checkbox label:after {
  top: -1px;
  left: -14px;
  width: 5px;
  height: 5px;
}
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper ul.ct-wooSearch-list li.ct-sizeCheck label {
  margin-bottom: 0;
}
.ct-wooSearch .ct-wooSearch-filter .ct-wooSearch-filterWrapper ul.ct-wooSearch-list li.ct-sizeCheck label span {
  line-height: 30px;
}
.ct-wooSearch a {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .ct-wooSearch-filtersList {
    width: 65.5999%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ct-wooSearch-filtersList {
    width: 65.59999%;
  }
}
@media (min-width: 768px) {
  .ct-wooSearch-filtersList {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
  }
  .ct-wooSearch-filtersList li {
    display: inline-block;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ct-wooSearch-filtersList {
    width: 56.49999%;
  }
}
.woocommerce.single-product .woocommerce-variation-add-to-cart button.button.alt {
  padding: 13px 28px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 3px;
  max-width: 100%;
  white-space: normal;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  color: #fff;
  border-color: #1a1a1a;
  background: #1a1a1a;
}
.woocommerce.single-product .woocommerce-variation-add-to-cart button.button.alt:hover {
  background: #ea693f;
  border-color: #ea693f;
}
.woocommerce.single-product .woocommerce-variation-add-to-cart .quantity {
  margin-bottom: 25px !important;
}
.woocommerce.single-product .variations_form.cart .variations {
  margin-bottom: 15px;
}
.woocommerce.single-product .variations_form.cart .variations .value select {
  margin-right: 10px;
}
.woocommerce.single-product .variations_form.cart .variations .reset_variations {
  text-decoration: none;
  border: 0;
}
.woocommerce.single-product .variations_form.cart .variations .label {
  color: #1a1a1a;
  line-height: 36px;
  font-size: 15px;
  margin-bottom: 0;
}
table.woocommerce-checkout-review-order-table {
  display: block;
}
table.woocommerce-checkout-review-order-table tbody,
table.woocommerce-checkout-review-order-table tr,
table.woocommerce-checkout-review-order-table td,
table.woocommerce-checkout-review-order-table th,
table.woocommerce-checkout-review-order-table tfoot {
  display: block;
}
.cart-subtotal,
.order-total {
  padding-bottom: 0 !important;
}
.cart_totals [data-title] {
  text-align: right;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #f2f2f2;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 35px;
  }
}
.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  padding: 15px;
}
.woocommerce table.shop_table th {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #808080;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1a1a1a;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 3px;
  max-width: 100%;
  white-space: normal;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  color: #fff;
  border-color: #1a1a1a;
  background: #1a1a1a;
  font-size: 12px;
  padding: 6px 15px 7px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #1a1a1a;
  padding: 13px 28px;
  font-size: 14px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #ea693f;
  border-color: #ea693f;
  color: #fff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #ea693f;
}
#coupon_code {
  width: 130px;
}
.woocommerce-wishlist section.row div.col-sm-3 {
  display: none;
}
/*
 * Custom Skin Sample
 *
 * This file shows an example of a custom skin.  It targets any menu that has the Skin set to "None"
 *
 * Copy this to custom/custom.css to apply this custom skin
 */
/* UberMenu - Copyright 2011-2014, SevenSpark */
/*by klepsydra była na poziomie z Głównym Menu*/
/*#showHeaderSearch{*/
/*padding: 3px;*/
/*}*/
.ubermenu-main {
  margin-left: 55px !important;
}
.ubermenu-main.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  font-family: FontAwesome;
  content: "\f0da" !important;
  color: #999;
  font-size: 9px;
  top: 55%;
  right: 6px;
}
.ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:after {
  content: "\f0d7" !important;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:after {
  right: 15px !important;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:hover *,
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:focus *,
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:active *,
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:hover:after,
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:focus:after,
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:active:after {
  color: #ea693f;
}
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
  color: #ea693f;
}
.ubermenu-main .ubermenu-submenu-type-flyout .ubermenu-current_page_item > .ubermenu-target,
.ubermenu-main .ubermenu-submenu-type-flyout .ubermenu-current_page_parent > .ubermenu-target {
  background-color: #ea693f;
  color: #ffffff;
}
.ubermenu-main .ubermenu-submenu-type-mega .ubermenu-current_page_item > .ubermenu-target,
.ubermenu-main .ubermenu-submenu-type-mega .ubermenu-current_page_parent > .ubermenu-target {
  color: #ea693f;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu {
  background-color: #ffffff;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega {
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  margin-top: 0;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-top: 0;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column > .ubermenu-submenu > .ubermenu-column,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget > .ubermenu-submenu > .ubermenu-column {
  padding: 0;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-header > .ubermenu-target,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-header > .ubermenu-target {
  text-transform: uppercase;
  font-weight: 600;
  cursor: default;
  color: #1a1a1a !important;
  padding: 0;
  line-height: 40px;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:active,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:active {
  color: inherit !important;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-normal,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-normal {
  border-bottom: 1px solid #e6e6e6;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-normal .ubermenu-target,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-normal .ubermenu-target {
  padding: 0px;
  line-height: 40px;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-normal:last-child,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-normal:last-child {
  border-bottom: none;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-submenu-type-stack,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-submenu-type-stack {
  padding: 0;
  padding-bottom: 10px;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-submenu-type-stack:last-child,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-submenu-type-stack:last-child {
  padding-bottom: 0;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget {
  width: 100%;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout {
  border: 1px solid #e6e6e6;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout li {
  border-bottom: 1px solid #e6e6e6;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout li:last-child {
  border-bottom: none;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target {
  padding: 8px 18px;
  -webkit-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
  line-height: 1.428571429;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:after {
  color: inherit;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:active {
  background-color: #ea693f;
  color: #ffffff;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:hover:after,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:focus:after,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:active:after {
  color: #ffffff;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:hover *:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:focus *:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:active *:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:hover *:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:focus *:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:active *:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:hover *:active,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:focus *:active,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:active *:active {
  color: #ffffff;
}
.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
  top: 80%;
}
@media (max-width: 767px) {
  .ubermenu-main {
    margin-left: 0px !important;
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
    top: auto;
  }
  #MainNav nav .navbar-collapse .navbar-search.navbar-form {
    margin-top: 0;
    right: 15px;
  }
  .ubermenu-bar-align-left {
    float: right;
  }
  .navbar.navbar-default {
    display: table;
    width: 100%;
  }
  .navbar.navbar-default .navbar-header {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .navbar.navbar-default .navbar-header .navbar-brand img {
    max-width: none;
  }
  .ubermenu .ubermenu-target {
    padding: 15px;
  }
}
.woocommerce .shop-item-actions a.button {
  color: #fff;
  border-color: #1a1a1a !important;
  background: #1a1a1a;
  padding: 16px 22px !important;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  border: 2px solid;
  border-radius: 3px;
}
.woocommerce .shop-item-actions a.button:hover {
  background: #ea693f;
  border-color: #ea693f !important;
  color: #fff;
}
@media (max-width: 767px) {
  .cart table.price-calc tr.cart-subtotal > td > span.amount {
    line-height: 60px;
  }
}
@media (max-width: 328px) {
  .cart table.price-calc tr.cart-subtotal > td > span.amount {
    line-height: 100px;
  }
}
@media (max-width: 500px) {
  .login {
    width: 100%;
  }
}
