@charset "UTF-8";
/**
/* Slightly lighten a color
/* @access public
/* @param {Color} $color - color to tint
/* @param {Number} $percentage - percentage of `$color` in returned color
/* @return {Color}
**/
/**
/* Slightly darken a color
/* @access public
/* @param {Color} $color - color to shade
/* @param {Number} $percentage - percentage of `$color` in returned color
/* @return {Color}
**/
/**
 * Index
 *
 * 1. Basic elements
 * 2. Buttons
 * 3. Common classes
 * 4. Forms
 * 5. Header
 * 6. Footer
 * 7. Widgets
 * 8. Pagination
 * 9. Google Map
 * 10. Social
 * 11. Social Login
 * 12. Listings
 * 13. Listing author
 * 14. Listing detail
 * 15. Listing slider
 * 16. Listing detail banner
 * 17. Partners
 * 18. Pricing
 * 19. Posts
 * 20. Posts detail
 * 21. Filter
 * 22. FAQ
 * 23. Tabs
 * 24. Modals
 * 25. Alerts
 * 26. Boxes
 * 27. Video cover
 * 28. Testimonials
 * 29. Reviews
 * 30. Comments
 * 31. Colorbox
 * 32. Payment
 * 33. Action bar
 * 34. Submission
 * 35. Watchdog
 * 36. Coupons
 * 37. Print
 * 38. Invoices
 * 39. Users
 * 40. Jobs
 * 41. Inventor slider
 * 42. Inventor cover
 * 43. Compare
 * 44. Favorites
 */
/**
 * Bootstrap
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

html {
  /*font-size: 10px;*/
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

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

h1, h2, .comment-reply-title, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
h1 small,
h1 .small, h2 small, .comment-reply-title small,
h2 .small, .comment-reply-title .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1, .h1,
h2,
.comment-reply-title, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small, .comment-reply-title small,
h2 .small, .comment-reply-title .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%; }

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

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

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

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

.row, .listing-categories-cards,
.listing-types-cards,
.locations-posters, .listing-detail-resume-experience .listing-detail-resume-experience-levels, .blog #primary .content, .widget_faq .faq, .tab-content ul, .video-cover-filter form, .submission-choose-type ul, .user-list, .user-listings, .applicants-list, .inventor-cover-filter form {
  margin-left: -15px;
  margin-right: -15px; }
.row:before, .listing-categories-cards:before,
.listing-types-cards:before,
.locations-posters:before, .listing-detail-resume-experience .listing-detail-resume-experience-levels:before, .blog #primary .content:before, .widget_faq .faq:before, .tab-content ul:before, .video-cover-filter form:before, .submission-choose-type ul:before, .user-list:before, .user-listings:before, .applicants-list:before, .inventor-cover-filter form:before, .row:after, .listing-categories-cards:after,
.listing-types-cards:after,
.locations-posters:after, .listing-detail-resume-experience .listing-detail-resume-experience-levels:after, .blog #primary .content:after, .widget_faq .faq:after, .tab-content ul:after, .video-cover-filter form:after, .submission-choose-type ul:after, .user-list:after, .user-listings:after, .applicants-list:after, .inventor-cover-filter form:after {
  content: " ";
  display: table; }
.row:after, .listing-categories-cards:after,
.listing-types-cards:after,
.locations-posters:after, .listing-detail-resume-experience .listing-detail-resume-experience-levels:after, .blog #primary .content:after, .widget_faq .faq:after, .tab-content ul:after, .video-cover-filter form:after, .submission-choose-type ul:after, .user-list:after, .user-listings:after, .applicants-list:after, .inventor-cover-filter form:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .items-per-row-6 .item-container, .items-per-row-6 .listing-container, .items-per-row-6
.listing-categories-card-container, .items-per-row-6
.listing-types-card-container, .items-per-row-6
.location-poster-container, .items-per-row-6 .user-container, .items-per-row-6 .applicant-container, .inventor-cover-filter.items-per-row-6 .form-group, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .items-per-row-4 .item-container, .items-per-row-4 .listing-container, .items-per-row-4
.listing-categories-card-container, .items-per-row-4
.listing-types-card-container, .items-per-row-4
.location-poster-container, .items-per-row-4 .user-container, .items-per-row-4 .applicant-container, .tab-content li, .inventor-cover-filter.items-per-row-4 .form-group, .col-lg-3, #primary .widget_filter .form-group, .filter .checkbox-wrapper .checkbox, .col-xs-4, .col-sm-4, .tab-content li, .col-md-4, #primary .widget_filter .form-group, .items-per-row-3 .item-container, .items-per-row-3 .listing-container, .items-per-row-3
.listing-categories-card-container, .items-per-row-3
.listing-types-card-container, .items-per-row-3
.location-poster-container, .items-per-row-3 .user-container, .items-per-row-3 .applicant-container, .listing-detail-resume-experience .listing-detail-resume-experience-level, .post-masonry, .filter .checkbox-wrapper .checkbox, .video-cover-filter .form-group, .submission-choose-type ul li, .inventor-cover-filter .form-group, .inventor-cover-filter.items-per-row-3 .form-group, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, #primary .widget_filter .form-group, .filter .checkbox-wrapper .checkbox, .submission-choose-type ul li, .col-md-6, .items-per-row-2 .item-container, .items-per-row-2 .listing-container, .items-per-row-2
.listing-categories-card-container, .items-per-row-2
.listing-types-card-container, .items-per-row-2
.location-poster-container, .items-per-row-2 .user-container, .items-per-row-2 .applicant-container, .widget_faq .faq-item-wrapper, .inventor-cover-filter.items-per-row-2 .form-group, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .items-per-row-1 .item-container, .items-per-row-1 .listing-container, .items-per-row-1
.listing-categories-card-container, .items-per-row-1
.listing-types-card-container, .items-per-row-1
.location-poster-container, .items-per-row-1 .user-container, .items-per-row-1 .applicant-container, .post-row, .filter-vertical .video-cover-filter .form-group, .filter-vertical .inventor-cover-filter .form-group, .inventor-cover-filter.items-per-row-1 .form-group, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .tab-content li, .col-sm-5, .col-sm-6, #primary .widget_filter .form-group, .filter .checkbox-wrapper .checkbox, .submission-choose-type ul li, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4, .tab-content li {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6, #primary .widget_filter .form-group, .filter .checkbox-wrapper .checkbox, .submission-choose-type ul li {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .items-per-row-6 .item-container, .items-per-row-6 .listing-container, .items-per-row-6
  .listing-categories-card-container, .items-per-row-6
  .listing-types-card-container, .items-per-row-6
  .location-poster-container, .items-per-row-6 .user-container, .items-per-row-6 .applicant-container, .inventor-cover-filter.items-per-row-6 .form-group, .col-md-3, .items-per-row-4 .item-container, .items-per-row-4 .listing-container, .items-per-row-4
  .listing-categories-card-container, .items-per-row-4
  .listing-types-card-container, .items-per-row-4
  .location-poster-container, .items-per-row-4 .user-container, .items-per-row-4 .applicant-container, .tab-content li, .inventor-cover-filter.items-per-row-4 .form-group, .col-md-4, #primary .widget_filter .form-group, .items-per-row-3 .item-container, .items-per-row-3 .listing-container, .items-per-row-3
  .listing-categories-card-container, .items-per-row-3
  .listing-types-card-container, .items-per-row-3
  .location-poster-container, .items-per-row-3 .user-container, .items-per-row-3 .applicant-container, .listing-detail-resume-experience .listing-detail-resume-experience-level, .post-masonry, .filter .checkbox-wrapper .checkbox, .video-cover-filter .form-group, .submission-choose-type ul li, .inventor-cover-filter .form-group, .inventor-cover-filter.items-per-row-3 .form-group, .col-md-5, .col-md-6, .items-per-row-2 .item-container, .items-per-row-2 .listing-container, .items-per-row-2
  .listing-categories-card-container, .items-per-row-2
  .listing-types-card-container, .items-per-row-2
  .location-poster-container, .items-per-row-2 .user-container, .items-per-row-2 .applicant-container, .widget_faq .faq-item-wrapper, .inventor-cover-filter.items-per-row-2 .form-group, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .items-per-row-1 .item-container, .items-per-row-1 .listing-container, .items-per-row-1
  .listing-categories-card-container, .items-per-row-1
  .listing-types-card-container, .items-per-row-1
  .location-poster-container, .items-per-row-1 .user-container, .items-per-row-1 .applicant-container, .post-row, .filter-vertical .video-cover-filter .form-group, .filter-vertical .inventor-cover-filter .form-group, .inventor-cover-filter.items-per-row-1 .form-group {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2, .items-per-row-6 .item-container, .items-per-row-6 .listing-container, .items-per-row-6
  .listing-categories-card-container, .items-per-row-6
  .listing-types-card-container, .items-per-row-6
  .location-poster-container, .items-per-row-6 .user-container, .items-per-row-6 .applicant-container, .inventor-cover-filter.items-per-row-6 .form-group {
    width: 16.66667%; }
  .col-md-3, .items-per-row-4 .item-container, .items-per-row-4 .listing-container, .items-per-row-4
  .listing-categories-card-container, .items-per-row-4
  .listing-types-card-container, .items-per-row-4
  .location-poster-container, .items-per-row-4 .user-container, .items-per-row-4 .applicant-container, .tab-content li, .inventor-cover-filter.items-per-row-4 .form-group {
    width: 25%; }
  .col-md-4, #primary .widget_filter .form-group, .items-per-row-3 .item-container, .items-per-row-3 .listing-container, .items-per-row-3
  .listing-categories-card-container, .items-per-row-3
  .listing-types-card-container, .items-per-row-3
  .location-poster-container, .items-per-row-3 .user-container, .items-per-row-3 .applicant-container, .listing-detail-resume-experience .listing-detail-resume-experience-level, .post-masonry, .filter .checkbox-wrapper .checkbox, .video-cover-filter .form-group, .submission-choose-type ul li, .inventor-cover-filter .form-group, .inventor-cover-filter.items-per-row-3 .form-group {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6, .items-per-row-2 .item-container, .items-per-row-2 .listing-container, .items-per-row-2
  .listing-categories-card-container, .items-per-row-2
  .listing-types-card-container, .items-per-row-2
  .location-poster-container, .items-per-row-2 .user-container, .items-per-row-2 .applicant-container, .widget_faq .faq-item-wrapper, .inventor-cover-filter.items-per-row-2 .form-group {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12, .items-per-row-1 .item-container, .items-per-row-1 .listing-container, .items-per-row-1
  .listing-categories-card-container, .items-per-row-1
  .listing-types-card-container, .items-per-row-1
  .location-poster-container, .items-per-row-1 .user-container, .items-per-row-1 .applicant-container, .post-row, .filter-vertical .video-cover-filter .form-group, .filter-vertical .inventor-cover-filter .form-group, .inventor-cover-filter.items-per-row-1 .form-group {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, #primary .widget_filter .form-group, .filter .checkbox-wrapper .checkbox, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3, #primary .widget_filter .form-group, .filter .checkbox-wrapper .checkbox {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table, table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
.table > thead > tr > th, table > thead > tr > th,
.table > thead > tr > td, table > thead > tr > td,
.table > tbody > tr > th, table > tbody > tr > th,
.table > tbody > tr > td, table > tbody > tr > td,
.table > tfoot > tr > th, table > tfoot > tr > th,
.table > tfoot > tr > td, table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd; }
.table > thead > tr > th, table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td, table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td, table > thead:first-child > tr:first-child > td {
  border-top: 0; }
.table > tbody + tbody, table > tbody + tbody {
  border-top: 2px solid #ddd; }
.table .table, table .table, .table table, table table {
  background-color: #fff; }

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

.table-bordered {
  border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

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

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

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

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

.form-control, input[type=text], input[type=email], input[type=number], input[type=url], input[type=date], input[type=password], textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus, input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=url]:focus, input[type=date]:focus, input[type=password]:focus, textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1; }
.form-control:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999; }
.form-control::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999; }
.form-control[disabled], input[disabled][type=text], input[disabled][type=email], input[disabled][type=number], input[disabled][type=url], input[disabled][type=date], input[disabled][type=password], textarea[disabled], .form-control[readonly], input[readonly][type=text], input[readonly][type=email], input[readonly][type=number], input[readonly][type=url], input[readonly][type=date], input[readonly][type=password], textarea[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=password],
fieldset[disabled] textarea {
  background-color: #eeeeee;
  opacity: 1; }
.form-control[disabled], input[disabled][type=text], input[disabled][type=email], input[disabled][type=number], input[disabled][type=url], input[disabled][type=date], input[disabled][type=password], textarea[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=password],
fieldset[disabled] textarea {
  cursor: not-allowed; }

textarea.form-control, textarea {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="date"][type=text], input[type="date"][type=email], input[type="date"][type=number], input[type="date"][type=url], input[type="date"][type=date], input[type="date"][type=password],
  input[type="time"].form-control,
  input[type="time"][type=text],
  input[type="time"][type=email],
  input[type="time"][type=number],
  input[type="time"][type=url],
  input[type="time"][type=date],
  input[type="time"][type=password],
  input[type="datetime-local"].form-control,
  input[type="datetime-local"][type=text],
  input[type="datetime-local"][type=email],
  input[type="datetime-local"][type=number],
  input[type="datetime-local"][type=url],
  input[type="datetime-local"][type=date],
  input[type="datetime-local"][type=password],
  input[type="month"].form-control,
  input[type="month"][type=text],
  input[type="month"][type=email],
  input[type="month"][type=number],
  input[type="month"][type=url],
  input[type="month"][type=date],
  input[type="month"][type=password] {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"][type=text], .input-group-sm > input[type="date"][type=email], .input-group-sm > input[type="date"][type=number], .input-group-sm > input[type="date"][type=url], .input-group-sm > input[type="date"][type=date], .input-group-sm > input[type="date"][type=password],
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"][type=submit], .cmb-row.postbox
  .input-group-sm > .input-group-btn > input[type="date"].cmb-remove-group-row,
  .input-group-sm > .input-group-btn > input[type="date"].listing-create,
  .input-group-sm > .input-group-btn > input[type="date"].payment-process,
  .input-group-sm > .input-group-btn > input[type="date"].btn-create-collection,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"][type=text],
  .input-group-sm > input[type="time"][type=email],
  .input-group-sm > input[type="time"][type=number],
  .input-group-sm > input[type="time"][type=url],
  .input-group-sm > input[type="time"][type=date],
  .input-group-sm > input[type="time"][type=password],
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"][type=submit],
  .cmb-row.postbox
  .input-group-sm > .input-group-btn > input[type="time"].cmb-remove-group-row,
  .input-group-sm > .input-group-btn > input[type="time"].listing-create,
  .input-group-sm > .input-group-btn > input[type="time"].payment-process,
  .input-group-sm > .input-group-btn > input[type="time"].btn-create-collection,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"][type=text],
  .input-group-sm > input[type="datetime-local"][type=email],
  .input-group-sm > input[type="datetime-local"][type=number],
  .input-group-sm > input[type="datetime-local"][type=url],
  .input-group-sm > input[type="datetime-local"][type=date],
  .input-group-sm > input[type="datetime-local"][type=password],
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > input[type="datetime-local"][type=submit],
  .cmb-row.postbox
  .input-group-sm > .input-group-btn > input[type="datetime-local"].cmb-remove-group-row,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].listing-create,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].payment-process,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn-create-collection,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"][type=text],
  .input-group-sm > input[type="month"][type=email],
  .input-group-sm > input[type="month"][type=number],
  .input-group-sm > input[type="month"][type=url],
  .input-group-sm > input[type="month"][type=date],
  .input-group-sm > input[type="month"][type=password],
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"][type=submit],
  .cmb-row.postbox
  .input-group-sm > .input-group-btn > input[type="month"].cmb-remove-group-row,
  .input-group-sm > .input-group-btn > input[type="month"].listing-create,
  .input-group-sm > .input-group-btn > input[type="month"].payment-process,
  .input-group-sm > .input-group-btn > input[type="month"].btn-create-collection,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"][type=text], .input-group-lg > input[type="date"][type=email], .input-group-lg > input[type="date"][type=number], .input-group-lg > input[type="date"][type=url], .input-group-lg > input[type="date"][type=date], .input-group-lg > input[type="date"][type=password],
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"][type=submit], .cmb-row.postbox
  .input-group-lg > .input-group-btn > input[type="date"].cmb-remove-group-row,
  .input-group-lg > .input-group-btn > input[type="date"].listing-create,
  .input-group-lg > .input-group-btn > input[type="date"].payment-process,
  .input-group-lg > .input-group-btn > input[type="date"].btn-create-collection,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"][type=text],
  .input-group-lg > input[type="time"][type=email],
  .input-group-lg > input[type="time"][type=number],
  .input-group-lg > input[type="time"][type=url],
  .input-group-lg > input[type="time"][type=date],
  .input-group-lg > input[type="time"][type=password],
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"][type=submit],
  .cmb-row.postbox
  .input-group-lg > .input-group-btn > input[type="time"].cmb-remove-group-row,
  .input-group-lg > .input-group-btn > input[type="time"].listing-create,
  .input-group-lg > .input-group-btn > input[type="time"].payment-process,
  .input-group-lg > .input-group-btn > input[type="time"].btn-create-collection,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"][type=text],
  .input-group-lg > input[type="datetime-local"][type=email],
  .input-group-lg > input[type="datetime-local"][type=number],
  .input-group-lg > input[type="datetime-local"][type=url],
  .input-group-lg > input[type="datetime-local"][type=date],
  .input-group-lg > input[type="datetime-local"][type=password],
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > input[type="datetime-local"][type=submit],
  .cmb-row.postbox
  .input-group-lg > .input-group-btn > input[type="datetime-local"].cmb-remove-group-row,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].listing-create,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].payment-process,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn-create-collection,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"][type=text],
  .input-group-lg > input[type="month"][type=email],
  .input-group-lg > input[type="month"][type=number],
  .input-group-lg > input[type="month"][type=url],
  .input-group-lg > input[type="month"][type=date],
  .input-group-lg > input[type="month"][type=password],
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"][type=submit],
  .cmb-row.postbox
  .input-group-lg > .input-group-btn > input[type="month"].cmb-remove-group-row,
  .input-group-lg > .input-group-btn > input[type="month"].listing-create,
  .input-group-lg > .input-group-btn > input[type="month"].payment-process,
  .input-group-lg > .input-group-btn > input[type="month"].btn-create-collection,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > input.form-control-static[type=text], .input-group-lg > input.form-control-static[type=email], .input-group-lg > input.form-control-static[type=number], .input-group-lg > input.form-control-static[type=url], .input-group-lg > input.form-control-static[type=date], .input-group-lg > input.form-control-static[type=password], .input-group-lg > textarea.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > input.form-control-static[type=submit],
.input-group-lg > .input-group-btn > button.form-control-static, .ui-datepicker-buttonpane
.input-group-lg > .input-group-btn > button.form-control-static, .cmb-row.postbox
.input-group-lg > .input-group-btn > .form-control-static.cmb-remove-group-row,
.input-group-lg > .input-group-btn > .form-control-static.listing-create, .listings-slider-item-info-more
.input-group-lg > .input-group-btn > a.form-control-static,
.input-group-lg > .input-group-btn > .form-control-static.payment-process, .inventor-slider-item-info-button
.input-group-lg > .input-group-btn > a.form-control-static,
.input-group-lg > .input-group-btn > .form-control-static.btn-create-collection, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > input.form-control-static[type=text], .input-group-sm > input.form-control-static[type=email], .input-group-sm > input.form-control-static[type=number], .input-group-sm > input.form-control-static[type=url], .input-group-sm > input.form-control-static[type=date], .input-group-sm > input.form-control-static[type=password], .input-group-sm > textarea.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > input.form-control-static[type=submit],
.input-group-sm > .input-group-btn > button.form-control-static, .ui-datepicker-buttonpane
.input-group-sm > .input-group-btn > button.form-control-static, .cmb-row.postbox
.input-group-sm > .input-group-btn > .form-control-static.cmb-remove-group-row,
.input-group-sm > .input-group-btn > .form-control-static.listing-create, .listings-slider-item-info-more
.input-group-sm > .input-group-btn > a.form-control-static,
.input-group-sm > .input-group-btn > .form-control-static.payment-process, .inventor-slider-item-info-button
.input-group-sm > .input-group-btn > a.form-control-static,
.input-group-sm > .input-group-btn > .form-control-static.btn-create-collection {
  padding-left: 0;
  padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > input[type=text], .input-group-sm > input[type=email], .input-group-sm > input[type=number], .input-group-sm > input[type=url], .input-group-sm > input[type=date], .input-group-sm > input[type=password], .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > input[type=submit],
.input-group-sm > .input-group-btn > button, .ui-datepicker-buttonpane
.input-group-sm > .input-group-btn > button, .cmb-row.postbox
.input-group-sm > .input-group-btn > .cmb-remove-group-row,
.input-group-sm > .input-group-btn > .listing-create, .listings-slider-item-info-more
.input-group-sm > .input-group-btn > a,
.input-group-sm > .input-group-btn > .payment-process, .inventor-slider-item-info-button
.input-group-sm > .input-group-btn > a,
.input-group-sm > .input-group-btn > .btn-create-collection {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .cmb-row.postbox
.input-group-sm > .input-group-btn > select.cmb-remove-group-row,
.input-group-sm > .input-group-btn > select.listing-create,
.input-group-sm > .input-group-btn > select.payment-process,
.input-group-sm > .input-group-btn > select.btn-create-collection {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .cmb-row.postbox
.input-group-sm > .input-group-btn > textarea.cmb-remove-group-row,
.input-group-sm > .input-group-btn > textarea.listing-create,
.input-group-sm > .input-group-btn > textarea.payment-process,
.input-group-sm > .input-group-btn > textarea.btn-create-collection,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.cmb-row.postbox
.input-group-sm > .input-group-btn > select[multiple].cmb-remove-group-row,
.input-group-sm > .input-group-btn > select[multiple].listing-create,
.input-group-sm > .input-group-btn > select[multiple].payment-process,
.input-group-sm > .input-group-btn > select[multiple].btn-create-collection {
  height: auto; }

.form-group-sm .form-control, .form-group-sm input[type=text], .form-group-sm input[type=email], .form-group-sm input[type=number], .form-group-sm input[type=url], .form-group-sm input[type=date], .form-group-sm input[type=password], .form-group-sm textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > input[type=text], .input-group-lg > input[type=email], .input-group-lg > input[type=number], .input-group-lg > input[type=url], .input-group-lg > input[type=date], .input-group-lg > input[type=password], .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > input[type=submit],
.input-group-lg > .input-group-btn > button, .ui-datepicker-buttonpane
.input-group-lg > .input-group-btn > button, .cmb-row.postbox
.input-group-lg > .input-group-btn > .cmb-remove-group-row,
.input-group-lg > .input-group-btn > .listing-create, .listings-slider-item-info-more
.input-group-lg > .input-group-btn > a,
.input-group-lg > .input-group-btn > .payment-process, .inventor-slider-item-info-button
.input-group-lg > .input-group-btn > a,
.input-group-lg > .input-group-btn > .btn-create-collection {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .cmb-row.postbox
.input-group-lg > .input-group-btn > select.cmb-remove-group-row,
.input-group-lg > .input-group-btn > select.listing-create,
.input-group-lg > .input-group-btn > select.payment-process,
.input-group-lg > .input-group-btn > select.btn-create-collection {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .cmb-row.postbox
.input-group-lg > .input-group-btn > textarea.cmb-remove-group-row,
.input-group-lg > .input-group-btn > textarea.listing-create,
.input-group-lg > .input-group-btn > textarea.payment-process,
.input-group-lg > .input-group-btn > textarea.btn-create-collection,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.cmb-row.postbox
.input-group-lg > .input-group-btn > select[multiple].cmb-remove-group-row,
.input-group-lg > .input-group-btn > select[multiple].listing-create,
.input-group-lg > .input-group-btn > select[multiple].payment-process,
.input-group-lg > .input-group-btn > select[multiple].btn-create-collection {
  height: auto; }

.form-group-lg .form-control, .form-group-lg input[type=text], .form-group-lg input[type=email], .form-group-lg input[type=number], .form-group-lg input[type=url], .form-group-lg input[type=date], .form-group-lg input[type=password], .form-group-lg textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
.has-feedback .form-control, .has-feedback input[type=text], .has-feedback input[type=email], .has-feedback input[type=number], .has-feedback input[type=url], .has-feedback input[type=date], .has-feedback input[type=password], .has-feedback textarea {
  padding-right: 42.5px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > input[type=text] + .form-control-feedback, .input-group-lg > input[type=email] + .form-control-feedback, .input-group-lg > input[type=number] + .form-control-feedback, .input-group-lg > input[type=url] + .form-control-feedback, .input-group-lg > input[type=date] + .form-control-feedback, .input-group-lg > input[type=password] + .form-control-feedback, .input-group-lg > textarea + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > input[type=submit] + .form-control-feedback,
.input-group-lg > .input-group-btn > button + .form-control-feedback, .ui-datepicker-buttonpane
.input-group-lg > .input-group-btn > button + .form-control-feedback, .cmb-row.postbox
.input-group-lg > .input-group-btn > .cmb-remove-group-row + .form-control-feedback,
.input-group-lg > .input-group-btn > .listing-create + .form-control-feedback, .listings-slider-item-info-more
.input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg > .input-group-btn > .payment-process + .form-control-feedback, .inventor-slider-item-info-button
.input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-create-collection + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg input[type=text] + .form-control-feedback,
.form-group-lg input[type=email] + .form-control-feedback,
.form-group-lg input[type=number] + .form-control-feedback,
.form-group-lg input[type=url] + .form-control-feedback,
.form-group-lg input[type=date] + .form-control-feedback,
.form-group-lg input[type=password] + .form-control-feedback,
.form-group-lg textarea + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > input[type=text] + .form-control-feedback, .input-group-sm > input[type=email] + .form-control-feedback, .input-group-sm > input[type=number] + .form-control-feedback, .input-group-sm > input[type=url] + .form-control-feedback, .input-group-sm > input[type=date] + .form-control-feedback, .input-group-sm > input[type=password] + .form-control-feedback, .input-group-sm > textarea + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > input[type=submit] + .form-control-feedback,
.input-group-sm > .input-group-btn > button + .form-control-feedback, .ui-datepicker-buttonpane
.input-group-sm > .input-group-btn > button + .form-control-feedback, .cmb-row.postbox
.input-group-sm > .input-group-btn > .cmb-remove-group-row + .form-control-feedback,
.input-group-sm > .input-group-btn > .listing-create + .form-control-feedback, .listings-slider-item-info-more
.input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm > .input-group-btn > .payment-process + .form-control-feedback, .inventor-slider-item-info-button
.input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-create-collection + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm input[type=text] + .form-control-feedback,
.form-group-sm input[type=email] + .form-control-feedback,
.form-group-sm input[type=number] + .form-control-feedback,
.form-group-sm input[type=url] + .form-control-feedback,
.form-group-sm input[type=date] + .form-control-feedback,
.form-group-sm input[type=password] + .form-control-feedback,
.form-group-sm textarea + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

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

.has-success .form-control, .has-success input[type=text], .has-success input[type=email], .has-success input[type=number], .has-success input[type=url], .has-success input[type=date], .has-success input[type=password], .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus, .has-success input[type=text]:focus, .has-success input[type=email]:focus, .has-success input[type=number]:focus, .has-success input[type=url]:focus, .has-success input[type=date]:focus, .has-success input[type=password]:focus, .has-success textarea:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

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

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

.has-warning .form-control, .has-warning input[type=text], .has-warning input[type=email], .has-warning input[type=number], .has-warning input[type=url], .has-warning input[type=date], .has-warning input[type=password], .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus, .has-warning input[type=text]:focus, .has-warning input[type=email]:focus, .has-warning input[type=number]:focus, .has-warning input[type=url]:focus, .has-warning input[type=date]:focus, .has-warning input[type=password]:focus, .has-warning textarea:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

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

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

.has-error .form-control, .has-error input[type=text], .has-error input[type=email], .has-error input[type=number], .has-error input[type=url], .has-error input[type=date], .has-error input[type=password], .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus, .has-error input[type=text]:focus, .has-error input[type=email]:focus, .has-error input[type=number]:focus, .has-error input[type=url]:focus, .has-error input[type=date]:focus, .has-error input[type=password]:focus, .has-error textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

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

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

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

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

.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, .form-inline input[type=text], .form-inline input[type=email], .form-inline input[type=number], .form-inline input[type=url], .form-inline input[type=date], .form-inline input[type=password], .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group input[type=text],
  .form-inline .input-group input[type=email],
  .form-inline .input-group input[type=number],
  .form-inline .input-group input[type=url],
  .form-inline .input-group input[type=date],
  .form-inline .input-group input[type=password],
  .form-inline .input-group textarea {
    width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > input[type=text], .form-inline .input-group > input[type=email], .form-inline .input-group > input[type=number], .form-inline .input-group > input[type=url], .form-inline .input-group > input[type=date], .form-inline .input-group > input[type=password], .form-inline .input-group > textarea {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

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

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

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

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

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

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

.btn, input[type=submit], button, .ui-datepicker-buttonpane button, .cmb-row.postbox .cmb-remove-group-row, .listing-create, .listings-slider-item-info-more a, .payment-process, .inventor-slider-item-info-button a, .btn-create-collection {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.btn:focus, input[type=submit]:focus, button:focus, .cmb-row.postbox .cmb-remove-group-row:focus, .listing-create:focus, .listings-slider-item-info-more a:focus, .payment-process:focus, .inventor-slider-item-info-button a:focus, .btn-create-collection:focus, .btn.focus, input.focus[type=submit], button.focus, .cmb-row.postbox .focus.cmb-remove-group-row, .focus.listing-create, .listings-slider-item-info-more a.focus, .focus.payment-process, .inventor-slider-item-info-button a.focus, .focus.btn-create-collection, .btn:active:focus, input[type=submit]:active:focus, button:active:focus, .cmb-row.postbox .cmb-remove-group-row:active:focus, .listing-create:active:focus, .listings-slider-item-info-more a:active:focus, .payment-process:active:focus, .inventor-slider-item-info-button a:active:focus, .btn-create-collection:active:focus, .btn:active.focus, input[type=submit]:active.focus, button:active.focus, .cmb-row.postbox .cmb-remove-group-row:active.focus, .listing-create:active.focus, .listings-slider-item-info-more a:active.focus, .payment-process:active.focus, .inventor-slider-item-info-button a:active.focus, .btn-create-collection:active.focus, .btn.active:focus, input.active[type=submit]:focus, button.active:focus, .cmb-row.postbox .active.cmb-remove-group-row:focus, .active.listing-create:focus, .listings-slider-item-info-more a.active:focus, .active.payment-process:focus, .inventor-slider-item-info-button a.active:focus, .active.btn-create-collection:focus, .btn.active.focus, input.active.focus[type=submit], button.active.focus, .cmb-row.postbox .active.focus.cmb-remove-group-row, .active.focus.listing-create, .listings-slider-item-info-more a.active.focus, .active.focus.payment-process, .inventor-slider-item-info-button a.active.focus, .active.focus.btn-create-collection {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
.btn:hover, input[type=submit]:hover, button:hover, .cmb-row.postbox .cmb-remove-group-row:hover, .listing-create:hover, .listings-slider-item-info-more a:hover, .payment-process:hover, .inventor-slider-item-info-button a:hover, .btn-create-collection:hover, .btn:focus, input[type=submit]:focus, button:focus, .cmb-row.postbox .cmb-remove-group-row:focus, .listing-create:focus, .listings-slider-item-info-more a:focus, .payment-process:focus, .inventor-slider-item-info-button a:focus, .btn-create-collection:focus, .btn.focus, input.focus[type=submit], button.focus, .cmb-row.postbox .focus.cmb-remove-group-row, .focus.listing-create, .listings-slider-item-info-more a.focus, .focus.payment-process, .inventor-slider-item-info-button a.focus, .focus.btn-create-collection {
  color: #333;
  text-decoration: none; }
.btn:active, input[type=submit]:active, button:active, .cmb-row.postbox .cmb-remove-group-row:active, .listing-create:active, .listings-slider-item-info-more a:active, .payment-process:active, .inventor-slider-item-info-button a:active, .btn-create-collection:active, .btn.active, input.active[type=submit], button.active, .cmb-row.postbox .active.cmb-remove-group-row, .active.listing-create, .listings-slider-item-info-more a.active, .active.payment-process, .inventor-slider-item-info-button a.active, .active.btn-create-collection {
  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, input.disabled[type=submit], button.disabled, .cmb-row.postbox .disabled.cmb-remove-group-row, .disabled.listing-create, .listings-slider-item-info-more a.disabled, .disabled.payment-process, .inventor-slider-item-info-button a.disabled, .disabled.btn-create-collection, .btn[disabled], input[disabled][type=submit], button[disabled], .cmb-row.postbox [disabled].cmb-remove-group-row, [disabled].listing-create, .listings-slider-item-info-more a[disabled], [disabled].payment-process, .inventor-slider-item-info-button a[disabled], [disabled].btn-create-collection,
fieldset[disabled] .btn,
fieldset[disabled] input[type=submit],
fieldset[disabled] button,
fieldset[disabled] .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane
fieldset[disabled] button,
fieldset[disabled] .cmb-row.postbox .cmb-remove-group-row, .cmb-row.postbox
fieldset[disabled] .cmb-remove-group-row,
fieldset[disabled] .listing-create,
fieldset[disabled] .listings-slider-item-info-more a, .listings-slider-item-info-more
fieldset[disabled] a,
fieldset[disabled] .payment-process,
fieldset[disabled] .inventor-slider-item-info-button a, .inventor-slider-item-info-button
fieldset[disabled] a,
fieldset[disabled] .btn-create-collection {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled, .cmb-row.postbox a.disabled.cmb-remove-group-row, a.disabled.listing-create, .listings-slider-item-info-more a.disabled, a.disabled.payment-process, .inventor-slider-item-info-button a.disabled, a.disabled.btn-create-collection,
fieldset[disabled] a.btn,
fieldset[disabled] .cmb-row.postbox a.cmb-remove-group-row, .cmb-row.postbox
fieldset[disabled] a.cmb-remove-group-row,
fieldset[disabled] a.listing-create,
fieldset[disabled] .listings-slider-item-info-more a, .listings-slider-item-info-more
fieldset[disabled] a,
fieldset[disabled] a.payment-process,
fieldset[disabled] .inventor-slider-item-info-button a, .inventor-slider-item-info-button
fieldset[disabled] a,
fieldset[disabled] a.btn-create-collection {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }
.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary, .button, input[type=submit], button, .fileinput-upload-button, .listing-create, .listing-detail-gallery-preview .owl-next, .listing-detail-gallery-preview .owl-prev, .listings-slider-item-info-more a, .coupon-detail-gallery-preview .owl-next, .coupon-detail-gallery-preview .owl-prev, .inventor-slider-item-info-button a, .btn-create-collection {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
.btn-primary:focus, .button:focus, input[type=submit]:focus, button:focus, .fileinput-upload-button:focus, .listing-create:focus, .listing-detail-gallery-preview .owl-next:focus, .listing-detail-gallery-preview .owl-prev:focus, .listings-slider-item-info-more a:focus, .coupon-detail-gallery-preview .owl-next:focus, .coupon-detail-gallery-preview .owl-prev:focus, .inventor-slider-item-info-button a:focus, .btn-create-collection:focus, .btn-primary.focus, .focus.button, input.focus[type=submit], button.focus, .focus.fileinput-upload-button, .focus.listing-create, .listing-detail-gallery-preview .focus.owl-next, .listing-detail-gallery-preview .focus.owl-prev, .listings-slider-item-info-more a.focus, .coupon-detail-gallery-preview .focus.owl-next, .coupon-detail-gallery-preview .focus.owl-prev, .inventor-slider-item-info-button a.focus, .focus.btn-create-collection {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }
.btn-primary:hover, .button:hover, input[type=submit]:hover, button:hover, .fileinput-upload-button:hover, .listing-create:hover, .listing-detail-gallery-preview .owl-next:hover, .listing-detail-gallery-preview .owl-prev:hover, .listings-slider-item-info-more a:hover, .coupon-detail-gallery-preview .owl-next:hover, .coupon-detail-gallery-preview .owl-prev:hover, .inventor-slider-item-info-button a:hover, .btn-create-collection:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }
.btn-primary:active, .button:active, input[type=submit]:active, button:active, .fileinput-upload-button:active, .listing-create:active, .listing-detail-gallery-preview .owl-next:active, .listing-detail-gallery-preview .owl-prev:active, .listings-slider-item-info-more a:active, .coupon-detail-gallery-preview .owl-next:active, .coupon-detail-gallery-preview .owl-prev:active, .inventor-slider-item-info-button a:active, .btn-create-collection:active, .btn-primary.active, .active.button, input.active[type=submit], button.active, .active.fileinput-upload-button, .active.listing-create, .listing-detail-gallery-preview .active.owl-next, .listing-detail-gallery-preview .active.owl-prev, .listings-slider-item-info-more a.active, .coupon-detail-gallery-preview .active.owl-next, .coupon-detail-gallery-preview .active.owl-prev, .inventor-slider-item-info-button a.active, .active.btn-create-collection,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.button,
.open > input.dropdown-toggle[type=submit],
.open > button.dropdown-toggle,
.open > .dropdown-toggle.fileinput-upload-button,
.open > .dropdown-toggle.listing-create, .listing-detail-gallery-preview
.open > .dropdown-toggle.owl-next, .listing-detail-gallery-preview
.open > .dropdown-toggle.owl-prev, .listings-slider-item-info-more
.open > a.dropdown-toggle, .coupon-detail-gallery-preview
.open > .dropdown-toggle.owl-next, .coupon-detail-gallery-preview
.open > .dropdown-toggle.owl-prev, .inventor-slider-item-info-button
.open > a.dropdown-toggle,
.open > .dropdown-toggle.btn-create-collection {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }
.btn-primary:active:hover, .button:active:hover, input[type=submit]:active:hover, button:active:hover, .fileinput-upload-button:active:hover, .listing-create:active:hover, .listing-detail-gallery-preview .owl-next:active:hover, .listing-detail-gallery-preview .owl-prev:active:hover, .listings-slider-item-info-more a:active:hover, .coupon-detail-gallery-preview .owl-next:active:hover, .coupon-detail-gallery-preview .owl-prev:active:hover, .inventor-slider-item-info-button a:active:hover, .btn-create-collection:active:hover, .btn-primary:active:focus, .button:active:focus, input[type=submit]:active:focus, button:active:focus, .fileinput-upload-button:active:focus, .listing-create:active:focus, .listing-detail-gallery-preview .owl-next:active:focus, .listing-detail-gallery-preview .owl-prev:active:focus, .listings-slider-item-info-more a:active:focus, .coupon-detail-gallery-preview .owl-next:active:focus, .coupon-detail-gallery-preview .owl-prev:active:focus, .inventor-slider-item-info-button a:active:focus, .btn-create-collection:active:focus, .btn-primary:active.focus, .button:active.focus, input[type=submit]:active.focus, button:active.focus, .fileinput-upload-button:active.focus, .listing-create:active.focus, .listing-detail-gallery-preview .owl-next:active.focus, .listing-detail-gallery-preview .owl-prev:active.focus, .listings-slider-item-info-more a:active.focus, .coupon-detail-gallery-preview .owl-next:active.focus, .coupon-detail-gallery-preview .owl-prev:active.focus, .inventor-slider-item-info-button a:active.focus, .btn-create-collection:active.focus, .btn-primary.active:hover, .active.button:hover, input.active[type=submit]:hover, button.active:hover, .active.fileinput-upload-button:hover, .active.listing-create:hover, .listing-detail-gallery-preview .active.owl-next:hover, .listing-detail-gallery-preview .active.owl-prev:hover, .listings-slider-item-info-more a.active:hover, .coupon-detail-gallery-preview .active.owl-next:hover, .coupon-detail-gallery-preview .active.owl-prev:hover, .inventor-slider-item-info-button a.active:hover, .active.btn-create-collection:hover, .btn-primary.active:focus, .active.button:focus, input.active[type=submit]:focus, button.active:focus, .active.fileinput-upload-button:focus, .active.listing-create:focus, .listing-detail-gallery-preview .active.owl-next:focus, .listing-detail-gallery-preview .active.owl-prev:focus, .listings-slider-item-info-more a.active:focus, .coupon-detail-gallery-preview .active.owl-next:focus, .coupon-detail-gallery-preview .active.owl-prev:focus, .inventor-slider-item-info-button a.active:focus, .active.btn-create-collection:focus, .btn-primary.active.focus, .active.focus.button, input.active.focus[type=submit], button.active.focus, .active.focus.fileinput-upload-button, .active.focus.listing-create, .listing-detail-gallery-preview .active.focus.owl-next, .listing-detail-gallery-preview .active.focus.owl-prev, .listings-slider-item-info-more a.active.focus, .coupon-detail-gallery-preview .active.focus.owl-next, .coupon-detail-gallery-preview .active.focus.owl-prev, .inventor-slider-item-info-button a.active.focus, .active.focus.btn-create-collection,
.open > .btn-primary.dropdown-toggle:hover,
.open > .dropdown-toggle.button:hover,
.open > input.dropdown-toggle[type=submit]:hover,
.open > button.dropdown-toggle:hover,
.open > .dropdown-toggle.fileinput-upload-button:hover,
.open > .dropdown-toggle.listing-create:hover, .listing-detail-gallery-preview
.open > .dropdown-toggle.owl-next:hover, .listing-detail-gallery-preview
.open > .dropdown-toggle.owl-prev:hover, .listings-slider-item-info-more
.open > a.dropdown-toggle:hover, .coupon-detail-gallery-preview
.open > .dropdown-toggle.owl-next:hover, .coupon-detail-gallery-preview
.open > .dropdown-toggle.owl-prev:hover, .inventor-slider-item-info-button
.open > a.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-create-collection:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .dropdown-toggle.button:focus,
.open > input.dropdown-toggle[type=submit]:focus,
.open > button.dropdown-toggle:focus,
.open > .dropdown-toggle.fileinput-upload-button:focus,
.open > .dropdown-toggle.listing-create:focus, .listing-detail-gallery-preview
.open > .dropdown-toggle.owl-next:focus, .listing-detail-gallery-preview
.open > .dropdown-toggle.owl-prev:focus, .listings-slider-item-info-more
.open > a.dropdown-toggle:focus, .coupon-detail-gallery-preview
.open > .dropdown-toggle.owl-next:focus, .coupon-detail-gallery-preview
.open > .dropdown-toggle.owl-prev:focus, .inventor-slider-item-info-button
.open > a.dropdown-toggle:focus,
.open > .dropdown-toggle.btn-create-collection:focus,
.open > .btn-primary.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.button,
.open > input.dropdown-toggle.focus[type=submit],
.open > button.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.fileinput-upload-button,
.open > .dropdown-toggle.focus.listing-create, .listing-detail-gallery-preview
.open > .dropdown-toggle.focus.owl-next, .listing-detail-gallery-preview
.open > .dropdown-toggle.focus.owl-prev, .listings-slider-item-info-more
.open > a.dropdown-toggle.focus, .coupon-detail-gallery-preview
.open > .dropdown-toggle.focus.owl-next, .coupon-detail-gallery-preview
.open > .dropdown-toggle.focus.owl-prev, .inventor-slider-item-info-button
.open > a.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.btn-create-collection {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }
.btn-primary:active, .button:active, input[type=submit]:active, button:active, .fileinput-upload-button:active, .listing-create:active, .listing-detail-gallery-preview .owl-next:active, .listing-detail-gallery-preview .owl-prev:active, .listings-slider-item-info-more a:active, .coupon-detail-gallery-preview .owl-next:active, .coupon-detail-gallery-preview .owl-prev:active, .inventor-slider-item-info-button a:active, .btn-create-collection:active, .btn-primary.active, .active.button, input.active[type=submit], button.active, .active.fileinput-upload-button, .active.listing-create, .listing-detail-gallery-preview .active.owl-next, .listing-detail-gallery-preview .active.owl-prev, .listings-slider-item-info-more a.active, .coupon-detail-gallery-preview .active.owl-next, .coupon-detail-gallery-preview .active.owl-prev, .inventor-slider-item-info-button a.active, .active.btn-create-collection,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.button,
.open > input.dropdown-toggle[type=submit],
.open > button.dropdown-toggle,
.open > .dropdown-toggle.fileinput-upload-button,
.open > .dropdown-toggle.listing-create, .listing-detail-gallery-preview
.open > .dropdown-toggle.owl-next, .listing-detail-gallery-preview
.open > .dropdown-toggle.owl-prev, .listings-slider-item-info-more
.open > a.dropdown-toggle, .coupon-detail-gallery-preview
.open > .dropdown-toggle.owl-next, .coupon-detail-gallery-preview
.open > .dropdown-toggle.owl-prev, .inventor-slider-item-info-button
.open > a.dropdown-toggle,
.open > .dropdown-toggle.btn-create-collection {
  background-image: none; }
.btn-primary.disabled, .disabled.button, input.disabled[type=submit], button.disabled, .disabled.fileinput-upload-button, .disabled.listing-create, .listing-detail-gallery-preview .disabled.owl-next, .listing-detail-gallery-preview .disabled.owl-prev, .listings-slider-item-info-more a.disabled, .coupon-detail-gallery-preview .disabled.owl-next, .coupon-detail-gallery-preview .disabled.owl-prev, .inventor-slider-item-info-button a.disabled, .disabled.btn-create-collection, .btn-primary.disabled:hover, .disabled.button:hover, input.disabled[type=submit]:hover, button.disabled:hover, .disabled.fileinput-upload-button:hover, .disabled.listing-create:hover, .listing-detail-gallery-preview .disabled.owl-next:hover, .listing-detail-gallery-preview .disabled.owl-prev:hover, .listings-slider-item-info-more a.disabled:hover, .coupon-detail-gallery-preview .disabled.owl-next:hover, .coupon-detail-gallery-preview .disabled.owl-prev:hover, .inventor-slider-item-info-button a.disabled:hover, .disabled.btn-create-collection:hover, .btn-primary.disabled:focus, .disabled.button:focus, input.disabled[type=submit]:focus, button.disabled:focus, .disabled.fileinput-upload-button:focus, .disabled.listing-create:focus, .listing-detail-gallery-preview .disabled.owl-next:focus, .listing-detail-gallery-preview .disabled.owl-prev:focus, .listings-slider-item-info-more a.disabled:focus, .coupon-detail-gallery-preview .disabled.owl-next:focus, .coupon-detail-gallery-preview .disabled.owl-prev:focus, .inventor-slider-item-info-button a.disabled:focus, .disabled.btn-create-collection:focus, .btn-primary.disabled.focus, .disabled.focus.button, input.disabled.focus[type=submit], button.disabled.focus, .disabled.focus.fileinput-upload-button, .disabled.focus.listing-create, .listing-detail-gallery-preview .disabled.focus.owl-next, .listing-detail-gallery-preview .disabled.focus.owl-prev, .listings-slider-item-info-more a.disabled.focus, .coupon-detail-gallery-preview .disabled.focus.owl-next, .coupon-detail-gallery-preview .disabled.focus.owl-prev, .inventor-slider-item-info-button a.disabled.focus, .disabled.focus.btn-create-collection, .btn-primary.disabled:active, .disabled.button:active, input.disabled[type=submit]:active, button.disabled:active, .disabled.fileinput-upload-button:active, .disabled.listing-create:active, .listing-detail-gallery-preview .disabled.owl-next:active, .listing-detail-gallery-preview .disabled.owl-prev:active, .listings-slider-item-info-more a.disabled:active, .coupon-detail-gallery-preview .disabled.owl-next:active, .coupon-detail-gallery-preview .disabled.owl-prev:active, .inventor-slider-item-info-button a.disabled:active, .disabled.btn-create-collection:active, .btn-primary.disabled.active, .disabled.active.button, input.disabled.active[type=submit], button.disabled.active, .disabled.active.fileinput-upload-button, .disabled.active.listing-create, .listing-detail-gallery-preview .disabled.active.owl-next, .listing-detail-gallery-preview .disabled.active.owl-prev, .listings-slider-item-info-more a.disabled.active, .coupon-detail-gallery-preview .disabled.active.owl-next, .coupon-detail-gallery-preview .disabled.active.owl-prev, .inventor-slider-item-info-button a.disabled.active, .disabled.active.btn-create-collection, .btn-primary[disabled], [disabled].button, input[disabled][type=submit], button[disabled], [disabled].fileinput-upload-button, [disabled].listing-create, .listing-detail-gallery-preview [disabled].owl-next, .listing-detail-gallery-preview [disabled].owl-prev, .listings-slider-item-info-more a[disabled], .coupon-detail-gallery-preview [disabled].owl-next, .coupon-detail-gallery-preview [disabled].owl-prev, .inventor-slider-item-info-button a[disabled], [disabled].btn-create-collection, .btn-primary[disabled]:hover, [disabled].button:hover, input[disabled][type=submit]:hover, button[disabled]:hover, [disabled].fileinput-upload-button:hover, [disabled].listing-create:hover, .listing-detail-gallery-preview [disabled].owl-next:hover, .listing-detail-gallery-preview [disabled].owl-prev:hover, .listings-slider-item-info-more a[disabled]:hover, .coupon-detail-gallery-preview [disabled].owl-next:hover, .coupon-detail-gallery-preview [disabled].owl-prev:hover, .inventor-slider-item-info-button a[disabled]:hover, [disabled].btn-create-collection:hover, .btn-primary[disabled]:focus, [disabled].button:focus, input[disabled][type=submit]:focus, button[disabled]:focus, [disabled].fileinput-upload-button:focus, [disabled].listing-create:focus, .listing-detail-gallery-preview [disabled].owl-next:focus, .listing-detail-gallery-preview [disabled].owl-prev:focus, .listings-slider-item-info-more a[disabled]:focus, .coupon-detail-gallery-preview [disabled].owl-next:focus, .coupon-detail-gallery-preview [disabled].owl-prev:focus, .inventor-slider-item-info-button a[disabled]:focus, [disabled].btn-create-collection:focus, .btn-primary[disabled].focus, [disabled].focus.button, input[disabled].focus[type=submit], button[disabled].focus, [disabled].focus.fileinput-upload-button, [disabled].focus.listing-create, .listing-detail-gallery-preview [disabled].focus.owl-next, .listing-detail-gallery-preview [disabled].focus.owl-prev, .listings-slider-item-info-more a[disabled].focus, .coupon-detail-gallery-preview [disabled].focus.owl-next, .coupon-detail-gallery-preview [disabled].focus.owl-prev, .inventor-slider-item-info-button a[disabled].focus, [disabled].focus.btn-create-collection, .btn-primary[disabled]:active, [disabled].button:active, input[disabled][type=submit]:active, button[disabled]:active, [disabled].fileinput-upload-button:active, [disabled].listing-create:active, .listing-detail-gallery-preview [disabled].owl-next:active, .listing-detail-gallery-preview [disabled].owl-prev:active, .listings-slider-item-info-more a[disabled]:active, .coupon-detail-gallery-preview [disabled].owl-next:active, .coupon-detail-gallery-preview [disabled].owl-prev:active, .inventor-slider-item-info-button a[disabled]:active, [disabled].btn-create-collection:active, .btn-primary[disabled].active, [disabled].active.button, input[disabled].active[type=submit], button[disabled].active, [disabled].active.fileinput-upload-button, [disabled].active.listing-create, .listing-detail-gallery-preview [disabled].active.owl-next, .listing-detail-gallery-preview [disabled].active.owl-prev, .listings-slider-item-info-more a[disabled].active, .coupon-detail-gallery-preview [disabled].active.owl-next, .coupon-detail-gallery-preview [disabled].active.owl-prev, .inventor-slider-item-info-button a[disabled].active, [disabled].active.btn-create-collection,
fieldset[disabled] .btn-primary,
fieldset[disabled] .button,
fieldset[disabled] input[type=submit],
fieldset[disabled] button,
fieldset[disabled] .fileinput-upload-button,
fieldset[disabled] .listing-create,
fieldset[disabled] .listing-detail-gallery-preview .owl-next, .listing-detail-gallery-preview
fieldset[disabled] .owl-next,
fieldset[disabled] .listing-detail-gallery-preview .owl-prev, .listing-detail-gallery-preview
fieldset[disabled] .owl-prev,
fieldset[disabled] .listings-slider-item-info-more a, .listings-slider-item-info-more
fieldset[disabled] a,
fieldset[disabled] .coupon-detail-gallery-preview .owl-next, .coupon-detail-gallery-preview
fieldset[disabled] .owl-next,
fieldset[disabled] .coupon-detail-gallery-preview .owl-prev, .coupon-detail-gallery-preview
fieldset[disabled] .owl-prev,
fieldset[disabled] .inventor-slider-item-info-button a, .inventor-slider-item-info-button
fieldset[disabled] a,
fieldset[disabled] .btn-create-collection,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .button:hover,
fieldset[disabled] input[type=submit]:hover,
fieldset[disabled] button:hover,
fieldset[disabled] .fileinput-upload-button:hover,
fieldset[disabled] .listing-create:hover,
fieldset[disabled] .listing-detail-gallery-preview .owl-next:hover, .listing-detail-gallery-preview
fieldset[disabled] .owl-next:hover,
fieldset[disabled] .listing-detail-gallery-preview .owl-prev:hover, .listing-detail-gallery-preview
fieldset[disabled] .owl-prev:hover,
fieldset[disabled] .listings-slider-item-info-more a:hover, .listings-slider-item-info-more
fieldset[disabled] a:hover,
fieldset[disabled] .coupon-detail-gallery-preview .owl-next:hover, .coupon-detail-gallery-preview
fieldset[disabled] .owl-next:hover,
fieldset[disabled] .coupon-detail-gallery-preview .owl-prev:hover, .coupon-detail-gallery-preview
fieldset[disabled] .owl-prev:hover,
fieldset[disabled] .inventor-slider-item-info-button a:hover, .inventor-slider-item-info-button
fieldset[disabled] a:hover,
fieldset[disabled] .btn-create-collection:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .button:focus,
fieldset[disabled] input[type=submit]:focus,
fieldset[disabled] button:focus,
fieldset[disabled] .fileinput-upload-button:focus,
fieldset[disabled] .listing-create:focus,
fieldset[disabled] .listing-detail-gallery-preview .owl-next:focus, .listing-detail-gallery-preview
fieldset[disabled] .owl-next:focus,
fieldset[disabled] .listing-detail-gallery-preview .owl-prev:focus, .listing-detail-gallery-preview
fieldset[disabled] .owl-prev:focus,
fieldset[disabled] .listings-slider-item-info-more a:focus, .listings-slider-item-info-more
fieldset[disabled] a:focus,
fieldset[disabled] .coupon-detail-gallery-preview .owl-next:focus, .coupon-detail-gallery-preview
fieldset[disabled] .owl-next:focus,
fieldset[disabled] .coupon-detail-gallery-preview .owl-prev:focus, .coupon-detail-gallery-preview
fieldset[disabled] .owl-prev:focus,
fieldset[disabled] .inventor-slider-item-info-button a:focus, .inventor-slider-item-info-button
fieldset[disabled] a:focus,
fieldset[disabled] .btn-create-collection:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .focus.button,
fieldset[disabled] input.focus[type=submit],
fieldset[disabled] button.focus,
fieldset[disabled] .focus.fileinput-upload-button,
fieldset[disabled] .focus.listing-create,
fieldset[disabled] .listing-detail-gallery-preview .focus.owl-next, .listing-detail-gallery-preview
fieldset[disabled] .focus.owl-next,
fieldset[disabled] .listing-detail-gallery-preview .focus.owl-prev, .listing-detail-gallery-preview
fieldset[disabled] .focus.owl-prev,
fieldset[disabled] .listings-slider-item-info-more a.focus, .listings-slider-item-info-more
fieldset[disabled] a.focus,
fieldset[disabled] .coupon-detail-gallery-preview .focus.owl-next, .coupon-detail-gallery-preview
fieldset[disabled] .focus.owl-next,
fieldset[disabled] .coupon-detail-gallery-preview .focus.owl-prev, .coupon-detail-gallery-preview
fieldset[disabled] .focus.owl-prev,
fieldset[disabled] .inventor-slider-item-info-button a.focus, .inventor-slider-item-info-button
fieldset[disabled] a.focus,
fieldset[disabled] .focus.btn-create-collection,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .button:active,
fieldset[disabled] input[type=submit]:active,
fieldset[disabled] button:active,
fieldset[disabled] .fileinput-upload-button:active,
fieldset[disabled] .listing-create:active,
fieldset[disabled] .listing-detail-gallery-preview .owl-next:active, .listing-detail-gallery-preview
fieldset[disabled] .owl-next:active,
fieldset[disabled] .listing-detail-gallery-preview .owl-prev:active, .listing-detail-gallery-preview
fieldset[disabled] .owl-prev:active,
fieldset[disabled] .listings-slider-item-info-more a:active, .listings-slider-item-info-more
fieldset[disabled] a:active,
fieldset[disabled] .coupon-detail-gallery-preview .owl-next:active, .coupon-detail-gallery-preview
fieldset[disabled] .owl-next:active,
fieldset[disabled] .coupon-detail-gallery-preview .owl-prev:active, .coupon-detail-gallery-preview
fieldset[disabled] .owl-prev:active,
fieldset[disabled] .inventor-slider-item-info-button a:active, .inventor-slider-item-info-button
fieldset[disabled] a:active,
fieldset[disabled] .btn-create-collection:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .active.button,
fieldset[disabled] input.active[type=submit],
fieldset[disabled] button.active,
fieldset[disabled] .active.fileinput-upload-button,
fieldset[disabled] .active.listing-create,
fieldset[disabled] .listing-detail-gallery-preview .active.owl-next, .listing-detail-gallery-preview
fieldset[disabled] .active.owl-next,
fieldset[disabled] .listing-detail-gallery-preview .active.owl-prev, .listing-detail-gallery-preview
fieldset[disabled] .active.owl-prev,
fieldset[disabled] .listings-slider-item-info-more a.active, .listings-slider-item-info-more
fieldset[disabled] a.active,
fieldset[disabled] .coupon-detail-gallery-preview .active.owl-next, .coupon-detail-gallery-preview
fieldset[disabled] .active.owl-next,
fieldset[disabled] .coupon-detail-gallery-preview .active.owl-prev, .coupon-detail-gallery-preview
fieldset[disabled] .active.owl-prev,
fieldset[disabled] .inventor-slider-item-info-button a.active, .inventor-slider-item-info-button
fieldset[disabled] a.active,
fieldset[disabled] .active.btn-create-collection {
  background-color: #337ab7;
  border-color: #2e6da4; }
.btn-primary .badge, .button .badge, input[type=submit] .badge, button .badge, .fileinput-upload-button .badge, .listing-create .badge, .listing-detail-gallery-preview .owl-next .badge, .listing-detail-gallery-preview .owl-prev .badge, .listings-slider-item-info-more a .badge, .coupon-detail-gallery-preview .owl-next .badge, .coupon-detail-gallery-preview .owl-prev .badge, .inventor-slider-item-info-button a .badge, .btn-create-collection .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger, .fileinput-remove-button, .cmb-row.postbox .cmb-remove-group-row {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
.btn-danger:focus, .fileinput-remove-button:focus, .cmb-row.postbox .cmb-remove-group-row:focus, .btn-danger.focus, .focus.fileinput-remove-button, .cmb-row.postbox .focus.cmb-remove-group-row {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }
.btn-danger:hover, .fileinput-remove-button:hover, .cmb-row.postbox .cmb-remove-group-row:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }
.btn-danger:active, .fileinput-remove-button:active, .cmb-row.postbox .cmb-remove-group-row:active, .btn-danger.active, .active.fileinput-remove-button, .cmb-row.postbox .active.cmb-remove-group-row,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.fileinput-remove-button, .cmb-row.postbox
.open > .dropdown-toggle.cmb-remove-group-row {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }
.btn-danger:active:hover, .fileinput-remove-button:active:hover, .cmb-row.postbox .cmb-remove-group-row:active:hover, .btn-danger:active:focus, .fileinput-remove-button:active:focus, .cmb-row.postbox .cmb-remove-group-row:active:focus, .btn-danger:active.focus, .fileinput-remove-button:active.focus, .cmb-row.postbox .cmb-remove-group-row:active.focus, .btn-danger.active:hover, .active.fileinput-remove-button:hover, .cmb-row.postbox .active.cmb-remove-group-row:hover, .btn-danger.active:focus, .active.fileinput-remove-button:focus, .cmb-row.postbox .active.cmb-remove-group-row:focus, .btn-danger.active.focus, .active.focus.fileinput-remove-button, .cmb-row.postbox .active.focus.cmb-remove-group-row,
.open > .btn-danger.dropdown-toggle:hover,
.open > .dropdown-toggle.fileinput-remove-button:hover, .cmb-row.postbox
.open > .dropdown-toggle.cmb-remove-group-row:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .dropdown-toggle.fileinput-remove-button:focus, .cmb-row.postbox
.open > .dropdown-toggle.cmb-remove-group-row:focus,
.open > .btn-danger.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.fileinput-remove-button, .cmb-row.postbox
.open > .dropdown-toggle.focus.cmb-remove-group-row {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }
.btn-danger:active, .fileinput-remove-button:active, .cmb-row.postbox .cmb-remove-group-row:active, .btn-danger.active, .active.fileinput-remove-button, .cmb-row.postbox .active.cmb-remove-group-row,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.fileinput-remove-button, .cmb-row.postbox
.open > .dropdown-toggle.cmb-remove-group-row {
  background-image: none; }
.btn-danger.disabled, .disabled.fileinput-remove-button, .cmb-row.postbox .disabled.cmb-remove-group-row, .btn-danger.disabled:hover, .disabled.fileinput-remove-button:hover, .cmb-row.postbox .disabled.cmb-remove-group-row:hover, .btn-danger.disabled:focus, .disabled.fileinput-remove-button:focus, .cmb-row.postbox .disabled.cmb-remove-group-row:focus, .btn-danger.disabled.focus, .disabled.focus.fileinput-remove-button, .cmb-row.postbox .disabled.focus.cmb-remove-group-row, .btn-danger.disabled:active, .disabled.fileinput-remove-button:active, .cmb-row.postbox .disabled.cmb-remove-group-row:active, .btn-danger.disabled.active, .disabled.active.fileinput-remove-button, .cmb-row.postbox .disabled.active.cmb-remove-group-row, .btn-danger[disabled], [disabled].fileinput-remove-button, .cmb-row.postbox [disabled].cmb-remove-group-row, .btn-danger[disabled]:hover, [disabled].fileinput-remove-button:hover, .cmb-row.postbox [disabled].cmb-remove-group-row:hover, .btn-danger[disabled]:focus, [disabled].fileinput-remove-button:focus, .cmb-row.postbox [disabled].cmb-remove-group-row:focus, .btn-danger[disabled].focus, [disabled].focus.fileinput-remove-button, .cmb-row.postbox [disabled].focus.cmb-remove-group-row, .btn-danger[disabled]:active, [disabled].fileinput-remove-button:active, .cmb-row.postbox [disabled].cmb-remove-group-row:active, .btn-danger[disabled].active, [disabled].active.fileinput-remove-button, .cmb-row.postbox [disabled].active.cmb-remove-group-row,
fieldset[disabled] .btn-danger,
fieldset[disabled] .fileinput-remove-button,
fieldset[disabled] .cmb-row.postbox .cmb-remove-group-row, .cmb-row.postbox
fieldset[disabled] .cmb-remove-group-row,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .fileinput-remove-button:hover,
fieldset[disabled] .cmb-row.postbox .cmb-remove-group-row:hover, .cmb-row.postbox
fieldset[disabled] .cmb-remove-group-row:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .fileinput-remove-button:focus,
fieldset[disabled] .cmb-row.postbox .cmb-remove-group-row:focus, .cmb-row.postbox
fieldset[disabled] .cmb-remove-group-row:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .focus.fileinput-remove-button,
fieldset[disabled] .cmb-row.postbox .focus.cmb-remove-group-row, .cmb-row.postbox
fieldset[disabled] .focus.cmb-remove-group-row,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .fileinput-remove-button:active,
fieldset[disabled] .cmb-row.postbox .cmb-remove-group-row:active, .cmb-row.postbox
fieldset[disabled] .cmb-remove-group-row:active,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .active.fileinput-remove-button,
fieldset[disabled] .cmb-row.postbox .active.cmb-remove-group-row, .cmb-row.postbox
fieldset[disabled] .active.cmb-remove-group-row {
  background-color: #d9534f;
  border-color: #d43f3a; }
.btn-danger .badge, .fileinput-remove-button .badge, .cmb-row.postbox .cmb-remove-group-row .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > input[type=submit], .btn-group-lg > button, .ui-datepicker-buttonpane .btn-group-lg > button, .cmb-row.postbox .btn-group-lg > .cmb-remove-group-row, .btn-group-lg > .listing-create, .listings-slider-item-info-more .btn-group-lg > a, .btn-group-lg > .payment-process, .inventor-slider-item-info-button .btn-group-lg > a, .btn-group-lg > .btn-create-collection {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > input[type=submit], .btn-group-sm > button, .ui-datepicker-buttonpane .btn-group-sm > button, .cmb-row.postbox .btn-group-sm > .cmb-remove-group-row, .btn-group-sm > .listing-create, .listings-slider-item-info-more .btn-group-sm > a, .btn-group-sm > .payment-process, .inventor-slider-item-info-button .btn-group-sm > a, .btn-group-sm > .btn-create-collection {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > input[type=submit], .btn-group-xs > button, .ui-datepicker-buttonpane .btn-group-xs > button, .cmb-row.postbox .btn-group-xs > .cmb-remove-group-row, .btn-group-xs > .listing-create, .listings-slider-item-info-more .btn-group-xs > a, .btn-group-xs > .payment-process, .inventor-slider-item-info-button .btn-group-xs > a, .btn-group-xs > .btn-create-collection {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block, .widget.widget_filter button[type=submit], .widget.widget_booking_form button[type=submit] {
  display: block;
  width: 100%; }

.btn-block + .btn-block, .widget.widget_filter button[type=submit] + .btn-block, .widget.widget_booking_form button[type=submit] + .btn-block, .widget.widget_filter .btn-block + button[type=submit], .widget.widget_filter button[type=submit] + button[type=submit], .widget.widget_booking_form .btn-block + button[type=submit], .widget.widget_booking_form button[type=submit] + button[type=submit] {
  margin-top: 5px; }

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

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

.collapse {
  display: none; }
.collapse.in {
  display: block; }

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.btn-group > .btn, .btn-group > input[type=submit], .btn-group > button, .ui-datepicker-buttonpane .btn-group > button, .cmb-row.postbox .btn-group > .cmb-remove-group-row, .btn-group > .listing-create, .listings-slider-item-info-more .btn-group > a, .btn-group > .payment-process, .inventor-slider-item-info-button .btn-group > a, .btn-group > .btn-create-collection,
.btn-group-vertical > .btn,
.btn-group-vertical > input[type=submit],
.btn-group-vertical > button, .ui-datepicker-buttonpane
.btn-group-vertical > button, .cmb-row.postbox
.btn-group-vertical > .cmb-remove-group-row,
.btn-group-vertical > .listing-create, .listings-slider-item-info-more
.btn-group-vertical > a,
.btn-group-vertical > .payment-process, .inventor-slider-item-info-button
.btn-group-vertical > a,
.btn-group-vertical > .btn-create-collection {
  position: relative;
  float: left; }
.btn-group > .btn:hover, .btn-group > input[type=submit]:hover, .btn-group > button:hover, .ui-datepicker-buttonpane .btn-group > button:hover, .cmb-row.postbox .btn-group > .cmb-remove-group-row:hover, .btn-group > .listing-create:hover, .listings-slider-item-info-more .btn-group > a:hover, .btn-group > .payment-process:hover, .inventor-slider-item-info-button .btn-group > a:hover, .btn-group > .btn-create-collection:hover, .btn-group > .btn:focus, .btn-group > input[type=submit]:focus, .btn-group > button:focus, .ui-datepicker-buttonpane .btn-group > button:focus, .cmb-row.postbox .btn-group > .cmb-remove-group-row:focus, .btn-group > .listing-create:focus, .listings-slider-item-info-more .btn-group > a:focus, .btn-group > .payment-process:focus, .inventor-slider-item-info-button .btn-group > a:focus, .btn-group > .btn-create-collection:focus, .btn-group > .btn:active, .btn-group > input[type=submit]:active, .btn-group > button:active, .ui-datepicker-buttonpane .btn-group > button:active, .cmb-row.postbox .btn-group > .cmb-remove-group-row:active, .btn-group > .listing-create:active, .listings-slider-item-info-more .btn-group > a:active, .btn-group > .payment-process:active, .inventor-slider-item-info-button .btn-group > a:active, .btn-group > .btn-create-collection:active, .btn-group > .btn.active, .btn-group > input.active[type=submit], .btn-group > button.active, .ui-datepicker-buttonpane .btn-group > button.active, .cmb-row.postbox .btn-group > .active.cmb-remove-group-row, .btn-group > .active.listing-create, .listings-slider-item-info-more .btn-group > a.active, .btn-group > .active.payment-process, .inventor-slider-item-info-button .btn-group > a.active, .btn-group > .active.btn-create-collection,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > input[type=submit]:hover,
.btn-group-vertical > button:hover, .ui-datepicker-buttonpane
.btn-group-vertical > button:hover, .cmb-row.postbox
.btn-group-vertical > .cmb-remove-group-row:hover,
.btn-group-vertical > .listing-create:hover, .listings-slider-item-info-more
.btn-group-vertical > a:hover,
.btn-group-vertical > .payment-process:hover, .inventor-slider-item-info-button
.btn-group-vertical > a:hover,
.btn-group-vertical > .btn-create-collection:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > button:focus, .ui-datepicker-buttonpane
.btn-group-vertical > button:focus, .cmb-row.postbox
.btn-group-vertical > .cmb-remove-group-row:focus,
.btn-group-vertical > .listing-create:focus, .listings-slider-item-info-more
.btn-group-vertical > a:focus,
.btn-group-vertical > .payment-process:focus, .inventor-slider-item-info-button
.btn-group-vertical > a:focus,
.btn-group-vertical > .btn-create-collection:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > button:active, .ui-datepicker-buttonpane
.btn-group-vertical > button:active, .cmb-row.postbox
.btn-group-vertical > .cmb-remove-group-row:active,
.btn-group-vertical > .listing-create:active, .listings-slider-item-info-more
.btn-group-vertical > a:active,
.btn-group-vertical > .payment-process:active, .inventor-slider-item-info-button
.btn-group-vertical > a:active,
.btn-group-vertical > .btn-create-collection:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > input.active[type=submit],
.btn-group-vertical > button.active, .ui-datepicker-buttonpane
.btn-group-vertical > button.active, .cmb-row.postbox
.btn-group-vertical > .active.cmb-remove-group-row,
.btn-group-vertical > .active.listing-create, .listings-slider-item-info-more
.btn-group-vertical > a.active,
.btn-group-vertical > .active.payment-process, .inventor-slider-item-info-button
.btn-group-vertical > a.active,
.btn-group-vertical > .active.btn-create-collection {
  z-index: 2; }

.btn-group .btn + .btn, .btn-group input[type=submit] + .btn, .btn-group button + .btn, .btn-group .ui-datepicker-buttonpane button + .btn, .ui-datepicker-buttonpane .btn-group button + .btn, .btn-group .cmb-row.postbox .cmb-remove-group-row + .btn, .cmb-row.postbox .btn-group .cmb-remove-group-row + .btn, .btn-group .listing-create + .btn, .btn-group .listings-slider-item-info-more a + .btn, .listings-slider-item-info-more .btn-group a + .btn, .btn-group .payment-process + .btn, .btn-group .inventor-slider-item-info-button a + .btn, .inventor-slider-item-info-button .btn-group a + .btn, .btn-group .btn-create-collection + .btn, .btn-group .btn + input[type=submit], .btn-group input[type=submit] + input[type=submit], .btn-group button + input[type=submit], .btn-group .ui-datepicker-buttonpane button + input[type=submit], .ui-datepicker-buttonpane .btn-group button + input[type=submit], .btn-group .cmb-row.postbox .cmb-remove-group-row + input[type=submit], .cmb-row.postbox .btn-group .cmb-remove-group-row + input[type=submit], .btn-group .listing-create + input[type=submit], .btn-group .listings-slider-item-info-more a + input[type=submit], .listings-slider-item-info-more .btn-group a + input[type=submit], .btn-group .payment-process + input[type=submit], .btn-group .inventor-slider-item-info-button a + input[type=submit], .inventor-slider-item-info-button .btn-group a + input[type=submit], .btn-group .btn-create-collection + input[type=submit], .btn-group .btn + button, .btn-group input[type=submit] + button, .btn-group button + button, .btn-group .ui-datepicker-buttonpane button + button, .ui-datepicker-buttonpane .btn-group button + button, .btn-group .cmb-row.postbox .cmb-remove-group-row + button, .cmb-row.postbox .btn-group .cmb-remove-group-row + button, .btn-group .listing-create + button, .btn-group .listings-slider-item-info-more a + button, .listings-slider-item-info-more .btn-group a + button, .btn-group .payment-process + button, .btn-group .inventor-slider-item-info-button a + button, .inventor-slider-item-info-button .btn-group a + button, .btn-group .btn-create-collection + button, .btn-group .ui-datepicker-buttonpane .btn + button, .ui-datepicker-buttonpane .btn-group .btn + button, .btn-group .ui-datepicker-buttonpane input[type=submit] + button, .ui-datepicker-buttonpane .btn-group input[type=submit] + button, .btn-group .ui-datepicker-buttonpane button + button, .ui-datepicker-buttonpane .btn-group button + button, .btn-group .ui-datepicker-buttonpane button + button, .ui-datepicker-buttonpane .btn-group button + button, .btn-group .cmb-row.postbox .ui-datepicker-buttonpane .cmb-remove-group-row + button, .cmb-row.postbox .btn-group .ui-datepicker-buttonpane .cmb-remove-group-row + button, .btn-group .ui-datepicker-buttonpane .listing-create + button, .ui-datepicker-buttonpane .btn-group .listing-create + button, .btn-group .listings-slider-item-info-more .ui-datepicker-buttonpane a + button, .ui-datepicker-buttonpane .btn-group .listings-slider-item-info-more a + button, .listings-slider-item-info-more .btn-group .ui-datepicker-buttonpane a + button, .ui-datepicker-buttonpane .listings-slider-item-info-more .btn-group a + button, .btn-group .ui-datepicker-buttonpane .payment-process + button, .ui-datepicker-buttonpane .btn-group .payment-process + button, .btn-group .inventor-slider-item-info-button .ui-datepicker-buttonpane a + button, .ui-datepicker-buttonpane .btn-group .inventor-slider-item-info-button a + button, .inventor-slider-item-info-button .btn-group .ui-datepicker-buttonpane a + button, .ui-datepicker-buttonpane .inventor-slider-item-info-button .btn-group a + button, .btn-group .ui-datepicker-buttonpane .btn-create-collection + button, .ui-datepicker-buttonpane .btn-group .btn-create-collection + button, .btn-group .cmb-row.postbox .btn + .cmb-remove-group-row, .cmb-row.postbox .btn-group .btn + .cmb-remove-group-row, .btn-group .cmb-row.postbox input[type=submit] + .cmb-remove-group-row, .cmb-row.postbox .btn-group input[type=submit] + .cmb-remove-group-row, .btn-group .cmb-row.postbox button + .cmb-remove-group-row, .cmb-row.postbox .btn-group button + .cmb-remove-group-row, .cmb-row.postbox .btn-group .ui-datepicker-buttonpane button + .cmb-remove-group-row, .btn-group .cmb-row.postbox .cmb-remove-group-row + .cmb-remove-group-row, .cmb-row.postbox .btn-group .cmb-remove-group-row + .cmb-remove-group-row, .btn-group .cmb-row.postbox .listing-create + .cmb-remove-group-row, .cmb-row.postbox .btn-group .listing-create + .cmb-remove-group-row, .btn-group .listings-slider-item-info-more .cmb-row.postbox a + .cmb-remove-group-row, .cmb-row.postbox .btn-group .listings-slider-item-info-more a + .cmb-remove-group-row, .listings-slider-item-info-more .btn-group .cmb-row.postbox a + .cmb-remove-group-row, .cmb-row.postbox .listings-slider-item-info-more .btn-group a + .cmb-remove-group-row, .btn-group .cmb-row.postbox .payment-process + .cmb-remove-group-row, .cmb-row.postbox .btn-group .payment-process + .cmb-remove-group-row, .btn-group .inventor-slider-item-info-button .cmb-row.postbox a + .cmb-remove-group-row, .cmb-row.postbox .btn-group .inventor-slider-item-info-button a + .cmb-remove-group-row, .inventor-slider-item-info-button .btn-group .cmb-row.postbox a + .cmb-remove-group-row, .cmb-row.postbox .inventor-slider-item-info-button .btn-group a + .cmb-remove-group-row, .btn-group .cmb-row.postbox .btn-create-collection + .cmb-remove-group-row, .cmb-row.postbox .btn-group .btn-create-collection + .cmb-remove-group-row, .btn-group .btn + .listing-create, .btn-group input[type=submit] + .listing-create, .btn-group button + .listing-create, .btn-group .ui-datepicker-buttonpane button + .listing-create, .ui-datepicker-buttonpane .btn-group button + .listing-create, .btn-group .cmb-row.postbox .cmb-remove-group-row + .listing-create, .cmb-row.postbox .btn-group .cmb-remove-group-row + .listing-create, .btn-group .listing-create + .listing-create, .btn-group .listings-slider-item-info-more a + .listing-create, .listings-slider-item-info-more .btn-group a + .listing-create, .btn-group .payment-process + .listing-create, .btn-group .inventor-slider-item-info-button a + .listing-create, .inventor-slider-item-info-button .btn-group a + .listing-create, .btn-group .btn-create-collection + .listing-create, .btn-group .listings-slider-item-info-more .btn + a, .listings-slider-item-info-more .btn-group .btn + a, .btn-group .listings-slider-item-info-more input[type=submit] + a, .listings-slider-item-info-more .btn-group input[type=submit] + a, .btn-group .listings-slider-item-info-more button + a, .listings-slider-item-info-more .btn-group button + a, .btn-group .ui-datepicker-buttonpane .listings-slider-item-info-more button + a, .listings-slider-item-info-more .btn-group .ui-datepicker-buttonpane button + a, .ui-datepicker-buttonpane .btn-group .listings-slider-item-info-more button + a, .listings-slider-item-info-more .ui-datepicker-buttonpane .btn-group button + a, .btn-group .cmb-row.postbox .listings-slider-item-info-more .cmb-remove-group-row + a, .listings-slider-item-info-more .btn-group .cmb-row.postbox .cmb-remove-group-row + a, .cmb-row.postbox .btn-group .listings-slider-item-info-more .cmb-remove-group-row + a, .listings-slider-item-info-more .cmb-row.postbox .btn-group .cmb-remove-group-row + a, .btn-group .listings-slider-item-info-more .listing-create + a, .listings-slider-item-info-more .btn-group .listing-create + a, .btn-group .listings-slider-item-info-more a + a, .listings-slider-item-info-more .btn-group a + a, .btn-group .listings-slider-item-info-more .payment-process + a, .listings-slider-item-info-more .btn-group .payment-process + a, .btn-group .inventor-slider-item-info-button .listings-slider-item-info-more a + a, .listings-slider-item-info-more .inventor-slider-item-info-button .btn-group a + a, .btn-group .listings-slider-item-info-more .btn-create-collection + a, .listings-slider-item-info-more .btn-group .btn-create-collection + a, .btn-group .btn + .payment-process, .btn-group input[type=submit] + .payment-process, .btn-group button + .payment-process, .btn-group .ui-datepicker-buttonpane button + .payment-process, .ui-datepicker-buttonpane .btn-group button + .payment-process, .btn-group .cmb-row.postbox .cmb-remove-group-row + .payment-process, .cmb-row.postbox .btn-group .cmb-remove-group-row + .payment-process, .btn-group .listing-create + .payment-process, .btn-group .listings-slider-item-info-more a + .payment-process, .listings-slider-item-info-more .btn-group a + .payment-process, .btn-group .payment-process + .payment-process, .btn-group .inventor-slider-item-info-button a + .payment-process, .inventor-slider-item-info-button .btn-group a + .payment-process, .btn-group .btn-create-collection + .payment-process, .btn-group .inventor-slider-item-info-button .btn + a, .inventor-slider-item-info-button .btn-group .btn + a, .btn-group .inventor-slider-item-info-button input[type=submit] + a, .inventor-slider-item-info-button .btn-group input[type=submit] + a, .btn-group .inventor-slider-item-info-button button + a, .inventor-slider-item-info-button .btn-group button + a, .btn-group .ui-datepicker-buttonpane .inventor-slider-item-info-button button + a, .inventor-slider-item-info-button .btn-group .ui-datepicker-buttonpane button + a, .ui-datepicker-buttonpane .btn-group .inventor-slider-item-info-button button + a, .inventor-slider-item-info-button .ui-datepicker-buttonpane .btn-group button + a, .btn-group .cmb-row.postbox .inventor-slider-item-info-button .cmb-remove-group-row + a, .inventor-slider-item-info-button .btn-group .cmb-row.postbox .cmb-remove-group-row + a, .cmb-row.postbox .btn-group .inventor-slider-item-info-button .cmb-remove-group-row + a, .inventor-slider-item-info-button .cmb-row.postbox .btn-group .cmb-remove-group-row + a, .btn-group .inventor-slider-item-info-button .listing-create + a, .inventor-slider-item-info-button .btn-group .listing-create + a, .btn-group .listings-slider-item-info-more .inventor-slider-item-info-button a + a, .inventor-slider-item-info-button .btn-group .listings-slider-item-info-more a + a, .listings-slider-item-info-more .btn-group .inventor-slider-item-info-button a + a, .inventor-slider-item-info-button .listings-slider-item-info-more .btn-group a + a, .btn-group .inventor-slider-item-info-button .payment-process + a, .inventor-slider-item-info-button .btn-group .payment-process + a, .btn-group .inventor-slider-item-info-button a + a, .inventor-slider-item-info-button .btn-group a + a, .btn-group .inventor-slider-item-info-button .btn-create-collection + a, .inventor-slider-item-info-button .btn-group .btn-create-collection + a, .btn-group .btn + .btn-create-collection, .btn-group input[type=submit] + .btn-create-collection, .btn-group button + .btn-create-collection, .btn-group .ui-datepicker-buttonpane button + .btn-create-collection, .ui-datepicker-buttonpane .btn-group button + .btn-create-collection, .btn-group .cmb-row.postbox .cmb-remove-group-row + .btn-create-collection, .cmb-row.postbox .btn-group .cmb-remove-group-row + .btn-create-collection, .btn-group .listing-create + .btn-create-collection, .btn-group .listings-slider-item-info-more a + .btn-create-collection, .listings-slider-item-info-more .btn-group a + .btn-create-collection, .btn-group .payment-process + .btn-create-collection, .btn-group .inventor-slider-item-info-button a + .btn-create-collection, .inventor-slider-item-info-button .btn-group a + .btn-create-collection, .btn-group .btn-create-collection + .btn-create-collection,
.btn-group .btn + .btn-group,
.btn-group input[type=submit] + .btn-group,
.btn-group button + .btn-group,
.btn-group .ui-datepicker-buttonpane button + .btn-group, .ui-datepicker-buttonpane
.btn-group button + .btn-group,
.btn-group .cmb-row.postbox .cmb-remove-group-row + .btn-group, .cmb-row.postbox
.btn-group .cmb-remove-group-row + .btn-group,
.btn-group .listing-create + .btn-group,
.btn-group .listings-slider-item-info-more a + .btn-group, .listings-slider-item-info-more
.btn-group a + .btn-group,
.btn-group .payment-process + .btn-group,
.btn-group .inventor-slider-item-info-button a + .btn-group, .inventor-slider-item-info-button
.btn-group a + .btn-group,
.btn-group .btn-create-collection + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + input[type=submit],
.btn-group .btn-group + button,
.btn-group .ui-datepicker-buttonpane .btn-group + button, .ui-datepicker-buttonpane
.btn-group .btn-group + button,
.btn-group .cmb-row.postbox .btn-group + .cmb-remove-group-row, .cmb-row.postbox
.btn-group .btn-group + .cmb-remove-group-row,
.btn-group .btn-group + .listing-create,
.btn-group .listings-slider-item-info-more .btn-group + a, .listings-slider-item-info-more
.btn-group .btn-group + a,
.btn-group .btn-group + .payment-process,
.btn-group .inventor-slider-item-info-button .btn-group + a, .inventor-slider-item-info-button
.btn-group .btn-group + a,
.btn-group .btn-group + .btn-create-collection,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table; }
.btn-toolbar:after {
  clear: both; }
.btn-toolbar .btn, .btn-toolbar input[type=submit], .btn-toolbar button, .btn-toolbar .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane .btn-toolbar button, .btn-toolbar .cmb-row.postbox .cmb-remove-group-row, .cmb-row.postbox .btn-toolbar .cmb-remove-group-row, .btn-toolbar .listing-create, .btn-toolbar .listings-slider-item-info-more a, .listings-slider-item-info-more .btn-toolbar a, .btn-toolbar .payment-process, .btn-toolbar .inventor-slider-item-info-button a, .inventor-slider-item-info-button .btn-toolbar a, .btn-toolbar .btn-create-collection,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }
.btn-toolbar > .btn, .btn-toolbar > input[type=submit], .btn-toolbar > button, .ui-datepicker-buttonpane .btn-toolbar > button, .cmb-row.postbox .btn-toolbar > .cmb-remove-group-row, .btn-toolbar > .listing-create, .listings-slider-item-info-more .btn-toolbar > a, .btn-toolbar > .payment-process, .inventor-slider-item-info-button .btn-toolbar > a, .btn-toolbar > .btn-create-collection,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .ui-datepicker-buttonpane .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .cmb-row.postbox .btn-group > .cmb-remove-group-row:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .listing-create:not(:first-child):not(:last-child):not(.dropdown-toggle), .listings-slider-item-info-more .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .payment-process:not(:first-child):not(:last-child):not(.dropdown-toggle), .inventor-slider-item-info-button .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-create-collection:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > input[type=submit]:first-child, .btn-group > button:first-child, .ui-datepicker-buttonpane .btn-group > button:first-child, .cmb-row.postbox .btn-group > .cmb-remove-group-row:first-child, .btn-group > .listing-create:first-child, .listings-slider-item-info-more .btn-group > a:first-child, .btn-group > .payment-process:first-child, .inventor-slider-item-info-button .btn-group > a:first-child, .btn-group > .btn-create-collection:first-child {
  margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .ui-datepicker-buttonpane .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .cmb-row.postbox .btn-group > .cmb-remove-group-row:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .listing-create:first-child:not(:last-child):not(.dropdown-toggle), .listings-slider-item-info-more .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .payment-process:first-child:not(:last-child):not(.dropdown-toggle), .inventor-slider-item-info-button .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-create-collection: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 > input[type=submit]:last-child:not(:first-child), .btn-group > button:last-child:not(:first-child), .ui-datepicker-buttonpane .btn-group > button:last-child:not(:first-child), .cmb-row.postbox .btn-group > .cmb-remove-group-row:last-child:not(:first-child), .btn-group > .listing-create:last-child:not(:first-child), .listings-slider-item-info-more .btn-group > a:last-child:not(:first-child), .btn-group > .payment-process:last-child:not(:first-child), .inventor-slider-item-info-button .btn-group > a:last-child:not(:first-child), .btn-group > .btn-create-collection: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, .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .ui-datepicker-buttonpane .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .cmb-row.postbox .btn-group > .btn-group:not(:first-child):not(:last-child) > .cmb-remove-group-row, .btn-group > .btn-group:not(:first-child):not(:last-child) > .listing-create, .listings-slider-item-info-more .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .btn-group > .btn-group:not(:first-child):not(:last-child) > .payment-process, .inventor-slider-item-info-button .btn-group > .btn-group:not(:first-child):not(:last-child) > a, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-create-collection {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .ui-datepicker-buttonpane .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .cmb-row.postbox .btn-group > .btn-group:first-child:not(:last-child) > .cmb-remove-group-row:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .listing-create:last-child, .listings-slider-item-info-more .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .payment-process:last-child, .inventor-slider-item-info-button .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-create-collection:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child, .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .ui-datepicker-buttonpane .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .cmb-row.postbox .btn-group > .btn-group:last-child:not(:first-child) > .cmb-remove-group-row:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .listing-create:first-child, .listings-slider-item-info-more .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .payment-process:first-child, .inventor-slider-item-info-button .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn-create-collection:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.btn-group > .btn + .dropdown-toggle, .btn-group > input[type=submit] + .dropdown-toggle, .btn-group > button + .dropdown-toggle, .ui-datepicker-buttonpane .btn-group > button + .dropdown-toggle, .cmb-row.postbox .btn-group > .cmb-remove-group-row + .dropdown-toggle, .btn-group > .listing-create + .dropdown-toggle, .listings-slider-item-info-more .btn-group > a + .dropdown-toggle, .btn-group > .payment-process + .dropdown-toggle, .inventor-slider-item-info-button .btn-group > a + .dropdown-toggle, .btn-group > .btn-create-collection + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > input[type=submit] + .dropdown-toggle, .btn-group-lg.btn-group > button + .dropdown-toggle, .ui-datepicker-buttonpane .btn-group-lg.btn-group > button + .dropdown-toggle, .cmb-row.postbox .btn-group-lg.btn-group > .cmb-remove-group-row + .dropdown-toggle, .btn-group-lg.btn-group > .listing-create + .dropdown-toggle, .listings-slider-item-info-more .btn-group-lg.btn-group > a + .dropdown-toggle, .btn-group-lg.btn-group > .payment-process + .dropdown-toggle, .inventor-slider-item-info-button .btn-group-lg.btn-group > a + .dropdown-toggle, .btn-group-lg.btn-group > .btn-create-collection + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret, input[type=submit] .caret, button .caret, .ui-datepicker-buttonpane button .caret, .cmb-row.postbox .cmb-remove-group-row .caret, .listing-create .caret, .listings-slider-item-info-more a .caret, .payment-process .caret, .inventor-slider-item-info-button a .caret, .btn-create-collection .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > input[type=submit] .caret, .btn-group-lg > button .caret, .ui-datepicker-buttonpane .btn-group-lg > button .caret, .cmb-row.postbox .btn-group-lg > .cmb-remove-group-row .caret, .btn-group-lg > .listing-create .caret, .listings-slider-item-info-more .btn-group-lg > a .caret, .btn-group-lg > .payment-process .caret, .inventor-slider-item-info-button .btn-group-lg > a .caret, .btn-group-lg > .btn-create-collection .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > input[type=submit] .caret, .dropup .btn-group-lg > button .caret, .dropup .ui-datepicker-buttonpane .btn-group-lg > button .caret, .dropup .cmb-row.postbox .btn-group-lg > .cmb-remove-group-row .caret, .cmb-row.postbox .dropup .btn-group-lg > .cmb-remove-group-row .caret, .dropup .btn-group-lg > .listing-create .caret, .dropup .listings-slider-item-info-more .btn-group-lg > a .caret, .listings-slider-item-info-more .dropup .btn-group-lg > a .caret, .dropup .btn-group-lg > .payment-process .caret, .dropup .inventor-slider-item-info-button .btn-group-lg > a .caret, .inventor-slider-item-info-button .dropup .btn-group-lg > a .caret, .dropup .btn-group-lg > .btn-create-collection .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > input[type=submit], .btn-group-vertical > button, .ui-datepicker-buttonpane .btn-group-vertical > button, .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row, .btn-group-vertical > .listing-create, .listings-slider-item-info-more .btn-group-vertical > a, .btn-group-vertical > .payment-process, .inventor-slider-item-info-button .btn-group-vertical > a, .btn-group-vertical > .btn-create-collection,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > input[type=submit],
.btn-group-vertical > .btn-group > button, .ui-datepicker-buttonpane
.btn-group-vertical > .btn-group > button, .cmb-row.postbox
.btn-group-vertical > .btn-group > .cmb-remove-group-row,
.btn-group-vertical > .btn-group > .listing-create, .listings-slider-item-info-more
.btn-group-vertical > .btn-group > a,
.btn-group-vertical > .btn-group > .payment-process, .inventor-slider-item-info-button
.btn-group-vertical > .btn-group > a,
.btn-group-vertical > .btn-group > .btn-create-collection {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

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

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

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > input[type=submit], .btn-group-vertical > .btn-group > button, .ui-datepicker-buttonpane .btn-group-vertical > .btn-group > button, .cmb-row.postbox .btn-group-vertical > .btn-group > .cmb-remove-group-row, .btn-group-vertical > .btn-group > .listing-create, .listings-slider-item-info-more .btn-group-vertical > .btn-group > a, .btn-group-vertical > .btn-group > .payment-process, .inventor-slider-item-info-button .btn-group-vertical > .btn-group > a, .btn-group-vertical > .btn-group > .btn-create-collection {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > input[type=submit] + .btn, .btn-group-vertical > button + .btn, .ui-datepicker-buttonpane .btn-group-vertical > button + .btn, .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row + .btn, .btn-group-vertical > .listing-create + .btn, .listings-slider-item-info-more .btn-group-vertical > a + .btn, .btn-group-vertical > .payment-process + .btn, .inventor-slider-item-info-button .btn-group-vertical > a + .btn, .btn-group-vertical > .btn-create-collection + .btn, .btn-group-vertical > .btn + input[type=submit], .btn-group-vertical > input[type=submit] + input[type=submit], .btn-group-vertical > button + input[type=submit], .ui-datepicker-buttonpane .btn-group-vertical > button + input[type=submit], .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row + input[type=submit], .btn-group-vertical > .listing-create + input[type=submit], .listings-slider-item-info-more .btn-group-vertical > a + input[type=submit], .btn-group-vertical > .payment-process + input[type=submit], .inventor-slider-item-info-button .btn-group-vertical > a + input[type=submit], .btn-group-vertical > .btn-create-collection + input[type=submit], .btn-group-vertical > .btn + button, .btn-group-vertical > input[type=submit] + button, .btn-group-vertical > button + button, .ui-datepicker-buttonpane .btn-group-vertical > button + button, .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row + button, .btn-group-vertical > .listing-create + button, .listings-slider-item-info-more .btn-group-vertical > a + button, .btn-group-vertical > .payment-process + button, .inventor-slider-item-info-button .btn-group-vertical > a + button, .btn-group-vertical > .btn-create-collection + button, .ui-datepicker-buttonpane .btn-group-vertical > .btn + button, .ui-datepicker-buttonpane .btn-group-vertical > input[type=submit] + button, .ui-datepicker-buttonpane .btn-group-vertical > button + button, .ui-datepicker-buttonpane .btn-group-vertical > button + button, .cmb-row.postbox .ui-datepicker-buttonpane .btn-group-vertical > .cmb-remove-group-row + button, .ui-datepicker-buttonpane .btn-group-vertical > .listing-create + button, .listings-slider-item-info-more .ui-datepicker-buttonpane .btn-group-vertical > a + button, .ui-datepicker-buttonpane .listings-slider-item-info-more .btn-group-vertical > a + button, .ui-datepicker-buttonpane .btn-group-vertical > .payment-process + button, .inventor-slider-item-info-button .ui-datepicker-buttonpane .btn-group-vertical > a + button, .ui-datepicker-buttonpane .inventor-slider-item-info-button .btn-group-vertical > a + button, .ui-datepicker-buttonpane .btn-group-vertical > .btn-create-collection + button, .cmb-row.postbox .btn-group-vertical > .btn + .cmb-remove-group-row, .cmb-row.postbox .btn-group-vertical > input[type=submit] + .cmb-remove-group-row, .cmb-row.postbox .btn-group-vertical > button + .cmb-remove-group-row, .cmb-row.postbox .ui-datepicker-buttonpane .btn-group-vertical > button + .cmb-remove-group-row, .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row + .cmb-remove-group-row, .cmb-row.postbox .btn-group-vertical > .listing-create + .cmb-remove-group-row, .listings-slider-item-info-more .cmb-row.postbox .btn-group-vertical > a + .cmb-remove-group-row, .cmb-row.postbox .listings-slider-item-info-more .btn-group-vertical > a + .cmb-remove-group-row, .cmb-row.postbox .btn-group-vertical > .payment-process + .cmb-remove-group-row, .inventor-slider-item-info-button .cmb-row.postbox .btn-group-vertical > a + .cmb-remove-group-row, .cmb-row.postbox .inventor-slider-item-info-button .btn-group-vertical > a + .cmb-remove-group-row, .cmb-row.postbox .btn-group-vertical > .btn-create-collection + .cmb-remove-group-row, .btn-group-vertical > .btn + .listing-create, .btn-group-vertical > input[type=submit] + .listing-create, .btn-group-vertical > button + .listing-create, .ui-datepicker-buttonpane .btn-group-vertical > button + .listing-create, .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row + .listing-create, .btn-group-vertical > .listing-create + .listing-create, .listings-slider-item-info-more .btn-group-vertical > a + .listing-create, .btn-group-vertical > .payment-process + .listing-create, .inventor-slider-item-info-button .btn-group-vertical > a + .listing-create, .btn-group-vertical > .btn-create-collection + .listing-create, .listings-slider-item-info-more .btn-group-vertical > .btn + a, .listings-slider-item-info-more .btn-group-vertical > input[type=submit] + a, .listings-slider-item-info-more .btn-group-vertical > button + a, .ui-datepicker-buttonpane .listings-slider-item-info-more .btn-group-vertical > button + a, .listings-slider-item-info-more .ui-datepicker-buttonpane .btn-group-vertical > button + a, .cmb-row.postbox .listings-slider-item-info-more .btn-group-vertical > .cmb-remove-group-row + a, .listings-slider-item-info-more .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row + a, .listings-slider-item-info-more .btn-group-vertical > .listing-create + a, .listings-slider-item-info-more .btn-group-vertical > a + a, .listings-slider-item-info-more .btn-group-vertical > .payment-process + a, .listings-slider-item-info-more .btn-group-vertical > .btn-create-collection + a, .btn-group-vertical > .btn + .payment-process, .btn-group-vertical > input[type=submit] + .payment-process, .btn-group-vertical > button + .payment-process, .ui-datepicker-buttonpane .btn-group-vertical > button + .payment-process, .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row + .payment-process, .btn-group-vertical > .listing-create + .payment-process, .listings-slider-item-info-more .btn-group-vertical > a + .payment-process, .btn-group-vertical > .payment-process + .payment-process, .inventor-slider-item-info-button .btn-group-vertical > a + .payment-process, .btn-group-vertical > .btn-create-collection + .payment-process, .inventor-slider-item-info-button .btn-group-vertical > .btn + a, .inventor-slider-item-info-button .btn-group-vertical > input[type=submit] + a, .inventor-slider-item-info-button .btn-group-vertical > button + a, .ui-datepicker-buttonpane .inventor-slider-item-info-button .btn-group-vertical > button + a, .inventor-slider-item-info-button .ui-datepicker-buttonpane .btn-group-vertical > button + a, .cmb-row.postbox .inventor-slider-item-info-button .btn-group-vertical > .cmb-remove-group-row + a, .inventor-slider-item-info-button .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row + a, .inventor-slider-item-info-button .btn-group-vertical > .listing-create + a, .listings-slider-item-info-more .inventor-slider-item-info-button .btn-group-vertical > a + a, .inventor-slider-item-info-button .listings-slider-item-info-more .btn-group-vertical > a + a, .inventor-slider-item-info-button .btn-group-vertical > .payment-process + a, .inventor-slider-item-info-button .btn-group-vertical > a + a, .inventor-slider-item-info-button .btn-group-vertical > .btn-create-collection + a, .btn-group-vertical > .btn + .btn-create-collection, .btn-group-vertical > input[type=submit] + .btn-create-collection, .btn-group-vertical > button + .btn-create-collection, .ui-datepicker-buttonpane .btn-group-vertical > button + .btn-create-collection, .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row + .btn-create-collection, .btn-group-vertical > .listing-create + .btn-create-collection, .listings-slider-item-info-more .btn-group-vertical > a + .btn-create-collection, .btn-group-vertical > .payment-process + .btn-create-collection, .inventor-slider-item-info-button .btn-group-vertical > a + .btn-create-collection, .btn-group-vertical > .btn-create-collection + .btn-create-collection,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > input[type=submit] + .btn-group,
.btn-group-vertical > button + .btn-group, .ui-datepicker-buttonpane
.btn-group-vertical > button + .btn-group, .cmb-row.postbox
.btn-group-vertical > .cmb-remove-group-row + .btn-group,
.btn-group-vertical > .listing-create + .btn-group, .listings-slider-item-info-more
.btn-group-vertical > a + .btn-group,
.btn-group-vertical > .payment-process + .btn-group, .inventor-slider-item-info-button
.btn-group-vertical > a + .btn-group,
.btn-group-vertical > .btn-create-collection + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + input[type=submit],
.btn-group-vertical > .btn-group + button, .ui-datepicker-buttonpane
.btn-group-vertical > .btn-group + button, .cmb-row.postbox
.btn-group-vertical > .btn-group + .cmb-remove-group-row,
.btn-group-vertical > .btn-group + .listing-create, .listings-slider-item-info-more
.btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .payment-process, .inventor-slider-item-info-button
.btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-create-collection,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > input[type=submit]:not(:first-child):not(:last-child), .btn-group-vertical > button:not(:first-child):not(:last-child), .ui-datepicker-buttonpane .btn-group-vertical > button:not(:first-child):not(:last-child), .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row:not(:first-child):not(:last-child), .btn-group-vertical > .listing-create:not(:first-child):not(:last-child), .listings-slider-item-info-more .btn-group-vertical > a:not(:first-child):not(:last-child), .btn-group-vertical > .payment-process:not(:first-child):not(:last-child), .inventor-slider-item-info-button .btn-group-vertical > a:not(:first-child):not(:last-child), .btn-group-vertical > .btn-create-collection:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > input[type=submit]:first-child:not(:last-child), .btn-group-vertical > button:first-child:not(:last-child), .ui-datepicker-buttonpane .btn-group-vertical > button:first-child:not(:last-child), .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row:first-child:not(:last-child), .btn-group-vertical > .listing-create:first-child:not(:last-child), .listings-slider-item-info-more .btn-group-vertical > a:first-child:not(:last-child), .btn-group-vertical > .payment-process:first-child:not(:last-child), .inventor-slider-item-info-button .btn-group-vertical > a:first-child:not(:last-child), .btn-group-vertical > .btn-create-collection: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), .btn-group-vertical > input[type=submit]:last-child:not(:first-child), .btn-group-vertical > button:last-child:not(:first-child), .ui-datepicker-buttonpane .btn-group-vertical > button:last-child:not(:first-child), .cmb-row.postbox .btn-group-vertical > .cmb-remove-group-row:last-child:not(:first-child), .btn-group-vertical > .listing-create:last-child:not(:first-child), .listings-slider-item-info-more .btn-group-vertical > a:last-child:not(:first-child), .btn-group-vertical > .payment-process:last-child:not(:first-child), .inventor-slider-item-info-button .btn-group-vertical > a:last-child:not(:first-child), .btn-group-vertical > .btn-create-collection: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, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .ui-datepicker-buttonpane .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .cmb-row.postbox .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .cmb-remove-group-row, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .listing-create, .listings-slider-item-info-more .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .payment-process, .inventor-slider-item-info-button .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-create-collection {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .ui-datepicker-buttonpane .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .cmb-row.postbox .btn-group-vertical > .btn-group:first-child:not(:last-child) > .cmb-remove-group-row:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .listing-create:last-child, .listings-slider-item-info-more .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .payment-process:last-child, .inventor-slider-item-info-button .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-create-collection:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .ui-datepicker-buttonpane .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .cmb-row.postbox .btn-group-vertical > .btn-group:last-child:not(:first-child) > .cmb-remove-group-row:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .listing-create:first-child, .listings-slider-item-info-more .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .payment-process:first-child, .inventor-slider-item-info-button .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-create-collection:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
.btn-group-justified > .btn, .btn-group-justified > input[type=submit], .btn-group-justified > button, .ui-datepicker-buttonpane .btn-group-justified > button, .cmb-row.postbox .btn-group-justified > .cmb-remove-group-row, .btn-group-justified > .listing-create, .listings-slider-item-info-more .btn-group-justified > a, .btn-group-justified > .payment-process, .inventor-slider-item-info-button .btn-group-justified > a, .btn-group-justified > .btn-create-collection,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group input[type=submit], .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .cmb-row.postbox .cmb-remove-group-row, .cmb-row.postbox .btn-group-justified > .btn-group .cmb-remove-group-row, .btn-group-justified > .btn-group .listing-create, .btn-group-justified > .btn-group .listings-slider-item-info-more a, .listings-slider-item-info-more .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group .payment-process, .btn-group-justified > .btn-group .inventor-slider-item-info-button a, .inventor-slider-item-info-button .btn-group-justified > .btn-group a, .btn-group-justified > .btn-group .btn-create-collection {
  width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > input[type=submit] input[type="radio"], [data-toggle="buttons"] > button input[type="radio"], .ui-datepicker-buttonpane [data-toggle="buttons"] > button input[type="radio"], .cmb-row.postbox [data-toggle="buttons"] > .cmb-remove-group-row input[type="radio"], [data-toggle="buttons"] > .listing-create input[type="radio"], .listings-slider-item-info-more [data-toggle="buttons"] > a input[type="radio"], [data-toggle="buttons"] > .payment-process input[type="radio"], .inventor-slider-item-info-button [data-toggle="buttons"] > a input[type="radio"], [data-toggle="buttons"] > .btn-create-collection input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > input[type=submit] input[type="checkbox"],
[data-toggle="buttons"] > button input[type="checkbox"], .ui-datepicker-buttonpane
[data-toggle="buttons"] > button input[type="checkbox"], .cmb-row.postbox
[data-toggle="buttons"] > .cmb-remove-group-row input[type="checkbox"],
[data-toggle="buttons"] > .listing-create input[type="checkbox"], .listings-slider-item-info-more
[data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .payment-process input[type="checkbox"], .inventor-slider-item-info-button
[data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-create-collection input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > input[type=submit] input[type="radio"],
[data-toggle="buttons"] > .btn-group > button input[type="radio"], .ui-datepicker-buttonpane
[data-toggle="buttons"] > .btn-group > button input[type="radio"], .cmb-row.postbox
[data-toggle="buttons"] > .btn-group > .cmb-remove-group-row input[type="radio"],
[data-toggle="buttons"] > .btn-group > .listing-create input[type="radio"], .listings-slider-item-info-more
[data-toggle="buttons"] > .btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .payment-process input[type="radio"], .inventor-slider-item-info-button
[data-toggle="buttons"] > .btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-create-collection input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > input[type=submit] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button input[type="checkbox"], .ui-datepicker-buttonpane
[data-toggle="buttons"] > .btn-group > button input[type="checkbox"], .cmb-row.postbox
[data-toggle="buttons"] > .btn-group > .cmb-remove-group-row input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .listing-create input[type="checkbox"], .listings-slider-item-info-more
[data-toggle="buttons"] > .btn-group > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .payment-process input[type="checkbox"], .inventor-slider-item-info-button
[data-toggle="buttons"] > .btn-group > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-create-collection input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }
.input-group .form-control, .input-group input[type=text], .input-group input[type=email], .input-group input[type=number], .input-group input[type=url], .input-group input[type=date], .input-group input[type=password], .input-group textarea {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group input[type=text],
.input-group input[type=email],
.input-group input[type=number],
.input-group input[type=url],
.input-group input[type=date],
.input-group input[type=password],
.input-group textarea {
  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),
.input-group input[type=text]:not(:first-child):not(:last-child),
.input-group input[type=email]:not(:first-child):not(:last-child),
.input-group input[type=number]:not(:first-child):not(:last-child),
.input-group input[type=url]:not(:first-child):not(:last-child),
.input-group input[type=date]:not(:first-child):not(:last-child),
.input-group input[type=password]:not(:first-child):not(:last-child),
.input-group textarea: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;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > input.input-group-addon[type=submit],
.input-group-sm > .input-group-btn > button.input-group-addon, .ui-datepicker-buttonpane
.input-group-sm > .input-group-btn > button.input-group-addon, .cmb-row.postbox
.input-group-sm > .input-group-btn > .input-group-addon.cmb-remove-group-row,
.input-group-sm > .input-group-btn > .input-group-addon.listing-create, .listings-slider-item-info-more
.input-group-sm > .input-group-btn > a.input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.payment-process, .inventor-slider-item-info-button
.input-group-sm > .input-group-btn > a.input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn-create-collection {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > input.input-group-addon[type=submit],
.input-group-lg > .input-group-btn > button.input-group-addon, .ui-datepicker-buttonpane
.input-group-lg > .input-group-btn > button.input-group-addon, .cmb-row.postbox
.input-group-lg > .input-group-btn > .input-group-addon.cmb-remove-group-row,
.input-group-lg > .input-group-btn > .input-group-addon.listing-create, .listings-slider-item-info-more
.input-group-lg > .input-group-btn > a.input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.payment-process, .inventor-slider-item-info-button
.input-group-lg > .input-group-btn > a.input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn-create-collection {
  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 input[type=text]:first-child, .input-group input[type=email]:first-child, .input-group input[type=number]:first-child, .input-group input[type=url]:first-child, .input-group input[type=date]:first-child, .input-group input[type=password]:first-child, .input-group textarea:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > input[type=submit],
.input-group-btn:first-child > button, .ui-datepicker-buttonpane
.input-group-btn:first-child > button, .cmb-row.postbox
.input-group-btn:first-child > .cmb-remove-group-row,
.input-group-btn:first-child > .listing-create, .listings-slider-item-info-more
.input-group-btn:first-child > a,
.input-group-btn:first-child > .payment-process, .inventor-slider-item-info-button
.input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-create-collection,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > input[type=submit],
.input-group-btn:first-child > .btn-group > button, .ui-datepicker-buttonpane
.input-group-btn:first-child > .btn-group > button, .cmb-row.postbox
.input-group-btn:first-child > .btn-group > .cmb-remove-group-row,
.input-group-btn:first-child > .btn-group > .listing-create, .listings-slider-item-info-more
.input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .btn-group > .payment-process, .inventor-slider-item-info-button
.input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .btn-group > .btn-create-collection,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .ui-datepicker-buttonpane
.input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .cmb-row.postbox
.input-group-btn:last-child > .cmb-remove-group-row:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .listing-create:not(:last-child):not(.dropdown-toggle), .listings-slider-item-info-more
.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .payment-process:not(:last-child):not(.dropdown-toggle), .inventor-slider-item-info-button
.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-create-collection:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type=submit],
.input-group-btn:last-child > .btn-group:not(:last-child) > button, .ui-datepicker-buttonpane
.input-group-btn:last-child > .btn-group:not(:last-child) > button, .cmb-row.postbox
.input-group-btn:last-child > .btn-group:not(:last-child) > .cmb-remove-group-row,
.input-group-btn:last-child > .btn-group:not(:last-child) > .listing-create, .listings-slider-item-info-more
.input-group-btn:last-child > .btn-group:not(:last-child) > a,
.input-group-btn:last-child > .btn-group:not(:last-child) > .payment-process, .inventor-slider-item-info-button
.input-group-btn:last-child > .btn-group:not(:last-child) > a,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-create-collection {
  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 input[type=text]:last-child, .input-group input[type=email]:last-child, .input-group input[type=number]:last-child, .input-group input[type=url]:last-child, .input-group input[type=date]:last-child, .input-group input[type=password]:last-child, .input-group textarea:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > input[type=submit],
.input-group-btn:last-child > button, .ui-datepicker-buttonpane
.input-group-btn:last-child > button, .cmb-row.postbox
.input-group-btn:last-child > .cmb-remove-group-row,
.input-group-btn:last-child > .listing-create, .listings-slider-item-info-more
.input-group-btn:last-child > a,
.input-group-btn:last-child > .payment-process, .inventor-slider-item-info-button
.input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-create-collection,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > input[type=submit],
.input-group-btn:last-child > .btn-group > button, .ui-datepicker-buttonpane
.input-group-btn:last-child > .btn-group > button, .cmb-row.postbox
.input-group-btn:last-child > .btn-group > .cmb-remove-group-row,
.input-group-btn:last-child > .btn-group > .listing-create, .listings-slider-item-info-more
.input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .btn-group > .payment-process, .inventor-slider-item-info-button
.input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .btn-group > .btn-create-collection,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > input[type=submit]:not(:first-child),
.input-group-btn:first-child > button:not(:first-child), .ui-datepicker-buttonpane
.input-group-btn:first-child > button:not(:first-child), .cmb-row.postbox
.input-group-btn:first-child > .cmb-remove-group-row:not(:first-child),
.input-group-btn:first-child > .listing-create:not(:first-child), .listings-slider-item-info-more
.input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .payment-process:not(:first-child), .inventor-slider-item-info-button
.input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-create-collection:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type=submit],
.input-group-btn:first-child > .btn-group:not(:first-child) > button, .ui-datepicker-buttonpane
.input-group-btn:first-child > .btn-group:not(:first-child) > button, .cmb-row.postbox
.input-group-btn:first-child > .btn-group:not(:first-child) > .cmb-remove-group-row,
.input-group-btn:first-child > .btn-group:not(:first-child) > .listing-create, .listings-slider-item-info-more
.input-group-btn:first-child > .btn-group:not(:first-child) > a,
.input-group-btn:first-child > .btn-group:not(:first-child) > .payment-process, .inventor-slider-item-info-button
.input-group-btn:first-child > .btn-group:not(:first-child) > a,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-create-collection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
.input-group-btn > .btn, .input-group-btn > input[type=submit], .input-group-btn > button, .ui-datepicker-buttonpane .input-group-btn > button, .cmb-row.postbox .input-group-btn > .cmb-remove-group-row, .input-group-btn > .listing-create, .listings-slider-item-info-more .input-group-btn > a, .input-group-btn > .payment-process, .inventor-slider-item-info-button .input-group-btn > a, .input-group-btn > .btn-create-collection {
  position: relative; }
.input-group-btn > .btn + .btn, .input-group-btn > input[type=submit] + .btn, .input-group-btn > button + .btn, .ui-datepicker-buttonpane .input-group-btn > button + .btn, .cmb-row.postbox .input-group-btn > .cmb-remove-group-row + .btn, .input-group-btn > .listing-create + .btn, .listings-slider-item-info-more .input-group-btn > a + .btn, .input-group-btn > .payment-process + .btn, .inventor-slider-item-info-button .input-group-btn > a + .btn, .input-group-btn > .btn-create-collection + .btn, .input-group-btn > .btn + input[type=submit], .input-group-btn > input[type=submit] + input[type=submit], .input-group-btn > button + input[type=submit], .ui-datepicker-buttonpane .input-group-btn > button + input[type=submit], .cmb-row.postbox .input-group-btn > .cmb-remove-group-row + input[type=submit], .input-group-btn > .listing-create + input[type=submit], .listings-slider-item-info-more .input-group-btn > a + input[type=submit], .input-group-btn > .payment-process + input[type=submit], .inventor-slider-item-info-button .input-group-btn > a + input[type=submit], .input-group-btn > .btn-create-collection + input[type=submit], .input-group-btn > .btn + button, .input-group-btn > input[type=submit] + button, .input-group-btn > button + button, .ui-datepicker-buttonpane .input-group-btn > button + button, .cmb-row.postbox .input-group-btn > .cmb-remove-group-row + button, .input-group-btn > .listing-create + button, .listings-slider-item-info-more .input-group-btn > a + button, .input-group-btn > .payment-process + button, .inventor-slider-item-info-button .input-group-btn > a + button, .input-group-btn > .btn-create-collection + button, .ui-datepicker-buttonpane .input-group-btn > .btn + button, .ui-datepicker-buttonpane .input-group-btn > input[type=submit] + button, .ui-datepicker-buttonpane .input-group-btn > button + button, .ui-datepicker-buttonpane .input-group-btn > button + button, .cmb-row.postbox .ui-datepicker-buttonpane .input-group-btn > .cmb-remove-group-row + button, .ui-datepicker-buttonpane .input-group-btn > .listing-create + button, .listings-slider-item-info-more .ui-datepicker-buttonpane .input-group-btn > a + button, .ui-datepicker-buttonpane .listings-slider-item-info-more .input-group-btn > a + button, .ui-datepicker-buttonpane .input-group-btn > .payment-process + button, .inventor-slider-item-info-button .ui-datepicker-buttonpane .input-group-btn > a + button, .ui-datepicker-buttonpane .inventor-slider-item-info-button .input-group-btn > a + button, .ui-datepicker-buttonpane .input-group-btn > .btn-create-collection + button, .cmb-row.postbox .input-group-btn > .btn + .cmb-remove-group-row, .cmb-row.postbox .input-group-btn > input[type=submit] + .cmb-remove-group-row, .cmb-row.postbox .input-group-btn > button + .cmb-remove-group-row, .cmb-row.postbox .ui-datepicker-buttonpane .input-group-btn > button + .cmb-remove-group-row, .cmb-row.postbox .input-group-btn > .cmb-remove-group-row + .cmb-remove-group-row, .cmb-row.postbox .input-group-btn > .listing-create + .cmb-remove-group-row, .listings-slider-item-info-more .cmb-row.postbox .input-group-btn > a + .cmb-remove-group-row, .cmb-row.postbox .listings-slider-item-info-more .input-group-btn > a + .cmb-remove-group-row, .cmb-row.postbox .input-group-btn > .payment-process + .cmb-remove-group-row, .inventor-slider-item-info-button .cmb-row.postbox .input-group-btn > a + .cmb-remove-group-row, .cmb-row.postbox .inventor-slider-item-info-button .input-group-btn > a + .cmb-remove-group-row, .cmb-row.postbox .input-group-btn > .btn-create-collection + .cmb-remove-group-row, .input-group-btn > .btn + .listing-create, .input-group-btn > input[type=submit] + .listing-create, .input-group-btn > button + .listing-create, .ui-datepicker-buttonpane .input-group-btn > button + .listing-create, .cmb-row.postbox .input-group-btn > .cmb-remove-group-row + .listing-create, .input-group-btn > .listing-create + .listing-create, .listings-slider-item-info-more .input-group-btn > a + .listing-create, .input-group-btn > .payment-process + .listing-create, .inventor-slider-item-info-button .input-group-btn > a + .listing-create, .input-group-btn > .btn-create-collection + .listing-create, .listings-slider-item-info-more .input-group-btn > .btn + a, .listings-slider-item-info-more .input-group-btn > input[type=submit] + a, .listings-slider-item-info-more .input-group-btn > button + a, .ui-datepicker-buttonpane .listings-slider-item-info-more .input-group-btn > button + a, .listings-slider-item-info-more .ui-datepicker-buttonpane .input-group-btn > button + a, .cmb-row.postbox .listings-slider-item-info-more .input-group-btn > .cmb-remove-group-row + a, .listings-slider-item-info-more .cmb-row.postbox .input-group-btn > .cmb-remove-group-row + a, .listings-slider-item-info-more .input-group-btn > .listing-create + a, .listings-slider-item-info-more .input-group-btn > a + a, .listings-slider-item-info-more .input-group-btn > .payment-process + a, .listings-slider-item-info-more .input-group-btn > .btn-create-collection + a, .input-group-btn > .btn + .payment-process, .input-group-btn > input[type=submit] + .payment-process, .input-group-btn > button + .payment-process, .ui-datepicker-buttonpane .input-group-btn > button + .payment-process, .cmb-row.postbox .input-group-btn > .cmb-remove-group-row + .payment-process, .input-group-btn > .listing-create + .payment-process, .listings-slider-item-info-more .input-group-btn > a + .payment-process, .input-group-btn > .payment-process + .payment-process, .inventor-slider-item-info-button .input-group-btn > a + .payment-process, .input-group-btn > .btn-create-collection + .payment-process, .inventor-slider-item-info-button .input-group-btn > .btn + a, .inventor-slider-item-info-button .input-group-btn > input[type=submit] + a, .inventor-slider-item-info-button .input-group-btn > button + a, .ui-datepicker-buttonpane .inventor-slider-item-info-button .input-group-btn > button + a, .inventor-slider-item-info-button .ui-datepicker-buttonpane .input-group-btn > button + a, .cmb-row.postbox .inventor-slider-item-info-button .input-group-btn > .cmb-remove-group-row + a, .inventor-slider-item-info-button .cmb-row.postbox .input-group-btn > .cmb-remove-group-row + a, .inventor-slider-item-info-button .input-group-btn > .listing-create + a, .listings-slider-item-info-more .inventor-slider-item-info-button .input-group-btn > a + a, .inventor-slider-item-info-button .listings-slider-item-info-more .input-group-btn > a + a, .inventor-slider-item-info-button .input-group-btn > .payment-process + a, .inventor-slider-item-info-button .input-group-btn > a + a, .inventor-slider-item-info-button .input-group-btn > .btn-create-collection + a, .input-group-btn > .btn + .btn-create-collection, .input-group-btn > input[type=submit] + .btn-create-collection, .input-group-btn > button + .btn-create-collection, .ui-datepicker-buttonpane .input-group-btn > button + .btn-create-collection, .cmb-row.postbox .input-group-btn > .cmb-remove-group-row + .btn-create-collection, .input-group-btn > .listing-create + .btn-create-collection, .listings-slider-item-info-more .input-group-btn > a + .btn-create-collection, .input-group-btn > .payment-process + .btn-create-collection, .inventor-slider-item-info-button .input-group-btn > a + .btn-create-collection, .input-group-btn > .btn-create-collection + .btn-create-collection {
  margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > input[type=submit]:hover, .input-group-btn > button:hover, .ui-datepicker-buttonpane .input-group-btn > button:hover, .cmb-row.postbox .input-group-btn > .cmb-remove-group-row:hover, .input-group-btn > .listing-create:hover, .listings-slider-item-info-more .input-group-btn > a:hover, .input-group-btn > .payment-process:hover, .inventor-slider-item-info-button .input-group-btn > a:hover, .input-group-btn > .btn-create-collection:hover, .input-group-btn > .btn:focus, .input-group-btn > input[type=submit]:focus, .input-group-btn > button:focus, .ui-datepicker-buttonpane .input-group-btn > button:focus, .cmb-row.postbox .input-group-btn > .cmb-remove-group-row:focus, .input-group-btn > .listing-create:focus, .listings-slider-item-info-more .input-group-btn > a:focus, .input-group-btn > .payment-process:focus, .inventor-slider-item-info-button .input-group-btn > a:focus, .input-group-btn > .btn-create-collection:focus, .input-group-btn > .btn:active, .input-group-btn > input[type=submit]:active, .input-group-btn > button:active, .ui-datepicker-buttonpane .input-group-btn > button:active, .cmb-row.postbox .input-group-btn > .cmb-remove-group-row:active, .input-group-btn > .listing-create:active, .listings-slider-item-info-more .input-group-btn > a:active, .input-group-btn > .payment-process:active, .inventor-slider-item-info-button .input-group-btn > a:active, .input-group-btn > .btn-create-collection:active {
  z-index: 2; }
.input-group-btn:first-child > .btn, .input-group-btn:first-child > input[type=submit], .input-group-btn:first-child > button, .ui-datepicker-buttonpane .input-group-btn:first-child > button, .cmb-row.postbox .input-group-btn:first-child > .cmb-remove-group-row, .input-group-btn:first-child > .listing-create, .listings-slider-item-info-more .input-group-btn:first-child > a, .input-group-btn:first-child > .payment-process, .inventor-slider-item-info-button .input-group-btn:first-child > a, .input-group-btn:first-child > .btn-create-collection,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }
.input-group-btn:last-child > .btn, .input-group-btn:last-child > input[type=submit], .input-group-btn:last-child > button, .ui-datepicker-buttonpane .input-group-btn:last-child > button, .cmb-row.postbox .input-group-btn:last-child > .cmb-remove-group-row, .input-group-btn:last-child > .listing-create, .listings-slider-item-info-more .input-group-btn:last-child > a, .input-group-btn:last-child > .payment-process, .inventor-slider-item-info-button .input-group-btn:last-child > a, .input-group-btn:last-child > .btn-create-collection,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav, .footer-top .widget.widget_nav_menu ul, .footer-bottom .widget.widget_nav_menu ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
.nav:before, .footer-top .widget.widget_nav_menu ul:before, .footer-bottom .widget.widget_nav_menu ul:before, .nav:after, .footer-top .widget.widget_nav_menu ul:after, .footer-bottom .widget.widget_nav_menu ul:after {
  content: " ";
  display: table; }
.nav:after, .footer-top .widget.widget_nav_menu ul:after, .footer-bottom .widget.widget_nav_menu ul:after {
  clear: both; }
.nav > li, .footer-top .widget.widget_nav_menu ul > li, .footer-bottom .widget.widget_nav_menu ul > li {
  position: relative;
  display: block; }
.nav > li > a, .footer-top .widget.widget_nav_menu ul > li > a, .footer-bottom .widget.widget_nav_menu ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }
.nav > li > a:hover, .footer-top .widget.widget_nav_menu ul > li > a:hover, .footer-bottom .widget.widget_nav_menu ul > li > a:hover, .nav > li > a:focus, .footer-top .widget.widget_nav_menu ul > li > a:focus, .footer-bottom .widget.widget_nav_menu ul > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }
.nav > li.disabled > a, .footer-top .widget.widget_nav_menu ul > li.disabled > a, .footer-bottom .widget.widget_nav_menu ul > li.disabled > a {
  color: #777777; }
.nav > li.disabled > a:hover, .footer-top .widget.widget_nav_menu ul > li.disabled > a:hover, .footer-bottom .widget.widget_nav_menu ul > li.disabled > a:hover, .nav > li.disabled > a:focus, .footer-top .widget.widget_nav_menu ul > li.disabled > a:focus, .footer-bottom .widget.widget_nav_menu ul > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }
.nav .open > a, .footer-top .widget.widget_nav_menu ul .open > a, .footer-bottom .widget.widget_nav_menu ul .open > a, .nav .open > a:hover, .footer-top .widget.widget_nav_menu ul .open > a:hover, .footer-bottom .widget.widget_nav_menu ul .open > a:hover, .nav .open > a:focus, .footer-top .widget.widget_nav_menu ul .open > a:focus, .footer-bottom .widget.widget_nav_menu ul .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }
.nav .nav-divider, .footer-top .widget.widget_nav_menu ul .nav-divider, .footer-bottom .widget.widget_nav_menu ul .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
.nav > li > a > img, .footer-top .widget.widget_nav_menu ul > li > a > img, .footer-bottom .widget.widget_nav_menu ul > li > a > img {
  max-width: none; }

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

.nav-pills > li, .footer-top .widget.widget_nav_menu ul > li, .footer-bottom .widget.widget_nav_menu ul > li {
  float: left; }
.nav-pills > li > a, .footer-top .widget.widget_nav_menu ul > li > a, .footer-bottom .widget.widget_nav_menu ul > li > a {
  border-radius: 4px; }
.nav-pills > li + li, .footer-top .widget.widget_nav_menu ul > li + li, .footer-bottom .widget.widget_nav_menu ul > li + li {
  margin-left: 2px; }
.nav-pills > li.active > a, .footer-top .widget.widget_nav_menu ul > li.active > a, .footer-bottom .widget.widget_nav_menu ul > li.active > a, .nav-pills > li.active > a:hover, .footer-top .widget.widget_nav_menu ul > li.active > a:hover, .footer-bottom .widget.widget_nav_menu ul > li.active > a:hover, .nav-pills > li.active > a:focus, .footer-top .widget.widget_nav_menu ul > li.active > a:focus, .footer-bottom .widget.widget_nav_menu ul > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav {
  margin: 7.5px -15px; }
.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: 15px;
    padding-bottom: 15px; } }

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

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > input.navbar-btn[type=submit], .btn-group-sm > button.navbar-btn, .ui-datepicker-buttonpane .btn-group-sm > button.navbar-btn, .cmb-row.postbox .btn-group-sm > .navbar-btn.cmb-remove-group-row, .btn-group-sm > .navbar-btn.listing-create, .listings-slider-item-info-more .btn-group-sm > a.navbar-btn, .btn-group-sm > .navbar-btn.payment-process, .inventor-slider-item-info-button .btn-group-sm > a.navbar-btn, .btn-group-sm > .navbar-btn.btn-create-collection {
  margin-top: 10px;
  margin-bottom: 10px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > input.navbar-btn[type=submit], .btn-group-xs > button.navbar-btn, .ui-datepicker-buttonpane .btn-group-xs > button.navbar-btn, .cmb-row.postbox .btn-group-xs > .navbar-btn.cmb-remove-group-row, .btn-group-xs > .navbar-btn.listing-create, .listings-slider-item-info-more .btn-group-xs > a.navbar-btn, .btn-group-xs > .navbar-btn.payment-process, .inventor-slider-item-info-button .btn-group-xs > a.navbar-btn, .btn-group-xs > .navbar-btn.btn-create-collection {
  margin-top: 14px;
  margin-bottom: 14px; }

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

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

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

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

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

.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.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.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;
  line-height: 1.5; }

.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: " ";
  display: table; }
.pager:after {
  clear: both; }
.pager li {
  display: inline; }
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }
.pager .next > a,
.pager .next > span {
  float: right; }
.pager .previous > a,
.pager .previous > span {
  float: left; }
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed; }

.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,
.alert-dismissible {
  padding-right: 35px; }
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

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

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

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

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

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

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

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

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

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

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

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

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

.clearfix:before, .cmb-form:before, .quicktags-toolbar:before, .header-bar-inner:before, .header-top:before, .footer-top-inner:before, .footer-bottom:before, #primary .widget_filter form:before, .infobox-item:before, .map-content form:before, .listing-detail-attributes:before, .listing-detail-contact:before, .listing-detail-property-price-comparison:before, .amenities:before, .listing-detail-food:before, .listings-slider-dots:before, .post:before, .filter .checkbox-wrapper:before, .sidebar .filter-sorting-inner ul:before, .tab-content:before, .footer .widget_inventor_boxes .row > div:before, .footer .widget_inventor_boxes .listing-categories-cards > div:before, .footer .widget_inventor_boxes
.listing-types-cards > div:before, .footer .widget_inventor_boxes
.locations-posters > div:before, .footer .widget_inventor_boxes .listing-detail-resume-experience .listing-detail-resume-experience-levels > div:before, .listing-detail-resume-experience .footer .widget_inventor_boxes .listing-detail-resume-experience-levels > div:before, .footer .widget_inventor_boxes .blog #primary .content > div:before, .blog #primary .footer .widget_inventor_boxes .content > div:before, .footer .widget_inventor_boxes .widget_faq .faq > div:before, .widget_faq .footer .widget_inventor_boxes .faq > div:before, .footer .widget_inventor_boxes .tab-content ul > div:before, .tab-content .footer .widget_inventor_boxes ul > div:before, .footer .widget_inventor_boxes .video-cover-filter form > div:before, .video-cover-filter .footer .widget_inventor_boxes form > div:before, .footer .widget_inventor_boxes .submission-choose-type ul > div:before, .submission-choose-type .footer .widget_inventor_boxes ul > div:before, .footer .widget_inventor_boxes .user-list > div:before, .footer .widget_inventor_boxes .user-listings > div:before, .footer .widget_inventor_boxes .applicants-list > div:before, .footer .widget_inventor_boxes .inventor-cover-filter form > div:before, .inventor-cover-filter .footer .widget_inventor_boxes form > div:before, .testimonial-title:before, .comment-form:before, .watchdog-lookup:before, .clearfix:after, .cmb-form:after, .quicktags-toolbar:after, .header-bar-inner:after, .header-top:after, .footer-top-inner:after, .footer-bottom:after, #primary .widget_filter form:after, .infobox-item:after, .map-content form:after, .listing-detail-attributes:after, .listing-detail-contact:after, .listing-detail-property-price-comparison:after, .amenities:after, .listing-detail-food:after, .listings-slider-dots:after, .post:after, .filter .checkbox-wrapper:after, .sidebar .filter-sorting-inner ul:after, .tab-content:after, .footer .widget_inventor_boxes .row > div:after, .footer .widget_inventor_boxes .listing-categories-cards > div:after, .footer .widget_inventor_boxes
.listing-types-cards > div:after, .footer .widget_inventor_boxes
.locations-posters > div:after, .footer .widget_inventor_boxes .listing-detail-resume-experience .listing-detail-resume-experience-levels > div:after, .listing-detail-resume-experience .footer .widget_inventor_boxes .listing-detail-resume-experience-levels > div:after, .footer .widget_inventor_boxes .blog #primary .content > div:after, .blog #primary .footer .widget_inventor_boxes .content > div:after, .footer .widget_inventor_boxes .widget_faq .faq > div:after, .widget_faq .footer .widget_inventor_boxes .faq > div:after, .footer .widget_inventor_boxes .tab-content ul > div:after, .tab-content .footer .widget_inventor_boxes ul > div:after, .footer .widget_inventor_boxes .video-cover-filter form > div:after, .video-cover-filter .footer .widget_inventor_boxes form > div:after, .footer .widget_inventor_boxes .submission-choose-type ul > div:after, .submission-choose-type .footer .widget_inventor_boxes ul > div:after, .footer .widget_inventor_boxes .user-list > div:after, .footer .widget_inventor_boxes .user-listings > div:after, .footer .widget_inventor_boxes .applicants-list > div:after, .footer .widget_inventor_boxes .inventor-cover-filter form > div:after, .inventor-cover-filter .footer .widget_inventor_boxes form > div:after, .testimonial-title:after, .comment-form:after, .watchdog-lookup:after {
  content: " ";
  display: table; }

.clearfix:after, .cmb-form:after, .quicktags-toolbar:after, .header-bar-inner:after, .header-top:after, .footer-top-inner:after, .footer-bottom:after, #primary .widget_filter form:after, .infobox-item:after, .map-content form:after, .listing-detail-attributes:after, .listing-detail-contact:after, .listing-detail-property-price-comparison:after, .amenities:after, .listing-detail-food:after, .listings-slider-dots:after, .post:after, .filter .checkbox-wrapper:after, .sidebar .filter-sorting-inner ul:after, .tab-content:after, .footer .widget_inventor_boxes .row > div:after, .footer .widget_inventor_boxes .listing-categories-cards > div:after, .footer .widget_inventor_boxes
.listing-types-cards > div:after, .footer .widget_inventor_boxes
.locations-posters > div:after, .footer .widget_inventor_boxes .listing-detail-resume-experience .listing-detail-resume-experience-levels > div:after, .listing-detail-resume-experience .footer .widget_inventor_boxes .listing-detail-resume-experience-levels > div:after, .footer .widget_inventor_boxes .blog #primary .content > div:after, .blog #primary .footer .widget_inventor_boxes .content > div:after, .footer .widget_inventor_boxes .widget_faq .faq > div:after, .widget_faq .footer .widget_inventor_boxes .faq > div:after, .footer .widget_inventor_boxes .tab-content ul > div:after, .tab-content .footer .widget_inventor_boxes ul > div:after, .footer .widget_inventor_boxes .video-cover-filter form > div:after, .video-cover-filter .footer .widget_inventor_boxes form > div:after, .footer .widget_inventor_boxes .submission-choose-type ul > div:after, .submission-choose-type .footer .widget_inventor_boxes ul > div:after, .footer .widget_inventor_boxes .user-list > div:after, .footer .widget_inventor_boxes .user-listings > div:after, .footer .widget_inventor_boxes .applicants-list > div:after, .footer .widget_inventor_boxes .inventor-cover-filter form > div:after, .inventor-cover-filter .footer .widget_inventor_boxes form > div:after, .testimonial-title:after, .comment-form:after, .watchdog-lookup:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Basic elements
 */
html {
  height: 100%; }

body {
  background-color: #fff;
  color: #868686;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased; }
body.admin-bar {
  padding-top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px; } }

::-moz-selection {
  color: #fff;
  background: rgba(10, 171, 154, 0.7); }

::selection {
  color: #fff;
  background: rgba(10, 171, 154, 0.7); }

a {
  color: #0aab9a;
  transition: color .15s linear; }
a:hover {
  color: #099384;
  text-decoration: none; }
a:active, a:focus {
  outline: none;
  -moz-outline-style: none; }

table {
  background-color: #fff;
  margin-bottom: 40px; }

p {
  line-height: 24px; }

h1, h2, .comment-reply-title, h3, h4, h5, h6 {
  color: #363636; }

h1, h2, .comment-reply-title, h3 {
  font-weight: 300;
  margin-bottom: 30px; }

h1 {
  font-size: 30px; }

h2, .comment-reply-title {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 10px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

ol li {
  margin-bottom: 15px; }

mark {
  border-radius: 4px;
  background-color: #0aab9a;
  box-shadow: 4px 0 0 #0aab9a, -4px 0 0 #0aab9a;
  color: #fff;
  margin: 0 3px;
  padding: 2px; }

code {
  background-color: #fafafa;
  box-shadow: 4px 0 0 #fafafa, -4px 0 0 #fafafa;
  color: #676767;
  padding: 2px 0;
  margin: 0 2px; }

blockquote {
  background-color: #fff;
  border-left: none;
  color: #444;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  margin: 40px auto;
  padding: 20px 20px;
  quotes: "“" "”" "‘" "’";
  text-align: center;
  width: 70%; }
blockquote p {
  color: #444 !important;
  line-height: 1.4 !important;
  margin-top: 0 !important; }
blockquote footer {
  color: #0aab9a; }
blockquote footer:before {
  content: none; }
blockquote cite {
  color: #0aab9a;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 15px; }

.page-wrapper {
  background-color: #fafafa;
  display: table;
  height: 100%;
  overflow: hidden;
  table-layout: fixed;
  width: 100%; }
.layout-boxed .page-wrapper {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  overflow: visible;
  width: auto; }
@media (max-width: 767px) {
  .layout-boxed .page-wrapper {
    width: 100%; } }

.main {
  display: table-row;
  height: 100%; }

.main-inner {
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #fafafa 50px);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #fafafa 50px);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #fafafa 50px);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFFAFAFA', GradientType=0); }

#primary .content, .page #primary .post-content, .archive #primary {
  margin: 0 0 60px; }

.page.page-template-page-fullwidth-no-title #primary .post-content, .page.page-template-page-no-title #primary .post-content {
  margin: 60px 0; }

.sidebar {
  margin: 40px 0 60px 0; }

/**
 * 2. Buttons
 */
.btn, input[type=submit], button, .ui-datepicker-buttonpane button, .cmb-row.postbox .cmb-remove-group-row, .listing-create, .listings-slider-item-info-more a, .payment-process, .inventor-slider-item-info-button a, .btn-create-collection {
  border: 0;
  border-radius: 0;
  min-height: 40px;
  padding: 9px 15px;
  position: relative;
  transition: background-color .15s linear; }
.btn:after, input[type=submit]:after, button:after, .ui-datepicker-buttonpane button:after, .cmb-row.postbox .cmb-remove-group-row:after, .listing-create:after, .listings-slider-item-info-more a:after, .payment-process:after, .inventor-slider-item-info-button a:after, .btn-create-collection:after {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%; }

.btn-primary, .button, input[type=submit], button, .fileinput-upload-button, .listing-create, .listing-detail-gallery-preview .owl-next, .listing-detail-gallery-preview .owl-prev, .listings-slider-item-info-more a, .coupon-detail-gallery-preview .owl-next, .coupon-detail-gallery-preview .owl-prev, .inventor-slider-item-info-button a, .btn-create-collection {
  background-color: #0aab9a;
  display: inline-block;
  padding: 9px 15px;
  transition: background-color .15s linear; }
.btn-primary:active, .button:active, input[type=submit]:active, button:active, .fileinput-upload-button:active, .listing-create:active, .listing-detail-gallery-preview .owl-next:active, .listing-detail-gallery-preview .owl-prev:active, .listings-slider-item-info-more a:active, .coupon-detail-gallery-preview .owl-next:active, .coupon-detail-gallery-preview .owl-prev:active, .inventor-slider-item-info-button a:active, .btn-create-collection:active, .btn-primary:focus, .button:focus, input[type=submit]:focus, button:focus, .fileinput-upload-button:focus, .listing-create:focus, .listing-detail-gallery-preview .owl-next:focus, .listing-detail-gallery-preview .owl-prev:focus, .listings-slider-item-info-more a:focus, .coupon-detail-gallery-preview .owl-next:focus, .coupon-detail-gallery-preview .owl-prev:focus, .inventor-slider-item-info-button a:focus, .btn-create-collection:focus, .btn-primary:hover, .button:hover, input[type=submit]:hover, button:hover, .fileinput-upload-button:hover, .listing-create:hover, .listing-detail-gallery-preview .owl-next:hover, .listing-detail-gallery-preview .owl-prev:hover, .listings-slider-item-info-more a:hover, .coupon-detail-gallery-preview .owl-next:hover, .coupon-detail-gallery-preview .owl-prev:hover, .inventor-slider-item-info-button a:hover, .btn-create-collection:hover {
  background-color: #099384 !important;
  box-shadow: none !important;
  outline: 0 !important;
  text-decoration: none; }

.btn-danger, .fileinput-remove-button, .cmb-row.postbox .cmb-remove-group-row {
  background-color: #d9534f;
  display: inline-block;
  padding: 9px 15px;
  transition: background-color .15s linear; }
.btn-danger:active, .fileinput-remove-button:active, .cmb-row.postbox .cmb-remove-group-row:active, .btn-danger:focus, .fileinput-remove-button:focus, .cmb-row.postbox .cmb-remove-group-row:focus, .btn-danger:hover, .fileinput-remove-button:hover, .cmb-row.postbox .cmb-remove-group-row:hover {
  background-color: #d43f3a !important;
  box-shadow: none !important;
  outline: 0 !important;
  text-decoration: none; }

.btn-transparent {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff; }
.btn-transparent:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }
.btn-transparent .fa {
  font-size: 11px;
  margin-left: 9px; }

.btn-white {
  background-color: #fff;
  color: #444;
  display: inline-block;
  padding: 9px 15px;
  transition: background-color .15s linear; }
.btn-white:active, .btn-white:focus, .btn-white:hover {
  background-color: #f2f2f2 !important;
  box-shadow: none !important;
  color: #444;
  outline: 0 !important;
  text-decoration: none; }

.btn-black {
  background-color: #363636;
  color: #fff;
  display: inline-block;
  padding: 9px 15px;
  transition: background-color .15s linear; }
.btn-black:active, .btn-black:focus, .btn-black:hover {
  background-color: #292929 !important;
  box-shadow: none !important;
  color: #fff;
  outline: 0 !important;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > input[type=submit], .btn-group-lg > button, .ui-datepicker-buttonpane .btn-group-lg > button, .cmb-row.postbox .btn-group-lg > .cmb-remove-group-row, .btn-group-lg > .listing-create, .listings-slider-item-info-more .btn-group-lg > a, .btn-group-lg > .payment-process, .inventor-slider-item-info-button .btn-group-lg > a, .btn-group-lg > .btn-create-collection {
  padding: 16px 30px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > input[type=submit], .btn-group-xs > button, .ui-datepicker-buttonpane .btn-group-xs > button, .cmb-row.postbox .btn-group-xs > .cmb-remove-group-row, .btn-group-xs > .listing-create, .listings-slider-item-info-more .btn-group-xs > a, .btn-group-xs > .payment-process, .inventor-slider-item-info-button .btn-group-xs > a, .btn-group-xs > .btn-create-collection {
  font-size: 13px;
  line-height: 26px;
  min-height: 34px;
  padding: 4px 12px; }

/**
 * 3. Common classes
 */
#map img {
  max-width: none; }

.background-white {
  background-color: #fff; }

.background-primary {
  background-color: #0aab9a;
  color: #fff; }

.background-primary-semitransparent {
  background-color: rgba(10, 171, 154, 0.5); }

.background-primary-adjusted {
  background-color: #578e88; }

.background-primary-tint {
  background-color: #3bbcae; }

.background-primary-shade {
  background-color: #08897b; }

.background-secondary {
  background-color: #0aab9a;
  color: #fff; }

.background-transparent-image {
  background-image: url("../img/tmp/bg-transparent.jpg");
  background-size: cover;
  background-position: center center; }

.background-black-light, .background-gray {
  background-color: #444;
  color: #fff; }

.fullwidth, .widget .widget-inner, .listing-detail-menu-wrapper, .user-banner {
  margin-left: -750px;
  margin-right: -750px;
  padding-left: 750px;
  padding-right: 750px; }
.layout-boxed .fullwidth, .layout-boxed .widget .widget-inner, .widget .layout-boxed .widget-inner, .layout-boxed .listing-detail-menu-wrapper, .layout-boxed .user-banner {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }

.color-style-primary {
  color: #0aab9a; }

.color-style-background-blue-light {
  background-color: #06a7ea !important; }

.color-style-background-blue {
  background-color: #0a83b6 !important; }

.color-style-background-blue-dark {
  background-color: #033c55 !important; }

.color-style-background-blue-gray {
  background-color: #607D8B !important; }

.color-style-background-brown {
  background-color: #bb6733 !important; }

.color-style-background-green {
  background-color: #25b45b !important; }

.color-style-background-green-dark {
  background-color: #419a66 !important; }

.color-style-background-lime {
  background-color: #CDDC39 !important; }

.color-style-background-magenta {
  background-color: #bf224e !important; }

.color-style-background-mint {
  background-color: #0aab9a !important; }

.color-style-background-orange {
  background-color: #f2944e !important; }

.color-style-background-pink {
  background-color: #E91E63 !important; }

.color-style-background-purple {
  background-color: #8e5c90 !important; }

.color-style-background-purple-dark {
  background-color: #623c68 !important; }

.color-style-background-red {
  background-color: #bb2a2a !important; }

.color-style-background-turquoise {
  background-color: #36b0bb !important; }

.box-shadow, .cmb-form, .header-user-menu .dropdown-menu ul, .header-action-inner, .widget.widget_filter form, .widget.widget_booking_form form, .sidebar_dashboard ul.menu, .widget_listings .listing-carousel.owl-carousel .owl-prev, .widget_listings .listing-carousel.owl-carousel .owl-next, .widget_packages .packages, .listing-categories-card,
.listing-types-card, .location-poster, .listing-categories-card-image i,
.listing-types-card-image i, .pagination .page-numbers, .marker-thumbnail, .listing-box, .listing-column, .listing-column-label-special, .listing-row, .listing-small, .listings-system-legend li, .listings-system-legend a, .listing-system, .listing-author, .listing-author-image, .listing-detail-section-content-wrapper, .listing-detail-gallery-wrapper, .listing-detail-section-generic .listing-detail-section-content-wrapper,
.listing-detail-description-wrapper, .listing-detail-attributes, .listing-detail-contact, .listing-detail-section-faq-list, .listing-detail-property-price-comparison, .listing-detail-property-amenities ul li a, .widget_listing_details, .listing-detail-gallery-preview .owl-item div img, .listing-detail-section-generic .taxonomy_multicheck a,
.listing-detail-section-generic .taxonomy_multicheck_inline a,
.listing-detail-section-generic .taxonomy_multicheck_hierarchy a, .listing-detail-location-wrapper, .opening-hours, .listing-detail-food-wrapper, .listing-detail-resume-working-history dl, .listing-detail-resume-experience, .post-meta, .post.post-masonry .post-masonry-content, .faq-item, .review-image, .review-inner, .comment-form, .widget .submission-steps, .submission-choose-type, .package-info-wrapper, .watchdog-row, .coupon-small, .coupon-box, .widget_coupon_detail, .invoices-table, .transactions-table, .inventor-slider-list .owl-prev, .inventor-slider-list .owl-next, .compare-table-label-special, #compare-info, ul.collections, #collection-pickup {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0; }

.contact-info {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: -10px;
  margin-top: -10px; }
.contact-info .fa {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  width: 50px; }
.contact-info span {
  font-weight: 300;
  margin: 0 20px; }

.page-header {
  border-bottom: 1px solid #e9e9e9;
  color: #505050;
  font-family: "Montserrat", "Roboto", "Arial", "sans-serif";
  font-weight: 500;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  text-align: left; }
.page-header h1 {
  color: #363636;
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  padding: 0; }
.page-header p {
  color: rgba(54, 54, 54, 0.6);
  font-size: 15px;
  margin: 30px 0 0 0;
  padding: 0; }
.page-header p a {
  border-bottom: 1px solid #0aab9a; }
.page-header p a:hover {
  border-color: #099384; }
.page-header.left {
  text-align: left; }

.page-title {
  color: #363636;
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  padding: 0; }

.taxonomy-description p {
  margin-top: 15px; }

.background-dark, .background-gray {
  color: #fff; }
.background-dark .widgettitle, .background-gray .widgettitle, .background-dark .box-title, .background-gray .box-title {
  color: #fff !important; }

.background-light {
  color: #b8b8b8; }
.background-light .widgettitle {
  color: #363636 !important; }

.background-gray .box-body .box-title {
  color: #fff; }

.background-gray .box-body .box-content {
  color: rgba(255, 255, 255, 0.8); }

.background-gray .box-body .box-read-more {
  color: #29f2dd; }

.background-gray .box-icon {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #29f2dd; }

.badge {
  background-color: #fff; }
.btn.btn-primary .badge, .btn.button .badge, input.button[type=submit] .badge, button.button .badge, .cmb-row.postbox .button.cmb-remove-group-row .badge, .button.listing-create .badge, .listings-slider-item-info-more a.button .badge, .button.payment-process .badge, .inventor-slider-item-info-button a.button .badge, .button.btn-create-collection .badge, input[type=submit] .badge, button .badge, .btn.fileinput-upload-button .badge, input.fileinput-upload-button[type=submit] .badge, button.fileinput-upload-button .badge, .cmb-row.postbox .fileinput-upload-button.cmb-remove-group-row .badge, .fileinput-upload-button.listing-create .badge, .listings-slider-item-info-more a.fileinput-upload-button .badge, .fileinput-upload-button.payment-process .badge, .inventor-slider-item-info-button a.fileinput-upload-button .badge, .fileinput-upload-button.btn-create-collection .badge, .ui-datepicker-buttonpane button .badge, .cmb-row.postbox .btn-primary.cmb-remove-group-row .badge, .cmb-row.postbox input.cmb-remove-group-row[type=submit] .badge, .cmb-row.postbox button.cmb-remove-group-row .badge, .cmb-row.postbox .cmb-remove-group-row.listing-create .badge, .cmb-row.postbox .listing-detail-gallery-preview .cmb-remove-group-row.owl-next .badge, .listing-detail-gallery-preview .cmb-row.postbox .cmb-remove-group-row.owl-next .badge, .cmb-row.postbox .listing-detail-gallery-preview .cmb-remove-group-row.owl-prev .badge, .listing-detail-gallery-preview .cmb-row.postbox .cmb-remove-group-row.owl-prev .badge, .cmb-row.postbox .listings-slider-item-info-more a.cmb-remove-group-row .badge, .listings-slider-item-info-more .cmb-row.postbox a.cmb-remove-group-row .badge, .cmb-row.postbox .coupon-detail-gallery-preview .cmb-remove-group-row.owl-next .badge, .coupon-detail-gallery-preview .cmb-row.postbox .cmb-remove-group-row.owl-next .badge, .cmb-row.postbox .coupon-detail-gallery-preview .cmb-remove-group-row.owl-prev .badge, .coupon-detail-gallery-preview .cmb-row.postbox .cmb-remove-group-row.owl-prev .badge, .cmb-row.postbox .inventor-slider-item-info-button a.cmb-remove-group-row .badge, .inventor-slider-item-info-button .cmb-row.postbox a.cmb-remove-group-row .badge, .cmb-row.postbox .cmb-remove-group-row.btn-create-collection .badge, .listing-create .badge, .listing-detail-gallery-preview .btn.owl-next .badge, .listing-detail-gallery-preview input.owl-next[type=submit] .badge, .listing-detail-gallery-preview button.owl-next .badge, .listing-detail-gallery-preview .owl-next.listing-create .badge, .listing-detail-gallery-preview .listings-slider-item-info-more a.owl-next .badge, .listings-slider-item-info-more .listing-detail-gallery-preview a.owl-next .badge, .listing-detail-gallery-preview .owl-next.payment-process .badge, .listing-detail-gallery-preview .inventor-slider-item-info-button a.owl-next .badge, .inventor-slider-item-info-button .listing-detail-gallery-preview a.owl-next .badge, .listing-detail-gallery-preview .owl-next.btn-create-collection .badge, .listing-detail-gallery-preview .btn.owl-prev .badge, .listing-detail-gallery-preview input.owl-prev[type=submit] .badge, .listing-detail-gallery-preview button.owl-prev .badge, .listing-detail-gallery-preview .owl-prev.listing-create .badge, .listing-detail-gallery-preview .listings-slider-item-info-more a.owl-prev .badge, .listings-slider-item-info-more .listing-detail-gallery-preview a.owl-prev .badge, .listing-detail-gallery-preview .owl-prev.payment-process .badge, .listing-detail-gallery-preview .inventor-slider-item-info-button a.owl-prev .badge, .inventor-slider-item-info-button .listing-detail-gallery-preview a.owl-prev .badge, .listing-detail-gallery-preview .owl-prev.btn-create-collection .badge, .listings-slider-item-info-more a .badge, .btn-primary.payment-process .badge, input.payment-process[type=submit] .badge, button.payment-process .badge, .payment-process.listing-create .badge, .listings-slider-item-info-more a.payment-process .badge, .coupon-detail-gallery-preview .payment-process.owl-next .badge, .coupon-detail-gallery-preview .payment-process.owl-prev .badge, .inventor-slider-item-info-button a.payment-process .badge, .payment-process.btn-create-collection .badge, .coupon-detail-gallery-preview .btn.owl-next .badge, .coupon-detail-gallery-preview input.owl-next[type=submit] .badge, .coupon-detail-gallery-preview button.owl-next .badge, .coupon-detail-gallery-preview .owl-next.listing-create .badge, .coupon-detail-gallery-preview .listings-slider-item-info-more a.owl-next .badge, .listings-slider-item-info-more .coupon-detail-gallery-preview a.owl-next .badge, .coupon-detail-gallery-preview .inventor-slider-item-info-button a.owl-next .badge, .inventor-slider-item-info-button .coupon-detail-gallery-preview a.owl-next .badge, .coupon-detail-gallery-preview .owl-next.btn-create-collection .badge, .coupon-detail-gallery-preview .btn.owl-prev .badge, .coupon-detail-gallery-preview input.owl-prev[type=submit] .badge, .coupon-detail-gallery-preview button.owl-prev .badge, .coupon-detail-gallery-preview .owl-prev.listing-create .badge, .coupon-detail-gallery-preview .listings-slider-item-info-more a.owl-prev .badge, .listings-slider-item-info-more .coupon-detail-gallery-preview a.owl-prev .badge, .coupon-detail-gallery-preview .inventor-slider-item-info-button a.owl-prev .badge, .inventor-slider-item-info-button .coupon-detail-gallery-preview a.owl-prev .badge, .coupon-detail-gallery-preview .owl-prev.btn-create-collection .badge, .inventor-slider-item-info-button a .badge, .btn-create-collection .badge {
  color: #0aab9a; }
.btn.btn-secondary .badge, input.btn-secondary[type=submit] .badge, input[type=submit]#cancel-comment-reply-link .badge, button.btn-secondary .badge, button#cancel-comment-reply-link .badge, .ui-datepicker-buttonpane button.btn-secondary .badge, .cmb-row.postbox .btn-secondary.cmb-remove-group-row .badge, .cmb-row.postbox .cmb-remove-group-row#cancel-comment-reply-link .badge, .btn-secondary.listing-create .badge, .listing-create#cancel-comment-reply-link .badge, .listings-slider-item-info-more a.btn-secondary .badge, .listings-slider-item-info-more a#cancel-comment-reply-link .badge, .btn#cancel-comment-reply-link .badge, #cancel-comment-reply-link.payment-process .badge, .inventor-slider-item-info-button a#cancel-comment-reply-link .badge, #cancel-comment-reply-link.btn-create-collection .badge, .btn-secondary.payment-process .badge, .inventor-slider-item-info-button a.btn-secondary .badge, .btn-secondary.btn-create-collection .badge {
  color: #0aab9a; }

.document-title h1 {
  border-bottom: 1px solid #e9e9e9;
  color: #444;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0; }

.document-title p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  max-width: 65%;
  margin: 0 0 60px 0; }
.document-title p a {
  color: #363636;
  border-bottom: 1px solid rgba(54, 54, 54, 0.4); }

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100); }

.tooltip > .tooltip-inner {
  opacity: 1;
  word-wrap: unset;
  background-color: #444;
  white-space: nowrap; }

.tooltip.top .tooltip-arrow {
  border-top-color: #444 !important; }

.tooltip.left .tooltip-arrow {
  border-left-color: #444 !important; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #444 !important; }

.tooltip.right .tooltip-arrow {
  border-right-color: #444 !important; }

.alignnone, .aligncenter, .alignright, .alignleft {
  max-width: 100%; }

img.alignleft {
  margin: 0 30px 18px 0; }

img.alignright {
  margin: 0 0 18px 30px; }

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0 5px 0; }

.widget .lang_sel_list_horizontal ul li {
  border: 0;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0; }
.widget .lang_sel_list_horizontal ul li a {
  padding: 0; }

.title-border-bottom {
  margin-top: -10px;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9; }

.currency-switch {
  display: inline-block;
  margin-left: 0; }
.currency-switch.center {
  text-align: center; }
.currency-switch li {
  border-bottom: none !important;
  display: inline-block;
  line-height: 20px;
  margin: 0 12px 0 0;
  padding: 0 !important; }
.currency-switch li .currency-symbol {
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  margin-right: 2px;
  padding: 2px 0 !important;
  transition: all linear .12s; }
.currency-switch li a, .currency-switch li a:focus, .currency-switch li a:active {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none; }
.currency-switch li.active .currency-symbol, .currency-switch li:hover .currency-symbol {
  color: #fff; }
.currency-switch li.active a, .currency-switch li.active a:focus, .currency-switch li.active a:active, .currency-switch li:hover a, .currency-switch li:hover a:focus, .currency-switch li:hover a:active {
  color: #fff; }

.not-found {
  text-align: center; }
.not-found p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px; }
.not-found .number {
  color: #0aab9a;
  font-size: 230px;
  margin: 80px 0;
  text-shadow: 7px 7px 0 #e9e9e9; }
.not-found .number-description {
  color: #868686;
  font-size: 34px;
  margin: -30px 0 0 0;
  text-shadow: none; }

.read-more-link {
  display: block;
  margin-bottom: -15px;
  margin-top: 10px; }
.read-more-link .fa {
  font-size: 10px;
  margin-left: 5px; }

.registration-note {
  margin: 30px 0 0 0; }

.registration-icon {
  color: rgba(0, 0, 0, 0.3);
  float: left;
  font-size: 40px;
  margin: -18px 30px 0 0;
  text-align: center;
  width: 80px; }

h3.registration-title {
  color: #0aab9a;
  margin: 0 !important;
  font-size: 20px; }

.registration-content {
  display: table-cell; }

.ribbon {
  background-color: #8dc63f;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  left: 0;
  padding: 6px 15px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  z-index: 100; }
.ribbon .fa {
  transform: rotate(45deg); }
.ribbon.warning {
  background-color: #ffd925; }
.ribbon.draft {
  background-color: #d81814; }

/**
 * 4. Forms
 */
label {
  color: #444;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400; }

.form-control, input[type=text], input[type=email], input[type=number], input[type=url], input[type=date], input[type=password], textarea {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  height: 40px;
  line-height: 20px;
  transition: all linear .15s; }
.form-control:active, input[type=text]:active, input[type=email]:active, input[type=number]:active, input[type=url]:active, input[type=date]:active, input[type=password]:active, textarea:active, .form-control:focus, input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=url]:focus, input[type=date]:focus, input[type=password]:focus, textarea:focus {
  border: 1px solid #d0d0d0;
  box-shadow: none;
  outline: 0; }

.form-group .input-group {
  margin-bottom: 0; }

input[type=text], input[type=email], input[type=number], input[type=url], input[type=date], input[type=password], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 12px; }

input[type=date] {
  position: relative; }

input[type=date]::-webkit-inner-spin-button {
  position: absolute;
  top: calc(50% - 11px);
  right: 23px; }

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: calc(50% - 6px);
  right: 5px; }

input[type=date]::-webkit-clear-button {
  position: absolute;
  top: calc(50% - 7px);
  right: 40px; }

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

textarea {
  height: auto;
  resize: vertical; }

.form-horizontal .control-label {
  padding-top: 12px; }

.form-horizontal .checkbox {
  margin-top: 7px;
  padding-top: 0; }

.form-inline .form-group {
  margin-right: 30px; }
.form-inline .form-group label {
  margin-right: 8px; }
.form-inline .form-group input[type=checkbox] + label, .form-inline .form-group input[type=radio] + label {
  display: inline-block; }
.form-inline .form-group.input-rating input[type=radio] + label {
  vertical-align: -3px;
  margin-right: 0;
  margin-top: 5px; }

.form-inline h6 {
  display: inline;
  margin-right: 8px; }

.required {
  color: #d81814; }

.radio, .checkbox {
  line-height: 22px; }

.input-rating input[type=radio] {
  display: none; }

.input-rating input[type=radio] + label {
  display: inline-block;
  margin-left: -4px;
  padding-left: 0 !important;
  padding-right: 0;
  width: 24px; }
.input-rating input[type=radio] + label:first-of-type {
  margin-left: 0; }

.input-rating input[type=radio] + label:before {
  background-color: transparent;
  border: none;
  color: #ffd925;
  content: "\f006";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  height: 14px;
  line-height: 1;
  margin-left: 0;
  position: static;
  text-align: center;
  top: 2px;
  transition: none;
  width: 14px; }

.input-rating input[type=radio]:checked + label:before,
.input-rating input[type=radio] + label.marked:before,
.input-rating input[type=radio] + label.filled:before,
.input-rating input[type=radio] + label.hovered.filled:before {
  content: "\f005"; }

.input-rating input[type=radio] + label.hovered:before {
  content: "\f006"; }

input[type=file] {
  border: 1px dashed #e9e9e9;
  line-height: 1;
  max-width: 100%;
  min-width: 50%;
  padding: 15px; }

.bootstrap-select {
  width: 100% !important; }
.bootstrap-select .dropdown-toggle {
  background-color: #fff !important;
  border: 1px solid #e9e9e9 !important;
  height: 40px; }
.bootstrap-select .dropdown-toggle:after {
  display: none; }
.bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:hover {
  background-color: #fff !important;
  border: 1px solid #e9e9e9 !important;
  box-shadow: none !important;
  outline: 0 !important; }
.bootstrap-select .dropdown-toggle .filter-option {
  width: 95% !important; }
.bootstrap-select:active, .bootstrap-select:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important; }
.bootstrap-select.open {
  box-shadow: none !important;
  outline: 0 !important; }
.bootstrap-select.open .dropdown-toggle {
  box-shadow: none !important;
  outline: 0 !important; }
.bootstrap-select i {
  font-size: 9px;
  vertical-align: 2px; }
.bootstrap-select .bs-searchbox {
  padding: 4px; }
.bootstrap-select .bs-searchbox:before {
  color: #b8b8b8;
  content: "\f002";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  margin-top: 9px;
  margin-left: 14px;
  position: absolute; }
.bootstrap-select .bs-searchbox input {
  padding-left: 35px; }
.map-wrapper .bootstrap-select .bs-searchbox input {
  border: 1px solid #e9e9e9 !important;
  box-shadow: none !important; }
.bootstrap-select .dropdown-menu > .active > a {
  background-color: #0aab9a; }

div.dropdown-menu {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: none;
  margin-top: -2px;
  padding: 0;
  top: 110% !important;
  bottom: auto !important; }

ul.dropdown-menu {
  font-size: 12px; }
ul.dropdown-menu li {
  border: 0 !important;
  margin: 0;
  padding: 0; }
ul.dropdown-menu li:active, ul.dropdown-menu li:focus {
  box-shadow: none; }
ul.dropdown-menu li.selected {
  background-color: #e9e9e9; }
ul.dropdown-menu li a {
  border: 0 !important;
  color: #868686;
  padding: 8px 15px;
  transition: background-color .15s linear; }
ul.dropdown-menu li a:hover {
  color: #868686; }
ul.dropdown-menu li a:focus {
  box-shadow: none;
  outline: 0; }

.input-group {
  margin-bottom: 15px;
  width: 100%; }
.input-group .input-group-addon {
  background-color: #fff;
  border-color: #e9e9e9;
  border-radius: 0;
  border-width: 1px;
  color: #868686;
  font-size: 12px;
  text-align: center;
  width: 44px; }

.file-input .form-control, .file-input input[type=text], .file-input input[type=email], .file-input input[type=number], .file-input input[type=url], .file-input input[type=date], .file-input input[type=password], .file-input textarea {
  height: 37px;
  line-height: 37px; }

.file-input .file-caption-name {
  font-size: 13px;
  line-height: 14px; }
.file-input .file-caption-name .kv-caption-icon {
  color: #0aab9a;
  margin-top: -2px; }

@media (max-width: 767px) {
  .file-input .btn, .file-input input[type=submit], .file-input button, .file-input .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane .file-input button, .file-input .cmb-row.postbox .cmb-remove-group-row, .cmb-row.postbox .file-input .cmb-remove-group-row, .file-input .listing-create, .file-input .listings-slider-item-info-more a, .listings-slider-item-info-more .file-input a, .file-input .payment-process, .file-input .inventor-slider-item-info-button a, .inventor-slider-item-info-button .file-input a, .file-input .btn-create-collection {
    font-size: 12px; }
  .file-input .form-control, .file-input input[type=text], .file-input input[type=email], .file-input input[type=number], .file-input input[type=url], .file-input input[type=date], .file-input input[type=password], .file-input textarea {
    float: none;
    margin: 0 0 10px 0 !important; }
  .file-input .input-group {
    display: block; }
  .file-input .input-group-btn {
    display: block; } }

.file-preview {
  border-color: #f7f7f7;
  border-radius: 0;
  margin: 0 0 30px 0; }

@media (max-width: 767px) {
  .file-preview-image {
    height: auto;
    width: 100%; } }

.file-preview-frame {
  border-color: #f7f7f7;
  box-shadow: none;
  transition: background-color .15s linear; }
.file-preview-frame:hover {
  background-color: #f7f7f7;
  box-shadow: none !important; }

.cmb-attach-list {
  overflow: auto; }

.form-search .search-query {
  border-right: none; }
.form-search .search-query:active, .form-search .search-query:focus {
  border-right: none; }

.form-search button {
  height: 40px; }

.ui-datepicker-month, .ui-datepicker-year {
  color: #363636 !important; }

.cmb-row-banner .cmb-th {
  border-bottom: none !important;
  margin-bottom: 0 !important; }

.cmb-row-banner .cmb-td {
  border-bottom: none !important;
  margin-bottom: 0 !important; }

.cmb-row-banner:not(:first-of-type) .cmb-th {
  margin-top: 10px !important; }

.cmb-row-banner:not(:first-of-type) .cmb-td {
  margin-top: 10px !important; }

.cmb-row-banner.inactive {
  display: none; }

.cmb-row-banner span.inactive {
  display: none; }

.banner-type span {
  display: inline-block;
  margin-top: 20px; }

.banner-type .cmb2-metabox-description {
  margin-top: 0 !important;
  padding-top: 0; }

.cmb-type-street-view {
  transition: all linear .15s; }

.cmb-type-street-view.inactive {
  pointer-events: none;
  opacity: .3; }

.cmb-form {
  background-color: #fff;
  padding: 20px 40px 30px 40px; }
.cmb-form h2, .cmb-form .comment-reply-title {
  border-bottom: 1px solid #fafafa !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  margin: 0 !important;
  padding: 0 0 40px 0 !important;
  text-transform: inherit !important; }
.cmb-form h2 span, .cmb-form .comment-reply-title span {
  color: #b8b8b8;
  margin: 0 20px 0 0; }
.cmb-form .button {
  float: right; }
.cmb-form .hasDatepicker {
  float: left; }
.cmb-form .wp-editor-container {
  border: 1px solid #e9e9e9; }
.cmb-form .wp-editor-wrap button {
  min-height: inherit; }
.cmb-form .wp-editor-wrap button:hover {
  background-color: transparent !important; }
.cmb-form .wp-editor-wrap button:after {
  display: none; }
.cmb-form .wp-editor-wrap .wp-switch-editor {
  display: none; }

.cmb-type-title .cmb-td {
  padding: 0 !important; }

.post-detail h3.cmb2-metabox-title, h3.cmb2-metabox-title {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #f7f7f7;
  position: relative; }
.post-detail h3.cmb2-metabox-title:after, h3.cmb2-metabox-title:after {
  content: '';
  display: inline-block;
  background-color: #0aab9a;
  position: absolute;
  top: 28px;
  left: 0;
  height: 2px;
  width: 25px; }

.cmb2_textarea {
  width: 100% !important; }

.cmb2-metabox {
  display: table;
  width: 100%; }
.cmb2-metabox .pw-map-latitude {
  float: left;
  margin-top: 20px;
  width: 48%; }
.cmb2-metabox .pw-map-longitude {
  float: right;
  margin-top: 20px;
  width: 48%; }

@media (max-width: 767px) {
  .cmb-row {
    display: block; } }

.cmb-row:last-child .cmb-td, .cmb-row:last-child .cmb-th {
  border-bottom: 0 !important; }

.cmb-row.postbox {
  background-color: #fdfdfd;
  display: block;
  padding: 0 !important;
  width: 100%; }
.cmb-row.postbox .inside {
  display: block !important;
  padding: 0 30px 30px 30px !important; }
.cmb-row.postbox.closed .inside {
  display: none !important; }
.cmb-row.postbox .cmbhandle {
  top: 7px !important; }
.cmb-row.postbox .dashicons-before.dashicons-no-alt {
  display: none; }

.label-top .cmb-th {
  display: block;
  padding-bottom: 0 !important;
  width: auto !important; }

.label-top .cmb-th + .cmb-td {
  width: auto !important; }

.cmb-th {
  display: table-cell;
  float: none !important;
  padding: 10px 0 !important;
  width: 200px !important; }
.cmb-th label {
  color: #676767;
  cursor: pointer;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  padding: 5px 30px 5px 0 !important; }
@media (max-width: 767px) {
  .cmb-th {
    border: 0 !important;
    display: block !important;
    padding: 30px 0 0 0 !important;
    width: 100% !important; }
  .cmb-th label {
    border: 0 !important;
    color: #363636;
    font-weight: bold; }
  .cmb-th label:after {
    display: none !important; } }

.cmb-td {
  float: none !important;
  padding: 10px 0 !important; }
@media (max-width: 767px) {
  .cmb-td {
    display: block !important;
    padding-top: 0 !important;
    width: 100% !important; } }

.cmb-th + .cmb-td {
  display: table-cell !important;
  float: right;
  width: 80%; }
@media (max-width: 767px) {
  .cmb-th + .cmb-td {
    display: block !important;
    padding-top: 0 !important;
    width: 100% !important; } }

.cmb2-upload-file {
  float: left; }

.cmb2-upload-button {
  background-color: #e9e9e9;
  border: 0;
  color: #363636;
  height: 40px;
  margin: 0 !important;
  width: 35%; }
.cmb2-upload-button:active, .cmb2-upload-button:focus, .cmb2-upload-button:hover {
  background-color: gainsboro !important;
  color: #363636 !important; }

.cmb-add-group-row {
  bottom: initial; }
.cmb-add-group-row.button {
  float: left; }

.cmb2-wrap input {
  padding-right: 12px !important;
  padding-left: 12px !important; }

.cmb2-wrap input[type=text],
.cmb2-wrap input[type=number] {
  display: inline-block; }

@media (max-width: 1199px) {
  .cmb2-wrap textarea {
    width: 100% !important; } }

.cmb2-checkbox-list, .cmb2-radio-list {
  clear: both;
  list-style: none;
  margin: 6px 0 0 0 !important;
  padding: 0; }
.cmb2-checkbox-list li, .cmb2-radio-list li {
  padding: 4px 0; }

.cmb2-metabox-description {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 10px 0 0 0;
  width: 100%; }

.cmb-group-title {
  background-color: #e9e9e9 !important;
  margin: 0 !important;
  font-size: 18px !important;
  padding: 12px 20px !important; }

.cmb-repeat-group-wrap > .cmb-td, .cmb-type-group > .cmb-td {
  padding-bottom: 0 !important; }

.cmb2-remove-wrapper a {
  border: 0 !important; }

.cmb2-remove-file-button {
  border: 0 !important; }

.cmb-type-opening-hours thead th {
  background-color: #0aab9a;
  border: 1px solid #0aab9a;
  border-bottom-color: #077b6f;
  font-size: 13px;
  color: #fff;
  padding: 15px 20px; }

.cmb-type-opening-hours td {
  border-color: #f7f7f7;
  color: #868686;
  font-size: 11px;
  font-weight: 600;
  padding: 20px 20px;
  text-transform: uppercase;
  vertical-align: middle; }
.cmb-type-opening-hours td:first-child {
  border-left: 1px solid #f7f7f7; }
.cmb-type-opening-hours td:last-child {
  border-right: 1px solid #f7f7f7; }
.cmb-type-opening-hours td input {
  font-weight: 400;
  height: 34px; }

.cmb-type-opening-hours tr:last-child td {
  border-bottom: 1px solid #f7f7f7; }

.cmb-repeat-group-wrap .cmb-repeat-group-field, .cmb-type-group .cmb-repeat-group-field {
  border-bottom: 0 !important; }
.cmb-repeat-group-wrap .cmb-repeat-group-field .cmb-th, .cmb-type-group .cmb-repeat-group-field .cmb-th {
  padding: 10px 0 !important; }

.cmb-repeat-group-wrap .cmb-remove-field-row, .cmb-type-group .cmb-remove-field-row {
  padding: 0 !important; }

.cmb-row.postbox .inside {
  padding: 10px 20px 10px 20px !important; }

.quicktags-toolbar {
  padding: 7px 3px !important; }
.quicktags-toolbar .ed_button {
  margin: 0 0 0 8px !important;
  padding: 0 8px !important; }
.quicktags-toolbar .ed_button:hover {
  background-color: inherit !important; }

.wp-editor-area:active, .wp-editor-area:focus, .wp-editor-area:hover {
  border-width: 0 !important; }

.wpcf7-form p:last-of-type {
  margin-bottom: 0; }

.wpcf7-form img {
  display: none; }

.reset-form, .register-form, .login-form, .change-password-form, .change-profile-form {
  margin-left: auto;
  margin-right: auto;
  width: 300px; }
.reset-form .button, .register-form .button, .login-form .button, .change-password-form .button, .change-profile-form .button {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
.reset-form .terms-conditions-input, .register-form .terms-conditions-input, .login-form .terms-conditions-input, .change-password-form .terms-conditions-input, .change-profile-form .terms-conditions-input {
  text-align: center; }
.reset-form .terms-conditions-input label, .register-form .terms-conditions-input label, .login-form .terms-conditions-input label, .change-password-form .terms-conditions-input label, .change-profile-form .terms-conditions-input label {
  padding-left: 5px;
  display: inline-block; }
@media (max-width: 767px) {
  .reset-form .form-group, .register-form .form-group, .login-form .form-group, .change-password-form .form-group, .change-profile-form .form-group {
    width: 100%; } }
.reset-form .extra-actions, .register-form .extra-actions, .login-form .extra-actions, .change-password-form .extra-actions, .change-profile-form .extra-actions {
  text-align: center; }

button.ui-state-default {
  color: #fff !important;
  font-size: 13px !important;
  min-height: auto;
  padding: 6px 12px !important; }

/**
 * 5. Header
 */
.header {
  display: table-row;
  height: 1px; }
.header-sticky .header {
  height: 106px; }
.header .header-sticky.header-no-topbar {
  height: 80px; }
.header-sticky.header-empty-topbar .header {
  height: 80px; }

.header-bar {
  background-color: #0aab9a;
  position: relative;
  z-index: 200; }
.header-disable-topbar .header-bar {
  display: none; }
.header-bar .menu a strong {
  background-color: #444;
  color: #fff !important;
  padding: 6px 8px;
  transition: all .15s linear; }
.header-bar .menu a strong:hover {
  background-color: #f7f7f7;
  color: #444 !important; }
.header-bar .menu a b {
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 500; }

.header-bar-inner {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding: 1px 0; }
.header-bar-inner .fa {
  color: #0aab9a;
  margin-right: 5px; }
.header-bar-inner .widget {
  display: inline-block;
  vertical-align: middle; }
.header-bar-inner .widget .menu {
  list-style: none;
  margin: 0; }
.header-bar-inner .widget .menu li {
  display: inline-block;
  margin: 0 10px;
  padding: 0; }
@media (max-width: 767px) {
  .header-bar-inner .widget .menu li {
    margin: 0 15px 0 0; } }
.header-bar-inner .widget .menu li a {
  border: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  line-height: 24px;
  margin: 0;
  padding: 0; }
.header-bar-inner .widget .menu li a:hover {
  color: #fff;
  margin: 0;
  padding: 0; }
.header-bar-inner .widget .menu li a:hover b {
  color: #fff; }
.header-bar-inner .widget .menu li:last-child {
  margin-right: 0; }

.header-bar-left {
  float: left; }
@media (max-width: 767px) {
  .header-bar-left {
    float: none; } }
.header-bar-left .widget {
  margin: 0 25px 0 0; }
@media (max-width: 767px) {
  .header-bar-left .widget {
    border-bottom: 1px solid #f7f7f7;
    display: block;
    float: none;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0; }
  .header-bar-left .widget:last-child {
    border-bottom: 0; } }

.header-bar-right {
  float: right; }
@media (max-width: 767px) {
  .header-bar-right {
    float: none; } }
.header-bar-right .widget {
  margin: 0 0 0 25px; }
@media (max-width: 767px) {
  .header-bar-right .widget {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    float: none;
    padding: 2px 0 0 0; }
  .header-bar-right .widget:first-child {
    margin: 0; } }

.header-regular {
  height: 59px; }
.header-regular .container-fluid {
  padding: 0 !important; }

.header-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  padding: 0;
  position: relative;
  z-index: 2000; }
.header-transparent .header-wrapper.affix-top {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none; }
@media (max-width: 768px) {
  .header-sticky .header-complex .header-wrapper.affix .header-navigation .nav, .header-sticky .header-complex .header-wrapper.affix .header-navigation .footer-top .widget.widget_nav_menu ul, .footer-top .widget.widget_nav_menu .header-sticky .header-complex .header-wrapper.affix .header-navigation ul, .header-sticky .header-complex .header-wrapper.affix .header-navigation .footer-bottom .widget.widget_nav_menu ul, .footer-bottom .widget.widget_nav_menu .header-sticky .header-complex .header-wrapper.affix .header-navigation ul {
    margin-top: -3px;
  }
}
.header-sticky .header-wrapper.affix {
  z-index: 1001;

}
@media (min-width: 768px) {
  .header-sticky .header-wrapper.affix {
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0; }
  .header-sticky .header-wrapper.affix .header-logo {
    height: 60px; }
  .header-sticky .header-wrapper.affix .header-navigation .nav > li > a, .header-sticky .header-wrapper.affix .header-navigation .footer-top .widget.widget_nav_menu ul > li > a, .footer-top .widget.widget_nav_menu .header-sticky .header-wrapper.affix .header-navigation ul > li > a, .header-sticky .header-wrapper.affix .header-navigation .footer-bottom .widget.widget_nav_menu ul > li > a, .footer-bottom .widget.widget_nav_menu .header-sticky .header-wrapper.affix .header-navigation ul > li > a {
    padding-top: 21px;
    padding-bottom: 20px; }
  .header-sticky .header-wrapper.affix i + strong {
    margin-top: 10px; }
  .header-sticky .header-wrapper.affix img + strong {
    margin-top: 7px; } }
@media (max-width: 767px) {
  .header-sticky .header-wrapper.affix {
    height: 55px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0 !important; }
  .header-sticky .header-wrapper.affix .header-logo {
    height: 55px; }
  .header-sticky .header-wrapper.affix .header-logo strong {
    font-size: 17px;
    line-height: 51px; }
  .header-sticky .header-wrapper.affix .header-logo i.superlist-logo {
    font-size: 24px; }
  .header-sticky .header-wrapper.affix .header-navigation .nav, .header-sticky .header-wrapper.affix .header-navigation .footer-top .widget.widget_nav_menu ul, .footer-top .widget.widget_nav_menu .header-sticky .header-wrapper.affix .header-navigation ul, .header-sticky .header-wrapper.affix .header-navigation .footer-bottom .widget.widget_nav_menu ul, .footer-bottom .widget.widget_nav_menu .header-sticky .header-wrapper.affix .header-navigation ul {
    margin-top: 42px; }
  .header-sticky .header-wrapper.affix .navbar-toggle {
    margin: 7px 0; } }
.header-sticky.admin-bar .header-wrapper.affix {
  top: 32px; }
.header-sticky .header-wrapper.affix {
  border-top: solid 2px #0aab9a; }

.header-inner {
  display: table;
  position: relative;
  width: 100%; }
.header-complex .header-inner {
  padding: 14px 0; }
.header-complex .affix .header-inner {
  padding: 0; }

.header-logo {
  display: table-cell;
  padding: 0 45px 0 0;
  vertical-align: middle;
  white-space: nowrap;
  width: 1px; }
@media (min-width: 768px) {
  .header-complex .affix .header-logo {
    display: none; } }
.header-logo a {
  color: #363636; }
.header-logo a:active, .header-logo a:focus, .header-logo a:hover {
  color: #363636;
  text-decoration: none; }
.header-transparent .affix-top .header-logo a:active, .header-transparent .affix-top .header-logo a:focus, .header-transparent .affix-top .header-logo a:hover {
  color: #fff; }
.header-transparent .affix-top .header-logo a {
  color: #fff; }
.header-logo strong {
  display: block;
  font-family: "Montserrat", "Roboto", "Arial", "sans-serif";
  font-size: 22px;
  font-weight: 500;
  padding-right: 60px;
  text-align: left;
  vertical-align: middle; }
@media (min-width: 768px) and (max-width: 991px) {
  .header-regular .header-logo strong {
    display: none; } }
.header-logo span {
  color: #676767;
  display: block;
  font-size: 12px;
  text-align: left;
  vertical-align: middle; }
@media (min-width: 768px) and (max-width: 991px) {
  .header-regular .header-logo span {
    display: none; } }
.affix .header-logo span {
  display: none; }
.header-transparent .affix-top .header-logo span {
  color: #fff; }
.header-logo img {
  float: left;
  max-height: 44px;
  padding-right: 10px;
  vertical-align: middle; }
@media (max-width: 991px) {
  .header-logo img {
    max-width: 195px; } }
.header-logo i.superlist-logo {
  color: #0aab9a;
  float: left;
  font-size: 38px;
  margin-right: 14px;
  line-height: 52px; }
.header-transparent .affix-top .header-logo i.superlist-logo {
  color: #fff !important; }
.header-regular .header-logo {
  height: 80px;
  padding: 0;
  text-align: center; }
.header-regular .header-logo img, .header-regular .header-logo svg {
  margin: 0; }

.header-navigation {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }
.header-regular .header-navigation {
  float: right; }
@media (max-width: 767px) {
  .header-navigation {
    display: initial; } }
.header-navigation .nav, .header-navigation .footer-top .widget.widget_nav_menu ul, .footer-top .widget.widget_nav_menu .header-navigation ul, .header-navigation .footer-bottom .widget.widget_nav_menu ul, .footer-bottom .widget.widget_nav_menu .header-navigation ul {
  float: right;
  padding: 12px 0; }
@media (min-width: 768px) {
  .header-navigation .nav > li, .header-navigation .footer-top .widget.widget_nav_menu ul > li, .footer-top .widget.widget_nav_menu .header-navigation ul > li, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li {
    margin: 0;
    position: relative; }
  .header-navigation .nav > li.current-menu-item > a, .header-navigation .footer-top .widget.widget_nav_menu ul > li.current-menu-item > a, .footer-top .widget.widget_nav_menu .header-navigation ul > li.current-menu-item > a, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li.current-menu-item > a, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li.current-menu-item > a {
    color: #363636;
    font-weight: 600; }
  .header-navigation .nav > li.current-menu-item:after, .header-navigation .footer-top .widget.widget_nav_menu ul > li.current-menu-item:after, .footer-top .widget.widget_nav_menu .header-navigation ul > li.current-menu-item:after, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li.current-menu-item:after, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li.current-menu-item:after {
    background-color: #0aab9a;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 10px;
    position: absolute;
    right: 10px; }
  .header-navigation .nav > li:last-child.current-menu-item:after, .header-navigation .footer-top .widget.widget_nav_menu ul > li:last-child.current-menu-item:after, .footer-top .widget.widget_nav_menu .header-navigation ul > li:last-child.current-menu-item:after, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li:last-child.current-menu-item:after, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li:last-child.current-menu-item:after {
    right: -10px; }
  .header-navigation .nav > li:last-child > a, .header-navigation .footer-top .widget.widget_nav_menu ul > li:last-child > a, .footer-top .widget.widget_nav_menu .header-navigation ul > li:last-child > a, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li:last-child > a, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li:last-child > a {
    padding-right: 0 !important; }
  .header-navigation .nav > li > a, .header-navigation .footer-top .widget.widget_nav_menu ul > li > a, .footer-top .widget.widget_nav_menu .header-navigation ul > li > a, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li > a, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li > a {
    border-radius: 0;
    color: #444;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
    padding: 6px 20px;
    text-transform: uppercase;
    transition: color .15s linear; }
  .header-regular .header-navigation .nav > li > a, .header-regular .header-navigation .footer-top .widget.widget_nav_menu ul > li > a, .footer-top .widget.widget_nav_menu .header-regular .header-navigation ul > li > a, .header-regular .header-navigation .footer-bottom .widget.widget_nav_menu ul > li > a, .footer-bottom .widget.widget_nav_menu .header-regular .header-navigation ul > li > a {
    padding: 32px 20px 31px 20px; }
  .header-navigation .nav > li > a:hover, .header-navigation .footer-top .widget.widget_nav_menu ul > li > a:hover, .footer-top .widget.widget_nav_menu .header-navigation ul > li > a:hover, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li > a:hover, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li > a:hover {
    background-color: transparent;
    color: #0aab9a; }
  .header-navigation .nav > li > a:active, .header-navigation .footer-top .widget.widget_nav_menu ul > li > a:active, .footer-top .widget.widget_nav_menu .header-navigation ul > li > a:active, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li > a:active, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li > a:active, .header-navigation .nav > li > a:focus, .header-navigation .footer-top .widget.widget_nav_menu ul > li > a:focus, .footer-top .widget.widget_nav_menu .header-navigation ul > li > a:focus, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li > a:focus, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li > a:focus {
    background-color: transparent; }
  .header-transparent .affix-top .header-navigation .nav > li > a, .header-transparent .affix-top .header-navigation .footer-top .widget.widget_nav_menu ul > li > a, .footer-top .widget.widget_nav_menu .header-transparent .affix-top .header-navigation ul > li > a, .header-transparent .affix-top .header-navigation .footer-bottom .widget.widget_nav_menu ul > li > a, .footer-bottom .widget.widget_nav_menu .header-transparent .affix-top .header-navigation ul > li > a {
    color: #fff; }
  .header-navigation .nav > li.active > a, .header-navigation .footer-top .widget.widget_nav_menu ul > li.active > a, .footer-top .widget.widget_nav_menu .header-navigation ul > li.active > a, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li.active > a, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li.active > a {
    background-color: transparent;
    color: #0aab9a; }
  .header-navigation .nav > li:hover > .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul > li:hover > .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul > li:hover > .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li:hover > .sub-menu {
    display: block;
    opacity: 1;
    transition: opacity .15s linear;
    visibility: visible; }
  .header-navigation .nav > li .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    display: block;
    left: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10; }
  .submenu-dark .header-navigation .nav > li .sub-menu, .submenu-dark .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu, .footer-top .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu, .submenu-dark .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu {
    background-color: #444;
    border: 0; }
  .submenu-dark .header-navigation .nav > li .sub-menu li > a, .submenu-dark .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li > a, .footer-top .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu li > a, .submenu-dark .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li > a, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu li > a {
    color: rgba(255, 255, 255, 0.9); }
  .submenu-dark .header-navigation .nav > li .sub-menu li > a:hover, .submenu-dark .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li > a:hover, .footer-top .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu li > a:hover, .submenu-dark .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li > a:hover, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu li > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff; }
  .submenu-dark .header-navigation .nav > li .sub-menu li:hover, .submenu-dark .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li:hover, .footer-top .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu li:hover, .submenu-dark .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:hover, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu li:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff; }
  .submenu-dark .header-navigation .nav > li .sub-menu li:hover > a, .submenu-dark .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li:hover > a, .footer-top .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu li:hover > a, .submenu-dark .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:hover > a, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu li:hover > a {
    color: #fff; }
  .submenu-dark .header-navigation .nav > li .sub-menu:after, .submenu-dark .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu:after, .footer-top .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu:after, .submenu-dark .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu:after, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-navigation ul > li .sub-menu:after {
    border-bottom-color: #444;
    top: -10px; }
  .header-navigation .nav > li .sub-menu:after, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu:after, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu:after, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu:after, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu:after {
    border: 5px solid transparent;
    border-bottom-color: #e9e9e9;
    content: '';
    display: block;
    height: 0;
    left: 15px;
    position: absolute;
    top: -11px;
    width: 0; }
  .header-navigation .nav > li .sub-menu li, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu li, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu li {
    position: relative; }
  .header-navigation .nav > li .sub-menu li a, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li a, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu li a, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li a, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu li a {
    color: #868686;
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 9px 20px;
    transition: all .15s linear;
    white-space: nowrap; }
  .header-navigation .nav > li .sub-menu li a:hover, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li a:hover, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu li a:hover, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li a:hover, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu li a:hover {
    background-color: #fafafa;
    color: #0aab9a;
    text-decoration: none; }
  .header-navigation .nav > li .sub-menu li:last-child, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li:last-child, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu li:last-child, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:last-child, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu li:last-child {
    border-bottom: 0; }
  .header-navigation .nav > li .sub-menu li .fa, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li .fa, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu li .fa, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li .fa, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu li .fa {
    color: #363636;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 12px; }
  .header-navigation .nav > li .sub-menu li > .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li > .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu li > .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu li > .sub-menu {
    display: none;
    opacity: 0;
    padding: 0;
    transition: none;
    visibility: visible; }
  .header-navigation .nav > li .sub-menu li > .sub-menu:after, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li > .sub-menu:after, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu li > .sub-menu:after, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li > .sub-menu:after, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu li > .sub-menu:after {
    display: none; }
  .header-navigation .nav > li .sub-menu li:hover > a, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li:hover > a, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu li:hover > a, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:hover > a, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu li:hover > a {
    color: #0aab9a; }
  .header-navigation .nav > li .sub-menu li:hover > .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li:hover > .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu li:hover > .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu li:hover > .sub-menu {
    display: block;
    left: 220px;
    margin: 0;
    opacity: 1;
    top: 0;
    transition: none;
    visibility: visible; }
  .header-navigation .nav > li .sub-menu li:hover > .sub-menu:before, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li:hover > .sub-menu:before, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu li:hover > .sub-menu:before, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:hover > .sub-menu:before, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu li:hover > .sub-menu:before {
    background-color: #0aab9a;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: -2px;
    position: absolute;
    top: 0;
    width: 2px; } }
@media (max-width: 767px) {
  .header-navigation .nav, .header-navigation .footer-top .widget.widget_nav_menu ul, .footer-top .widget.widget_nav_menu .header-navigation ul, .header-navigation .footer-bottom .widget.widget_nav_menu ul, .footer-bottom .widget.widget_nav_menu .header-navigation ul {
    background-color: #fff;
    float: none;
    left: -15px;
    margin-top: 62px;
    padding: 15px 0 0 0;
    position: absolute;
    right: -15px;
    z-index: 99999; }
  .header-complex .header-navigation .nav, .header-complex .header-navigation .footer-top .widget.widget_nav_menu ul, .footer-top .widget.widget_nav_menu .header-complex .header-navigation ul, .header-complex .header-navigation .footer-bottom .widget.widget_nav_menu ul, .footer-bottom .widget.widget_nav_menu .header-complex .header-navigation ul {
    margin-top: -15px;
    padding: 0 15px; }
  .header-navigation .nav li, .header-navigation .footer-top .widget.widget_nav_menu ul li, .footer-top .widget.widget_nav_menu .header-navigation ul li, .header-navigation .footer-bottom .widget.widget_nav_menu ul li, .footer-bottom .widget.widget_nav_menu .header-navigation ul li {
    display: block;
    margin: 0;
    float: none; }
  .header-navigation .nav li.menu-item-has-children > a:after, .header-navigation .footer-top .widget.widget_nav_menu ul li.menu-item-has-children > a:after, .footer-top .widget.widget_nav_menu .header-navigation ul li.menu-item-has-children > a:after, .header-navigation .footer-bottom .widget.widget_nav_menu ul li.menu-item-has-children > a:after, .footer-bottom .widget.widget_nav_menu .header-navigation ul li.menu-item-has-children > a:after {
    content: '\f054';
    display: block;
    float: right;
    font-family: 'FontAwesome';
    font-size: 9px;
    margin-top: 4px; }
  .header-navigation .nav li.menu-item-has-children.touched > .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul li.menu-item-has-children.touched > .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul li.menu-item-has-children.touched > .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul li.menu-item-has-children.touched > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul li.menu-item-has-children.touched > .sub-menu {
    display: block;
    opacity: 1;
    transition: opacity .15s linear;
    visibility: visible; }
  .header-navigation .nav li.active a, .header-navigation .footer-top .widget.widget_nav_menu ul li.active a, .footer-top .widget.widget_nav_menu .header-navigation ul li.active a, .header-navigation .footer-bottom .widget.widget_nav_menu ul li.active a, .footer-bottom .widget.widget_nav_menu .header-navigation ul li.active a {
    background-color: #fff; }
  .header-navigation .nav li.active a:hover, .header-navigation .footer-top .widget.widget_nav_menu ul li.active a:hover, .footer-top .widget.widget_nav_menu .header-navigation ul li.active a:hover, .header-navigation .footer-bottom .widget.widget_nav_menu ul li.active a:hover, .footer-bottom .widget.widget_nav_menu .header-navigation ul li.active a:hover {
    color: #0aab9a; }
  .header-navigation .nav li a, .header-navigation .footer-top .widget.widget_nav_menu ul li a, .footer-top .widget.widget_nav_menu .header-navigation ul li a, .header-navigation .footer-bottom .widget.widget_nav_menu ul li a, .footer-bottom .widget.widget_nav_menu .header-navigation ul li a {
    border-bottom: 1px solid #f7f7f7;
    border-radius: 0;
    color: #363636;
    display: block;
    float: none;
    font-size: 13px;
    padding: 10px 20px !important;
    transition: all .15s linear; }
  .header-navigation .nav li a:hover, .header-navigation .footer-top .widget.widget_nav_menu ul li a:hover, .footer-top .widget.widget_nav_menu .header-navigation ul li a:hover, .header-navigation .footer-bottom .widget.widget_nav_menu ul li a:hover, .footer-bottom .widget.widget_nav_menu .header-navigation ul li a:hover {
    color: #0aab9a; }
  .header-navigation .nav li > ul, .header-navigation .footer-top .widget.widget_nav_menu ul li > ul, .footer-top .widget.widget_nav_menu .header-navigation ul li > ul, .header-navigation .footer-bottom .widget.widget_nav_menu ul li > ul, .footer-bottom .widget.widget_nav_menu .header-navigation ul li > ul {
    display: none;
    margin: 0;
    padding: 0; }
  .header-navigation .nav li > ul > li, .header-navigation .footer-top .widget.widget_nav_menu ul li > ul > li, .footer-top .widget.widget_nav_menu .header-navigation ul li > ul > li, .header-navigation .footer-bottom .widget.widget_nav_menu ul li > ul > li, .footer-bottom .widget.widget_nav_menu .header-navigation ul li > ul > li {
    background-color: rgba(0, 0, 0, 0.03) !important; }
  .header-navigation .nav li > ul > li a, .header-navigation .footer-top .widget.widget_nav_menu ul li > ul > li a, .footer-top .widget.widget_nav_menu .header-navigation ul li > ul > li a, .header-navigation .footer-bottom .widget.widget_nav_menu ul li > ul > li a, .footer-bottom .widget.widget_nav_menu .header-navigation ul li > ul > li a {
    background-color: transparent !important; } }

@media (min-width: 768px) {
  .header-nav-primary.nav, .footer-top .widget.widget_nav_menu ul.header-nav-primary, .footer-bottom .widget.widget_nav_menu ul.header-nav-primary {
    padding: 0;
    position: relative;
    z-index: 300; }
  .header-nav-primary.nav .fa, .footer-top .widget.widget_nav_menu ul.header-nav-primary .fa, .footer-bottom .widget.widget_nav_menu ul.header-nav-primary .fa {
    font-size: 8px;
    margin-left: 10px;
    vertical-align: 2px; }
  .header-nav-primary.nav > li.has-children > a:after, .footer-top .widget.widget_nav_menu ul.header-nav-primary > li.has-children > a:after, .footer-bottom .widget.widget_nav_menu ul.header-nav-primary > li.has-children > a:after {
    content: "\f078";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 8px;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    vertical-align: 2px; }
  .header-nav-primary.nav > li > a, .footer-top .widget.widget_nav_menu ul.header-nav-primary > li > a, .footer-bottom .widget.widget_nav_menu ul.header-nav-primary > li > a {
    padding: 20px 17px; }
  .header-nav-primary.nav > li li.has-children > a:after, .footer-top .widget.widget_nav_menu ul.header-nav-primary > li li.has-children > a:after, .footer-bottom .widget.widget_nav_menu ul.header-nav-primary > li li.has-children > a:after {
    content: "\f054";
    display: block;
    font-family: 'FontAwesome';
    font-size: 8px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); } }

.header-nav-secondary.nav > li > a, .footer-top .widget.widget_nav_menu ul.header-nav-secondary > li > a, .footer-bottom .widget.widget_nav_menu ul.header-nav-secondary > li > a {
  color: #b8b8b8;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px; }

.header-nav-social.nav, .footer-top .widget.widget_nav_menu ul.header-nav-social, .footer-bottom .widget.widget_nav_menu ul.header-nav-social {
  margin: 2px 20px 0 5px; }

.header-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 6px 0 2px 0; }
@media (max-width: 767px) {
  .header-top {
    display: none; } }

.header-complex .header-content {
  display: table-cell;
  padding-right: 140px;
  text-align: right;
  vertical-align: middle; }
@media (max-width: 767px) {
  .header-complex .header-content {
    padding-right: 0; } }
.header-complex .header-content img {
  max-height: 50px; }

.header-complex .affix .header-content .widget {
  display: none; }

.header-navigation-wrapper {
  display: table-cell;
  vertical-align: middle; }
.header-complex .header-navigation-wrapper {
  background-color: #fafafa;
  border-top: solid 1px #f7f7f7;
  display: block; }
.header-complex .affix .header-navigation-wrapper {
  border-top: 0;
  background-color: #fff; }
.header-transparent .affix-top .header-navigation-wrapper {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.header-user-menu {
  float: right;
  padding-left: 20px;
  padding-top: 20px; }
.header-complex .header-user-menu {
  padding-top: 0; }
@media (max-width: 1199px) {
  .header-user-menu {
    display: none; } }
.affix .header-user-menu {
  padding-top: 8px; }
.header-complex .affix .header-user-menu {
  display: none; }
.logged-in .header-user-menu .dropdown-toggle:after {
  content: "\f078";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 8px;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  vertical-align: 2px; }
.header-transparent .affix-top .logged-in .header-user-menu .dropdown-toggle:after {
  color: #fff; }
.header-user-menu .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }
.header-user-menu .dropdown-toggle:hover {
  cursor: pointer; }
.header-user-menu .dropdown-menu {
  right: 0; }
.header-user-menu .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.header-user-menu .dropdown-menu ul li i {
  color: #363636; }
.header-user-menu .dropdown-menu ul li a {
  color: #868686;
  display: inline-block;
  padding: 8px 10px;
  width: 100%; }
.header-user-menu .dropdown-menu ul li a:hover {
  background-color: #f7f7f7;
  color: #363636;
  padding-left: 20px; }
.header-user-menu .dropdown-menu ul li a:hover i {
  color: #0aab9a; }

.header-user-menu-avatar {
  background-color: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  float: left;
  height: 40px;
  margin: 0 12px 0 0;
  overflow: hidden;
  position: relative;
  transition: all linear .15s;
  width: 40px;
  z-index: 10; }
.header-user-menu-avatar img {
  height: auto;
  max-width: 100%;
  visibility: hidden; }

.header-user-menu-name {
  line-height: 40px;
  position: relative; }
.header-user-menu-name a {
  color: #676767;
  text-decoration: none !important; }
.header-transparent .affix-top .header-user-menu-name a {
  color: #fff; }
.header-user-menu-name a:hover, .header-user-menu-name a:active, .header-user-menu-name a:focus {
  color: #0aab9a; }
.header-transparent .affix-top .header-user-menu-name {
  color: #fff; }
.header-user-menu-name:after {
  background-color: #0aab9a;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  transition: all .15s linear;
  -webkit-transition: all .15s linear; }
.header-user-menu-name:hover:after {
  width: 33%; }

.header-action {
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -36px;
  z-index: 100; }
.header-action.open .header-action-inner:before,
.header-action.open .header-action-inner:after {
  transform: rotate(45deg); }
@media (max-width: 767px) {
  .header-action {
    display: none; } }
@media (max-width: 991px) {
  .header-complex .affix .header-action {
    display: none; } }
.header-complex .header-action {
  bottom: 23px; }
.affix .header-action {
  bottom: -33px; }
.header-complex .affix .header-action {
  bottom: -47px; }
.header-regular .affix .header-action {
  display: none; }

.header-action-inner {
  background-color: #0aab9a;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: center;
  transition: all .15s linear; }
.header-action-inner:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 18px;
  left: 48%;
  position: absolute;
  top: 9px;
  transition: all .15s linear;
  width: 2px; }
.header-action-inner:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 9px;
  position: absolute;
  top: 48%;
  transition: all .15s linear;
  width: 18px; }
.header-regular .header-action-inner {
  width: 36px; }
.header-complex .header-action-inner {
  padding: 0 14px; }
.header-action-inner i {
  color: #fff; }
.header-complex .header-action-inner i {
  margin-right: 6px; }
.header-regular .header-action-inner span {
  display: none; }
.header-action-inner:hover, .header-action-inner:focus {
  background-color: #099384;
  color: #fff;
  text-decoration: none; }
.header-action-inner .icon-plus:before {
  background-color: #fff;
  content: '';
  height: 1px;
  width: 40px; }

.navbar-toggle {
  border: 0;
  border-radius: 0;
  float: right;
  margin: 14px 0; }
.navbar-toggle .icon-bar {
  background-color: #b8b8b8; }
.navbar-toggle:after {
  display: none; }
.navbar-toggle:active, .navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #f7f7f7 !important; }

.header-post-types {
  background-color: #444;
  height: 0;
  left: 0;
  margin: 0;
  min-height: 36px;
  opacity: 0;
  overflow: hidden;
  right: 0;
  position: absolute;
  transition: all linear .2s;
  visibility: hidden;
  z-index: 10; }
.header-post-types.open {
  height: auto;
  opacity: 1;
  visibility: visible; }
.header-regular .affix .header-post-types.open {
  display: none;
  visibility: hidden; }
.header-post-types ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 3px 46px 3px 0;
  text-align: center; }
.header-post-types ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-block;
  line-height: 1;
  margin: 7px 10px 7px 0;
  padding: 0 20px 0 0; }
.header-post-types ul li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  line-height: 1; }
.header-post-types ul li a:hover {
  color: #fff; }
.header-post-types ul li:last-child {
  border: 0;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 767px) {
  .header-nav-primary.nav > li:last-child .sub-menu, .footer-top .widget.widget_nav_menu ul.header-nav-primary > li:last-child .sub-menu, .footer-bottom .widget.widget_nav_menu ul.header-nav-primary > li:last-child .sub-menu {
    left: -120px; }
  .header-nav-primary.nav > li:last-child .sub-menu:after, .footer-top .widget.widget_nav_menu ul.header-nav-primary > li:last-child .sub-menu:after, .footer-bottom .widget.widget_nav_menu ul.header-nav-primary > li:last-child .sub-menu:after {
    left: 84%; }
  .header-nav-primary.nav > li:nth-last-child(2) .sub-menu, .footer-top .widget.widget_nav_menu ul.header-nav-primary > li:nth-last-child(2) .sub-menu, .footer-bottom .widget.widget_nav_menu ul.header-nav-primary > li:nth-last-child(2) .sub-menu {
    left: -120px; }
  .header-nav-primary.nav > li:nth-last-child(2) .sub-menu:after, .footer-top .widget.widget_nav_menu ul.header-nav-primary > li:nth-last-child(2) .sub-menu:after, .footer-bottom .widget.widget_nav_menu ul.header-nav-primary > li:nth-last-child(2) .sub-menu:after {
    left: 84%; } }

@media (min-width: 767px) and (max-width: 991px) {
  .header-regular .header-navigation .nav > li > a, .header-regular .header-navigation .footer-top .widget.widget_nav_menu ul > li > a, .footer-top .widget.widget_nav_menu .header-regular .header-navigation ul > li > a, .header-regular .header-navigation .footer-bottom .widget.widget_nav_menu ul > li > a, .footer-bottom .widget.widget_nav_menu .header-regular .header-navigation ul > li > a {
    padding: 32px 15px 31px 15px; }
  .header-navigation .nav > li .sub-menu li a, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu li a, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu li a, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li a, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu li a {
    padding: 9px 15px; }
  .header-navigation .nav > li .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu {
    width: 200px; }
  .header-regular .header-wrapper > div.container:first-child {
    width: 100% !important; }
  .header-regular .header-bar > div.container:first-child {
    width: 100% !important; } }

@media (min-width: 767px) and (max-width: 876px) {
  .header-navigation .nav > li .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu {
    width: 180px; } }

@media (min-width: 767px) and (max-width: 800px) {
  .header-navigation .nav > li .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul > li .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul > li .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li .sub-menu {
    width: 150px; } }

@media (min-width: 768px) {
  .header-navigation .nav > li:last-child .sub-menu li:hover > .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul > li:last-child .sub-menu li:hover > .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul > li:last-child .sub-menu li:hover > .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li:last-child .sub-menu li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li:last-child .sub-menu li:hover > .sub-menu,
  .header-navigation .nav > li:nth-last-child(2) .sub-menu li:hover > .sub-menu,
  .header-navigation .footer-top .widget.widget_nav_menu ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu, .footer-top .widget.widget_nav_menu
  .header-navigation ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu,
  .header-navigation .footer-bottom .widget.widget_nav_menu ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu
  .header-navigation ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu {
    display: block;
    left: -220px;
    margin: 0;
    opacity: 1;
    top: 0;
    transition: none;
    visibility: visible; } }

@media screen and (min-width: 877px) and (max-width: 992px) {
  .header-navigation .nav > li:last-child .sub-menu li:hover > .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul > li:last-child .sub-menu li:hover > .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul > li:last-child .sub-menu li:hover > .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li:last-child .sub-menu li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li:last-child .sub-menu li:hover > .sub-menu,
  .header-navigation .nav > li:nth-last-child(2) .sub-menu li:hover > .sub-menu,
  .header-navigation .footer-top .widget.widget_nav_menu ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu, .footer-top .widget.widget_nav_menu
  .header-navigation ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu,
  .header-navigation .footer-bottom .widget.widget_nav_menu ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu
  .header-navigation ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu {
    left: -200px !important; } }

@media screen and (min-width: 801px) and (max-width: 876px) {
  .header-navigation .nav > li:last-child .sub-menu li:hover > .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul > li:last-child .sub-menu li:hover > .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul > li:last-child .sub-menu li:hover > .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li:last-child .sub-menu li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li:last-child .sub-menu li:hover > .sub-menu,
  .header-navigation .nav > li:nth-last-child(2) .sub-menu li:hover > .sub-menu,
  .header-navigation .footer-top .widget.widget_nav_menu ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu, .footer-top .widget.widget_nav_menu
  .header-navigation ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu,
  .header-navigation .footer-bottom .widget.widget_nav_menu ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu
  .header-navigation ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu {
    left: -180px !important; } }

@media screen and (min-width: 767px) and (max-width: 800px) {
  .header-navigation .nav > li:last-child .sub-menu li:hover > .sub-menu, .header-navigation .footer-top .widget.widget_nav_menu ul > li:last-child .sub-menu li:hover > .sub-menu, .footer-top .widget.widget_nav_menu .header-navigation ul > li:last-child .sub-menu li:hover > .sub-menu, .header-navigation .footer-bottom .widget.widget_nav_menu ul > li:last-child .sub-menu li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-navigation ul > li:last-child .sub-menu li:hover > .sub-menu,
  .header-navigation .nav > li:nth-last-child(2) .sub-menu li:hover > .sub-menu,
  .header-navigation .footer-top .widget.widget_nav_menu ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu, .footer-top .widget.widget_nav_menu
  .header-navigation ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu,
  .header-navigation .footer-bottom .widget.widget_nav_menu ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu
  .header-navigation ul > li:nth-last-child(2) .sub-menu li:hover > .sub-menu {
    left: -150px !important; } }

/**
 * 6. Footer
 */
.footer {
  color: #fff;
  display: table-row;
  font-size: 13px;
  height: 1px; }

.footer-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 0 30px 0; }
.footer-area dl {
  padding-left: 35px;
  position: relative; }
.footer-area dl dt {
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  padding-top: 15px; }
.footer-area dl dd {
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  margin-top: 5px; }
.footer-area dl .fa {
  color: #0aab9a;
  font-size: 22px;
  position: absolute;
  left: 0;
  margin-top: 8px;
  vertical-align: top; }

.footer-top {
  background-color: #282828; }
@media (max-width: 767px) {
  .footer-top .widget.widget_nav_menu ul.menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    float: none;
    margin: 0; }
  .footer-top .widget.widget_nav_menu ul.menu li a {
    display: block;
    padding: 3px 0; } }
.footer-top h2, .footer-top .comment-reply-title {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 300;
  margin: 0 0 30px 0; }
.footer-top h2.widgettitle, .footer-top .widgettitle.comment-reply-title {
  margin: 45px 0 !important; }
.footer-top a {
  color: #fff !important; }
.footer-top a:hover {
  color: #0ddbc5 !important; }
.footer-top li {
  margin-right: 20px; }
.footer-top li a {
  line-height: 40px !important; }
.footer-top p {
  margin: 0; }
.footer-top form {
  margin: 0; }
.footer-top .input-group {
  margin: 0;
  max-width: 263px; }
.footer-top .form-control, .footer-top input[type=text], .footer-top input[type=email], .footer-top input[type=number], .footer-top input[type=url], .footer-top input[type=date], .footer-top input[type=password], .footer-top textarea {
  border: 0; }

.footer-top-inner {
  padding: 20px 0; }

.footer-first {
  float: left; }
@media (max-width: 767px) {
  .footer-first {
    float: none; } }

.footer-second {
  float: right; }
@media (max-width: 767px) {
  .footer-second {
    float: none;
    width: 100%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-second {
    width: 27%; } }

.footer-bottom {
  background-color: #242424;
  color: #fff;
  font-size: 13px;
  padding: 25px 0;
  text-align: center; }
.footer-bottom a {
  border-bottom: 1px solid #fff;
  color: #fff; }
.footer-bottom a:hover {
  border-bottom-color: #0ddbc5;
  color: #0ddbc5; }
.footer-bottom .widget {
  margin: 0; }
.footer-bottom .nav .sub-menu, .footer-top .widget.widget_nav_menu .footer-bottom ul .sub-menu, .footer-bottom .widget.widget_nav_menu ul .sub-menu {
  display: none; }
.footer-bottom .nav > li, .footer-top .widget.widget_nav_menu .footer-bottom ul > li, .footer-bottom .widget.widget_nav_menu ul > li {
  display: inline-block;
  float: none;
  margin: 0; }
.footer-bottom .nav > li > a, .footer-top .widget.widget_nav_menu .footer-bottom ul > li > a, .footer-bottom .widget.widget_nav_menu ul > li > a {
  border-radius: 0;
  color: #fff;
  padding: 0 10px !important; }
.footer-bottom .nav > li > a:hover, .footer-top .widget.widget_nav_menu .footer-bottom ul > li > a:hover, .footer-bottom .widget.widget_nav_menu ul > li > a:hover {
  background-color: transparent; }
.footer-bottom .nav > li > a:hover i, .footer-top .widget.widget_nav_menu .footer-bottom ul > li > a:hover i, .footer-bottom .widget.widget_nav_menu ul > li > a:hover i {
  color: #0ddbc5; }
.footer-bottom .nav > li > a i, .footer-top .widget.widget_nav_menu .footer-bottom ul > li > a i, .footer-bottom .widget.widget_nav_menu ul > li > a i {
  background-color: transparent !important;
  border-radius: 50%;
  font-size: 16px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  width: 32px; }
.footer-bottom .nav > li > a:active, .footer-top .widget.widget_nav_menu .footer-bottom ul > li > a:active, .footer-bottom .widget.widget_nav_menu ul > li > a:active, .footer-bottom .nav > li > a:focus, .footer-top .widget.widget_nav_menu .footer-bottom ul > li > a:focus, .footer-bottom .widget.widget_nav_menu ul > li > a:focus, .footer-bottom .nav > li > a:hover, .footer-top .widget.widget_nav_menu .footer-bottom ul > li > a:hover, .footer-bottom .widget.widget_nav_menu ul > li > a:hover {
  background-color: transparent; }

.footer-bottom-second {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  position: relative; }
.footer-bottom-second:after {
  background-color: rgba(255, 255, 255, 0.2);
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 30px; }

/**
 * 7. Widgets
 */
#primary .widget_filter form {
  padding: 20px 5px 5px 5px; }

#primary .widget_filter button {
  display: block;
  margin: 0;
  width: 100%; }

#primary .widget_filter .form-group {
  margin-bottom: 20px; }

#primary .widget_filter .has-labels .checkbox {
  padding-top: 22px; }

#primary .widget_filter .has-labels button[type=submit] {
  margin-top: 23px; }

.widget .widgettitle {
  color: #363636;
  font-family: "Montserrat", "Roboto", "Arial", "sans-serif";
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 60px;
  padding: 0;
  text-align: center; }
.widget .widgettitle:after {
  content: '';
  background-color: #0aab9a;
  display: block;
  margin: 17px auto 24px;
  width: 40px;
  height: 2px; }

.widget .description {
  font-size: 15px;
  line-height: 24px;
  margin: -45px 0 40px;
  padding: 0 20%;
  text-align: center; }
@media (max-width: 767px) {
  .widget .description {
    padding: 0; } }

.widget .widget-inner {
  background-size: cover;
  background-position: center center; }

.widget .widget-pt {
  padding-top: 60px; }

.widget .widget-pb {
  padding-bottom: 60px; }

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

.widget .widget-border-bottom {
  border-bottom: solid 1px #e9e9e9; }

.widget:last-of-type {
  margin-bottom: 0; }

.widget img {
  max-width: 100%;
  height: auto; }

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.widget ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 8px 0; }

.widget .dropdown-menu li {
  border-bottom: none;
  padding: 0; }

.widget.widget_archive li, .widget.widget_categories li {
  font-size: 0; }
.widget.widget_archive li a, .widget.widget_categories li a {
  font-size: 13px; }

.widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_pages ul li, .widget.widget_nav_menu ul li, .widget.widget_recent_entries ul li, .widget.widget_meta ul li {
  border-bottom: none;
  padding-bottom: 0; }
.widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_pages ul li a, .widget.widget_nav_menu ul li a, .widget.widget_recent_entries ul li a, .widget.widget_meta ul li a {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  color: #868686;
  line-height: 26px;
  display: block;
  padding-bottom: 8px;
  transition: all .15s linear; }
.widget.widget_archive ul li a:hover, .widget.widget_categories ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_nav_menu ul li a:hover, .widget.widget_recent_entries ul li a:hover, .widget.widget_meta ul li a:hover {
  color: #0aab9a;
  padding-left: 5px; }
.widget.widget_archive ul li a strong, .widget.widget_categories ul li a strong, .widget.widget_pages ul li a strong, .widget.widget_nav_menu ul li a strong, .widget.widget_recent_entries ul li a strong, .widget.widget_meta ul li a strong {
  color: #0aab9a;
  font-size: 11px; }
.widget.widget_archive ul li a i, .widget.widget_categories ul li a i, .widget.widget_pages ul li a i, .widget.widget_nav_menu ul li a i, .widget.widget_recent_entries ul li a i, .widget.widget_meta ul li a i {
  color: #363636;
  margin-right: 5px; }
.widget.widget_archive ul li:last-child a, .widget.widget_categories ul li:last-child a, .widget.widget_pages ul li:last-child a, .widget.widget_nav_menu ul li:last-child a, .widget.widget_recent_entries ul li:last-child a, .widget.widget_meta ul li:last-child a {
  border-bottom: 0; }
.widget.widget_archive ul li li, .widget.widget_categories ul li li, .widget.widget_pages ul li li, .widget.widget_nav_menu ul li li, .widget.widget_recent_entries ul li li, .widget.widget_meta ul li li {
  padding-left: 20px; }
.widget.widget_archive ul li li:last-child a, .widget.widget_categories ul li li:last-child a, .widget.widget_pages ul li li:last-child a, .widget.widget_nav_menu ul li li:last-child a, .widget.widget_recent_entries ul li li:last-child a, .widget.widget_meta ul li li:last-child a {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }

.widget .textwidget {
  line-height: 24px; }
.footer .widget .textwidget {
  color: rgba(255, 255, 255, 0.6); }

.widget .tagcloud {
  background-color: #fff;
  clear: both;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 20px 20px 10px;
  position: relative;
  width: 100%;
  z-index: 0; }
.widget .tagcloud a {
  background-color: #0aab9a;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px !important;
  font-weight: 300;
  margin-left: 9px;
  margin-right: 4px;
  margin-bottom: 10px;
  padding: 2px 6px 2px 8px;
  position: relative;
  transition: all linear .15s;
  z-index: 3; }
.widget .tagcloud a:before {
  background-color: #0aab9a;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: -7px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all linear .15s;
  width: 17px;
  margin-top: 1px;
  z-index: -1; }
.widget .tagcloud a:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: -2px;
  position: absolute;
  top: 8px;
  width: 5px; }
.widget .tagcloud a:hover {
  background-color: #077b6f; }
.widget .tagcloud a:hover:before {
  background-color: #077b6f; }

.widget.widget_filter form {
  background-color: #fff;
  padding: 20px; }

.widget.widget_filter .form-group:last-of-type {
  margin-bottom: 0; }

.widget.widget_filter button[type=submit] {
  margin-bottom: 0; }

.widget.widget_google-map .has-labels .checkbox {
  padding-top: 22px; }

.widget.widget_google-map .has-labels button[type=submit] {
  margin-top: 23px !important; }

.widget.widget_booking_form form {
  background-color: #fff;
  padding: 20px; }

.widget.widget_booking_form .form-group:last-of-type {
  margin-bottom: 0; }

.widget.widget_booking_form button[type=submit] {
  margin-bottom: 0; }

.widget.widget_booking_form .booking-restrictions dl {
  float: left;
  width: 50%; }

.widget.widget_call_to_action {
  color: #fff;
  font-size: 28px;
  font-weight: 300; }
.widget.widget_call_to_action .background-white {
  color: #363636; }
.widget.widget_call_to_action i {
  color: #0aab9a;
  float: left;
  font-size: 44px;
  margin: 11px 35px 0 0; }
@media (max-width: 767px) {
  .widget.widget_call_to_action i {
    float: none;
    margin: 0 0 20px 0; } }
.widget.widget_call_to_action .btn, .widget.widget_call_to_action input[type=submit], .widget.widget_call_to_action button, .widget.widget_call_to_action .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane .widget.widget_call_to_action button, .widget.widget_call_to_action .cmb-row.postbox .cmb-remove-group-row, .cmb-row.postbox .widget.widget_call_to_action .cmb-remove-group-row, .widget.widget_call_to_action .listing-create, .widget.widget_call_to_action .listings-slider-item-info-more a, .listings-slider-item-info-more .widget.widget_call_to_action a, .widget.widget_call_to_action .payment-process, .widget.widget_call_to_action .inventor-slider-item-info-button a, .inventor-slider-item-info-button .widget.widget_call_to_action a, .widget.widget_call_to_action .btn-create-collection {
  float: right;
  line-height: 24px;
  margin: 10px 0 0 0;
  padding-left: 30px;
  padding-right: 30px; }
@media (max-width: 767px) {
  .widget.widget_call_to_action .btn, .widget.widget_call_to_action input[type=submit], .widget.widget_call_to_action button, .widget.widget_call_to_action .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane .widget.widget_call_to_action button, .widget.widget_call_to_action .cmb-row.postbox .cmb-remove-group-row, .cmb-row.postbox .widget.widget_call_to_action .cmb-remove-group-row, .widget.widget_call_to_action .listing-create, .widget.widget_call_to_action .listings-slider-item-info-more a, .listings-slider-item-info-more .widget.widget_call_to_action a, .widget.widget_call_to_action .payment-process, .widget.widget_call_to_action .inventor-slider-item-info-button a, .inventor-slider-item-info-button .widget.widget_call_to_action a, .widget.widget_call_to_action .btn-create-collection {
    float: none; } }
.widget.widget_call_to_action span, .widget.widget_call_to_action strong {
  display: block; }
@media (max-width: 767px) {
  .widget.widget_call_to_action span {
    margin: 0 0 20px 0; } }
.widget.widget_call_to_action strong {
  color: #868686;
  font-size: 17px;
  font-weight: 400; }
@media (max-width: 767px) {
  .widget.widget_call_to_action strong {
    float: none;
    margin: 0 0 20px 0; } }

.header-content .widget_nav_menu {
  float: right; }
.header-content .widget_nav_menu a {
  border-bottom: 0 !important;
  padding-bottom: 0 !important; }
.header-content .widget_nav_menu a:hover {
  padding-left: 0 !important; }
.header-content .widget_nav_menu li {
  float: left;
  padding: 0 15px; }

.footer-top .widget .widget-inner, .footer-bottom .widget .widget-inner, .sidebar .widget .widget-inner, #primary .widget .widget-inner {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.footer-top .widget .widgettitle, .footer-bottom .widget .widgettitle, .sidebar .widget .widgettitle {
  border-bottom: 1px solid #e9e9e9;
  color: #868686;
  font-size: 20px;
  line-height: 60px;
  margin: 0 0 30px 0;
  text-align: left; }
.footer-top .widget .widgettitle:after, .footer-bottom .widget .widgettitle:after, .sidebar .widget .widgettitle:after {
  display: none; }

.footer-top .widget .description, .footer-bottom .widget .description, .sidebar .widget .description {
  font-size: 14px;
  margin: -10px 0 30px;
  padding: 0;
  text-align: left; }

.sidebar .widget {
  margin-bottom: 30px; }

#primary .widget .widgettitle {
  margin: 0 0 40px;
  text-align: left; }

#primary .widget .description {
  margin: -30px 0 40px;
  text-align: left;
  padding: 0 20%; }

.footer-top .widget .widgettitle, .footer-bottom .widget .widgettitle {
  border-bottom: none;
  line-height: 1.1;
  font-weight: 400;
  padding-left: 9px; }
.footer-top .widget .widgettitle:before, .footer-bottom .widget .widgettitle:before {
  content: '';
  background-color: #0aab9a;
  display: inline-block;
  height: 18px;
  width: 2px;
  position: relative;
  top: 2px;
  left: -9px; }

.footer-top .widget.widget_nav_menu ul li, .footer-bottom .widget.widget_nav_menu ul li {
  padding: 0; }
.footer-top .widget.widget_nav_menu ul li a, .footer-bottom .widget.widget_nav_menu ul li a {
  border-bottom: none;
  line-height: 1.9;
  padding: 0 20px; }
.footer-top .widget.widget_nav_menu ul li a:hover, .footer-bottom .widget.widget_nav_menu ul li a:hover {
  background-color: transparent; }

.footer-top .widget.widget_nav_menu ul ul, .footer-bottom .widget.widget_nav_menu ul ul {
  display: none; }

.footer-area .widget.widget_nav_menu ul li {
  display: block;
  float: none;
  margin: 0; }
.footer-area .widget.widget_nav_menu ul li a {
  color: rgba(255, 255, 255, 0.6) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.footer-area .widget.widget_nav_menu ul li a:hover {
  color: #0aab9a !important; }
.footer-area .widget.widget_nav_menu ul li:last-child a {
  border: 0; }

.footer-top .widget.widget_nav_menu .menu li a {
  padding: 0;
  margin-right: 30px; }
.footer-top .widget.widget_nav_menu .menu li a:hover {
  color: #0aab9a; }
.footer-top .widget.widget_nav_menu .menu li a:active, .footer-top .widget.widget_nav_menu .menu li a:focus, .footer-top .widget.widget_nav_menu .menu li a:hover {
  background-color: transparent; }
.footer-top .widget.widget_nav_menu .menu li a i {
  background-color: #0aab9a;
  border-radius: 50%;
  font-size: 12px;
  height: 24px;
  line-height: 25px;
  margin-right: -15px;
  text-align: center;
  width: 24px; }

@media (max-width: 767px) {
  .footer-top .widget {
    padding: 8px 0; }
  .footer-top .widget:active, .footer-top .widget:focus, .footer-top .widget:hover {
    background-color: transparent; } }

.sidebar_dashboard ul.menu {
  background-color: #fff;
  padding: 10px 20px; }
.sidebar_dashboard ul.menu li:last-child {
  border-bottom: 0; }

#secondary.sidebar #rc-imageselect, #secondary.sidebar .g-recaptcha {
  transform: scale(0.87);
  -webkit-transform: scale(0.87);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

#secondary.sidebar .widget_booking_form #rc-imageselect, #secondary.sidebar .widget_booking_form .g-recaptcha {
  transform: scale(0.74);
  -webkit-transform: scale(0.74);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

.widget_listings .listing-carousel.owl-carousel .owl-prev, .widget_listings .listing-carousel.owl-carousel .owl-next {
  background-color: #fff;
  color: transparent;
  font-size: 12px;
  font-weight: 500;
  left: -10px;
  line-height: 1;
  padding: 13px 13px 13px 15px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: background-color .15s linear;
  width: 40px;
  z-index: 10; }
.widget_listings .listing-carousel.owl-carousel .owl-prev:hover, .widget_listings .listing-carousel.owl-carousel .owl-next:hover {
  background-color: #f7f7f7; }
.widget_listings .listing-carousel.owl-carousel .owl-prev:before, .widget_listings .listing-carousel.owl-carousel .owl-next:before {
  color: #363636;
  content: '\f053';
  font-family: FontAwesome; }

.widget_listings .listing-carousel.owl-carousel .owl-next {
  left: initial;
  right: -10px;
  top: 50%; }
.widget_listings .listing-carousel.owl-carousel .owl-next:before {
  content: '\f054'; }

.listing-categories-card,
.listing-types-card {
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  padding-bottom: 15px;
  transition: all .15s ease; }

.location-poster {
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  transition: all .15s ease; }

.listing-categories-card-image,
.listing-types-card-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
  height: 220px;
  position: relative; }
.listing-categories-card-image a,
.listing-types-card-image a {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: solid 4px #0aab9a;
  border-radius: 3px 3px 0 0;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
.listing-categories-card-image i,
.listing-types-card-image i {
  background-color: #0aab9a;
  color: #fff;
  height: 58px;
  font-size: 29px;
  left: 50%;
  line-height: 58px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all linear .15s;
  opacity: 1;
  width: 58px;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%); }
.listing-categories-card-image:hover a,
.listing-types-card-image:hover a {
  background-color: transparent; }
.listing-categories-card-image:hover i,
.listing-types-card-image:hover i {
  opacity: 0; }

.listing-categories-card-title,
.listing-types-card-title {
  text-align: center;
  margin: 10px 10px 0 10px; }
.listing-categories-card-title a,
.listing-types-card-title a {
  color: #363636;
  font-size: 16px;
  font-weight: 600; }

.listing-categories-card-bottom,
.listing-types-card-bottom {
  color: #b8b8b8;
  font-size: 14px;
  padding-top: 5px;
  text-align: center; }

.location-poster-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0 0;
  height: 220px;
  position: relative; }
.location-poster-image a {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
.location-poster-image:hover a {
  background-color: rgba(0, 0, 0, 0.2); }

.location-poster-details {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  z-index: 1; }

.location-poster-title {
  margin: 5px 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
.location-poster-title a {
  color: #fff;
  font-size: 24px;
  font-weight: 600; }

.location-poster-bottom {
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

/**
 * 8. Pagination
 */
.pagination {
  margin: 60px 0 0 0;
  text-align: center;
  width: 100%; }
.pagination .page-numbers {
  background-color: #fff;
  border-radius: 15px;
  color: #868686;
  margin: 0 4px;
  padding: 6px 15px;
  transition: all .15s linear; }
.pagination .page-numbers:hover {
  background-color: #0aab9a;
  color: #fff; }
.pagination .page-numbers.dots {
  box-shadow: none;
  background-color: transparent; }
.pagination .page-numbers.dots:hover {
  background-color: #fdfdfd;
  color: #868686; }
.pagination .page-numbers.current {
  background-color: #676767;
  border-color: #0aab9a;
  color: #fff; }

.screen-reader-text {
  display: none; }

.content + .pagination {
  margin: 0 0 60px; }

/**
 * 9. Google Map
 */
.mapescape-map-wrapper {
  overflow: visible !important; }

/* To show toggle button */
.map-inner.closed .mapescape-scroll {
  display: none; }

#map {
  background-color: rgba(0, 0, 0, 0.02);
  background-image: url("../img/map.jpg");
  background-position: center center;
  height: 100%; }

.marker-inventor-poi {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  color: #363636;
  font-weight: 700;
  height: 40px;
  text-align: center;
  transition: all ease .15s;
  user-select: none;
  -webkit-user-select: none;
  width: 40px; }
.marker-inventor-poi:hover {
  margin-left: -4px;
  margin-top: -4px;
  height: 48px;
  width: 48px; }
.marker-inventor-poi:hover .marker-inventor-poi-inner {
  height: 48px;
  width: 48px; }
.marker-inventor-poi:hover .marker-inventor-poi-inner .inventor-poi {
  margin-top: -3px;
  font-size: 19px; }

.marker-inventor-poi-inner {
  border: 3px solid #0aab9a;
  border-radius: 50%;
  color: #363636;
  height: 40px;
  font-size: 11px;
  line-height: 30px;
  width: 40px;
  transition: all ease .15s;
  text-align: center; }
.marker-inventor-poi-inner .inventor-poi {
  color: #242424;
  font-size: 14px;
  opacity: .6;
  position: absolute;
  top: 50%;
  transition: all ease .15s;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%); }

.marker-thumbnail {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 60px;
  margin-bottom: 10px;
  width: 60px;
  position: relative;
  transform: translateX(-32%) translateY(-5%);
  -webkit-transform: translateX(-32%) translateY(-5%); }
.marker-thumbnail img {
  border-radius: 50%;
  overflow: hidden;
  visibility: hidden;
  height: 60px;
  width: 60px; }

.marker, .simple-marker, .simple-marker-primary, #banner-map .banner-marker, #banner-street-view .banner-marker, #banner-inside-view .banner-marker {
  background-image: url("../img/marker.png");
  background-size: cover;
  height: 38px;
  display: block;
  left: 0;
  position: relative;
  top: 0;
  transition: all ease .15s;
  user-select: none;
  -webkit-user-select: none;
  width: 24px; }
.marker:after, .simple-marker:after, .simple-marker-primary:after, #banner-map .banner-marker:after, #banner-street-view .banner-marker:after, #banner-inside-view .banner-marker:after {
  background-color: #0aab9a;
  border: 2px solid #fff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 12px;
  left: 6px;
  position: relative;
  top: -20px;
  width: 12px; }
.marker:before, .simple-marker:before, .simple-marker-primary:before, #banner-map .banner-marker:before, #banner-street-view .banner-marker:before, #banner-inside-view .banner-marker:before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  bottom: 1px;
  box-shadow: 0 0 0 0 black;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transition: all ease .15s;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 1px;
  z-index: -1; }
.marker:hover, .simple-marker:hover, .simple-marker-primary:hover, #banner-map .banner-marker:hover, #banner-street-view .banner-marker:hover, #banner-inside-view .banner-marker:hover {
  margin-top: -6px; }
.marker:hover:before, .simple-marker:hover:before, .simple-marker-primary:hover:before, #banner-map .banner-marker:hover:before, #banner-street-view .banner-marker:hover:before, #banner-inside-view .banner-marker:hover:before {
  background-color: rgba(0, 0, 0, 0.14);
  bottom: -5px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.4);
  width: 16px; }

.marker-inner {
  color: #fff;
  display: block;
  font-size: 16px;
  height: 26px;
  line-height: 27px;
  margin: 0 0 0 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
  top: 6px;
  width: 26px; }

.clusterer {
  background-color: #444;
  border: 2px solid #0aab9a;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  color: #363636;
  font-size: 10px;
  font-weight: 700;
  height: 40px;
  text-align: center;
  width: 40px; }

.clusterer-inner {
  border-radius: 50%;
  color: #fff;
  height: 34px;
  font-size: 11px;
  line-height: 34px;
  width: 34px; }

.infobox {
  background-color: transparent;
  bottom: 20px;
  left: 1px;
  position: relative; }
.infobox:after {
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-top-color: #fff;
  bottom: -20px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 0; }

.infobox-inner {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  height: 228px;
  padding: 15px;
  position: relative;
  width: 260px; }
.infobox-inner .close {
  background-color: rgba(68, 68, 68, 0.25);
  border: 0;
  border-top-right-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  height: 26px;
  line-height: 18px;
  opacity: 1;
  padding: 3px;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  transition: all linear .12s;
  width: 26px;
  z-index: 999; }
.infobox-inner .close:before {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 10px; }
.infobox-inner .close i {
  color: #fff;
  display: block;
  font-size: 11px;
  line-height: 20px; }
.infobox-inner .close:hover {
  background-color: #fff;
  color: #363636; }
.infobox-inner .close:hover i {
  color: #0aab9a; }

.infobox-image {
  background-size: cover;
  background-position: center center;
  border-radius: 3px 3px 0 0;
  display: block;
  height: 170px;
  margin: -15px -15px 0 -15px;
  position: relative; }
.infobox-image:after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 55px);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }

.infobox-item {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0; }
.infobox-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.infobox-item-title {
  color: #444;
  display: block;
  font-size: 14px;
  margin: 12px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.infobox-item-title a {
  color: #444; }

.infobox-item-image {
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 45px;
  margin: 0 13px 0 0;
  position: relative;
  width: 60px; }
.infobox-item-image a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.infobox.multiple .infobox-inner {
  overflow: auto; }

.infobox .inventor-favorites-btn-toggle {
  bottom: 27px;
  color: #d81814;
  font-size: 14px;
  right: 15px;
  position: absolute;
  z-index: 11; }
.infobox .inventor-favorites-btn-toggle:hover {
  cursor: pointer; }
.infobox .inventor-favorites-btn-toggle:hover i:before {
  content: "\f004"; }
.infobox .inventor-favorites-btn-toggle.marked i:before {
  content: "\f004";
  color: #d81814; }
.infobox .inventor-favorites-btn-toggle span {
  display: none; }

.infobox-title {
  position: relative; }
.infobox-title h2, .infobox-title .comment-reply-title {
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  margin: 13px 0 3px 0;
  padding: 0 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.infobox-title h2 a, .infobox-title .comment-reply-title a {
  color: #363636; }
.infobox-title h2 a:hover, .infobox-title .comment-reply-title a:hover {
  color: #0aab9a; }

.infobox-rating {
  color: #ffd925;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 2px; }
.infobox-rating .fa {
  margin: 0 0 0 4px; }

.infobox-category {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.infobox-category i {
  margin-right: 8px;
  vertical-align: -1px; }
.infobox-category a {
  color: #b8b8b8; }
.infobox-category a:hover {
  color: #676767; }

.map-wrapper {
  position: relative; }

.map-inner {
  border-bottom: 2px solid #fff;
  position: relative; }
@media (max-width: 767px) {
  .map-inner {
    height: auto !important;
    overflow: visible; } }
.map-inner.closed {
  border-bottom: 2px solid transparent; }

.map-google {
  position: relative; }

.map-google-inner {
  overflow: hidden;
  transition: height .5s ease; }
.map-google-inner .fa-spinner {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%; }
.map-inner.closed .map-google-inner .fa-spinner {
  display: none; }

.map-switch {
  background-color: #0aab9a;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  left: 50%;
  padding: 4px 8px;
  position: absolute;
  transform: translateX(-50%) translateY(50%);
  transition: background-color .15s linear;
  z-index: 1000; }
.map-switch:hover {
  background-color: #099384; }
.map-inner.closed .map-switch {
  z-index: 2001; }

.map-inner.closed .map-content {
  display: none; }

@media (min-width: 768px) {
  .map-content {
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  .map-content .form-group {
    float: left;
    padding: 0 15px;
    width: 20%; }
  .map-content .button {
    display: block;
    margin: 0 !important;
    width: 100%; }
  .map-content .form-control, .map-content input[type=text], .map-content input[type=email], .map-content input[type=number], .map-content input[type=url], .map-content input[type=date], .map-content input[type=password], .map-content textarea {
    border-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) !important; }
  .map-content .dropdown-toggle {
    border-color: #fff !important; }
  .map-content .dropdown-toggle:active, .map-content .dropdown-toggle:hover, .map-content .dropdown-toggle:focus {
    border-color: #fff !important; }
  .map-content .input-group-addon {
    border: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) !important;
    color: #868686 !important;
    font-size: 12px; }
  .map-content .dropdown-menu {
    border-color: #fff !important; }
  .map-content div.dropdown-menu {
    margin-top: 2px !important; } }

@media (min-width: 768px) {
  .map-content .row, .map-content .listing-categories-cards, .map-content
  .listing-types-cards, .map-content
  .locations-posters, .map-content .listing-detail-resume-experience .listing-detail-resume-experience-levels, .listing-detail-resume-experience .map-content .listing-detail-resume-experience-levels, .map-content .blog #primary .content, .blog #primary .map-content .content, .map-content .widget_faq .faq, .widget_faq .map-content .faq, .map-content .tab-content ul, .tab-content .map-content ul, .map-content .video-cover-filter form, .video-cover-filter .map-content form, .map-content .submission-choose-type ul, .submission-choose-type .map-content ul, .map-content .user-list, .map-content .user-listings, .map-content .applicants-list, .map-content .inventor-cover-filter form, .inventor-cover-filter .map-content form {
    margin-right: 40px; } }

@media (max-width: 767px) {
  .map-content {
    margin: 40px 30px; }
  .map-content .button {
    display: block;
    margin: 0 !important;
    width: 100%; } }

.widget_google-map .map-content {
  pointer-events: none; }
.widget_google-map .map-content .form-group, .widget_google-map .map-content .map-actions-group {
  pointer-events: auto; }

.map-actions {
  user-select: none;
  -webkit-user-select: none; }
@media (max-width: 767px) {
  .map-actions {
    margin: 0 -15px; }
  .map-actions a span {
    padding: 0 10px !important; } }
.map-actions a {
  background-color: #444;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 -4px 0 0;
  min-width: 30px;
  text-align: center; }
.map-actions a:hover {
  color: #fff; }
.map-actions a .fa {
  font-size: 13px; }
.map-actions a span {
  font-size: 13px;
  padding: 0 15px; }
.map-actions a:hover {
  background-color: #5e5e5e; }
.map-actions a:first-of-type:before {
  content: none; }
.map-actions a:before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  margin-top: 5px;
  border-left: 1px solid #5e5e5e; }

.map-actions-group {
  display: inline-block;
  margin: 0 12px 0 0; }
.map-actions-group:hover a:before {
  height: 30px;
  margin-top: 0; }
@media (max-width: 767px) {
  .map-actions-group {
    margin-bottom: 8px; }
  .map-actions-group:last-child {
    margin-right: 0; } }

#map-canvas {
  height: 300px;
  margin: 0 0 30px 0; }
#map-canvas .form-control, #map-canvas input[type=text], #map-canvas input[type=email], #map-canvas input[type=number], #map-canvas input[type=url], #map-canvas input[type=date], #map-canvas input[type=password], #map-canvas textarea {
  right: 42px !important;
  top: 20px !important;
  width: 300px !important; }

.simple-marker:after, .simple-marker-primary:after {
  top: 6px; }

.simple-marker-primary {
  background-image: url("../img/marker-primary.png"); }

#simple-map img {
  max-width: inherit; }

#banner-map, #banner-street-view, #banner-inside-view {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }
#banner-map img, #banner-street-view img, #banner-inside-view img {
  max-width: inherit; }

.marker-content {
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.2);
  color: #676767;
  font-size: 13px;
  left: 21px;
  padding: 8px 10px;
  position: absolute;
  text-align: center;
  top: -75px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 250px; }
.marker-content:after {
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-top-color: #fff;
  bottom: -20px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

/**
 * 10. Social
 */
i, a {
  transition: all linear .15s; }
i.fa-behance, a.fa-behance {
  background-color: #1769ff !important;
  color: #fff; }
i.fa-behance:hover, a.fa-behance:hover {
  background-color: #0059fd !important; }
i.fa-foursquare, a.fa-foursquare {
  background-color: #F84777 !important;
  color: #fff; }
i.fa-foursquare:hover, a.fa-foursquare:hover {
  background-color: #f72e65 !important; }
i.fa-skype, a.fa-skype {
  background-color: #00acf4 !important;
  color: #fff; }
i.fa-skype:hover, a.fa-skype:hover {
  background-color: #009adb !important; }
i.fa-google, a.fa-google {
  background-color: #e0452c !important;
  color: #fff; }
i.fa-google:hover, a.fa-google:hover {
  background-color: #d3381f !important; }
i.fa-vimeo, a.fa-vimeo {
  background-color: #48b6ed !important;
  color: #fff; }
i.fa-vimeo:hover, a.fa-vimeo:hover {
  background-color: #31adeb !important; }
i.fa-facebook, a.fa-facebook {
  background-color: #365397 !important;
  color: #fff; }
i.fa-facebook:hover, a.fa-facebook:hover {
  background-color: #2f4984 !important; }
i.fa-twitter, a.fa-twitter {
  background-color: #00a9f1 !important;
  color: #fff; }
i.fa-twitter:hover, a.fa-twitter:hover {
  background-color: #0097d8 !important; }
i.fa-youtube, i.fa-youtube-play, a.fa-youtube, a.fa-youtube-play {
  background-color: #ff3333 !important;
  color: #fff; }
i.fa-youtube:hover, i.fa-youtube-play:hover, a.fa-youtube:hover, a.fa-youtube-play:hover {
  background-color: #ff1a1a !important; }
i.fa-google-plus, a.fa-google-plus {
  background-color: #e0452c !important;
  color: #fff; }
i.fa-google-plus:hover, a.fa-google-plus:hover {
  background-color: #d3381f !important; }
i.fa-dribbble, a.fa-dribbble {
  background-color: #ed4584 !important;
  color: #fff; }
i.fa-dribbble:hover, a.fa-dribbble:hover {
  background-color: #eb2e75 !important; }
i.fa-linkedin, a.fa-linkedin {
  background-color: #287bbc !important;
  color: #fff; }
i.fa-linkedin:hover, a.fa-linkedin:hover {
  background-color: #246da7 !important; }
i.fa-instagram, a.fa-instagram {
  background-color: #396d9a !important;
  color: #fff; }
i.fa-instagram:hover, a.fa-instagram:hover {
  background-color: #326087 !important; }
i.fa-pinterest-p, i.fa-pinterest, a.fa-pinterest-p, a.fa-pinterest {
  background-color: #ce1a19 !important;
  color: #fff; }
i.fa-pinterest-p:hover, i.fa-pinterest:hover, a.fa-pinterest-p:hover, a.fa-pinterest:hover {
  background-color: #b71716 !important; }
i.fa-tripadvisor, a.fa-tripadvisor {
  background-color: #589442 !important;
  color: #fff; }
i.fa-tripadvisor:hover, a.fa-tripadvisor:hover {
  background-color: #4e823a !important; }

/**
 * 11. Social login
 */
.wp-social-login-provider-list {
  margin: 0;
  padding: 0; }

.wp-social-login-provider {
  background-color: #e9e9e9;
  border: 0 !important;
  color: #363636;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px 0;
  min-height: 40px;
  padding: 8px 15px;
  text-align: center;
  position: relative; }
.wp-social-login-provider:after, .wp-social-login-provider:focus, .wp-social-login-provider:hover {
  color: #363636;
  text-decoration: none; }
.wp-social-login-provider img {
  display: none; }
.wp-social-login-provider:last-child {
  margin-bottom: 0; }
.wp-social-login-provider:before {
  position: absolute;
  left: 15px; }

.wp-social-login-provider-facebook {
  background-color: #365397;
  color: #fff; }
.wp-social-login-provider-facebook:hover {
  background-color: #2f4984; }
.wp-social-login-provider-facebook:before {
  content: '\f09a';
  font-family: 'FontAwesome';
  margin: 0 10px 0 0; }
.wp-social-login-provider-facebook:after, .wp-social-login-provider-facebook:focus, .wp-social-login-provider-facebook:hover {
  color: #fff;
  text-decoration: none; }

.wp-social-login-provider-twitter {
  background-color: #00a9f1;
  color: #fff; }
.wp-social-login-provider-twitter:hover {
  background-color: #0097d8; }
.wp-social-login-provider-twitter:before {
  content: '\f099';
  font-family: 'FontAwesome';
  margin: 0 10px 0 0; }
.wp-social-login-provider-twitter:after, .wp-social-login-provider-twitter:focus, .wp-social-login-provider-twitter:hover {
  color: #fff;
  text-decoration: none; }

.wp-social-login-provider-google {
  background-color: #e0452c;
  color: #fff; }
.wp-social-login-provider-google:hover {
  background-color: #d3381f; }
.wp-social-login-provider-google:before {
  content: '\f1a0';
  font-family: 'FontAwesome';
  margin: 0 10px 0 0; }
.wp-social-login-provider-google:after, .wp-social-login-provider-google:focus, .wp-social-login-provider-google:hover {
  color: #fff;
  text-decoration: none; }

.wp-social-login-connect-with {
  margin-bottom: 5px; }

/**
 * 12. Listings
 */
.item-container, .listing-container,
.listing-categories-card-container,
.listing-types-card-container,
.location-poster-container, .user-container, .applicant-container {
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }
.listing-box-archive .item-container, .listing-box-archive .listing-container, .listing-box-archive
.listing-categories-card-container, .listing-box-archive
.listing-types-card-container, .listing-box-archive
.location-poster-container, .listing-box-archive .user-container, .listing-box-archive .applicant-container {
  margin-bottom: 30px; }
.widget_listings .item-container .listing-column, .widget_listings .listing-container .listing-column, .widget_listings
.listing-categories-card-container .listing-column, .widget_listings
.listing-types-card-container .listing-column, .widget_listings
.location-poster-container .listing-column, .widget_listings .user-container .listing-column, .widget_listings .applicant-container .listing-column {
  margin-bottom: 30px; }
.listing-carousel .item-container, .listing-carousel .listing-container, .listing-carousel
.listing-categories-card-container, .listing-carousel
.listing-types-card-container, .listing-carousel
.location-poster-container, .listing-carousel .user-container, .listing-carousel .applicant-container {
  margin-bottom: 0; }

.items-per-row-5 .item-container, .items-per-row-5 .listing-container, .items-per-row-5
.listing-categories-card-container, .items-per-row-5
.listing-types-card-container, .items-per-row-5
.location-poster-container, .items-per-row-5 .user-container, .items-per-row-5 .applicant-container {
  width: 20%; }
@media (max-width: 1199px) {
  .items-per-row-5 .item-container, .items-per-row-5 .listing-container, .items-per-row-5
  .listing-categories-card-container, .items-per-row-5
  .listing-types-card-container, .items-per-row-5
  .location-poster-container, .items-per-row-5 .user-container, .items-per-row-5 .applicant-container {
    width: 25%; } }
@media (max-width: 991px) {
  .items-per-row-5 .item-container, .items-per-row-5 .listing-container, .items-per-row-5
  .listing-categories-card-container, .items-per-row-5
  .listing-types-card-container, .items-per-row-5
  .location-poster-container, .items-per-row-5 .user-container, .items-per-row-5 .applicant-container {
    width: 33%; } }
@media (max-width: 767px) {
  .items-per-row-5 .item-container, .items-per-row-5 .listing-container, .items-per-row-5
  .listing-categories-card-container, .items-per-row-5
  .listing-types-card-container, .items-per-row-5
  .location-poster-container, .items-per-row-5 .user-container, .items-per-row-5 .applicant-container {
    width: 100%; } }

.listings-row {
  clear: both;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }

.listings-row:last-of-type {
  margin-bottom: 0; }

.listings-row:before, .listings-row:after {
  content: " ";
  display: table; }

.listings-row:after {
  clear: both; }

.listing-box-archive .listing-container {
  margin-bottom: 30px; }

.widget_listings .listing-container .listing-column {
  margin-bottom: 30px; }

.listing-carousel .listing-container .listing-column {
  margin-bottom: 0; }

.listing-box-image {
  height: 120px; }

.listing-box-content {
  padding: 10px; }

.listing-box-title {
  background-color: #fff;
  color: #444;
  display: inline-block;
  font-weight: 500;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  transition: all ease 0.35s;
  white-space: nowrap;
  width: 100%;
  z-index: 100; }
.listing-box-title a {
  color: #444; }

.listing-box {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  border: none;
  height: 239px;
  overflow: hidden;
  -webkit-transform: translateZ(0px); }
.listing-box .listing-box-content-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.listing-box:hover .listing-box-background:before {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-backface-visibility: hidden; }
.listing-box:hover .listing-box-label-top {
  margin-top: 20px; }
.listing-box:hover .listing-box-label-bottom {
  margin-bottom: 44px; }
.listing-box:hover .listing-box-title {
  background-color: #0aab9a;
  color: #fff; }
.listing-box:hover .listing-box-title a {
  color: #fff; }
.listing-box:hover .listing-box-content {
  padding-top: 0;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden; }
.listing-box:hover .listing-box-rating {
  opacity: 1;
  transition-delay: .05s;
  -webkit-backface-visibility: hidden; }
.listing-box:hover .listing-box-actions {
  opacity: 1;
  transition-delay: .1s;
  -webkit-backface-visibility: hidden; }
.listing-box .inventor-favorites-btn-toggle {
  display: inline; }
.listing-box .inventor-favorites-btn-toggle span {
  display: none; }
.listing-box .inventor-favorites-btn-toggle.heart.marked i {
  background-color: #fff;
  color: #444; }
.listing-box .inventor-favorites-btn-toggle.heart.marked i:before {
  content: "\f004";
  color: #d81814; }
.listing-box .share-listing span {
  display: none; }
.listing-box .inventor-compare-btn-toggle span {
  display: none; }
.listing-box .inventor-compare-btn-toggle.marked i {
  background-color: #fff;
  color: #0aab9a; }

.listing-box-background {
  height: 200px;
  pointer-events: none;
  position: relative; }
.listing-box-background img {
  width: 100%; }
.listing-box-background:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.95) 65%);
  background: linear-gradient(to bottom, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.95) 65%);
  content: '';
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: all ease .35s; }
.listing-box-background:after {
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.listing-box-label-top {
  background-color: #444;
  color: #fff;
  left: 50%;
  font-size: 13px;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all ease .35s;
  white-space: nowrap;
  z-index: 2; }
.listing-box-label-top a {
  color: #fff; }
.listing-box-label-top a:hover {
  color: #fff;
  text-decoration: none; }
.listing-box-label-top i {
  margin-right: 4px; }

.listing-box-content {
  background-color: transparent;
  left: 50%;
  padding: 0;
  padding-top: 85px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transition: all ease .35s;
  width: 100%;
  z-index: 2; }
.listing-box-content h2, .listing-box-content .comment-reply-title {
  color: #fff;
  display: block;
  font-size: 20px;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap; }
.listing-box-content h2 a, .listing-box-content .comment-reply-title a {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.listing-box-content h2 a:hover, .listing-box-content .comment-reply-title a:hover {
  text-decoration: none; }

.listing-box-rating {
  color: #ffd925;
  margin-top: 0;
  opacity: 0;
  font-size: 15px;
  text-align: center;
  transition: all ease .35s; }
.listing-box-rating i {
  margin-right: 2px; }

.listing-box-actions {
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  text-align: center;
  transition: all ease .35s; }
.listing-box-actions a {
  pointer-events: all; }
.listing-box-actions .fa {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 32px;
  margin: 0 6px;
  padding-top: 8px;
  transition: all ease .2s;
  width: 32px; }
.listing-box-actions .fa:hover {
  background-color: #fff;
  color: #363636; }
.listing-box-actions .fa-eye {
  font-size: 18px;
  height: 40px;
  padding-top: 9px;
  width: 40px; }

.listing-box-label-bottom {
  background-color: #fff;
  bottom: -26px;
  color: #444;
  font-size: 13px;
  left: 50%;
  padding: 3px 15px;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all ease .35s;
  white-space: nowrap;
  z-index: 2; }
.listing-box-label-bottom a {
  color: #444; }

.listing-column {
  background-color: #fff;
  overflow: hidden;
  position: relative; }
.listing-column:hover .listing-column-title {
  background-color: #0aab9a; }
.listing-column:hover .listing-column-title span:before {
  color: rgba(255, 255, 255, 0.8); }

.listing-column-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 180px; }

.listing-column-label-top {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 2; }
.listing-column-label-top.listing-column-label-top-center {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
.listing-column-label-top.listing-column-label-top-left {
  background-color: #0aab9a;
  left: 0; }
.listing-column-label-top.listing-column-label-top-right {
  right: 0; }
.listing-column-label-top a {
  border: 0 !important;
  color: #fff; }
.listing-column-label-top a:hover {
  color: #fff;
  text-decoration: none; }

.listing-column-label-special {
  background-color: #0aab9a;
  color: #fff;
  font-size: 13px;
  padding: 3px 15px;
  position: absolute;
  right: 10px;
  top: 165px;
  white-space: nowrap;
  z-index: 2; }

.listing-column-title {
  background-color: #444;
  color: #fff;
  min-height: 70px;
  padding: 17px 20px;
  transition: background-color .15s linear; }
.listing-column-title a {
  color: #fff; }
.listing-column-title h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap; }
.listing-column-title span {
  font-size: 11px;
  margin-top: 5px;
  padding-left: 13px;
  position: relative; }
.listing-column-title span:before {
  transition: color .15s linear;
  color: rgba(10, 171, 154, 0.8);
  content: '\f041';
  line-height: 14px;
  font-family: FontAwesome;
  font-size: 12px;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0; }
.listing-column-title span a {
  color: rgba(255, 255, 255, 0.5); }

.listing-column-bottom-title {
  color: #0aab9a;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 11px 20px;
  min-height: 40px; }
.listing-column-bottom-title .inventor-reviews-rating {
  color: #ffd925; }

.listing-column-actions {
  color: #363636;
  position: absolute;
  bottom: 10px;
  right: 20px; }
.listing-column-actions a {
  color: #b8b8b8;
  margin-left: 12px; }
.listing-column-actions a:hover {
  color: #363636; }
.listing-column-actions .inventor-favorites-btn-toggle {
  display: inline; }
.listing-column-actions .inventor-favorites-btn-toggle i {
  width: 15px; }
.listing-column-actions .inventor-favorites-btn-toggle span {
  display: none; }
.listing-column-actions .inventor-favorites-btn-toggle.heart:hover {
  color: #d81814; }
.listing-column-actions .inventor-favorites-btn-toggle.heart.marked i {
  background-color: #fff;
  color: #444; }
.listing-column-actions .inventor-favorites-btn-toggle.heart.marked i:before {
  content: "\f004";
  color: #d81814; }
.listing-column-actions .share-listing span {
  display: none; }
.listing-column-actions .inventor-compare-btn-toggle span {
  display: none; }
.listing-column-actions .inventor-compare-btn-toggle.marked i {
  background-color: #fff;
  color: #0aab9a; }

.listing-container:last-of-type .listing-row {
  margin-bottom: 0; }

.listing-row-image, .listing-row-body, .listing-row-properties {
  display: table-cell;
  vertical-align: top; }

.listing-row-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  position: relative;
  width: 30%; }

.listing-row-body {
  padding: 20px; }

.listing-row-properties {
  padding: 30px;
  width: 260px; }

.listing-row-properties dl {
  margin: 0;
  padding: 0; }

.listing-row-properties dt {
  clear: left;
  float: left;
  line-height: 36px; }

.listing-row-properties dd {
  color: #444;
  clear: right;
  line-height: 36px;
  text-align: right; }

.listing-row-properties dd:last-child {
  border-bottom: 0; }

.listing-row {
  background-color: #fff;
  display: table;
  overflow: hidden;
  width: 100%; }
.listing-row.featured {
  border: 1px solid #0aab9a; }
.listing-row:hover .listing-row-actions {
  opacity: 1;
  padding-top: 0; }
.listing-row:hover .listing-row-image:before {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-backface-visibility: hidden; }

.listing-row-image, .listing-row-body, .listing-row-properties {
  position: relative; }
@media (max-width: 1199px) {
  .listing-row-image, .listing-row-body, .listing-row-properties {
    display: block; } }

.listing-row-image-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 0 !important; }

.listing-row-image {
  position: relative;
  overflow: hidden; }
.listing-row-image:before {
  background: -webkit-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.9) 70%);
  background: linear-gradient(to bottom, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.9) 70%);
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: all ease .35s;
  z-index: 0; }
.listing-row-image:after {
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
@media (max-width: 1199px) {
  .listing-row-image {
    width: 100%; } }

.listing-row-body {
  padding: 30px; }

@media (max-width: 1199px) {
  .listing-row-properties {
    padding-top: 0;
    width: 100%; } }

.post-detail .listing-row-title, .listing-row-title {
  border: 0 !important;
  font-family: "Montserrat", "Roboto", "Arial", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0; }
.post-detail .listing-row-title a, .listing-row-title a {
  border: 0 !important;
  color: #363636;
  text-transform: initial; }

.listing-row-properties dt {
  font-weight: 400; }

.listing-row-properties dd {
  border-bottom: 1px dashed #e9e9e9; }
.listing-row-properties dd a {
  border: 0 !important; }

.listing-row-content a {
  border: 0 !important; }

.listing-row-content p {
  text-align: left; }

.listing-row-rating {
  color: #ffd925; }

.listing-row-label-top {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 2; }
.listing-row-label-top.listing-row-label-top-center {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
.listing-row-label-top.listing-row-label-top-left {
  background-color: #0aab9a;
  left: 0; }
.listing-row-label-top.listing-row-label-top-right {
  right: 0; }
.listing-row-label-top a {
  border: 0 !important;
  color: #fff; }
.listing-row-label-top a:hover {
  color: #fff;
  text-decoration: none; }

.listing-row-label-bottom {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  color: #363636;
  font-size: 13px;
  left: 50%;
  padding: 3px 15px;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2; }

.post-detail .post-content .listing-row-actions a {
  border-bottom-width: 0; }
.post-detail .post-content .listing-row-actions a.fa {
  border-bottom-width: 1px; }
.post-detail .post-content .listing-row-actions a.fa:hover {
  border-bottom: solid 1px white; }

.listing-row-actions {
  background-color: transparent;
  color: #fff;
  left: 50%;
  opacity: 0;
  padding: 0;
  padding-top: 50px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transition: all ease 0.35s;
  text-align: center;
  width: 100%;
  z-index: 2; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .listing-row-actions {
    top: 110px; } }
.listing-row-actions a {
  border-bottom: 0;
  pointer-events: all; }
.listing-row-actions a:focus {
  text-decoration: none !important; }
.listing-row-actions .fa {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 32px;
  margin: 0 6px;
  padding-top: 8px;
  transition: all ease .2s;
  width: 32px; }
.listing-row-actions .fa:hover {
  background-color: #fff;
  color: #363636; }
.listing-row-actions .fa-eye {
  font-size: 18px;
  height: 40px;
  padding-top: 9px;
  width: 40px; }
.listing-row-actions span {
  display: none; }

/*****************************************************************
 * Listing small
 *****************************************************************/
.listing-small {
  background-color: #fff;
  border: none;
  display: table;
  height: 80px;
  table-layout: fixed;
  width: 100%; }
.footer .listing-small {
  background-color: transparent;
  box-shadow: none;
  height: 60px;
  padding: 0; }
.listing-small:hover .listing-small-image a {
  background-color: rgba(54, 54, 54, 0.7);
  opacity: 1; }

.listing-small-image {
  display: table-cell;
  vertical-align: top;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px; }

.listing-small-content {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle; }

.listing-small-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap; }
.listing-small-title a {
  color: #444;
  transition: all linear .15s; }
.listing-small-title a:hover {
  color: #0aab9a !important; }
.footer .listing-small-title a {
  color: rgba(255, 255, 255, 0.6) !important; }
.footer .listing-small-title a:hover {
  color: #0aab9a !important; }

.listing-small-location {
  font-size: 11px;
  margin-top: 5px;
  padding-left: 13px;
  position: relative; }
.listing-small-location:before {
  color: #676767;
  content: '\f041';
  line-height: 14px;
  font-family: FontAwesome;
  font-size: 12px;
  left: 0;
  padding: 1px;
  position: absolute; }
.listing-small-location a {
  color: #868686; }
.footer .listing-small-location a {
  color: rgba(255, 255, 255, 0.3) !important; }
.footer .listing-small-location a:hover {
  color: #0aab9a !important; }

.listing-small-price {
  color: #0aab9a;
  font-size: 12px;
  font-weight: 400;
  margin-top: 7px; }

.items-per-row-1 .listing-container:last-of-type .listing-small {
  margin-bottom: 0; }

.listing-small-image {
  position: relative; }
.listing-small-image a {
  height: 100%;
  display: block;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all linear .2s;
  width: 100%; }
.listing-small-image a:hover:before {
  background-color: #0aab9a;
  color: #fff; }
.listing-small-image a:before {
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 0 solid #fff;
  color: #363636;
  content: "\f06e";
  display: inline-block;
  font-family: 'FontAwesome';
  height: 30px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  transition: all linear .2s;
  width: 30px; }

/*****************************************************************
 * Listing masonry
 *****************************************************************/
.listing-masonry-image {
  height: 120px; }

.listing-masonry-location, .listing-masonry-price {
  font-size: 12px; }

.listing-masonry-container {
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%; }

.listing-masonry-container {
  height: 0; }

.listing-masonry {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  border: none;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
  text-align: center; }
.listing-masonry:hover .listing-masonry-background:before {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-backface-visibility: hidden; }
.listing-masonry:hover .listing-masonry-content {
  padding-top: 0; }
.listing-masonry:hover .listing-masonry-meta a, .listing-masonry:hover .listing-masonry-meta .separator {
  font-size: 14px; }
.listing-masonry:hover .listing-masonry-meta:before {
  font-size: 11px; }
.listing-masonry:hover .listing-masonry-actions {
  opacity: 1; }
.listing-masonry:hover .listing-masonry-rating {
  margin-top: 15px; }
.listing-masonry .share-listing span {
  display: none; }

.listing-row .inventor-favorites-btn-toggle, .listing-box .inventor-favorites-btn-toggle, .listing-masonry .inventor-favorites-btn-toggle {
  display: inline; }
.listing-row .inventor-favorites-btn-toggle span, .listing-box .inventor-favorites-btn-toggle span, .listing-masonry .inventor-favorites-btn-toggle span {
  display: none; }
.listing-row .inventor-favorites-btn-toggle.heart.marked i, .listing-box .inventor-favorites-btn-toggle.heart.marked i, .listing-masonry .inventor-favorites-btn-toggle.heart.marked i {
  background-color: #fff;
  color: #444; }
.listing-row .inventor-favorites-btn-toggle.heart.marked i:before, .listing-box .inventor-favorites-btn-toggle.heart.marked i:before, .listing-masonry .inventor-favorites-btn-toggle.heart.marked i:before {
  content: "\f004";
  color: #d81814; }

.listing-row .inventor-compare-btn-toggle span, .listing-box .inventor-compare-btn-toggle span, .listing-masonry .inventor-compare-btn-toggle span {
  display: none; }

.listing-row .inventor-compare-btn-toggle.marked i, .listing-box .inventor-compare-btn-toggle.marked i, .listing-masonry .inventor-compare-btn-toggle.marked i {
  background-color: #fff;
  color: #0aab9a; }

.listing-masonry-background {
  height: 100%;
  position: relative;
  pointer-events: none; }
.listing-masonry-background:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.9) 70%);
  background: linear-gradient(to bottom, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.9) 70%);
  content: '';
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: all ease .35s; }
.listing-masonry-background:after {
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.listing-masonry-title {
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  margin: 0;
  margin-bottom: 5px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.85); }
.listing-masonry-title a {
  color: #fff; }
.listing-masonry-title a:hover {
  text-decoration: none; }

.listing-masonry-label-top {
  background-color: #0aab9a;
  color: #fff;
  left: 50%;
  font-size: 13px;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all ease .35s;
  white-space: nowrap;
  z-index: 2; }
.listing-masonry-label-top a {
  color: #fff; }
.listing-masonry-label-top a:hover {
  color: #fff;
  text-decoration: none; }
.listing-masonry-label-top i {
  margin-right: 4px; }

.listing-masonry-content {
  background-color: transparent;
  left: 50%;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 85px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transition: all ease .35s;
  width: 100%;
  z-index: 2; }

.listing-masonry-content-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.listing-masonry-rating {
  color: #ffd925;
  font-size: 15px;
  text-align: center;
  transition: all ease .35s; }
.listing-masonry-rating i {
  margin: 0 2px; }

.listing-masonry-actions {
  color: #fff;
  opacity: 0;
  margin-top: 20px;
  text-align: center;
  transition: all ease .35s; }
.listing-masonry-actions a {
  pointer-events: all; }
.listing-masonry-actions .fa {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 32px;
  margin: 0 6px;
  padding-top: 8px;
  transition: all ease .2s;
  width: 32px; }
.listing-masonry-actions .fa:hover {
  background-color: #fff;
  color: #363636; }
.listing-masonry-actions .fa.marked {
  background-color: #fff;
  color: #363636; }
.listing-masonry-actions .fa.marked.fa-heart-o:before {
  color: #d81814;
  content: "\f004"; }
.listing-masonry-actions .fa.marked.fa-bookmark-o:before {
  color: #0aab9a;
  content: "\f02e"; }
.listing-masonry-actions .fa-eye {
  font-size: 18px;
  height: 40px;
  padding-top: 9px;
  width: 40px; }

.listing-masonry-meta {
  color: #fff;
  font-size: 0;
  font-weight: 500;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  -webkit-font-smoothing: antialiased; }
.listing-masonry-meta .separator {
  color: #fff;
  transition: font-size ease .35s; }
.listing-masonry-meta a {
  color: #fff;
  transition: font-size ease .35s; }
.listing-masonry-meta a:hover {
  color: #fff;
  border-bottom: 1px solid #fff; }
.listing-masonry-meta:before {
  content: "\f278";
  font-family: 'FontAwesome';
  font-size: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  transition: font-size ease .35s;
  vertical-align: 1px; }

.listing-create {
  float: right;
  margin: 0 0 30px 0; }
.listing-create:before {
  content: '\f067';
  color: #fff;
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 8px; }

/*****************************************************************
 * Listing system
 *****************************************************************/
.listings-system-legend {
  float: left;
  margin: 8px 15px 25px 0;
  padding: 0; }
.listings-system-legend li, .listings-system-legend a {
  color: #fff;
  float: left;
  font-size: 12px;
  line-height: 20px;
  list-style: none;
  margin: 0 15px 0 0;
  padding: 5px 10px;
  text-align: center; }
.listings-system-legend li:before, .listings-system-legend a:before {
  color: #fff;
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 8px; }
.listings-system-legend li.published, .listings-system-legend a.published {
  background-color: #8dc63f; }
.listings-system-legend li.published:before, .listings-system-legend a.published:before {
  content: '\f00c'; }
.listings-system-legend li.in-review, .listings-system-legend a.in-review {
  background-color: #ffd925; }
.listings-system-legend li.in-review:before, .listings-system-legend a.in-review:before {
  content: '\f128'; }
.listings-system-legend li.disabled, .listings-system-legend a.disabled {
  background-color: #d81814; }
.listings-system-legend li.disabled:before, .listings-system-legend a.disabled:before {
  content: '\f023'; }

.listing-system {
  background-color: #fff;
  display: table;
  margin: 0 0 30px 0;
  position: relative;
  width: 100%; }

.listing-system-row {
  background-color: #fff;
  display: table-row;
  overflow: hidden;
  position: relative; }
.listing-system-row:hover .listing-system-row-image a {
  background-color: rgba(54, 54, 54, 0.7);
  opacity: 1; }
.listing-system-row:hover .listing-system-row-image a:after {
  opacity: 1; }

.listing-system-row-image,
.listing-system-row-info,
.listing-system-row-actions,
.listing-system-row-submission-actions {
  display: table-cell;
  vertical-align: middle; }

@media (max-width: 991px) {
  .listing-system-row-info, .listing-system-row-actions, .listing-system-row-submission-actions {
    display: block; } }

.listing-system-row-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 25%; }
.listing-system-row-image a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0 !important;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
.listing-system-row-image a:after {
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  color: #676767;
  content: "\f002";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  height: 40px;
  left: 50%;
  opacity: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  transition: all linear .2s;
  width: 40px; }
.listing-system-row-image a:hover:after {
  font-size: 26px;
  height: 57px;
  line-height: 57px;
  width: 57px; }

.listing-system-row-info {
  padding: 20px; }

.listing-system-row-title {
  font-size: 16px; }
.listing-system-row-title a {
  border: 0 !important;
  color: #363636;
  font-weight: 400; }
.listing-system-row-title a:hover {
  color: #0aab9a; }

.listing-system-row-location {
  font-size: 12px;
  margin: 2px 0 10px 0;
  padding-left: 13px;
  position: relative; }
.listing-system-row-location a {
  border: 0 !important;
  color: #868686; }
.listing-system-row-location a:hover {
  color: #0aab9a; }
.listing-system-row-location:before {
  color: #868686;
  content: '\f041';
  line-height: 14px;
  font-family: FontAwesome;
  font-size: 12px;
  left: 0;
  padding: 1px;
  position: absolute; }
:hover .listing-system-row-location:before {
  color: #0aab9a; }

.listing-system-row-additional {
  color: #b8b8b8;
  font-size: 12px;
  margin: 5px 0 0 0; }
.listing-system-row-additional i {
  margin-right: 2px; }

.listing-system-row-listing-type {
  background-color: #e9e9e9;
  color: #676767;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin: 4px 0 0 0;
  padding: 6px 14px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -4px; }
.listing-system-row-listing-type i {
  margin-right: 3px; }

.listing-system-row-submission-actions {
  width: 170px;
  padding-right: 20px; }
@media (max-width: 991px) {
  .listing-system-row-submission-actions {
    padding-left: 20px; } }
.listing-system-row-submission-actions button {
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: none;
  color: #676767;
  display: block;
  font-size: 11px;
  font-weight: 400;
  height: 28px;
  line-height: 26px;
  min-height: 28px;
  margin: 5px 0 !important;
  padding: 0 10px;
  text-align: left;
  text-transform: inherit;
  transition: all .15s linear;
  width: 100%;
  white-space: normal; }
.listing-system-row-submission-actions button.disabled {
  color: #676767 !important;
  border-color: #f4f4f4;
  padding-right: 27px; }
.listing-system-row-submission-actions button.disabled:hover {
  color: #676767 !important;
  border-color: #f4f4f4; }
.listing-system-row-submission-actions button.disabled:after {
  color: #8dc63f;
  content: "\f00c";
  display: inline-block;
  font-family: fontawesome;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  left: initial;
  top: 0;
  right: 6px;
  width: auto; }
.listing-system-row-submission-actions button:after {
  background-color: initial; }
.listing-system-row-submission-actions button:hover {
  background-color: #fff !important;
  border-color: #0aab9a;
  color: #0aab9a; }
.listing-system-row-submission-actions button:hover span {
  background-color: #0aab9a; }
.listing-system-row-submission-actions button span {
  background-color: #CECECE;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 11px;
  line-height: 12px;
  margin: 0 -10px 0 0;
  padding: 7px 5px;
  top: 0 !important;
  transition: all .15s linear;
  vertical-align: 1px; }

.listing-system-row-actions {
  padding: 20px 20px 20px 0;
  text-align: right;
  width: 1px;
  white-space: nowrap; }
.listing-system-row-actions a {
  border: 0 !important;
  color: #b8b8b8;
  font-size: 12px;
  margin: 0 0 0 20px; }
.listing-system-row-actions a i {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.25);
  font-size: 11px;
  height: 22px;
  line-height: 21px;
  margin: 0 10px 0 0;
  text-align: center;
  vertical-align: 2px;
  width: 22px; }
.listing-system-row-actions a:hover {
  color: #868686; }
.listing-system-row-actions a:hover i {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4); }

.listing-button-delete:hover {
  color: #d81814 !important; }
.listing-button-delete:hover i {
  border-color: #d81814 !important;
  color: #d81814 !important; }

/**
 * 13. Listing author
 */
.listing-author {
  background-color: #fff;
  padding: 20px;
  text-align: center; }

.listing-author-image {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  border: 4px solid #f7f7f7;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  margin-bottom: 10px;
  width: 100px; }
.listing-author-image img {
  border-radius: 50%;
  overflow: hidden;
  visibility: hidden; }

.listing-author-name {
  color: #868686;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px; }
.listing-author-name a {
  color: #868686; }
.listing-author-name a:hover {
  color: #0aab9a; }

.listing-author-contact {
  margin-bottom: 20px; }
.listing-author-contact a {
  border-bottom: 1px solid #0aab9a;
  display: inline-block;
  font-size: 13px;
  margin: 0 5px; }

.listing-author-social {
  border-top: 1px solid #e9e9e9;
  padding: 16px 0 0 0; }
.listing-author-social i {
  border-radius: 50%;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  margin: 4px;
  text-align: center;
  width: 32px; }

/**
 * 14. Listing detail
 */
@media (max-width: 767px) {
  .type-box .listing-container {
    margin: 0 0 30px 0;
    width: 100%; } }

.listing-detail {
  margin-top: 52px; }

.listing-detail-section {
  margin: 0 0 60px 0; }
.listing-detail-section h3.listing-detail-section-subtitle {
  font-size: 19px;
  margin: 30px 0 10px 0; }

.listing-detail-section-content-wrapper, .listing-detail-gallery-wrapper, .listing-detail-section-generic .listing-detail-section-content-wrapper,
.listing-detail-description-wrapper {
  background-color: #fff;
  padding: 25px 30px 10px 30px;
  overflow: auto; }

#listing-detail-section-social a {
  color: #676767;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 3;
  min-width: 157px;
  padding: 0 0 10px 0; }
#listing-detail-section-social a:hover {
  color: #0aab9a; }

#listing-detail-section-social i {
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
  line-height: 32px;
  margin: 7px 14px 7px 0;
  text-align: center;
  width: 32px; }

.listing-detail-attributes {
  background-color: #fff;
  margin: 0 0 30px 0;
  padding: 15px 30px;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */ }
.listing-detail-attributes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
@media screen and (min-width: 992px) {
  .listing-detail-attributes ul {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; } }
.listing-detail-attributes ul:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0; }
.listing-detail-attributes ul:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0; }
.listing-detail-attributes ul li {
  border-bottom: 1px dashed #e9e9e9;
  display: block;
  line-height: 40px;
  overflow: hidden; }
.listing-detail-attributes ul li:nth-last-child(1) {
  border-bottom: 0; }
.listing-detail-attributes ul li strong.key {
  font-size: 13px;
  font-weight: 400; }
.listing-detail-attributes ul li span.value {
  color: #363636;
  display: block;
  float: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  padding: 9px 0 9px 0;
  width: 55%; }
@media (max-width: 991px) {
  .listing-detail-attributes ul li {
    width: 100%; } }
.listing-detail-attributes .listing-color {
  display: inline-block;
  height: 15px;
  vertical-align: -4px;
  width: 15px; }

.listing-detail-contact {
  background-color: #fff;
  margin: 0 0 30px 0;
  padding: 20px 30px; }
.listing-detail-contact ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.listing-detail-contact ul li {
  display: block;
  float: left;
  line-height: 40px;
  width: 100%; }
.listing-detail-contact ul li:nth-child(even) {
  float: right; }
.listing-detail-contact ul li strong.key {
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 400;
  width: 33%; }
.listing-detail-contact ul li span.value {
  color: #363636;
  display: block;
  float: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  width: 66%; }
@media (max-width: 991px) {
  .listing-detail-contact ul li {
    width: 100%; } }
.listing-detail-contact ul li.address span.value {
  line-height: 25px;
  padding-top: 8px; }
.listing-detail-contact .listing-color {
  display: inline-block;
  height: 15px;
  width: 15px; }

#listing-detail-section-description h3, #listing-detail-section-description h4, #listing-detail-section-description h5, #listing-detail-section-description h6 {
  margin-bottom: 10px;
  margin-top: 25px; }

#listing-detail-section-description li {
  line-height: 1.7; }

.listing-detail-section-faq-list {
  background-color: #fff;
  padding: 30px; }
.listing-detail-section-faq-list dt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 12px 0; }
.listing-detail-section-faq-list dd {
  border-left: 2px solid #0aab9a;
  margin: 20px 0;
  padding: 10px 0 10px 30px; }
.listing-detail-section-faq-list dd:last-child {
  margin-bottom: 0; }

.listing-detail-menu-wrapper {
  min-height: 44px; }

.listing-detail-menu {
  background-color: rgba(68, 77, 86, 0.9);
  left: 0;
  right: 0;
  top: 0;
  z-index: 99; }
@media (max-width: 767px) {
  .listing-detail-menu.affix {
    position: relative; } }
@media (min-width: 768px) {
  .admin-bar .listing-detail-menu.affix {
    top: 32px; }
  .header-sticky .listing-detail-menu.affix {
    top: 60px; }
  .admin-bar.header-sticky .listing-detail-menu.affix {
    top: 92px; } }
.listing-detail-menu ul {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
.listing-detail-menu ul li {
  display: inline-block;
  margin: 0 40px 0 0; }
.listing-detail-menu ul li a {
  border-radius: 0;
  border-bottom: 2px solid transparent;
  color: rgba(255, 255, 255, 0.85);
  display: block;
  padding: 14px 0 12px 0; }
.listing-detail-menu ul li a:active, .listing-detail-menu ul li a:focus, .listing-detail-menu ul li a:hover {
  background-color: transparent;
  color: #fff; }
.listing-detail-menu ul li.active a {
  background-color: transparent;
  border-bottom: 2px solid #0aab9a; }
.listing-detail-menu ul li.active a:active, .listing-detail-menu ul li.active a:focus, .listing-detail-menu ul li.active a:hover {
  background-color: transparent;
  color: #fff; }
.listing-detail-menu ul li:last-child {
  margin-right: 0; }
.listing-detail-menu ul li.listing-detail-section-attributes, .listing-detail-menu ul li.listing-detail-section-social, .listing-detail-menu ul li.listing-detail-section-property-amenities, .listing-detail-menu ul li.listing-detail-section-property-valuation, .listing-detail-menu ul li.listing-detail-section-property-public-facilities, .listing-detail-menu ul li.listing-detail-section-property-floor-plans, .listing-detail-menu ul li.listing-detail-section-property-price-comparison {
  display: none; }

.listing-detail-property-price-comparison {
  background-color: #fff;
  margin: 0 0 30px 0;
  padding: 20px 30px; }
.listing-detail-property-price-comparison ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.listing-detail-property-price-comparison ul li {
  display: block;
  float: left;
  line-height: 40px;
  width: 33%; }
@media (max-width: 991px) {
  .listing-detail-property-price-comparison ul li {
    width: 100%; } }
.listing-detail-property-price-comparison ul li h3 {
  margin-bottom: 2px;
  margin-top: 10px; }
.listing-detail-property-price-comparison .listing-color {
  display: inline-block;
  height: 15px;
  width: 15px; }

.listing-detail-property-amenities ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: -10px;
  padding-left: 0; }
.listing-detail-property-amenities ul li {
  display: inline-block;
  line-height: 3;
  text-align: justify; }
.listing-detail-property-amenities ul li a {
  border-radius: 2px;
  background-color: #fff;
  font-size: 14px;
  margin-right: 15px;
  padding: 6px 12px;
  color: #b8b8b8; }
.listing-detail-property-amenities ul li a:before {
  color: #b8b8b8;
  content: "\f00d";
  font-family: fontawesome;
  font-size: 10px;
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  text-align: center;
  vertical-align: 2px;
  -webkit-font-smoothing: antialiased; }
.listing-detail-property-amenities ul li a:hover {
  background-color: #e9e9e9;
  color: #868686; }
.listing-detail-property-amenities ul li a:hover:before {
  color: #868686; }
.listing-detail-property-amenities ul li a:focus {
  text-decoration: none; }
.listing-detail-property-amenities ul li.yes a {
  font-weight: 500;
  border-color: #0aab9a;
  background-color: #0aab9a;
  color: #fff; }
.listing-detail-property-amenities ul li.yes a:before {
  color: #fff;
  content: "\f00c"; }
.listing-detail-property-amenities ul li.yes a:hover {
  background-color: #088e80; }

.amenities {
  margin: 0;
  padding: 0; }
.amenities li {
  float: left;
  margin: 10px 0 !important;
  width: 33%; }

.widget_listing_details {
  background-color: #fff;
  font-size: 17px;
  font-weight: 300;
  padding: 15px; }
.widget_listing_details strong {
  color: #363636;
  font-weight: 500; }
.widget_listing_details i {
  margin: 0 10px 0 0; }
.widget_listing_details .widget-inner > div {
  margin: 10px 0; }
.widget_listing_details .widget-inner > div:first-child {
  margin-top: 0; }
.widget_listing_details .widget-inner > div:last-child {
  margin-bottom: 0; }
.widget_listing_details .inventor-favorites-total i {
  color: #d81814; }
.widget_listing_details .inventor-statistics-total-post-views i {
  color: #0aab9a; }
.widget_listing_details .inventor-reviews-total-rating i {
  color: #ffd925; }
.widget_listing_details .inventor-reviews-total-rating a {
  border-bottom: 1px dashed #b8b8b8;
  color: #868686;
  padding-bottom: 2px; }
.widget_listing_details .detail-actions {
  margin-top: 12px; }

#listing-detail-section-gallery {
  margin-top: -12px; }
#listing-detail-section-gallery .page-header {
  display: none; }

.listing-detail-gallery-wrapper {
  padding: 0;
  overflow: hidden; }

.listing-detail-gallery a {
  visibility: hidden; }

.listing-detail-gallery .owl-item a {
  visibility: visible; }

.listing-detail-gallery .item-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: block;
  height: 450px; }
@media (min-width: 992px) and (max-width: 1199px) {
  .listing-detail-gallery .item-image {
    height: 380px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .listing-detail-gallery .item-image {
    height: 300px; } }
@media (max-width: 767px) {
  .listing-detail-gallery .item-image {
    height: 250px; } }

.listing-detail-gallery-preview {
  background-color: #fff;
  padding: 0 50px; }
.listing-detail-gallery-preview .owl-item {
  cursor: pointer;
  transition: all linear .15s; }
.listing-detail-gallery-preview .owl-item.highlighted div {
  border-color: #0aab9a; }
.listing-detail-gallery-preview .owl-item.highlighted div:hover {
  border-bottom: 2px solid #0aab9a; }
.listing-detail-gallery-preview .owl-item div {
  border-bottom: 2px solid transparent;
  display: block;
  margin: 0 10px;
  padding: 17px 0 15px; }
.listing-detail-gallery-preview .owl-item div:hover {
  border-bottom: 2px solid #dedede; }
@media (min-width: 992px) and (max-width: 1199px) {
  .listing-detail-gallery-preview .owl-item div {
    margin: 0 7px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .listing-detail-gallery-preview .owl-item div {
    margin: 0 5px; } }
@media (max-width: 767px) {
  .listing-detail-gallery-preview .owl-item div {
    margin: 0 4px; } }
.listing-detail-gallery-preview .owl-stage {
  margin-left: auto;
  margin-right: auto; }
.listing-detail-gallery-preview .owl-next, .listing-detail-gallery-preview .owl-prev {
  background-color: #dedede;
  display: block !important;
  line-height: 1;
  height: 100%;
  padding: 0;
  position: absolute;
  transition: all linear .15s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%; }
.listing-detail-gallery-preview .owl-next i, .listing-detail-gallery-preview .owl-prev i {
  background-color: transparent;
  font-size: 18px;
  height: auto;
  margin: 0;
  position: absolute;
  right: 17px;
  transition: all linear .15s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 52%; }
.listing-detail-gallery-preview .owl-next:hover, .listing-detail-gallery-preview .owl-prev:hover {
  background-color: #0aab9a; }
.listing-detail-gallery-preview .owl-next:hover i, .listing-detail-gallery-preview .owl-prev:hover i {
  color: #fff; }
.listing-detail-gallery-preview .owl-prev {
  left: -50px;
  padding: 7px 15px 4px 30px; }
.listing-detail-gallery-preview .owl-next {
  right: -50px;
  padding: 7px 30px 4px 16px; }

.listing-detail-section-generic .listing-detail-gallery-wrapper, .listing-detail-section-generic .listing-detail-section-content-wrapper, .listing-detail-section-generic
.listing-detail-description-wrapper,
.listing-detail-description-wrapper {
  padding: 25px 30px 10px 30px; }
.listing-detail-section-generic .listing-detail-gallery-wrapper h3:first-child, .listing-detail-section-generic .listing-detail-section-content-wrapper h3:first-child, .listing-detail-section-generic
.listing-detail-description-wrapper h3:first-child,
.listing-detail-description-wrapper h3:first-child {
  margin-top: 5px !important; }

.listing-detail-section-generic .file img, .listing-detail-section-generic .file_list img {
  margin: 5px 0;
  max-width: 100%; }

.listing-detail-section-generic .taxonomy_multicheck a,
.listing-detail-section-generic .taxonomy_multicheck_inline a,
.listing-detail-section-generic .taxonomy_multicheck_hierarchy a {
  background-color: #0aab9a;
  border-color: #0aab9a;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 15px 5px 0;
  padding: 4px 12px; }
.listing-detail-section-generic .taxonomy_multicheck a:before,
.listing-detail-section-generic .taxonomy_multicheck_inline a:before,
.listing-detail-section-generic .taxonomy_multicheck_hierarchy a:before {
  color: #fff;
  content: "\f00c";
  font-family: fontawesome;
  font-size: 10px;
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  text-align: center;
  vertical-align: 2px;
  -webkit-font-smoothing: antialiased; }
.listing-detail-section-generic .taxonomy_multicheck a:hover,
.listing-detail-section-generic .taxonomy_multicheck_inline a:hover,
.listing-detail-section-generic .taxonomy_multicheck_hierarchy a:hover {
  background-color: #088e80; }
.listing-detail-section-generic .taxonomy_multicheck a:focus,
.listing-detail-section-generic .taxonomy_multicheck_inline a:focus,
.listing-detail-section-generic .taxonomy_multicheck_hierarchy a:focus {
  text-decoration: none; }

.listing-detail-section-generic .taxonomy_multicheck .separator,
.listing-detail-section-generic .taxonomy_multicheck_inline .separator,
.listing-detail-section-generic .taxonomy_multicheck_hierarchy .separator {
  display: none; }

.video-embed-wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative; }
.video-embed-wrapper.mp4, .video-embed-wrapper.facebook {
  padding-top: initial;
  margin-bottom: 64%; }
.video-embed-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mejs-controls .mejs-button button {
  min-height: initial !important; }

.listing-detail-location-wrapper {
  background-color: #fff;
  padding: 20px; }
.listing-detail-location-wrapper .tab-content {
  padding: 0 !important; }

#listing-detail-location {
  border-bottom: none; }
#listing-detail-location.nav-tabs li a {
  background-color: #f7f7f7;
  border: none;
  border-radius: 0;
  color: #868686;
  font-size: 13px;
  margin-bottom: 4px;
  margin-right: 3px;
  padding: 10px 15px;
  transition: all linear .12s; }
#listing-detail-location.nav-tabs li a:hover {
  background-color: #efefef; }
#listing-detail-location li.active a {
  background-color: #0aab9a;
  color: #fff; }
#listing-detail-location li.active a:hover {
  background-color: #099d8d; }
#listing-detail-location li.directions {
  float: right; }
#listing-detail-location li.directions a {
  background-color: #0aab9a;
  color: #fff;
  margin-right: 0 !important; }
#listing-detail-location li.directions a:hover {
  background-color: #099d8d; }
@media (max-width: 767px) {
  #listing-detail-location li.directions {
    width: 100%; } }
#listing-detail-location i {
  display: inline-block;
  margin-right: 10px; }
#listing-detail-location i.fa-map-o, #listing-detail-location i.fa-map {
  font-size: 10px;
  vertical-align: 1px; }
#listing-detail-location i.fa-street-view {
  font-size: 12px; }
#listing-detail-location i.fa-compass, #listing-detail-location i.fa-map-signs {
  font-size: 18px;
  vertical-align: -2px; }
#listing-detail-location i.fa-level-down {
  font-size: 16px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  vertical-align: -2px; }

#listing-detail-map, #listing-detail-street-view, #listing-detail-inside-view {
  height: 350px; }
#listing-detail-map img, #listing-detail-street-view img, #listing-detail-inside-view img {
  height: auto !important; }

.review-count {
  background-color: gainsboro;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 24px;
  margin-left: 6px;
  margin-top: 1px;
  min-width: 24px;
  padding: 5px 4px 0;
  text-align: center;
  vertical-align: top; }

.listing-detail-menu .review-count {
  background-color: #fafafa;
  color: #868686;
  font-size: 11px;
  font-weight: 500;
  height: 18px;
  min-width: 18px;
  margin-left: 4px;
  margin-top: -1px;
  padding: 2px 4px 0; }

.detail-verified {
  background-color: #8dc63f;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 10px;
  padding: 3px 15px;
  text-shadow: none;
  text-align: center; }

.detail-payments {
  border-top: 1px solid #e9e9e9;
  margin: 50px 0; }
.detail-payments h3 {
  color: #868686;
  font-size: 18px;
  margin-top: 35px;
  text-align: center; }
.detail-payments ul {
  margin: 0;
  padding: 0;
  text-align: center; }
.detail-payments ul li {
  display: inline-block;
  font-size: 34px;
  margin: 0 15px; }
.detail-payments ul li a {
  color: rgba(0, 0, 0, 0.25); }
.detail-payments ul li a:hover {
  color: rgba(0, 0, 0, 0.35); }

@media (max-width: 767px) {
  #listing-detail-section-opening-hours {
    overflow-x: scroll;
    width: 100%; }
  #listing-detail-section-opening-hours .opening-hours.horizontal {
    margin: 0; } }

.opening-hours {
  background-color: #fff; }
.opening-hours th, .opening-hours td {
  background-color: #fff;
  border: 0;
  font-size: 12px;
  padding: 10px 15px; }
.opening-hours.horizontal th, .opening-hours.horizontal td {
  border-right: 1px solid #f7f7f7;
  text-align: center; }
.opening-hours.horizontal th:last-child, .opening-hours.horizontal td:last-child {
  border-right: 0; }
.opening-hours th {
  color: #868686;
  font-weight: normal;
  text-transform: capitalize; }
.opening-hours td {
  color: #363636;
  white-space: nowrap; }
.opening-hours td.open {
  color: #0aab9a;
  font-weight: 500; }
.opening-hours td.closed {
  color: #d81814;
  font-weight: 500; }
.opening-hours td span {
  display: block; }

.widget_opening_hours .alert {
  margin: 0 0 30px 0;
  padding: 10px;
  text-align: center; }

.listing-report {
  border-top: 1px solid #e9e9e9;
  padding: 15px 0;
  text-align: center; }

.listing-report-btn {
  color: #868686;
  font-size: 12px; }
.listing-report-btn .fa {
  font-size: 14px;
  margin: 0 10px 0 0;
  transition: color .15s linear; }
.listing-report-btn:active, .listing-report-btn:hover, .listing-report-btn:focus {
  color: #d81814; }

/*******************************************************************
 * Food Menu
 *******************************************************************/
.listing-detail-food-wrapper {
  background-color: #fff;
  padding: 30px; }
.listing-detail-food-wrapper > h3.listing-detail-section-subtitle:first-child {
  margin-top: 0; }
.listing-detail-food-wrapper h3.listing-detail-section-subtitle {
  color: #444;
  font-size: 13px;
  font-weight: 500;
  margin: 40px 0;
  padding: 0;
  position: relative;
  text-transform: uppercase; }
.listing-detail-food-wrapper h3.listing-detail-section-subtitle:after {
  background-color: #f7f7f7;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1; }
.listing-detail-food-wrapper h3.listing-detail-section-subtitle span {
  background-color: #fff;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 2; }

.listing-detail-food {
  border-bottom: 0 dashed #e9e9e9;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }
.listing-detail-food:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
.listing-detail-food h4 {
  font-size: 15px;
  font-weight: 400;
  float: left;
  margin: 7px 0 0 0;
  padding: 0; }

.listing-detail-food-speciality {
  background-color: #8dc63f;
  color: #fff;
  float: left;
  font-size: 10px;
  font-weight: 700;
  margin: 6px 0 0 15px;
  padding: 2px 6px;
  text-transform: uppercase; }

.listing-detail-food-serving {
  background-color: #444;
  color: #fff;
  float: left;
  font-size: 10px;
  font-weight: 700;
  margin: 6px 15px 0 0;
  padding: 2px 6px;
  text-transform: uppercase; }
.listing-detail-food-serving.today {
  background-color: #0aab9a; }

.listing-detail-food-photo {
  background-size: cover;
  float: left;
  height: 50px;
  margin: 0 20px 0 0;
  width: 70px; }

.listing-detail-food-content {
  float: left;
  max-width: 75%; }

.listing-detail-food-description {
  clear: both;
  float: left;
  font-size: 12px;
  margin: 5px 0 0 0; }
.listing-detail-food-description p {
  margin: 0; }

.listing-detail-food-price {
  color: #0aab9a;
  float: right;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px; }

/*******************************************************************
 * Resume working history
 *******************************************************************/
.listing-detail-resume-working-history dl {
  background-color: #fff;
  padding: 30px 30px 0 30px; }

.listing-detail-resume-working-history dt {
  color: #b8b8b8;
  float: left;
  font-weight: normal;
  line-height: 1.5;
  width: 120px; }

.listing-detail-resume-working-history dd {
  display: table-cell; }
.listing-detail-resume-working-history dd h3 {
  color: #0aab9a;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 15px 0;
  padding: 0; }
.listing-detail-resume-working-history dd p {
  margin: 0 0 30px 0; }

/*******************************************************************
 * Resume experience
 *******************************************************************/
.listing-detail-resume-experience {
  background-color: #fff;
  padding: 30px 30px 0 30px; }
.listing-detail-resume-experience h3 {
  color: #0aab9a;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0; }
.listing-detail-resume-experience ul {
  list-style-type: circle;
  margin: 0;
  padding: 20px; }
.listing-detail-resume-experience li {
  color: #676767;
  line-height: 20px;
  padding: 8px 0; }
.listing-detail-resume-experience span {
  color: #b8b8b8; }

/*******************************************************************
 * Property Valuation
 *******************************************************************/
.listing-detail-property-valuation-item {
  margin-bottom: 15px; }

.listing-detail-property-valuation dt {
  display: inline-block;
  font-weight: normal;
  width: 140px; }

.listing-detail-property-valuation dd {
  display: inline-block;
  height: 15px;
  margin: 0 15px 0 0;
  position: relative;
  width: 60%; }

.listing-detail-property-valuation dd .bar-valuation {
  background-color: #0aab9a;
  height: 100%; }

.listing-detail-property-valuation dd span {
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: 40px; }

.listing-detail-property-valuation dd strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 0 10px; }

/*******************************************************************
 * Property Facilities
 *******************************************************************/
.listing-detail-property-floor-plans img {
  width: 194px;
  height: 194px;
  margin: 7px 15px 7px 0; }

/*******************************************************************
 * Property Facilities
 *******************************************************************/
.listing-detail-property-public-facilities {
  overflow: hidden; }

.listing-detail-property-public-facility-wrapper {
  float: left;
  padding-bottom: 20px;
  width: 50%; }

.listing-detail-property-public-facility-wrapper:nth-child(2n+1) {
  padding-right: 10px; }

.listing-detail-property-public-facility-wrapper:nth-child(2n+2) {
  padding-left: 10px; }

.listing-detail-property-public-facility {
  background-color: #fff;
  border: solid 1px #eeeeee;
  overflow: hidden; }

.listing-detail-property-public-facility-info {
  background-color: #eeeeee;
  color: #444;
  float: left;
  line-height: 3;
  text-align: center;
  width: 30%; }

.listing-detail-property-public-facility-title {
  float: right;
  line-height: 3;
  padding: 0 20px 0 20px;
  width: 70%; }

/**
 * 15. Listing slider
 */
.widget_listing_slider {
  position: relative; }
.listing-slider-append-top .widget_listing_slider {
  margin-top: -135px; }
.widget_listing_slider .owl-carousel .owl-stage:after {
  display: none; }
.layout-boxed .widget_listing_slider .owl-carousel .owl-stage-outer:first-child {
  position: absolute; }

.listings-slider-list {
  overflow: hidden; }
.listings-slider-list.listings-slider-fullscreen {
  height: 100vh !important; }
.admin-bar .listings-slider-list.listings-slider-fullscreen {
  height: calc(100vh - 32px) !important; }
.listings-slider-list.listings-slider-fullscreen .owl-stage {
  height: 100vh; }
.admin-bar .listings-slider-list.listings-slider-fullscreen .owl-stage {
  height: calc(100vh - 32px) !important; }
.listings-slider-list .owl-controls {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
.listings-slider-list .owl-prev, .listings-slider-list .owl-next {
  background-color: #fff;
  color: #363636;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 13px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: background-color .15s linear;
  width: 70px;
  z-index: 10; }
.listings-slider-list .owl-prev span, .listings-slider-list .owl-next span {
  color: rgba(54, 54, 54, 0.8);
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-transform: none; }
.listings-slider-list .owl-prev:hover, .listings-slider-list .owl-next:hover {
  background-color: #f7f7f7; }
.listings-slider-list .owl-next {
  right: 0;
  top: 50%; }

.listings-slider-item-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
.listings-slider-fullscreen .listings-slider-item-image {
  height: 100vh !important; }
.admin-bar .listings-slider-fullscreen .listings-slider-item-image {
  height: calc(100vh - 32px) !important; }

.listings-slider-item {
  position: relative; }
.listings-slider-item:after {
  background-color: rgba(54, 54, 54, 0.55);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.listings-slider-item-info-wrapper {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 2; }

.listings-slider-item-info-title h1 {
  color: #fff;
  font-weight: 300;
  font-size: 60px;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45); }
.listings-slider-item-info-title h1 a {
  color: #fff; }

.listings-slider-item-info-location {
  font-size: 20px;
  text-align: center; }
.listings-slider-item-info-location a {
  color: #fff;
  font-weight: 300; }
.listings-slider-item-info-location .separator {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 10px; }

.listings-slider-item-info-more {
  margin: 50px 0 0 0;
  text-align: center; }
.listings-slider-item-info-more a {
  font-size: 15px;
  padding: 14px 44px; }

.listings-slider-dots {
  bottom: 0;
  height: 84px;
  left: 50%;
  margin-bottom: 20px;
  padding: 4px 4px 0 4px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 90%;
  z-index: 10; }
@media (max-width: 767px) {
  .listings-slider-dots {
    display: none; } }

.listings-slider-dot {
  background-color: #444;
  background-size: cover;
  background-position: center center;
  border: solid 3px #fff;
  cursor: pointer;
  display: inline-block;
  height: 80px;
  margin: 0 4px 0 0;
  opacity: .7;
  width: 120px; }
.listings-slider-dot:last-child {
  margin: 0; }
.listings-slider-dot.active {
  opacity: 1; }

/**
 * 16. Listing detail banner
 */
.detail-banner {
  background-position: center 60%;
  background-size: 100% auto;
  height: 500px;
  position: relative;
  overflow: hidden; }
.detail-banner:before {
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.9) 70%, white 90%);
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.9) 70%, white 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.9) 70%, white 90%);
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }
@media (max-width: 1199px) {
  .detail-banner:before {
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.9) 50%, white 90%);
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.9) 50%, white 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.9) 50%, white 90%); } }
@media (max-width: 991px) {
  .detail-banner:before {
    background: rgba(255, 255, 255, 0.9); } }
@media (max-width: 767px) {
  .detail-banner {
    background-size: cover;
    height: auto;
    padding: 30px 0; } }
@media (min-width: 768px) {
  .detail-banner .detail-banner-wrapper {
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0; } }
.detail-banner.detail-banner-simple {
  height: 350px;
  background-color: rgba(10, 171, 154, 0.4); }
@media (max-width: 767px) {
  .detail-banner.detail-banner-simple {
    height: auto; } }
.detail-banner video {
  height: auto;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%; }
@media (max-width: 767px) {
  .detail-banner video {
    display: none; } }
@media (max-width: 767px) {
  .detail-banner iframe {
    display: none; } }
.detail-banner .container {
  height: 100%;
  position: relative;
  z-index: 100; }
.detail-banner .detail-banner-meta-info, .detail-banner .detail-banner-actions a {
  pointer-events: auto; }
.detail-banner .detail-banner-price {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  background-color: #8dc63f;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 300;
  pointer-events: auto;
  vertical-align: -1px;
  transition: all ease .3s; }
@media (max-width: 767px) {
  .detail-banner .detail-banner-price {
    margin-top: 30px; } }
.detail-banner .detail-banner-price.reduced-price {
  background-color: #ea823f; }
.detail-banner .detail-banner-price span.detail-banner-price-label {
  display: inline-block;
  padding: 6px 2px 6px 18px; }
@media (max-width: 767px) {
  .detail-banner .detail-banner-price span.detail-banner-price-label {
    display: none; } }
.detail-banner .detail-banner-price span.detail-banner-price-value {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  padding: 6px 18px 6px 2px;
  vertical-align: 0; }
@media (max-width: 767px) {
  .detail-banner .detail-banner-price span.detail-banner-price-value {
    padding-left: 18px; } }
.detail-banner .detail-banner-price .inventor-shop-wrapper {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  float: right; }
.detail-banner .detail-banner-price .inventor-shop-wrapper button {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0;
  height: 46px;
  opacity: 0.7;
  transition: opacity .15s linear; }
.detail-banner .detail-banner-price .inventor-shop-wrapper button:before {
  color: #fff;
  content: "\f07a";
  display: inline-block;
  font-family: fontawesome;
  font-size: 23px;
  -webkit-font-smoothing: antialiased;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px; }
.detail-banner .detail-banner-price .inventor-shop-wrapper button:after {
  height: 0; }
.detail-banner .detail-banner-price .inventor-shop-wrapper button:hover, .detail-banner .detail-banner-price .inventor-shop-wrapper button:active, .detail-banner .detail-banner-price .inventor-shop-wrapper button:focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
  opacity: 1; }
.detail-banner h1, .detail-banner h2, .detail-banner .comment-reply-title {
  color: #444d56;
  font-family: "Montserrat", "Roboto", "Arial", "sans-serif";
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 14px;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .detail-banner h1, .detail-banner h2, .detail-banner .comment-reply-title {
    font-size: 25px; } }
.detail-banner h1 .listing-title-logo, .detail-banner h2 .listing-title-logo, .detail-banner .comment-reply-title .listing-title-logo {
  max-height: 65px;
  max-width: 130px; }
.detail-banner h1 .listing-verified, .detail-banner h2 .listing-verified, .detail-banner .comment-reply-title .listing-verified {
  color: #fff;
  font-size: 0; }
.detail-banner h1 .listing-verified:before, .detail-banner h2 .listing-verified:before, .detail-banner .comment-reply-title .listing-verified:before {
  background-color: #8dc63f;
  border: solid 1px #fff;
  border-radius: 50%;
  content: "\f00c";
  display: inline-block;
  font-family: fontawesome;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 20px;
  line-height: 18px;
  margin-left: 7px;
  text-align: center;
  vertical-align: 14px;
  width: 20px; }
@media (max-width: 767px) {
  .detail-banner h1 .listing-verified:before, .detail-banner h2 .listing-verified:before, .detail-banner .comment-reply-title .listing-verified:before {
    vertical-align: 4px; } }
.detail-banner h1 .claim-listing, .detail-banner h2 .claim-listing, .detail-banner .comment-reply-title .claim-listing {
  color: rgba(68, 77, 86, 0.8);
  font-size: 12px;
  font-weight: normal;
  pointer-events: auto;
  opacity: .7;
  text-transform: none;
  transition: opacity .15s linear;
  vertical-align: 12px; }
@media (max-width: 767px) {
  .detail-banner h1 .claim-listing, .detail-banner h2 .claim-listing, .detail-banner .comment-reply-title .claim-listing {
    vertical-align: 4px; } }
.detail-banner h1 .claim-listing:before, .detail-banner h2 .claim-listing:before, .detail-banner .comment-reply-title .claim-listing:before {
  border: dashed 1px rgba(68, 77, 86, 0.8);
  border-radius: 50%;
  color: rgba(68, 77, 86, 0.8);
  content: "\f00c";
  display: inline-block;
  font-family: fontawesome;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 20px;
  line-height: 18px;
  margin-left: 7px;
  margin-right: 5px;
  text-align: center;
  vertical-align: 1px;
  width: 20px; }
.detail-banner h1 .claim-listing:hover, .detail-banner h2 .claim-listing:hover, .detail-banner .comment-reply-title .claim-listing:hover {
  opacity: 1; }
.detail-banner .detail-banner-meta {
  clear: left;
  float: left;
  margin-bottom: 40px;
  width: 30%; }
@media (max-width: 1199px) {
  .detail-banner .detail-banner-meta {
    width: 100%;
    margin-bottom: 0; } }
@media (max-width: 991px) {
  .detail-banner .detail-banner-meta {
    width: 50%;
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .detail-banner .detail-banner-meta {
    margin-bottom: 20px;
    width: 100%; } }
.detail-banner .detail-banner-meta-info {
  color: #444d56;
  font-family: Lato;
  opacity: 0.9;
  padding: 5px 0; }
@media (max-width: 991px) {
  .detail-banner .detail-banner-meta-info {
    padding: 15px 0; } }
@media (max-width: 767px) {
  .detail-banner .detail-banner-meta-info {
    padding: 5px 0; } }
.detail-banner .detail-banner-meta-info:first-child {
  padding-top: 0; }
@media (max-width: 991px) {
  .detail-banner .detail-banner-meta-info:first-child {
    padding-top: 10px; } }
.detail-banner .detail-banner-meta-info a {
  color: #444d56; }
.detail-banner .detail-banner-meta-info a:hover {
  text-decoration: underline; }
.detail-banner .detail-banner-meta-info i {
  margin-right: 8px;
  opacity: 0.2; }
.detail-banner .detail-banner-meta-info .inventor-shop-wrapper {
  display: inline-block; }
.detail-banner .detail-banner-meta-info .inventor-shop-wrapper button {
  margin-left: 10px;
  margin-top: -4px;
  min-height: 24px;
  padding: 5px 10px; }
.detail-banner .detail-banner-actions {
  float: right;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: right;
  width: 70%; }
@media (max-width: 1199px) {
  .detail-banner .detail-banner-actions {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%; } }
@media (max-width: 991px) {
  .detail-banner .detail-banner-actions {
    margin-top: 0;
    width: 50%; } }
@media (max-width: 767px) {
  .detail-banner .detail-banner-actions {
    margin-bottom: 0;
    width: 100%; } }
.detail-banner .detail-banner-btn, .detail-banner .inventor-favorites-btn-toggle,
.detail-banner .inventor-compare-btn-toggle,
.detail-banner .inventor-jobs-apply-btn,
.detail-banner .print-listing,
.detail-banner .share-listing {
  background-color: transparent;
  color: #444d56;
  cursor: pointer;
  display: inline-block;
  margin-left: 60px;
  opacity: 0.9;
  padding: 15px 0;
  transition: all linear .15s; }
@media (max-width: 991px) {
  .detail-banner .detail-banner-btn, .detail-banner .inventor-favorites-btn-toggle,
  .detail-banner .inventor-compare-btn-toggle,
  .detail-banner .inventor-jobs-apply-btn,
  .detail-banner .print-listing,
  .detail-banner .share-listing {
    margin-left: 0;
    padding: 8px 0;
    width: 100%; } }
.detail-banner .detail-banner-btn i, .detail-banner .inventor-favorites-btn-toggle i,
.detail-banner .inventor-compare-btn-toggle i,
.detail-banner .inventor-jobs-apply-btn i,
.detail-banner .print-listing i,
.detail-banner .share-listing i {
  color: #0aab9a;
  font-size: 16px;
  margin-right: 5px; }
.detail-banner .detail-banner-btn:first-child, .detail-banner .inventor-favorites-btn-toggle:first-child,
.detail-banner .inventor-compare-btn-toggle:first-child,
.detail-banner .inventor-jobs-apply-btn:first-child,
.detail-banner .print-listing:first-child,
.detail-banner .share-listing:first-child {
  margin-left: 0; }
.detail-banner .detail-banner-btn:hover, .detail-banner .inventor-favorites-btn-toggle:hover,
.detail-banner .inventor-compare-btn-toggle:hover,
.detail-banner .inventor-jobs-apply-btn:hover,
.detail-banner .print-listing:hover,
.detail-banner .share-listing:hover {
  opacity: 1;
  text-decoration: none; }
.detail-banner .detail-banner-btn:focus, .detail-banner .inventor-favorites-btn-toggle:focus,
.detail-banner .inventor-compare-btn-toggle:focus,
.detail-banner .inventor-jobs-apply-btn:focus,
.detail-banner .print-listing:focus,
.detail-banner .share-listing:focus, .detail-banner .detail-banner-btn:active, .detail-banner .inventor-favorites-btn-toggle:active,
.detail-banner .inventor-compare-btn-toggle:active,
.detail-banner .inventor-jobs-apply-btn:active,
.detail-banner .print-listing:active,
.detail-banner .share-listing:active {
  text-decoration: none; }
.detail-banner .detail-banner-btn.heart.marked, .detail-banner .heart.marked.inventor-favorites-btn-toggle,
.detail-banner .heart.marked.inventor-compare-btn-toggle,
.detail-banner .heart.marked.inventor-jobs-apply-btn,
.detail-banner .heart.marked.print-listing,
.detail-banner .heart.marked.share-listing {
  color: #444;
  text-shadow: none; }
.detail-banner .detail-banner-btn.heart.marked i:before, .detail-banner .heart.marked.inventor-favorites-btn-toggle i:before,
.detail-banner .heart.marked.inventor-compare-btn-toggle i:before,
.detail-banner .heart.marked.inventor-jobs-apply-btn i:before,
.detail-banner .heart.marked.print-listing i:before,
.detail-banner .heart.marked.share-listing i:before {
  content: "\f004";
  color: #d81814; }
.detail-banner .detail-banner-btn.bookmark.marked, .detail-banner .bookmark.marked.inventor-favorites-btn-toggle,
.detail-banner .bookmark.marked.inventor-compare-btn-toggle,
.detail-banner .bookmark.marked.inventor-jobs-apply-btn,
.detail-banner .bookmark.marked.print-listing,
.detail-banner .bookmark.marked.share-listing {
  color: #444;
  text-shadow: none; }
.detail-banner .detail-banner-btn.bookmark.marked i:before, .detail-banner .bookmark.marked.inventor-favorites-btn-toggle i:before,
.detail-banner .bookmark.marked.inventor-compare-btn-toggle i:before,
.detail-banner .bookmark.marked.inventor-jobs-apply-btn i:before,
.detail-banner .bookmark.marked.print-listing i:before,
.detail-banner .bookmark.marked.share-listing i:before {
  content: "\f02e";
  color: #0aab9a; }
.detail-banner .inventor-reviews-rating {
  color: #ffd925;
  float: left;
  font-size: 21px;
  margin-bottom: 15px;
  margin-top: -5px; }
.detail-banner .inventor-reviews-rating.not-rated i {
  color: #ffd925; }
.detail-banner .detail-label {
  background-color: #0aab9a;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 3px 15px; }
.detail-banner .detail-label i {
  padding-right: 8px; }
.detail-banner .detail-label a {
  color: #fff; }
.detail-banner .detail-label a:hover {
  color: #fff;
  text-decoration: none; }
.detail-banner .detail-banner-slogan {
  color: rgba(68, 77, 86, 0.8);
  font-size: 16px;
  font-weight: 600;
  margin-top: -4px;
  margin-bottom: 15px; }
.detail-banner iframe {
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  position: absolute; }

/**
 * 17. Partners
 */
.widget_partners .widget-pt {
  padding-top: 40px; }

.widget_partners .widget-pb {
  padding-bottom: 40px; }

.widget_partners a {
  opacity: .8;
  vertical-align: middle;
  text-align: center;
  transition: all .15s linear; }
.widget_partners a:hover {
  opacity: 1 !important; }
@media (max-width: 767px) {
  .widget_partners a {
    display: block;
    text-align: center;
    width: 100%; }
  .widget_partners a:last-child {
    margin-bottom: 0; } }

.widget_partners img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  max-width: 80%; }
@media (min-width: 768px) {
  .widget_partners img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); } }
@media (max-width: 767px) {
  .widget_partners img {
    max-height: inherit;
    max-width: 35%; } }

.widget_partners:hover a {
  opacity: .55; }

@media (min-width: 768px) {
  .widget_partners .partners-row {
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%); } }

@media (max-width: 767px) {
  .widget_partners .partners-container {
    float: none;
    padding: 15px 0;
    width: 100% !important; } }

/**
 * 18. Pricing
 */
@media (max-width: 767px) {
  .pricing-container {
    margin: 0 0 30px 0;
    width: 100% !important; } }

.pricing-inner {
  background-color: #fff;
  border: 2px solid #e9e9e9;
  color: #363636;
  text-align: center; }
@media (max-width: 767px) {
  .pricing-inner {
    margin-bottom: 30px; } }
.pricing-inner .btn, .pricing-inner input[type=submit], .pricing-inner button, .pricing-inner .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane .pricing-inner button, .pricing-inner .cmb-row.postbox .cmb-remove-group-row, .cmb-row.postbox .pricing-inner .cmb-remove-group-row, .pricing-inner .listing-create, .pricing-inner .listings-slider-item-info-more a, .listings-slider-item-info-more .pricing-inner a, .pricing-inner .payment-process, .pricing-inner .inventor-slider-item-info-button a, .inventor-slider-item-info-button .pricing-inner a, .pricing-inner .btn-create-collection {
  margin: 20px 0 20px 0; }
.pricing-inner small {
  color: #363636;
  font-size: 16px; }
.pricing-inner.highlighted {
  border-color: #0aab9a; }
.pricing-inner.highlighted .pricing-header {
  background-color: #0aab9a;
  color: #fff; }
.pricing-inner.highlighted .pricing-header .pricing-title, .pricing-inner.highlighted .pricing-header .pricing-price {
  color: #fff; }
.pricing-inner.highlighted .pricing-header .pricing-description, .pricing-inner.highlighted .pricing-header .pricing-price small {
  color: rgba(255, 255, 255, 0.5); }

.pricing-header {
  background-color: #3e3e3e;
  color: #fff;
  padding: 20px; }

.pricing-title {
  color: #fff;
  font-family: "Montserrat", "Roboto", "Arial", "sans-serif";
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0; }

.pricing-description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0; }

.pricing-price {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  margin: 12px 0 0 0; }
.pricing-price sup {
  padding-right: 3px;
  top: -4px; }
.pricing-price small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-transform: uppercase; }

ul.pricing-list {
  list-style: none;
  padding: 20px 20px 0 20px; }
ul.pricing-list li {
  font-size: 17px;
  font-weight: bold;
  border-bottom: none;
  padding: 5px 0; }
ul.pricing-list li:last-child {
  margin-bottom: 0; }
ul.pricing-list small {
  color: #b8b8b8;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: 5px; }
ul.pricing-list s {
  color: #e9e9e9;
  font-weight: normal; }

/**
 * 19. Posts
 */
.wp-caption-text {
  color: #444;
  font-style: italic; }

.post:hover .post-image:before {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.post:hover .read-more {
  opacity: 1;
  top: 50%; }

.post-image {
  position: relative;
  overflow: hidden;
  max-height: 250px; }
.post-image:before {
  background: -webkit-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.7) 50%);
  background: linear-gradient(to bottom, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.7) 50%);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: all ease .35s;
  width: 100%; }
.post-image .read-more {
  border: 1px solid #fff;
  color: #fff;
  left: 50%;
  opacity: 0;
  padding: 6px 15px;
  position: absolute;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transition: all linear .15s, opacity ease .35s, top ease .35s; }
.post-image .read-more:hover {
  background-color: #fff;
  color: #363636;
  text-shadow: none; }

.post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding-bottom: 30px; }
@media (min-width: 768px) {
  .post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; } }
.post.post-boxed {
  background-color: #fff;
  padding: 20px; }
.post.sticky {
  background-color: #fff;
  border: 1px solid #0aab9a;
  padding: 30px 30px 15px 30px; }
.post.type-post .post-content h1 {
  font-size: 32px;
  margin: 10px 0 20px 0;
  padding: 0; }
.post.type-post .post-content h2, .post.type-post .post-content .comment-reply-title {
  border: 0;
  font-size: 28px;
  margin: 10px 0 23px 0;
  padding: 0;
  text-transform: inherit; }
.post.type-post .post-content h3 {
  font-size: 22px;
  margin: 10px 0 20px 0;
  padding: 0; }
.post.type-post .post-content h4 {
  margin: 10px 0 23px 0;
  padding: 0; }
.post.type-post .post-content h5 {
  margin: 10px 0 23px 0;
  padding: 0; }
.post.type-post .post-content h6 {
  margin: 10px 0 23px 0;
  padding: 0;
  text-transform: uppercase; }
.post.type-post .post-content ol, .post.type-post .post-content ul {
  margin: 0 0 0 30px;
  padding: 0; }
.post.type-post .post-content ol li, .post.type-post .post-content ul li {
  line-height: 32px; }

.gallery-item .gallery-icon {
  margin: 15px; }
.gallery-item .gallery-icon img {
  border: 1px solid #e9e9e9 !important;
  padding: 5px; }

.gallery-item .gallery-caption {
  background-color: #fff;
  font-size: 12px;
  margin: 0 15px !important;
  padding: 10px 15px;
  text-align: center; }

.gallery-item img {
  border: 0 !important; }

.post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  overflow: hidden;
  height: 140px;
  position: relative;
  width: 25%;
  min-width: 200px; }
@media (max-width: 1199px) {
  .post-image {
    float: none;
    margin: 0 0 30px 0; }
  .post-image img {
    height: auto;
    width: 100%; } }

.post-image + .post-content {
  padding-left: 30px; }

.post-content {
  display: table-cell; }
.post-content h2, .post-content .comment-reply-title {
  clear: both;
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 20px 0;
  text-transform: uppercase; }
.post-content h2 a, .post-content .comment-reply-title a {
  color: #363636; }
.post-content h2 a:hover, .post-content .comment-reply-title a:hover {
  color: #0aab9a; }
.post-content p {
  color: #868686;
  margin: 0; }

.post-label {
  background-color: #0aab9a;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 13px;
  margin: 0 0 20px 0;
  padding: 3px 15px; }

.post-date {
  color: #b8b8b8;
  float: left;
  font-size: 11px;
  line-height: 24px;
  margin: 0 0 20px 30px; }

.post-meta {
  background-color: #fff;
  clear: both;
  display: inline-block;
  font-size: 13px;
  margin: 30px 0 0 0;
  padding: 15px 20px;
  width: 100%; }
.post-boxed .post-meta {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 25px 0 0 0; }

.post-meta-author, .post-meta-date, .post-meta-categories, .post-meta-comments {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0; }
.post-meta-author a, .post-meta-date a, .post-meta-categories a, .post-meta-comments a {
  border-bottom: 1px solid #f7f7f7;
  color: #868686;
  transition: all .15s linear; }
.post-meta-author a:hover, .post-meta-date a:hover, .post-meta-categories a:hover, .post-meta-comments a:hover {
  border-bottom: transparent; }
.post-meta-author .fa, .post-meta-date .fa, .post-meta-categories .fa, .post-meta-comments .fa {
  color: #0aab9a;
  font-size: 11px;
  margin: 0 10px 0 0;
  vertical-align: 1px; }
@media (max-width: 767px) {
  .post-meta-author, .post-meta-date, .post-meta-categories, .post-meta-comments {
    border: 0;
    float: none;
    padding: 4px 0; } }

.post-meta-comments {
  border: 0;
  margin: 0;
  padding: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .post-meta-comments, .post-meta-date {
    display: none; } }

.post-meta-more {
  float: right; }
.post-meta-more .fa {
  font-size: 10px;
  margin-left: 5px; }

.page-links .page-numbers {
  background-color: #0aab9a;
  color: #fff; }

.page-links a .page-numbers {
  background-color: #fff;
  color: #868686; }

.post.post-masonry {
  border-bottom: 0;
  margin-bottom: 0; }
.post.post-masonry .post-masonry-content {
  background-color: #fff;
  overflow: hidden;
  position: relative; }
.post.post-masonry .post-masonry-content:hover .listing-column-title {
  background-color: #0aab9a; }
.post.post-masonry .post-masonry-content:hover .listing-column-title span:before {
  color: rgba(255, 255, 255, 0.8); }
.post.post-masonry .post-masonry-content .post-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 230px;
  width: 100%; }
.post.post-masonry .post-masonry-content .post-image:before {
  display: none; }
.post.post-masonry .post-masonry-content .post-image a {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
.post.post-masonry .post-masonry-content .post-meta-categories {
  background-color: #0aab9a;
  color: #fff;
  font-size: 15px;
  padding: 6px 17px;
  position: absolute;
  left: 30px;
  top: 212px;
  white-space: nowrap;
  z-index: 2; }
.post.post-masonry .post-masonry-content .post-meta-categories a {
  border-bottom: 0;
  color: #fff;
  text-decoration: none; }
.post.post-masonry .post-masonry-content .post-content {
  padding-top: 30px; }
.post.post-masonry .post-masonry-content .post-content h3 {
  padding: 0 30px 0 30px;
  position: relative; }
.post.post-masonry .post-masonry-content .post-content h3:before {
  background-color: #0aab9a;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 3px; }
.post.post-masonry .post-masonry-content .post-content h3 a {
  color: #000; }
.post.post-masonry .post-masonry-content .post-content h3 a:hover {
  color: #0aab9a; }
.post.post-masonry .post-masonry-content .post-content p {
  padding: 0 30px 30px 30px; }
.post.post-masonry .post-masonry-content .post-meta {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0 30px 20px 30px; }

/**
 * 20. Posts detail
 */
.post-detail img {
  max-width: 100%;
  height: auto; }

.post-detail .post-meta {
  margin-top: 0; }

.post-detail img + .post-meta {
  margin-top: 30px; }

.post-detail .post-content {
  display: block;
  text-align: justify; }
.post-detail .post-content p {
  margin-top: 15px; }
.post-detail .post-content p.cmb2-metabox-description {
  margin-top: 0; }
.post-detail .post-content a {
  border-bottom: 1px solid #e9e9e9;
  transition: all .15s linear; }
.post-detail .post-content a:hover {
  border-bottom: transparent; }

.post-detail .post-content-image {
  max-width: 45%;
  margin-bottom: 15px;
  margin-top: 33px; }
.post-detail .post-content-image.pull-left {
  margin-right: 30px; }
.post-detail .post-content-image.pull-right {
  margin-left: 30px; }

.post-detail h2, .post-detail .comment-reply-title {
  border-bottom: 1px solid #e9e9e9;
  color: #363636;
  font-weight: 300;
  margin: 40px 0 30px 0;
  padding-bottom: 20px; }

.post-detail h3 {
  margin-top: 30px;
  margin-bottom: 25px; }

.post-detail .drop-cap:first-letter {
  color: #444;
  float: left;
  font-size: 46px;
  line-height: 42px;
  margin-top: 5px;
  padding-right: 8px;
  padding-left: 0; }

.post-detail .post-meta-tags {
  background-color: #fff;
  clear: both;
  display: inline-block;
  font-size: 13px;
  margin: 30px 0 0 0;
  padding: 15px 20px 5px;
  width: 100%; }
.post-detail .post-meta-tags ul {
  display: inline;
  padding-left: 0; }
.post-detail .post-meta-tags .tag {
  background-color: #0aab9a;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 2px 6px 2px 8px;
  position: relative;
  transition: all linear .15s; }
.post-detail .post-meta-tags .tag a {
  color: #fff;
  position: relative;
  z-index: 2; }
.post-detail .post-meta-tags .tag a:hover {
  color: #fff;
  text-decoration: none; }
.post-detail .post-meta-tags .tag:before {
  background-color: #0aab9a;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: -7px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all linear .15s;
  width: 17px;
  margin-top: 1px;
  z-index: 0; }
.post-detail .post-meta-tags .tag:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: -2px;
  position: absolute;
  top: 8px;
  width: 5px; }
.post-detail .post-meta-tags .tag:hover {
  background-color: #077b6f; }
.post-detail .post-meta-tags .tag:hover:before {
  background-color: #077b6f; }

/**
 * 21. Filter
 */
.filter {
  background-color: #fff;
  margin: 0 0 40px 0;
  padding: 20px; }
.filter .checkbox-wrapper {
  margin-bottom: 10px; }
.filter .checkbox-wrapper .checkbox {
  margin-bottom: 7px;
  margin-top: 7px;
  padding: 0; }
.filter .checkbox-wrapper .checkbox label {
  color: #868686;
  font-weight: 400;
  padding: 0; }
.filter .form-group {
  margin-bottom: 25px; }
.filter button[type=submit] {
  float: right; }
@media (max-width: 767px) {
  .filter button[type=submit] {
    display: block;
    margin: 40px 0 0 0; } }

.filter-actions {
  margin-top: 10px; }
.filter-actions a {
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
  margin: 0 30px 0 0; }
.filter-actions a:hover {
  color: #0aab9a; }
.filter-actions .fa {
  color: #b8b8b8;
  font-size: 13px;
  margin: 0 7px 0 0;
  vertical-align: 0; }

.filter-sort {
  float: right;
  margin-top: -6px; }
.filter-sort .form-group {
  display: inline-block; }

.filter-sorting-options {
  border-top: 1px solid #f7f7f7;
  clear: both;
  margin: 0 -5px -5px -5px;
  padding: 20px 5px 0 5px; }
.filter-sorting-options .filter-sort-order-asc {
  line-height: 0;
  font-size: 0;
  color: transparent; }
.filter-sorting-options .filter-sort-order-asc:after {
  color: #363636;
  content: '\f062';
  line-height: 14px;
  font-family: FontAwesome;
  font-size: 12px; }
.filter-sorting-options .filter-sort-order-desc {
  line-height: 0;
  font-size: 0;
  color: transparent; }
.filter-sorting-options .filter-sort-order-desc:after {
  color: #363636;
  content: '\f063';
  line-height: 14px;
  font-family: FontAwesome;
  font-size: 12px; }
.sidebar .filter-sorting-options {
  padding: 20px 0 0 0; }

.filter-sorting-title {
  float: right;
  padding: 10px 15px 0 15px; }

.filter-sorting-content {
  float: right; }
.filter-sorting-content .form-group {
  width: 210px !important; }

.filter-sorting-inner-group {
  display: inline; }

@media (max-width: 767px) {
  .filter-sorting-inner .filter-sorting-inner-group-types ul {
    display: block;
    margin: 10px 0 0 0; }
  .filter-sorting-inner .filter-sorting-inner-group-types ul li {
    display: block;
    float: none;
    margin: 10px 0;
    padding: 0; }
  .filter-sorting-inner .filter-sorting-inner-group-types ul li a {
    display: block !important; } }

.filter-sorting-inner {
  font-size: 12px;
  padding: 5px 0 25px 16px; }
.filter-sorting-inner strong {
  color: #363636;
  font-weight: 500;
  padding: 0 10px 0 0;
  vertical-align: -1px; }
.filter-sorting-inner ul {
  display: inline;
  margin: 0;
  padding: 0 10px 0 0; }
.filter-sorting-inner ul li {
  border: 0;
  display: inline;
  padding: 0 3px; }
.filter-sorting-inner ul li a {
  border: 1px solid #e9e9e9;
  color: #868686;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  min-width: 40px;
  padding: 7px 12px;
  text-align: center; }
.filter-sorting-inner ul li a.active {
  background-color: #444;
  border-color: #444;
  color: #fff; }
.filter-sorting-inner ul li a.active:after {
  color: #fff; }
.filter-sorting-inner ul li a.active:hover {
  background-color: #444;
  border-color: #444;
  color: #fff; }
.filter-sorting-inner ul li a:hover {
  border-color: #444;
  color: #444; }
.sidebar .filter-sorting-inner {
  padding: 0; }
.sidebar .filter-sorting-inner strong {
  display: block; }
.sidebar .filter-sorting-inner ul {
  display: block;
  margin: 5px 0; }
.sidebar .filter-sorting-inner li {
  display: block;
  float: left;
  margin: 5px 5px 5px 0;
  padding: 0; }

@media (max-width: 1199px) {
  .filter-sorting-inner-group {
    display: block;
    margin: 0 0 20px 0; } }

.filter-sorting-inner-group.filter-sorting-inner-group-order a {
  min-width: 31px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 31px; }

.filter-sorting-inner-styles {
  float: right;
  padding: 0 16px; }
@media (max-width: 1199px) {
  .filter-sorting-inner-styles {
    float: none;
    padding: 0; } }
.sidebar .filter-sorting-inner-styles {
  float: none;
  padding: 0; }
.filter-sorting-inner-styles a {
  border: 1px solid #e9e9e9;
  color: #868686;
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 6px 12px 6px 24px;
  position: relative; }
.sidebar .filter-sorting-inner-styles a {
  margin: 0; }
.filter-sorting-inner-styles a.active {
  background-color: #444;
  border-color: #444;
  color: #fff;
  z-index: 10; }
.filter-sorting-inner-styles a.listing-display-rows {
  padding: 7px 12px 6px 32px; }
.filter-sorting-inner-styles a.listing-display-rows:before {
  color: #676767;
  content: '\f03a';
  font-family: FontAwesome;
  font-size: 12px;
  left: 12px;
  position: absolute;
  top: 9px; }
.filter-sorting-inner-styles a.listing-display-rows.active:before {
  color: #fff; }
.filter-sorting-inner-styles a.listing-display-grid {
  padding: 7px 12px 6px 32px; }
.filter-sorting-inner-styles a.listing-display-grid:before {
  color: #676767;
  content: '\f00a';
  font-family: FontAwesome;
  font-size: 12px;
  left: 12px;
  position: absolute;
  top: 9px; }
.filter-sorting-inner-styles a.listing-display-grid.active:before {
  color: #fff; }
.filter-sorting-inner-styles ul {
  margin: 0;
  padding: 0; }
.filter-sorting-inner-styles ul li {
  margin: 0;
  padding: 0; }
.filter-sorting-inner-styles i {
  font-size: 12px;
  padding-right: 8px;
  vertical-align: middle; }
.filter-sorting-inner-styles span {
  font-size: 11px;
  vertical-align: middle; }

.filter-result-numbers {
  font-weight: 200;
  margin: 40px 0 0 0; }
.filter-result-numbers span {
  font-weight: 400; }
.filter-result-numbers span.match {
  color: #0aab9a;
  font-weight: 500; }

.inventor-watchdog-btn {
  color: #868686;
  display: inline-block;
  font-size: 12px;
  margin-top: 10px; }
.inventor-watchdog-btn i {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #0aab9a;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  margin: 0 10px 0 0;
  text-align: center;
  vertical-align: 2px;
  width: 24px; }
.inventor-watchdog-btn:active, .inventor-watchdog-btn:focus, .inventor-watchdog-btn:hover {
  color: #0aab9a;
  text-decoration: none; }

/**
 * 22. FAQ
 */
.faq-item {
  background-color: #fff;
  margin: 0 0 30px 60px;
  padding: 20px;
  position: relative; }
.faq-item:before {
  background-color: #0aab9a;
  color: #fff;
  content: 'Q';
  display: block;
  font-size: 20px;
  font-weight: 400;
  height: 44px;
  left: -60px;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 44px; }
.faq-item:after {
  border: 5px solid transparent;
  border-bottom-color: #0aab9a;
  content: '';
  display: block;
  height: 0;
  left: -21px;
  position: absolute;
  top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 0; }
.faq-item:last-of-type {
  margin-bottom: 0; }

.faq-item-question {
  border-bottom: 1px solid #f7f7f7;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }
.faq-item-question h2, .faq-item-question .comment-reply-title {
  margin: 0;
  padding: 0; }

.widget_faq .condensed .faq-item-wrapper .faq-item {
  margin-bottom: 0; }

.widget_faq .condensed .faq-item-wrapper:nth-child(even) {
  clear: right; }

.widget_faq .condensed .faq-item-wrapper:nth-child(odd) {
  clear: left; }

.widget_faq .faq-item-wrapper .faq-item {
  border-bottom: 1px solid #f7f7f7;
  margin: 0 0 30px 0;
  padding-top: 4px;
  padding-bottom: 4px; }
.widget_faq .faq-item-wrapper .faq-item:before {
  content: initial; }
.widget_faq .faq-item-wrapper .faq-item:after {
  content: initial; }
.widget_faq .faq-item-wrapper .faq-item .faq-item-question {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
.widget_faq .faq-item-wrapper .faq-item .faq-item-question h2, .widget_faq .faq-item-wrapper .faq-item .faq-item-question .comment-reply-title {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 15px 15px 0;
  text-decoration: none;
  width: 100%; }
.widget_faq .faq-item-wrapper .faq-item .faq-item-question h2 a, .widget_faq .faq-item-wrapper .faq-item .faq-item-question .comment-reply-title a {
  color: #0aab9a;
  display: inline-block;
  width: 100%; }
.widget_faq .faq-item-wrapper .faq-item .faq-item-question h2 a.collapsed, .widget_faq .faq-item-wrapper .faq-item .faq-item-question .comment-reply-title a.collapsed {
  color: #444; }
.widget_faq .faq-item-wrapper .faq-item .faq-item-question h2 a.collapsed:after, .widget_faq .faq-item-wrapper .faq-item .faq-item-question .comment-reply-title a.collapsed:after {
  color: silver;
  content: '+'; }
.widget_faq .faq-item-wrapper .faq-item .faq-item-question h2 a:focus, .widget_faq .faq-item-wrapper .faq-item .faq-item-question .comment-reply-title a:focus {
  text-decoration: none; }
.widget_faq .faq-item-wrapper .faq-item .faq-item-question h2 a:hover, .widget_faq .faq-item-wrapper .faq-item .faq-item-question .comment-reply-title a:hover {
  color: #0aab9a; }
.widget_faq .faq-item-wrapper .faq-item .faq-item-question h2 a:after, .widget_faq .faq-item-wrapper .faq-item .faq-item-question .comment-reply-title a:after {
  color: #0aab9a;
  content: '-';
  font-size: 25px;
  position: absolute;
  right: 19px;
  top: 14px; }
.widget_faq .faq-item-wrapper .faq-item .faq-item-answer p {
  margin: 5px 0 10px 0; }

/**
 * 23. Tabs
 */
.nav-tabs {
  border: 0; }
.nav-tabs li {
  border: 0 !important;
  padding: 0 !important; }
@media (max-width: 767px) {
  .nav-tabs li {
    background-color: rgba(0, 0, 0, 0.03);
    float: none; } }
.nav-tabs li a {
  border: solid 1px transparent;
  border-bottom-color: transparent !important;
  border-radius: 0 !important;
  color: #868686;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 12px 20px; }
.nav-tabs li a:focus {
  border-color: transparent; }
.nav-tabs li.active a {
  background-color: #fff;
  border: solid 1px rgba(10, 171, 154, 0.2);
  color: #363636;
  font-weight: 500; }
.nav-tabs li.active a:focus {
  border-color: rgba(10, 171, 154, 0.2); }

.tab-content {
  background-color: #fff;
  border: solid 1px rgba(10, 171, 154, 0.2);
  padding: 20px 10px; }
.tab-content ul {
  overflow: hidden;
  position: relative; }
.tab-content ul:after {
  background-color: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0; }
.tab-content li {
  border: 0 !important;
  color: #363636;
  display: block;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important; }
.tab-content li a {
  border-bottom: 1px dashed #e9e9e9;
  color: #363636;
  display: block;
  padding: 8px 0; }
.tab-content li a span {
  color: #868686;
  display: inline-block;
  font-size: 11px;
  margin: 0 0 0 5px;
  vertical-align: 1px; }
.tab-content li a:hover {
  color: #0aab9a; }
.tab-content li a:before {
  color: #0aab9a;
  content: '\f10c';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 6px;
  margin: 0 13px 0 0;
  vertical-align: 2px; }
.tab-content li a:after {
  color: #b8b8b8;
  content: '\f054';
  display: block;
  float: right;
  font-family: 'FontAwesome';
  font-size: 8px;
  margin-right: 5px;
  margin-top: 5px; }

/**
 * 24. Modals
 */
.modal-inner {
  display: none; }

.modal-screen {
  transition: all linear .2s;
  visibility: hidden; }
.modal-screen.open {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  visibility: visible;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }
.modal-screen .modal-close {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: 32px;
  position: absolute;
  right: 6%;
  top: 10%;
  transition: color .15s linear; }
.modal-screen .modal-close:hover {
  color: #fff; }
.modal-screen .modal-inner {
  background-color: transparent;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%); }
.modal-screen .modal-inner h2, .modal-screen .modal-inner .comment-reply-title {
  color: #fff;
  font-size: 52px;
  font-weight: 400;
  margin: 0 0 120px 0;
  text-align: center; }
@media (max-width: 991px) {
  .modal-screen .modal-inner h2, .modal-screen .modal-inner .comment-reply-title {
    font-size: 26px;
    margin: 0 0 50px 0; } }
.modal-screen .modal-inner ul {
  list-style: none;
  margin: 0;
  padding: 0; }
@media (min-width: 1200px) {
  .modal-screen .modal-inner ul {
    width: 815px; } }
.modal-screen .modal-inner ul li {
  display: inline-block;
  margin: 5px 30px; }
.modal-screen .modal-inner ul .fa {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.8) !important;
  display: block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  width: 140px; }
.modal-screen .modal-inner ul .fa:active, .modal-screen .modal-inner ul .fa:hover, .modal-screen .modal-inner ul .fa:focus {
  background-color: #fff !important;
  border: 0;
  color: rgba(0, 0, 0, 0.8) !important; }
@media (max-width: 991px) {
  .modal-screen .modal-inner ul .fa {
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    width: 70px;
  }
}

/**
 * 25. Alerts
 */
.alert {
  border-radius: 0;
  color: #fff;
  line-height: 2;
  overflow: hidden;
  padding: 20px 30px;
  width: 100%; }
.alert.alert-danger {
  background-color: #d9534f;
  border-color: #d43f3a; }
.alert.alert-danger a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important; }
.alert.alert-warning {
  background-color: #EEE0B7;
  border-color: #e4ce8e;
  color: #9b7d25; }
.alert.alert-warning a {
  color: #9b7d25;
  border-bottom: 1px solid #9b7d25 !important; }
.alert.alert-success {
  background-color: #6bd072;
  border-color: #58ca60; }
.alert.alert-success a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
.alert.alert-success a:active, .alert.alert-success a:focus, .alert.alert-success a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6); }
.alert.alert-info {
  background-color: #67bbe5;
  border-color: #51b1e1; }
.alert .close {
  line-height: 1.5; }
.alert:hover .close {
  opacity: .5; }
.alert a {
  border-bottom: 1px solid red;
  color: #fff;
  padding-bottom: 3px; }
.alert a:active, .alert a:focus, .alert a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  text-decoration: none; }
.alert p {
  color: #fff;
  margin: 0 !important; }

.alert-icon:before {
  display: inline-block;
  font-family: fontawesome;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  line-height: 0;
  margin-right: 10px;
  vertical-align: -3px; }

.alert-icon.alert-danger:before {
  content: "\f057"; }

.alert-icon.alert-warning:before {
  content: "\f071"; }

.alert-icon.alert-success:before {
  content: "\f164"; }

.alert-icon.alert-info:before {
  content: "\f05a"; }

.alert-primary {
  border: 0;
  margin: 0;
  position: relative; }
.alert-primary .container {
  position: relative; }
.alert-primary button.close {
  font-size: 15px;
  opacity: 1 !important;
  position: absolute;
  right: 24px;
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%); }
.alert-primary button.close:after {
  display: none;
  font-size: 15px; }
.alert-primary button.close:active, .alert-primary button.close:focus, .alert-primary button.close:hover {
  background-color: transparent !important;
  color: #fff !important;
  opacity: 1 !important; }

/**
 * 26. Boxes
 */
.footer .widget_inventor_boxes .row > div, .footer .widget_inventor_boxes .listing-categories-cards > div, .footer .widget_inventor_boxes
.listing-types-cards > div, .footer .widget_inventor_boxes
.locations-posters > div, .footer .widget_inventor_boxes .listing-detail-resume-experience .listing-detail-resume-experience-levels > div, .listing-detail-resume-experience .footer .widget_inventor_boxes .listing-detail-resume-experience-levels > div, .footer .widget_inventor_boxes .blog #primary .content > div, .blog #primary .footer .widget_inventor_boxes .content > div, .footer .widget_inventor_boxes .widget_faq .faq > div, .widget_faq .footer .widget_inventor_boxes .faq > div, .footer .widget_inventor_boxes .tab-content ul > div, .tab-content .footer .widget_inventor_boxes ul > div, .footer .widget_inventor_boxes .video-cover-filter form > div, .video-cover-filter .footer .widget_inventor_boxes form > div, .footer .widget_inventor_boxes .submission-choose-type ul > div, .submission-choose-type .footer .widget_inventor_boxes ul > div, .footer .widget_inventor_boxes .user-list > div, .footer .widget_inventor_boxes .user-listings > div, .footer .widget_inventor_boxes .applicants-list > div, .footer .widget_inventor_boxes .inventor-cover-filter form > div, .inventor-cover-filter .footer .widget_inventor_boxes form > div {
  float: none;
  width: 100%; }

.boxes-title-description {
  margin-bottom: -20px; }
@media (max-width: 1199px) {
  .boxes-title-description {
    width: 100% !important;
    text-align: center; } }
.boxes-title-description .widgettitle {
  margin: 0 0 30px 0;
  text-align: left; }
@media (max-width: 1199px) {
  .boxes-title-description .widgettitle {
    text-align: center; }
  .boxes-title-description .widgettitle:after {
    position: relative;
    left: 47%; } }
.boxes-title-description .widgettitle:after {
  margin: 17px 0 0 0; }
.boxes-title-description .description {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left; }
@media (max-width: 1199px) {
  .boxes-title-description .description {
    text-align: center; } }
.boxes-title-description a {
  margin-bottom: 20px; }

.boxes-numbers div[class^=col-]:last-of-type .box-inner:after {
  content: none; }

.boxes-numbers.background-light .box-icon {
  color: #0aab9a; }

.boxes-numbers .box-icon {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  height: 50px; }

.boxes-numbers .box-body .box-title {
  font-size: 15px;
  letter-spacing: 2px;
  margin: 15px 0 10px 0; }

.boxes-numbers .box-inner:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: '';
  height: 75px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px; }

.boxes-centered .box-icon, .boxes-numbers .box-icon, .boxes-condensed .box-icon {
  float: none;
  margin: 0 auto; }

.boxes-centered .box-body, .boxes-numbers .box-body, .boxes-condensed .box-body {
  display: block; }
.boxes-centered .box-body .box-content, .boxes-numbers .box-body .box-content, .boxes-condensed .box-body .box-content {
  text-align: center; }
.boxes-centered .box-body .box-title, .boxes-numbers .box-body .box-title, .boxes-condensed .box-body .box-title {
  text-align: center; }
.boxes-centered .box-body .box-number, .boxes-numbers .box-body .box-number, .boxes-condensed .box-body .box-number {
  font-size: 20px;
  text-align: center; }
.boxes-centered .box-body .box-content, .boxes-numbers .box-body .box-content, .boxes-condensed .box-body .box-content {
  text-align: center; }
.boxes-centered .box-body .box-read-more, .boxes-numbers .box-body .box-read-more, .boxes-condensed .box-body .box-read-more {
  text-align: center; }

@media (max-width: 1199px) {
  .box {
    margin-bottom: 30px;
    margin-top: 30px; } }

.footer .box {
  margin: 0 0 20px 0; }

.box-icon {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  color: #0aab9a;
  float: left;
  font-size: 34px;
  height: 72px;
  line-height: 68px;
  margin: 0 20px 0 0;
  position: relative;
  text-align: center;
  width: 72px; }
.box-icon .fa {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%); }
.box-icon .fa-map {
  font-size: 32px; }
.footer .box-icon {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #0aab9a;
  font-size: 25px;
  line-height: 1;
  margin: -3px 20px 0 0;
  width: 28px; }
.footer .box-icon .fa-mobile {
  font-size: 32px; }
.footer .box-icon .fa {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  -webkit-transform: none; }

.box-number {
  font-size: 38px !important;
  font-weight: bold !important;
  line-height: 1; }
.background-light .box-number {
  color: #363636; }

.box-body {
  display: table-cell; }
.box-body .box-title {
  font-size: 24px;
  font-weight: 400;
  margin: 24px 0 20px 0; }
.background-light .box-body .box-title {
  color: #b8b8b8; }
.footer .box-body .box-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin: 0 0 10px 0; }
.box-body .box-content {
  color: #868686;
  line-height: 1.5;
  margin: 0; }
.footer .box-body .box-content {
  color: rgba(255, 255, 255, 0.3); }
.box-body .box-read-more {
  color: #0aab9a;
  display: block;
  margin-top: 10px; }
.box-body .box-read-more .fa {
  background-color: transparent;
  font-size: 18px;
  height: auto;
  margin-left: 5px;
  vertical-align: -1px;
  width: auto; }
.box-body a.fa, .box-body a .fa {
  background-color: #0aab9a;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  line-height: 25px;
  margin-left: 0;
  margin-right: 10px;
  text-align: center;
  width: 24px;
  transition: all linear .15s; }
.box-body a.fa:hover, .box-body a .fa:hover {
  color: #fff; }

/**
 * 27. Video cover
 */
body.layout-boxed #video-cover-wrap, body.layout-boxed #video-cover {
  width: auto !important; }

@media screen and (min-width: 907px) {
  .layout-boxed #video-cover {
    width: 100% !important; } }

.widget_video_cover {
  position: relative; }
.cover-widget-append-top .widget_video_cover {
  margin-top: -135px; }

.video-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
  overflow: hidden; }
.video-cover video {
  position: absolute;
  width: 100%; }
.video-cover .embed-video {
  position: relative;
  height: 100%; }
.video-cover .embed-video iframe {
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  position: absolute; }

.video-wrapper-overlay {
  background-color: #242424;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  opacity: 0.4;
  right: 0;
  top: 0;
  z-index: 10; }

.video-cover-title {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 91; }
.filter-vertical .video-cover-title {
  width: 80%; }
.video-cover-title h1 {
  color: #fff;
  font-weight: 400;
  font-size: 60px;
  padding: 0 15px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4); }
.filter-vertical .video-cover-title h1 {
  clear: both;
  font-size: 40px;
  width: 48%; }
@media (max-width: 991px) {
  .filter-vertical .video-cover-title h1 {
    width: 100%; } }
.video-cover-title h2, .video-cover-title .comment-reply-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
.filter-vertical .video-cover-title h2, .filter-vertical .video-cover-title .comment-reply-title {
  float: left;
  width: 48%; }
@media (max-width: 991px) {
  .filter-vertical .video-cover-title h2, .filter-vertical .video-cover-title .comment-reply-title {
    width: 100%; } }
@media (max-width: 991px) {
  .video-cover-title h1 {
    font-size: 40px; }
  .video-cover-title h2, .video-cover-title .comment-reply-title {
    font-size: 20px; } }
@media (max-width: 767px) {
  .video-cover-title {
    width: 100%; }
  .video-cover-title h1 {
    font-size: 30px; }
  .video-cover-title h2, .video-cover-title .comment-reply-title {
    font-size: 16px; } }

.filter-vertical .video-cover-filter {
  background-color: rgba(10, 171, 154, 0.5);
  width: 38%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
@media (max-width: 991px) {
  .filter-vertical .video-cover-filter {
    float: left;
    position: initial;
    transform: initial;
    -webkit-transform: initial;
    width: 100%; } }
.filter-vertical .video-cover-filter form {
  margin-top: 40px; }

.video-cover-filter form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto; }

.video-cover-filter .dropdown-menu {
  border-color: #fff; }

.video-cover-filter .form-group .form-control, .video-cover-filter .form-group input[type=text], .video-cover-filter .form-group input[type=email], .video-cover-filter .form-group input[type=number], .video-cover-filter .form-group input[type=url], .video-cover-filter .form-group input[type=date], .video-cover-filter .form-group input[type=password], .video-cover-filter .form-group textarea {
  -webkit-appearance: initial;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  height: 49px; }

.video-cover-filter .form-group .dropdown-toggle, .video-cover-filter .form-group > input {
  border-color: #fff !important; }

.video-cover-filter .form-group button.button {
  font-size: 15px;
  font-weight: 500;
  padding: 14px;
  width: 100%; }
.video-cover-filter .form-group button.button:after {
  content: none; }

.video-cover-filter .form-group input, .video-cover-filter .form-group select {
  padding: 11px 20px; }

.video-cover-filter .form-group .bootstrap-select .dropdown-toggle, .video-cover-filter .form-group input {
  height: 49px; }

.video-cover-filter .form-group .bootstrap-select .btn, .video-cover-filter .form-group .bootstrap-select input[type=submit], .video-cover-filter .form-group .bootstrap-select button, .video-cover-filter .form-group .bootstrap-select .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane .video-cover-filter .form-group .bootstrap-select button, .video-cover-filter .form-group .bootstrap-select .cmb-row.postbox .cmb-remove-group-row, .cmb-row.postbox .video-cover-filter .form-group .bootstrap-select .cmb-remove-group-row, .video-cover-filter .form-group .bootstrap-select .listing-create, .video-cover-filter .form-group .bootstrap-select .listings-slider-item-info-more a, .listings-slider-item-info-more .video-cover-filter .form-group .bootstrap-select a, .video-cover-filter .form-group .bootstrap-select .payment-process, .video-cover-filter .form-group .bootstrap-select .inventor-slider-item-info-button a, .inventor-slider-item-info-button .video-cover-filter .form-group .bootstrap-select a, .video-cover-filter .form-group .bootstrap-select .btn-create-collection, .video-cover-filter .form-group .bootstrap-select button {
  padding: 9px 20px; }

.video-cover-filter .form-group .bootstrap-select .bs-searchbox {
  padding: 4px; }
.video-cover-filter .form-group .bootstrap-select .bs-searchbox:before {
  margin-top: 13px; }
.video-cover-filter .form-group .bootstrap-select .bs-searchbox .form-control, .video-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=text], .video-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=email], .video-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=number], .video-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=url], .video-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=date], .video-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=password], .video-cover-filter .form-group .bootstrap-select .bs-searchbox textarea {
  box-shadow: none;
  padding: 6px 40px; }

#video-wrap {
  height: 100%; }
#video-wrap iframe {
  width: 100%;
  position: relative;
  transform: translateY(-50%);
  top: 50%; }

/**
 * 28. Testimonials
 */
.testimonial {
  margin: 0 0 30px 0; }
.testimonial:last-of-type {
  margin-bottom: 0; }
@media (max-width: 767px) {
  .testimonial:last-of-type {
    margin-bottom: 30px; } }

.testimonial-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  border-radius: 50%;
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px; }
.testimonial-image:after {
  background-image: radial-gradient(transparent 30%, rgba(0, 0, 0, 0.1));
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
@media (max-width: 767px) {
  .testimonial-image {
    height: 50px;
    width: 50px; }
  .testimonial-image img {
    height: 50px;
    width: 50px; } }

.testimonial-inner {
  background-color: #fff;
  border: 2px solid #f7f7f7;
  line-height: 28px;
  margin: 0 0 0 120px;
  padding: 20px;
  position: relative; }
.testimonial-inner:before {
  border: 20px solid transparent;
  border-right-color: #f7f7f7;
  content: '';
  display: block;
  left: -42px;
  position: absolute;
  top: 20px; }
.testimonial-inner:after {
  border: 19px solid transparent;
  border-right-color: #fff;
  content: '';
  display: block;
  left: -38px;
  position: absolute;
  top: 21px; }
@media (max-width: 767px) {
  .testimonial-inner {
    margin: 0 0 0 70px; }
  .testimonial-inner:after, .testimonial-inner:before {
    display: none; } }

.testimonial-title {
  border-bottom: 1px solid #f7f7f7;
  margin: 0 0 20px 0;
  min-height: 60px;
  padding: 0; }
.testimonial-title h2, .testimonial-title .comment-reply-title {
  float: left;
  font-size: 15px;
  font-weight: 500;
  margin: 13px 0 0 0;
  text-transform: uppercase; }

.testimonial-rating {
  color: #ffd925;
  float: right;
  margin-top: 7px; }

.testimonial-sign {
  color: #444;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  margin-top: 15px;
  text-align: right; }

.testimonial-content p {
  line-height: 28px; }

/**
 * 29. Reviews
 */
.review-rating-number {
  display: none; }

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

.review {
  margin: 0 0 30px 0; }
.review.last {
  margin-bottom: 0; }
.review:hover .review-report {
  opacity: 1; }
.review .separator {
  font-size: 8px;
  margin: 0 20px;
  vertical-align: 3px; }
@media (max-width: 991px) {
  .review .review-actions + .review-rating-wrapper {
    clear: left;
    float: left;
    margin-top: 20px; } }
.review .review-action {
  color: #b8b8b8;
  transition: all linear .15s; }
.review .review-action a {
  color: #b8b8b8; }
.review .review-action i {
  cursor: pointer;
  transition: all linear .15s;
  vertical-align: 1px; }
.review .review-action i:hover {
  color: #444; }
.review .review-report {
  opacity: 0; }

.review-image {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  margin-bottom: 10px;
  width: 80px;
  float: left;
  overflow: hidden;
  position: relative; }
.review-image img {
  border-radius: 50%;
  overflow: hidden;
  visibility: hidden; }
@media (max-width: 767px) {
  .review-image {
    width: 60px;
    height: 60px; } }

.review-inner {
  background-color: #fff;
  margin: 0 0 0 120px;
  padding: 20px;
  position: relative; }
.review-inner:before {
  border: 20px solid transparent;
  content: '';
  display: block;
  left: -42px;
  position: absolute;
  top: 20px; }
.review-inner:after {
  border: 19px solid transparent;
  border-right-color: #fff;
  content: '';
  display: block;
  left: -38px;
  position: absolute;
  top: 21px; }
@media (max-width: 767px) {
  .review-inner {
    margin: 0 0 0 80px; }
  .review-inner:after, .review-inner:before {
    display: none; } }

.review-header {
  border-bottom: 1px solid #f7f7f7;
  margin: 12px 0 25px 0;
  overflow: hidden;
  padding: 0 0 25px 0; }
.review-header h2, .review-header .comment-reply-title {
  border-bottom: none;
  float: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 2px 0 0;
  padding-bottom: 0;
  text-transform: uppercase; }

.review-rating-wrapper {
  color: #ffd925;
  float: right;
  font-size: 18px;
  line-height: 1;
  position: relative; }

.review-content-wrapper {
  display: table;
  width: 100%; }

.review-content {
  display: table-cell;
  padding: 0 20px 0 35px; }
@media (max-width: 767px) {
  .review-content {
    display: block;
    padding-right: 0; } }
.review-content:last-child {
  border-bottom: none; }
.review-content .review-pros {
  margin-bottom: 10px;
  padding-bottom: 10px; }
.review-content .review-pros:before {
  content: "\f164";
  color: #0aab9a;
  font-family: fontawesome;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  left: 20px;
  margin-top: -7px;
  position: absolute; }
.review-content .review-cons:before {
  content: "\f165";
  color: #b8b8b8;
  font-family: fontawesome;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  left: 20px;
  margin-top: -1px;
  position: absolute; }

.review-form-rating {
  margin-right: 50px; }
.review-form-rating i {
  font-size: 20px; }

.not-rated i {
  color: #d0d0d0; }

.review-form-cons i, .review-form-pros i {
  color: #cacaca;
  display: inline-block;
  margin-right: 4px; }

.review-form-review {
  width: 100%; }

.review-attachment {
  width: 100%;
  border-top: 1px solid #f7f7f7;
  margin-top: 15px;
  padding-top: 20px; }

.review-form-file {
  display: table;
  margin-top: 5px;
  width: 100%; }
.review-form-file label {
  display: block; }
.review-form-file input, .review-form-file button {
  float: left;
  display: table-cell; }
.review-form-file input {
  border-right: none;
  width: 80%; }
.review-form-file input:focus {
  border-right: none; }
.review-form-file button {
  width: 20%; }
@media (max-width: 991px) {
  .review-form-file input, .review-form-file button {
    width: 100%; }
  .review-form-file input {
    border-right: 2px solid #e9e9e9;
    border-bottom: none; }
  .review-form-file input:focus {
    border-right: 2px solid #b8b8b8;
    border-bottom: none; } }

.review-form {
  padding-top: 20px; }

.review-form #rc-imageselect, .review-form .g-recaptcha, #respond #rc-imageselect, #respond .g-recaptcha {
  float: left;
  margin: 10px 0 -10px 0;
  transform: scale(0.87);
  -webkit-transform: scale(0.87);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }
@media (max-width: 991px) {
  .review-form #rc-imageselect, .review-form .g-recaptcha, #respond #rc-imageselect, #respond .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

@media (max-width: 991px) {
  .review-form-pros, .review-form-cons {
    padding-left: 0;
    padding-right: 0;
    width: 100%; } }

/**
 * 30. Comments
 */
.comments-area {
  margin-bottom: 60px; }

.comment-list {
  padding-left: 0; }

.comment {
  margin: 0 0 30px 0; }
.comment.last {
  margin-bottom: 0; }

.comment-image {
  border-radius: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  width: 80px; }
.comment-image img {
  height: auto;
  width: 80px; }

.comment-inner {
  background-color: #fff;
  border: 2px solid #f7f7f7;
  margin: 0 0 0 120px;
  padding: 20px;
  position: relative; }
.comment-inner:before {
  border: 20px solid transparent;
  border-right-color: #f7f7f7;
  content: '';
  display: block;
  left: -42px;
  position: absolute;
  top: 20px; }
.comment-inner:after {
  border: 19px solid transparent;
  border-right-color: #fff;
  content: '';
  display: block;
  left: -38px;
  position: absolute;
  top: 21px; }

.comment-header {
  border-bottom: 1px solid #f7f7f7;
  margin: 12px 0 25px 0;
  overflow: hidden;
  padding: 0 0 25px 0; }
.comment-header h2, .comment-header .comment-reply-title {
  border-bottom: none;
  float: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 2px 0 0;
  padding-bottom: 0;
  text-transform: uppercase; }
.comment-header .separator {
  color: #d1d1d1;
  font-size: 8px;
  margin: 0 15px 0 20px;
  vertical-align: 3px; }

.comment-content-wrapper {
  display: table;
  width: 100%; }

.comment-content {
  display: table-cell; }

.comment-reply-link {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 1; }
.comment-reply-link:hover {
  color: #0aab9a; }
.comment-reply-link i {
  color: #0aab9a;
  font-size: 10px;
  margin-right: 5px;
  vertical-align: 2px; }

.comment:first-child .comment-children {
  margin-top: 30px; }

.comment .comment-children {
  margin-left: 40px; }

.add-comment .form-allowed-tags {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px; }
.add-comment .form-allowed-tags code {
  font-size: 11px; }

.add-comment button {
  margin-top: 12px; }

.comment-navigation {
  overflow: auto; }

#comment-nav-above {
  margin-bottom: 30px; }

#comment-nav-below {
  margin-top: 30px; }

.comment-form {
  background-color: #fff;
  padding: 20px; }

.form-allowed-tags {
  float: left;
  width: 75%;
  font-size: 11px;
  line-height: 2;
  margin-top: -4px;
  padding-right: 20px; }
.form-allowed-tags code {
  font-size: 11px; }

.form-submit {
  float: left;
  width: 30%; }

#cancel-comment-reply-link {
  display: inline-block;
  font-size: 12px;
  float: right;
  margin-bottom: 10px;
  padding: 6px 10px;
  transition: all linear .15s;
  -webkit-font-smoothing: inherit; }
#cancel-comment-reply-link:before {
  font-family: fontawesome;
  content: "\f00d";
  margin-right: 6px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
  .form-allowed-tags, .form-submit {
    width: 100%;
    padding-right: 0; } }

/**
 * 31. Colorbox
 */
#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.9);
  background-image: none; }

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  display: none; }

#cboxCurrent {
  display: none !important; }

#cboxPrevious, #cboxNext {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: none;
  height: 0;
  font-size: 0;
  left: 0;
  position: absolute;
  transform: transitionY(-50%);
  text-indent: 0;
  top: 50%;
  width: 40px; }
#cboxPrevious:after, #cboxNext:after {
  background-color: transparent;
  font-family: 'FontAwesome';
  font-size: 24px;
  height: auto;
  position: relative;
  transition: color .15s linear;
  -webkit-font-smoothing: antialiased;
  width: 40px; }
#cboxPrevious:focus, #cboxNext:focus {
  outline: 0 !important; }

#cboxPrevious {
  left: 0;
  position: absolute; }
#cboxPrevious:after {
  content: '\f053';
  margin-left: -3px; }

#cboxNext {
  left: auto !important;
  right: 0; }
#cboxNext:after {
  content: '\f054';
  margin-right: -5px; }

#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
  overflow: visible !important; }

#colorbox {
  z-index: 99999; }

#cboxLoadedContent {
  margin: 0; }

#cboxClose {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: none;
  font-size: 0;
  height: 40px;
  right: 0;
  top: 0;
  position: absolute;
  text-indent: 0;
  width: 40px; }
#cboxClose:after {
  color: #fff;
  content: '\f00d';
  display: block;
  font-family: 'FontAwesome';
  font-size: 24px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
  text-indent: 0;
  transition: color .15s linear;
  -webkit-font-smoothing: antialiased;
  width: 40px; }

/**
 * 32. Payment
 */
.payment-info {
  background-color: #8dc63f;
  border: 1px solid #85bd38;
  color: #fff;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 30px 0; }
.payment-info strong {
  color: #fff;
  font-weight: 400; }

.payment-form {
  margin: 0 0 30px 0; }
.payment-form:after {
  clear: both;
  content: '';
  display: block; }

.payment-form-bottom {
  clear: both;
  overflow: hidden; }
.payment-form-bottom .terms-conditions-input {
  float: left; }

.gateway {
  margin: 0 0 15px 0; }

.gateway-header {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  margin: 0 0 15px 0;
  padding: 20px; }
.gateway-header label {
  margin: 0; }

.gateway-content {
  display: none; }
.gateway-content label {
  display: block; }
.gateway-content:after {
  clear: both;
  content: '';
  display: block; }

.payment-back {
  float: left;
  display: block;
  padding-top: 7px; }
.payment-back a {
  border-bottom: 1px solid #0aab9a;
  text-decoration: none; }
.payment-back a:hover {
  color: #0aab9a;
  text-decoration: none !important; }

.payment-process {
  float: right; }

.gateway-paypal-credit-card-first-name {
  clear: left;
  float: left;
  width: 48%; }

.gateway-paypal-credit-card-last-name {
  clear: right;
  float: right;
  width: 48%; }

.gateway-paypal-credit-card-number {
  float: left;
  width: 48%; }

.gateway-paypal-credit-card-cvv {
  float: left;
  margin-left: 4%;
  width: 15%; }

.gateway-paypal-credit-card-expires {
  float: left;
  margin-left: 4%;
  width: 29%; }

.gateway-paypal-credit-card-expires-month {
  float: left !important;
  width: 48% !important; }

.gateway-paypal-credit-card-expires-year {
  float: right !important;
  width: 48% !important; }

.wire-transfer-info {
  margin-bottom: 20px; }
.wire-transfer-info dt {
  color: #444; }

.wire-transfer-section-one {
  float: left;
  width: 45%; }

.wire-transfer-section-two {
  float: right;
  width: 45%; }

.stripe-button-el {
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  float: right; }
.stripe-button-el span {
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important; }

.packages {
  background-color: #fff; }

.package {
  border-bottom: 1px solid #f7f7f7;
  padding: 20px; }
.package:last-child {
  margin-bottom: 0; }
.package span, .package strong {
  font-size: 13px; }
.package strong {
  color: #868686;
  font-weight: 400;
  line-height: 22px; }
.package span {
  color: #363636; }
.package form {
  float: right; }
.package button {
  background-color: transparent;
  border-bottom: 1px solid #0aab9a;
  color: #0aab9a;
  font-size: 12px;
  float: right;
  line-height: 1;
  margin: 2px 0 0 0;
  min-height: inherit;
  padding: 0; }
.package button:active, .package button:focus, .package button:hover {
  background-color: transparent !important;
  border-color: #0aab9a;
  color: #0aab9a; }
.package button:after {
  display: none; }

.package-title {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 10px 0; }

.billing-details {
  overflow: hidden;
  margin-bottom: 30px; }
.billing-details .billing-registration-number {
  clear: left;
  float: left;
  width: 48%; }
.billing-details .billing-vat-number {
  clear: right;
  float: right;
  width: 48%; }
.billing-details .billing-country {
  clear: left;
  float: left;
  width: 48%; }
.billing-details .billing-county {
  clear: right;
  float: right;
  width: 48%; }
.billing-details .billing-city {
  clear: left;
  float: left;
  width: 48%; }
.billing-details .billing-postal-code {
  clear: right;
  float: right;
  width: 48%; }
.billing-details .billing-street-and-number {
  clear: both; }

/**
 * 33. Action bar
 */
.action-bar {
  bottom: 30px;
  position: fixed;
  right: 30px;
  z-index: 9999; }

.action-bar-title {
  background-color: #0aab9a;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 56px;
  position: relative;
  transition: background-color .15s linear;
  width: 56px; }
.action-bar-title .fa {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%); }
.action-bar-title:hover {
  background-color: #099384; }

.action-bar-content {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  bottom: 70px;
  display: none;
  position: absolute;
  right: 0;
  width: 170px;
  z-index: 9999; }
.action-bar-content.open {
  display: block; }
.action-bar-content strong {
  color: #868686;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 14px 0; }
.action-bar-content ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.action-bar-content ul li {
  border-right: 1px solid #e9e9e9;
  display: inline-block;
  line-height: 1;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0; }
.action-bar-content ul li a {
  font-size: 12px;
  line-height: 1; }
.action-bar-content ul li a.active {
  color: #363636;
  font-weight: 500; }
.action-bar-content ul li:nth-child(2n) {
  border-right: 0;
  margin-right: 0;
  padding-right: 0; }
.action-bar-content table {
  margin: 0;
  padding: 0;
  width: 100%; }
.action-bar-content table td {
  border: 0;
  padding: 0 0 12px 0;
  width: 33%; }
.action-bar-content table td.color-style a {
  background-color: #0a83b6;
  display: block;
  font-size: 0;
  height: 22px;
  outline: 1px solid #e9e9e9;
  outline-offset: 2px;
  width: 22px; }
.action-bar-content table a {
  font-size: 12px;
  line-height: 1; }
.action-bar-content table a.active {
  color: #363636;
  font-weight: 500; }
.action-bar-content table tr:last-child td {
  padding-bottom: 0; }

.action-bar-chapter {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 0 0;
  padding: 15px; }
.action-bar-chapter:last-child {
  border-bottom: 0; }

/**
 * 34. Submission
 */
.submission-step-title h1 {
  padding-left: 15px; }
.submission-step-title h1:before {
  content: '';
  background-color: #0aab9a;
  display: inline-block;
  height: 22px;
  width: 2px;
  position: relative;
  top: 0;
  left: -15px; }
.submission-step-title h1 i {
  font-size: 23px;
  margin-right: 12px; }

.submission-step-title h2, .submission-step-title .comment-reply-title {
  background-color: rgba(233, 233, 233, 0.6);
  padding: 20px !important;
  margin-bottom: 10px !important; }
.submission-step-title h2 p, .submission-step-title .comment-reply-title p {
  line-height: 1.4;
  font-size: 17px;
  margin-left: 92px; }

.widget .submission-steps {
  background-color: #fff;
  margin: 0;
  padding: 10px 20px; }
.widget .submission-steps .submission-step a {
  color: #868686; }
.widget .submission-steps .submission-step a:hover {
  color: #0aab9a; }
.widget .submission-steps .submission-step .submission-step-index {
  border-radius: 50%;
  color: #0aab9a;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 10px 0 0;
  text-align: center;
  vertical-align: 0;
  width: 24px; }
.widget .submission-steps .submission-step:last-child {
  border-bottom: 0; }
.widget .submission-steps .submission-step.current .submission-step-index {
  background-color: #0aab9a;
  color: #fff;
  font-size: 12px; }
.widget .submission-steps .submission-step.current .submission-step-index .dot {
  display: none; }
.widget .submission-steps .submission-step.awaiting {
  opacity: .65; }

.submission-choose-type {
  background-color: #fff;
  padding: 40px; }
.submission-choose-type p {
  margin: 0 0 15px 0 !important; }
.submission-choose-type ul {
  padding: 0; }
.submission-choose-type ul li {
  display: block;
  margin-bottom: 10px; }
.submission-choose-type ul li a {
  background-color: #fafafa;
  border: solid 1px #e9e9e9 !important;
  color: #868686;
  display: inline-block;
  padding: 13px 20px;
  width: 100%; }
.submission-choose-type ul li a:hover {
  background-color: #0aab9a;
  color: #fff; }
.submission-choose-type ul li a i {
  margin-right: 8px; }
.submission-choose-type ul li span {
  display: none; }

.package-info-wrapper {
  background-color: #fff;
  padding: 20px; }

.package-info strong {
  color: #363636;
  font-weight: 500; }

.cmb2-wrap .wp-picker-container .wp-color-result {
  border: 2px solid #e9e9e9;
  display: inline-block;
  border-radius: 0;
  box-shadow: 0 0 0 2px #fff inset;
  height: 40px;
  padding: 0;
  position: relative;
  width: 40px; }
.cmb2-wrap .wp-picker-container .wp-color-result:hover {
  border: 2px solid #e9e9e9; }
.cmb2-wrap .wp-picker-container .wp-color-result:focus {
  outline: none; }
.cmb2-wrap .wp-picker-container .wp-color-result:after {
  display: none; }

.cmb2-wrap .wp-picker-container .wp-picker-open + .wp-picker-input-wrap {
  float: right; }
.cmb2-wrap .wp-picker-container .wp-picker-open + .wp-picker-input-wrap input {
  display: inline-block !important;
  height: 40px; }
.cmb2-wrap .wp-picker-container .wp-picker-open + .wp-picker-input-wrap input[type="text"].wp-color-picker {
  width: 122px; }
.cmb2-wrap .wp-picker-container .wp-picker-open + .wp-picker-input-wrap input[type="button"] {
  border: none; }

.cmb-repeat-group-wrap .cmb-repeat-group-field, .cmb-type-group {
  padding: 0 !important; }

.cmb-multicheck-toggle {
  background-color: #f7f7f7;
  color: #444;
  float: left !important;
  padding: 5px 10px; }
.cmb-multicheck-toggle:hover {
  color: #444 !important;
  background-color: #e9e9e9 !important;
  cursor: pointer; }

.cmb2-wrap .cmb2-radio-list ul,
.cmb2-wrap .cmb2-checkbox-list ul {
  padding-left: 0; }

.cmb2-wrap .cmb2-radio-list li,
.cmb2-wrap .cmb2-checkbox-list li {
  line-height: 10px;
  list-style-type: none; }

.cmb-type-street-view #street-view-map, .cmb-type-street-view #street-view {
  width: 100%;
  height: 300px; }

.cmb-type-street-view #street-view-map {
  margin-bottom: 0; }

.cmb-type-street-view #street-view {
  margin-top: 0; }

.cmb-type-street-view img {
  max-width: none; }

.cmb2-id-listing-map-location img {
  max-width: none; }

div[class*="public-facilities-key"],
div[class*="valuation-key"] {
  float: left;
  width: 30%; }

div[class*="public-facilities-value"],
div[class*="valuation-value"] {
  float: right;
  width: 65%; }

.cmb-row .mce-statusbar {
  border-top: 0; }
.cmb-row .mce-statusbar .mce-path {
  display: none; }

.submission-form .cmb-type-title {
  background-color: rgba(233, 233, 233, 0.6);
  padding: 20px 25px;
  margin-bottom: 10px !important; }
.submission-form .cmb-type-title h5 {
  font-size: 24px;
  font-weight: 300; }
.submission-form .cmb-type-title p {
  line-height: 1.4;
  font-size: 17px;
  font-style: initial;
  font-weight: 300; }

.submission-form .submit-group {
  margin-top: 15px;
  margin-bttom: 5px; }
.submission-form .submit-group .input-group-addon {
  background-color: #6ccdc2;
  border: 0; }
.submission-form .submit-group .input-group-addon i {
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  text-rendering: auto; }
.submission-form .submit-group .input-group-addon i.next:after {
  content: '\f054'; }
.submission-form .submit-group .input-group-addon i.done:after {
  content: '\f00c'; }
.submission-form .submit-group .input-group-addon i.save:after {
  content: '\f0c7'; }

.submission-form .bootstrap-select {
  margin-right: 20px;
  width: auto !important; }

@media (max-width: 1199px) {
  .submission-form .cmb2-media-status .img-status img {
    max-width: 100% !important; } }

.missing-package-permission {
  background-color: #EEE0B7;
  border-color: #e4ce8e;
  color: #9b7d25 !important;
  display: table;
  margin-top: 10px !important;
  padding: 5px 10px; }

.cmb-type-week-availability ul {
  padding-left: 0; }

.cmb-type-week-availability li {
  list-style-type: none; }

/**
 * 35. Watchdog
 */
.watchdog-row {
  background-color: #fff;
  padding: 20px; }
.watchdog-row h2, .watchdog-row .comment-reply-title {
  color: #444;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  text-transform: none; }
.watchdog-row h2 a, .watchdog-row .comment-reply-title a {
  border: 0 !important; }
.watchdog-row h3 {
  font-size: 13px;
  font-weight: 400;
  margin-top: -6px; }

.watchdog-row-date {
  color: #868686;
  font-size: 13px;
  margin: 15px 0 0 0; }

.watchdog-row-remove {
  color: #d81814 !important;
  float: right;
  font-size: 13px;
  margin: 4px 0 0 0; }

.watchdog-lookup {
  margin: 0; }
.watchdog-lookup dt, .watchdog-lookup dd {
  float: left; }
.watchdog-lookup dt {
  background-color: #0aab9a;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin: 0 8px 0 0;
  padding: 4px 8px 2px 8px;
  text-transform: uppercase; }
.watchdog-lookup dd {
  color: #444;
  margin: 0 20px 0 0;
  font-size: 13px; }

/**
 * 36. Coupons
 */
.coupon-detail {
  margin-top: 32px; }

/******************************************************************
 * Coupon Gallery
 ******************************************************************/
#coupon-detail-section-gallery {
  margin-top: -12px; }
#coupon-detail-section-gallery .page-header {
  display: none; }

.coupon-detail-gallery-outer {
  margin: 0 0 60px 0; }

.coupon-detail-gallery a {
  visibility: hidden; }

.coupon-detail-gallery .owl-item a {
  visibility: visible; }

.coupon-detail-gallery .item-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 450px; }
@media (min-width: 992px) and (max-width: 1199px) {
  .coupon-detail-gallery .item-image {
    height: 380px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .coupon-detail-gallery .item-image {
    height: 300px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .coupon-detail-gallery .item-image {
    height: 250px; } }

.coupon-detail-gallery-preview {
  background-color: #fff;
  padding: 0 50px; }
.coupon-detail-gallery-preview .owl-item {
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all linear .15s; }
.coupon-detail-gallery-preview .owl-item.highlighted {
  border-color: #0aab9a; }
.coupon-detail-gallery-preview .owl-item div {
  display: inline-block;
  margin: 0 10px;
  padding: 20px 0; }
.coupon-detail-gallery-preview .owl-stage {
  margin-left: auto;
  margin-right: auto; }
.coupon-detail-gallery-preview .owl-next, .coupon-detail-gallery-preview .owl-prev {
  line-height: 1;
  padding: 0;
  position: absolute;
  transition: all linear .15s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%; }
.coupon-detail-gallery-preview .owl-next i, .coupon-detail-gallery-preview .owl-prev i {
  background-color: transparent;
  font-size: 18px;
  height: auto;
  margin: 0;
  padding: 3px 0;
  transition: all linear .15s; }
.coupon-detail-gallery-preview .owl-next:hover, .coupon-detail-gallery-preview .owl-prev:hover {
  background-color: #0aab9a; }
.coupon-detail-gallery-preview .owl-next:hover i, .coupon-detail-gallery-preview .owl-prev:hover i {
  color: #fff; }
.coupon-detail-gallery-preview .owl-next {
  right: 14px;
  padding: 5px 9px 4px 10px; }
.coupon-detail-gallery-preview .owl-prev {
  left: 14px;
  padding: 5px 10px 4px 9px; }

/******************************************************************
 * Coupon Small
 ******************************************************************/
.coupon-small {
  background-color: #fff;
  margin: 0 0 30px 0; }
.coupon-small:hover .coupon-small-image-link {
  background-color: rgba(54, 54, 54, 0.7);
  opacity: 1; }
.coupon-small:hover .coupon-small-image-link:after {
  opacity: 1; }

.coupon-small-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  position: relative; }
.coupon-small-image:hover .coupon-box-image-content {
  opacity: 1; }

.coupon-small-image-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }
.coupon-small-image-link:after {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  content: "\f06e";
  display: inline-block;
  font-family: 'FontAwesome';
  height: 30px;
  left: 50%;
  opacity: 0;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  transition: all linear .2s;
  width: 30px; }

.coupon-small-image-label {
  background-color: #8dc63f;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  left: 20px;
  padding: 4px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 42px; }

.coupon-small-image-location {
  bottom: 10px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  left: 20px;
  position: absolute; }
.coupon-small-image-location a {
  color: #fff; }

.coupon-small-image-shadow {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.coupon-small-content {
  padding: 20px; }
.coupon-small-content h2, .coupon-small-content .comment-reply-title {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap; }
.coupon-small-content h2 a, .coupon-small-content .comment-reply-title a {
  color: #363636; }
.coupon-small-content h2 a:active, .coupon-small-content .comment-reply-title a:active, .coupon-small-content h2 a:focus, .coupon-small-content .comment-reply-title a:focus {
  color: #0aab9a;
  text-decoration: none; }
.coupon-small-content p {
  font-size: 12px;
  line-height: 20px;
  margin: 0; }

/******************************************************************
 * Coupon Box
 ******************************************************************/
.coupon-box {
  background-color: #fff;
  margin: 0 0 10px 0; }

.coupon-box-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  position: relative; }
.coupon-box-image:hover .coupon-box-image-content {
  opacity: 1; }
.coupon-box-image .listing-box-rating {
  bottom: 18px;
  font-size: 13px;
  opacity: 1;
  position: absolute;
  right: 20px; }

.coupon-box-image-link {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.coupon-box-image-discount {
  background-color: #8dc63f;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  left: 20px;
  padding: 6px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 52px; }

.coupon-box-image-location {
  bottom: 20px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  left: 20px;
  position: absolute; }
.coupon-box-image-location a {
  color: #fff; }

.coupon-box-image-shadow {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.coupon-box-image-content {
  background-color: rgba(10, 171, 154, 0.9);
  bottom: 10px;
  color: #fff;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity .2s linear; }
.coupon-box-image-content p {
  font-size: 13px;
  margin: 0;
  line-height: 20px;
  padding: 20px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%; }

.coupon-box-content {
  padding: 20px; }
.coupon-box-content h2, .coupon-box-content .comment-reply-title {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap; }
.coupon-box-content h2 a, .coupon-box-content .comment-reply-title a {
  color: #363636; }
.coupon-box-content h2 a:active, .coupon-box-content .comment-reply-title a:active, .coupon-box-content h2 a:focus, .coupon-box-content .comment-reply-title a:focus {
  color: #0aab9a;
  text-decoration: none; }
.coupon-box-content p {
  font-size: 12px;
  line-height: 20px;
  margin: 0; }

.coupon-box-content-sub {
  font-size: 12px;
  margin: 7px 0 0 0; }

.coupon-box-content-view {
  float: right; }

/******************************************************************
 * Coupon Detail Widget
 ******************************************************************/
.widget_coupon_detail .widget-content {
  background-color: #fff;
  padding: 20px; }
.widget_coupon_detail .widget-content h3 {
  font-size: 13px;
  font-weight: 400;
  margin: 20px 0 5px 0; }

.widget_coupon_detail_button {
  background-color: #8dc63f;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
.widget_coupon_detail_button:active, .widget_coupon_detail_button:focus, .widget_coupon_detail_button:hover {
  background-color: #82ba37;
  color: #fff;
  text-decoration: none; }
.widget_coupon_detail_button:after {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0; }

.widget_coupon_detail_description {
  font-size: 12px;
  line-height: 20px; }
.widget_coupon_detail_description ul li:last-child {
  border-bottom: 0; }

.widget_coupon_detail_available_code, .widget_coupon_detail_expiration {
  margin: 7px 0 0 0; }

.widget_coupon_detail_warning {
  background-color: #EEE0B7;
  color: #fff;
  padding: 12px 20px; }

/**
 * 37. Print
 */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    margin: 0 !important;
    padding: 0 !important; }
  .header,
  .action-bar,
  .detail-banner-after a,
  .listing-detail-menu-wrapper,
  .listing-report-btn,
  .secondary.sidebar,
  .listing-detail-location-wrapper .nav,
  .listing-detail-location-wrapper .footer-top .widget.widget_nav_menu ul, .footer-top .widget.widget_nav_menu
  .listing-detail-location-wrapper ul,
  .listing-detail-location-wrapper .footer-bottom .widget.widget_nav_menu ul, .footer-bottom .widget.widget_nav_menu
  .listing-detail-location-wrapper ul,
  #listing-detail-section-video,
  #listing-detail-section-reviews,
  .widget.widget_call_to_action,
  footer, .footer {
    display: none; }
  .page-wrapper {
    background-color: #fff; }
  .detail-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 270px; }
  .detail-label {
    background-color: #0aab9a;
    display: inline-block;
    font-size: 13px;
    padding: 3px 15px; }
  #listing-detail-section-gallery .page-header {
    display: block; } }

/**
 * 38. Invoices
 */
.invoice {
  background-color: #fff;
  font-size: 13px;
  margin: 60px 0 0 0;
  padding: 30px; }
.invoice h1 {
  margin: 0 0 40px 0;
  padding: 0; }
.invoice section {
  border: 1px solid #f7f7f7;
  margin: 0 0 30px 0;
  padding: 20px; }
.invoice section dl {
  margin: 0;
  padding: 0; }
.invoice section dt {
  color: #868686;
  float: left;
  font-weight: 500;
  line-height: 28px;
  min-width: 170px; }
.invoice section dd {
  color: #444;
  display: table-cell;
  line-height: 28px; }
.invoice #general {
  float: left;
  width: 32%; }
.invoice #details {
  float: right;
  width: 64%; }
.invoice #supplier, .invoice #customer {
  float: left;
  width: 48%; }
.invoice #supplier h2, .invoice #supplier .comment-reply-title, .invoice #customer h2, .invoice #customer .comment-reply-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px 0;
  padding: 0; }
.invoice #supplier {
  clear: left; }
.invoice #customer {
  float: right; }
.invoice #items {
  clear: both; }
.invoice #items table {
  margin: 0; }
.invoice #total {
  background-color: #f7f7f7;
  border: 0;
  color: #444;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  text-align: right; }
.invoice #total label {
  color: #868686;
  font-weight: 500;
  margin: 0 30px 0 0;
  text-transform: uppercase;
  vertical-align: middle; }
@media print {
  .invoice {
    margin: 0;
    padding: 0; } }

/**
 * 39. Users
 */
.users-row {
  clear: both;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }

.users-row:last-of-type {
  margin-bottom: 0; }

.users-row:before, .users-row:after {
  content: " ";
  display: table; }

.users-row:after {
  clear: both; }

.user-container {
  float: left;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  transition: all linear 0.2s; }
.items-per-row-2 .user-container:nth-child(odd) {
  clear: left;
  float: left; }
.items-per-row-2 .user-container:nth-child(even) {
  clear: right;
  float: right; }
.user-container:before {
  background-color: #0aab9a;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all cubic-bezier(0.2, 0, 0, 1) 0.3s;
  width: 3px; }
@media (min-width: 992px) {
  .user-container:hover:before {
    width: 68px; }
  #secondary .user-container:hover:before {
    width: 50px; } }
.user-container:hover .user-card {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05); }
@media (max-width: 767px) {
  .user-container {
    margin-bottom: 30px;
    width: 100% !important; }
  .user-container:last-child {
    margin-bottom: 0; } }

/******************************************************************
 * Card display
 ******************************************************************/
.user-card {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 30px 20px;
  transition: all linear 0.2s; }
.user-card a {
  border-bottom: 0 !important; }
.user-card dl {
  margin-bottom: 0; }
.user-card dt {
  color: #868686;
  float: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
  width: 130px; }
@media (max-width: 991px) {
  .user-card dt {
    text-align: center;
    width: 100%; } }
.user-card dd {
  border-bottom: 5px solid transparent;
  display: table-cell;
  font-size: 12px;
  line-height: 24px; }
@media (max-width: 991px) {
  .user-card dd {
    display: inline-block;
    text-align: center;
    width: 100%; } }

.user-card-image, .user-banner-image {
  background-color: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  border: 4px solid #f7f7f7;
  border-radius: 50%;
  float: left;
  height: 95px;
  margin: 0 20px 0 0;
  overflow: hidden;
  position: relative;
  transition: all linear .15s;
  width: 95px;
  z-index: 10; }
.user-card-image img, .user-banner-image img {
  height: auto;
  max-width: 100%;
  visibility: hidden; }

@media (max-width: 991px) {
  .user-card-image {
    float: none;
    margin: 0 auto 30px auto; } }

.user-card-title {
  border-bottom: solid 1px #f7f7f7;
  margin-bottom: 10px; }
@media (max-width: 991px) {
  .user-card-title {
    text-align: center; } }

.user-banner-listings-count,
.user-card-listings-count {
  color: #b8b8b8;
  font-size: 12px; }
.user-banner-listings-count:before,
.user-card-listings-count:before {
  color: #0aab9a;
  content: '\f08d';
  font-family: 'FontAwesome';
  margin-right: 4px; }

.user-card-name {
  margin-bottom: 10px !important;
  margin-top: 8px !important; }
.user-card-name a {
  color: #444;
  font-size: 22px; }
.user-card-name a:hover {
  color: #0aab9a;
  text-decoration: none; }

.user-card-email, .user-card-phone, .user-card-website,
.user-banner-email, .user-banner-phone, .user-banner-website {
  line-height: 20px; }
.user-card-email:before, .user-card-phone:before, .user-card-website:before,
.user-banner-email:before, .user-banner-phone:before, .user-banner-website:before {
  color: #868686;
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 8px; }

.user-card-email:before,
.user-banner-email:before {
  content: "\f003"; }

.user-card-phone:before,
.user-banner-phone:before {
  content: "\f095"; }

.user-card-website:before,
.user-banner-website:before {
  content: "\f0ac"; }

.user-card-content {
  margin-left: 115px; }
@media (max-width: 991px) {
  .user-card-content {
    margin-left: 0; } }

/******************************************************************
 * User banner
 ******************************************************************/
.user-banner {
  height: 150px; }
@media (max-width: 767px) {
  .user-banner {
    height: 170px; } }
.user-banner:before {
  background-image: -webkit-linear-gradient(left, #099384 0%, #0ccdb8 100%);
  background-image: -o-linear-gradient(left, #099384 0%, #0ccdb8 100%);
  background-image: linear-gradient(to right, #099384 0%, #0ccdb8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF099384', endColorstr='#FF0CCDB8', GradientType=1);
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 150px;
  position: absolute;
  transition: all cubic-bezier(0.2, 0, 0, 1) 0.3s; }
@media (max-width: 767px) {
  .user-banner:before {
    height: 170px; } }

.user-banner-content {
  height: 150px;
  position: relative; }
@media (max-width: 767px) {
  .user-banner-content {
    height: 170px;
    text-align: center; } }

.user-banner-image {
  height: 200px;
  margin-bottom: 100px;
  margin-right: 30px;
  width: 200px;
  transform: translateY(25%);
  -webkit-transform: translateY(25%); }
@media (max-width: 767px) {
  .user-banner-image {
    height: 80px;
    left: 50%;
    position: absolute;
    top: 18px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 80px; } }

.user-banner-title {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 230px; }
@media (max-width: 767px) {
  .user-banner-title {
    clear: both;
    padding-bottom: 10px;
    padding-top: 107px;
    position: initial; } }

.user-banner-listings-count {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px; }
.user-banner-listings-count:before {
  color: rgba(255, 255, 255, 0.85); }

.user-banner-name {
  font-size: 45px;
  font-weight: 100;
  line-height: 55px; }
@media (max-width: 767px) {
  .user-banner-name {
    font-size: 22px;
    line-height: 30px; } }

.user-banner-social {
  font-size: 17px;
  padding: 3px 0; }
@media (max-width: 767px) {
  .user-banner-social {
    padding: 23px 0 0 0; }
  .user-banner-social a i {
    color: #60c8bd !important; } }
.user-banner-social a {
  margin-right: 15px; }
.user-banner-social span {
  font-size: 0; }
.user-banner-social i {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.7) !important; }
.user-banner-social i:hover {
  background-color: transparent !important;
  color: white !important; }

.user-banner-info {
  float: left;
  margin-bottom: 50px;
  width: 50%;
  position: absolute;
  top: 160px;
  left: 230px; }
@media (max-width: 767px) {
  .user-banner-info {
    margin-bottom: 20px;
    margin-top: 18px;
    position: initial;
    width: 100%; } }
.user-banner-info dt {
  clear: left;
  color: #868686;
  float: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
  width: 130px; }
@media (max-width: 767px) {
  .user-banner-info dt {
    padding-right: 10px;
    text-align: right;
    width: 40%; } }
.user-banner-info dd {
  clear: right;
  display: table-cell;
  font-size: 12px;
  line-height: 27px; }

.user-listings {
  margin-bottom: 30px; }
.user-listings .listing-column {
  margin-bottom: 25px; }

/******************************************************************
 * Author detail page
 ******************************************************************/
.author-content-wrapper {
  clear: both; }

.author-content h1 {
  padding: 0 0 10px 0;
  border-bottom: solid 1px #eaeaea;
  position: relative; }
.author-content h1:after {
  content: '';
  display: inline-block;
  background-color: #0aab9a;
  position: absolute;
  top: 43px;
  left: 0;
  height: 2px;
  width: 25px; }

/******************************************************************
 * Small display
 ******************************************************************/
.user-small {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 24px 20px 18px 24px;
  transition: all linear 0.2s; }
.user-small a {
  border-bottom: 0 !important; }
.user-small span {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.user-small-image {
  background-color: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  border: 3px solid #f7f7f7;
  border-radius: 50%;
  float: left;
  height: 60px;
  margin: 0 20px 0 0;
  overflow: hidden;
  position: relative;
  transition: all linear .15s;
  width: 60px;
  z-index: 10; }
.user-small-image img {
  height: auto;
  max-width: 100%;
  visibility: hidden; }
@media (min-width: 768px) and (max-width: 991px) {
  .user-small-image {
    float: none;
    margin: 0 auto 30px auto; } }

.user-small-title {
  margin-bottom: 10px; }

.user-small-listings-count {
  color: #b8b8b8;
  font-size: 12px; }
.user-small-listings-count:before {
  color: #0aab9a;
  content: '\f08d';
  font-family: 'FontAwesome';
  margin-right: 4px; }

.user-small-name {
  margin-bottom: 10px !important;
  margin-top: 1px !important;
  font-size: 14px;
  font-weight: 500; }
.user-small-name a {
  color: #444; }
.user-small-name a:hover {
  color: #0aab9a;
  text-decoration: none; }

.user-small-email, .user-small-phone, .user-small-website {
  line-height: 20px; }
.user-small-email:before, .user-small-phone:before, .user-small-website:before {
  color: #868686;
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 8px;
  padding-left: 1px; }

.user-small-email:before {
  content: "\f003"; }

.user-small-phone:before {
  content: "\f095"; }

.user-small-website:before {
  content: "\f0ac"; }

.user-small-content {
  margin-left: 85px; }
@media (min-width: 768px) and (max-width: 991px) {
  .user-small-content {
    margin-left: 0; } }

/**
 * 40. Jobs
 */
.applicants-row {
  clear: both;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px; }

.applicants-row:last-of-type {
  margin-bottom: 0; }

.applicants-row:before, .applicants-row:after {
  content: " ";
  display: table; }

.applicants-row:after {
  clear: both; }

.applicant-container {
  float: left;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  transition: all linear 0.2s; }
.items-per-row-2 .applicant-container:nth-child(odd) {
  clear: left;
  float: left; }
.items-per-row-2 .applicant-container:nth-child(even) {
  clear: right;
  float: right; }
.applicant-container:before {
  background-color: #0aab9a;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all cubic-bezier(0.2, 0, 0, 1) 0.3s;
  width: 3px; }
@media (min-width: 992px) {
  .applicant-container:hover:before {
    width: 68px; }
  #secondary .applicant-container:hover:before {
    width: 50px; } }
.applicant-container:hover .applicant {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05); }
@media (max-width: 767px) {
  .applicant-container {
    margin-bottom: 30px;
    width: 100% !important; }
  .applicant-container:last-child {
    margin-bottom: 0; } }

/******************************************************************
 * Applicant
 ******************************************************************/
.applicant {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all linear 0.2s; }
.applicant a {
  border-bottom: 0 !important; }
.applicant dl {
  margin-bottom: 0; }
.applicant dt {
  color: #868686;
  float: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
  width: 130px; }
@media (max-width: 991px) {
  .applicant dt {
    text-align: center;
    width: 100%; } }
.applicant dd {
  border-bottom: 5px solid transparent;
  display: table-cell;
  font-size: 12px;
  line-height: 24px; }
@media (max-width: 991px) {
  .applicant dd {
    display: inline-block;
    text-align: center;
    width: 100%; } }

.applicant-image {
  background-color: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center center;
  border: 4px solid #f7f7f7;
  border-radius: 50%;
  float: left;
  height: 95px;
  margin: 30px 0 0 20px;
  overflow: hidden;
  position: relative;
  transition: all linear .15s;
  width: 95px;
  z-index: 10; }
.applicant-image img {
  height: auto;
  max-width: 100%;
  visibility: hidden; }

@media (max-width: 991px) {
  .applicant-image {
    float: none;
    margin: 30px auto 0 auto; } }

.applicant-title {
  border-bottom: solid 1px #f7f7f7;
  margin-bottom: 10px; }
@media (max-width: 991px) {
  .applicant-title {
    text-align: center; } }

.applicant-resume-title {
  color: #b8b8b8;
  font-size: 12px; }
.applicant-resume-title:before {
  color: #0aab9a;
  content: '\f129';
  font-family: 'FontAwesome';
  margin-right: 4px; }

.applicant-user-name {
  margin-bottom: 10px !important;
  margin-top: 8px !important; }
.applicant-user-name a {
  color: #444;
  font-size: 22px; }
.applicant-user-name a:hover {
  color: #0aab9a;
  text-decoration: none; }

.applicant-email, .applicant-phone, .applicant-website {
  line-height: 20px; }
.applicant-email:before, .applicant-phone:before, .applicant-website:before {
  color: #868686;
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 8px; }

.applicant-email:before {
  content: "\f003"; }

.applicant-phone:before {
  content: "\f095"; }

.applicant-website:before {
  content: "\f0ac"; }

.applicant-content {
  margin-left: 115px;
  overflow: hidden; }
@media (max-width: 991px) {
  .applicant-content {
    margin-left: 0; } }

.applicant-resume {
  float: left;
  padding: 30px 20px; }
@media (max-width: 991px) {
  .applicant-resume {
    width: 100%; } }

.applicant-job {
  background-color: #fafafa;
  float: left;
  padding: 25px 20px 16px 20px;
  height: 100%;
  width: 100%; }
.applicant-job .applicant-message {
  color: #868686; }
@media (max-width: 991px) {
  .applicant-job .applicant-message {
    text-align: center; } }

.applicant-job-title {
  color: #676767; }
.applicant-job-title:before {
  color: #868686;
  content: '\f0f2';
  font-family: 'FontAwesome';
  margin-right: 10px; }
@media (max-width: 991px) {
  .applicant-job-title {
    display: inline-block;
    text-align: center;
    width: 100%; } }

/**
 * 41. Inventor slider
 */
.widget_inventor_slider {
  position: relative; }
.inventor-slider-append-top .widget_inventor_slider {
  margin-top: -106px; }
.widget_inventor_slider .owl-carousel .owl-stage:after {
  display: none; }
.layout-boxed .widget_inventor_slider .owl-carousel .owl-stage-outer:first-child {
  position: absolute; }
.widget_inventor_slider .owl-controls {
  height: 100%;
  pointer-events: none; }
.widget_inventor_slider .owl-controls .owl-dots {
  bottom: 0;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  z-index: 10; }
.widget_inventor_slider .owl-controls .owl-dot {
  display: inline-block;
  pointer-events: auto; }
.widget_inventor_slider .owl-controls .owl-dot.active span {
  opacity: 1; }
.widget_inventor_slider .owl-controls .owl-dot span {
  background: none repeat scroll 0 0 #fff;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px; }
.active .widget_inventor_slider .owl-controls .owl-dot span {
  opacity: 1; }

.inventor-slider-list {
  overflow: hidden; }
.inventor-slider-list.inventor-slider-fullscreen {
  height: 100vh !important; }
.admin-bar .inventor-slider-list.inventor-slider-fullscreen {
  height: calc(100vh - 32px) !important; }
.inventor-slider-list.inventor-slider-fullscreen .owl-stage {
  height: 100vh; }
.admin-bar .inventor-slider-list.inventor-slider-fullscreen .owl-stage {
  height: calc(100vh - 32px) !important; }
.inventor-slider-list .owl-controls {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
.inventor-slider-list .owl-prev, .inventor-slider-list .owl-next {
  background-color: #fff;
  color: #363636;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 13px 0;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: background-color .15s linear;
  width: 70px;
  z-index: 10; }
@media (max-width: 991px) {
  .inventor-slider-list .owl-prev, .inventor-slider-list .owl-next {
    display: none !important; } }
.inventor-slider-list .owl-prev span, .inventor-slider-list .owl-next span {
  color: rgba(54, 54, 54, 0.8);
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-transform: none; }
.inventor-slider-list .owl-prev:hover, .inventor-slider-list .owl-next:hover {
  background-color: #f7f7f7; }
.inventor-slider-list .owl-next {
  right: 0;
  top: 50%; }
.inventor-slider-list.navigation-arrows .owl-prev, .inventor-slider-list.navigation-arrows .owl-next {
  font-size: 0;
  width: 50px; }
.inventor-slider-list.navigation-arrows .owl-prev:before, .inventor-slider-list.navigation-arrows .owl-next:before {
  color: #363636;
  content: '\f053';
  font-family: FontAwesome;
  font-size: 20px; }
.inventor-slider-list.navigation-arrows .owl-next:before {
  content: '\f054'; }
.inventor-slider-list.navigation-arrows span {
  margin: 10px 0 0 0; }

.inventor-slider-item {
  position: relative; }

.inventor-slider-item-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
.inventor-slider-fullscreen .inventor-slider-item-image {
  height: 100vh !important; }
.admin-bar .inventor-slider-fullscreen .inventor-slider-item-image {
  height: calc(100vh - 32px) !important; }

.inventor-slider-item-overlay {
  background-color: rgba(54, 54, 54, 0.55);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.inventor-slider-item-info-wrapper {
  left: 50%;
  padding: 0 150px 0 150px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 2; }
@media (max-width: 991px) {
  .inventor-slider-item-info-wrapper {
    padding: 0 20px 0 20px; } }

.inventor-slider-item-info {
  text-align: center; }
.alignment-left .inventor-slider-item-info {
  text-align: left;
  width: 45%; }
@media (max-width: 991px) {
  .alignment-left .inventor-slider-item-info {
    width: 100%; } }
.alignment-right .inventor-slider-item-info {
  float: right;
  text-align: right;
  width: 45%; }
@media (max-width: 991px) {
  .alignment-right .inventor-slider-item-info {
    width: 100%; } }

.inventor-slider-item-info-headline {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 5px;
  margin: 0 0 10px 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  text-transform: uppercase; }
.text-dark .inventor-slider-item-info-headline {
  color: #b8b8b8;
  text-shadow: none; }
.inventor-slider-item-info-headline a {
  color: #fff; }
.text-dark .inventor-slider-item-info-headline a {
  color: #b8b8b8;
  text-shadow: none; }
@media (max-width: 991px) {
  .inventor-slider-item-info-headline {
    font-size: 18px; } }

.inventor-slider-item-info-title h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  margin: 10px 0 20px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45); }
.text-dark .inventor-slider-item-info-title h1 {
  color: #363636;
  text-shadow: none; }
@media (max-width: 991px) {
  .inventor-slider-item-info-title h1 {
    font-size: 38px; } }

.inventor-slider-item-info-text {
  font-size: 18px; }
.inventor-slider-item-info-text p {
  color: #fff;
  font-weight: 200; }
.text-dark .inventor-slider-item-info-text p {
  color: #868686;
  text-shadow: none; }
.inventor-slider-item-info-text img {
  display: inline-block !important; }

.inventor-slider-item-info-button {
  margin: 50px 0 0 0; }
.inventor-slider-item-info-button a {
  font-size: 15px;
  padding: 14px 44px; }

.inventor-slider-dot {
  background-color: #444;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  display: block;
  float: left;
  height: 80px;
  margin: 0 4px 0 0;
  opacity: .7;
  width: 120px; }
.inventor-slider-dot:last-child {
  margin: 0; }
.inventor-slider-dot.active {
  opacity: 1; }

/**
 * 42. Inventor cover
 */
body.layout-boxed #inventor-cover-wrap, body.layout-boxed #inventor-cover {
  width: auto !important; }

@media screen and (min-width: 907px) {
  .layout-boxed #inventor-cover {
    width: 100% !important; } }

.widget_inventor_cover {
  position: relative; }
.cover-widget-append-top .widget_inventor_cover {
  margin-top: -135px; }

.inventor-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
  overflow: hidden; }
.inventor-cover video {
  position: absolute;
  width: 100%; }
.inventor-cover .embed-video {
  position: relative;
  height: 100%; }
.inventor-cover .embed-video iframe {
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  position: absolute; }

.video-wrapper-overlay {
  background-color: #242424;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  opacity: 0.4;
  right: 0;
  top: 0;
  z-index: 10; }

.inventor-cover-title {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 91; }
.filter-vertical .inventor-cover-title {
  width: 80%; }
.cover-widget-append-top .inventor-cover-title {
  margin-top: 62px; }
.inventor-cover-title h1 {
  color: #fff;
  font-weight: 400;
  font-size: 60px;
  padding: 0 15px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4); }
.filter-vertical .inventor-cover-title h1 {
  clear: both;
  font-size: 40px;
  width: 48%; }
@media (max-width: 991px) {
  .filter-vertical .inventor-cover-title h1 {
    width: 100%; } }
.inventor-cover-title h2, .inventor-cover-title .comment-reply-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
.filter-vertical .inventor-cover-title h2, .filter-vertical .inventor-cover-title .comment-reply-title {
  float: left;
  width: 48%; }
@media (max-width: 991px) {
  .filter-vertical .inventor-cover-title h2, .filter-vertical .inventor-cover-title .comment-reply-title {
    width: 100%; } }
@media (max-width: 991px) {
  .inventor-cover-title h1 {
    font-size: 40px; }
  .inventor-cover-title h2, .inventor-cover-title .comment-reply-title {
    font-size: 20px; } }
@media (max-width: 767px) {
  .inventor-cover-title {
    width: 100%; }
  .inventor-cover-title h1 {
    font-size: 30px; }
  .inventor-cover-title h2, .inventor-cover-title .comment-reply-title {
    font-size: 16px; } }

.filter-vertical .inventor-cover-filter {
  background-color: rgba(10, 171, 154, 0.5);
  width: 38%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
@media (max-width: 991px) {
  .filter-vertical .inventor-cover-filter {
    float: left;
    position: initial;
    transform: initial;
    -webkit-transform: initial;
    width: 100%; } }
.filter-vertical .inventor-cover-filter form {
  margin-top: 40px; }

.inventor-cover-filter form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto; }

.inventor-cover-filter .dropdown-menu {
  border-color: #fff; }

.inventor-cover-filter .form-group .form-control, .inventor-cover-filter .form-group input[type=text], .inventor-cover-filter .form-group input[type=email], .inventor-cover-filter .form-group input[type=number], .inventor-cover-filter .form-group input[type=url], .inventor-cover-filter .form-group input[type=date], .inventor-cover-filter .form-group input[type=password], .inventor-cover-filter .form-group textarea {
  -webkit-appearance: initial;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  height: 49px; }

.inventor-cover-filter .form-group .dropdown-toggle, .inventor-cover-filter .form-group > input {
  border-color: #fff !important; }

.inventor-cover-filter .form-group button.button {
  font-size: 15px;
  font-weight: 500;
  padding: 14px;
  width: 100%; }
.inventor-cover-filter .form-group button.button:after {
  content: none; }

.inventor-cover-filter .form-group input, .inventor-cover-filter .form-group select {
  padding: 11px 20px; }

.inventor-cover-filter .form-group .bootstrap-select .dropdown-toggle, .inventor-cover-filter .form-group input {
  height: 49px; }

.inventor-cover-filter .form-group .bootstrap-select .btn, .inventor-cover-filter .form-group .bootstrap-select input[type=submit], .inventor-cover-filter .form-group .bootstrap-select button, .inventor-cover-filter .form-group .bootstrap-select .ui-datepicker-buttonpane button, .ui-datepicker-buttonpane .inventor-cover-filter .form-group .bootstrap-select button, .inventor-cover-filter .form-group .bootstrap-select .cmb-row.postbox .cmb-remove-group-row, .cmb-row.postbox .inventor-cover-filter .form-group .bootstrap-select .cmb-remove-group-row, .inventor-cover-filter .form-group .bootstrap-select .listing-create, .inventor-cover-filter .form-group .bootstrap-select .listings-slider-item-info-more a, .listings-slider-item-info-more .inventor-cover-filter .form-group .bootstrap-select a, .inventor-cover-filter .form-group .bootstrap-select .payment-process, .inventor-cover-filter .form-group .bootstrap-select .inventor-slider-item-info-button a, .inventor-slider-item-info-button .inventor-cover-filter .form-group .bootstrap-select a, .inventor-cover-filter .form-group .bootstrap-select .btn-create-collection, .inventor-cover-filter .form-group .bootstrap-select button {
  padding: 9px 20px; }

.inventor-cover-filter .form-group .bootstrap-select .bs-searchbox {
  padding: 4px; }
.inventor-cover-filter .form-group .bootstrap-select .bs-searchbox:before {
  margin-top: 13px; }
.inventor-cover-filter .form-group .bootstrap-select .bs-searchbox .form-control, .inventor-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=text], .inventor-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=email], .inventor-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=number], .inventor-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=url], .inventor-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=date], .inventor-cover-filter .form-group .bootstrap-select .bs-searchbox input[type=password], .inventor-cover-filter .form-group .bootstrap-select .bs-searchbox textarea {
  box-shadow: none;
  padding: 6px 40px; }

.inventor-cover-filter.items-per-row-5 .form-group {
  width: 20%; }
@media (max-width: 1199px) {
  .inventor-cover-filter.items-per-row-5 .form-group {
    width: 25%; } }
@media (max-width: 991px) {
  .inventor-cover-filter.items-per-row-5 .form-group {
    width: 33%; } }
@media (max-width: 767px) {
  .inventor-cover-filter.items-per-row-5 .form-group {
    width: 100%; } }

#video-wrap {
  height: 100%; }
#video-wrap iframe {
  width: 100%;
  position: relative;
  transform: translateY(-50%);
  top: 50%; }
#video-wrap *::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }
#video-wrap *::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }
#video-wrap *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

/**
 * 43. Compare
 */
.compare-wrapper {
  overflow-x: scroll; }

.compare-table {
  background-color: transparent;
  margin-bottom: 0;
  table-layout: initial;
  width: auto; }
@media (min-width: 1200px) {
  .compare-table {
    table-layout: fixed;
    width: 100%; } }
@media (max-width: 767px) {
  .compare-table tr td:first-child, .compare-table tr th:first-child {
    display: none; } }
.compare-table th {
  vertical-align: bottom;
  border-bottom: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  padding: 0;
  position: relative; }
.compare-table th:first-child {
  border-left: 0; }
.compare-table td {
  border-bottom: 1px solid #f0f0f0;
  max-width: 255px;
  padding: 16px 30px;
  vertical-align: middle; }
@media (max-width: 1200px) {
  .compare-table td {
    min-width: 255px; } }
.compare-table tr th:last-child .compare-table-title {
  border-right: 0; }

.compare-table-col {
  background-color: #fff;
  border-right: 1px solid #f0f0f0;
  color: #444;
  text-align: center; }
.compare-table-col.first {
  border-left: 1px solid red; }
.compare-table-col:last-child {
  border-right: 1px solid #f0f0f0; }
.compare-table-col .yes {
  color: #6bd072; }
.compare-table-col .no {
  color: #d9534f; }
.compare-table-col i {
  margin-right: 5px;
  vertical-align: -1px; }

.compare-table-col-label {
  color: #868686;
  display: block;
  padding-bottom: 8px;
  text-transform: uppercase; }
@media (min-width: 768px) {
  .compare-table-col-label {
    display: none; } }

.compare-table-label {
  background-color: #f7f7f7;
  color: #444;
  border-left: 1px solid #f0f0f0;
  font-weight: 600;
  min-width: 230px;
  padding-left: 0;
  vertical-align: middle; }

.compare-table-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 180px;
  position: relative; }

.inventor-compare-btn-remove {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 0 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 0;
  color: #444;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  text-decoration: none;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity .15s linear;
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 32px; }
.inventor-compare-btn-remove:hover {
  background-color: #fff;
  color: #444; }
.inventor-compare-btn-remove i {
  font-size: 14px;
  line-height: 32px;
  padding-left: 1px; }
.compare-table-image:hover .inventor-compare-btn-remove {
  opacity: 1; }

.compare-table-label-top {
  background-color: #444;
  color: #fff;
  font-size: 13px;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 2; }
.compare-table-label-top.compare-table-label-top-center {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
.compare-table-label-top.compare-table-label-top-left {
  background-color: #0aab9a;
  left: 0; }
.compare-table-label-top.compare-table-label-top-right {
  right: 0; }
.compare-table-label-top a {
  border: 0 !important;
  color: #fff; }
.compare-table-label-top a:hover {
  color: #fff;
  text-decoration: none; }

.compare-table-label-special {
  background-color: #0aab9a;
  color: #fff;
  font-size: 13px;
  padding: 3px 15px;
  position: absolute;
  right: 10px;
  top: 165px;
  white-space: nowrap;
  z-index: 2; }

.compare-table-title {
  background-color: #444;
  color: #fff;
  min-height: 70px;
  padding: 17px 20px;
  transition: background-color .15s linear; }
.compare-table-title a {
  color: #fff; }
.compare-table-title h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap; }
.compare-table-title span {
  font-size: 11px;
  margin-top: 5px;
  padding-left: 13px;
  position: relative; }
.compare-table-title span:before {
  transition: color .15s linear;
  color: rgba(10, 171, 154, 0.8);
  content: '\f041';
  line-height: 14px;
  font-family: FontAwesome;
  font-size: 12px;
  left: 0;
  padding: 1px;
  position: absolute;
  top: 0; }
.compare-table-title span a {
  color: rgba(255, 255, 255, 0.5); }

.compare-table-subtitle a {
  border-bottom: 0 !important;
  text-decoration: none;
  font-weight: normal; }

#compare-info {
  background-color: #fff;
  border-radius: 3px;
  bottom: 30px;
  left: 30px;
  padding: 15px 20px;
  position: fixed;
  z-index: 100; }
#compare-info i {
  color: #b8b8b8;
  float: left;
  font-size: 28px;
  line-height: 38px;
  margin-right: 20px; }
#compare-info a {
  display: inline-block;
  color: #363636;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px; }
#compare-info a:hover {
  color: #0aab9a; }

/**
 * 44. Favorites
 */
.btn-create-collection {
  float: right;
  margin: -84px 0 30px 0; }
.btn-create-collection:before {
  content: '\f067';
  color: #fff;
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 8px; }

ul.collections {
  background-color: #fff;
  padding: 10px 20px;
  overflow: auto; }
ul.collections li:last-child {
  border-bottom: 0; }
ul.collections li a {
  color: #868686; }
ul.collections li a:hover {
  color: #0aab9a; }
ul.collections li span {
  background-color: #b8b8b8;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 11px;
  padding: 3px 6px; }
ul.collections li span.non-empty {
  background-color: #0aab9a; }

#collection-pickup {
  background-color: #fff;
  border-radius: 3px;
  display: none;
  padding: 15px 20px;
  min-width: 220px;
  position: fixed;
  z-index: 100; }
#collection-pickup.visible {
  display: block; }
#collection-pickup p {
  border-bottom: solid 1px #f7f7f7;
  color: #363636;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative; }
#collection-pickup .close {
  color: #363636;
  line-height: 17px;
  position: absolute;
  right: 3px;
  top: 0; }
#collection-pickup .close:before {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 12px; }
#collection-pickup .close:hover {
  color: #d81814; }
#collection-pickup ul {
  list-style: none;
  margin: 0;
  padding: 0; }
#collection-pickup li {
  padding: 5px 0; }
#collection-pickup a {
  display: inline-block;
  float: right; }
#collection-pickup a.marked i:before {
  content: "\f004"; }
#collection-pickup i {
  color: #d81814; }
#collection-pickup i:hover:before {
  content: "\f004"; }
