@charset "UTF-8";
/**
 * 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
 */
/**
 * 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;
	clear: both;
}
.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, .detail-banner .detail-banner-right.affix {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:before, .detail-banner .detail-banner-right.affix:before, .container:after, .detail-banner .detail-banner-right.affix:after {
	content: " ";
	display: table;
}
.container:after, .detail-banner .detail-banner-right.affix:after {
	clear: both;
}

@media (min-width: 768px) {
.container, .detail-banner .detail-banner-right.affix {
	width: 750px;
}
}

@media (min-width: 992px) {
.container, .detail-banner .detail-banner-right.affix {
	width: 970px;
}
}

@media (min-width: 1200px) {
.container, .detail-banner .detail-banner-right.affix {
	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, .widget_faq .faq, .tab-content ul, .video-cover-filter form {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before, .widget_faq .faq:before, .tab-content ul:before, .video-cover-filter form:before, .row:after, .widget_faq .faq:after, .tab-content ul:after, .video-cover-filter form:after {
	content: " ";
	display: table;
}
.row:after, .widget_faq .faq:after, .tab-content ul:after, .video-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, .col-lg-2, .col-xs-3, .col-sm-3, #primary .widget_filter .form-group, .col-md-3, .tab-content li, .col-lg-3, .filter .checkbox-wrapper .checkbox, .col-xs-4, .col-sm-4, .tab-content li, .video-cover-filter .form-group, .col-md-4, .filter .checkbox-wrapper .checkbox, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .filter .checkbox-wrapper .checkbox, .col-md-6, .widget_faq .faq-item-wrapper, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, #primary .widget_filter .form-group, .col-sm-4, .tab-content li, .video-cover-filter .form-group, .col-sm-5, .col-sm-6, .filter .checkbox-wrapper .checkbox, .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, #primary .widget_filter .form-group {
	width: 25%;
}
.col-sm-4, .tab-content li, .video-cover-filter .form-group {
	width: 33.33333%;
}
.col-sm-5 {
	width: 41.66667%;
}
.col-sm-6, .filter .checkbox-wrapper .checkbox {
	width: 50%;
}
.col-sm-7 {
	width: 58.33333%;
}
.col-sm-8 {
	width: 66.66667%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-10 {
	width: 83.33333%;
}
.col-sm-11 {
	width: 91.66667%;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-pull-1 {
	right: 8.33333%;
}
.col-sm-pull-2 {
	right: 16.66667%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-4 {
	right: 33.33333%;
}
.col-sm-pull-5 {
	right: 41.66667%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-7 {
	right: 58.33333%;
}
.col-sm-pull-8 {
	right: 66.66667%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-10 {
	right: 83.33333%;
}
.col-sm-pull-11 {
	right: 91.66667%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-push-1 {
	left: 8.33333%;
}
.col-sm-push-2 {
	left: 16.66667%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-4 {
	left: 33.33333%;
}
.col-sm-push-5 {
	left: 41.66667%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-7 {
	left: 58.33333%;
}
.col-sm-push-8 {
	left: 66.66667%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-10 {
	left: 83.33333%;
}
.col-sm-push-11 {
	left: 91.66667%;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
.col-sm-offset-1 {
	margin-left: 8.33333%;
}
.col-sm-offset-2 {
	margin-left: 16.66667%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-4 {
	margin-left: 33.33333%;
}
.col-sm-offset-5 {
	margin-left: 41.66667%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-7 {
	margin-left: 58.33333%;
}
.col-sm-offset-8 {
	margin-left: 66.66667%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-10 {
	margin-left: 83.33333%;
}
.col-sm-offset-11 {
	margin-left: 91.66667%;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
}

@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .tab-content li, .col-md-4, .filter .checkbox-wrapper .checkbox, .col-md-5, .col-md-6, .widget_faq .faq-item-wrapper, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-1 {
	width: 8.33333%;
}
.col-md-2 {
	width: 16.66667%;
}
.col-md-3, .tab-content li {
	width: 25%;
}
.col-md-4, .filter .checkbox-wrapper .checkbox {
	width: 33.33333%;
}
.col-md-5 {
	width: 41.66667%;
}
.col-md-6, .widget_faq .faq-item-wrapper {
	width: 50%;
}
.col-md-7 {
	width: 58.33333%;
}
.col-md-8 {
	width: 66.66667%;
}
.col-md-9 {
	width: 75%;
}
.col-md-10 {
	width: 83.33333%;
}
.col-md-11 {
	width: 91.66667%;
}
.col-md-12 {
	width: 100%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-pull-1 {
	right: 8.33333%;
}
.col-md-pull-2 {
	right: 16.66667%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-4 {
	right: 33.33333%;
}
.col-md-pull-5 {
	right: 41.66667%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-7 {
	right: 58.33333%;
}
.col-md-pull-8 {
	right: 66.66667%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-10 {
	right: 83.33333%;
}
.col-md-pull-11 {
	right: 91.66667%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-push-1 {
	left: 8.33333%;
}
.col-md-push-2 {
	left: 16.66667%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-4 {
	left: 33.33333%;
}
.col-md-push-5 {
	left: 41.66667%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-7 {
	left: 58.33333%;
}
.col-md-push-8 {
	left: 66.66667%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-10 {
	left: 83.33333%;
}
.col-md-push-11 {
	left: 91.66667%;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
.col-md-offset-1 {
	margin-left: 8.33333%;
}
.col-md-offset-2 {
	margin-left: 16.66667%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-4 {
	margin-left: 33.33333%;
}
.col-md-offset-5 {
	margin-left: 41.66667%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-7 {
	margin-left: 58.33333%;
}
.col-md-offset-8 {
	margin-left: 66.66667%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-10 {
	margin-left: 83.33333%;
}
.col-md-offset-11 {
	margin-left: 91.66667%;
}
.col-md-offset-12 {
	margin-left: 100%;
}
}

@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .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, .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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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[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=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[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=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[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=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[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=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[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=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[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=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[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=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[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=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, .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=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 {
	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=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 {
	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 {
	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, 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 {
	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=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=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 {
	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 {
	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, 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 {
	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=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=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=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, .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=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=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, .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=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=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=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=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=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=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=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=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=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=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 {
	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, .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, .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, .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, .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, .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 {
	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, .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, .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 {
	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, .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 {
	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, .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, 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 {
	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, 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 {
	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 {
	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, .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 {
	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 {
	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, .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, .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 {
	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, .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, .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, .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, .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, .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, .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, .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, .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 {
	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, .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, .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 {
	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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, 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] .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] .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] .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] .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] .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 {
	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 {
	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 {
	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 {
	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 {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block, .widget.widget_filter .form-group:last-of-type button {
	display: block;
	width: 100%;
}
.btn-block + .btn-block, .widget.widget_filter .form-group:last-of-type button + .btn-block, .widget.widget_filter .form-group:last-of-type .btn-block + button, .widget.widget_filter .form-group:last-of-type button + button {
	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;
	z-index: 9999;
}
.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, .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 {
	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, .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, .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, .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, .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, .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, .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, .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 {
	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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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 .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, .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) {
	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 {
	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) {
	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), .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 {
	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, .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 {
	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 {
	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 {
	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 {
	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 {
	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 {
	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, .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 {
	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 {
	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, .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], .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, .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, .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, .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, .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, .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, .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, .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, .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) {
	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) {
	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) {
	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 {
	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, .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 {
	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, .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 {
	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"], [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"], [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"], [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"] {
	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=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=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=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 {
	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 {
	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=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, .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, .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), .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 {
	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=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, .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, .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), .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 {
	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 {
	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, .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], .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, .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, .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, .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, .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, .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 {
	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, .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, .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 {
	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, .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, .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, .detail-banner .detail-banner-right.affix > .navbar-header, .container > .navbar-collapse, .detail-banner .detail-banner-right.affix > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
.container > .navbar-header, .detail-banner .detail-banner-right.affix > .navbar-header, .container > .navbar-collapse, .detail-banner .detail-banner-right.affix > .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, .detail-banner .navbar > .detail-banner-right.affix .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=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=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=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 {
	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 {
	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;
	text-align: right;
}
.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, .header-bottom: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, .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 .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, .testimonial-title:before, .comment-form:before, .watchdog-lookup:before, .clearfix:after, .cmb-form:after, .quicktags-toolbar:after, .header-bar-inner:after, .header-top:after, .header-bottom: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, .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 .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, .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, .header-bottom: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, .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 .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, .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(242, 148, 78, 0.7);
}
::selection {
	color: #fff;
	background: rgba(242, 148, 78, 0.7);
}
a {
	color: #ff6114;
	transition: color .15s linear;
}
a:hover {
	color: #f08636;
	text-decoration: none;
}
table {
	background-color: #fff;
	margin-bottom: 40px;
}
p {
	line-height: 24px;
}
h1, h2, .comment-reply-title, h3, h4, h5, h6 {
	color: #000;
}
h1, h2, .comment-reply-title, h3 {
	font-weight: 400;
	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: #ff6114;
	box-shadow: 4px 0 0 #ff6114, -4px 0 0 #ff6114;
	color: #fff;
	margin: 0px 3px;
	padding: 2px;
}
code {
	background-color: #fafafa;
	box-shadow: 4px 0 0 #fafafa, -4px 0 0 #fafafa;
	color: #676767;
	padding: 2px 0px;
	margin: 0px 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: 0px !important;
}
blockquote footer {
	color: #ff6114;
}
blockquote footer:before {
	content: none;
}
blockquote cite {
	color: #ff6114;
	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: 0px 0px 8px rgba(0, 0, 0, 0.08);
	margin: 0px auto;
	overflow: visible;
	width: auto;
}

@media (max-width: 767px) {
.layout-boxed .page-wrapper {
	width: 100%;
}
}
.main {
	display: table-row;
	height: 100%;
}
#primary .content, .page #primary .post-content, .archive #primary {
	margin: 0px 0px 60px;
}
.page.page-template-page-fullwidth-no-title #primary .post-content, .page.page-template-page-no-title #primary .post-content {
	margin: 60px 0px;
}
.sidebar {
	margin: 40px 0px 60px 0px;
}
/**
 * 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 {
	border: 0px;
	border-radius: 0px;
	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 {
	background-color: rgba(0, 0, 0, 0.15);
	bottom: 0px;
	content: '';
	display: block;
	height: 2px;
	left: 0px;
	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 {
	background-color: #ff6114;
	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, .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, .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 {
	background-color: #f08636 !important;
	box-shadow: none !important;
	outline: 0px !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: 0px !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: 0px !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: 0px !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 {
	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 {
	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: #ff6114;
	color: #fff;
}
.background-secondary {
	background-color: #ff6114;
	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 {
	margin-left: -750px;
	margin-right: -750px;
	padding-left: 750px;
	padding-right: 750px;
}
.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: #009f8b !important;
}
.color-style-background-orange {
	background-color: #ff6114 !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;
}
.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: 0px 20px;
}
.page-header {
	border: 0px;
	margin: 80px 0px;
	padding: 0px;
	text-align: center;
}
.page-header h1 {
	color: #363636;
	font-size: 36px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}
.page-header p {
	color: rgba(54, 54, 54, 0.6);
	font-size: 15px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
.page-header p a {
	border-bottom: 1px solid #ff6114;
}
.page-header p a:hover {
	border-color: #f08636;
}
.page-header.left {
	text-align: left;
}
.page-header {
	font-weight: 400;
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.page-title {
	color: #363636;
	font-size: 36px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}
.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-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: #f9cdad;
}
.background-gray .box-icon {
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.4);
	color: #f9cdad;
}
.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, 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, .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, .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 .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, .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, .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 .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 {
	color: #ff6114;
}
.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, .btn-secondary.payment-process .badge {
	color: #ff6114;
}
.document-title h1 {
	border-bottom: 1px solid #e9e9e9;
	color: #444;
	font-size: 30px;
	font-weight: 400;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
}
.document-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	max-width: 65%;
	margin: 0px 0px 60px 0px;
}
.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: none;
	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: 0px 30px 18px 0px;
}
img.alignright {
	margin: 0px 0px 18px 30px;
}
.separator {
	padding: 0 5px;
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0px;
	font-size: 12px;
	font-weight: 400;
	margin: 0px;
	padding: 10px 0px 5px 0px;
}
.widget .lang_sel_list_horizontal ul li {
	border: 0px;
	display: inline-block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.widget .lang_sel_list_horizontal ul li a {
	padding: 0px;
}
.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: 0px;
}
.currency-switch.center {
	text-align: center;
}
.currency-switch li {
	border-bottom: none !important;
	display: inline-block;
	line-height: 20px;
	margin: 0px 8px 0px 0px;
	padding: 0 !important;
}
.currency-switch li .currency-symbol {
	border-radius: 50%;
	background-color: #f7f7f7;
	font-size: 10px;
	margin-right: 2px;
	padding: 2px 5px !important;
	vertical-align: top;
	transition: all linear .12s;
}
.currency-switch li.active .currency-symbol, .currency-switch li:hover .currency-symbol {
	background-color: #ff6114;
	color: #fff;
}
.currency-switch li a, .currency-switch li a:focus, .currency-switch li a:active {
	color: #868686;
	text-decoration: none;
}
.not-found {
	text-align: center;
}
.not-found p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}
.not-found .number {
	color: #ff6114;
	font-size: 230px;
	margin: 80px 0px;
	text-shadow: 7px 7px 0px #e9e9e9;
}
.not-found .number-description {
	color: #868686;
	font-size: 34px;
	margin: -30px 0px 0px 0px;
	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 0px 0px 0px;
}
.registration-icon {
	color: rgba(0, 0, 0, 0.3);
	float: left;
	font-size: 40px;
	margin: -18px 30px 0px 0px;
	text-align: center;
	width: 80px;
}
h3.registration-title {
	color: #ff6114;
	margin: 0px !important;
	font-size: 20px;
}
.registration-content {
	display: table-cell;
}
.ribbon {
	background-color: #8dc63f;
	box-shadow: 0px 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=password], textarea {
	box-shadow: none;
	border-radius: 0px;
	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=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=password]:focus, textarea:focus {
	border: 1px solid #d0d0d0;
	box-shadow: none;
	outline: 0px;
}
.form-group .input-group {
	margin-bottom: 0px;
}
input[type=text], input[type=email], input[type=number], input[type=url], input[type=password], textarea {
	-webkit-appearance: none;
	padding-left: 12px;
}
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: 0px;
}
.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: 0px;
	margin-top: 5px;
}
.form-inline h6 {
	display: inline;
	margin-right: 8px;
}
.required {
	color: #d81814;
}
.textarea-resize {
	border: 7px solid #ff6114;
	border-left-color: transparent;
	border-top-color: transparent;
	float: right;
	margin-top: -14px;
	position: relative;
	pointer-events: none;
}
.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: 0px !important;
	padding-right: 0px;
	width: 24px;
}
.input-rating input[type=radio] + label:first-of-type {
	margin-left: 0px;
}
.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: 0px;
	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: 0px !important;
}
.bootstrap-select:active, .bootstrap-select:focus {
	border: 0px !important;
	box-shadow: none !important;
	outline: 0px !important;
}
.bootstrap-select.open {
	box-shadow: none !important;
	outline: 0px !important;
}
.bootstrap-select.open .dropdown-toggle {
	box-shadow: none !important;
	outline: 0px !important;
}
.bootstrap-select i {
	font-size: 9px;
	vertical-align: 2px;
}
.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: #ff6114;
}
div.dropdown-menu {
	border: 1px solid #e9e9e9;
	border-radius: 0;
	box-shadow: none;
	margin-top: -2px;
	padding: 0px;
}
ul.dropdown-menu {
	font-size: 12px;
}
ul.dropdown-menu li {
	border: 0px !important;
	margin: 0px;
	padding: 0px;
}
ul.dropdown-menu li:active, ul.dropdown-menu li:focus {
	box-shadow: none;
}
ul.dropdown-menu li a {
	border: 0px !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: 0px;
}
.input-group {
	margin-bottom: 15px;
	width: 100%;
}
.input-group .input-group-addon {
	background-color: #fff;
	border-color: #e9e9e9;
	border-radius: 0px;
	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=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: #ff6114;
	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 {
	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=password], .file-input textarea {
	float: none;
	margin: 0px 0px 10px 0px !important;
}
.file-input .input-group {
	display: block;
}
.file-input .input-group-btn {
	display: block;
}
}
.file-preview {
	border-color: #f7f7f7;
	border-radius: 0px;
	margin: 0px 0px 30px 0px;
}

@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: 40px;
}
.cmb-form h2, .cmb-form .comment-reply-title {
	border-bottom: 1px solid #fafafa !important;
	font-size: 24px !important;
	font-weight: 300 !important;
	margin: 0px !important;
	padding: 0px 0px 40px 0px !important;
	text-transform: inherit !important;
}
.cmb-form h2 span, .cmb-form .comment-reply-title span {
	color: #b8b8b8;
	margin: 0px 20px 0px 0px;
}
.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 .textarea-resize {
	display: none;
}
.cmb-form .wp-editor-wrap .wp-switch-editor {
	display: none;
}
.cmb-type-title .cmb-td {
	padding: 0px !important;
}
.post-detail h3.cmb2-metabox-title, h3.cmb2-metabox-title {
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}
.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: 0px !important;
}
.cmb-row.postbox {
	background-color: #fdfdfd;
	display: block;
	padding: 0px !important;
	width: 100%;
}
.cmb-row.postbox .inside {
	display: block !important;
	padding: 0px 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;
}
.cmb-th {
	display: table-cell;
	float: none !important;
	padding: 10px 0px !important;
	width: 150px !important;
}
.cmb-th label {
	color: #868686;
	cursor: pointer;
	line-height: 40px;
	margin: 0px;
	padding: 0px 30px 0px 0px !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 0px !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: 0px;
	color: #363636;
	height: 40px;
	margin: 0px !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: 100px;
	position: absolute;
}
.cmb2-wrap input {
	padding-right: 12px !important;
	padding-left: 12px !important;
}
.cmb2-wrap input[type=text] {
	display: inline-block;
}
.cmb2-checkbox-list, .cmb2-radio-list {
	clear: both;
	list-style: none;
	margin: 6px 0px 0px 0px !important;
	padding: 0px;
}
.cmb2-checkbox-list li, .cmb2-radio-list li {
	padding: 4px 0px;
}
.cmb2-metabox-description {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	width: 100%;
}
.cmb-group-title {
	background-color: #e9e9e9 !important;
	margin: 0px !important;
	font-size: 18px !important;
	padding: 12px 30px !important;
}
.cmb-repeat-group-wrap > .cmb-td {
	padding-bottom: 0px !important;
}
.cmb2-remove-wrapper a {
	border: 0px !important;
}
.cmb2-remove-file-button {
	border: 0px !important;
}
.cmb-type-opening-hours thead th {
	background-color: #ff6114;
	border: 1px solid #ff6114;
	border-bottom-color: #ef771e;
	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;
}
.quicktags-toolbar {
	padding: 7px 3px !important;
}
.quicktags-toolbar .ed_button {
	margin: 0px 0px 0px 8px !important;
	padding: 0px 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: 0px !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%;
}
}
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: 119px;
}
.header .header-sticky.header-no-topbar {
	height: 80px;
}
.header-sticky.header-empty-topbar .header {
	height: 80px;
}
.header-bar {
	background-color: #fff;
	/*	position: relative;
	overflow: hidden;*/
	z-index: 200;/*border-bottom: 2px solid #ff6114;*/
}
.header-disable-topbar .header-bar {
	display: none;
}
.header-bar .menu a strong {
	background-color: #444;
	color: #fff !important;
	padding: 4px 8px;
}
.header-bar-inner {
	border-bottom: 1px solid rgba(233, 233, 233, 0.5);
	color: #868686;
	font-size: 12px;
	padding: 7px 0px;
}
.header-bar-inner .fa {
	color: #ff6114;
	margin-right: 5px;
}
.header-bar-inner .widget {
	display: inline-block;
	vertical-align: middle;
}
.header-bar-inner .widget .menu {
	list-style: none;
	margin: 0px;
}
.header-bar-inner .widget .menu li {
	display: inline-block;
	margin: 0px 10px;
	padding: 0px;
}

@media (max-width: 767px) {
.header-bar-inner .widget .menu li {
	margin: 0px 15px 0px 0px;
}
}
.header-bar-inner .widget .menu li b {
	color: #444;
	font-weight: 500;
}
.header-bar-inner .widget .menu li a {
	border: 0px;
	color: #868686;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
.header-bar-inner .widget .menu li a:hover {
	color: #ff6114;
	margin: 0px;
	padding: 0px;
}
.header-bar-inner .widget .menu li a:hover b {
	color: #ff6114;
}
.header-bar-inner .widget .menu li:last-child {
	margin-right: 0px;
}
.header-bar-left {
	float: left;
}

@media (max-width: 767px) {
.header-bar-left {
	float: none;
}
}
.header-bar-left .widget {
	margin: 0px 25px 0px 0px;
}

@media (max-width: 767px) {
.header-bar-left .widget {
	border-bottom: 1px solid #f7f7f7;
	display: block;
	float: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}
.header-bar-left .widget:last-child {
	border-bottom: 0px;
}
}
.header-bar-right {
	float: right;
}

@media (max-width: 767px) {
.header-bar-right {
	float: none;
}
}
.header-bar-right .widget {
	margin: 0px 0px 0px 25px;
}

@media (max-width: 767px) {
.header-bar-right .widget {
	border-top: 1px solid #f7f7f7;
	display: block;
	float: none;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
.header-bar-right .widget:first-child {
	margin: 0px;
}
}
.header-minimal {
	height: 59px;
}
.header-minimal .container-fluid {
	padding: 0px !important;
}
.header-wrapper {
	background-color: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	padding: 0px;
	position: relative;
	z-index: 2000;
	border-bottom: 2px solid #ff6114;
}
.header-transparent .header-wrapper.affix-top {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: none;
}
.header-sticky .header-wrapper.affix {
	z-index: 1001;
	border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
.header-sticky .header-wrapper.affix {
	height: 73px;
	left: 0px;
	position: fixed;
	right: 0px;
	padding-top: 2px;
	top: 0px;
	border-bottom: 2px solid #ff6114;
}
.header-sticky .header-wrapper.affix .header-logo {
	height: 60px;
}
.header-sticky .header-wrapper.affix .header-content .nav > li > a, .header-sticky .header-wrapper.affix .header-content .footer-top .widget.widget_nav_menu ul > li > a, .footer-top .widget.widget_nav_menu .header-sticky .header-wrapper.affix .header-content ul > li > a, .header-sticky .header-wrapper.affix .header-content .footer-bottom .widget.widget_nav_menu ul > li > a, .footer-bottom .widget.widget_nav_menu .header-sticky .header-wrapper.affix .header-content ul > li > a {
	padding: 21px 20px;
}
}
.header-sticky.admin-bar .header-wrapper.affix {
	top: 32px;
	border-bottom: 1px solid #eee;
}
.header-wrapper.affix .header-bar-right .widget_search {
	padding-top: 15px;
}
.header-inner {
	display: table;
	position: relative;
	width: 100%;/*margin-left: -13px;*/
}
.header-logo {
	display: table-cell;
	padding: 0px 45px 0px 0px;
	vertical-align: middle;
	white-space: nowrap;
	width: 1px;
}
.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 span {
	font-size: 22px;
	font-weight: 300;
	vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 991px) {
.header-logo span {
	display: none;
}
}
.header-logo img {
	max-height: 44px;
	padding-right: 10px;
	vertical-align: middle;
}
.header-logo i.superlist-logo {
	color: #ff6114;
	font-size: 32px;
	margin-right: 10px;
	vertical-align: -6px;
}
.header-transparent .affix-top .header-logo i.superlist-logo {
	color: #fff !important;
}
.header-minimal .header-logo {
	height: 80px;
	padding: 0px;
	text-align: center;
}
.header-minimal .header-logo img, .header-minimal .header-logo svg {
	margin: -1px;
}
.header-content {
	display: table-cell;
	vertical-align: middle;
}
.header-content .nav, .header-content .footer-top .widget.widget_nav_menu ul, .footer-top .widget.widget_nav_menu .header-content ul, .header-content .footer-bottom .widget.widget_nav_menu ul, .footer-bottom .widget.widget_nav_menu .header-content ul {
	float: right;
	padding: 12px 0px;
}

@media (min-width: 768px) {
.header-content .nav > li, .header-content .footer-top .widget.widget_nav_menu ul > li, .footer-top .widget.widget_nav_menu .header-content ul > li, .header-content .footer-bottom .widget.widget_nav_menu ul > li, .footer-bottom .widget.widget_nav_menu .header-content ul > li {
	margin: 0px;
	position: relative;
}
.header-content .nav > li.current-menu-item:after, .header-content .footer-top .widget.widget_nav_menu ul > li.current-menu-item:after, .footer-top .widget.widget_nav_menu .header-content ul > li.current-menu-item:after, .header-content .footer-bottom .widget.widget_nav_menu ul > li.current-menu-item:after, .footer-bottom .widget.widget_nav_menu .header-content ul > li.current-menu-item:after {
	background-color: #ff6114;
	bottom: 0px;
	content: '';
	display: block;
	height: 2px;
	left: 10px;
	position: absolute;
	right: 10px;
}
.header-content .nav > li > a, .header-content .footer-top .widget.widget_nav_menu ul > li > a, .footer-top .widget.widget_nav_menu .header-content ul > li > a, .header-content .footer-bottom .widget.widget_nav_menu ul > li > a, .footer-bottom .widget.widget_nav_menu .header-content ul > li > a {
	border-radius: 0px;
	color: #363636;
	font-size: 13px;
	padding: 6px 20px;
	transition: color .15s linear;
}
.header-minimal .header-content .nav > li > a, .header-minimal .header-content .footer-top .widget.widget_nav_menu ul > li > a, .footer-top .widget.widget_nav_menu .header-minimal .header-content ul > li > a, .header-minimal .header-content .footer-bottom .widget.widget_nav_menu ul > li > a, .footer-bottom .widget.widget_nav_menu .header-minimal .header-content ul > li > a {
	padding: 14px 13px;
}
.header-content .nav > li > a:hover, .header-content .footer-top .widget.widget_nav_menu ul > li > a:hover, .footer-top .widget.widget_nav_menu .header-content ul > li > a:hover, .header-content .footer-bottom .widget.widget_nav_menu ul > li > a:hover, .footer-bottom .widget.widget_nav_menu .header-content ul > li > a:hover {
	background-color: transparent;
	color: #ff6114;
}
.header-content .nav > li > a:active, .header-content .footer-top .widget.widget_nav_menu ul > li > a:active, .footer-top .widget.widget_nav_menu .header-content ul > li > a:active, .header-content .footer-bottom .widget.widget_nav_menu ul > li > a:active, .footer-bottom .widget.widget_nav_menu .header-content ul > li > a:active, .header-content .nav > li > a:focus, .header-content .footer-top .widget.widget_nav_menu ul > li > a:focus, .footer-top .widget.widget_nav_menu .header-content ul > li > a:focus, .header-content .footer-bottom .widget.widget_nav_menu ul > li > a:focus, .footer-bottom .widget.widget_nav_menu .header-content ul > li > a:focus {
	background-color: transparent;
}
.header-transparent .affix-top .header-content .nav > li > a, .header-transparent .affix-top .header-content .footer-top .widget.widget_nav_menu ul > li > a, .footer-top .widget.widget_nav_menu .header-transparent .affix-top .header-content ul > li > a, .header-transparent .affix-top .header-content .footer-bottom .widget.widget_nav_menu ul > li > a, .footer-bottom .widget.widget_nav_menu .header-transparent .affix-top .header-content ul > li > a {
	color: #fff;
}
.header-content .nav > li.active > a, .header-content .footer-top .widget.widget_nav_menu ul > li.active > a, .footer-top .widget.widget_nav_menu .header-content ul > li.active > a, .header-content .footer-bottom .widget.widget_nav_menu ul > li.active > a, .footer-bottom .widget.widget_nav_menu .header-content ul > li.active > a {
	background-color: transparent;
	color: #ff6114;
}
.header-content .nav > li:hover > .sub-menu, .header-content .footer-top .widget.widget_nav_menu ul > li:hover > .sub-menu, .footer-top .widget.widget_nav_menu .header-content ul > li:hover > .sub-menu, .header-content .footer-bottom .widget.widget_nav_menu ul > li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-content ul > li:hover > .sub-menu {
	display: block;
	opacity: 1;
	transition: opacity .15s linear;
	visibility: visible;
}
.header-content .nav > li .sub-menu, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	display: block;
	left: 0;
	list-style: none;
	margin: 0px;
	opacity: 0;
	padding: 12px 0px;
	position: absolute;
	visibility: hidden;
	width: 220px;
	z-index: 10;
}
.submenu-dark .header-content .nav > li .sub-menu, .submenu-dark .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu, .footer-top .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu, .submenu-dark .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu {
	background-color: #444;
	border: 0px;
}
.submenu-dark .header-content .nav > li .sub-menu li > a, .submenu-dark .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li > a, .footer-top .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu li > a, .submenu-dark .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li > a, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu li > a {
	color: rgba(255, 255, 255, 0.9);
}
.submenu-dark .header-content .nav > li .sub-menu li > a:hover, .submenu-dark .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li > a:hover, .footer-top .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu li > a:hover, .submenu-dark .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li > a:hover, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu li > a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.submenu-dark .header-content .nav > li .sub-menu li:hover, .submenu-dark .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li:hover, .footer-top .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu li:hover, .submenu-dark .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:hover, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu li:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.submenu-dark .header-content .nav > li .sub-menu li:hover > a, .submenu-dark .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li:hover > a, .footer-top .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu li:hover > a, .submenu-dark .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:hover > a, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu li:hover > a {
	color: #fff;
}
.submenu-dark .header-content .nav > li .sub-menu:after, .submenu-dark .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu:after, .footer-top .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu:after, .submenu-dark .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu:after, .footer-bottom .widget.widget_nav_menu .submenu-dark .header-content ul > li .sub-menu:after {
	border-bottom-color: #444;
	top: -10px;
}
.header-content .nav > li .sub-menu:after, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu:after, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu:after, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu:after, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu:after {
	border: 5px solid transparent;
	border-bottom-color: #e9e9e9;
	content: '';
	display: block;
	height: 0px;
	left: 15px;
	position: absolute;
	top: -11px;
	width: 0px;
}
.header-content .nav > li .sub-menu li, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu li, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu li {
	position: relative;
}
.header-content .nav > li .sub-menu li a, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li a, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu li a, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li a, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu li a {
	color: #868686;
	display: block;
	font-size: 13px;
	padding: 9px 20px;
	transition: all .15s linear;
	white-space: nowrap;
}
.header-content .nav > li .sub-menu li a:hover, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li a:hover, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu li a:hover, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li a:hover, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu li a:hover {
	background-color: #fafafa;
	color: #ff6114;
	text-decoration: none;
}
.header-content .nav > li .sub-menu li:last-child, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li:last-child, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu li:last-child, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:last-child, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu li:last-child {
	border-bottom: 0px;
}
.header-content .nav > li .sub-menu li .fa, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li .fa, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu li .fa, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li .fa, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu li .fa {
	color: #363636;
	display: block;
	float: right;
	position: absolute;
	right: 10px;
	top: 12px;
}
.header-content .nav > li .sub-menu li > .sub-menu, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li > .sub-menu, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu li > .sub-menu, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu li > .sub-menu {
	display: none;
	opacity: 0;
	padding: 0px;
	transition: none;
	visibility: visible;
}
.header-content .nav > li .sub-menu li > .sub-menu:after, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li > .sub-menu:after, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu li > .sub-menu:after, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li > .sub-menu:after, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu li > .sub-menu:after {
	display: none;
}
.header-content .nav > li .sub-menu li:hover > a, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li:hover > a, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu li:hover > a, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:hover > a, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu li:hover > a {
	color: #ff6114;
}
.header-content .nav > li .sub-menu li:hover > .sub-menu, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li:hover > .sub-menu, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu li:hover > .sub-menu, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:hover > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu li:hover > .sub-menu {
	display: block;
	left: 220px;
	margin: 0px;
	opacity: 1;
	top: 0px;
	transition: none;
	visibility: visible;
}
.header-content .nav > li .sub-menu li:hover > .sub-menu:before, .header-content .footer-top .widget.widget_nav_menu ul > li .sub-menu li:hover > .sub-menu:before, .footer-top .widget.widget_nav_menu .header-content ul > li .sub-menu li:hover > .sub-menu:before, .header-content .footer-bottom .widget.widget_nav_menu ul > li .sub-menu li:hover > .sub-menu:before, .footer-bottom .widget.widget_nav_menu .header-content ul > li .sub-menu li:hover > .sub-menu:before {
	background-color: #ff6114;
	bottom: 0px;
	content: '';
	display: block;
	height: 100%;
	left: -2px;
	position: absolute;
	top: 0px;
	width: 2px;
}
}

@media (max-width: 767px) {
.header-content .nav, .header-content .footer-top .widget.widget_nav_menu ul, .footer-top .widget.widget_nav_menu .header-content ul, .header-content .footer-bottom .widget.widget_nav_menu ul, .footer-bottom .widget.widget_nav_menu .header-content ul {
	background-color: #fff;
	float: none;
	left: -15px;
	margin-top: 11px;
	padding: 0px !important;
	position: absolute;
	right: -28px;
	z-index: 99999;
}
.header-minimal .header-content .nav, .header-minimal .header-content .footer-top .widget.widget_nav_menu ul, .footer-top .widget.widget_nav_menu .header-minimal .header-content ul, .header-minimal .header-content .footer-bottom .widget.widget_nav_menu ul, .footer-bottom .widget.widget_nav_menu .header-minimal .header-content ul {
	padding-left: 15px;
	padding-right: 15px;
}
.header-content .nav li, .header-content .footer-top .widget.widget_nav_menu ul li, .footer-top .widget.widget_nav_menu .header-content ul li, .header-content .footer-bottom .widget.widget_nav_menu ul li, .footer-bottom .widget.widget_nav_menu .header-content ul li {
	display: block;
	margin: 0px;
	float: none;
}
.header-content .nav li.menu-item-has-children > a:after, .header-content .footer-top .widget.widget_nav_menu ul li.menu-item-has-children > a:after, .footer-top .widget.widget_nav_menu .header-content ul li.menu-item-has-children > a:after, .header-content .footer-bottom .widget.widget_nav_menu ul li.menu-item-has-children > a:after, .footer-bottom .widget.widget_nav_menu .header-content ul li.menu-item-has-children > a:after {
	content: '\f054';
	display: block;
	float: right;
	font-family: 'FontAwesome';
	font-size: 9px;
	margin-top: 4px;
}
.header-content .nav li.menu-item-has-children.touched > .sub-menu, .header-content .footer-top .widget.widget_nav_menu ul li.menu-item-has-children.touched > .sub-menu, .footer-top .widget.widget_nav_menu .header-content ul li.menu-item-has-children.touched > .sub-menu, .header-content .footer-bottom .widget.widget_nav_menu ul li.menu-item-has-children.touched > .sub-menu, .footer-bottom .widget.widget_nav_menu .header-content ul li.menu-item-has-children.touched > .sub-menu {
	display: block;
	opacity: 1;
	transition: opacity .15s linear;
	visibility: visible;
}
.header-content .nav li.active a, .header-content .footer-top .widget.widget_nav_menu ul li.active a, .footer-top .widget.widget_nav_menu .header-content ul li.active a, .header-content .footer-bottom .widget.widget_nav_menu ul li.active a, .footer-bottom .widget.widget_nav_menu .header-content ul li.active a {
	background-color: #fff;
}
.header-content .nav li.active a:hover, .header-content .footer-top .widget.widget_nav_menu ul li.active a:hover, .footer-top .widget.widget_nav_menu .header-content ul li.active a:hover, .header-content .footer-bottom .widget.widget_nav_menu ul li.active a:hover, .footer-bottom .widget.widget_nav_menu .header-content ul li.active a:hover {
	color: #ff6114;
}
.header-content .nav li a, .header-content .footer-top .widget.widget_nav_menu ul li a, .footer-top .widget.widget_nav_menu .header-content ul li a, .header-content .footer-bottom .widget.widget_nav_menu ul li a, .footer-bottom .widget.widget_nav_menu .header-content ul li a {
	border-bottom: 1px solid #f7f7f7;
	border-radius: 0px;
	color: #363636;
	display: block;
	float: none;
	font-size: 13px;
	padding: 10px 53px 10px 37px !important;
	transition: all .15s linear;
}
.header-content .nav li a:hover, .header-content .footer-top .widget.widget_nav_menu ul li a:hover, .footer-top .widget.widget_nav_menu .header-content ul li a:hover, .header-content .footer-bottom .widget.widget_nav_menu ul li a:hover, .footer-bottom .widget.widget_nav_menu .header-content ul li a:hover {
	color: #ff6114;
}
.header-content .nav li > ul, .header-content .footer-top .widget.widget_nav_menu ul li > ul, .footer-top .widget.widget_nav_menu .header-content ul li > ul, .header-content .footer-bottom .widget.widget_nav_menu ul li > ul, .footer-bottom .widget.widget_nav_menu .header-content ul li > ul {
	display: none;
	margin: 0px;
	padding: 0px;
}
.header-content .nav li > ul > li, .header-content .footer-top .widget.widget_nav_menu ul li > ul > li, .footer-top .widget.widget_nav_menu .header-content ul li > ul > li, .header-content .footer-bottom .widget.widget_nav_menu ul li > ul > li, .footer-bottom .widget.widget_nav_menu .header-content ul li > ul > li {
	background-color: rgba(0, 0, 0, 0.03) !important;
}
.header-content .nav li > ul > li a, .header-content .footer-top .widget.widget_nav_menu ul li > ul > li a, .footer-top .widget.widget_nav_menu .header-content ul li > ul > li a, .header-content .footer-bottom .widget.widget_nav_menu ul li > ul > li a, .footer-bottom .widget.widget_nav_menu .header-content 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: 0px;
	position: relative;
	z-index: 300;
	margin-bottom: 4px;
}
.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 0px 5px;
}
.header-top {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 6px 0px 2px 0px;
}

@media (max-width: 767px) {
.header-top {
	display: none;
}
}
.header-bottom {
	text-align: right;
}
.header-nav-container {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	clear: both;
	width: 100%;
	margin-right: -11px;
}
.header-wrapper.affix .header-nav-container {
	width: inherit;
}
.header-action {
	display: inline-block;
	margin: 0px;
}
.header-action.open .header-action-inner i {
	transform: rotate(45deg);
}

@media (max-width: 767px) {
.header-action {
	display: none;
}
}
.header-action-inner {
	background-color: #ff6114;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	transition: all .15s linear;
	width: 30px;
}
.header-action-inner i {
	color: #fff;
}
.header-action-inner:hover {
	background-color: #f08636;
	color: #fff;
}
.navbar-toggle {
	border: 0px;
	border-radius: 0px;
	float: right;
	margin: 14px 0px;
	margin-top: -74px;
}
.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: 0px;
	left: 0px;
	margin: 0px;
	opacity: 0;
	overflow: hidden;
	right: 0px;
	position: absolute;
	transition: all linear .2s;
	visibility: hidden;
	z-index: 10;
}
.header-post-types.open {
	height: auto;
	opacity: 1;
	visibility: visible;
}
.header-post-types ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 3px 0px;
	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 0px;
	padding: 0px 20px 0px 0px;
}
.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: 0px;
	margin: 0px;
	padding: 0px;
}
/**
 * 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: 0px 0px 30px 0px;
}
.footer-area dl {
	padding-left: 35px;
	position: relative;
}
.footer-area dl dt {
	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.7);
	font-size: 12px;
	margin-top: 5px;
}
.footer-area dl .fa {
	color: #ff6114;
	font-size: 22px;
	position: absolute;
	left: 0px;
	margin-top: 8px;
	vertical-align: top;
}
.footer-top {
	background-color: #242424;
}

@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: 0px;
}
.footer-top .widget.widget_nav_menu ul.menu li a {
	display: block;
	padding: 3px 0px;
}
}
.footer-top h2, .footer-top .comment-reply-title {
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 300;
	margin: 0px 0px 30px 0px;
}
.footer-top h2.widgettitle, .footer-top .widgettitle.comment-reply-title {
	margin: 45px 0px !important;
}
.footer-top a {
	color: #fff !important;
}
.footer-top a:hover {
	color: #ff6114 !important;
}
.footer-top li {
	margin-right: 20px;
}
.footer-top li a {
	line-height: 40px !important;
}
.footer-top p {
	margin: 0px;
}
.footer-top form {
	margin: 0px;
}
.footer-top .input-group {
	margin: 0px;
	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=password], .footer-top textarea {
	border: 0px;
}
.footer-top-inner {
	padding: 20px 0px;
}
.footer-first {
	float: left;
}

@media (max-width: 767px) {
.footer-first {
	float: none;
}
}
.footer-second {
	float: right;
}

@media (max-width: 767px) {
.footer-second {
	float: none;
}
}
.footer-bottom {
	background-color: #ddd;
	color: #fff;
	font-size: 13px;
	padding: 25px 0 0;
	text-align: center;
}
.footer-bottom a {
	color: #333;
	text-decoration: underline;
}
.footer-bottom a:hover {
	border-bottom-color: #ff6114;
	color: #ff6114;
}
.footer-bottom .widget {
	margin: 0px;
}
.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: 0px;
}
.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: 0px;
	color: #fff;
	padding: 0px 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: #ff6114;
}
.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 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	position: relative;
}
.footer-bottom-second:after {
	background-color: rgba(255, 255, 255, 0.2);
	content: '';
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0px;
	transform: translateX(-50%);
	width: 30px;
}
/**
 * 7. Widgets
 */
#primary .widget_filter form {
	padding: 20px 5px 5px 5px;
}
#primary .widget_filter button {
	display: block;
	margin: 0px;
	width: 100%;
}
#primary .widget_filter .form-group {
	margin-bottom: 20px;
}
#primary .widget_filter .has-labels .checkbox {
	padding-top: 23px;
}
#primary .widget_filter .has-labels button[type=submit] {
	margin-top: 23px;
}
.form-group-date-to, .form-group-date-from {
	display:none;
}
.widget .widgettitle {
	color: #363636;
	font-size: 36px;
	font-weight: 400;
	margin: 0px 0px 60px;
	padding: 0px;
	text-align: center;
}
.widget .widgettitle:after {
	content: '';
	background-color: #ff6114;
	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: 0px;
}
}
.widget .widget-inner {
	background-size: cover;
	background-position: center center;
	margin-left: -750px;
	margin-right: -750px;
	padding-left: 750px;
	padding-right: 750px;
}
.widget .widget-pt {
	padding-top: 60px;
}
.widget .widget-pb {
	/*	padding-bottom: 60px;*/
	background: #eee;
	margin-bottom: 30px;
}
.widget .widget-border-top {
	border-top: solid 1px #e9e9e9;
}
.widget .widget-border-bottom {
	border-bottom: solid 1px #e9e9e9;
}
.widget:last-of-type {
	margin-bottom: 0px;
}
.widget img {
	max-width: 100%;
	height: auto;
}
.widget ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.widget ul li {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	padding: 8px 0px;
}
.widget .dropdown-menu li {
	border-bottom: none;
	padding: 0px;
}
.widget.widget_archive li, .widget.widget_categories li {
	font-size: 0px;
}
.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: 0px;
}
.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: #ff6114;
	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: #ff6114;
	font-size: 11px;
}
.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: 0px;
}
.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;
}
.widget .tagcloud {
	background-color: #fff;
	clear: both;
	display: inline-block;
	font-size: 13px;
	margin: 0px;
	padding: 20px 20px 10px;
	position: relative;
	width: 100%;
	z-index: 0;
}
.widget .tagcloud a {
	background-color: #ff6114;
	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: #ff6114;
	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: #ef771e;
}
.widget .tagcloud a:hover:before {
	background-color: #ef771e;
}
.widget.widget_filter form {
	/*	background-color: #fff;*/
	padding: 20px;
}
.widget.widget_filter .form-group:last-of-type {
	margin-bottom: 0;
}
.widget.widget_filter .form-group:last-of-type button {
	margin-bottom: 0;
}
.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: #ff6114;
	float: left;
	font-size: 44px;
	margin: 11px 35px 0px 0px;
}

@media (max-width: 767px) {
.widget.widget_call_to_action i {
	float: none;
	margin: 0px 0px 20px 0px;
}
}
.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 {
	float: right;
	line-height: 24px;
	margin: 10px 0px 0px 0px;
	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 {
	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: 0px 0px 20px 0px;
}
}
.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: 0px 0px 20px 0px;
}
}
.footer-top .widget .widget-inner, .footer-bottom .widget .widget-inner, .sidebar .widget .widget-inner, #primary .widget .widget-inner {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.footer-top .widget .widgettitle, .footer-bottom .widget .widgettitle, .sidebar .widget .widgettitle {
	border-bottom: 1px solid #e9e9e9;
	color: #868686;
	font-size: 26px;
	line-height: 60px;
	margin: 0px 0px 30px 0px;
	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: 0px 0px 40px;
	text-align: center;
}
#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: #ff6114;
	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: 0px;
}
.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: 0px 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 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-area .widget.widget_nav_menu ul li:last-child a {
	border: 0;
}
.footer-top .widget.widget_nav_menu .menu li a {
	padding: 0px;
	margin-right: 30px;
}
.footer-top .widget.widget_nav_menu .menu li a:hover {
	color: #ff6114;
}
.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: #ff6114;
	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 0px;
}
.footer-top .widget:active, .footer-top .widget:focus, .footer-top .widget:hover {
	background-color: transparent;
}
}
.sidebar_dashboard ul {
	background-color: #fff;
	padding: 20px;
}
.sidebar_dashboard ul li:last-child {
	border-bottom: 0px;
}
/**
 * 8. Pagination
 */
.pagination {
	margin: 30px 0px 60px 0px;
	text-align: center;
	width: 100%;
}
.pagination .page-numbers {
	background-color: #fff;
	border-radius: 15px;
	color: #868686;
	margin: 0px 4px;
	padding: 6px 15px;
	transition: all .15s linear;
}
.pagination .page-numbers:hover {
	background-color: #ff6114;
	color: #fff;
}
.pagination .page-numbers.dots:hover {
	background-color: #fdfdfd;
	color: #868686;
}
.pagination .page-numbers.current {
	background-color: #ff6114;
	border-color: #ff6114;
	color: #fff;
}
.screen-reader-text {
	display: none;
}
.content + .pagination {
	margin: 0px 0px 60px;
}
/**
 * 9. Google Map
 */
#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: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 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: 40px;
	width: 40px;
}
.marker-inventor-poi:hover .marker-inventor-poi-inner .inventor-poi {
	margin-top: -2px;
	font-size: 19px;
}
.marker-inventor-poi-inner {
	border: 2px solid #ff6114;
	border-radius: 50%;
	color: #363636;
	height: 32px;
	font-size: 11px;
	line-height: 30px;
	width: 32px;
	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, .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: 0px;
	position: relative;
	top: 0px;
	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: #ff6114;
	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 0px 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: 0px 0px 0px 6px;
	position: relative;
	overflow: hidden;
	text-align: center;
	top: 6px;
	width: 26px;
}
.clusterer {
	background-color: #444;
	border: 3px solid #ff6114;
	border-radius: 50%;
	box-shadow: 0px 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: #fff;
	position: relative;
}
.infobox:after {
	border-color: transparent;
	border-style: solid;
	border-width: 12px 6px;
	border-top-color: #fff;
	bottom: -24px;
	content: '';
	display: block;
	height: 0px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 0px;
}
.infobox-inner {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	height: 210px;
	padding: 15px;
	position: relative;
	width: 260px;
}
.infobox-inner .close {
	background-color: #444;
	border: 0px;
	border-top-right-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 26px;
	line-height: 18px;
	opacity: 1;
	padding: 3px;
	position: absolute;
	right: 0px;
	text-align: center;
	text-shadow: none;
	top: 0px;
	transition: all linear .12s;
	width: 26px;
	z-index: 999;
}
.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: #ff6114;
}
.infobox-image {
	background-size: cover;
	background-position: center center;
	border-radius: 3px 3px 0px 0px;
	height: 170px;
	margin: -15px -15px 0px -15px;
	position: relative;
}
.infobox-image:after {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 55px);
	bottom: 0px;
	content: '';
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}
.infobox-item {
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 12px 0px;
}
.infobox-item:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.infobox-item-title {
	color: #444;
	display: block;
	font-size: 14px;
	margin: 12px 0px 0px 0px;
	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: 0px 13px 0px 0px;
	position: relative;
	width: 60px;
}
.infobox-item-image a {
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.infobox.multiple .infobox-inner {
	overflow: auto;
}
.infobox .inventor-favorites-btn-toggle {
	bottom: 10px;
	color: #fff;
	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: 400;
	margin: 13px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 170px;
	white-space: nowrap;
}
.infobox-title h2 a, .infobox-title .comment-reply-title a {
	color: #363636;
}
.infobox-rating {
	color: #ffd925;
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 2px;
}
.infobox-rating .fa {
	margin: 0px 0px 0px 4px;
}
.infobox-category {
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 1px;
}
.infobox-category a {
	color: #b8b8b8;
}
.map-wrapper {
	border-bottom: 2px solid #fff;
	position: relative;
}
.map-inner {
	position: relative;
}

@media (max-width: 767px) {
.map-inner {
	height: auto !important;
	overflow: visible;
}
}
.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 {
	height: 0px !important;
}
.map-inner.closed .map-google-inner .fa-spinner {
	display: none;
}
.map-switch {
	background-color: #ff6114;
	bottom: 0px;
	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: #f08636;
}
.map-inner.closed .map-switch {
	z-index: 2001;
}

@media (min-width: 768px) {
.map-content .form-group {
	float: left;
	padding: 0px 15px;
	width: 20%;
}
.map-content .button {
	display: block;
	margin: 0px !important;
	width: 100%;
}
}

@media (max-width: 767px) {
.map-content {
	margin: 40px 30px;
}
.map-content .button {
	display: block;
	margin: 0px !important;
	width: 100%;
}
}

@media (min-width: 768px) {
.map-content {
	left: 50%;
	position: absolute;
	top: 30px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.map-inner.closed .map-content {
	display: none;
}
.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=password], .map-content textarea {
	border-color: #fff;
	box-shadow: 0px 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: 0px;
	box-shadow: 0px 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;
}
}
.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: 0px -15px;
}
.map-actions a span {
	padding: 0px 10px !important;
}
}
.map-actions a {
	background-color: #444;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0px -4px 0px 0px;
	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: 0px 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: 0px 12px 0px 0px;
}
.map-actions-group:hover a:before {
	height: 30px;
	margin-top: 0px;
}

@media (max-width: 767px) {
.map-actions-group {
	margin-bottom: 8px;
}
.map-actions-group:last-child {
	margin-right: 0px;
}
}
#map-canvas {
	height: 300px;
	margin: 0px 0px 30px 0px;
}
#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=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%;
	z-index: 1;
}
#banner-map img, #banner-street-view img, #banner-inside-view img {
	max-width: inherit;
}
/**
 * 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: 0px;
	padding: 0px;
}
.wp-social-login-provider {
	background-color: #e9e9e9;
	border: 0px !important;
	color: #363636;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 0px 0px 5px 0px;
	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: 0px;
}
.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: 0px 10px 0px 0px;
}
.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: 0px 10px 0px 0px;
}
.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: 0px 10px 0px 0px;
}
.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
 */
.items-per-row-1 .listing-container {
	width: 33.33%;
}
.items-per-row-2 .listing-container {
	width: 50%;
}
.items-per-row-3 .listing-container {
	width: 33.33333%;
}
.items-per-row-4 .listing-container {
	width: 25%;
}
.items-per-row-5 .listing-container {
	width: 20%;
}
.items-per-row-6 .listing-container {
	width: 16.66666%;
}
.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-container {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%;
}
.listing-box-image {
	height: 120px;
}
.listing-box-content {
	padding: 10px;
}
.listing-box-location, .listing-box-price {
	font-size: 12px;
}
.listing-box {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-backface-visiblity: hidden;
	border: none;
	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-visiblity: hidden;
}
.listing-box:hover .listing-box-label-top {
	margin-top: 20px;
}
.listing-box:hover .listing-box-label-bottom {
	margin-bottom: 20px;
}
.listing-box:hover .listing-box-content {
	padding-top: 0px;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-webkit-backface-visiblity: hidden;
}
.listing-box:hover .listing-box-rating {
	opacity: 1;
	transition-delay: .05s;
	-webkit-backface-visiblity: hidden;
}
.listing-box:hover .listing-box-actions {
	opacity: 1;
	transition-delay: .1s;
	-webkit-backface-visiblity: 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-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.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-box-background:after {
	bottom: 0px;
	content: '';
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
.listing-box-label-top {
	background-color: #444;
	color: #fff;
	left: 50%;
	font-size: 13px;
	padding: 3px 15px;
	position: absolute;
	top: 0px;
	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-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: 0px;
	overflow: hidden;
	padding: 0px 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: 0px 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: 0px;
	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: 0px 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: #ff6114;
	bottom: 0px;
	color: #fff;
	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-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: 25%;
}
.items-per-row-1 .listing-row-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 265px;
	position: relative;
	width: 50%;
}
.items-per-row-1 .listing-row-body {
	padding: 20px;
	width: 50%;
}
.items-per-row-1 .listing-row-properties {
	display: none !important;
}
/*.listing-row-properties {
	padding: 30px;
	width: 260px;
}*/
.listing-row-properties dl {
	margin: 0;
	padding: 0;
	display: none;
}
.listing-row-properties dt {
	float: left;
	line-height: 20px;
	margin-right: 8px;
}
.listing-row-properties dd {
	text-align: left;
	padding-left: 8px;
}
.listing-row-properties dd:last-child {
	border-bottom: 0;
}
.post-type-archive .listing-row-properties {
	max-height: 75px;
	overflow: hidden;
	display: block;
	text-align: right;
	padding: 13px;
	width: 200px;
	background: #eee;
	float: right;
	display: none;
}
.listing-row {
	background-color: rgba(200,200,200,.1);
	border: solid 1px rgba(200,200,200,.5);
	display: table;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
}
.listing-row.featured {
	border: 1px solid #ff6114;
}
.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-visiblity: hidden;
}
.listing-row-image, .listing-row-body, .listing-row-properties {
	position: relative;
}

@media (max-width: 1199px) {
/*.listing-row-image, .listing-row-properties {
	display: block;
}*/
}
.listing-row-image-link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.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%);*/
	background: rgba(255,97,20,0.8);
	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: 0px;
	content: '';
	display: block;
	left: 0px;
	pointer-events: none;
	position: absolute;
	right: 0px;
	top: 0px;
	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: 0px;/*	width: 100%;*/
}
}
.listing-row-title {
	display: -webkit-box;
	margin: 0 auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;/* Fallback for non-webkit */
}
/*.listing-row-content {
		display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
}*/
.listing-row-content p {
	line-height: 18px;
}
.post-detail .listing-row-title, .listing-row-title {
	border: 0px !important;
	font-size: 18px;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.post-detail .listing-row-title a, .listing-row-title a {
	border: 0px !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: 0px !important;
}
.listing-row-content a {
	border: 0px !important;
}
.listing-row-content p {
	font-weight: 300;
	color: #333;
	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: 0px;
	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: #ff6114;
	left: 0;
}
.listing-row-label-top.listing-row-label-top-right {
	right: 0;
}
.listing-row-label-top a {
	border: 0px !important;
	color: #fff;
}
.listing-row-label-top a:hover {
	color: #fff;
	text-decoration: none;
}
.listing-row-label-bottom {
	background-color: #ff6114;
	bottom: 0px;
	color: #fff;
	font-size: 13px;
	left: 50%;
	padding: 3px 15px;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	white-space: nowrap;
	z-index: 2;
	display: none;
}
.post-detail .post-content .listing-row-actions a {
	border-bottom-width: 0px;
}
.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;
}
.listing-row-actions a {
	border-bottom: 0px;
	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: 0px 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;
	display: table;
	margin-bottom: 20px;
	min-height: 75px;
	padding: 10px;
	table-layout: fixed;
	width: 100%;
}
.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 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.listing-small-location, .listing-small-price {
	font-size: 12px;
}
.items-per-row-1 .listing-container:last-of-type .listing-small {
	margin-bottom: 0;
}
.listing-small {
	border: none;
	min-height: 59px;
}
.footer .listing-small {
	background-color: transparent;
	padding: 0px;
}
.listing-small:hover .listing-small-image a {
	background-color: rgba(54, 54, 54, 0.7);
	opacity: 1;
}
.listing-small-title {
	font-size: 14px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
.listing-small-title a {
	color: #444;
	transition: all linear .15s;
}
.listing-small-title a:hover {
	color: #ff6114;
}
.listing-small-content {
	padding-left: 20px;
}
.listing-small-location {
	font-size: 11px;
	margin-top: 5px;
}
.listing-small-location a {
	color: #868686;
}
.footer .listing-small-location a {
	color: rgba(255, 255, 255, 0.75) !important;
}
.listing-small-price {
	color: #ff6114;
	font-size: 12px;
	font-weight: 400;
	margin-top: 7px;
}
.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: #fff;
	color: #363636;
}
.listing-small-image a:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	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-visiblity: 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-visiblity: hidden;
}
.listing-masonry:hover .listing-masonry-content {
	padding-top: 0px;
}
.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-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: 0px;
	content: '';
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
.listing-masonry-title {
	color: #fff;
	font-weight: 400;
	font-size: 26px;
	margin: 0px;
	margin-bottom: 5px;
	text-shadow: 0px 0px 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: #ff6114;
	color: #fff;
	left: 50%;
	font-size: 13px;
	padding: 3px 15px;
	position: absolute;
	top: 0px;
	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-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: 0px 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: #ff6114;
	content: "\f02e";
}
.listing-masonry-actions .fa-eye {
	font-size: 18px;
	height: 40px;
	padding-top: 9px;
	width: 40px;
}
.listing-masonry-meta {
	color: #fff;
	font-size: 0px;
	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: 0px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	transition: font-size ease .35s;
	vertical-align: 1px;
}
.listing-create {
	float: right;
	margin: 0px 0px 30px 0px;
}
/*****************************************************************
 * Listing system
 *****************************************************************/
.listings-system-legend {
	float: left;
	margin: 8px 0px 25px 0px;
	padding: 0px;
}
.listings-system-legend li {
	float: left;
	font-size: 12px;
	list-style: none;
	margin: 0px 25px 0px 0px;
}
.listings-system-legend .fa {
	background-color: #8dc63f;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin: 0px 5px 0px 0px;
	text-align: center;
	width: 20px;
}
.listings-system-legend .fa.fa-question {
	background-color: #ffd925;
}
.listings-system-legend .fa.fa-lock {
	background-color: #d81814;
}
.listing-system {
	background-color: #fff;
	display: table;
	margin: 0px 0px 30px 0px;
	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 {
	display: table-cell;
	vertical-align: middle;
}
.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: 0px !important;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.listing-system-row-image a:after {
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	content: "\f002";
	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;
}
.listing-system-row-info {
	padding: 20px;
}
.listing-system-row-title {
	font-size: 16px;
}
.listing-system-row-title a {
	border: 0px !important;
	color: #363636;
	font-weight: 300;
}
.listing-system-row-location {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}
.listing-system-row-location a {
	border: 0px !important;
	color: #868686;
}
.listing-system-row-additional {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}
.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 0px 0px 0px;
	padding: 6px 14px;
	position: absolute;
	right: -2px;
	text-align: center;
	text-transform: uppercase;
	top: -4px;
}
.listing-system-row-actions {
	padding: 20px;
	text-align: right;
}
.listing-system-row-actions a {
	border: 0px !important;
	color: #b8b8b8;
	font-size: 12px;
	margin: 0px 0px 0px 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: 0px 10px 0px 0px;
	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);
}
/**
 * 13. Listing author
 */
.listing-author {
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
.listing-author-image {
	margin-bottom: 10px;
}
.listing-author-image img {
	border-radius: 50%;
	overflow: hidden;
}
.listing-author-name {
	color: #868686;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 10px;
}
.listing-author-contact {
	margin-bottom: 20px;
}
.listing-author-contact a {
	border-bottom: 1px solid #ff6114;
	display: inline-block;
	font-size: 13px;
	margin: 0px 5px;
}
.listing-author-social {
	border-top: 1px solid #e9e9e9;
	padding: 20px 0px 0px 0px;
}
.listing-author-social i {
	border-radius: 50%;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	margin: 0px 4px;
	text-align: center;
	width: 32px;
}

/**
 * 14. Listing detail
 */
@media (max-width: 767px) {
.type-box .listing-container {
	margin: 0px 0px 30px 0px;
	width: 100%;
}
}
.listing-detail {
	margin-top: 52px;
}
.listing-detail-section {
	margin: 0px 0px 60px 0px;
	clear: both;
	position: relative;
	overflow: hidden;
}
.listing-detail-section p {
	color: #000 !important;
	font-weight: 300;
}
.listing-detail-section p span {
	color: #000 !important;
}
#listing-detail-section-social a {
	background-color: #ff6114;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin: 0px 10px 0px 0px;
	padding: 5px 8px;
	text-transform: capitalize;
}
#listing-detail-section-social a:hover {
	background-color: #f08636;
}
#listing-detail-section-social i {
	background-color: rgba(0, 0, 0, 0.07);
	display: inline-block;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
}
.listing-detail-attributes {
	background-color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0;
}
.listing-detail-attributes ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.listing-detail-attributes ul li {
	border-bottom: 1px dashed #e9e9e9;
	display: block;
	/*float: left;*/
	line-height: 40px;
	/*width: 47%;*/
}
.listing-detail-attributes ul li:nth-child(even) {
	float: right;
}
.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: 40px;
}

@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: #F4F4F4;
	margin: 0px 0px 30px 0px;
	padding: 30px;
}
.listing-detail-contact ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.listing-detail-contact ul li {
	display: block;
	float: left;
	line-height: 40px;
	width: 100%;
}
.listing-detail-contact ul li.address span.value {
	line-height: 20px;
	margin-top: 12px;
}
.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 .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, #comments, .listing-report {
	display: none;
}
.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: 0px 0px 12px 0px;
}
.listing-detail-section-faq-list dd {
	border-left: 2px solid #ff6114;
	margin: 20px 0px;
	padding: 10px 0px 10px 30px;
}
.listing-detail-section-faq-list dd:last-child {
	margin-bottom: 0px;
}
.listing-detail-menu-wrapper {
	min-height: 44px;
	display: none;
}
.listing-detail-menu {
	background-color: rgba(68, 68, 68, 0.9);
	left: 0px;
	margin-left: -750px;
	margin-right: -750px;
	padding-left: 750px;
	padding-right: 750px;
	right: 0px;
	top: 0px;
	z-index: 998;
	display: none;
}

@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: 0px;
	padding: 0px;
	position: relative;
}
.listing-detail-menu ul li {
	display: inline-block;
	margin: 0px 40px 0px 0px;
}
.listing-detail-menu ul li a {
	border-radius: 0px;
	border-bottom: 2px solid transparent;
	color: rgba(255, 255, 255, 0.85);
	display: block;
	padding: 14px 0px 12px 0px;
}
.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 #ff6114;
}
.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: 0px;
}
.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 {
	display: none;
}
.listing-detail-property-amenities ul {
	list-style: none;
	margin-bottom: 0px;
	margin-top: -10px;
	padding-left: 0px;
}
.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: #ff6114;
	background-color: #ff6114;
	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: #f08331;
}
.amenities {
	margin: 0px;
	padding: 0px;
}
.amenities li {
	float: left;
	margin: 10px 0px !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: 0px 10px 0px 0px;
}
.widget_listing_details .widget-inner > div {
	margin: 10px 0px;
}
.widget_listing_details .widget-inner > div:first-child {
	margin-top: 0px;
}
.widget_listing_details .widget-inner > div:last-child {
	margin-bottom: 0px;
}
.widget_listing_details .inventor-favorites-total i {
	color: #d81814;
}
.widget_listing_details .inventor-statistics-total-post-views i {
	color: #ff6114;
}
.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 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: 0px 50px;
}
.listing-detail-gallery-preview .owl-item {
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition: all linear .15s;
}
.listing-detail-gallery-preview .owl-item.highlighted {
	border-color: #ff6114;
}
.listing-detail-gallery-preview .owl-item div {
	display: block;
	margin: 0px 10px;
	padding: 20px 0px 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.listing-detail-gallery-preview .owl-item div {
	margin: 0px 7px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.listing-detail-gallery-preview .owl-item div {
	margin: 0px 5px;
}
}

@media (max-width: 767px) {
.listing-detail-gallery-preview .owl-item div {
	margin: 0px 4px;
}
}
@media (min-width: 320px) and (max-width: 520px) {
img.alignleft {
	float: inherit;
}
.post-detail .post-content {
	text-align: left;
}
.post-detail img {
	width: 100%;
}
.post-detail .post-content p, .post-detail h3 {
   text-align: left;
}
}

.listing-detail-gallery-preview .owl-stage {
	margin-left: auto;
	margin-right: auto;
}
.listing-detail-gallery-preview .owl-next, .listing-detail-gallery-preview .owl-prev {
	display: block !important;
	line-height: 1;
	padding: 0px;
	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: 0px;
	padding: 3px 0px;
	transition: all linear .15s;
}
.listing-detail-gallery-preview .owl-next:hover, .listing-detail-gallery-preview .owl-prev:hover {
	background-color: #ff6114;
}
.listing-detail-gallery-preview .owl-next:hover i, .listing-detail-gallery-preview .owl-prev:hover i {
	color: #fff;
}
.listing-detail-gallery-preview .owl-next {
	right: -34px;
	padding: 5px 9px 4px 10px;
}
.listing-detail-gallery-preview .owl-prev {
	left: -34px;
	padding: 5px 10px 4px 9px;
}
.video-embed-wrapper {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
.video-embed-wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.listing-detail-location-wrapper {
	background-color: #fff;
	padding: 20px;
}
.listing-detail-location-wrapper .tab-content {
	padding: 0px !important;
}
#listing-detail-location {
	border-bottom: none;
}
#listing-detail-location.nav-tabs li a {
	background-color: #f7f7f7;
	border: none;
	border-radius: 0px;
	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: #ff6114;
	color: #fff;
}
#listing-detail-location li.active a:hover {
	background-color: #f18b40;
}
#listing-detail-location li.directions {
	float: right;
}
#listing-detail-location li.directions a {
	background-color: #ff6114;
	color: #fff;
	margin-right: 0 !important;
}
#listing-detail-location li.directions a:hover {
	background-color: #f18b40;
}
#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 0px;
	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 0px;
}
.detail-verified {
	background-color: #8dc63f;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	margin: 0px 0px 0px 10px;
	padding: 3px 15px;
	text-shadow: none;
	text-align: center;
}
.detail-payments {
	border-top: 1px solid #e9e9e9;
	margin: 50px 0px;
}
.detail-payments h3 {
	color: #868686;
	font-size: 18px;
	margin-top: 35px;
	text-align: center;
}
.detail-payments ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.detail-payments ul li {
	display: inline-block;
	font-size: 34px;
	margin: 0px 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: 0px;
}
}
.opening-hours {
	background-color: #fff;
}
.opening-hours th, .opening-hours td {
	background-color: #fff;
	border: 0px;
	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: 0px;
}
.opening-hours th {
	color: #868686;
	font-weight: normal;
	text-transform: capitalize;
}
.opening-hours td {
	color: #363636;
	white-space: nowrap;
}
.opening-hours td.open {
	color: #ff6114;
	font-weight: 500;
}
.opening-hours td.closed {
	color: #d81814;
	font-weight: 500;
}
.opening-hours td span {
	display: block;
}
.widget_opening_hours .alert {
	margin: 0px 0px 30px 0px;
	padding: 10px;
	text-align: center;
}
.listing-report {
	border-top: 1px solid #e9e9e9;
	padding: 15px 0px;
	text-align: center;
}
.listing-report-btn {
	color: #868686;
	font-size: 12px;
}
.listing-report-btn .fa {
	font-size: 14px;
	margin: 0px 10px 0px 0px;
	transition: color .15s linear;
}
.listing-report-btn:active, .listing-report-btn:hover, .listing-report-btn:focus {
	color: #d81814;
}
.listing-detail-food-wrapper {
	background-color: #fff;
	padding: 30px;
}
.listing-detail-food-wrapper h3 {
	color: #444;
	font-size: 13px;
	font-weight: 500;
	margin: 50px 0px;
	padding: 0px;
	position: relative;
	text-transform: uppercase;
}
.listing-detail-food-wrapper h3:first-child {
	margin-top: 0px;
}
.listing-detail-food-wrapper h3:after {
	background-color: #f7f7f7;
	content: '';
	display: block;
	height: 1px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 1;
}
.listing-detail-food-wrapper h3 span {
	background-color: #fff;
	padding: 0px 20px 0px 0px;
	position: relative;
	z-index: 2;
}
.listing-detail-food {
	border-bottom: 1px dashed #e9e9e9;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 25px 0px;
}
.listing-detail-food:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.listing-detail-food h4 {
	font-size: 15px;
	font-weight: 400;
	float: left;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}
.listing-detail-food-speciality {
	background-color: #8dc63f;
	color: #fff;
	float: left;
	font-size: 10px;
	font-weight: 700;
	margin: 6px 0px 0px 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 0px 0px;
	padding: 2px 6px;
	text-transform: uppercase;
}
.listing-detail-food-serving.today {
	background-color: #ff6114;
}
.listing-detail-food-photo {
	background-size: cover;
	float: left;
	height: 50px;
	margin: 0px 20px 0px 0px;
	width: 70px;
}
.listing-detail-food-content {
	float: left;
}
.listing-detail-food-description {
	clear: both;
	float: left;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}
.listing-detail-food-description p {
	margin: 0px;
}
.listing-detail-food-price {
	color: #ff6114;
	float: right;
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
}
/*******************************************************************
 * 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: 0px 15px 0px 0px;
	position: relative;
	width: 60%;
}
.listing-detail-property-valuation dd .bar-valuation {
	background-color: #ff6114;
	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: 0px 0px 0px 10px;
}
/*******************************************************************
 * 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;
	float: left;
	line-height: 3;
	text-align: center;
	width: 30%;
}
.listing-detail-property-public-facility-title {
	float: right;
	line-height: 3;
	padding: 0px 20px 0px 20px;
	width: 70%;
}
/**
 * 15. Listing slider
 */
.widget_listing_slider {
	position: relative;
}
.listing-slider-append-top .widget_listing_slider {
	margin-top: -119px;
}
.widget_listing_slider .owl-carousel .owl-stage:after {
	display: none;
}
.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: 0px;
	position: absolute;
	right: 0px;
	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 0px;
	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: 0px 0px 10px 0px;
	text-transform: none;
}
.listings-slider-list .owl-prev:hover, .listings-slider-list .owl-next:hover {
	background-color: #f7f7f7;
}
.listings-slider-list .owl-next {
	right: 0px;
	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: 0px;
	content: '';
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	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: 0px 0px 10px 0px;
	padding: 0px;
	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: 0px 10px;
}
.listings-slider-item-info-more {
	margin: 50px 0px 0px 0px;
	text-align: center;
}
.listings-slider-item-info-more a {
	font-size: 15px;
	padding: 14px 44px;
}
.listings-slider-dots {
	background-color: #fff;
	bottom: 0px;
	height: 84px;
	left: 50%;
	padding: 4px 4px 0px 4px;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	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;
	cursor: pointer;
	display: block;
	float: left;
	height: 80px;
	margin: 0px 4px 0px 0px;
	opacity: .7;
	width: 120px;
}
.listings-slider-dot:last-child {
	margin: 0px;
}
.listings-slider-dot.active {
	opacity: 1;
}
/**
 * 16. Listing detail banner
 */
.detail-banner {
	background-position: center center;
	background-size: 100% auto;
	height: 187px;
	position: relative;
	overflow: hidden;
	background-image: none !important;
}

/*@media (max-width: 991px) {
.detail-banner {
	height: 400px;
}
}*/

@media (max-width: 767px) {
.detail-banner {
	background-size: cover;
}
}
.detail-banner video {
	height: auto;
	width: 100%;
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	top: 50%;
}
.detail-banner .detail-banner-shadow {
	/*	background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.3) -10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 40%, transparent 80%);
	background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.3) -10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 40%, transparent 80%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.3) -10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 40%, transparent 80%);*/
	background: #eee;
	bottom: 0px;
	content: '';
	left: 0px;
	pointer-events: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.detail-banner .container, .detail-banner .detail-banner-right.affix {
	height: 100%;
	position: relative;
}
.detail-banner .detail-banner-left, .detail-banner .detail-banner-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 3;
}

@media (max-width: 767px) {
.detail-banner .detail-banner-left, .detail-banner .detail-banner-right {
	margin-left: 15px;
}
}
.detail-banner .detail-banner-left {
	left: 15px;
	pointer-events: none;
}
.detail-banner .detail-banner-left .detail-banner-address, .detail-banner .detail-banner-left .detail-banner-after a {
	pointer-events: auto;
}
.detail-banner .detail-banner-right {
	pointer-events: none;
	right: 15px;
	text-align: right;
	width: 50%;
}
.detail-banner .detail-banner-right .detail-banner-price {
	box-shadow: 0px 0px 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;
}
.detail-banner .detail-banner-right .detail-banner-price.reduced-price {
	background-color: #ea823f;
}
.detail-banner .detail-banner-right .detail-banner-price span.detail-banner-price-label {
	display: inline-block;
	padding: 6px 2px 6px 18px;
}
.detail-banner .detail-banner-right .detail-banner-price span.detail-banner-price-value {
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	padding: 6px 18px 6px 2px;
	vertical-align: 0px;
}
.detail-banner .detail-banner-right .detail-banner-price .inventor-shop-wrapper {
	border-left: solid 1px rgba(255, 255, 255, 0.5);
	float: right;
}
.detail-banner .detail-banner-right .detail-banner-price .inventor-shop-wrapper button {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 0px;
	height: 46px;
	opacity: 0.7;
	transition: opacity .15s linear;
}
.detail-banner .detail-banner-right .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-right .detail-banner-price .inventor-shop-wrapper button:after {
	height: 0px;
}
.detail-banner .detail-banner-right .detail-banner-price .inventor-shop-wrapper button:hover, .detail-banner .detail-banner-right .detail-banner-price .inventor-shop-wrapper button:active, .detail-banner .detail-banner-right .detail-banner-price .inventor-shop-wrapper button:focus {
	background-color: rgba(255, 255, 255, 0.3) !important;
	opacity: 1;
}

@media (max-width: 767px) {
.detail-banner .detail-banner-right {
	top: 23px;
	right: 0;
	width: auto;
}
}
.detail-banner .detail-banner-right.affix {
	height: 0px;
	left: 15px;
	pointer-events: none;
	position: fixed;
	top: 0;
	z-index: 999;
}
.admin-bar .detail-banner .detail-banner-right.affix {
	margin-top: 32px;
}
.header-sticky .detail-banner .detail-banner-right.affix {
	margin-top: 60px;
}
.admin-bar.header-sticky .detail-banner .detail-banner-right.affix {
	margin-top: 92px;
}
.detail-banner .detail-banner-right.affix .detail-banner-price {
	box-shadow: 0px 0px 50px transparent;
	pointer-events: auto;
}

@media (max-width: 767px) {
.detail-banner .detail-banner-right.affix {
	height: 0;
	padding-right: 0;
	position: relative;
	right: 0;
	top: 0;
}
.admin-bar .detail-banner .detail-banner-right.affix {
	margin-top: 0px;
}
.header-sticky .detail-banner .detail-banner-right.affix {
	margin-top: 0px;
}
.admin-bar.header-sticky .detail-banner .detail-banner-right.affix {
	margin-top: 0px;
}
}
.detail-banner h2, .detail-banner .comment-reply-title {
	color: #000;
	font-size: 24px;
	margin-bottom: 11px;
}

@media (max-width: 767px) {
.detail-banner h2, .detail-banner .comment-reply-title {
	font-size: 30px;
}
}
.detail-banner h2 .listing-title-logo, .detail-banner .comment-reply-title .listing-title-logo {
	max-height: 65px;
	max-width: 130px;
}
.detail-banner h2 .listing-verified, .detail-banner .comment-reply-title .listing-verified {
	font-size: 0px;
}
.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: 9px;
	width: 20px;
}
.detail-banner h2 .claim-listing, .detail-banner .comment-reply-title .claim-listing {
	color: #fff;
	font-size: 12px;
	pointer-events: auto;
	opacity: .7;
	transition: opacity .15s linear;
	vertical-align: 8px;
	display: none;
}
.detail-banner h2 .claim-listing:before, .detail-banner .comment-reply-title .claim-listing:before {
	border: dashed 1px #fff;
	border-radius: 50%;
	color: #fff;
	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 h2 .claim-listing:hover, .detail-banner .comment-reply-title .claim-listing:hover {
	opacity: 1;
}
.detail-banner .detail-banner-address {
	color: #fff;
	font-weight: 300;
	text-shadow: 0px 0px 18px #000;
	padding-top: 1px;
}
.detail-banner .detail-banner-address a {
	color: #fff;
}
.detail-banner .detail-banner-address a:hover {
	text-decoration: underline;
}
.detail-banner .detail-banner-address i {
	margin-right: 10px;
}
.detail-banner .inventor-reviews-rating {
	color: #ffd925;
	font-size: 21px;
	margin-top: 10px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	display: none;
}
.detail-banner .detail-label {
	background-color: #ff6114;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 3px 15px;
}
.detail-banner .detail-label a {
	color: #fff;
}
.detail-banner .detail-label a:hover {
	color: #fff;
	text-decoration: none;
}
.detail-banner .detail-banner-btn, .detail-banner .inventor-favorites-btn-toggle, .detail-banner .print-listing, .detail-banner .share-listing {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	color: #fff;/*border: 1px solid #fff;*/
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	padding: 9px 15px;
	cursor: pointer;
	transition: all linear .15s;
	background: #ff6114;
}
.detail-banner .detail-banner-btn i, .detail-banner .inventor-favorites-btn-toggle i, .detail-banner .print-listing i, .detail-banner .share-listing i {
	font-size: 16px;
	margin-right: 5px;
}
.detail-banner .detail-banner-btn:hover, .detail-banner .inventor-favorites-btn-toggle:hover, .detail-banner .print-listing:hover, .detail-banner .share-listing:hover {
	background-color: #fff;
	color: #363636;
	text-decoration: none;
	text-shadow: none;
}
.detail-banner .detail-banner-btn:focus, .detail-banner .inventor-favorites-btn-toggle: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 .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.print-listing, .detail-banner .heart.marked.share-listing {
	background-color: #fff;
	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.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.print-listing, .detail-banner .bookmark.marked.share-listing {
	background-color: #fff;
	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.print-listing i:before, .detail-banner .bookmark.marked.share-listing i:before {
	content: "\f02e";
	color: #ff6114;
}
.detail-banner .detail-banner-slogan {
	color: #e9e9e9;
	font-size: 16px;
	font-weight: 600;
	margin-top: -4px;
	margin-bottom: 15px;
	text-shadow: 0px 0px 18px #000;
}
/**
 * 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: 0px;
}
}
.widget_partners img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	max-height: 40px;
	max-width: 80%;
}

@media (max-width: 767px) {
.widget_partners img {
	max-height: inherit;
	max-width: 35%;
}
}
.widget_partners:hover a {
	opacity: .55;
}

@media (max-width: 767px) {
.widget_partners .partners-container {
	float: none;
	padding: 15px 0px;
	width: 100% !important;
}
}

/**
 * 18. Pricing
 */
@media (max-width: 767px) {
.pricing-container {
	margin: 0px 0px 30px 0px;
	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 {
	margin: 20px 0px 20px 0px;
}
.pricing-inner small {
	color: #363636;
	font-size: 16px;
}
.pricing-inner.highlighted {
	border-color: #ff6114;
}
.pricing-inner.highlighted .pricing-header {
	background-color: #ff6114;
	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-size: 30px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0px;
}
.pricing-description {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0px;
}
.pricing-price {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.4;
	margin: 12px 0px 0px 0px;
}
.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 0px 20px;
}
ul.pricing-list li {
	font-size: 17px;
	font-weight: bold;
	border-bottom: none;
	padding: 5px 0px;
}
ul.pricing-list li:last-child {
	margin-bottom: 0px;
}
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: 0px 0px 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: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
}
.post.post-boxed {
	background-color: #fff;
	padding: 20px;
}
.post.sticky {
	background-color: #fff;
	border: 1px solid #ff6114;
	padding: 30px 30px 15px 30px;
}
.post.type-post .post-content h1 {
	font-size: 32px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}
.post.type-post .post-content h2, .post.type-post .post-content .comment-reply-title {
	border: 0px;
	font-size: 28px;
	margin: 10px 0px 23px 0px;
	padding: 0px;
	text-transform: inherit;
}
.post.type-post .post-content h3 {
	font-size: 22px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
}
.post.type-post .post-content h4 {
	margin: 10px 0px 23px 0px;
	padding: 0px;
}
.post.type-post .post-content h5 {
	margin: 10px 0px 23px 0px;
	padding: 0px;
}
.post.type-post .post-content h6 {
	margin: 10px 0px 23px 0px;
	padding: 0px;
	text-transform: uppercase;
}
.post.type-post .post-content ol, .post.type-post .post-content ul {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
.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: 0px 15px !important;
	padding: 10px 15px;
	text-align: center;
}
.gallery-item img {
	border: 0px !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: 0px 0px 30px 0px;
}
.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: 0px 0px 20px 0px;
	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: #ff6114;
}
.post-content p {
	font-weight: 300;
	font-size: 15px;
	color: #333;
	margin: 0px;
}
.post-label {
	background-color: #ff6114;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 13px;
	margin: 0px 0px 20px 0px;
	padding: 3px 15px;
}
.post-date {
	color: #b8b8b8;
	float: left;
	font-size: 11px;
	line-height: 24px;
	margin: 0px 0px 20px 30px;
}
.post-meta {
	background-color: #fff;
	clear: both;
	display: inline-block;
	font-size: 13px;
	margin: 30px 0px 0px 0px;
	padding: 15px 20px;
	width: 100%;
}
.post-boxed .post-meta {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 25px 0px 0px 0px;
}
.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: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
}
.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: #ff6114;
	font-size: 11px;
	margin: 0px 10px 0px 0px;
	vertical-align: 1px;
}

@media (max-width: 767px) {
.post-meta-author, .post-meta-date, .post-meta-categories, .post-meta-comments {
	border: 0px;
	float: none;
	padding: 4px 0px;
}
}
.post-meta-comments {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

@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: #ff6114;
	color: #fff;
}
.page-links a .page-numbers {
	background-color: #fff;
	color: #868686;
}
/**
 * 20. Posts detail
 */
.post-detail img {
	max-width: 100%;
	height: auto;
}
.post-detail .post-meta {
	margin-top: 0px;
}
.post-detail img + .post-meta {
	margin-top: 30px;
}
.post-detail .post-content {
	display: block;
	text-align: justify;
}
.post-detail .post-content ul li {
	font-weight: 300;
	font-size: 15px;
	color: #333;
	line-height: 28px;
}
.post-detail .post-content p {
	margin-top: 15px;
}
.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: 500;
	margin: 40px 0px 30px 0px;
	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: 0px;
}
.post-detail .post-meta-tags {
	background-color: #fff;
	clear: both;
	display: inline-block;
	font-size: 13px;
	margin: 30px 0px 0px 0px;
	padding: 15px 20px 5px;
	width: 100%;
}
.post-detail .post-meta-tags ul {
	display: inline;
	padding-left: 0px;
}
.post-detail .post-meta-tags .tag {
	background-color: #ff6114;
	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: #ff6114;
	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: #ef771e;
}
.post-detail .post-meta-tags .tag:hover:before {
	background-color: #ef771e;
}
/**
 * 21. Filter
 */
.filter {
	background-color: #fff;
	margin: 0px 0px 40px 0px;
	padding: 20px;
}
.filter .checkbox-wrapper {
	margin-bottom: 10px;
}
.filter .checkbox-wrapper .checkbox {
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 0px;
}
.filter .checkbox-wrapper .checkbox label {
	color: #868686;
	font-weight: 400;
	padding: 0px;
}
.filter .form-group {
	margin-bottom: 25px;
}
.filter button[type=submit] {
	float: right;
}

@media (max-width: 767px) {
.filter button[type=submit] {
	display: block;
	margin: 40px 0px 0px 0px;
}
}
.filter-actions {
	margin-top: 10px;
}
.filter-actions a {
	color: rgba(0, 0, 0, 0.45);
	font-weight: 400;
	margin: 0px 30px 0px 0px;
}
.filter-actions a:hover {
	color: #ff6114;
}
.filter-actions .fa {
	color: #b8b8b8;
	font-size: 13px;
	margin: 0px 7px 0px 0px;
	vertical-align: 0px;
}
.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: 0px -5px -5px -5px;
	padding: 20px 5px 0px 5px;
}
.sidebar .filter-sorting-options {
	padding: 20px 0px 0px 0px;
}
.filter-sorting-title {
	float: right;
	padding: 10px 15px 0px 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 0px 25px 16px;
}
.filter-sorting-inner strong {
	color: #363636;
	font-weight: 500;
	padding: 0px 10px 0px 0px;
	vertical-align: -1px;
}
.filter-sorting-inner ul {
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
.filter-sorting-inner ul li {
	border: 0px;
	display: inline;
	padding: 0px 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: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: 0px;
}
.sidebar .filter-sorting-inner strong {
	display: block;
}
.sidebar .filter-sorting-inner ul {
	display: block;
	margin: 5px 0px;
}
.sidebar .filter-sorting-inner li {
	display: block;
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 0px;
}

@media (max-width: 1199px) {
.filter-sorting-inner-group {
	display: block;
	margin: 0px 0px 20px 0px;
}
}
.filter-sorting-inner-group.filter-sorting-inner-group-order a {
	min-width: 31px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	width: 31px;
}
.filter-sorting-inner-styles {
	float: right;
	padding: 0px 16px;
}

@media (max-width: 1199px) {
.filter-sorting-inner-styles {
	float: none;
	padding: 0px;
}
}
.sidebar .filter-sorting-inner-styles {
	float: none;
	padding: 0px;
}
.filter-sorting-inner-styles a {
	border: 1px solid #e9e9e9;
	color: #868686;
	display: inline-block;
	margin: 0px 0px 0px -4px;
	padding: 6px 12px;
	position: relative;
}
.sidebar .filter-sorting-inner-styles a {
	margin: 0px;
}
.filter-sorting-inner-styles a.active {
	background-color: #444;
	border-color: #444;
	color: #fff;
	z-index: 10;
}
.filter-sorting-inner-styles ul {
	margin: 0px;
	padding: 0px;
}
.filter-sorting-inner-styles ul li {
	margin: 0px;
	padding: 0px;
}
.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: 0;
	padding: 0 21px 19px;
}
.filter-result-numbers span {
	font-weight: 400;
}
.filter-result-numbers span.match {
	color: #ff6114;
	font-weight: 500;
}
.inventor-watchdog-btn {
	color: #868686;
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	display: none;
}
.inventor-watchdog-btn i {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	color: #ff6114;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	vertical-align: 2px;
	width: 24px;
}
.inventor-watchdog-btn:active, .inventor-watchdog-btn:focus, .inventor-watchdog-btn:hover {
	color: #ff6114;
	text-decoration: none;
}
/**
 * 22. FAQ
 */
.faq-item {
	background-color: #fff;
	margin: 0px 0px 30px 60px;
	padding: 20px;
	position: relative;
}
.faq-item:before {
	background-color: #ff6114;
	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: 0px;
	width: 44px;
}
.faq-item:after {
	border: 5px solid transparent;
	border-bottom-color: #ff6114;
	content: '';
	display: block;
	height: 0px;
	left: -21px;
	position: absolute;
	top: -5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 0px;
}
.faq-item:last-of-type {
	margin-bottom: 0px;
}
.faq-item-question {
	border-bottom: 1px solid #f7f7f7;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
.faq-item-question h2, .faq-item-question .comment-reply-title {
	margin: 0px;
	padding: 0px;
}
.widget_faq .condensed .faq-item-wrapper .faq-item {
	margin-bottom: 0px;
}
.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: 0px 0px 30px 0px;
	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: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.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 0px;
	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: #ff6114;
	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;
	content: '-';
}
.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;
}
.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:after, .widget_faq .faq-item-wrapper .faq-item .faq-item-question .comment-reply-title a:after {
	color: #ff6114;
	content: '+';
	font-size: 25px;
	position: absolute;
	right: 19px;
	top: 14px;
}
.widget_faq .faq-item-wrapper .faq-item .faq-item-answer p {
	margin: 5px 0px 10px 0px;
}
/**
 * 23. Tabs
 */
.nav-tabs {
	border: 0px;
}
.nav-tabs li {
	border: 0px !important;
	padding: 0px !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: 0px !important;
	color: #868686;
	display: block;
	font-weight: 400;
	margin: 0px;
	padding: 12px 20px;
}
.nav-tabs li a:focus {
	border-color: transparent;
}
.nav-tabs li.active a {
	background-color: #fff;
	border: solid 1px rgba(242, 148, 78, 0.2);
	color: #363636;
	font-weight: 500;
}
.nav-tabs li.active a:focus {
	border-color: rgba(242, 148, 78, 0.2);
}
.tab-content {
	background-color: #fff;
	border: solid 1px rgba(242, 148, 78, 0.2);
	padding: 20px 10px;
}
.tab-content ul {
	overflow: hidden;
	position: relative;
}
.tab-content ul:after {
	background-color: #fff;
	bottom: 0px;
	content: '';
	display: block;
	height: 1px;
	left: 0px;
	position: absolute;
	right: 0px;
}
.tab-content li {
	border: 0px !important;
	color: #363636;
	display: block;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
.tab-content li a {
	border-bottom: 1px dashed #e9e9e9;
	color: #363636;
	display: block;
	padding: 8px 0px;
}
.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: #ff6114;
}
.tab-content li a:before {
	color: #ff6114;
	content: '\f10c';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 6px;
	margin: 0px 13px 0px 0px;
	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: 0px;
	visibility: visible;
	left: 0px;
	position: fixed;
	right: 0px;
	top: 0px;
	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: 0px 0px 120px 0px;
	text-align: center;
}
.modal-screen .modal-inner ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.modal-screen .modal-inner ul li {
	display: inline-block;
	margin: 0px 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: 49px;
	height: 105px;
	line-height: 105px;
	text-align: center;
	width: 105px;
}
.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: 0px;
	color: rgba(0, 0, 0, 0.8) !important;
}
/**
 * 25. Alerts
 */
.alert {
	border-radius: 0px;
	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-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: 0px !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: 0px;
	margin: 0px;
	position: relative;
}
.alert-primary .container, .alert-primary .detail-banner .detail-banner-right.affix, .detail-banner .alert-primary .detail-banner-right.affix {
	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 .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 {
	float: none;
	width: 100%;
}
.footer .fa.fa-facebook-square {
	font-size: 20px;
}
.boxes-title-description {
	margin-bottom: -20px;
}
.boxes-title-description .widgettitle {
	margin: 0px 0px 30px 0px;
	text-align: left;
}
.boxes-title-description .widgettitle:after {
	margin: 17px 0px 0px 0px;
}
.boxes-title-description .description {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
}
.boxes-title-description a {
	margin-bottom: 20px;
}
.boxes-numbers div[class^=col-]:last-of-type .box-inner:after {
	content: none;
}
.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 0px 10px 0px;
}
.boxes-numbers .box-inner:after {
	background-color: rgba(255, 255, 255, 0.3);
	content: '';
	height: 75px;
	position: absolute;
	right: 0px;
	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: 0px 0px 20px 0px;
}
.box-icon {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 50%;
	color: #ff6114;
	float: left;
	font-size: 34px;
	height: 72px;
	line-height: 68px;
	margin: 0px 20px 0px 0px;
	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: 0px;
	border-radius: 0px;
	color: #ff6114;
	font-size: 25px;
	line-height: 1;
	margin: -3px 20px 0px 0px;
	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;
}
.box-body {
	display: table-cell;
}
.box-body .box-title {
	font-size: 24px;
	font-weight: 400;
	margin: 24px 0px 20px 0px;
}
.footer .box-body .box-title {
	color: #fff;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
.box-body .box-content {
	color: #868686;
	line-height: 1.5;
	margin: 0px;
}
.footer .box-body .box-content {
	color: rgba(255, 255, 255, 0.8);
}
.box-body .box-read-more {
	color: #ff6114;
	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: #ff6114;
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 25px;
	margin-left: 0px;
	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;
}
.widget_video_cover {
	position: relative;
}
.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-wrapper-overlay {
	background-color: #000;
	bottom: 0px;
	content: '';
	display: block;
	left: 0px;
	position: absolute;
	opacity: 0.4;
	right: 0px;
	top: 0px;
	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;
}
.video-cover-title h1, .video-cover-title h2, .video-cover-title .comment-reply-title {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.video-cover-title h1 {
	font-weight: 300;
	font-size: 60px;
	margin: 0px;
}
.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: 40px;
}
.video-cover-filter form {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 84%;
}
.video-cover-filter .dropdown-menu {
	border-color: #fff;
}
.video-cover-filter .form-group .dropdown-toggle, .video-cover-filter .form-group > input {
	border-color: #fff !important;
}
.video-cover-filter .form-group button {
	width: 100%;
}
/**
 * 28. Testimonials
 */
.testimonial {
	margin: 0px 0px 30px 0px;
}
.testimonial:last-of-type {
	margin-bottom: 0px;
}

@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-visiblity: 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: 0px;
	content: '';
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

@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: 0px 0px 0px 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: 0px 0px 0px 70px;
}
.testimonial-inner:after, .testimonial-inner:before {
	display: none;
}
}
.testimonial-title {
	border-bottom: 1px solid #f7f7f7;
	margin: 0px 0px 20px 0px;
	min-height: 60px;
	padding: 0;
}
.testimonial-title h2, .testimonial-title .comment-reply-title {
	float: left;
	font-size: 15px;
	font-weight: 500;
	margin: 13px 0px 0px 0px;
	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: 0px;
}
.review {
	margin: 0px 0px 30px 0px;
}
.review.last {
	margin-bottom: 0px;
}
.review:hover .review-report {
	opacity: 1;
}
.review .separator {
	font-size: 8px;
	margin: 0px 20px;
	vertical-align: 3px;
}

@media (max-width: 991px) {
.review .review-actions + .review-rating-wrapper {
	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 {
	border-radius: 50%;
	float: left;
	overflow: hidden;
	position: relative;
	width: 80px;
}
.review-image img {
	height: auto;
	width: 80px;
}

@media (max-width: 767px) {
.review-image {
	width: 60px;
}
.review-image img {
	width: 60px;
}
}
.review-inner {
	background-color: #fff;
	margin: 0px 0px 0px 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: 0px 0px 0px 80px;
}
.review-inner:after, .review-inner:before {
	display: none;
}
}
.review-header {
	border-bottom: 1px solid #f7f7f7;
	margin: 12px 0px 25px 0px;
	overflow: hidden;
	padding: 0px 0px 25px 0px;
}
.review-header h2, .review-header .comment-reply-title {
	border-bottom: none;
	float: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	margin: 2px 0px 0px;
	padding-bottom: 0px;
	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: 0px 20px 0px 35px;
}

@media (max-width: 767px) {
.review-content {
	display: block;
	padding-right: 0px;
}
}
.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: #ff6114;
	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 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-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;
}
}

@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: 0px;
}
.comment {
	margin: 0px 0px 30px 0px;
}
.comment.last {
	margin-bottom: 0px;
}
.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: 0px 0px 0px 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 0px 25px 0px;
	overflow: hidden;
	padding: 0px 0px 25px 0px;
}
.comment-header h2, .comment-header .comment-reply-title {
	border-bottom: none;
	float: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	margin: 2px 0px 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
.comment-header .separator {
	color: #d1d1d1;
	font-size: 8px;
	margin: 0px 15px 0px 20px;
	vertical-align: 3px;
}
.comment-content-wrapper {
	display: table;
	width: 100%;
}
.comment-content {
	display: table-cell;
}
.comment-reply-link {
	float: right;
	font-size: 14px;
	line-height: 1;
	position: relative;
	color: #b8b8b8;
}
.comment-reply-link i {
	color: #ff6114;
	font-size: 10px;
	margin-right: 5px;
	vertical-align: 2px;
}
.comment-reply-link:hover {
	color: #ff6114;
}
.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: auto;
}
#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: 0px;
}
}
/**
 * 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: 0px;
	left: 0px;
	position: absolute;
	transform: transitionY(-50%);
	text-indent: 0px;
	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: 0px !important;
}
#cboxPrevious {
	left: 0px;
	position: absolute;
}
#cboxPrevious:after {
	content: '\f053';
	margin-left: -3px;
}
#cboxNext {
	left: auto !important;
	right: 0px;
}
#cboxNext:after {
	content: '\f054';
	margin-right: -5px;
}
#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
	overflow: visible !important;
}
#colorbox {
	z-index: 99999;
}
#cboxLoadedContent {
	margin: 0px;
}
#cboxClose {
	background-color: rgba(0, 0, 0, 0.7);
	background-image: none;
	font-size: 0px;
	height: 40px;
	right: 0;
	top: 0;
	position: absolute;
	text-indent: 0px;
	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: 0px;
	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: 0px 0px 30px 0px;
}
.payment-info strong {
	color: #fff;
	font-weight: 400;
}
.payment-form {
	margin: 0px 0px 30px 0px;
}
.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: 0px 0px 15px 0px;
}
.gateway-header {
	background-color: #fff;
	border: 1px solid #f2f2f2;
	margin: 0px 0px 15px 0px;
	padding: 20px;
}
.gateway-header label {
	margin: 0px;
}
.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 #ff6114;
	text-decoration: none;
}
.payment-back a:hover {
	color: #ff6114;
	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: 0px !important;
	border-radius: 0px !important;
	float: right;
}
.stripe-button-el span {
	background-color: transparent !important;
	background-image: none !important;
	border: 0px !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: 0px;
}
.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 #ff6114;
	color: #ff6114;
	font-size: 12px;
	float: right;
	line-height: 1;
	margin: 2px 0px 0px 0px;
	min-height: inherit;
	padding: 0px;
}
.package button:active, .package button:focus, .package button:hover {
	background-color: transparent !important;
	border-color: #ff6114;
	color: #ff6114;
}
.package button:after {
	display: none;
}
.package-title {
	font-size: 15px;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
}
.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: #ff6114;
	border-radius: 50%;
	box-shadow: 0px 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: #f08636;
}
.action-bar-content {
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
	bottom: 70px;
	display: none;
	position: absolute;
	right: 0px;
	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: 0px 0px 14px 0px;
}
.action-bar-content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.action-bar-content ul li {
	border-right: 1px solid #e9e9e9;
	display: inline-block;
	line-height: 1;
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
}
.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: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
.action-bar-content table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.action-bar-content table td {
	border: 0px;
	padding: 0px 0px 12px 0px;
	width: 33%;
}
.action-bar-content table td.color-style a {
	background-color: #0a83b6;
	display: block;
	font-size: 0px;
	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: 0px;
}
.action-bar-chapter {
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 0px 0px;
	padding: 15px;
}
.action-bar-chapter:last-child {
	border-bottom: 0px;
}
/**
 * 34. Submission
 */
.widget .submission-steps {
	background-color: #fff;
	margin: 0px;
	padding: 20px;
}
.widget .submission-steps .submission-step a {
	color: #868686;
}
.widget .submission-steps .submission-step .submission-step-index {
	border-radius: 50%;
	color: #ff6114;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	vertical-align: 0px;
	width: 24px;
}
.widget .submission-steps .submission-step:last-child {
	border-bottom: 0px;
}
.widget .submission-steps .submission-step.current .submission-step-index {
	background-color: #ff6114;
	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-type-not-found {
	background-color: #fff;
	padding: 40px;
}
.submission-type-not-found p {
	margin: 0px 0px 15px 0px !important;
}
.submission-type-not-found ul {
	margin: 0px;
	padding: 0px;
}
.submission-type-not-found ul li {
	display: inline-block;
}
.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: 0px 0px 0px 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 {
	padding: 0 !important;
}
.cmb-repeat-group-wrap .cmb-repeat-group-field .cmb-th, .cmb-repeat-group-wrap .cmb-repeat-group-field .cmb-td {
	padding: 20px 0px !important;
}
.cmb2-checkbox-list ul {
	padding-left: 0;
}
.cmb2-checkbox-list li {
	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: 0px;
}
.cmb-type-street-view #street-view {
	margin-top: 0px;
}
.cmb-type-street-view img {
	max-width: none;
}
.cmb2-id-listing-map-location img {
	max-width: none;
}
/**
 * 35. Watchdog
 */
.watchdog-row {
	background-color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 20px;
}
.watchdog-row h2, .watchdog-row .comment-reply-title {
	color: #444;
	font-size: 18px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	text-transform: none;
}
.watchdog-row h2 a, .watchdog-row .comment-reply-title a {
	border: 0px !important;
}
.watchdog-row h3 {
	font-size: 13px;
	font-weight: 400;
	margin-top: -6px;
}
.watchdog-row-date {
	color: #868686;
	font-size: 13px;
	margin: 15px 0px 0px 0px;
}
.watchdog-row-remove {
	color: #d81814 !important;
	float: right;
	font-size: 13px;
	margin: 4px 0px 0px 0px;
}
.watchdog-lookup {
	margin: 0px;
}
.watchdog-lookup dt, .watchdog-lookup dd {
	float: left;
}
.watchdog-lookup dt {
	background-color: #ff6114;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	margin: 0px 8px 0px 0px;
	padding: 4px 8px 2px 8px;
	text-transform: uppercase;
}
.watchdog-lookup dd {
	color: #444;
	margin: 0px 20px 0px 0px;
	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: 0px 0px 60px 0px;
}
.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: 320px) and (max-width: 480px) {
.items-per-row-1 .listing-container {
	width: 100% !important;
}
}

@media (min-width: 320px) and (max-width: 767px) {
.listing-row-image, .listing-row-body {
	width: 100%;
	display: block !important;
}
.fb-hd {
  margin: -28px 0 0 -31px !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.header-minimal .header-content .nav > li > a {
	margin-top: 21px;
	padding: 14px 6px;
}
.header-sticky .header-wrapper.affix .header-content .nav > li > a {
	padding: 21px 2px;
	margin-top: 0;
}
.header-logo img {
	max-height: 61px !important;
	margin: 0 0 0 0!important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.coupon-detail-gallery .item-image {
	height: 380px;
}
.header-minimal .header-content .nav > li > a {
	padding: 14px 6px;
}
.header-sticky .header-wrapper.affix .header-content .nav > li > a {
	padding: 21px 13px;
}
.header-logo img {
	max-height: 50px !important;
	margin: 4px 0 0 0!important;
}
}

@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;
}
}

@media (min-width: 320px) and (max-width: 480px) {
.header-logo img {
	max-height: 40px !important;
	margin: 11px 0 0 5px !important;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
.listing-row-image {
	width: 25%;
}
.listing-row-body {
	display: table-cell;
}
.items-per-row-1 .listing-row-image, .items-per-row-1 .listing-row-body {
	width: 100%;
	display: block;
}
}

@media (min-width: 320px) and (max-width: 1199px) {
.items-per-row-1 .listing-row-image, .items-per-row-1 .listing-row-body {
	width: 100%;
}
}

@media (min-width: 320px) and (max-width: 510px) {
.detail-banner h2 .listing-title-logo {
	max-height: 50px;
	max-width: inherit;
}
.detail-banner h2 {
	font-size: 16px;
	margin-bottom: 0;
}
.home .main .container .so-widget-sow-editor-base, .home .main .container .widget.widget_text {
	padding: 10px 0 !important;
}
#pg-w57bd25e0803a0-0, #pg-w57bd25e0803a0-1, #pg-w57bd25e0803a0-2, #pl-w57bd25e0803a0 .panel-grid-cell .so-panel {
	margin-bottom: 10px !important;
}
#pg-w57bd25e0803a0-2 {
	display: none;
}
}
.coupon-detail-gallery-preview {
	background-color: #fff;
	padding: 0px 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: #ff6114;
}
.coupon-detail-gallery-preview .owl-item div {
	display: inline-block;
	margin: 0px 10px;
	padding: 20px 0px;
}
.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: 0px;
	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: 0px;
	padding: 3px 0px;
	transition: all linear .15s;
}
.coupon-detail-gallery-preview .owl-next:hover, .coupon-detail-gallery-preview .owl-prev:hover {
	background-color: #ff6114;
}
.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: 0px 0px 30px 0px;
}
.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: 0px;
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	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 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	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: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.coupon-small-content {
	padding: 20px;
}
.coupon-small-content h2, .coupon-small-content .comment-reply-title {
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	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: #ff6114;
	text-decoration: none;
}
.coupon-small-content p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
/******************************************************************
 * Coupon Box
 ******************************************************************/
.coupon-box {
	background-color: #fff;
	margin: 0px 0px 30px 0px;
}
.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: 0px;
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.coupon-box-image-discount {
	background-color: #8dc63f;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	left: 20px;
	padding: 6px 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	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: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.coupon-box-image-content {
	background-color: rgba(242, 148, 78, 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: 0px;
	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: 0px;
	overflow: hidden;
	padding: 0px;
	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: #ff6114;
	text-decoration: none;
}
.coupon-box-content p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
.coupon-box-content-sub {
	font-size: 12px;
	margin: 7px 0px 0px 0px;
}
.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 0px 5px 0px;
}
.widget_coupon_detail_button {
	background-color: #8dc63f;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 15px 0px;
	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: 0px;
	content: '';
	display: block;
	height: 2px;
	left: 0px;
	position: absolute;
	right: 0px;
}
.widget_coupon_detail_description {
	font-size: 12px;
	line-height: 20px;
}
.widget_coupon_detail_description ul li:last-child {
	border-bottom: 0px;
}
.widget_coupon_detail_available_code, .widget_coupon_detail_expiration {
	margin: 7px 0px 0px 0px;
}
.widget_coupon_detail_warning {
	background-color: #EEE0B7;
	color: #fff;
	padding: 12px 20px;
}

/**
 * 37. Print
 */
@media print {
body {
	-webkit-print-color-adjust: exact;
	margin: 0px !important;
	padding: 0px !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: #ff6114;
	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 0px 0px 0px;
	padding: 30px;
}
.invoice h1 {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
.invoice section {
	border: 1px solid #f7f7f7;
	margin: 0px 0px 30px 0px;
	padding: 20px;
}
.invoice section dl {
	margin: 0px;
	padding: 0px;
}
.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: 0px 0px 30px 0px;
	padding: 0px;
}
.invoice #supplier {
	clear: left;
}
.invoice #customer {
	float: right;
}
.invoice #items {
	clear: both;
}
.invoice #items table {
	margin: 0px;
}
.invoice #total {
	background-color: #f7f7f7;
	border: 0px;
	color: #444;
	font-size: 30px;
	font-weight: 500;
	margin: 0px;
	text-align: right;
}
.invoice #total label {
	color: #868686;
	font-weight: 500;
	margin: 0px 30px 0px 0px;
	text-transform: uppercase;
	vertical-align: middle;
}

@media print {
.invoice {
	margin: 0px;
	padding: 0px;
}
}
.post-type-archive-event .listing-row-properties {
	display: none;
}
.post-type-archive-event .listing-row-image {
	background-size: cover;
}
/*.post-type-archive-event .tux-row {
	display: none;
}*/
@-moz-document url-prefix() {
 .header-sticky .header-wrapper {
 border-bottom: 2px solid #ff6114;
}
 .header-bar {
 border-bottom: none;
}
 .header-bar-right {
 float: right;
 margin-top: -67px;
}
.header-wrapper.affix .header-bar-right {
 display: none;
}
.header-inner {
 margin-left: 0;
}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.header-sticky .header-wrapper {
	border-bottom: 2px solid #ff6114;
}
.header-bar {
	border-bottom: none;
}
.header-wrapper.affix .header-bar-right {
	display: none;
}
.header-inner {
	margin-left: 0;
}
}
#pg-w578e78cdf2c29-3 .panel-grid-cell {
	border-top: 1px solid #eee;
	margin-top: -15px;
	margin-bottom: 20px;
}
#listing-detail-section-attributes {
	display: inherit;
}
.ngg-galleryoverview {
	margin-top: 46px !important;
}
.ambassador_message table > tbody > tr > td {
	padding: 0 0 5px 0 !important;
}
.ambassador_message table > tbody > tr > td p {
	line-height: 5px !important;
}
#pg-w57bbe8e2274fa-0, #pg-w57bbef6ff1716-0 {
	margin-bottom: 0 !important;
}
.ambassador_message .so-widget-sow-editor-base {
	padding: 30px 0 0;
}
.ambassador_message table {
	margin-bottom: 0 !important;
}
.fb-hd {
	position: absolute;
	font-size: 20px;
	margin: -3px 0 0 -31px;
	right: 0;	
}
.fb-hd .fa {
	color: #000;
}
.fb-hd .fa:hover {
	color: #ff6114;
}
.header-wrapper.affix .fb-hd {
	display: none;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 100%;
	height: 450px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 4px;
}
.vscrollerbase {
	width: 10px;
	background-color: white;
}
.vscrollerbar {
	width: 8px;
	background-color: #ddd;
	cursor: pointer;/*	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;*/
}
.vscrollerbar:hover {
	background-color: #767676;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}
.so-widget-sow-button-atom-8ec0e185c69b .ow-button-base a {
	background: #ff6114;
}
.post-type-archive-events .widget.widget_filter {
	display: none !important;
}
.so-widget-sow-button-atom-8ec0e185c69b .ow-button-base a {
	background: #ff6114 !important;
	border: none !important;
}