/*!/wp-content/plugins/contact-form-7/includes/css/styles.css*/
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*!/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css*/
:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}
/* [inline: after] */
	.infinite-scroll .woocommerce-pagination {
		display: none;
	}
/* [/inline: after] */
/*!/wp-content/cache/asset-cleanup/css/item/woocommerce__assets__css__woocommerce-css-vccb972dfda8c9c518d9e7ffb09fd1d41416a3b00.css*/
/*!/wp-content/plugins/woocommerce/assets/css/woocommerce.css*/@charset "UTF-8";:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal;font-display:auto;}@font-face{font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal;font-display:auto;}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.select2-container{width:100%}.select2-container .select2-selection--single{height:auto}.select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}.select2-container .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}.select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}.select2-container .select2-dropdown,.select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}.select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(90,89,68,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";content:"\e021"/"";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgba(129,110,153,.14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgba(104,87,125,.14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}
/*!/wp-content/plugins/woocommerce/assets/css/brands.css*/
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}
/*!/wp-content/themes/carspot/style.css*/
/*
Theme Name: carspot
Description: Carspot classified, responsive, multi-purpose, corporate, business theme. It comes with 11 home variations with all necessary pages. Carspot theme filled with extra functionality of modern web technologies. The clean design with latest version of Bootstrap framework makes its fit for anywhere.
Author: Scripts Bundle
Theme URI: http://carspot.scriptsbundle.com/demos/
Author URI: http://scriptsbundle.com/
Version: 2.4.2
License: Themeforest Split Licence
License URI: https://themeforest.net/user/scriptsbundle/
Text Domain: carspot
Tags: carspot, sticky-post, translation-ready, delaership theme, automotive wordpress theme, classified website
*/

.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
    padding: 0 !important;
}

@media (max-width:1080px){ 
	.fixedadsubmit{	
	position:fixed !important;
	bottom: 40px;
	left:10%;
	width:45% !important; ;
	z-index:9;
		 text-align: center;
    align-items: center;
    justify-content: center;
    justify-items: first baseline;
    display: flex;
    font-size: initial;
	}
}
/*!/wp-content/cache/asset-cleanup/css/item/carspot__css__bootstrap-css-v59b1599fdb57cd0cd50ec08cda1210d407df3609.css*/
/*!/wp-content/themes/carspot/css/bootstrap.css*//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face{font-family:'Glyphicons Halflings';src:url('/wp-content/themes/carspot/css/../fonts/glyphicons-halflings-regular.eot');src:url('/wp-content/themes/carspot/css/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/carspot/css/../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/wp-content/themes/carspot/css/../fonts/glyphicons-halflings-regular.woff') format('woff'), url('/wp-content/themes/carspot/css/../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/wp-content/themes/carspot/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');font-display:auto;}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
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 {
  padding: .2em;
  background-color: #fcf8e3;
}
.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.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;
  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 #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #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;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > 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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.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 {
  min-height: .01%;
  overflow-x: auto;
}
@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 {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  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 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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.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.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  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-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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 {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .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-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.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 {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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;
    -webkit-box-shadow: none;
            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 {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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 {
  color: #555;
  background-color: #e7e7e7;
}
@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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.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: #080808;
}
.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 {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .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: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #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,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color:#332e2e;
  border-radius: 4px;
  /* background-color: #f5f5f5; */
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.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: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.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 {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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,
.visible-sm,
.visible-md,
.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;
  }
}
/*# Current File Updated by Asset CleanUp - Original Source Map: bootstrap.css.map */
/*!/wp-content/themes/carspot/css/user-dashboard/protip.min.css*/
body .protip-container.protip-mixin--css-no-transition{transition:all 0s}body .protip-container.protip-mixin--css-bold{font-weight:bold}body .protip-container.protip-mixin--css-italic{font-style:italic}body .protip-container.protip-mixin--css-no-style{background:none;color:inherit}body .protip-container.protip-mixin--css-no-style .protip-arrow{display:none}.protip-container{position:absolute;left:0;top:0;z-index:50;line-height:1;opacity:0;pointer-events:none;box-sizing:border-box}.protip-container > i{position:absolute;left:10px}.protip-container > i + div{padding-left:20px}.protip-arrow{content:'';display:block;position:absolute;width:0;height:0;border-style:solid;border-color:transparent}.protip-show{opacity:1;pointer-events:auto}.protip-skin-default--size-tiny{padding:8px;font-size:10px;border-radius:3px}.protip-skin-default--size-tiny[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="top"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -4px;border-width:4px 4px 0 4px}.protip-skin-default--size-tiny[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-default--size-tiny[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-default--size-tiny[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-default--size-tiny[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="bottom-right"] .protip-arrow{top:-4px;left:auto;margin:0 0 0 -4px;border-width:0 4px 4px 4px}.protip-skin-default--size-tiny[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-default--size-tiny[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-default--size-tiny[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-default--size-tiny[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="left"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-4px 0 0 0;border-width:4px 0 4px 4px}.protip-skin-default--size-tiny[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-default--size-tiny[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-default--size-tiny[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-default--size-tiny[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="right"] .protip-arrow,.protip-skin-default--size-tiny[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-4px 0 0 0;border-width:4px 4px 4px 0}.protip-skin-default--size-tiny[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-default--size-tiny[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-default--size-tiny[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-default--size-tiny[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-default--size-tiny[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -4px;border-width:0 4px 4px 0}.protip-skin-default--size-tiny[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-default--size-tiny[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-4px;margin:0 0 0 4px;border-width:4px 4px 0 0}.protip-skin-default--size-tiny[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-default--size-tiny[data-pt-position="bottom-left-corner"] .protip-arrow{top:-4px;left:100%;margin:0 0 0 -4px;border-width:0 0 4px 4px}.protip-skin-default--size-tiny[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-default--size-tiny[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-4px;margin:-4px 0 0 4px;border-width:4px 0 0 4px}.protip-skin-default--size-small{padding:13px;font-size:12px;border-radius:4px}.protip-skin-default--size-small[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="top"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -6px;border-width:6px 6px 0 6px}.protip-skin-default--size-small[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-default--size-small[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-default--size-small[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-default--size-small[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="bottom-right"] .protip-arrow{top:-6px;left:auto;margin:0 0 0 -6px;border-width:0 6px 6px 6px}.protip-skin-default--size-small[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-default--size-small[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-default--size-small[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-default--size-small[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="left"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-6px 0 0 0;border-width:6px 0 6px 6px}.protip-skin-default--size-small[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-default--size-small[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-default--size-small[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-default--size-small[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="right"] .protip-arrow,.protip-skin-default--size-small[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-6px 0 0 0;border-width:6px 6px 6px 0}.protip-skin-default--size-small[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-default--size-small[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-default--size-small[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-default--size-small[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-default--size-small[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -6px;border-width:0 6px 6px 0}.protip-skin-default--size-small[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-default--size-small[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-6px;margin:0 0 0 6px;border-width:6px 6px 0 0}.protip-skin-default--size-small[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-default--size-small[data-pt-position="bottom-left-corner"] .protip-arrow{top:-6px;left:100%;margin:0 0 0 -6px;border-width:0 0 6px 6px}.protip-skin-default--size-small[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-default--size-small[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-6px;margin:-6px 0 0 6px;border-width:6px 0 0 6px}.protip-skin-default--size-normal{padding:16px;font-size:15px;border-radius:6px}.protip-skin-default--size-normal[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="top"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -8px;border-width:8px 8px 0 8px}.protip-skin-default--size-normal[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-default--size-normal[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-default--size-normal[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--size-normal[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="bottom-right"] .protip-arrow{top:-8px;left:auto;margin:0 0 0 -8px;border-width:0 8px 8px 8px}.protip-skin-default--size-normal[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-default--size-normal[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-default--size-normal[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-default--size-normal[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="left"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-8px 0 0 0;border-width:8px 0 8px 8px}.protip-skin-default--size-normal[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-default--size-normal[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-default--size-normal[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--size-normal[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="right"] .protip-arrow,.protip-skin-default--size-normal[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-8px 0 0 0;border-width:8px 8px 8px 0}.protip-skin-default--size-normal[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-default--size-normal[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-default--size-normal[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-default--size-normal[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-default--size-normal[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0}.protip-skin-default--size-normal[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-default--size-normal[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0}.protip-skin-default--size-normal[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-default--size-normal[data-pt-position="bottom-left-corner"] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px}.protip-skin-default--size-normal[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-default--size-normal[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px}.protip-skin-default--size-big{padding:20px;font-size:18px;border-radius:8px}.protip-skin-default--size-big[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="top"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -10px;border-width:10px 10px 0 10px}.protip-skin-default--size-big[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-default--size-big[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-default--size-big[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-default--size-big[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="bottom-right"] .protip-arrow{top:-10px;left:auto;margin:0 0 0 -10px;border-width:0 10px 10px 10px}.protip-skin-default--size-big[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-default--size-big[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-default--size-big[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-default--size-big[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="left"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-10px 0 0 0;border-width:10px 0 10px 10px}.protip-skin-default--size-big[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-default--size-big[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-default--size-big[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-default--size-big[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="right"] .protip-arrow,.protip-skin-default--size-big[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-10px 0 0 0;border-width:10px 10px 10px 0}.protip-skin-default--size-big[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-default--size-big[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-default--size-big[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-default--size-big[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-default--size-big[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -10px;border-width:0 10px 10px 0}.protip-skin-default--size-big[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-default--size-big[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-10px;margin:0 0 0 10px;border-width:10px 10px 0 0}.protip-skin-default--size-big[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-default--size-big[data-pt-position="bottom-left-corner"] .protip-arrow{top:-10px;left:100%;margin:0 0 0 -10px;border-width:0 0 10px 10px}.protip-skin-default--size-big[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-default--size-big[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-10px;margin:-10px 0 0 10px;border-width:10px 0 0 10px}.protip-skin-default--size-large{padding:20px;font-size:18px;border-radius:8px}.protip-skin-default--size-large[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="top"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -12px;border-width:12px 12px 0 12px}.protip-skin-default--size-large[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-default--size-large[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-default--size-large[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-default--size-large[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="bottom-right"] .protip-arrow{top:-12px;left:auto;margin:0 0 0 -12px;border-width:0 12px 12px 12px}.protip-skin-default--size-large[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-default--size-large[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-default--size-large[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-default--size-large[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="left"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-12px 0 0 0;border-width:12px 0 12px 12px}.protip-skin-default--size-large[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-default--size-large[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-default--size-large[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-default--size-large[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="right"] .protip-arrow,.protip-skin-default--size-large[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-12px 0 0 0;border-width:12px 12px 12px 0}.protip-skin-default--size-large[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-default--size-large[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-default--size-large[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-default--size-large[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-default--size-large[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -12px;border-width:0 12px 12px 0}.protip-skin-default--size-large[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-default--size-large[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-12px;margin:0 0 0 12px;border-width:12px 12px 0 0}.protip-skin-default--size-large[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-default--size-large[data-pt-position="bottom-left-corner"] .protip-arrow{top:-12px;left:100%;margin:0 0 0 -12px;border-width:0 0 12px 12px}.protip-skin-default--size-large[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-default--size-large[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-12px;margin:-12px 0 0 12px;border-width:12px 0 0 12px}.protip-skin-default--scheme-pro.protip-container{color:#000;background:#da2e2b;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-pro[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="top-right"] .protip-arrow{border-top-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-pro[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#da2e2b}.protip-skin-default--scheme-pro[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#da2e2b}.protip-skin-default--scheme-blue.protip-container{color:#fff;background:#369;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-blue[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="top-right"] .protip-arrow{border-top-color:#369}.protip-skin-default--scheme-blue[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#369}.protip-skin-default--scheme-blue[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#369}.protip-skin-default--scheme-blue[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-blue[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#369}.protip-skin-default--scheme-blue[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#369}.protip-skin-default--scheme-blue[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#369}.protip-skin-default--scheme-blue[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#369}.protip-skin-default--scheme-blue[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#369}.protip-skin-default--scheme-red.protip-container{color:#fff;background:#802731;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-red[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="top-right"] .protip-arrow{border-top-color:#802731}.protip-skin-default--scheme-red[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#802731}.protip-skin-default--scheme-red[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#802731}.protip-skin-default--scheme-red[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-red[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#802731}.protip-skin-default--scheme-red[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#802731}.protip-skin-default--scheme-red[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#802731}.protip-skin-default--scheme-red[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#802731}.protip-skin-default--scheme-red[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#802731}.protip-skin-default--scheme-aqua.protip-container{color:#fff;background:#339996;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-aqua[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="top-right"] .protip-arrow{border-top-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-aqua[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#339996}.protip-skin-default--scheme-aqua[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#339996}.protip-skin-default--scheme-dark.protip-container{color:#fff;background:#333;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-dark[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="top-right"] .protip-arrow{border-top-color:#333}.protip-skin-default--scheme-dark[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#333}.protip-skin-default--scheme-dark[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#333}.protip-skin-default--scheme-dark[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-dark[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#333}.protip-skin-default--scheme-dark[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#333}.protip-skin-default--scheme-dark[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#333}.protip-skin-default--scheme-dark[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#333}.protip-skin-default--scheme-dark[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#333}.protip-skin-default--scheme-dark-transparent.protip-container{color:#fff;background:rgba(20,20,20,0.8);font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-dark-transparent[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="top-right"] .protip-arrow{border-top-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="left-bottom"] .protip-arrow{border-left-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-dark-transparent[data-pt-position="right-bottom"] .protip-arrow{border-right-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:rgba(20,20,20,0.8)}.protip-skin-default--scheme-black.protip-container{color:#fff;background:#000;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-black[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="top-right"] .protip-arrow{border-top-color:#000}.protip-skin-default--scheme-black[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#000}.protip-skin-default--scheme-black[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#000}.protip-skin-default--scheme-black[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-black[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#000}.protip-skin-default--scheme-black[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#000}.protip-skin-default--scheme-black[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#000}.protip-skin-default--scheme-black[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#000}.protip-skin-default--scheme-black[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#000}.protip-skin-default--scheme-leaf.protip-container{color:#fff;background:#339959;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-leaf[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="top-right"] .protip-arrow{border-top-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-leaf[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#339959}.protip-skin-default--scheme-leaf[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#339959}.protip-skin-default--scheme-purple.protip-container{color:#fff;background:#613399;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-purple[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="top-right"] .protip-arrow{border-top-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-purple[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#613399}.protip-skin-default--scheme-purple[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#613399}.protip-skin-default--scheme-pink.protip-container{color:#000;background:#D457AA;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-pink[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="top-right"] .protip-arrow{border-top-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-pink[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#D457AA}.protip-skin-default--scheme-pink[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#D457AA}.protip-skin-default--scheme-orange.protip-container{color:#000;background:#E64426;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-orange[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="top-right"] .protip-arrow{border-top-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-orange[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#E64426}.protip-skin-default--scheme-orange[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#E64426}.protip-skin-default--scheme-white.protip-container{color:#000;background:#FFF;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-default--scheme-white[data-pt-position="top-left"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="top"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="top-right"] .protip-arrow{border-top-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="bottom"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="left-top"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="left"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="right-top"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="right"] .protip-arrow,.protip-skin-default--scheme-white[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#FFF}.protip-skin-default--scheme-white[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#FFF}.protip-skin-square--size-tiny{padding:8px;font-size:10px}.protip-skin-square--size-tiny[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="top"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -4px;border-width:4px 4px 0 4px}.protip-skin-square--size-tiny[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-square--size-tiny[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-square--size-tiny[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-square--size-tiny[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="bottom-right"] .protip-arrow{top:-4px;left:auto;margin:0 0 0 -4px;border-width:0 4px 4px 4px}.protip-skin-square--size-tiny[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-square--size-tiny[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-square--size-tiny[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-4px}.protip-skin-square--size-tiny[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="left"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-4px 0 0 0;border-width:4px 0 4px 4px}.protip-skin-square--size-tiny[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-square--size-tiny[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-square--size-tiny[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-square--size-tiny[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="right"] .protip-arrow,.protip-skin-square--size-tiny[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-4px 0 0 0;border-width:4px 4px 4px 0}.protip-skin-square--size-tiny[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-square--size-tiny[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-square--size-tiny[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-4px}.protip-skin-square--size-tiny[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-square--size-tiny[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -4px;border-width:0 4px 4px 0}.protip-skin-square--size-tiny[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-square--size-tiny[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-4px;margin:0 0 0 4px;border-width:4px 4px 0 0}.protip-skin-square--size-tiny[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-square--size-tiny[data-pt-position="bottom-left-corner"] .protip-arrow{top:-4px;left:100%;margin:0 0 0 -4px;border-width:0 0 4px 4px}.protip-skin-square--size-tiny[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-square--size-tiny[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-4px;margin:-4px 0 0 4px;border-width:4px 0 0 4px}.protip-skin-square--size-small{padding:13px;font-size:12px}.protip-skin-square--size-small[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="top"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -6px;border-width:6px 6px 0 6px}.protip-skin-square--size-small[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-square--size-small[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-square--size-small[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-square--size-small[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="bottom-right"] .protip-arrow{top:-6px;left:auto;margin:0 0 0 -6px;border-width:0 6px 6px 6px}.protip-skin-square--size-small[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-square--size-small[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-square--size-small[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-6px}.protip-skin-square--size-small[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="left"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-6px 0 0 0;border-width:6px 0 6px 6px}.protip-skin-square--size-small[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-square--size-small[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-square--size-small[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-square--size-small[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="right"] .protip-arrow,.protip-skin-square--size-small[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-6px 0 0 0;border-width:6px 6px 6px 0}.protip-skin-square--size-small[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-square--size-small[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-square--size-small[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-6px}.protip-skin-square--size-small[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-square--size-small[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -6px;border-width:0 6px 6px 0}.protip-skin-square--size-small[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-square--size-small[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-6px;margin:0 0 0 6px;border-width:6px 6px 0 0}.protip-skin-square--size-small[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-square--size-small[data-pt-position="bottom-left-corner"] .protip-arrow{top:-6px;left:100%;margin:0 0 0 -6px;border-width:0 0 6px 6px}.protip-skin-square--size-small[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-square--size-small[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-6px;margin:-6px 0 0 6px;border-width:6px 0 0 6px}.protip-skin-square--size-normal{padding:16px;font-size:15px}.protip-skin-square--size-normal[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="top"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -8px;border-width:8px 8px 0 8px}.protip-skin-square--size-normal[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-square--size-normal[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-square--size-normal[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--size-normal[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="bottom-right"] .protip-arrow{top:-8px;left:auto;margin:0 0 0 -8px;border-width:0 8px 8px 8px}.protip-skin-square--size-normal[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-square--size-normal[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-square--size-normal[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-8px}.protip-skin-square--size-normal[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="left"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-8px 0 0 0;border-width:8px 0 8px 8px}.protip-skin-square--size-normal[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-square--size-normal[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-square--size-normal[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--size-normal[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="right"] .protip-arrow,.protip-skin-square--size-normal[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-8px 0 0 0;border-width:8px 8px 8px 0}.protip-skin-square--size-normal[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-square--size-normal[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-square--size-normal[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-8px}.protip-skin-square--size-normal[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-square--size-normal[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -8px;border-width:0 8px 8px 0}.protip-skin-square--size-normal[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-square--size-normal[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-8px;margin:0 0 0 8px;border-width:8px 8px 0 0}.protip-skin-square--size-normal[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-square--size-normal[data-pt-position="bottom-left-corner"] .protip-arrow{top:-8px;left:100%;margin:0 0 0 -8px;border-width:0 0 8px 8px}.protip-skin-square--size-normal[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-square--size-normal[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-8px;margin:-8px 0 0 8px;border-width:8px 0 0 8px}.protip-skin-square--size-big{padding:20px;font-size:18px}.protip-skin-square--size-big[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="top"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -10px;border-width:10px 10px 0 10px}.protip-skin-square--size-big[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-square--size-big[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-square--size-big[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-square--size-big[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="bottom-right"] .protip-arrow{top:-10px;left:auto;margin:0 0 0 -10px;border-width:0 10px 10px 10px}.protip-skin-square--size-big[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-square--size-big[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-square--size-big[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-10px}.protip-skin-square--size-big[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="left"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-10px 0 0 0;border-width:10px 0 10px 10px}.protip-skin-square--size-big[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-square--size-big[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-square--size-big[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-square--size-big[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="right"] .protip-arrow,.protip-skin-square--size-big[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-10px 0 0 0;border-width:10px 10px 10px 0}.protip-skin-square--size-big[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-square--size-big[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-square--size-big[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-10px}.protip-skin-square--size-big[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-square--size-big[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -10px;border-width:0 10px 10px 0}.protip-skin-square--size-big[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-square--size-big[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-10px;margin:0 0 0 10px;border-width:10px 10px 0 0}.protip-skin-square--size-big[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-square--size-big[data-pt-position="bottom-left-corner"] .protip-arrow{top:-10px;left:100%;margin:0 0 0 -10px;border-width:0 0 10px 10px}.protip-skin-square--size-big[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-square--size-big[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-10px;margin:-10px 0 0 10px;border-width:10px 0 0 10px}.protip-skin-square--size-large{padding:20px;font-size:18px}.protip-skin-square--size-large[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="top"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="top-right"] .protip-arrow{top:100%;left:auto;margin:0 0 0 -12px;border-width:12px 12px 0 12px}.protip-skin-square--size-large[data-pt-position="top-left"] .protip-arrow{left:20px}.protip-skin-square--size-large[data-pt-position="top"] .protip-arrow{left:50%}.protip-skin-square--size-large[data-pt-position="top-right"] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-square--size-large[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="bottom-right"] .protip-arrow{top:-12px;left:auto;margin:0 0 0 -12px;border-width:0 12px 12px 12px}.protip-skin-square--size-large[data-pt-position="bottom-left"] .protip-arrow{left:20px}.protip-skin-square--size-large[data-pt-position="bottom"] .protip-arrow{left:50%}.protip-skin-square--size-large[data-pt-position="bottom-right"] .protip-arrow{left:auto;right:20px;margin-right:-12px}.protip-skin-square--size-large[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="left"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="left-bottom"] .protip-arrow{top:auto;left:100%;margin:-12px 0 0 0;border-width:12px 0 12px 12px}.protip-skin-square--size-large[data-pt-position="left-top"] .protip-arrow{top:20px}.protip-skin-square--size-large[data-pt-position="left"] .protip-arrow{top:50%}.protip-skin-square--size-large[data-pt-position="left-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-square--size-large[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="right"] .protip-arrow,.protip-skin-square--size-large[data-pt-position="right-bottom"] .protip-arrow{top:auto;right:100%;margin:-12px 0 0 0;border-width:12px 12px 12px 0}.protip-skin-square--size-large[data-pt-position="right-top"] .protip-arrow{top:20px}.protip-skin-square--size-large[data-pt-position="right"] .protip-arrow{top:50%}.protip-skin-square--size-large[data-pt-position="right-bottom"] .protip-arrow{top:auto;bottom:20px;margin-bottom:-12px}.protip-skin-square--size-large[data-pt-position="top-left-corner"]{border-bottom-right-radius:0}.protip-skin-square--size-large[data-pt-position="top-left-corner"] .protip-arrow{top:100%;left:100%;margin:0 0 0 -12px;border-width:0 12px 12px 0}.protip-skin-square--size-large[data-pt-position="top-right-corner"]{border-bottom-left-radius:0}.protip-skin-square--size-large[data-pt-position="top-right-corner"] .protip-arrow{top:100%;left:-12px;margin:0 0 0 12px;border-width:12px 12px 0 0}.protip-skin-square--size-large[data-pt-position="bottom-left-corner"]{border-top-right-radius:0}.protip-skin-square--size-large[data-pt-position="bottom-left-corner"] .protip-arrow{top:-12px;left:100%;margin:0 0 0 -12px;border-width:0 0 12px 12px}.protip-skin-square--size-large[data-pt-position="bottom-right-corner"]{border-top-left-radius:0}.protip-skin-square--size-large[data-pt-position="bottom-right-corner"] .protip-arrow{top:0;left:-12px;margin:-12px 0 0 12px;border-width:12px 0 0 12px}.protip-skin-square--scheme-pro.protip-container{color:#000;background:#da2e2b;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-pro[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="top-right"] .protip-arrow{border-top-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-pro[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#da2e2b}.protip-skin-square--scheme-pro[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#da2e2b}.protip-skin-square--scheme-blue.protip-container{color:#fff;background:#369;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-blue[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="top-right"] .protip-arrow{border-top-color:#369}.protip-skin-square--scheme-blue[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#369}.protip-skin-square--scheme-blue[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#369}.protip-skin-square--scheme-blue[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-blue[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#369}.protip-skin-square--scheme-blue[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#369}.protip-skin-square--scheme-blue[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#369}.protip-skin-square--scheme-blue[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#369}.protip-skin-square--scheme-blue[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#369}.protip-skin-square--scheme-red.protip-container{color:#fff;background:#802731;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-red[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="top-right"] .protip-arrow{border-top-color:#802731}.protip-skin-square--scheme-red[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#802731}.protip-skin-square--scheme-red[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#802731}.protip-skin-square--scheme-red[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-red[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#802731}.protip-skin-square--scheme-red[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#802731}.protip-skin-square--scheme-red[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#802731}.protip-skin-square--scheme-red[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#802731}.protip-skin-square--scheme-red[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#802731}.protip-skin-square--scheme-aqua.protip-container{color:#fff;background:#339996;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-aqua[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="top-right"] .protip-arrow{border-top-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-aqua[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#339996}.protip-skin-square--scheme-aqua[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#339996}.protip-skin-square--scheme-dark-transparent.protip-container{color:#fff;background:rgba(20,20,20,0.8);font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-dark-transparent[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="top-right"] .protip-arrow{border-top-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="left-bottom"] .protip-arrow{border-left-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-dark-transparent[data-pt-position="right-bottom"] .protip-arrow{border-right-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:rgba(20,20,20,0.8)}.protip-skin-square--scheme-dark.protip-container{color:#fff;background:#333;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-dark[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="top-right"] .protip-arrow{border-top-color:#333}.protip-skin-square--scheme-dark[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#333}.protip-skin-square--scheme-dark[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#333}.protip-skin-square--scheme-dark[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-dark[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#333}.protip-skin-square--scheme-dark[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#333}.protip-skin-square--scheme-dark[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#333}.protip-skin-square--scheme-dark[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#333}.protip-skin-square--scheme-dark[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#333}.protip-skin-square--scheme-black.protip-container{color:#fff;background:#000;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-black[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="top-right"] .protip-arrow{border-top-color:#000}.protip-skin-square--scheme-black[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#000}.protip-skin-square--scheme-black[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#000}.protip-skin-square--scheme-black[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-black[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#000}.protip-skin-square--scheme-black[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#000}.protip-skin-square--scheme-black[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#000}.protip-skin-square--scheme-black[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#000}.protip-skin-square--scheme-black[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#000}.protip-skin-square--scheme-leaf.protip-container{color:#fff;background:#339959;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-leaf[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="top-right"] .protip-arrow{border-top-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-leaf[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#339959}.protip-skin-square--scheme-leaf[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#339959}.protip-skin-square--scheme-purple.protip-container{color:#fff;background:#613399;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-purple[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="top-right"] .protip-arrow{border-top-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-purple[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#613399}.protip-skin-square--scheme-purple[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#613399}.protip-skin-square--scheme-pink.protip-container{color:#000;background:#D457AA;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-pink[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="top-right"] .protip-arrow{border-top-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-pink[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#D457AA}.protip-skin-square--scheme-pink[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#D457AA}.protip-skin-square--scheme-orange.protip-container{color:#000;background:#E64426;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-orange[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="top-right"] .protip-arrow{border-top-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-orange[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#E64426}.protip-skin-square--scheme-orange[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#E64426}.protip-skin-square--scheme-white.protip-container{color:#000;background:#FFF;font-family:sans-serif;transition:opacity 0.2s ease-out}.protip-skin-square--scheme-white[data-pt-position="top-left"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="top"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="top-right"] .protip-arrow{border-top-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="bottom-left"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="bottom"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="bottom-right"] .protip-arrow{border-bottom-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="left-top"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="left"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="left-bottom"] .protip-arrow{border-left-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="right-top"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="right"] .protip-arrow,.protip-skin-square--scheme-white[data-pt-position="right-bottom"] .protip-arrow{border-right-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="top-left-corner"] .protip-arrow{border-right-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="top-right-corner"] .protip-arrow{border-top-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="bottom-left-corner"] .protip-arrow{border-bottom-color:#FFF}.protip-skin-square--scheme-white[data-pt-position="bottom-right-corner"] .protip-arrow{border-left-color:#FFF}
/*!/wp-content/themes/carspot/css/style.css*/
/*
Theme Name: carspot
Description: Carspot classified, responsive, multi-purpose, corporate, business theme. It comes with 11 home variations with all necessary pages. Carspot theme filled with extra functionality of modern web technologies. The clean design with latest version of Bootstrap framework makes its fit for anywhere.
Author: Scripts Bundle
Theme URI: http://carspot.scriptsbundle.com/demos/
Author URI: http://scriptsbundle.com/
License: Themeforest Split Licence
License URI: https://themeforest.net/user/scriptsbundle/
Text Domain: carspot
Tags: featured-images, sticky-post, translation-ready
*/


/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 -  General Style
        2.0 -  Helper Classes
    3.0 -  Typography
        4.0 -  Pre Loader
        5.0 -  Style Switcher
    6.0 -  Heading Styles
        7.0 -  Top Bar
        8.0 -  Main Header
    9.0 -  Home With Main Search
        10.0 -  Home With Background Rotator Slider
    11.0 -  Grid Listing 1
        12.0 -  Grid Listing 2
        13.0 -  Listing View 1
        14.0 -  Listing View 2
        15.0 -  Single Ad Details
        16.0 -  Listing Sidebar & Blog Sidebar
    17.0 -  Single Blog Post
        18.0 -  Featured Sliders
    19.0 -  Featured Sliders 2
    20.0 -  Price Range Slider
    21.0 -  Breadcrumbs
    22.0 -  Carousel Slider
        23.0 -  Parallex Overlays
        24.0 -  Template Common Styling
        25.0 -  Bootstrap Clearfix
        26.0 -  Backgrounds
        27.0 -  Login & Register Page
        28.0 -  Ads Tabs
        29.0 -  Site Map
        30.0 -  Comming Soon
        31.0 -  404 Page
        32.0 -  Post Ad
        33.0 -  Search Layout
        34.0 -  Theme Buttons & Panels
        35.0 -  Page Components
        36.0 -  Scroll Back To Top
        37.0 -  Sticky Post Ad Button
        38.0 -  Happy Clients
        39.0 -  Funfacts
        40.0 -  App Download Section 2
        41.0 -  App Download Section 3
        42.0 -  Overview Modal
        43.0 -  Modal Popup
        44.0 -  How It Works
        45.0 -  Pagination
        46.0 -  Profile & Dashboard
        47.0 -  Message Panel
        48.0 -  Pricing
        49.0 -  Listing Filter
        50.0 -  Review & Comparison
        51.0 -  Car By Body Type
        52.0 -  Car Inspection
        53.0 -  Advanced Search
        54.0 -  Tabs Section
        55.0 -  Featured Slider
        56.0 -  Sell or Buy
        57.0 -  Comparison
        58.0 -  User Testimonials
        59.0 -  Search Modal
        60.0 -  Why Choose Us
        61.0 -  About Us
        62.0 -  Services
        63.0 -  Footer
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #777;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

.vc_column_container>.vc_column-inner {
    padding: 0 !important;
}

.vc_row {
    margin: 0 auto!important;
}

a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer
}

a:hover,
a:focus {
    text-decoration: none;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

img {
    max-width: 100%
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

video,
object {
    min-height: 100%;
    min-width: 100%
}

b,
strong {
    font-weight: 600
}

.width100 {
    width: 100%;
}

.load-more-btn {
    margin-top: 20px
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-50 {
    margin-top: 50px
}

.container.full-width {
    width: 100%!important
}

.section-padding {
    padding: 90px 0
}

.section-padding-140 {
    padding: 140px 0
}

.section-padding-120 {
    padding: 120px 0
}

.section-padding-100 {
    padding: 100px 0
}

.section-padding-80 {
    padding: 80px 0
}

.section-padding-70 {
    padding: 70px 0
}

.section-padding-60 {
    padding: 60px 0
}

.section-padding-40 {
    padding: 40px 0
}

.custom-padding-20 {
    padding: 20px 0
}

.no-top {
    padding-top: 0
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-40 {
    padding-top: 40px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-top-45 {
    padding-top: 45px
}

.padding-top-60 {
    padding-top: 60px
}

.padding-top-70 {
    padding-top: 70px
}

.padding-top-80 {
    padding-top: 80px
}

.padding-top-90 {
    padding-top: 90px
}

.padding-top-100 {
    padding-top: 100px
}

.padding-top-120 {
    padding-top: 120px
}

.padding-top-140 {
    padding-top: 140px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-40 {
    padding-bottom: 40px
}

.padding-bottom-50 {
    padding-bottom: 50px
}

.padding-bottom-70 {
    padding-bottom: 70px
}

.padding-bottom-80 {
    padding-bottom: 80px
}

.padding-bottom-120 {
    padding-bottom: 120px
}

.padding-bottom-100 {
    padding-bottom: 100px
}

.padding-bottom-80 {
    padding-bottom: 80px
}

.padding-bottom-60 {
    padding-bottom: 60px!important
}

.padding-bottom-40 {
    padding-bottom: 40px!important
}

.padding-bottom-20 {
    padding-bottom: 40px
}

.custom-padding {
    padding: 90px 0 60px 0
}

.custom-padding.no-top {
    padding: 0 0 60px 0
}

.custom-padding-2 {
    padding: 90px 0 110px 0
}

.gray {
    background-color: #f6f6f6
}

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

.badge-overlay {
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 11
}

.badge {
    border-radius: 0;
    display: table;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .12em;
    line-height: 17px;
    padding: 3px 10px
}

.no-right {
    padding-right: 0
}

.no-left {
    padding-left: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    margin: 0;
    background: 0;
    line-height: 1.6em
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px;
    line-height: 1.6
}

h6 {
    font-size: 12px
}

p {
    line-height: 1.6em;
    font-size: 16px
}

.tooltip-disabled {
    z-index: 999;
    padding: 10px;
}

.btn {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-radius: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    height: auto;
    padding: 15px;
    transition: all .2s cubic-bezier(0, 0, 0.58, 1) 0s
}

ul {
    margin-left: 0
}

.btn-lg {
    padding: 12px 52px;
    letter-spacing: 1.3px
}

.btn-md {
    padding: 10px 20px
}

.btn-sm {
    padding: 8px 16px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.btn-xs {
    padding: 6px 18px;
    font-size: 12px
}

.btn-rounded {
    border-radius: 4px
}

body .select2-container--default .select2-selection--single {
    border: 1px solid #eee;
}

#cssload-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.cssload-loader {
    width: 120px;
    height: 120px;
    border: 1px #000 solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -60px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.cssload-loader .cssload-loading {
    font-size: 8px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 11px;
    font-family: 'Century Gothic', sans-serif;
    font-style: italic;
    left: 0;
    top: 50%;
    margin-top: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase
}

.cssload-loader-circle-1 {
    width: 110px;
    height: 110px;
    left: 4px;
    top: 4px;
    border: 1px #000 solid;
    position: absolute;
    border-right-color: transparent;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    animation: spin 3.45s linear infinite;
    -o-animation: spin 3.45s linear infinite;
    -ms-animation: spin 3.45s linear infinite;
    -webkit-animation: spin 3.45s linear infinite;
    -moz-animation: spin 3.45s linear infinite
}



/* Contact Form 7 Submit Button 
 -------------------------------*/
 .wpcf7 input[type="submit"] {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    background: #E2272E;
    padding: 15px 25px 15px 25px;
    border: none;
    border-radius: 5px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.wpcf7 input:hover[type="submit"] {
    background: #494949;
    transition: all 0.4s ease 0s;
}
.wpcf7 input:active[type="submit"] {
    background: #000000;
}


.cssload-loader-circle-2 {
    width: 101px;
    height: 101px;
    left: 4px;
    top: 4px;
    border: 1px transparent solid;
    position: absolute;
    border-right-color: #e81512;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    animation: spin 5.75s linear infinite;
    -o-animation: spin 5.75s linear infinite;
    -ms-animation: spin 5.75s linear infinite;
    -webkit-animation: spin 5.75s linear infinite;
    -moz-animation: spin 5.75s linear infinite
}

.cssload-loader .cssload-line {
    width: 8px;
    height: 2px;
    background: #000;
    position: absolute
}

.cssload-loader .cssload-line:nth-child(1) {
    left: 13px;
    top: 50%;
    margin-top: -1px
}

.cssload-loader .cssload-line:nth-child(2) {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left: 26px;
    top: 26px
}

.cssload-loader .cssload-line:nth-child(3) {
    top: 13px;
    left: 50%;
    width: 2px;
    height: 8px
}

.cssload-loader .cssload-line:nth-child(4) {
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    right: 26px;
    top: 26px
}

.cssload-loader .cssload-line:nth-child(5) {
    right: 13px;
    top: 50%;
    margin-top: -1px
}

.cssload-loader .cssload-line:nth-child(6) {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    right: 26px;
    bottom: 26px;
    background: #e81512
}

.cssload-loader .cssload-subline {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #000
}

.cssload-loader .cssload-subline:nth-child(7) {
    transform: rotate(22.5deg);
    -o-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    left: 17px;
    top: 40px
}

.cssload-loader .cssload-subline:nth-child(8) {
    transform: rotate(67.5deg);
    -o-transform: rotate(67.5deg);
    -ms-transform: rotate(67.5deg);
    -webkit-transform: rotate(67.5deg);
    -moz-transform: rotate(67.5deg);
    left: 40px;
    top: 17px
}

.cssload-loader .cssload-subline:nth-child(9) {
    transform: rotate(112.5deg);
    -o-transform: rotate(112.5deg);
    -ms-transform: rotate(112.5deg);
    -webkit-transform: rotate(112.5deg);
    -moz-transform: rotate(112.5deg);
    right: 40px;
    top: 17px
}

.cssload-loader .cssload-subline:nth-child(10) {
    transform: rotate(157.5deg);
    -o-transform: rotate(157.5deg);
    -ms-transform: rotate(157.5deg);
    -webkit-transform: rotate(157.5deg);
    -moz-transform: rotate(157.5deg);
    right: 17px;
    top: 40px
}

.cssload-loader .cssload-subline:nth-child(11) {
    transform: rotate(22.5deg);
    -o-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    right: 16px;
    bottom: 39px;
    background: #e81512
}

.cssload-loader .cssload-needle {
    width: 11px;
    height: 11px;
    border: 1px #000 solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    z-index: 1;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    animation: pegIt 3.45s infinite ease-in-out;
    -o-animation: pegIt 3.45s infinite ease-in-out;
    -ms-animation: pegIt 3.45s infinite ease-in-out;
    -webkit-animation: pegIt 3.45s infinite ease-in-out;
    -moz-animation: pegIt 3.45s infinite ease-in-out
}

.cssload-loader .cssload-needle:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 40px 2.5px 0;
    border-color: transparent #e81512 transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -2.5px 0 0 0;
    border-radius: 0 50% 50% 0;
    -o-border-radius: 0 50% 50% 0;
    -ms-border-radius: 0 50% 50% 0;
    -webkit-border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0
}

@keyframes pegIt {
    0% {
        transform: rotate(0deg)
    }
    16% {
        transform: rotate(75deg)
    }
    25% {
        transform: rotate(55deg)
    }
    30% {
        transform: rotate(90deg)
    }
    36% {
        transform: rotate(170deg)
    }
    42% {
        transform: rotate(150deg)
    }
    50% {
        transform: rotate(227deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

@-o-keyframes pegIt {
    0% {
        -o-transform: rotate(0deg)
    }
    16% {
        -o-transform: rotate(75deg)
    }
    25% {
        -o-transform: rotate(55deg)
    }
    30% {
        -o-transform: rotate(90deg)
    }
    36% {
        -o-transform: rotate(170deg)
    }
    42% {
        transform: rotate(150deg)
    }
    50% {
        -o-transform: rotate(227deg)
    }
    100% {
        -o-transform: rotate(0deg)
    }
}

@-ms-keyframes pegIt {
    0% {
        -ms-transform: rotate(0deg)
    }
    16% {
        -ms-transform: rotate(75deg)
    }
    25% {
        -ms-transform: rotate(55deg)
    }
    30% {
        -ms-transform: rotate(90deg)
    }
    36% {
        -ms-transform: rotate(170deg)
    }
    42% {
        transform: rotate(150deg)
    }
    50% {
        -ms-transform: rotate(227deg)
    }
    100% {
        -ms-transform: rotate(0deg)
    }
}

@-webkit-keyframes pegIt {
    0% {
        -webkit-transform: rotate(0deg)
    }
    16% {
        -webkit-transform: rotate(75deg)
    }
    25% {
        -webkit-transform: rotate(55deg)
    }
    30% {
        -webkit-transform: rotate(90deg)
    }
    36% {
        -webkit-transform: rotate(170deg)
    }
    42% {
        transform: rotate(150deg)
    }
    50% {
        -webkit-transform: rotate(227deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes pegIt {
    0% {
        -moz-transform: rotate(0deg)
    }
    16% {
        -moz-transform: rotate(75deg)
    }
    25% {
        -moz-transform: rotate(55deg)
    }
    30% {
        -moz-transform: rotate(90deg)
    }
    36% {
        -moz-transform: rotate(170deg)
    }
    42% {
        transform: rotate(150deg)
    }
    50% {
        -moz-transform: rotate(227deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

.color-switcher {
    width: 234px;
    position: fixed;
    left: -235px;
    top: 10%;
    background: #fff;
    z-index: 9999;
    padding: 15px 0 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #ccc
}

.color-switcher h5 {
    font-size: 15px;
    margin-top: 0;
    padding: 0 20px;
    color: #232323
}

.color-switcher p {
    padding-bottom: 7px;
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
    padding-left: 20px
}

.color-switcher ul {
    list-style: none;
    padding-left: 20px
}

.color-switcher ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.color-switcher ul li a {
    display: block;
    width: 24px;
    height: 24px;
    outline: 0
}

.color-switcher ul li a.defualt {
    background: #e52d27
}

.color-switcher ul li a.green {
    background: #00bf8f
}

.color-switcher ul li a.purple {
    background: #673ab7
}

.color-switcher ul li a.blue {
    background: #00c4fc;
}

.color-switcher ul li a.gold {
    background: #f5af02;
}

.picker_close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -44px;
    top: 55px;
    border: 1px solid #ccc;
    text-align: center;
    background: no-repeat center 5px #fff
}

.picker_close i {
    font-size: 22px;
    margin-top: 9px
}

.position {
    left: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.heading-panel,
.heading-panel-2 {
    margin-bottom: 30px;
    overflow: hidden
}

.heading-panel .left-side h2::before {
    margin: 0
}

.heading-panel .left-side h2::after {
    margin: 0
}

.heading-panel .left-side .heading-text {
    width: 100%
}

.heading-panel h3.main-title {
    display: inline-block
}

.heading-panel .heading-box {
    border-bottom: 1px solid #f1f1f1
}

.heading-panel-2 h3 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    z-index: 2
}

.heading-panel h3 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize
}

.heading-panel h3.small-link {
    font-size: 12px;
    font-weight: normal
}

.heading-panel h2 {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
}

.heading-panel h2::before {
    background-color: #242424;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 99px
}

.heading-panel h2::after {
    background-color: #242424;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 59px
}

.heading-text {
    display: inline-block;
    line-height: 26px;
    width: 55%;
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

.header-top:after {
    content: '';
    display: block;
    clear: both
}

.colored-header:after {
    content: '';
    display: block;
    clear: both
}

.primary-header:after,
.primary-header-1:after {
    content: '';
    display: block;
    clear: both
}

.header-top.dark {
    background: #202020
}

.header-right {
    padding: 0
}

.header-top ul {
    margin-bottom: 0
}

.header-top ul.listnone li {
    display: inline-block;
    line-height: 39px;
    padding: 0 10px;
    position: relative
}

.header-top ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    position: relative
}

.header-top ul li a:hover,
.header-top ul li a:focus {
    color: #FFF !important;
}

.header-top ul.listnone li a.btn {
    text-transform: uppercase
}

.header-top ul.listnone li a.btn:hover {
    color: #fff
}

.header-top ul li i {
    margin-right: 5px;
    font-size: 14px
}

.header-top ul li ul.dropdown-menu li {
    display: block;
    border-left: medium none;
    padding-left: 0
}

.header-top-left p {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 0
}

.header-top-left p a {
    color: #fff
}

.header-top-left p a:hover {
    color: #f56719
}

.header-top-left p+p {
    margin-left: 25px
}

.header-top-left p i {
    font-size: 14px;
    line-height: 49px;
    margin-right: 10px
}

.header-top ul.dropdown-menu li:first-child,
.header-transparent .menu-search-bar ul.dropdown-menu li:first-child {
    padding: 0
}

.header-top .dropdown-menu li:last-child,
.header-transparent .menu-search-bar .dropdown-menu li:last-child {
    border-bottom: medium none
}

.header-top ul li ul.dropdown-menu li,
.header-transparent .menu-search-bar ul li ul.dropdown-menu li {
    border-left: medium none;
    display: block;
    padding-left: 0;
    padding-right: 0
}

.header-top ul.dropdown-menu li,
.header-transparent .menu-search-bar ul.dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #f3f3f3
}

.header-top ul.dropdown-menu li a,
.header-transparent .menu-search-bar ul.dropdown-menu li a {
    color: #232323;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase
}

.header-top .dropdown-menu>li>a:hover,
.header-top .dropdown-menu>li>a:focus,
.header-transparent .menu-search-bar .dropdown-menu>li>a:hover,
.header-transparent .menu-search-bar .dropdown-menu>li>a:focus {
    background: transparent;
    color: #232323 !important;
}

.header-top .dropdown-menu>li>a,
.header-transparent .menu-search-bar .dropdown-menu>li>a {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    text-transform: capitalize;
    width: 100%
}

.header-top ul.dropdown-menu,
.header-transparent .menu-search-bar ul.dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    z-index: 999;
    padding: 0
}

.header-transparent .menu-search-bar .dropdown-menu {
    min-width: 250px;
    right: 0;
    left: auto;
}

.ms-overlay-layers::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.colored-header #menu-1 .menu-list-items .menu-links li a.btn-light {
    color: #fff;
    padding-right: 15px
}

.colored-header #menu-1 .menu-list-items .menu-links li a.btn-light i {
    margin-right: 10px
}

#search-section {
    background: #363c48 none repeat scroll 0 0;
    padding: 20px 0
}

#search-section .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 52px
}

#search-section .btn-light {
    color: #fff;
    padding: 15px
}

.header-area {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0;
    position: relative
}

.primary-header #menu-1 .menu-list-items .custom-menu .menu-logo li a img {
    display: none
}

.primary-header .mega-menu section.menu-list-items {
    background: #2d343d;
    padding: 10px 0
}

.primary-header .mega-menu .menu-links>li>a {
    color: #fff
}

.primary-header .mega-menu .menu-links li:first-child a {
    padding-left: 0
}

.primary-header .mega-menu .drop-down-multilevel li:first-child a {
    padding-left: 20px
}

.primary-header .mega-menu .menu-list-items .custom-menu .menu-search-bar li a.btn {
    padding: 15px
}

.primary-header .mega-menu .menu-list-items .custom-menu .menu-search-bar li a.btn-theme {
    background: rgba(255, 255, 255, 0.2);
    border: medium none
}

.search-bar {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 99
}

.search-bar .search-form .btn-lg {
    letter-spacing: 1.3px;
    padding: 17px 30px
}

.search-bar .search-form .btn {
    margin-top: 24px
}

.search-bar .search-style-2 .search-form {
    padding: 33px 0
}

.header-top img.resize {
    height: 26px;
    width: 26px;
    margin-top: 7px
}

.whatapp-info {
    margin-bottom: 6px;
}

.whatapp-style-3 {
    margin-top: 13px;
    margin-left: 3px;
}

.whatapp-style-3 a {
    color: #00a651;
}


/*/////////////////////////////////////////////////////*/


/* WHATSAPP ICON STILISH BUTTON STARTS STYLE WEIGET 1*/


/*/////////////////////////////////////////////////////*/

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

.stm_social_buttons_wrap .whatsapp {
    position: relative;
}

.stm_social_buttons_wrap a,
.stm_social_buttons_wrap a:hover,
.stm_social_buttons_wrap a:focus,
.stm_social_buttons_wrap a:active {
    text-decoration: none;
}

.stm_social_buttons_wrap .whatsapp .whatsapp-btn {
    display: flex;
    align-items: center;
    /* box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09);
    border: 1px solid #e0e3e7; */
    background-color: #ffffff;
    /* border-radius: 0px; */
    color: #121e24;
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    text-transform: capitalize;
    /* padding: 13px 17px; */
}

.stm_social_buttons_wrap .whatsapp .whatsapp-btn .fa-whatsapp {
    margin-right: 15px;
    font-size: 38px;
    background-color: #45c655;
    color: #fff;
    padding: 24px;
}


/*///////////////////////////////////*/


/* WHATSAPP ICON STILISH BUTTON ENDS*/


/*///////////////////////////////////*/


/*/////////////////////////////////////////////////////*/


/* WHATSAPP ICON STILISH BUTTON STARTS STYLE WEIGET 2*/


/*/////////////////////////////////////////////////////*/

.vc_custom_16415483777601 {
    margin-top: 0px;
    margin-bottom: 3px;
}

.stm_social_buttons_wrap1 .whatsapp1 {
    position: relative;
}

.stm_social_buttons_wrap1 a,
.stm_social_buttons_wrap a:hover,
.stm_social_buttons_wrap a:focus,
.stm_social_buttons_wrap a:active {
    text-decoration: none;
}

.stm_social_buttons_wrap1 .whatsapp1 .whatsapp-btn1 {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 5px;
    color: #121e24;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: left;
    padding: 4px 5px;
    margin-bottom: 20px;
}

.stm_social_buttons_wrap1 .whatsapp1 .whatsapp-btn1 .fa-whatsapp1 {
    margin-right: 15px;
    font-size: 27px;
    background-color: #45c655;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}


/*///////////////////////////////////*/


/* WHATSAPP ICON STILISH BUTTON ENDS*/


/*///////////////////////////////////*/

img.resize {
    height: 45px;
    width: 45px
}

.primary-header img.resize {
    height: 35px;
    width: 35px;
    margin-top: 7px
}

.myname {
    padding-left: 10px
}

.contact-in-header {
    border-left: 1px solid #dfdfdf;
    padding-left: 10px
}

.contact-in-header i {
    color: #232323;
    float: left;
    font-size: 45px;
    line-height: 51px;
    margin-right: 0
}

.contact-in-header span {
    color: #999;
    float: right;
    line-height: 25px;
    margin-left: 10px
}

.contact-in-header strong {
    font-size: 20px
}

.mega-menu .menu-list-items ul.menu-links li.pull-right {
    float: right
}

.mega-menu .drop-down ul.by-category li a::before,
.mega-menu .drop-down ul.by-make li a::before {
    content: ""
}

.mega-menu .drop-down ul.by-make li a img {
    height: 65px;
    width: 64px
}

.mega-menu .drop-down ul.by-category li {
    margin-bottom: 10px;
    width: 116px
}

.main-search {
    position: relative;
    height: 550px
}

.main-search.home2 {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/banner-10.jpg") no-repeat scroll center center / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: auto
}

.main-search.home2 .main-search-title {
    margin: 150px 0 0;
    overflow: hidden;
    position: relative
}

.main-search.home {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/banner-10.jpg") no-repeat scroll center center / cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px
}

.main-search.home .main-search-title {
    margin: 150px 0 0;
    overflow: hidden;
    position: relative
}

.main-search.home .main-search-title h1 {
    font-size: 26px
}

.main-search .search-section .form-group {
    margin-bottom: 25px
}

.main-search p {
    color: #fff;
    z-index: 55;
    position: relative;
    font-size: 18px
}

.main-search .main-search-title {
    overflow: hidden;
    position: relative;
    padding-top: 180px
}

.main-search .body-type .main-search-title h1 {
    color: #232323
}

.main-search .main-search-title h1 {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 10px
}

.search-section {
    height: auto;
    outline: medium none;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 5
}

.search-section .search-options>li {
    float: left;
    list-style: outside none none;
    margin: 0;
    width: 296px
}

.search-section .search-options>li input {
    height: 55px;
    margin: 0;
    width: 100%;
    color: #444;
    padding-left: 10px
}

.search-section .search-options>li .btn {
    border-radius: 0 2px 2px 0;
    height: 55px
}

.search-section .search-options>li .btn.btn-danger {
    background-color: #2d343d;
    border-color: #2d343d
}

.search-section .search-options>li:nth-child(4) {
    width: 200px
}

#form-panel {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 24px 25px
}

#banner {
    background: url("/wp-content/themes/carspot/css/../images/banner-5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 480px;
    position: relative;
    width: 100%
}

#banner::before {
    background-color: rgba(34, 34, 34, 0.6);
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%
}

.search-container {
    display: block;
    padding: 150px 0 0;
    position: relative;
    width: 100%;
    overflow: hidden
}

.search-container h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 5px
}

.search-container p {
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px
}

.search-container .form-group .form-control {
    width: 100%;
    height: 69px;
    font-size: 16px
}

.search-container .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0;
    height: 69px
}

.search-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px
}

.search-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 65px;
    font-size: 16px
}

.banner-icon-search {
    background: #fff url("/wp-content/themes/carspot/css/../images/search.png") no-repeat scroll 97% 15px / 21px 21px
}

.search-container .col-md-4 .form-group input:focus,
.search-container .col-md-4 .form-group .input.form-control:focus {
    border: 1px solid #ccc;
    box-shadow: none;
    outline: 0
}

.search-container button {
    background-color: #505050;
    border: medium none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 69px;
    position: relative;
    text-align: center;
    width: 100%
}

.search-container button::before {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    width: 100%;
    z-index: 99
}

.search-container button:hover::before {
    opacity: 1
}

.search-container button i {
    position: relative;
    z-index: 100
}

#map {
    height: 520px;
    width: 100%;
    position: relative
}

#google-map-btn a {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    padding: 9px 16px 8px;
    transition: all .2s ease-in-out 0s
}

#google-map-btn a:hover {
    color: #fff
}

#google-map-btn {
    bottom: 50px;
    display: inline-block;
    font-size: 16px;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    right: 20px;
    z-index: 999
}

#google-map-btn.top {
    bottom: initial;
    right: 20px;
    top: 20px
}

#google-map-btn li {
    float: left;
    line-height: 20px;
    margin-left: 4px
}

#prevpoint::before,
#nextpoint::after {
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: 500;
    line-height: 1px;
    margin: 0 0 0 6px;
    position: relative;
    top: 1px
}

#prevpoint::before {
    content: "";
    margin: 0 6px 0 0
}

#nextpoint::after {
    content: "";
    margin: 0 0 0 6px
}

.gmnoprint {
    margin: 10px
}

.custom-zoom-in,
.custom-zoom-out {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 15px;
    transition: color .3s, background-color .3s;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 15px;
    height: 32px;
    width: 32px
}

.custom-zoom-in:hover,
.custom-zoom-out:hover {
    background-color: #66676b;
    color: #fff
}

.custom-zoom-in:before,
.custom-zoom-out:before {
    font-family: "FontAwesome";
    width: 100%;
    line-height: 34px;
    transition: -webkit-text-stroke .3s;
    -webkit-text-stroke: 1px #fff
}

.custom-zoom-in:before {
    content: "\f067"
}

.custom-zoom-out:before {
    content: "\f068"
}

.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before {
    -webkit-text-stroke: 1px #66676b
}

.cluster img {
    display: none
}

.cluster {
    width: 36px!important;
    height: 36px!important
}

.cluster div {
    text-align: center;
    font-size: 15px!important;
    color: #fff!important;
    font-weight: 500;
    border-radius: 50%;
    width: 36px!important;
    height: 36px!important;
    line-height: 36px!important
}

.cluster div:before {
    opacity: .2;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: cluster-animation 2.5s infinite
}

@keyframes cluster-animation {
    0%,
    100% {
        transform: scale(1.3) rotate(0deg)
    }
    50% {
        transform: scale(1.5) rotate(90deg)
    }
}

.infoBox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    z-index: 999;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 31px;
    width: 31px;
    background-color: #fff;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: "FontAwesome";
    border-radius: 3px;
    -webkit-text-stroke: 1px #fff
}

.infoBox-close:hover {
    color: #fff;
    background-color: #66676b;
    -webkit-text-stroke: 1px #66676b
}

.infoBox {
    -webkit-animation: fadeIn .9s;
    animation: fadeIn .9s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.infoBox:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}

.background-rotator-slider .item img {
    display: block;
    width: 100%;
    height: auto
}

.background-rotator {
    background: #eee none repeat scroll 0 0;
    position: relative;
    overflow: hidden
}

.linear-overlay img,
.slider-shade img {
    position: relative;
    z-index: -1
}

.background-rotator .owl-carousel .owl-item {
    height: 100%;
    width: 100%
}

.background-rotator .search-section {
    color: #fff;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 175px;
    z-index: 1
}

.background-rotator .content {
    padding: 0 70px
}

.background-rotator .heading-caption {
    margin-bottom: 20px;
    text-align: center
}

.background-rotator .search-form input.form-control {
    height: 55px
}

.background-rotator .heading-caption h1 {
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize
}

.background-rotator .heading-caption h1,
.background-rotator .heading-caption p {
    color: #fff;
    margin-bottom: 20px
}

.background-rotator .heading-caption p {
    font-size: 24px
}

.background-rotator .search-form {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px
}

.background-rotator .heading-caption p strong {
    color: #fff
}

.background-rotator .search-form .btn {
    padding: 16px 15px
}

.background-rotator .search-form .btn i {
    margin-left: 10px
}

.category-grid-box-1 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
    display: block;
    width: 100%;
    position: relative
}

.category-grid-box-1:after {
    content: '';
    clear: both;
    display: block
}

.category-grid-box-1 .category-title {
    color: #a0a0a0;
    font-size: 12px
}

.category-grid-box-1 .category-title a {
    color: #a0a0a0
}

.category-title a {
    color: #a0a0a0;
    font-size: 12px
}

.category-grid-box-1 h3 {
    color: #232323;
    font-size: 16px;
    margin-bottom: 4px;
}

.category-grid-box-1:hover {
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.4)
}

.category-grid-box-1 .price-tag .price span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 20px;
}

.category-grid-box-1 .price-tag .price span>span {
    padding: 0;
    font-size: 14px;
    margin-left: 4px;
}

.category-grid-box-1 a {
    color: #232323;
    font-weight: 500
}

.category-grid-box-1 a h6 {
    color: #333;
    margin: 0 0 10px
}

.category-grid-box-1 a h4 {
    color: #242424;
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.category-grid-box-1 a h4:hover {
    color: #3c92ca
}

.category-grid-box-1 .short-description-1 {
    padding: 15px 15px 0 15px;
    background: #fff none repeat scroll 0 0
}

.category-grid-box-1 .short-description-1 ul {
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 0
}

.simple .category-grid-box-1 .short-description-1 ul {
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 0;
}

.simple .category-grid-box-1 .short-description-1 ul li:last-child {
    margin-bottom: 0
}

.category-grid-box-1 .short-description-1 ul li {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
}

.category-grid-box-1 .short-description-1 ul li a {
    color: #999
}

.category-grid-box-1 .short-description-1 ul li i {
    color: #999;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin-right: 5px;
}

.white.category-grid-box-1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: transparent #e9e6e0 #e9e6e0;
    border-image: none;
    border-radius: 0;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: none;
    width: 100%;
    overflow: hidden;
    position: relative
}

.white.category-grid-box-1 .short-description-1 {
    background: #fff none repeat scroll 0 0;
    padding: 10px 15px;
    position: relative;
    overflow: hidden
}

.white.category-grid-box-1 .ad-info-1 ul.pull-right li {
    padding: 26px 7px 20px
}

.white.category-grid-box-1 h3 {
    color: #232323;
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: capitalize
}

.white.category-grid-box-1 h3 a {
    color: #232323
}

.white.category-grid-box-1 .ad-info-1 {
    border-top: 1px solid #e9e6e0;
    background: #fcfbf9 none repeat scroll 0 0
}

.grid-style-1 .white.category-grid-box-1 .short-description-1 {
    border-top: 1px solid #e52d27
}

.grid-style-1 .white.category-grid-box-1 .short-description-1 .ad-price {
    margin-bottom: 0
}

.grid-style-1 .white.category-grid-box-1 .short-description-1 .ad-price span {
    font-size: 16px;
}

.grid-style-1 .white.category-grid-box-1 .short-description-1 .btn {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: -5px
}

.grid-style-1 .white.category-grid-box-1 .short-description-1 .btn i {
    padding-right: 5px
}

.location {
    color: #a0a0a0;
    font-size: 12px;
    margin-bottom: 20px
}

.location a {
    color: #a0a0a0
}

.location i {
    padding-right: 5px
}

.category-grid-box-1 .price-tag {
    bottom: 0;
    position: absolute;
    right: 0
}

.category-grid-box-1 .image {
    overflow: hidden;
    position: relative;
    height: 261px;
}

.category-grid-box-1 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative
}

.special-label-small {
    width: 249px
}

.special-label {
    background: #df1d1d none repeat scroll 0 0
}

.special-label {
    text-align: center;
    color: #fff;
    height: 49px;
    left: -81px;
    line-height: 49px;
    position: absolute;
    text-transform: uppercase;
    top: 27px;
    -ms-transform: rotate(-45deg) translateZ(0px);
    -webkit-transform: rotate(-45deg) translateZ(0px);
    transform: rotate(-45deg) translateZ(0px);
    transform-origin: 50% 50% 0;
    z-index: 10;
    font-size: 14px
}

.special-label-small {
    height: 32px;
    line-height: 32px;
    top: 20px
}

.ad-info-1 {
    background: #fff none repeat scroll 0 0;
    padding: 5px 10px;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #f1f1f1
}

.ad-info-1 .skin-minimal .list li label {
    color: #888;
    margin-bottom: 0;
    vertical-align: middle
}

.ad-info-1 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.ad-info-1 ul li {
    color: #888;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 5px;
    text-align: left
}

.ad-info-1 ul li a {
    color: #888
}

.ad-info-1 ul li span {
    color: #fff;
    font-size: 12px
}

.ad-info-1 ul li i {
    color: #a0a0a0;
    font-size: 14px;
    margin-right: 5px
}

.white.category-grid-box-1 .ad-info-1 ul li,
.white.category-grid-box-1 .ad-info-1 ul li a {
    color: #a0a0a0;
    font-weight: 400
}

.white.category-grid-box-1 img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 100%
}

.white.category-grid-box-1 .image:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.short-description-1 .rating {
    margin: 0;
    float: left
}

.short-description-1 .location {
    margin-bottom: 2px
}

.ad-price {
    font-size: 18px;
    font-weight: 600;
    float: left;
    margin-bottom: 5px;
    color: #232323
}

.grid-style-2 .category-grid-box-1 .short-description-1 ul li {
    display: inline-block;
    float: left;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    color: #1f1d22;
    margin-right: 5px;
    margin-bottom: 4px;
}

.grid-style-2 .category-grid-box-1 .short-description-1 ul li i {
    color: #a0a0a0;
    float: left;
    font-size: 14px;
    margin-right: 5px
}

.grid-style-2 .ad-info-1,
.grid-style-2 .ad-info-1 ul li {
    padding: 0
}

.grid-style-2 .ad-info-1 ul li {
    text-align: center
}

.grid-style-2 .ad-info-1 p {
    display: inline-block;
    line-height: 48px;
    padding-left: 14px;
    margin-bottom: 0;
    font-size: 14px
}

.grid-style-2 .profile-ads-grids .category-grid-box-1 .ad-info-1 p {
    font-size: 16px
}

.grid-style-2 .profile-ads-grids .category-grid-box-1 .ad-info-1 p i {
    font-size: 16px
}

.grid-style-2 .profile-ads-grids .category-grid-box-1 .ad-info-1 p:last-child {
    padding-left: 7px
}

.grid-style-2 .ad-info-1 p i {
    color: #a0a0a0;
    font-size: 14px
}

.grid-style-2 .ad-info-1 ul li a {
    border-left: 1px solid #e5e5e5;
    display: block;
    font-size: 14px;
    height: inherit;
    line-height: 48px;
    text-align: center;
    width: 40px
}

.grid-style-2 .ad-info-1 ul li a i {
    margin-right: 0
}

.grid-style-2 .profile-ads-grids .category-grid-box-1 .ad-info-1 ul.pull-right .confirmation-buttons a {
    font-size: 12px;
    display: inherit;
    height: inherit;
    line-height: inherit;
    text-align: inherit;
    width: inherit
}

.grid-style-2 .profile-ads-grids .category-grid-box-1 .ad-info-1 ul.pull-right .confirmation-buttons a i {
    margin-right: inherit;
    font-size: inherit;
    color: #fff
}

.popover {
    width: 185px
}

.profile-ads-grids .category-grid-box-1 {
    position: inherit
}

.white.category-grid-box {
    background: #fff
}

.category-grid-box {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    background: #fff
}

.category-grid-box:after {
    content: "";
    display: block;
    clear: both
}

.category-grid-box .category-grid-img {
    float: left;
    position: relative;
    width: 100%
}

.category-grid-box .category-grid-img::before {
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -ms-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.category-grid-box .category-grid-img>img {
    float: left;
    width: 100%
}

.category-grid-box .category-grid-img .ad-status {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 1px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    left: 0
}

.category-grid-box>h3 {
    color: #1b1d21;
    float: left;
    font-size: 19px;
    font-weight: bold;
    margin: 22px 0 7px;
    width: 100%
}

.category-grid-box>h3 a {
    color: #1b1d21
}

.category-grid-box .additional-information p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
    padding-right: 0;
    text-transform: capitalize
}

.category-grid-box span.price {
    float: left;
    font-size: 22px
}

.category-grid-box .category-grid-img::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    width: 100%
}

.category-grid-box:hover .category-grid-img::before {
    opacity: .7;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.category-grid-box .user-preview {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 40px;
    height: 40px;
}

.category-grid-box .user-preview img {
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px
}

.category-grid-box .view-details {
    bottom: 15px;
    color: #fff;
    display: none;
    font-size: 14px;
    position: absolute;
    right: 10px;
    text-align: right;
    width: 100%
}

.category-grid-box:hover .view-details {
    display: block;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.category-grid-box .additional-information {
    display: none;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    width: 100%;
    left: 12px;
    bottom: 32px;
    text-align: left;
}

.category-grid-box:hover .additional-information {
    display: block
}

.category-grid-box .short-description {
    padding: 10px 15px 10px;
    overflow: hidden;
    border-top: 1px solid #ccc
}

.category-grid-box .short-description h3 {
    font-size: 16px;
    color: #232323;
    margin-bottom: 0;
}

.category-grid-box .short-description .btn {
    padding: 3px 10px
}

.category-grid-box .short-description .btn i {
    margin-right: 5px
}

.category-grid-box .short-description h3 a {
    color: #232323;
    font-weight: 500;
}

.category-grid-box .short-description .price {
    font-weight: 600;
    font-size: 18px
}

.category-grid-box span.negotiable {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 17px
}

.category-grid-box .short-description .category-title {
    color: #a0a0a0;
    font-size: 14px
}

.category-grid-box .category-title a {
    color: #a0a0a0
}

.category-grid-box .ad-info {
    border-top: 1px solid #eee;
    overflow: hidden;
    position: relative
}

.category-grid-box .ad-info ul {
    list-style: outside none none;
    margin: 0 10px;
    padding: 0
}

.category-grid-box .ad-info ul li:first-child {
    float: left;
    text-align: left
}

.category-grid-box .ad-info ul li {
    color: #888;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    text-align: left;
    float: left;
}

.category-grid-box .ad-info ul li a {
    color: #888
}

.category-grid-box .ad-info ul li i {
    color: #a0a0a0;
    margin-right: 4px;
    font-size: 16px
}

.well {
    background-color: #fff;
    border: 1px solid #eaedef;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: none
}

.ad-listing {
    margin-bottom: 30px;
    padding: 0;
    position: relative
}

.ad-listing .col-md-3.grid-style {
    padding-left: 0
}

.ad-listing .img-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 247px;
}

.ad-listing .img-box::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    width: 100%
}

.ad-listing:hover .img-box::before {
    opacity: .7;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ad-listing .ad-status {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0
}

.ad-listing:hover .view-button {
    opacity: 1
}

.ad-listing .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ad-listing .total-images {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    right: 0;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    text-align: center
}

.list-unstyled li .well.ad-listing .user-preview {
    right: 5px;
    left: auto;
}

.ad-listing .total-images {
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    text-align: center
}

.content-zone .img-zone {
    overflow: hidden;
    position: relative;
    width: 100%
}

.content-zone .img-zone::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    width: 100%
}

.content-zone:hover .img-zone::before {
    opacity: .7;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.content-zone:hover .view-button {
    opacity: 1
}

.quick-view {
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 9999
}

.view-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #252525;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    width: 40px
}

.ad-listing .quick-view {
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 9999
}

.ad-listing .view-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #252525;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    width: 40px
}

.ad-listing .content-area {
    padding: 15px 0 0;
    overflow: hidden;
    position: relative
}

.ad-listing.classified-select .content-area {
    padding: 25px 0 0;
}

.ad-listing.classified-select .content-area h3 {
    margin-bottom: 5px;
}

.ad-listing.classified-select .content-area .category-title .padding_cats a {
    font-size: 14px;
}

.ad-listing .content-area .ad-details {
    margin-top: 5px;
    overflow: hidden;
    position: relative
}

.ad-listing .content-area .ad-price-simple {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    overflow: hidden;
    position: relative
}

.ad-listing .content-area .ad-details ul {
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 5px;
    overflow: hidden
}

.ad-listing .content-area .ad-details ul li {
    font-size: 16px;
    overflow: hidden;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px
}

.ad-listing .content-area .ad-details ul li a {
    color: #999
}

.ad-listing .content-area .ad-details ul li i {
    color: #999;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin-right: 10px
}

.ad-listing .content-area .btn {
    padding: 3px 10px
}

.ad-listing .content-area .price {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden
}

.short-info {
    overflow: hidden
}

.ad-listing .content-area .category-title {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 3px
}

.ad-listing .content-area .category-title a {
    color: #a0a0a0
}

.ad-listing .content-area h3 {
    color: #232323;
    font-size: 18px;
    margin-bottom: 1px;
    width: 100%;
    font-weight: 500;
}

.ad-listing .content-area h3 a {
    color: #232323
}

.ad-meta-info {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.ad-meta-info li {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px
}

.ad-meta-info li i {
    margin-right: 5px;
    color: #a0a0a0
}

.ad-meta-info li a {
    color: inherit
}

.ad-listing .content-area .ad-stats {
    float: left;
    padding-right: 10px;
    padding-top: 0;
    width: 100%;
    color: #a0a0a0;
    font-size: 15px
}

.ad-listing .content-area .ad-stats span {
    font-weight: 600;
    color: #232323
}

.ad-listing .user-preview {
    position: absolute;
    left: 5px;
    top: 10px
}

.ad-listing .user-preview img {
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px
}

.ad-listing .content-area .additional-info {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 0
}

.ad-listing .content-area .additional-info li {
    display: inline-block;
    margin: 0 2px
}

.ad-listing .content-area .additional-info li a {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 50%;
    color: #b7b7b7;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30px
}

.ad-listing .content-area .additional-info li a:hover {
    color: #fff
}

.ad-listing .content-area .col-md-9 {
    padding: 0 20px
}

.ad-listing .content-area .col-md-9::after {
    background-color: #e5eaef;
    content: "";
    height: 164px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 1px
}

.ads-list-archive {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    color: #777;
    display: block;
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden
}

.ads-list-archive .archive-history {
    margin-top: 5px;
}

.ad-archive-img {
    overflow: hidden;
    position: relative
}

.ad-archive-img a img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.ad-archive-img img {
    width: 100%
}

.ad-archive-img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.ad-archive-desc {
    border-right: medium none;
    padding: 10px 20px
}

.ad-archive-desc .rating {
    font-size: 15px;
    margin: 15px 0 3px -3px
}

.ad-archive-desc h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
    color: #232323
}

.ad-archive-desc h3 a {
    color: #232323
}

.ad-archive-desc h3:hover,
.ad-archive-desc h3 a:hover {
    cursor: pointer
}

.ad-archive-desc p {
    font-size: 14px;
    margin-bottom: 0;
}

ul.add_info {
    margin: 0;
    padding: 0
}

.ad-archive-desc ul.add_info {
    margin-top: 10px
}

.ad-archive-desc ul.short-meta {
    margin-top: 1px;
}

.ad-archive-desc ul.short-meta li {
    border-right: 1px solid #e7e7e7;
    line-height: 15px;
    padding: 0 10px
}

.ad-archive-desc ul.short-meta li:first-child {
    padding-left: 5px
}

.ad-archive-desc ul.short-meta li:last-child {
    border-right: medium none
}

.ad-archive-desc ul.short-meta li a {
    color: #777
}

.ads-list-archive .ad-archive-desc .ad-price span {
    font-size: 18px;
    color: #ccc;
}

.ads-list-archive .ad-archive-desc .ad-price-simple span {
    font-size: 18px;
    color: #232323;
    margin-left: 3px;
}

ul.add_info li {
    border: 1px solid #ededed;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    width: 85px
}

ul.add_info li i {
    font-size: 14px;
    position: relative;
    color: #a0a0a0
}

.ad-archive-desc .ad-price {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    overflow: hidden
}

.ad-archive-desc .ad-price-simple {
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    overflow: hidden
}

.ad-archive-desc .category-title {
    margin-bottom: 0;
}

.ad-archive-desc .ad-meta .btn {
    padding: 3px 10px;
    text-transform: capitalize
}

.ad-archive-desc .ad-meta .btn i {
    padding-right: 5px
}

.ad-archive-desc .ad-meta .save-ad {
    background-color: #fcfcfc;
    border-color: #eaedef;
    border: 1px solid #eaedef;
    color: #464e60;
    font-size: 14px
}

.ad-archive-desc .pull-right .btn i {
    padding-right: 5px
}

.ad-archive-desc .last-updated {
    font-size: 12px;
    position: relative;
    float: left;
    line-height: 30px
}

.ad-archive-desc .ad-meta {
    position: relative;
    float: right
}

.singlepage-detail .content-box-grid .short-features {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 25px
}

.singlepage-detail .heading-panel h3 {
    font-size: 20px
}

.singlepage-detail .heading-panel h3.main-title {
    border-bottom: medium none;
    display: inline-block
}

.singlepage-detail .heading-panel {
    margin-bottom: 10px
}

.singlepage-detail .ad-share {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden
}

.singlepage-detail .content-box-grid .short-features span strong {
    color: #232323;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.singlepage-detail .content-box-grid .ad-related-img {
    overflow: hidden;
    margin-bottom: 30px
}

.singlepage-detail .content-box-grid .specification p:first-letter {
    text-transform: capitalize
}

.content-box-grid h1 {
    color: #232323;
    font-size: 22px;
    margin-bottom: 4px;
    text-transform: capitalize
}

.ad-share .content-box-grid {
    cursor: pointer
}

.singlepage-detail {
    position: relative;
    overflow: hidden
}

.content-box-grid {
    border: 1px solid #e7e7e7;
    border-radius: 1px;
    background: #fff;
    padding: 20px 30px
}

.key-features {
    margin-bottom: 15px;
    overflow: hidden
}

.content-box-grid i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: middle
}

.btn-fb {
    background: #3b5998 none repeat scroll 0 0
}

.btn-sharp {
    border-radius: 1px
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.btn-twitter {
    background: #00aced none repeat scroll 0 0
}

.btn-gplus {
    background: #d14433 none repeat scroll 0 0
}

.price-quote .recent-ads .recent-ads-list,
.contact-seller .recent-ads .recent-ads-list {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.price-quote .recent-ads .recent-ads-list-image-inner,
.contact-seller .recent-ads .recent-ads-list-image-inner {
    background-color: transparent;
    width: auto;
    height: auto
}

.price-quote .recent-ads .recent-ads-list-image,
.contact-seller .recent-ads .recent-ads-list-image {
    width: 50%
}

.price-quote .recent-ads .recent-ads-list-title a,
.contact-seller .recent-ads .recent-ads-list-title a {
    font-size: 18px
}

.price-quote .recent-ads .recent-ads-list-price,
.contact-seller .recent-ads .recent-ads-list-price {
    font-size: 16px
}

.share-ad .recent-ads .recent-ads-list {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.share-ad .recent-ads .recent-ads-list-image-inner {
    background-color: transparent;
    width: auto;
    height: auto
}

.share-ad .recent-ads .recent-ads-list-image {
    width: 50%
}

.share-ad .recent-ads .recent-ads-list-title a {
    font-size: 18px
}

.share-ad .recent-ads .recent-ads-list-price {
    font-size: 16px
}

.share-ad .modal-body p {
    font-size: 15px;
}

.share-ad .modal-body h3 {
    font-size: 18px;
    color: #232323;
    margin-bottom: 5px;
    font-weight: 500
}

.share-ad .modal-footer {
    padding: 10px
}

.show-sticky-ad-detail {
    display: block!important
}

.sticky-ad-detail {
    background-color: #363c48;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px 0 15px;
    position: fixed;
    right: 0;
    z-index: 10;
    display: none
}

.sticky-ad-detail .btn {
    border: medium none;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 20px
}

.sticky-ad-detail .btn i {
    margin-right: 5px
}

.sticky-ad-detail .btn .icon-phone {
    vertical-align: -1px
}

.sticky-ad-detail .btn-phone {
    background: #15a949 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #087a30
}

.sticky-ad-detail .btn-phone.active {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #15a949;
    box-shadow: none;
    color: #15a949;
    padding: 9px 20px
}

.sticky-ad-detail .btn-message {
    background: #4691e1 none repeat scroll 0 0;
    box-shadow: 0 2px 0 #367bc4;
    margin-right: 10px
}

.singlepage-detail .content-box-grid .short-history li {
    display: inline-block;
    border-right: 1px solid #e7e7e7;
    padding-right: 10px;
    padding-left: 10px
}

.singlepage-detail .content-box-grid .short-history li:first-child {
    padding-left: 0
}

.singlepage-detail .content-box-grid .short-history li:last-child {
    border-right: medium none
}

.singlepage-detail .content-box-grid .short-history li b {
    font-weight: 600
}

.short-history li {
    display: inline-block;
    border-right: 1px solid #e7e7e7;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px
}

.short-history li a.remove_compare,
.short-history li a.add_compare {
    color: #777;
}

.transparent-breadcrumb-listing .pricing-area a.remove_compare {
    color: #FFF;
}

.transparent-breadcrumb-listing .pricing-area .short-history li a.add_compare {
    color: #FFF;
}

.short-history li:first-child {
    padding-left: 0
}

.short-history li:last-child {
    border-right: medium none
}

.short-history li b {
    font-weight: 600
}

.sticky-ad-detail .short-history li b a {
    color: #fff
}

.adz-detail strong {
    color: #232323
}

.singlepage-detail .adz-head h4 {
    color: #232323;
    font-size: 24px
}

.adz-detail,
.top-sellers {
    padding: 25px 0
}

.adz-detail .short-features {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}

.adz-detail .heading-panel h3 {
    color: #232323;
    font-size: 22px
}

.adz-detail .heading-panel {
    margin-bottom: 30px
}

.adz-detail .heading-panel h3.main-title {
    border-bottom: 2px solid #f58936;
    display: block
}

.desc-points {
    margin-bottom: 10px
}

.desc-points ul,
.desc-points ol {
    counter-reset: item
}

.desc-points li {
    line-height: 40px
}

.desc-points ol {
    list-style: none;
    padding-left: 0
}

.desc-points li:before,
.desc-points ol li:before {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #232323;
    content: counter(item, decimal) "";
    counter-increment: item;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    opacity: .7;
    text-align: center;
    width: 25px;
    margin-right: 10px
}

.desc-points li i {
    color: #6bc242;
    margin-right: 15px
}

.single-details .owl-controls .owl-nav .owl-next,
.single-details .owl-controls .owl-nav .owl-prev {
    background-color: #f58936;
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single-details .owl-prev {
    left: -5px;
    position: absolute;
    top: 40%
}

.single-details .owl-next {
    position: absolute;
    right: -5px;
    top: 40%
}

.single-details .owl-controls .owl-nav div {
    padding: 30px 10px
}

.single-details .owl-controls .owl-nav {
    display: none
}

.singlepage-detail .single-details:hover .owl-controls .owl-nav {
    display: block
}

.singlepage-detail .content-box-grid .ad-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 25px
}

.singlepage-detail .content-box-grid .ad-title h2 {
    color: #232323;
    font-size: 22px;
    margin-bottom: 4px;
    text-transform: capitalize
}

.singlepage-detail .content-box-grid .ad-title h2 a {
    color: #232323
}

#itemMap {
    width: 100%;
    height: 370px;
    margin-bottom: 5px;
    z-index: 0;
}

.content-box-grid .ad-closed img {
    left: 42px;
    position: absolute;
    top: 107px
}

.gallery-style-post {
    margin-bottom: 15px;
    position: relative
}

.star-score {
    padding-left: 5px;
    color: #232323;
    font-size: 18px
}

.content-box-grid .key-features {
    margin: 0 0 10px
}

.boxicon {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    float: left;
    height: auto;
    margin-top: 0;
    padding: 7px;
    text-align: center;
    width: 107px;
    background-color: #fff
}

div.boxicon:last-child {
    margin-right: 0
}

.boxicon i {
    font-size: 40px;
    padding-top: 15px;
    padding-bottom: 5px;
    display: block
}

.boxicon i.petrol {
    color: #0083c9
}

.boxicon i.kilo-meter {
    color: #00a651
}

.boxicon i.engile-capacity {
    color: #ff9b30
}

.boxicon i.reg-year {
    color: #e52d27
}

.boxicon i.transmission {
    color: #ff5700
}

.boxicon i.body-type {
    color: #785edd
}

.boxicon i.car-color {
    color: #e4405f
}

.car-feature-list {
    float: left;
    width: 100%
}

.car-feature-list li::before,
.car-feature-list ol li::before {
    display: none
}

.car-feature-list li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 10px;
    width: 33%;
    font-size: 17px
}

.car-feature-list li i {
    vertical-align: top;
    color: #777;
    font-size: 24px
}

.small-section .img-thumb.first {
    margin-bottom: 17px
}

.img-thumb {
    background: #f6f6f6 none repeat scroll 0 0;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.feuture-posts .fp-small {
    padding: 0 14px
}

.total-images {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    text-align: center
}

.slider {
    margin: 50px 0 10px!important
}

#carousel li {
    margin-right: 5px;
}

#carousel img {
    display: block;
    opacity: .5;
    cursor: pointer
}

#carousel img:hover {
    opacity: 1
}

#carousel .flex-active-slide img {
    opacity: 1;
    cursor: default
}

.singlepage-detail .flexslider .slides li.slide-video {
    height: 420px;
}

.singlepage-detail #single-slider .slides li {
    max-height: 420px;
    /* height: 420px; 
     position: relative; 
     overflow: hidden;  */
}
/* 
.singlepage-detail #single-slider .slides li img{
    width : 100%;
    height : 100%;
    position : absolute!important;
    top : 0;
    left : 0;
    object-fit : contain;
} */

.singlepage-detail .flexslider .slides li.slide-video video {
    width: 100%;
    height: 420px;
}

.singlepage-detail .flexslider .slides li.video-small {
    height: 100% !important;
}

.singlepage-detail video.small-video {
    height: 112px !important;
    width: 160px !important;
}

.panel {
    overflow: hidden;
    border-radius: 0
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eee
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #232323;
    background-color: #fff;
    border-color: #fff
}

.panel-title>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none
}

.panel-title span {
    display: block;
    padding: 10px 15px;
    text-decoration: none
}

.more-less {
    float: right;
    color: #f1f1f1;
    top: 5px
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee
}

#accordion .panel-body ul li {
    padding: 5px 0
}

#accordion .panel-body.categories ul li a,
#accordion .panel-body.countries ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #232323
}

#accordion .panel-body.categories ul li a:hover,
#accordion .panel-body.countries ul li a:hover {
    text-decoration: none;
    color: #f58936
}

#accordion .panel-body a i {
    color: #8e8b8b;
    font-size: 22px;
    margin-right: 10px
}

#accordion .panel-body ul li a span {
    color: #9e9e9e;
    margin-left: 5px
}

.panel-body {
    background-color: #fff;
    padding: 5px 15px;
}

#accordion .panel-body .search-widget {
    margin-bottom: 0;
}

.search-widget {
    background: #f4f4f4 none repeat scroll 0 0;
    height: 50px;
    margin-bottom: 20px;
    position: relative
}

.search-widget input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 40px;
    width: 100%
}

.search-widget button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #bdbdbd;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.skin-minimal .list li label {
    padding-left: 5px;
    font-weight: 500;
    color: #666;
    font-size: 14px
}

.side-menu {
    background: #fff
}

.skin-minimal .list li label:hover {
    text-decoration: none
}

.recent-ads .recent-ads-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.recent-ads .recent-ads-list:last-child {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.recent-ads .recent-ads-container {
    display: table;
    width: 100%;
}

.recent-ads .recent-ads-list-image {
    display: table-cell;
    width: 96px;
}

.recent-ads .recent-ads-list-image img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
}

.recent-ads .recent-ads-list-image-inner {
    background-color: rgba(0, 0, 0, 0.12);
    display: block;
    height: 60px;
    margin: 0 16px 0 0;
    position: relative;
    width: 100px;
}

.recent-ads .recent-ads-list-content {
    display: table-cell;
    vertical-align: top;
}

.recent-ads .recent-ads-list-content h3 {
    color: #232323;
    font-size: 16px;
}

.recent-ads .recent-ads-list-title {
    margin: 0;
}

.recent-ads .recent-ads-list-title a {
    color: #232323;
    font-size: 15px;
    font-weight: 500;
}

.recent-ads .recent-ads-list-location {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.recent-ads .recent-ads-list-location li {
    display: inline !important;
    border-bottom: medium none !important;
}

.recent-ads .recent-ads-list-location li::before {
    display: none !important;
}

.recent-ads .recent-ads-list .recent-ads-container .recent-ads-list-content ul.recent-ads-list-location li a {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.recent-ads .recent-ads-list-price {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.sidebar .widget+.widget {
    margin-top: 5px
}

.sidebar .widget {
    overflow: hidden;
    position: relative;
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #eee
}

.sidebar .widget .widget-heading {
    background-color: #fff;
    border-color: #eee;
    border-bottom-color: #eee;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    color: #232323;
    padding: 0
}

.sidebar .widget .widget-content {
    border-top-color: #eee;
    background-color: #fff;
    padding: 20px 25px
}

.sidebar .widget .widget-content ul li {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    padding-bottom: 13px;
    padding-top: 13px
}

.sidebar .widget .widget-content ul li a {
    color: #232323
}

.sidebar .widget .widget-content .category-grid-box .ad-info ul li {
    padding: 10px 20px!important;
    font-size: 14px;
    line-height: normal
}

.sidebar .widget .widget-content ul li:first-child {
    padding-top: 0
}

.sidebar .widget .widget-content ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0
}

.sidebar .widget .widget-content .tagcloud {
    margin-top: 7px;
    overflow: hidden
}

.sidebar .widget .widget-content .tagcloud a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 4px 8px 0;
    padding: 0 17px;
    color: #232323;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.sidebar .widget .widget-content .finance-calculator {
    position: relative;
}

.sidebar .widget .widget-content .finance-calculator ul li {
    padding: 0;
    border: none;
}

.blog-sidebar .widget+.widget {
    margin-top: 5px
}

.blog-sidebar .widget {
    position: relative;
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px 25px;
    overflow: hidden
}

.blog-sidebar .widget .widget-heading {
    border: medium none
}

.blog-sidebar .widget .widget-heading h4 {
    border-bottom: 2px solid #e3e3e3;
    color: #323232;
    margin: 0 0 15px;
    padding: 13px 18px 13px 0;
    text-transform: capitalize;
    font-weight: 500;
}

.blog-sidebar .widget .widget-heading .panel-title a {
    padding: 0
}

.blog-sidebar .widget .widget-heading h4::before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 70px
}

.blog-sidebar .widget ul li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

.blog-sidebar .widget ul li a {
    color: #232323;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.blog-sidebar .widget .recent-ads .recent-ads-list .recent-ads-container .recent-ads-list-content ul.recent-ads-list-location li a {
    padding: 0
}

.blog-sidebar .widget .recent-ads .recent-ads-list .recent-ads-container .recent-ads-list-content ul.recent-ads-list-location li a::after {
    display: none
}

.blog-sidebar .widget li.wc-layered-nav-rating a {
    line-height: inherit;
}

.blog-sidebar .widget li.wc-layered-nav-rating a::after {
    display: none
}

.blog-sidebar .widget ul li a::after {
    color: #828282;
    content: "";
    display: inline-block;
    float: right;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 45px;
    position: relative;
    right: 0;
    top: -10px;
}

.blog-sidebar .widget ul li.cat-item span.pull-right {
    float: none!important
}

.blog-sidebar .widget ul li a span {
    color: #ddd;
    padding-left: 5px
}

.blog-sidebar .widget ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0
}

.blog-sidebar .widget .tagcloud {
    margin-top: 7px;
    overflow: hidden
}

.blog-sidebar .widget .tagcloud a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    margin: 0 4px 8px 0;
    padding: 0 17px;
    color: #232323;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.blog-sidebar .widget .gallery-image img {
    transition: all .3s ease 0s;
    o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    width: 100%
}

.blog-sidebar .widget .gallery-image img:hover {
    background: #000;
    opacity: .7
}

.blog-sidebar .widget .gallery-image {
    margin-top: 10px;
    overflow: hidden
}

.blog-sidebar .widget .gallery-image a {
    float: left;
    margin-bottom: 10px;
    margin-right: 3px;
    max-width: 24%;
    transition: all .3s ease 0s;
    o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.sidebar .widget-title {
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px
}

.sidebar .widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.sidebar .widget ul li {
    border-bottom: 1px solid #f3f3f3;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0
}

.ad-listing-price {
    display: block;
    position: relative;
    width: 100%;
    outline: 0;
    margin-top: 10px
}

.ad-listing-price p {
    font-size: 36px;
    text-align: right;
    margin-bottom: 0;
    font-weight: 600
}

.sidebar .panel.panel-default .panel-heading {
    border-bottom: none;
}

.user-photo {
    border-right: 1px dashed #e0e0e0
}

.user-photo img {
    height: auto;
    width: 90px
}

.user-information .user-name {
    font-size: 20px;
    font-weight: 600;
    color: #232323
}

.user-information .user-name a {
    color: #232323
}

.user-info-card {
    padding-bottom: 15px;
    padding-top: 25px
}

.ad-listing-meta>ul {
    padding: 0
}

.ad-listing-meta ul li {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px
}

.ad-listing-meta ul li:last-child {
    border-bottom: medium none
}

.ad-listing-meta ul li span {
    float: right;
    font-weight: 600
}

.widget-content ol {
    padding-left: 15px
}

.widget-content ol li {
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative
}

.widget-content.saftey ol li {
    margin-bottom: 0;
    padding-left: 2px;
    position: relative
}

.widget .widget-content .featured-slider-3 .item .category-grid-box {
    margin-bottom: 0
}

.blog-post:after {
    content: '';
    display: block;
    clear: both
}

.blog-post {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #162532;
    margin-bottom: 30px;
    position: relative
}

.blog-post .post-excerpt a strong {
    color: #232323
}

.blog-detial iframe {
    width: 100%;
    height: 350px
}

.blog-post a {
    color: inherit;
    text-decoration: none
}

.post-info a {
    margin-right: 20px
}

.post-img {
    margin-bottom: 25px;
    position: relative
}

.post-img img {
    height: auto;
    -webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -ms-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    max-width: 100%
}

.posts-masonry .blog-post .post-img img {
    width: 100%;
}

.blog-post .blog-content {
    position: relative;
}

.blog-post .user-preview {
    position: absolute;
    right: 15px;
    top: -48px;
    z-index: 9
}

.blog-post .user-preview img {
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
    z-index: 9
}

.post-info {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 20px;
    color: #999;
    text-transform: capitalize
}

.post-title {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 0 20px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.post-excerpt {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 20px;
    color: #999
}

.review-excerpt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0 20px;
    color: #999
}

.review-excerpt p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.7em
}

.review-excerpt img {
    margin-bottom: 20px
}

.review-excerpt .pro-cons {
    position: relative;
    margin-bottom: 20px
}

.review-excerpt .table th {
    color: #232323
}

.review-excerpt .gallery.list-inline {
    margin-left: 0
}

.review-excerpt .gallery.list-inline li {
    padding: 0;
    width: 16.2%
}

.review-excerpt .pro-cons ul li:last-child {
    margin-bottom: 0
}

.review-excerpt .pro-cons .pro-section ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 10px;
    color: #5cb85c
}

.review-excerpt .pro-cons .cons-section ul li:before {
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 10px;
    color: #d9534f
}

.review-excerpt .pro-cons .cons-section,
.review-excerpt .pro-cons .pro-section {
    border: 1px solid #f1f1f1;
    padding: 20px;
    position: relative
}

.review-excerpt .pro-cons img {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 10px
}

.review-excerpt .pro-cons h3 {
    padding-left: 20px
}

.review-excerpt .pro-cons ul {
    clear: both
}

.review-excerpt .pro-cons ul li {
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 23px;
    position: relative;
    display: list-item
}

.review-excerpt .pro-cons ul li i {
    left: 0;
    position: absolute;
    top: 4px
}

.review-excerpt h3 {
    color: #232323;
    font-size: 22px;
    margin-bottom: 10px
}

.blog-detial .blog-post .post-excerpt blockquote p strong {
    font-weight: 600;
    color: #232323
}

.blog-detial .blog-post .post-img .large-img {
    width: 100%;
    height: 400px
}

.blog-detial .alignleft {
    float: left;
    margin: 7px 24px 7px 0
}

.blog-detial .alignright {
    float: right;
    margin: 7px 0 7px 24px
}

.blog-detial .aligncenter {
    display: block;
    margin: 7px auto
}

.tags-share {
    padding: 10px 0 0;
    border-bottom: 1px solid #d7d7d7
}

.tags-share h3 {
    color: #1b1313;
    display: inline-block;
    font-size: 16px!important;
    line-height: 29px;
    padding-top: 3px;
    margin: 0!important
}

.tags-share .share ul {
    padding-left: 0;
    margin: 0
}

.tags-share .tags ul,
.tags-share .share ul {
    display: inline-block;
    list-style-type: none
}

.tags-share .tags ul li,
.tags-share .share ul li {
    display: inline-block
}

.tags-share .tags ul li a:hover {
    text-decoration: underline
}

.tags-share .share h3 {
    font-weight: 700
}

.tags-share .share ul li a {
    color: #1b1313
}

.tags-share .share ul li a:hover {
    text-decoration: underline
}

.single-blog .share ul {
    list-style-type: none
}

.single-blog .share ul li {
    display: inline-block
}

.single-blog .share ul li a {
    color: #1b1313;
    font-size: 14px
}

.single-blog .share ul li a:hover {
    text-decoration: underline
}

.blog-detial .blog-section .blog-heading h2 {
    color: #232323;
    font-size: 18px;
    margin: 40px 0 15px;
    padding: 13px 18px 0 0;
    text-transform: capitalize;
    font-weight: 500;
}

.blog-detial .comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.blog-detial .comment li {
    padding-right: 0
}

.blog-detial .comment li:last-child {
    border-right: 0 none
}

.blog-detial .comment-info {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    margin: 0;
    overflow: hidden;
    padding: 15px 0;
}

.blog-detial .comment-info p {
    margin-bottom: 40px
}

.blog-detial .comment-info img {
    max-width: 90px
}

.blog-detial .comment-info .author-desc {
    margin-left: 80px;
    position: relative;
    overflow: hidden;
    margin-top: 3px;
}

.blog-detial .comment-info .author-title {
    color: #323232;
    line-height: 16px;
    margin-bottom: 5px
}

.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info p:last-child {
    margin-bottom: 0;
}

.blog-detial .author-title strong {
    color: #323232;
    font-size: 16px;
    text-transform: uppercase
}

.blog-detial .comment-date {
    border-left: 1px solid #777;
    color: #777;
    font-size: 12px;
    margin-left: 17px;
    padding-left: 17px
}

.blog-detial .comment-list .children {
    list-style: outside none none;
    padding-left: 60px;
    margin-top: 0;
}

.blog-detial .comment-info img {
    width: 60px
}

.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.comment li {
    border-right: 2px solid #000;
    padding-right: 10px
}

.comment li:last-child {
    border-right: 0 none
}

.comment-info {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin: 30px 0;
    overflow: hidden
}

.comment-info p {
    margin-bottom: 40px
}

.comment-info img {
    max-width: 90px
}

.comment-info .author-desc {
    margin-left: 115px
}

.comment-info .author-title {
    color: #323232;
    line-height: 16px;
    margin-bottom: 22px
}

.author-title strong {
    color: #323232;
    font-size: 16px;
    text-transform: uppercase
}

.comment-date {
    border-left: 1px solid #777;
    color: #777;
    font-size: 12px;
    margin-left: 17px;
    padding-left: 17px
}

.comment-list .children {
    list-style: outside none none;
    padding-left: 67px
}

.comment-info img {
    max-width: 90px
}

.comment-list .comment .comment-info .author-desc .author-title li a {
    color: #777;
}

.user-contact-info {
    margin-bottom: 5px;
}

.blog-detial .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600
}

.blog-detial .page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9
}

.blog-detial .navigation li a,
.blog-detial .navigation li a:hover,
.blog-detial .navigation li.active a,
.blog-detial .navigation li.disabled {
    color: #fff;
    text-decoration: none
}

.blog-detial .navigation li {
    display: inline
}

.blog-detial .navigation li a,
.blog-detial .navigation li a:hover,
.blog-detial .navigation li.active a,
.blog-detial .navigation li.disabled {
    background-color: #6fb7e9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: .75rem
}

.blog-detial .navigation li a:hover,
.blog-detial .navigation li.active a {
    background-color: #3c8dc5
}

span.required {
    color: #f00;
    font-size: 18px;
    line-height: 10px
}

label {
    font-size: 14px;
    font-weight: 600;
    color: #232323
}

.featured-slider-1 .owl-item .category-grid-box {
    margin-top: 0;
    margin-bottom: 30px
}

.featured-slider-1 .owl-controls .owl-nav .owl-next,
.featured-slider-1 .owl-controls .owl-nav .owl-prev {
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.featured-slider-1 .owl-prev {
    right: 40px;
    position: absolute;
    top: -75px
}

.featured-slider-1 .owl-next {
    position: absolute;
    right: 10px;
    top: -75px
}

.featured-slider-1 .owl-prev i,
.featured-slider-1 .owl-next i {
    background-color: #FFF;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.16);
    padding: 15px 10px;
    margin: 0;
}

.featured-slider-1 .owl-prev i:hover,
.featured-slider-1 .owl-next i:hover {
    color: #232323;
}

.featured-slider-1 .owl-item .item .category-grid-box-1 {
    margin-bottom: 30px
}

.featured-slider .owl-item .category-grid-box {
    margin-top: 0;
    margin-bottom: 30px
}

.featured-slider .owl-controls .owl-nav .owl-next,
.featured-slider-shop .owl-controls .owl-nav .owl-next,
.featured-slider .owl-controls .owl-nav .owl-prev,
.featured-slider-shop .owl-controls .owl-nav .owl-prev {
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.featured-slider .owl-prev,
.featured-slider-shop .owl-prev {
    left: -32px;
    position: absolute;
    top: 35%
}

.featured-slider .owl-next,
.featured-slider-shop .owl-next {
    position: absolute;
    right: -33px;
    top: 35%
}

.search-2 .noUi-background,
.sidebar #accordion .panel .panel-body .noUi-background,
.widget .widget-content .noUi-background,
.advance-search .noUi-background {
    background: #44728e;
    box-shadow: none
}

.search-2 .noUi-target,
.sidebar #accordion .panel .panel-body .noUi-target,
.widget .widget-content .noUi-target,
.advance-search .noUi-target {
    border: 0;
    box-shadow: none;
    border-radius: 0
}

.search-2 .noUi-horizontal,
.sidebar #accordion .panel .panel-body .noUi-horizontal,
.widget .widget-content .noUi-horizontal,
.advance-search .noUi-horizontal {
    height: 6px
}

.search-2 .noUi-origin,
.sidebar #accordion .panel .panel-body .noUi-origin,
.widget .widget-content .noUi-origin,
.advance-search .noUi-origin {
    border-radius: 0
}

.noUi-connect {
    background: #224357;
    box-shadow: none
}

.search-2 .noUi-horizontal .noUi-handle,
.sidebar #accordion .panel .panel-body .noUi-horizontal .noUi-handle,
.widget .widget-content .noUi-horizontal .noUi-handle,
.advance-search .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -7px;
    top: -4px
}

.search-2 .noUi-handle:after,
.sidebar #accordion .panel .panel-body .noUi-handle:after,
.search-2 .noUi-handle:before,
.sidebar #accordion .panel .panel-body .noUi-handle:before,
.advance-search .noUi-handle:after,
.advance-search .noUi-handle:before {
    content: none
}

.widget .widget-content .noUi-handle::after,
.widget .widget-content .noUi-handle::before {
    background: 0
}

.search-2 .noUi-handle,
.sidebar #accordion .panel .panel-body .noUi-handle,
.widget .widget-content .noUi-handle,
.advance-search .noUi-handle {
    border-radius: 100%;
    border: 2px solid #2e566e;
    background: #94b9d0;
    box-shadow: none;
    cursor: pointer
}

.search-form .price-slider-value,
.price-slider-value,
.widget .widget-content .price-slider-value {
    display: block;
    margin-bottom: 11px;
    margin-top: 3px
}

.advance-search .price-slider-value {
    color: #232323;
    font-size: 14px;
    font-weight: 600;
    margin-top: 34px;
}

.search-2 .form-control {
    border: medium none
}

.page-header-area-2 {
    padding: 30px 0;
    text-align: left;
    position: relative
}

.page-header-area-2 .small-breadcrumb {
    background: transparent
}

.page-header-area-2 .small-breadcrumb .breadcrumb-link ul li a {
    color: #999
}

.page-header-area-2 .small-breadcrumb .breadcrumb-link ul li::after {
    color: #a0a0a0
}

.page-header-area-2 .small-breadcrumb .breadcrumb-link ul li a.active {
    border-bottom: medium none
}

.page-header-area-2 h1 {
    color: #232323;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize
}

.page-header-area-2 .key-features {
    margin-top: 15px;
    margin-bottom: 0
}

.small-breadcrumb {
    overflow: hidden;
    position: relative;
    width: 100%
}

.small-breadcrumb .breadcrumb-link {
    overflow: hidden
}

.small-breadcrumb .breadcrumb-link ul li {
    float: left;
    padding: 0 15px
}

.small-breadcrumb .breadcrumb-link ul li:first-child {
    padding-left: 0
}

.small-breadcrumb .breadcrumb-link ul li a {
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    position: relative
}

.small-breadcrumb .breadcrumb-link ul li a .icon {
    margin-right: 5px
}

.small-breadcrumb .breadcrumb-link ul li a .icon {
    display: inline-block;
    width: auto
}

.small-breadcrumb .breadcrumb-link ul li a::after {
    bottom: -8px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%
}

.small-breadcrumb .breadcrumb-link ul li a:hover::after {
    bottom: -4px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.small-breadcrumb .breadcrumb-link ul li a:first-child {
    padding-left: 0
}

.small-breadcrumb .breadcrumb-link ul li {
    position: relative
}

.small-breadcrumb .breadcrumb-link ul li::after {
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 0;
    text-decoration: inherit;
    top: 10px
}

.small-breadcrumb .breadcrumb-link ul li:last-child::after {
    display: none
}


/*TRANSPARENT BREADCRUMB*/

.transparent-breadcrumb-listing::after {
    background: rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.transparent-breadcrumb-listing {
    background: url(https://listing.downtown-directory.com/wp-content/themes/dwt-listing/assets/images/collage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    color: #fff;
    padding-bottom: 35px;
    padding-top: 175px;
    position: relative;
    z-index: 1;
}

.transparent-breadcrumb-listing {
    color: #fff;
}

.transparent-breadcrumb-listing .list-heading h2 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.transparent-breadcrumb-listing.single-trans-bread .heading-zone {
    padding-bottom: 0;
}

.transparent-breadcrumb-listing.single-trans-bread .heading-zone h1,
.transparent-breadcrumb-listing.single-trans-bread .heading-zone .short-history .photo-rearrange a {
    color: #FFF;
}

.parallex {
    position: relative;
    z-index: 44
}

.parallex h2 {
    color: #fff;
    position: relative;
    z-index: 44
}

.parallex::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.parallex-small {
    background: #363c48 none repeat scroll 0 0;
    color: #fff;
    padding: 25px 0
}

.parallex-text h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.parallex.about-us .parallex-text h4 {
    font-size: 40px;
    margin: 12px 0 25px;
}

.parallex.about-us .parallex-text a.btn {
    margin-right: 20px;
}

.parallex-text h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.parallex-text h4 span {
    color: #213043;
}

.parallex-text p {
    color: #fff;
    position: relative;
    z-index: 44;
}

.parallex-small .btn {
    margin-top: 0;
}

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

.btn-clean {
    color: #fff;
}

.btn-clean:hover {
    background-color: #fff;
    color: #323232;
}

.parallex-small .btn {
    margin-top: 10px;
}

.btn-clean {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase
}

.btn-light i {
    font-size: 14px;
    padding-right: 5px
}

.grid-panel {
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    padding: 20px 5px 10px
}

.grid-panel .heading-panel {
    margin-bottom: 20px
}

.grid-panel .heading-panel h3.main-title {
    border-bottom: medium none;
    display: inline-block
}

.grid-panel .ad-location-gird {
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 30px
}

.grid-panel .ad-location-gird .location-icon i {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px
}

.usefull-info {
    background: #fff none repeat scroll 0 0;
    padding: 15px 0;
    text-align: center
}

.usefull-info .icon-info {
    font-size: 20px;
    margin: 0 0 18px
}

.usefull-info .icon-info {
    position: relative;
    z-index: 10
}

.usefull-info .info-content {
    overflow: hidden
}

.usefull-info .info-content h3:hover {
    cursor: pointer
}

.usefull-info .description {
    margin: 0 0 15px
}

.usefull-info h3 {
    font-size: 18px;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 20px;
    color: #232323
}

.alert-box-container h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #232323
}

.alert-box-container p {
    margin: 0 0 10px
}

.alert-box-container form {
    margin: 0 0 5px
}

.alert-box-container .form-control {
    padding: 12px
}

.alert-box-container .select2-container--default .select2-selection--single {
    height: 46px;
    font-size: 14px
}

.alert-box-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #777;
    line-height: 42px
}

.alert-box-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px
}

.alert-box-container .btn {
    padding: 12px 15px
}

.sec-padding {
    padding: 90px 0
}

.font-white {
    color: #FFF
}

.font-uppercase {
    text-transform: uppercase
}

.font-thin-xs {
    font-weight: 200
}

.font-bold {
    font-weight: 600
}

.font-white {
    color: #FFF
}

.text-right {
    text-align: right !important;
    float: right;
}

.call-action {
    position: relative;
    width: 100%
}

.call-action i {
    float: left;
    font-size: 70px;
    height: 70px;
    margin-top: 25px;
    margin-right: 20px;
    width: 70px
}

.call-action h4 {
    font-size: 30px;
    text-transform: capitalize
}

.advertizing-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    margin-top: -0.5em;
    padding: 4px
}

.advertizing-box>img {
    display: block;
    width: 100%
}

.advertizing {
    padding: 45px 0
}

.banner {
    display: block;
    max-width: 100%;
    overflow: hidden
}

.banner {
    text-align: center
}

.banner img {
    max-width: 100%
}

.advertising {
    margin-bottom: 30px
}

.car-detail .advertising {
    margin-bottom: 0
}

.car-detail .advertising .banner {
    background: none!important;
    border: medium none;
    padding-bottom: 0
}

.advertising .banner {
    border: 2px solid #f1f1f1;
    display: table;
    height: 100%;
    padding: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    background: #fff none repeat scroll 0 0
}

.advertising .banner:hover {
    border-color: #d9d9d9
}

.advertising .banner .title,
.advertising .banner .submit {
    display: table-cell;
    vertical-align: middle
}

.advertising .banner .title {
    color: #232323;
    font-size: 24px;
    font-weight: lighter;
    width: 70%
}

.advertising .banner .submit {
    font-size: 18px;
    text-align: right;
    width: 30%
}

.advertising .banner .submit i {
    color: #073855;
    margin-left: 10px
}

.main-search .grid-card {
    margin-bottom: 0;
    min-height: 487px;
    box-shadow: none
}

.grid-card {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    color: #666;
    overflow: hidden;
    position: relative;
    padding: 15px 15px 0;
    width: 100%;
    margin-bottom: 30px
}

.why-us.border-box {
    border: 1px solid #f2f2f2;
    padding: 70px 70px 60px
}

.why-us i {
    color: #232323;
    display: inline-block;
    font-size: 42px;
    padding-bottom: 20px
}

.why-us h5 {
    color: #232323;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: capitalize
}

.heading-title h2 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: capitalize
}

.custom-modal.modal-backdrop.in {
    opacity: .8
}

.custom-modal .modal-content {
    background-clip: padding-box;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4)
}

.custom-modal .modal-body {
    font-size: 1.6rem;
    line-height: 24px;
    padding: 0 30px
}

.custom-modal .modal-header {
    border: 0 none;
    padding: 30px;
    position: relative;
    box-shadow: none
}

.custom-modal .modal-header .modal-title {
    color: #232323;
    margin: 0
}

.custom-modal .modal-header .close {
    margin: 0;
    outline: 0 none;
    position: absolute;
    right: 30px;
    top: 40px
}

.custom-modal .modal-footer {
    border: 0 none;
    padding: 10px 30px 30px
}

.accordion {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.accordion>li {
    border-bottom: 1px solid #f3f3f3;
    padding: 18px 0
}

.gray .accordion>li {
    border-bottom: 1px solid #ddd
}

.accordion>li:first-child {
    padding-top: 0
}

.accordion-title {
    font-size: 18px;
    font-weight: 500;
    position: relative
}

.accordion-title a {
    display: block;
    color: #232323
}

.accordion-title a::before {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/plus.png") no-repeat scroll center center;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px
}

.accordion li.open .accordion-title a::before {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/minus.png") no-repeat scroll center center
}

.accordion-content {
    display: none;
    padding-top: 10px
}

.accordion-content p {
    margin-bottom: 15px
}

.accordion-content p:last-child {
    margin-bottom: 0
}

.accordion.first-open li:first-child .accordion-content {
    display: block
}

.card .nav-tabs {
    border-bottom: 2px solid #DDD
}

.card .nav-tabs>li.active>a,
.card .nav-tabs>li.active>a:focus,
.card .nav-tabs>li.active>a:hover {
    border-width: 0
}

.card .nav-tabs>li>a {
    border: 0;
    color: #666
}

.card .nav-tabs>li.active>a,
.card .nav-tabs>li>a:hover {
    border: 0;
    background: transparent
}

.card .nav-tabs>li>a::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.card .nav-tabs>li.active>a::after,
.card .nav-tabs>li:hover>a::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.card .tab-nav>li>a::after {
    background: #21527d none repeat scroll 0 0;
    color: #fff
}

.card .tab-pane {
    padding: 15px 0
}

.card .tab-content {
    padding: 20px
}

.card {
    background: #FFF none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px
}

.commentForm h2 {
    color: #232323;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 30px;
    text-transform: uppercase
}

.singleContadds {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.singleContadds i {
    color: #ffa60a;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 6px
}

.template-icons {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 16px;
    margin: -1px 0 0 -1px;
    padding: 0;
    width: 33%;
    background-color: #fff
}

.template-icons>.icon-box-icon {
    border-right: 1px solid #f1f1f1;
    color: #231f20;
    display: inline-block;
    font-size: 45px;
    line-height: 80px;
    margin-right: 5px;
    min-height: 80px;
    min-width: 80px;
    padding-left: 0;
    text-align: center
}

.icon-box-icon {
    float: left;
    font-size: 64px;
    margin-left: 0;
    padding-left: 20px
}

.class-name {
    color: #777;
    font-size: 18px;
    padding: 1.5em
}

.heading-panel .switcher {
    margin: 15px 0 0
}

.heading-panel .switcher .btn {
    padding: 10px 30px
}

.heading-panel .switcher .btn i {
    margin-right: 5px
}

.info-panel {
    background: #fff none repeat scroll 0 0
}

.icon-heading {
    padding: 5px 0
}

.icon-heading h1,
.icon-heading h2,
.icon-heading h3,
.icon-heading h4 {
    padding-left: 50px;
    position: relative
}

.custom-links img {
    float: left;
    padding-right: 35px
}

.custom-links a {
    color: #252320;
    display: block;
    line-height: 14px;
    margin-bottom: 20px;
    padding-left: 0;
    position: relative
}

.bg-img-3 {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/banner-6.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.bg-img {
    background: rgba(0, 0, 0, 0.6) url("/wp-content/themes/carspot/css/../images/6.jpg") no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    clear: both
}

.background-1 {
    background-image: url(/wp-content/themes/carspot/css/../images/mechanic.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    margin-left: -10%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1
}

.background-1::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.background-2 {
    background-image: url(/wp-content/themes/carspot/css/../images/service.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%
}

.background-3 {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 50%
}

.background-3::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.background-4 {
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    width: 50%
}

.background-4::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.form-grid {
    padding: 30px;
    background-color: #FFF;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.form-grid .skin-minimal .list li label {
    padding-left: 10px
}

.form-grid .skin-minimal .list li label a {
    color: #777
}

.form-grid .btn-social {
    margin-bottom: 15px
}

.form-grid .social-btns-grid {
    position: relative;
}

.form-grid .social-btns-grid a {
    display: inline-block;
    padding: 10px 15px;
    text-transform: capitalize;
    text-align: left;
}

.form-grid .social-btns-grid a img {
    width: 34px;
}

.form-grid .social-btns-grid a.btn-google {
    background-color: #FFF;
    color: #242424;
    border: none;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.form-grid .social-btns-grid a:last-child {
    margin-right: 0;
}

.btn-social {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block
}

.btn-social>*:first-child {
    font-size: 1.6em;
    padding-right: 8px;
    vertical-align: middle;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus,
.btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open>.dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open>.dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open>.dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus,
.btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover,
.btn-google.active:hover,
.open>.dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open>.dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open>.dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

h2.no-span {
    color: #232323;
    display: table;
    font-size: 16px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

h2.no-span b {
    padding: 0 20px
}

h2.no-span:before,
h2.no-span:after {
    border-top: 1px solid #ccc;
    content: '';
    display: table-cell;
    position: relative;
    top: .8em;
    width: 45%
}

.site-map {
    margin-bottom: 30px;
    overflow: hidden
}

.site-map-list li {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 0
}

.site-map-list li:last-child {
    border-bottom: medium none
}

.site-map-list li a {
    display: inline-block;
    vertical-align: top;
    color: #232323
}

.site-map-list li a::before {
    color: #999;
    content: "";
    float: left;
    font-family: fontawesome;
    margin-right: 10px
}

.site-map h3 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize
}

.comming-soon-grid {
    text-align: center;
    background-color: #f6f6f6;
    position: relative;
    z-index: 1
}

.comming-soon {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0
}

.theme-logo {
    margin-bottom: 50px
}

.comming-soon-grid .count-down #clock {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 50px
}

.comming-soon-grid .count-down #clock>span {
    font-size: 50px;
    font-weight: 700
}

.subscribe {
    margin-bottom: 50px
}

.subscribe>p {
    font-size: 18px;
    color: #2c3e50;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 30px
}

.subscribe input,
.subscribe button {
    border: 1px solid #ddd;
    height: 50px;
    width: 30%;
    padding: 5px 15px
}

.subscribe button {
    width: 15%;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms
}

.subscribe button>i {
    padding-right: 5px
}

.social-area-share>a {
    background-color: #2c3e50;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px
}

.social-area-share>a:hover {
    color: #fff
}

.btn-theme.btn-outline {
    background: transparent none repeat scroll 0 0;
    border-color: #2854a1;
    color: #2854a1
}

.error-page .error-container {
    font-family: "Poppins", sans-serif;
}

.error-page .error-container {
    margin-bottom: 40px
}

.error-page .error-container>.error-text {
    color: #232323;
    font-size: 270px;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px
}

.error-page .error-container>.error-info {
    color: #050709;
    font-size: 32px;
    text-transform: capitalize;
    text-align: center
}

.post-ad-form {
    background-color: #fff;
    display: block;
    padding: 30px;
    overflow: hidden;
    position: relative
}

.post-ad-form.extra-padding {
    padding: 30px 110px
}

.submit-form label {
    color: #18293b
}

.submit-form .row {
    margin-top: 25px;
    margin-bottom: 25px
}

.submit-form .skin-minimal ul.list li {
    margin-top: 10px
}

.submit-form label {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
    font-size: 16px
}

.submit-form small {
    color: gray;
    padding-left: 10px
}

.submit-form .form-control {
    background-image: none;
    border: 1px solid #eceff2;
    border-radius: 4px;
    color: #656565;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    width: 100%;
    background-color: #f8f8f8
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none
}

.main-search .search-section .form-control:focus {
    border-color: inherit;
    box-shadow: none;
    border: 1px solid #ccc
}

.post-ad-form .select2-container--default .select2-selection--single {
    background-color: #f8f8f8;
    border: 1px solid #eceff2;
    border-radius: 0;
    height: 46px;
    border-radius: 4px;
}

.post-ad-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
}

.post-ad-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.btn-blue {
    color: #fff;
    background-color: #02a8f3;
    border-color: #1bb0f4
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    color: #fff;
    background-color: #0197da;
    border-color: #1bb0f4
}

.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    background-image: none
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
    background-color: #02a8f3;
    border-color: #1bb0f4
}

.btn-blue .badge {
    color: #02a8f3;
    background-color: #fff
}

.btn-purple {
    color: #fff;
    background-color: #611bbd;
    border-color: #130269
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    color: #fff;
    background-color: #49247a;
    border-color: #130269
}

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    background-image: none
}

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #611bbd;
    border-color: #130269
}

.btn-purple .badge {
    color: #611bbd;
    background-color: #fff
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px
}

.list-style-1 .panel.with-nav-tabs .panel-heading {
    padding: 0;
    background-color: transparent;
    border-color: inherit;
    border: medium none
}

.list-style-1 .panel-default {
    border-color: inherit;
    border: medium none
}

.list-style-1 .panel {
    background-color: transparent;
    box-shadow: none;
    border: medium none
}

.list-style-1 .nav-tabs>li.active>a,
.list-style-1 .nav-tabs>li.active>a:hover,
.list-style-1 .nav-tabs>li.active>a:focus {
    border-color: inherit;
    border: medium none
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: 0
}

.list-style-1 .with-nav-tabs.panel-default .nav li a {
    padding: 17px 35px;
    background-color: #ebebeb;
    color: #232323;
    font-weight: 600;
    border-color: transparent
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px
}

.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #777
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ddd
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #555
}

.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #fff
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #3071a9
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    background-color: #4a9fe9
}

.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #3c763d
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #d6e9c6
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #3c763d
}

.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #31708f
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #31708f
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #bce8f1
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #31708f
}

.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #8a6d3b
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #faebcc
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #8a6d3b
}

.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f2dede;
    border-color: #ebccd1
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #a94442
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ebccd1
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #a94442
}

.hr {
    border-top: 1px solid #ebebeb;
    margin: 30px 0
}

.components .nav>li {
    float: left
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.alert-outline {
    background-color: transparent;
    color: inherit;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.btn-rounded {
    border-radius: 60px
}

.alert {
    background-clip: padding-box;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    margin-bottom: 10px;
    padding: 19px 19px 19px 65px;
    position: relative
}

.alert::after {
    content: "";
    font-family: FontAwesome;
    font-size: 1.6rem;
    left: 23px;
    position: absolute;
    top: 17px
}

.alert.alert-success {
    background: #8ac249 none repeat scroll 0 0;
    border: 1px solid #8ac249
}

.alert.alert-success::after {
    content: ""
}

.alert.alert-info {
    background: #02a8f3 none repeat scroll 0 0;
    border: 1px solid #02a8f3
}

.alert.alert-info::after {
    content: "�?�"
}

.alert.alert-warning {
    background: #fe9700 none repeat scroll 0 0;
    border: 1px solid #fe9700
}

.alert.alert-warning::after {
    content: "�?�"
}

.alert.alert-danger {
    background: #f34235 none repeat scroll 0 0;
    border: 1px solid #f34235
}

.alert.alert-danger::after {
    content: "�?�"
}

.alert.alert-success.alert-outline {
    background: transparent;
    border: 1px solid #8ac249;
    color: #232323
}

.alert.alert-success::after {
    content: "\f071 "
}

.alert.alert-info.alert-outline {
    background: transparent;
    border: 1px solid #02a8f3;
    color: #232323
}

.alert.alert-info::after {
    content: "\f071 "
}

.alert.alert-warning.alert-outline {
    background: transparent;
    border: 1px solid #fe9700;
    color: #232323
}

.alert.alert-warning::after {
    content: "\f071 "
}

.alert.alert-danger.alert-outline {
    background: transparent;
    border: 1px solid #f34235;
    color: #232323
}

.alert.alert-danger::after {
    content: "�?�"
}

.alert.alert-outline .close {
    color: #232323;
    opacity: .5;
    outline: 0 none;
    right: 5px
}

.alert.alert-file-upload {
    background: #4bae4f none repeat scroll 0 0;
    padding: 19px
}

.alert .close {
    color: #fff;
    opacity: .5;
    outline: 0 none;
    right: 5px
}

.alert .close:hover {
    opacity: 1
}

.label.label-success {
    background: #8ac249 none repeat scroll 0 0
}

.label.label-info {
    background: #02a8f3 none repeat scroll 0 0
}

.label.label-warning {
    background: #fe9700 none repeat scroll 0 0
}

.label.label-danger {
    background: #f34235 none repeat scroll 0 0
}

.popover {
    background-clip: padding-box;
    border-radius: 5px;
    box-shadow: none
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.sell_for_me {
    height: 40px;
    width: 100px;
    position: fixed;
    bottom: 40px;
    right: 56px;
    background-color: #f5af02;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-items: first baseline;
    display: flex;
    font-size: initial;
    /* font-weight: bold; */
    z-index: 9;
  }

  .sell_for_me:hover {
    color: white;
  }

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 99
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1
}

.happy-clients-area {
    padding: 90px 0 60px
}

.client-brand-list {
    margin-left: -30px;
    overflow: hidden
}

.sigle-clients-brand {
    float: left;
    padding-left: 30px;
    width: 20%;
    margin-bottom: 30px
}

.sigle-clients-brand a {
    border: 1px solid #ddd;
    display: block;
    opacity: .5;
    padding: 20px
}

.sigle-clients-brand a:hover {
    opacity: 1
}

.sigle-clients-brand a img {
    width: 100%;
    padding: 0 40px
}

.client-section {
    padding: 50px 0
}

.client-section h3 {
    color: #323232;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 5px
}

.client-section h2 {
    color: #323232;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase
}

.funfacts {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/banner-6.jpg") no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.funfacts {
    height: 100%;
    text-align: center
}

.funfacts .number {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px
}

.funfacts h4 {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 30px
}

.funfacts .icons {
    position: relative;
    width: 100%;
    text-align: center;
    clear: both;
    display: table;
    margin-bottom: 25px
}

.funfacts .icons i {
    font-size: 60px;
    color: #fff
}

.about-stats {
    padding-top: 70px;
    height: 100%;
    text-align: left
}

.about-stats .number {
    color: #232323;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px
}

.about-stats h4 {
    color: #232323;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 30px
}

.about-stats .icons {
    position: relative;
    width: 100%;
    text-align: left;
    clear: both;
    display: table;
    margin-bottom: 25px
}

.about-stats .icons i {
    font-size: 60px;
    color: #232323
}

.mobile-image-content {
    margin: -30px auto;
    max-width: 420px;
    position: relative
}

.mobile-image-content img {
    position: absolute;
    width: 100%
}

.featured-ads .app-text-section {
    padding-top: 90px;
    position: relative
}

.featured-ads .pricing-fancy {
    margin-bottom: 0;
    min-height: 500px;
    padding: 100px 32px
}

.featured-ads .app-text-section h3 {
    font-weight: 600
}

.featured-ads .app-text-section h5 {
    opacity: 1
}

.app-text-section {
    padding-bottom: 112px;
    padding-top: 50px;
    position: relative
}

.app-text-section h5 {
    color: #fff;
    margin-bottom: 5px;
    opacity: .8;
    text-transform: uppercase
}

.app-text-section h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

.app-text-section ul {
    list-style: outside none none;
    margin: 15px 0 30px;
    padding: 0
}

.app-text-section ul li::before {
    content: "\f0a4";
    font-family: "fontawesome";
    left: 0;
    position: absolute
}

.app-text-section ul li {
    color: #fff;
    font-size: 14px;
    padding: 3px 0 3px 20px
}

.app-text-section .app-download-btn {
    position: relative
}

.app-download-button,
.btn.app-download-button {
    -moz-user-select: none;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-weight: 400;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
    width: 100%;
    z-index: 1
}

.btn.app-download-button i {
    display: block;
    font-size: 50px;
    float: left;
    padding: 0 20px 0 0
}

.btn.app-download-button span.app-store-btn span {
    display: block;
    overflow: hidden;
    text-align: left;
    vertical-align: bottom;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.btn.app-download-button span.app-store-btn span span {
    display: block;
    overflow: hidden;
    width: 100%
}

.btn.app-download-button span.app-store-btn span span:first-child {
    font-size: 14px
}

.btn.app-download-button span.app-store-btn span span:last-child {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.app-download-section.style-2 .btn.app-download-button span.app-store-btn span span:last-child {
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 600
}

span.app-store-btn {
    display: block;
    padding: 12px 15px;
    position: relative;
    border: 1px solid #fff;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.app-download-section {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/app.jpg") no-repeat fixed center center / cover;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.app-download-section.style-2 {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/slider/slider-banner4.jpg") no-repeat fixed center center / cover
}

.parallex .app-download-section-wrapper {
    background-color: transparent;
    content: "";
    height: 100%;
    opacity: 1;
    position: relative;
    width: 100%;
    z-index: 3
}

.parallex .app-download-section-container {
    padding: 120px 0
}

.app-download-section-wrapper {
    background-color: #363c48;
    content: "";
    height: 100%;
    opacity: .8;
    position: relative;
    width: 100%;
    z-index: 3
}

.parallex .section-title {
    color: #fff
}

.app-download-section.style-2 .app-download-section-container {
    padding: 90px 0 0 0
}

.app-download-section-container {
    overflow: hidden;
    padding: 180px 0 150px;
    position: relative;
    width: 100%;
    z-index: 4
}

.section-title {
    color: #1e1e1e;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 75px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    word-spacing: 5px
}

.quick-view-modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0
}

.modalopen {
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.modalopen.in {
    opacity: 1;
    z-index: 99999
}

.ad-modal {
    width: 1090px;
    background: #fff
}

.ad-modal .single-product {
    padding: 30px 15px
}

.diblock {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    overflow: hidden
}

.ad-modal .single-product .diblock .title h3 {
    background-color: #fff;
    border-bottom: 0 none;
    border-radius: 5px 5px 0 0;
    color: #121212;
    font-size: 25px;
    line-height: 26px;
    padding: 18px 0 18px
}

.ad-modal .single-product .diblock .flexslider .slide-main img {
    border: medium none;
    margin: 0;
    max-width: 100%
}

.ad-preview-details {
    text-align: left
}

.ad-preview-details h4 {
    font-size: 20px;
    font-weight: 700;
    color: #232323
}

.ad-preview-details h4 a {
    color: #232323
}

.ad-preview-details .overview-price {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left
}

.ad-preview-details .overview-price span {
    font-size: 26px;
    font-weight: 700;
    display: block
}

.ad-preview-details p:after {
    content: '';
    display: block;
    clear: both
}

.ad-preview-info {
    overflow: hidden
}

.ad-preview-details p {
    margin-top: 15px
}

.ad-preview-details ul {
    list-style: outside none none;
    margin: 0;
    padding: 20px 0 30px
}

.ad-preview-details ul li {
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding: 10px 0;
    width: 100%
}

.ad-preview-details ul li span {
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase
}

.ad-preview-details ul li p {
    color: #232323;
    display: inline;
    font-size: 14px;
    font-weight: 700
}

.ad-preview-details ul li:first-child {
    border-top: 1px solid #eee
}

.popup-cls:hover {
    opacity: .7
}

.popup-cls.close {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    opacity: 1;
    padding: 7px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 5
}

.quick-view-modal .ad-modal .single-product .single-page-slider .flex-direction-nav .flex-prev,
.quick-view-modal .ad-modal .single-product #carousels .flex-direction-nav .flex-prev {
    background-image: url("/wp-content/themes/carspot/css/../images/back.png");
    height: 32px;
    left: 0;
    margin-left: 20px;
    text-align: right;
    width: 32px
}

.quick-view-modal .ad-modal .single-product .single-page-slider .flex-direction-nav .flex-next,
.quick-view-modal .ad-modal .single-product #carousels .flex-direction-nav .flex-next {
    background-image: url("/wp-content/themes/carspot/css/../images/next.png");
    height: 32px;
    margin-right: 20px;
    right: 0;
    text-align: right;
    width: 32px
}

.quick-view-modal .ad-modal .single-product #carousels .flex-direction-nav a {
    top: 28%!important
}

.center {
    margin-top: 50px
}

.modal-header h3 {
    font-weight: 700;
    color: #232323;
    overflow: hidden;
    font-size: 16px
}

.modal-body {
    overflow: hidden
}

.modal-header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 4px 4px 0 0;
    min-height: 16.43px;
    padding: 15px 20px
}

.modal-body .btn {
    padding: 10px 20px
}

.modal-footer {
    padding: 0
}

.modal-footer .btn-group button {
    height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    border-right: 1px solid #ddd
}

.modal-footer .btn-group:last-child>button {
    border-right: 0
}

.ad-share .box i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: middle
}

.ad-share .box {
    cursor: pointer
}

.btn-fb,
.btn-gplus,
.btn-twitter {
    color: #fff!important
}

.btn-fb {
    background: #3b5998 none repeat scroll 0 0
}

.btn-gplus {
    background: #d14433 none repeat scroll 0 0
}

.btn-twitter {
    background: #00aced none repeat scroll 0 0
}

.how-it-work {
    float: left;
    padding: 0 15px;
    width: 33.2%
}

.how-it-work p {
    padding: 0 10px
}

.how-it-work:first-of-type .how-it-work-icon::before {
    width: 0
}

.how-it-work:last-of-type .how-it-work-icon::after {
    width: 0
}

.how-it-work-icon::after {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/dashed-line.jpg") repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -125px;
    top: 50%;
    width: 125px;
    z-index: 2
}

.how-it-work-icon::before {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/dashed-line.jpg") repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -125px;
    position: absolute;
    top: 50%;
    width: 125px;
    z-index: 2
}

.how-it-work-icon {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/border-dashed.png") no-repeat scroll left top / 100% auto;
    display: inline-block;
    height: 150px;
    padding: 14px;
    position: relative;
    width: 150px
}

.how-it-work i {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.1);
    color: #233141;
    font-size: 50px;
    height: 120px;
    left: 15px;
    padding: 45px 0;
    position: absolute;
    text-align: center;
    top: 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 120px
}

.how-it-work h4 {
    margin: 35px 0 20px;
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

.pagination {
    border-radius: 0;
    margin: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0
}

.pagination li {
    box-shadow: none;
    display: inline-block;
    margin-right: 10px
}

.pagination li>a {
    background-color: #fff;
    border-color: #d1d1d1;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 14px
}

.status_active {
    background: #4caf50 none repeat scroll 0 0;
    color: #fff
}

.status_sold {
    background: #3498db none repeat scroll 0 0;
    color: #fff
}

.status_expired {
    background: #d9534f none repeat scroll 0 0;
    color: #fff
}

.ribbon {
    padding: 0 12px;
    position: absolute;
    top: 0;
    z-index: 1
}

.btn-file {
    position: relative;
    overflow: hidden;
    padding: 15px 30px!important
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: 0;
    background: white;
    cursor: inherit;
    display: block
}

#img-upload {
    width: 75px
}

.item-date {
    font-size: 14px;
    margin-top: 0;
    padding-bottom: 8px
}

.item-date .ad-pub {
    display: block;
}

.item-date .label {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.profile-edit {
    background: #fff none repeat scroll 0 0;
    padding: 45px
}

.profile-edit h2 {
    font-weight: 400
}

.profile-edit dt {
    text-align: inherit
}

.profile-edit dt strong {
    color: #232323;
    font-weight: 600
}

.profile-edit hr {
    margin: 17px 0 15px
}

.tab-content {
    padding: 0
}

.profile-edit h2 {
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: capitalize
}

.profile-edit .dl-horizontal i {
    font-size: 14px
}

@media(max-width:768px) {
    .profile-tabs .nav-tabs {
        border-bottom: medium none
    }
    .right-side img {
        bottom: inherit;
        position: relative;
        right: inherit;
    }
}

.nav-tabs>li>a,
.nav-pills>li>a,
.nav-tabs.nav-justified>li>a {
    border-radius: 0
}

.profile-tabs .nav-tabs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px
}

.profile-tabs .nav-tabs a {
    color: #232323;
    font-size: 16px;
    padding: 16px 15px
}

.profile-tabs .nav-tabs>.active>a,
.profile-tabs .nav-tabs>.active>a:hover,
.profile-tabs .nav-tabs>.active>a:focus {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    color: #232323
}

.profile-tabs .nav-tabs>li>a {
    border: medium none
}

.profile-tabs .nav-tabs>li>a:hover {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #232323
}

.profile-tabs .tab-content img {
    margin-bottom: 15px
}

.profile-tabs .tab-content img.img-tab-space {
    margin-top: 10px
}

.block-content {
    float: left;
    width: 100%
}

.profile-section .skin-minimal .list li label {
    color: #777
}

.profile-section .skin-minimal ul.list li {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

.user-profile .btn-group .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    min-width: 46px;
    padding: 4px 14px;
    border: 1px solid #ddd;
    margin-right: 6px;
    margin-top: 8px
}

.user-profile .btn-group .tooltip-content span {
    color: #fff!important;
    font-size: 14px!important
}

.user-profile .btn-group .btn-xs i {
    color: #999
}

.user-profile .btn-group span,
.user-profile .btn-group a {
    color: #232323
}

.ad-history {
    margin: 30px 0 0 0
}

.user-stats {
    border-radius: 2px;
    padding: 15px
}

.col-md-4:nth-child(1) .user-stats {
    background: #34495e
}

.col-md-4:nth-child(2) .user-stats {
    background: #3498db
}

.col-md-4:nth-child(3) .user-stats {
    background: #1abc9c
}

.user-stats>h2 {
    color: #fff;
    font-weight: 400;
    margin: 0
}

.user-stats>small {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-top: 1px;
    text-transform: uppercase
}

.dashboard-menu-container {
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    overflow: hidden;
    position: relative
}

.dashboard-menu-container ul {
    margin-bottom: 0
}

.dashboard-menu-container ul li {
    border-right: 1px solid #f1f1f1;
    display: inline-block;
    text-align: center;
    width: 14%
}

.dashboard-menu-container ul li .icon i {
    color: #ddd;
    font-size: 30px;
    padding-top: 10px;
    text-align: center
}

.dashboard-menu-container ul li:last-child {
    border-right: medium none
}

.dashboard-menu-container ul li .menu-name {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.dl-horizontal dd {
    border-bottom: 1px solid #f4f4f4;
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px 0
}

.profile-edit .dl-horizontal dd:last-child {
    border-bottom: medium none
}

.profile-edit dl:last-child {
    margin-bottom: 0
}

.dl-horizontal dt {
    padding: 10px 0
}

.ad-row {
    margin-bottom: 30px
}

.search-result-item {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px
}

.search-result-item:after,
.search-result-item:before {
    content: " ";
    display: table
}

.search-result-item:after {
    clear: both
}

.search-result-item .image-link {
    display: block;
    overflow: hidden
}

@media(min-width:768px) {
    .search-result-item .image-link {
        display: inline-block;
        margin: -20px 0 -20px -20px;
        float: left;
        width: 200px
    }
}

@media(max-width:767px) {
    .search-result-item .image-link {
        max-height: 200px;
    }
}

.search-result-item .image {
    max-width: 100%
}

.search-result-item .info {
    margin-top: 2px;
    font-size: 14px
}

.search-result-item .info span {
    border-right: 1px solid #777;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 2px;
    display: inline-block
}

.search-result-item .info span a {
    color: inherit
}

.search-result-item .info span i {
    padding-right: 5px
}

.search-result-item .info span:first-child {
    padding-left: 0
}

.search-result-item .info span:last-child {
    border-right: medium none
}

.search-result-item .description {
    font-size: 14px
}

.search-result-item+.search-result-item {
    margin-top: 20px
}

@media(min-width:768px) {
    .search-result-item-body {
        margin-left: 200px
    }
}

.search-result-item-heading {
    color: #323232;
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    text-transform: capitalize
}

.search-result-item-heading a {
    color: #323232
}

@media(min-width:768px) {
    .search-result-item-heading {
        margin: 0
    }
}

.sold img {
    position: absolute;
    top: 10px;
    left: 0
}

a.delete i {
    color: #ed1c24
}

.user-profile ul li.active span {
    background-color: #f58936
}

.ad-info-1 ul li i.delete {
    color: #ed1c24!important;
    font-size: 20px
}

.ad-info-1 ul li i.edit {
    color: #999!important;
    font-size: 20px
}

.heading .search-widget {
    margin-bottom: 0;
    margin-top: 17px
}

.heading .panel-title>a {
    padding: 30px
}

.notification.msgs {
    margin: 0
}

.notification {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 15px
}

.round-btn {
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    background: #232323 none repeat scroll 0 0
}

.notification .round-btn i {
    color: #fff
}

.round-btn,
.notification>span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.notification>span {
    background: #ed1c24 none repeat scroll 0 0;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    position: relative;
    right: 15px;
    text-align: center;
    top: -15px;
    transform-origin: 50% 50% 0
}

.ads-list-archive .ad-archive-desc .ad-price {
    float: right
}

.content-zone .short-description-1 .ad-price {
    float: right
}

.notify {
    position: absolute;
    top: 8px
}

.notify .heartbit {
    animation: 1s ease-out 0s normal none infinite running heartbit;
    border: 5px solid #fb9678;
    border-radius: 70px;
    height: 25px;
    position: absolute;
    left: -16px;
    top: -20px;
    width: 25px;
    z-index: 10
}

.notify .point {
    background-color: #fb9678;
    border-radius: 30px;
    height: 6px;
    position: absolute;
    left: -6px;
    top: -10px;
    width: 6px
}

@keyframes heartbit {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    25% {
        opacity: .1;
        transform: scale(0.1)
    }
    50% {
        opacity: .3;
        transform: scale(0.5)
    }
    75% {
        opacity: .5;
        transform: scale(0.8)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes heartbit {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    25% {
        opacity: .1;
        transform: scale(0.1)
    }
    50% {
        opacity: .3;
        transform: scale(0.5)
    }
    75% {
        opacity: .5;
        transform: scale(0.8)
    }
    100% {
        opacity: 0;
        transform: scale(1)
    }
}

.mailbox {
    overflow: auto;
    padding-bottom: 0;
    min-width: 320px;
    max-width: 320px
}

.drop-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 20px 15px
}

.message-center a {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    padding: 9px 15px
}

.message-center .user-img {
    float: left;
    margin: 0 10px 15px 0;
    position: relative
}

.message-center .user-img img {
    width: 50px;
    height: 50px
}

.message-center .mail-contnet h5 {
    text-transform: capitalize;
    color: #242424;
}

.message-center .mail-contnet .mail-desc {
    color: #777;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.message-center .mail-contnet .time {
    color: #2b2b2b;
    display: block;
    font-size: 10px
}

.message-body {
    background-color: #fff;
    overflow: hidden
}

.message-inbox {
    border-right: 4px solid #eee
}

.message-inbox .message-header span {
    float: right
}

.message-inbox .message-header span+span {
    margin-right: 10px
}

.message-inbox .message-header span a {
    color: #232323
}

.message-inbox .list-wrap {
    position: relative;
    height: 590px;
    overflow: hidden
}

.message-details .list-wraps {
    position: relative;
    height: 460px;
    overflow: hidden
}

.message-header {
    padding: 15px 20px
}

.message-header h4 {
    display: inline-block;
    font-size: 18px;
    color: #232323;
    margin: 0
}

.message-header .new-message {
    float: right;
    font-size: 14px;
    color: #666;
    margin-top: 3px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.message-header .new-message .icon,
.message-header .new-message .fa {
    color: #f58936;
    margin-right: 10px
}

.message-header .new-message:hover {
    color: #f58936
}

.message-history {
    border-top: 1px solid #d4d4d4;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.message-history li {
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.message-history li a {
    display: block;
    overflow: hidden;
    padding: 25px 20px
}

.message-history li .image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left
}

.message-history li .image img {
    width: 100%
}

.message-history li .user-name {
    position: relative;
    margin-left: 70px
}

.message-history li .user-name .author {
    margin-top: 5px
}

.message-history li .user-name .author span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #666
}

.message-history li .user-name .author .user-status {
    display: none
}

.message-history li .user-name p {
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin-top: 5px
}

.message-history li .user-name .time {
    position: absolute;
    top: 2px;
    right: 0
}

.message-history li .user-name .time span {
    font-size: 16px;
    color: #777
}

.message-history li:hover {
    background-color: #f8f8f8
}

.message-history .message-grid .user-name .author span {
    color: #232323
}

.message-history .message-grid .user-name .author .user-status {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2db82d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px
}

.message-history .active {
    background-color: #f8f8f8
}

.message-details {
    position: relative;
    padding: 30px 44px 30px 14px;
    overflow: hidden
}

.message-details .author {
    overflow: hidden
}

.message-details .author .image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 18px
}

.message-details .author .author-name {
    display: block;
    font-size: 16px;
    color: #232323;
    line-height: 1.5em;
    font-weight: 600
}

.message-details .author em {
    font-size: 14px;
    font-style: italic;
    color: #666
}

.message-details p {
    margin-top: 20px
}

.ps-scrollbar-x-rail {
    display: none
}

.ps-container>.ps-scrollbar-y-rail {
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    right: 0;
    width: 3px;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease
}

.ps-container:hover>.ps-scrollbar-y-rail>.ps-scrollbar-y,
.ps-container:active>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    opacity: 1
}

.messages {
    list-style: outside none none;
    margin: 0;
    padding: 10px
}

.messages>li {
    margin-bottom: 10px
}

.messages>li:last-child {
    margin-bottom: 0
}

.messages .profile-picture {
    height: 40px;
    margin: 0;
    width: 40px
}

.messages .profile-picture img {
    border: medium none
}

.friend-message .profile-picture {
    float: left
}

.my-message .profile-picture {
    float: right
}

.friend-message .message {
    margin-left: 50px
}

.my-message .message {
    margin-right: 50px
}

.messages .message {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 40px;
    padding: 15px 20px;
    position: relative
}

.messages .message .time {
    font-size: 14px;
    line-height: 10px;
    margin-top: 0;
    text-align: right
}

.friend-message .message::before {
    border-bottom: 10px solid transparent;
    border-right: 10px solid;
    border-top: 0 solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    top: 10px;
    width: 0
}

.my-message .message::before {
    border-bottom: 10px solid transparent;
    border-left: 10px solid;
    border-top: 0 solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    width: 0
}

.messenger-footer .form-control {
    height: 54px;
    overflow: hidden;
    padding: 5px;
    resize: none
}

.friend-message .message::before {
    border-right-color: #e9e9e9
}

.my-message .message::before {
    border-left-color: #f6f6f6
}

.friend-message .message {
    background-color: #e9e9e9
}

.my-message .message {
    background-color: #1f364f;
    color: #fff
}

.message-details h2 {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize
}

.message-details h2 a {
    color: #232323
}

.chat-form {
    background-color: #eff0f4;
    clear: both;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.chat-form .form-group {
    float: left;
    margin-right: 2%;
    width: 80%
}

.chat-form .btn {
    padding: 12px 25px;
    height: 50px;
}

.pricing-fancy {
    padding: 60px 32px;
    background: #fff none repeat scroll 0 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #ddd
}

.gray .pricing-fancy {
    border: medium none
}

.pricing-fancy h3 {
    color: #232323;
    font-size: 30px;
    text-transform: uppercase
}

.pricing-fancy h3 span {
    font-weight: 300
}

.pricing-fancy .icon-bg {
    bottom: 0;
    position: absolute;
    right: -30px;
    z-index: 1
}

.pricing-fancy .icon-bg i {
    color: #f1f1f1;
    font-size: 170px
}

.pricing-fancy .price-box {
    position: relative;
    z-index: 10
}

.pricing-fancy .price-large {
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    font-weight: 500;
    line-height: 82px;
    color: #232323;
    margin-bottom: 15px
}

.pricing-fancy .dollartext,
.monthtext {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px
}

.pricing-fancy .price-box p {
    color: #d2d2d2;
    text-transform: uppercase;
    margin-bottom: 35px
}

.pricing {
    text-align: center
}

.pricing h2 {
    color: #294661
}

.pricing p {
    margin-bottom: 100px
}

.pricing .block {
    border: 1px solid #d4dadf;
    padding: 60px 10px;
    margin-bottom: 30px;
    background-color: #fff
}

.pricing.style-3 .selection {
    overflow: hidden;
    margin-bottom: 30px
}

.pricing.style-3 .block {
    margin-bottom: 0
}

.pricing .block.featured {
    background: #363c48 none repeat scroll 0 0;
    border: 1px solid #363c48;
    color: #fff
}

.pricing span {
    display: block
}

.pricing h3 {
    color: #294661;
    font-size: 30px;
    font-weight: 600
}

.pricing .featured .name {
    color: #fff
}

.pricing .type {
    font-size: 16px
}

.pricing .price {
    color: #294661;
    font-size: 54px;
    margin-bottom: 15px;
    margin-top: 40px
}

.pricing .featured .price {
    color: #fff
}

.pricing .featured h3 {
    color: #fff
}

.pricing .time {
    font-size: 14px
}

.pricing ul {
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    margin: 50px 0 30px;
    padding: 0
}

.pricing li {
    line-height: 2.2em
}

.pricing a.btn {
    padding: 15px 35px
}

.pricing a.btn i {
    margin-left: 10px
}

.pricing .featured a.btn-theme {
    background-color: transparent;
    border-color: #fff
}

.pricing .featured a.button>i {
    color: #fff
}

.pricing a.button:hover>i {
    margin-left: 10px;
    opacity: 1
}

.pricing a.solid {
    background: #d4dadf none repeat scroll 0 0;
    border: 1px solid #d4dadf
}

.pricing .featured a.solid {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border: 1px solid #fff
}

.pricing a.solid:hover {
    background: #f2f4f6 none repeat scroll 0 0;
    border: 1px solid #f2f4f6
}

.pricing .featured a.solid:hover {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff
}

.pricing-item {
    border: 7px solid #f1f1f1;
    color: #232323;
    padding: 15px 30px;
    margin-bottom: 30px;
    overflow: hidden
}

.pricing-item .price {
    font-size: 4.3em;
    font-weight: 900;
    letter-spacing: 3px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 10px
}

.pricing-item .price small {
    font-size: .6em;
    position: relative;
    top: -25px
}

.pricing-item strong {
    display: block;
    font-size: 1.2em;
    margin: 10px 0
}

.pricing-item p {
    color: #999
}

.pricing-item .btn {
    margin: 15px 0
}

.listingTopFilterBar {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(206, 206, 206, 0.36);
    min-height: 60px;
    border-color: #eee;
    border-radius: 0;
    margin-bottom: 30px
}

ul.filterAdType {
    padding: 0
}

ul.filterAdType li {
    display: inline-block;
    list-style: outside none none;
    font-size: 14px;
}

ul.filterAdType li:last-child {
    margin-left: -4px;
}

ul.filterAdType li a {
    color: #777;
    display: block;
    padding: 20px 20px;
    font-family: "Poppins", sans-serif;
}

ul.filterAdType li.active a,
ul.filterAdType li a:hover {
    color: #fff
}

ul.listingViewIcon li {
    display: inline-block;
    list-style: outside none none
}

ul.listingViewIcon li a {
    color: #232323;
    line-height: 60px;
    padding: 0 10px;
    font-family: "Poppins", sans-serif;
}

ul.listingViewIcon li a:hover {
    color: #000
}

ul.listingViewIcon li.shortByListingLi ul li {
    display: block
}

ul.listingViewIcon li.shortByListingLi ul li a {
    line-height: 30px
}

.header-listing h6 {
    display: inline-block;
    font-size: 14px;
    margin: 18px 10px 5px 0;
    text-transform: capitalize;
    vertical-align: top;
    color: #777;
    font-family: "Poppins", sans-serif;
}

.header-listing .custom-select-box {
    display: inline-block;
    width: 231px
}

.header-listing .custom-select-box .select2-selection--single {
    height: auto;
    border: medium none;
    background-color: transparent
}

.header-listing .custom-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #242424;
    line-height: 61px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.page-template-page-search .select2-results__option {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.page-template-page-search .select2-container--default .select2-search--dropdown .select2-search__field,
.page-template-page-search .select2-dropdown {
    border-color: #e1e1e1
}

.header-listing .custom-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 57px;
}

.header-listing {
    display: inline-block;
    width: 100%
}

.ad-listing .content-area .ad-price-simple span {
    color: #232323;
    margin-left: 5px;
    font-size: 20px;
}

.featured-ribbon {
    height: 75px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 75px;
    z-index: 1
}

.featured-ribbon span::before {
    border-color: #5a3331 transparent transparent #5a3331;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    z-index: -1
}

.featured-ribbon span::after {
    border-color: #5a3331 #5a3331 transparent transparent;
    border-style: solid;
    border-width: 3px;
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1
}

.featured-ribbon span {
    box-shadow: 0 3px 12px -7px rgba(0, 0, 0, 1);
    color: #fff;
    display: block;
    font: 600 10px/30px "Source Sans Pro", sans-serif;
    position: absolute;
    right: -35px;
    text-align: center;
    text-transform: uppercase;
    top: 13px;
    transform: rotate(45deg);
    width: 125px
}

.main-search .grid-card {
    margin-bottom: 0;
    min-height: 487px;
    background: transparent
}

.main-search .body-type .grid-card {
    padding: 15px 20px 0
}

.overlay {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/overlaybg.png") repeat-x scroll left bottom;
    border-radius: 0 0 4px 4px;
    bottom: 0;
    color: #fff;
    font-size: 22px;
    left: 0;
    line-height: 30px;
    min-height: 40px;
    padding: 78px 23px 10px 13px;
    position: absolute;
    width: 100%
}

.overlay h2 {
    font-size: 21px
}

.overlay.small-font h2 {
    font-size: 18px
}

.blog-sidebar .widget .table>tbody>tr:first-child>td {
    border: medium none
}

.blog-sidebar .widget .table>tbody>tr>td a {
    color: #232323
}

.news .client-section {
    padding: 20px 0 0
}

.news .mainimage {
    width: 100%;
    position: relative;
    overflow: hidden
}

.reviews .news .mainimage {
    margin-bottom: 30px
}

.reviews .news .newslist li {
    float: left;
    width: 50%
}

.reviews .news .newslist .imghold {
    width: auto;
    margin-right: 15px
}

.news .mainimage img {
    border-radius: 2px;
    display: block;
    width: 100%;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.news .mainimage:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.news .mainimage:hover a .overlay {
    text-decoration: none
}

.news .newslist {
    overflow: hidden
}

.news .newslist li {
    margin-bottom: 19px;
    overflow: hidden
}

.news .newslist .imghold {
    float: left;
    margin-right: 22px;
    width: 133px
}

.news .newslist .texthold h4 {
    font-weight: normal;
    line-height: 22px
}

.news .newslist .texthold h4 a {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.news .newslist .texthold h4 a:hover {
    color: #ef5a28
}

.news .newslist .texthold p {
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    line-height: 20px;
    margin: 4px 0 0
}

.news .newslist h2 {
    margin-bottom: 19px
}

.reviews .news .newslist .texthold p {
    padding-right: 20px
}

.post-review h3 {
    color: #232323;
    font-size: 22px;
    margin-bottom: 26px;
    text-transform: capitalize
}

.post-review .progress-bar-review {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #f1f1f1 #f1f1f1;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #232323;
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    padding: 0 30px
}

.post-review .progress-bar-review:first-of-type {
    border: 1px solid #f1f1f1
}

.post-review .progress-bar-review:last-of-type {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #f1f1f1 #f1f1f1;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px
}

.post-review .progress-bar-review .progress-title {
    display: table-cell
}

.post-review .progress {
    border-radius: 4px;
    box-shadow: none;
    height: 8px;
    margin: 20px 0 0
}

@media(max-width:992px) {
    .post-review .progress {
        margin: 0
    }
}

.post-review .progress .progress-bar {
    border-radius: 4px;
    box-shadow: none
}

.post-review .summary-review {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fafafa none repeat scroll 0 0;
    border-color: currentcolor #f1f1f1 #f1f1f1;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 30px
}

.post-review .summary-review h5,
.post-review .summary-review p,
.post-review .summary-review h6 {
    color: #212121;
    margin: 0
}

.post-review .summary-review .text-summary {
    display: table-cell;
    padding-right: 20px
}

.post-review .summary-review .text-summary h5 {
    font-size: 16px;
    margin-bottom: 7px;
    text-transform: uppercase
}

.post-review .summary-review .final-rate {
    background: #f1f1f1 none repeat scroll 0 0;
    display: table-cell;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100px
}

.post-review .summary-review .final-rate h5 {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px
}

.post-review .summary-review .final-rate h6 {
    text-transform: uppercase
}

.progress-bar {
    position: relative;
    width: 100%;
    background-color: transparent
}

.progress-bar>span {
    display: block;
    height: 100%;
    width: 0
}

.blog-post .post-excerpt iframe {
    margin-bottom: 30px;
    width: 100%
}

.pro-rating a {
    font-size: 18px
}

.by-body-type {
    display: inline;
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    position: relative;
    width: 111px
}

.by-body-type a {
    display: block;
    margin: 0 auto;
    padding: 10px 0 8px;
    width: 100%;
    font-weight: 600;
    color: #232323
}

.by-body-type .icon-vehicle.sedan {
    background-position: 0 0
}

.by-body-type .icon-vehicle.suv {
    background-position: 0 -35px
}

.by-body-type .icon-vehicle.crossover {
    background-position: -155px 0
}

.by-body-type .icon-vehicle.luxury {
    background-position: -231px 0
}

.by-body-type .icon-vehicle.pickup {
    background-position: -231px -35px
}

.by-body-type .icon-vehicle.van-minivan {
    background-position: -309px -35px
}

.by-body-type .icon-vehicle.hybrid {
    background-position: -78px -35px
}

.by-body-type .icon-vehicle.electric {
    background-position: -386px -35px
}

.by-body-type .icon-vehicle.coupe {
    background-position: -309px 0
}

.by-body-type .icon-vehicle.hatchback {
    background-position: -386px 0
}

.by-body-type .icon-vehicle.wagon {
    background-position: -78px 0
}

.by-body-type .icon-vehicle.convertible {
    background-position: -155px -35px
}

.align-center,
.by-body-type,
.by-body-type .icon-vehicle,
.by-body-type a,
.text-center {
    text-align: center !important;
}

.by-body-type .icon-vehicle {
    background: transparent url("/wp-content/themes/carspot/css/../images/bodytype-sprite.png") no-repeat scroll 0 0;
    height: 32px;
    width: 75px
}

.by-body-type span {
    display: block;
    float: none;
    margin: 0 auto 10px;
    padding: 0
}

.car-inspection h3 {
    color: #323232;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 5px
}

.car-inspection h2 {
    color: #323232;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase
}

.car-inspection p {
    margin-top: 20px
}

.car-inspection ul {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.car-inspection ul li i {
    color: #0ebf00;
    margin-right: 5px
}

.advance-search {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.07);
    margin-top: -41px;
    position: relative;
    z-index: 99
}

.section-search .nav-tabs {
    border-bottom: 0 none
}

.section-search .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 7px
}

.section-search .nav-tabs .nav-link.activelink {
    padding: 10px 14px;
    width: auto
}

.search-style-2 .search-form {
    padding: 33px 0 23px;
    width: 100%
}

.hero .search-style-2 .search-form,
.hero .section-search .nav-tabs .nav-item.active a {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    color: #232323
}

.hero .search-style-2 .tab-content .search-form .by-body-type {
    width: 104px
}

.hero .section-search .nav-tabs .nav-item.active a {
    border-top: 3px solid #d91a29
}

.hero .search-style-2 .search-form {
    padding: 20px 15px
}

.search-style-2 .search-form-inner {
    margin-left: -3px;
    margin-right: -3px;
    width: calc(100% - 170px)
}

.search-style-2 .search-form-inner .form-group {
    padding-left: 5px;
    padding-right: 5px
}

.search-style-2 label {
    color: #232323
}

.nav-tabs .nav-item+.nav-item {
    margin-left: 0
}

.section-search .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 7px
}

.section-search .nav-tabs .nav-item.active a {
    background-color: #fff
}

.section-search .nav-tabs .nav-link {
    border: 0 none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 48px;
    text-align: center;
    text-transform: uppercase;
    color: #232323
}

.search-style-2.section-search .nav-tabs .nav-link {
    background-color: rgba(255, 255, 255, 0.8);
    color: #232323;
    border-width: 0
}

.hero .search-style-2.section-search .nav-tabs .nav-link {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff
}

.search-style-2 .tab-content .search-form .btn {
    margin-top: 25px
}

.search-style-2 .tab-content .search-form .btn.extra-top {
    margin-top: 55px
}

.search-style-2 .tab-content .search-form .btn-lg {
    letter-spacing: 1.3px;
    padding: 17px 30px
}

.search-style-2 .tab-content .search-form .by-body-type {
    width: 160px
}

.search-style-2 .tab-content .search-form .select2-container--default .select2-selection--single {
    height: 52px
}

.recent-tab {
    margin: 0 auto 40px;
    text-align: center
}

.recent-tab ul.nav-tabs {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 0 auto
}

.recent-tab .nav.nav-tabs a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 auto;
    padding: 14px 32px;
    position: relative
}

.recent-tab .nav.nav-tabs li.active a {
    border: medium none;
    color: #fff
}

.featured-slider.container .owl-stage-outer,
.featured-slider-shop.container .owl-stage-outer {
    overflow: visible
}

.featured-slider .owl-item,
.featured-slider-shop .owl-item {
    opacity: .3;
    position: relative
}

.featured-slider .owl-item.active,
.featured-slider-shop .owl-item.active {
    opacity: 1;
    position: relative
}

.featured-slider.container.owl-carousel .owl-nav button i {
    background-color: #e1e1e1;
    color: #242424;
    padding: 15px;
    border-radius: 3px;
    border-color: #e1e1e1;
}

.featured-slider.container.owl-carousel .owl-nav button i:hover {
    background-color: #242424;
    border-color: #242424;
    color: #FFF;
}

body .over-hidden {
    overflow: hidden
}

.feature-section-5 {
    position: relative
}

.sell-box-grid {
    position: relative
}

.sell-box-grid a.headings {
    color: #323232;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

.sell-box-grid .short-info {
    padding-bottom: 30px;
    padding-left: 80px
}

.sell-box-grid .short-info h3 {
    color: #323232;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 5px
}

.sell-box-grid p {
    padding-right: 150px
}

.sell-box-grid img {
    margin-bottom: -50px;
    padding: 0 40px;
    position: relative;
    z-index: 77
}

.sell-box {
    background: -moz-linear-gradient(to right, #f6f6f6 0, #f6f6f6 50%, #f0f2f5 50%, #f0f2f5 100%);
    background: -webkit-linear-gradient(to right, #f6f6f6 0, #f6f6f6 50%, #f0f2f5 50%, #f0f2f5 100%);
    background: -webkit-gradient(linear, 100% 0, 0 0, from(#f6f6f6), color-stop(0.5, #f6f6f6), color-stop(0.5, #f0f2f5), to(#f0f2f5));
    background: -o-linear-gradient(to right, #f6f6f6 0, #f6f6f6 50%, #f0f2f5 50%, #f0f2f5 100%);
    background: linear-gradient(to right, #f6f6f6 0, #f6f6f6 50%, #f0f2f5 50%, #f0f2f5 100%)
}

.sell-points ul {
    margin-top: 15px
}

.sell-points ul li {
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px;
    color: #666;
    text-transform: capitalize
}

.sell-points ul li i {
    color: #232323;
    margin-right: 5px
}

.sell-points ul li span {
    font-weight: 600
}

.section-container-left {
    position: relative;
    padding: 140px 0
}

.section-container-right {
    position: relative;
    padding: 140px 0 0 70px
}

.section-container-left h1,
.section-container-right h1 {
    color: #fff;
    font-size: 36px;
    position: relative
}

.section-container-left p,
.section-container-right p {
    margin-top: 20px;
    margin-bottom: 35px;
    padding: 0 70px 0 0;
    color: #fff
}

.buysell-section {
    position: relative;
    clear: both;
    overflow: hidden
}

.buysell-section .stats p {
    font-size: 20px;
    margin-top: 0
}

.buysell-section .stats p strong {
    color: #fff
}

.absolute-img1 {
    position: relative
}

.absolute-img1 img {
    position: absolute;
    bottom: 0;
    right: 0
}

.vsbox {
    background: #919191 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 36%;
    width: 35px;
    z-index: 5
}

.comparison-box strong a {
    color: #232323;
    font-size: 18px
}

.comparison-box h2,
.comparison-box h2 a {
    color: #232323;
    font-size: 16px;
    font-weight: 500;
}

.comparison-box span {
    color: #232323;
    font-size: 18px;
    font-weight: 600
}

.comparison-box {
    margin-bottom: 30px;
    padding: 25px 20px;
    position: relative;
    transition: all .3s ease-in-out 0s;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
    background-color: #fff
}

.comparison-box .rating {
    font-size: 16px
}

.comparison-box .rating i {
    color: #ffc513
}

.comparison-box:hover {
    box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75)
}

.socail-icons ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 3px
}

.socail-icons li span:hover {
    cursor: pointer
}

.socail-icons ul li a {
    background-color: #000;
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    margin-right: 8px;
    padding: 0;
    text-align: center;
    width: 28px
}

.socail-icons li a i {
    font-size: 12px;
    color: #fff
}

.socail-icons li a.Facebook {
    background-color: #2b4a8b
}

.socail-icons li a.Twitter {
    background-color: #1f94d9
}

.socail-icons li a.Linkedin {
    background-color: #10598c
}

.socail-icons li a.Google {
    background-color: #d83936
}

.socail-icons li a.Vimeo {
    background-color: #1ab7ea
}

.socail-icons li a.Pinterest {
    background-color: #cd201f
}

.socail-icons li a.Tumblr {
    background-color: #2c4762
}

.socail-icons li a.Instagram {
    background-color: #3f729b
}

.socail-icons li a.Reddit {
    background-color: #eff7ff
}

.socail-icons li a.Flickr {
    background-color: #ff0084
}

.socail-icons li a.StumbleUpon {
    background-color: #ff7257
}

.socail-icons li a.behance {
    background-color: #1e6fed
}

.socail-icons li a.DeviantART {
    background-color: #05cc47
}

.compare-detial .accordion {
    margin-top: 20px
}

.compare-detial table {
    background-color: #fff
}

.compare-detial .accordion li .accordion-content table {
    margin-top: 10px
}

.compare-detial .accordion li .accordion-content table tr td .fa-times {
    color: red
}

.compare-detial .accordion li .accordion-content table tr td .fa-check {
    color: green
}

.compare-detial table tr td h4 {
    font-size: 18px;
    font-weight: 500
}

.compare-detial table tr td ul li {
    padding: 0
}

.compare-detial table tr td ul li a {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 20px
}

.light-blue {
    background: #2196f3 none repeat scroll 0 0;
    color: #2196f3
}

.orange {
    background: #ff9800 none repeat scroll 0 0;
    color: #ff9800
}

.blueviolet {
    background: #673ab7 none repeat scroll 0 0;
    color: #673ab7
}

.orange-dark {
    background: #ff5722 none repeat scroll 0 0;
    color: #ff5722
}

.steelblue {
    background: #607d8b none repeat scroll 0 0;
    color: #607d8b
}

.red-light {
    background: #fd4339 none repeat scroll 0 0
}

.cyan-dark {
    background: #00bcd4 none repeat scroll 0 0
}

.compare-detial tr td:first-child {
    width: 350px;
    background: #f2f2f2 none repeat scroll 0 0;
    text-align: center;
    font-weight: 600
}

.compare-detial table.selection-list tr td .btn {
    margin-top: -20px
}

.compare-detial table.selection-list tr td .form-group {
    margin-bottom: 0
}

.compare-detial table.selection-list tr {
    border: medium none
}

.compare-detial tr td {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    padding: 19px 15px;
    text-align: center;
    width: 395px
}

.compare-detial tr {
    border: 1px solid #ddd
}

.owl-testimonial-2 .single_testimonial {
    background-color: #fff;
    box-shadow: 0 0 6px -3px rgba(0, 0, 0, 0.9);
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px
}

.owl-testimonial-1 .single_testimonial {
    background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
    border: 1px solid #f1f1f1
}

.parallex .owl-testimonial-2 .single_testimonial h4,
.owl-testimonial-1 .single_testimonial h4 {
    color: #232323;
    margin-bottom: 10px
}

.parallex .owl-testimonial-2 .single_testimonial h3,
.owl-testimonial-1 .single_testimonial h3 {
    color: #232323
}

.parallex .owl-testimonial-2 .single_testimonial p,
.owl-testimonial-1 .single_testimonial p {
    color: #777
}

.owl-testimonial-2 .single_testimonial h4,
.owl-testimonial-1 .single_testimonial h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase
}

.owl-testimonial-2 .single_testimonial i,
.owl-testimonial-1 .single_testimonial i {
    color: #ffc207;
    margin-bottom: 20px;
    margin-top: 5px
}

.owl-testimonial-2 .owl-item .single_testimonial img,
.owl-testimonial-1 .owl-item .single_testimonial img {
    border-radius: 50px;
    float: left;
    height: 90px;
    margin: auto 15px auto auto;
    width: 90px
}

.owl-testimonial-2 .single_testimonial h3,
.owl-testimonial-1 .single_testimonial h3 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.owl-testimonial-2 .single_testimonial .testimonial-meta-box .testimonial-meta p,
.owl-testimonial-1 .single_testimonial .testimonial-meta-box .testimonial-meta p {
    line-height: 24px;
    margin-bottom: 0
}

.owl-testimonial-2 .single_testimonial .textimonial-content,
.owl-testimonial-1 .single_testimonial .textimonial-content {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

.owl-testimonial-2 .single_testimonial .testimonial-meta-box {
    overflow: hidden;
    position: relative
}

.owl-testimonial-2 .single_testimonial .testimonial-meta-box::after {
    color: #202c45;
    content: "";
    font-family: fontawesome;
    font-size: 32px;
    opacity: .2;
    position: absolute;
    right: 5px;
    top: 5px
}

.gray .owl-testimonial-1 .single_testimonial::after {
    border-bottom: 50px solid #eee;
    border-right: 50px solid #f6f6f6
}

.owl-testimonial-1 .single_testimonial::after {
    border-bottom: 50px solid #eee;
    border-right: 50px solid #fff;
    box-shadow: -8px 3px 9px -2px rgba(0, 0, 0, 0.1);
    content: "";
    height: 0;
    left: auto;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 0;
    width: 0;
    z-index: 9
}

.icon-search {
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 34px;
    color: #ccc
}

.search-modal .modal-body {
    position: relative;
    padding-top: 0
}

.search-modal .modal-header {
    background: #202020 none repeat scroll 0 0
}

.search-modal .modal-header h3 {
    color: #fff
}

.search-modal .form-control {
    background-color: transparent;
    border: 0;
    padding-left: 40px
}

.search-modal .search-block .popular-search {
    padding-top: 15px
}

.search-modal .search-block .popular-search label {
    font-size: 16px
}

.search-modal .search-block .popular-search ul li a {
    color: #232323
}

.search-modal .form-control:focus {
    box-shadow: none
}

.search-modal .close {
    color: #fff
}

.search-modal .close:hover,
.search-modal .close:focus {
    color: #fff
}

.absolute-img {
    bottom: 0;
    position: absolute;
    top: 220px
}

.choose-title p {
    margin-bottom: 30px
}

.choose-title h3 {
    color: #323232;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 5px
}

.choose-title h2 {
    color: #323232;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 15px
}

.choose-box:hover .iconbox i,
.choose-box:hover h4 {
    color: #016db6;
    cursor: pointer
}

.choose-box-content h4 {
    color: #323232;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize
}

.choose-list li {
    margin-bottom: 30px
}

.our-services .left-column {
    color: #fff;
    padding-top: 90px;
    position: relative;
    z-index: 1
}

.our-services .left-column .inner-box {
    padding-right: 55px;
    position: relative
}

.our-services .left-column h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px
}

.our-services .service-column {
    position: relative;
    z-index: 1
}

.our-services .service-column .inner-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    margin-left: -50px;
    padding: 40px 40px 15px 40px;
    position: relative
}

.about-title h2 {
    color: #323232;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    padding-bottom: 20px
}

.about-us .title {
    margin-bottom: 30px
}

.about-us .content p {
    font-size: 18px
}

.about-us .title h3::after {
    background-color: #242424;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 59px
}

.about-us .title h3 {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 2
}

.about-us .title h3::before {
    background-color: #242424;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 99px
}

.about-us .content p.service-summary {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px
}

.about-title h2::before {
    margin: 0;
    background-color: #242424;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px
}

.about-title h2::after {
    background-color: #242424;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 59px
}

.about-title h3 {
    color: #323232;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 18px
}

.about-title p,
.our-experince p {
    margin-top: 20px
}

.about-title .custom-links {
    margin-top: 20px
}

.custom-links {
    list-style: outside none none;
    padding-left: 0
}

.custom-links a {
    color: #232323;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 26px;
    position: relative
}

.custom-links a::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0
}

.custom-img {
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 99
}

.custom-links li:last-child a {
    margin-bottom: 0
}

.right-side h5 {
    color: #262626;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px
}

.right-side img {
    bottom: -180px;
    position: absolute;
    right: -150px
}

.our-services,
.services-2 {
    position: relative
}

.services-grid-3 {
    margin-bottom: 30px;
    position: relative;
    transition: all .3s ease 0s
}

.services-grid-3 .service-icon {
    display: block;
    font-size: 50px;
    right: 0;
    top: 18px;
    position: absolute
}

.services-grid-3 .content-area .service-icon i {
    color: #ccc
}

.content-area h4 {
    font-size: 20px;
    margin-btoom: 10px;
    color: #232323;
    font-weight: 500;
}

.services-grid {
    background-color: #fff;
    transition: all .3s ease 0s;
    margin-bottom: 30px;
    position: relative
}

.gray .services-grid {
    background-color: transparent
}

.services-center .services-grid .icons.icon-right {
    float: right;
    margin-left: 5px;
    position: relative;
    clear: both
}

.services-center .services-grid .icons.icon-left {
    float: left;
    margin-right: 20px
}

.services-grid .icons i {
    background: #fbfbfb none repeat scroll 0 0;
    border-radius: 100px;
    color: #000;
    display: block;
    font-size: 42px;
    height: 90px;
    line-height: 90px;
    position: relative;
    text-align: center;
    width: 90px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px
}

.services-grid h4 {
    color: #323232;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize
}

.services-grid p:last-child {
    margin-bottom: 0
}

footer.footer-bg.dark {
    background: #363c48 none repeat scroll 0 0;
    border-top: medium none;
}

footer.footer-bg.dark .footer-top .widget h5,
footer.footer-bg.dark .footer-top .widget.socail-icons li a,
footer.footer-bg.dark .footer-top .widget.socail-icons li span,
footer.footer-bg.dark .footer-top .widget.my-quicklinks ul li a,
footer.footer-bg.dark .widget-newsletter .fieldset p,
footer.footer-bg.dark .footer-top .widget p,
footer.footer-bg.dark .copyright p {
    color: #fff;
}

footer.footer-bg {
    padding-bottom: 60px;
    position: relative;
    border-top: 1px dashed #ddd;
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/footer-banner.png") repeat-x scroll center bottom
}

.footer-bg .footer-top,
.footer-bg .copyrights {
    background-color: transparent;
    border-top: medium none
}

.footer-bg .footer-top {
    padding: 70px 0 10px
}

.footer-bg .copyrights .copyright-content {
    border-top: 1px solid #ccc;
    position: relative
}

.footer-top {
    background-color: #202020;
    padding: 70px 0 30px
}

.footer-top .widget .logo {
    margin: 0 0 10px
}

.footer-top .widget p {
    margin-bottom: 20px
}

.footer-top .widget h5 {
    font-size: 18px;
    display: block;
    margin: 0 0 18px;
    color: #232323;
    font-weight: 500;
}

.footer-top .widget ul li {
    display: inline-block;
    margin: 0 4px 4px 0
}

.footer-top .widgettext address {
    font-style: normal;
    line-height: 30px
}

.footer-top .widgettext address span {
    color: #333;
    font-size: 15px;
    line-height: 24px
}

.footer-top .widget.socail-icons ul li {
    display: block;
    margin-right: 3px;
    margin-bottom: 10px
}

.footer-top .widget.my-quicklinks ul li {
    display: block;
    margin-bottom: 10px;
    margin-right: 3px
}

.footer-top .widget.socail-icons li span:hover {
    cursor: pointer
}

.footer-top .widget.my-quicklinks ul li a {
    color: #777
}

.footer-top .widget.socail-icons ul li a {
    background-color: inherit;
    border-radius: 100%;
    display: inline-block;
    height: 28px;
    margin-right: 8px;
    padding: 0;
    text-align: center;
    width: 28px;
    color: #777;
}

.footer-top .widget.socail-icons ul,
.footer-top .widget.socail-icons ol {
    overflow-wrap: unset;
}

.footer-top .widget.socail-icons li a i {
    font-size: 12px;
    color: #fff
}

.footer-top .widget.socail-icons li a.Facebook {
    background-color: #2b4a8b
}

.footer-top .widget.socail-icons li a.Twitter {
    background-color: #1f94d9
}

.footer-top .widget.socail-icons li a.YouTube {
    background-color: #FF0000
}

.footer-top .widget.socail-icons li a.Linkedin {
    background-color: #10598c
}

.footer-top .widget.socail-icons li a.Google {
    background-color: #d83936
}

.footer-top .widget.socail-icons li a.Vimeo {
    background-color: #1ab7ea
}

.footer-top .widget.socail-icons li a.Pinterest {
    background-color: #cd201f
}

.footer-top .widget.socail-icons li a.Tumblr {
    background-color: #2c4762
}

.footer-top .widget.socail-icons li a.Instagram {
    background-color: #3f729b
}

.footer-top .widget.socail-icons li a.Reddit {
    background-color: #eff7ff
}

.footer-top .widget.socail-icons li a.Flickr {
    background-color: #ff0084
}

.footer-top .widget.socail-icons li a.StumbleUpon {
    background-color: #ff7257
}

.footer-top .widget.socail-icons li a.behance {
    background-color: #1e6fed
}

.footer-top .widget.socail-icons li a.DeviantART {
    background-color: #05cc47
}

.footer-top .widget.socail-icons ul li a+a {
    background-color: #ccc !important;
}

.footer-top .widget.socail-icons ul li a span {}

.footer-top .widget-newsletter .fieldset form input[type="text"] {
    background-color: #f5f5f5;
    border: medium none;
    color: #999;
    font-size: 12px;
    height: 48px;
    padding: 0 15px;
    width: 100%
}

.widget-newsletter .fieldset P {
    line-height: 27.8px;
    margin-bottom: 20px
}

.widget-newsletter .fieldset form {
    position: relative
}

.widget-newsletter .fieldset form .submit-btn {
    border: medium none;
    color: #fff;
    display: block;
    height: 48px;
    padding: 0 18px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0
}

.widget-newsletter .fieldset.has-border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f8f8f8 #f1f1f1 #f1f1f1;
    border-image: none;
    border-style: solid;
    border-width: 2px 1px 1px;
    padding: 15px 15px 20px
}

.copyright p {
    margin: 20px 0 0 0
}

.footer-area p {
    line-height: 1.8em;
    margin-bottom: 20px;
    font-size: 14px
}

.footer-area .footer-content {
    padding: 70px 0 30px;
    position: relative;
    z-index: 1
}

.footer-area .footer-content .column {
    margin-bottom: 30px;
    position: relative
}

.footer-content .column h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase
}

.footer-content .column .heading-panel {
    margin-bottom: 30px;
    overflow: hidden
}

.footer-content .column .heading-panel h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-transform: capitalize
}

.footer-area .footer-content a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer-content .links-widget li {
    margin-bottom: 15px;
    position: relative
}

.footer-content .links-widget li a {
    color: #c9c9c9;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative
}

.footer-area .social-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 32px
}

.footer-area .social-links a:hover {
    background: #fff none repeat scroll 0 0;
    color: #fff
}

.footer-area .contact-info {
    margin-bottom: 20px;
    position: relative
}

.footer-area .contact-info li {
    line-height: 30px;
    margin: 0 0 7px;
    padding-left: 30px;
    position: relative
}

.footer-area .contact-info li .icon {
    font-size: 16px;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0
}

.footer-content .column h2:hover {
    color: #f58936;
    cursor: pointer
}

.social-links-two {
    position: relative
}

.social-links-two a {
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    color: #bcbcbc;
    display: block;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 28px
}

.blog-news-section .social-links-two a {
    background: #545454 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    width: 32px
}

.social-links-two.alt a {
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 12px
}

.social-links-two a:hover {
    background: #f58936 none repeat scroll 0 0;
    color: #fff!important
}

.detail-button-group {
    margin-bottom: 5px
}

.detail-button-group .btn {
    padding: 20px 15px;
    border: medium none;
    font-size: 20px;
    text-transform: capitalize
}

.detail-button-group .btn i {
    margin-right: 5px
}

.btn-glyphicon {
    float: right;
    padding: 8px;
    background: #fff;
    margin-left: 4px
}

.icon-btn {
    width: 100%;
    line-height: 2em
}

.detial-buttons {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    overflow: hidden
}

.cat-title {
    background-color: #222;
    display: block;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-transform: capitalize
}

.cat-title h3 {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 55px;
    position: relative
}

.cat-title h3 a {
    color: #fff
}

.cat-count {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
    position: absolute;
    right: 16px;
    top: 1px
}

.category-list-icon {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 5px
}

.category-list-icon i {
    color: #fff;
    float: left;
    font-size: 40px;
    padding: 20px;
    text-align: center
}

.category-list-icon i.green {
    background-color: #5cb85c
}

.category-list-icon i.purple {
    background-color: #785edd
}

.category-list-title {
    overflow: hidden;
    padding: 19px 0 0 15px;
    position: relative;
    text-align: left
}

.category-list-title h5>a {
    color: #232323;
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize
}

.category-list-title h5 {
    font-family: "Source Sans Pro", sans-serif
}

.postdetails .jqte {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none
}

.postdetails .jqte_focused {
    border-color: inherit;
    box-shadow: none
}

.list-style-1 .chat-form {
    overflow: hidden;
    position: relative
}

.event .panel-body {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin: 0;
    padding: 0
}

.event .panel-body>div {
    padding: 0 10px
}

.event .panel-body .info p {
    margin-top: 8px
}

.event .panel-body .rsvp {
    background: #ebebeb none repeat scroll 0 0;
    border-left: medium none;
    color: #232323;
    height: 100%;
    min-height: 92px;
    padding: 0;
    position: relative;
    text-align: center
}

.event .rsvp>div {
    background: #222 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    position: absolute;
    width: 100%
}

.event .rsvp i {
    display: block;
    font-size: 2em;
    margin-top: 30px;
    position: relative
}

.event .rsvp i.admin {
    margin-top: 20px
}

.event .rsvp i:last-of-type {
    font-size: 18px;
    font-weight: 600
}

.event .rsvp span {
    cursor: pointer;
    margin: 5px 0;
    padding: 0 5px;
    width: 45%
}

.event .rsvp span:first-of-type {
    border-right: 1px solid white
}

.event .rsvp span:hover {
    color: #1565c0
}

.event .info {
    font-size: 28px
}

.event .info>div,
.event .info>ul {
    font-size: 12px
}

.event .author .profile-image {
    background: white none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-sizing: content-box;
    margin-top: 10px;
    padding: 3px;
    position: relative;
    width: 4em;
    z-index: 1
}

.event .author img {
    border-radius: 50%;
    width: 100%
}

.no-margin-8 {
    margin-bottom: -8px
}

.bid-info {
    overflow: hidden;
    position: relative
}

.sidebar .bid-info .descs-box {
    padding: 10px 15px
}

.sidebar .bid-info {
    margin: 5px 0
}

.sidebar .bid-info .descs-box h4 {
    color: #777;
    font-size: 14px;
    margin-bottom: 2px
}

.sidebar .bid-info .descs-box a {
    font-size: 24px;
    font-weight: 600
}

.sidebar .bid-info .descs-box a small {
    color: #232323;
    font-size: 20px;
    font-weight: 600
}

.mega-menu .drop-down-multilevel i.fa:first-child {
    margin-top: 4px
}

.heading-zone {
    padding: 0 0 30px 0
}

.heading-zone h1 {
    color: #232323;
    font-size: 26px;
    font-weight: 600;
}

.no-bottom {
    padding-bottom: 0
}

.pricing-area {
    clear: both;
    overflow: hidden;
}

.small-box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 1px;
    padding: 20px 30px
}

.small-box i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: middle;
    color: #777;
}

.ad-share .small-box {
    cursor: pointer
}

.ad-share .small-box span {
    color: #232323
}

.sidebar .bid-info .small-box {
    padding: 10px 15px
}

.sidebar .bid-info .small-box h4 {
    color: #777;
    font-size: 14px;
    margin-bottom: 2px
}

.sidebar .bid-info .small-box a {
    font-size: 17px;
    font-weight: 600;
    word-wrap: anywhere;
    display: flex;
}

.short-features .location-exit a {
    color: #777
}

.short-features .categories-exist a {
    color: #777;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}

.short-features .categories-exist a:after {
    content: ",";
    position: absolute;
    width: 100%;
    height: 100%;
    padding-right: 10px;
}

.short-features .categories-exist a:last-child:after {
    content: "";
}

.page-search .grid-card {
    background: inherit;
    box-shadow: none;
    padding: 0
}

.page-search .featured-slider-1 .white.category-grid-box-1 .short-description-1 {
    background: #f2fcf0
}

.page-search .featured-slider-1 .white.category-grid-box-1 .ad-info-1 {
    background: #f2fcf0 none repeat scroll 0 0;
    border-top: 1px solid #e9e6e0;
    margin-bottom: 0
}

.featured_ads {
    background: #f2fcf0 none repeat scroll 0 0
}

.blog-post .post-info.no-img {
    margin-top: 20px
}

.parallex .heading-panel h1::before,
.parallex .heading-panel h1::after {
    background-color: #fff
}

.parallex .heading-panel h1,
.parallex .heading-2 h3,
.parallex .heading-2 h2,
.parallex .heading-panel p.heading-text {
    color: #fff
}

.page-search .sidebar {
    background-color: #FFF;
}

.sidebar #accordion .input-group-addon {
    border-radius: 0;
    width: 55px
}

.sidebar .panel-title>a {
    padding: 0;
}

.sidebar #accordion #mileage .input-group-addon {
    border-radius: 0;
    width: auto
}

.sidebar #accordion #Yearcollapse .input-group {
    margin-bottom: 10px;
    width: 100%
}

.sidebar #accordion .panel .panel-title {
    font-size: 14px;
    font-weight: 400;
}

.sidebar #accordion .panel {
    border: medium none;
    padding: 10px 20px;
    border: 1px solid #f5f5f5;
}

.sidebar #accordion .panel .panel-body {
    border-bottom: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.query-filters {
    position: relative;
    overflow: hidden;
}

.query-filters a {
    background-color: #FFF;
    padding: 5px 10px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 5px;
    color: #777;
}

.sidebar .panel-group .panel+.panel {
    margin-top: 0
}

.banner-icon-loader {
    background: #fff url("/wp-content/themes/carspot/css/../images/loader.gif") no-repeat scroll 97% 15px / 21px 21px
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64)
}

.autocomplete-suggestion {
    padding: 5px 8px;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-no-suggestion {
    padding: 5px 8px
}

.autocomplete-selected {
    background: #f0f0f0
}

.autocomplete-suggestions strong {
    font-weight: 600;
    color: #232323
}

.autocomplete-group {
    padding: 5px 8px;
    font-weight: 600;
    font-size: 16px;
    color: #232323;
    display: block;
    border-bottom: 1px solid #000
}

.review-details .review-excerpt .post-excerpt {
    padding: 0;
    margin-bottom: 0
}

.blog-sidebar .widget .reviews_bybrands .table>tbody>tr>td a span {
    color: #ddd!important;
    margin-left: 2px
}

.reviews .news .mainimage span.badge a {
    color: #fff
}

.box {
    color: #666;
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
}

.hover-animation .box a {
    padding: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    display: block;
    border-radius: 5px;
}

.hover-animation .box a:hover {
    background: #333333;
    background: -webkit-linear-gradient(to bottom, #dd1818, #333333);
    background: linear-gradient(to bottom, #dd1818, #333333);
    color: #FFF;
}

.hover-animation .box a:hover h4 {
    color: #FFF;
}

.box img {
    position: relative;
    margin-bottom: 10px
}

.box h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
}

.box h4 a {
    color: #232323
}

.box strong {
    color: #999;
    display: block;
    font-size: 14px;
    padding: 0 0 10px
}

.custom-pagination a,
.custom-pagination span.page-numbers {
    background-color: #fff;
    border-color: #d1d1d1;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 14px;
    line-height: 1.33333;
    border: 1px solid #ddd
}

.custom-pagination span.page-numbers.current {
    background-color: #e52d27;
    border-color: #b31217;
    color: #fff
}

.search-form-inner-type .box h4 {
    font-size: 14px
}

#map .grid-style-2 .category-grid-box-1 h3 {
    font-size: 14px
}

#map .grid-style-2 .category-grid-box-1 .category-title a {
    font-size: 12px
}

#map .grid-style-2 .category-grid-box-1 .ad-info-1 p {
    font-size: 12px
}

#map .grid-style-2 .category-grid-box-1 .grid-style-2 .ad-info-1 p i {
    color: #a0a0a0;
    font-size: 14px
}

#map .grid-style-2 .category-grid-box-1 .price-tag .price span {
    color: #fff;
    font-size: 16px
}

#populate_data table tr td .fa-star-o,
#populate_data table tr td .fa-star {
    color: #ffc513
}

.cities-section {
    position: relative;
    overflow: hidden
}

.cities-section .country-box {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.cities-section .country-box img {
    position: relative;
    transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s
}

.cities-section .country-box .country-description {
    height: 100%;
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    z-index: 99
}

.cities-section .country-box::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.cities-section .country-box .country-name,
.country-box .category-name,
.country-box .country-ads {
    color: #fff;
    display: block;
    font-weight: 400
}

.cities-section .country-box .country-name {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    transition-delay: .15s;
    transition-delay: .05s
}

.cities-section .country-box .country-ads {
    bottom: 0;
    display: block;
    font-size: 18px;
    transition-delay: .05s;
    transition-delay: .1s;
    font-weight: 600
}

.cities-section .country-box .country-name span {
    font-size: 14px
}

.cities-section .country-box:hover {
    -moz-user-select: none
}

.cities-section .country-box:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.cities-section .country-box:hover .country-name,
.country-box:hover .category-name,
.country-box:hover .country-ads {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: stranslate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px)
}

.pricing-list {
    background-color: #fff;
    border: 1px solid #eceff2;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 15px 20px;
    position: relative
}

.pricing-list h3 {
    color: #232323;
    font-size: 16px;
    margin: 0;
    padding: 10px 0
}

.pricing-list h4 {
    padding: 10px 0
}

.pricing-list h4 {
    color: #232323;
    font-size: 24px;
    line-height: 1;
    margin: 10px 0 0
}

.select-package .row {
    margin: 0
}

.select-package h3 {
    color: #232323;
    font-weight: 600
}

.pricing-list-price .btn {
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    text-transform: capitalize
}

.dl-horizontal dt {
    width: 185px
}

.simple-search {
    clear: both;
    color: #fff;
    padding: 160px 0;
    position: relative;
    text-align: center
}

.simple-search::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.simple-search h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    position: relative
}

.simple-search p {
    color: #fff;
    position: relative;
    font-size: 20px;
    margin-bottom: 0
}

.simple-search .search-holder {
    position: relative;
    margin: auto;
    max-width: 64em;
    padding: 2em 4em
}

.simple-search .search-holder input {
    border: medium none;
    color: #222;
    font-size: 1.4em;
    height: 68px;
    padding: .8em 3em .8em .8em
}

.simple-search .search-holder button {
    height: 68px;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    z-index: 99
}

.simple-search .search-holder .input-group-btn .glyphicon {
    margin: 0
}

.singlepage-detail .content-box-grid .tags-share {
    border-bottom: medium none
}

.form-grid .comment-info {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 30px 30px 0
}

.form-grid .comment-info .author-desc {
    margin-left: 115px;
    position: relative;
    overflow: hidden
}

.form-grid .rating i {
    color: #ffc513
}

.pro-rating a i,
.rating i {
    color: #ffc513!important
}

.gallery-style-post .big-section .featured-ribbon {
    right: 15px
}

.boxicon a p {
    color: #777
}

.feuture-posts,
.singlepage-detail div#carousel {
    margin-bottom: 15px
}

.single-blog .blog-post .woocommerce .woocommerce-checkout label {
    color: #232323!important
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    margin-bottom: 15px!important
}

.woocommerce-checkout .post-desc ul {
    padding-left: 0!important
}

.woocommerce-checkout .post-desc h2 {
    font-size: 22px;
    margin: 5px 0
}

.woocommerce ul.order_details {
    margin: 0 0 1em
}

.order-again {
    margin-bottom: 20px
}

.ad-listing-price p span {
    font-size: 14px
}

.final_ad_status {
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 0;
    padding: 5%;
    text-align: center
}

.final_ad_status.sold-out {
    background-color: #e52d27
}

.final_ad_status.expired-out {
    background-color: #02a8f3
}

.no-display {
    display: none
}

.bidding {
    position: relative;
    overflow: hidden;
    max-height: 325px
}

.blog-post .blog-content .post-info a {
    color: #777
}

.blog-post .blog-content .post-title a {
    color: #232323
}

.panel .panel-body .featured-slider-3 .category-grid-box .ad-info ul li,
.panel .panel-body .featured-slider-3 .category-grid-box .ad-info ul li i {
    font-size: 12px;
}

.panel .panel-body .featured-slider-3 .category-grid-box {
    margin-bottom: 0;
}

.panel .panel-body .category-grid-box .short-description h3 {
    font-size: 16px;
    margin-bottom: 5px
}

.panel .panel-body .category-grid-box .short-description .price {
    font-size: 20px
}

.panel .panel-body .featured-slider-3 .owl-prev {
    right: 25px;
    position: absolute;
    top: -50px;
    border-radius: 0;
    padding: 5px 10px !important;
    background-color: #f5f5f5;
}

.panel .panel-body .featured-slider-3 .owl-next {
    position: absolute;
    right: 0;
    top: -50px;
    border-radius: 0;
    padding: 5px 10px !important;
    background-color: #f5f5f5;
}

.panel .panel-body .owl-theme .owl-controls .owl-nav div {
    padding: 1px 10px;
}

.panel-default .panel-body .form-control {
    padding: 10px 11px;
    background-color: #f8f8f8;
    border: 1px solid #eceff2;
}

.panel-default .panel-body label {
    display: block;
}

.panel-default .panel-body .skin-minimal .list li label {
    display: inline;
}

.location hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.grid-style-2 .ads-for-home .category-grid-box-1 .short-description-1 ul li {
    font-size: 16px;
    margin-right: 10px;
}

.ads-for-home .category-grid-box .ad-info ul li {
    font-size: 16px;
    padding: 10px 5px;
}

.ads-for-home .category-grid-box .short-description .price {
    font-size: 20px;
}

.ads-for-home .ad-info-1 ul li {
    font-size: 16px;
    padding: 5px 10px;
}

.ads-for-home .ad-price {
    font-size: 20px;
}

.ads-for-home .category-grid-box-1 hr {
    margin-bottom: 10px;
    margin-top: 15px;
}

.grid-style-2 .ads-for-home .ad-info-1 ul li {
    padding: 0;
}

.short-description-1 hr {
    margin-bottom: 5px;
}

.header-top .header-right .listnone .dropdown span.caret {
    margin-left: 5px;
}

.header-top .header-right .listnone .dropdown-menu {
    min-width: 250px;
}

.singleprice-tag {
    float: right;
    display: inline-block;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    color: #fff;
    background-color: #bf1919;
    text-shadow: 1px 1px 1px #921313;
    font-weight: bold;
    font-size: 32px;
    text-indent: -6px;
    position: relative;
    -moz-transform-origin: 88% 10%;
    -ms-transform-origin: 88% 10%;
    -webkit-transform-origin: 88% 10%;
    transform-origin: 88% 10%;
}

.singleprice-tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: -29px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #bf1919;
}

.singleprice-tag::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 88%;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #cecece;
    box-shadow: inset -1px 1px 0 #8e8e8e;
}


/* Build the price tag animation */


/*
 * TODO: Model the animation after a dampened harmonic oscillator.
 * Right now it isn't too realistic.
 */

@-webkit-keyframes price-tag-swing {
    0% {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    20% {
        -moz-transform: rotate(-110deg);
        -ms-transform: rotate(-110deg);
        -webkit-transform: rotate(-110deg);
        transform: rotate(-110deg);
    }
    50% {
        -moz-transform: rotate(-64deg);
        -ms-transform: rotate(-64deg);
        -webkit-transform: rotate(-64deg);
        transform: rotate(-64deg);
    }
    70% {
        -moz-transform: rotate(-96deg);
        -ms-transform: rotate(-96deg);
        -webkit-transform: rotate(-96deg);
        transform: rotate(-96deg);
    }
    85% {
        -moz-transform: rotate(-80deg);
        -ms-transform: rotate(-80deg);
        -webkit-transform: rotate(-80deg);
        transform: rotate(-80deg);
    }
    100% {
        -moz-transform: rotate(-88deg);
        -ms-transform: rotate(-88deg);
        -webkit-transform: rotate(-88deg);
        transform: rotate(-88deg);
    }
}

.singleprice-tag[data-animate="true"] {
    -webkit-animation: price-tag-swing 8s infinite;
}

.singleprice-tag span {
    font-size: 10px;
    margin-left: 5px;
}

.singlepage-detail .list-style-1 .panel-default .panel-body .form-control {
    padding: 15px 10px;
}

.singlemap-location {
    position: relative;
}

.singlemap-location .template-icons {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 14px;
    padding: 0;
    width: 100%;
}

.singlemap-location .template-icons .class-name {
    padding: 10px;
}

.search-modal .search-block .popular-search ul li a span {
    color: #9e9e9e;
    font-size: 14px;
    margin-left: 3px;
}

span.tag {
    border: 1px solid #999;
    border-radius: 4px;
    color: #232323;
    display: block;
    float: left;
    font-size: 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
}

span.tag a {
    color: #82ad2b;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-left: 5px;
}

.ad-share .modal-content ul li a {
    color: #232323;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.list-style-1 .panel .panel-body {
    padding: 10px 15px;
}

.ad-listing .content-area .price span span {
    font-size: 14px;
    margin-left: 4px;
    color: #a0a0a0;
}

#itemMap {
    width: 100%;
    height: 370px;
    margin-bottom: 5px;
}

.gallery-caption {}

.single-blog .blog-post .post-excerpt.post-desc p a {
    text-decoration: underline;
    color: #232323;
}


/* =-=-=-=-=-=-= Slider Settings =-=-=-=-=-=-= */

.font-merry {
    font-family: "Poppins", sans-serif;
}

.text-white {
    color: #fff;
}

.rev_slider_wrapper .main-caption {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    padding-bottom: 6px;
    padding-top: 5px;
}

.rev_slider_wrapper .main-caption.bg-white {
    background: #E8E8E6 !important;
    color: #232323;
}

.rev_slider_wrapper .main-caption span {
    font-weight: bold;
}

.rev_slider_wrapper .main-caption.font-light {
    font-weight: 300;
}

.rev_slider_wrapper .main-caption-p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 28px;
    font-weight: normal;
}

.rev_slider_wrapper .slider-main-button {
    border: 2px solid #fff;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    padding: 15px 35px;
    font-family: "Poppins", sans-serif;
}

.rev_slider_wrapper .slider-main-button i {
    margin-left: 18px;
}

.rev_slider_wrapper .slider-main-button {
    /* effect styles */
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.rev_slider_wrapper .slider-main-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.rev_slider_wrapper .slider-main-button:hover,
.rev_slider_wrapper .slider-main-button:focus,
.rev_slider_wrapper .slider-main-button:active {
    /*color: white;*/
}

.rev_slider_wrapper .slider-main-button:hover:before,
.rev_slider_wrapper .slider-main-button:focus:before,
.rev_slider_wrapper .slider-main-button:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.5);
}

.header-area-new {
    background: #fff none repeat scroll 0 0;
    clear: both;
    position: relative;
    width: 100%;
}

.header-area-new *::after {
    clear: both;
    content: "";
    display: block;
}

.header-area-new .logo-bar {
    color: #323232;
    padding: 30px 0;
    position: relative;
}

.header-area-new .logo-bar .information-content {
    float: right;
    position: relative;
}

.header-area-new .logo-bar .info-box div.text:hover {
    color: #016db6;
    cursor: pointer;
}

.header-area-new .logo-bar .info-box {
    float: left;
    line-height: 24px;
    margin-left: 45px;
    padding-left: 50px;
    position: relative;
}

.header-area-new .logo-bar .social-box {
    padding-left: 0;
}

.header-area-new .logo-bar .info-box .icon {
    color: #232323;
    font-size: 32px;
    left: 0;
    line-height: 50px;
    position: absolute;
}

.header-area-new .logo-bar .info-box div.text {
    color: #323232;
    font-weight: 600;
}

.header-area-new .logo-bar .info-box strong {
    color: #e4e4e4;
    display: block;
    position: relative;
}

.header-area-new .logo-bar .info-box a {
    color: #6f747d;
    font-weight: 600;
    position: relative;
    font-size: 16px;
}

.header-area-new .logo-bar .logo {
    float: left;
    position: relative;
}

.navigation-2 {
    background: #262f36 none repeat scroll 0 0;
}

.navigation-2 .mega-menu>section.menu-list-items {
    padding: 5px 0;
}

.navigation-2 .mega-menu .menu-links>li>a {
    color: #fff;
    padding: 0 16px;
}

.navigation-2 .mega-menu .menu-links>li {
    border-left: 1px dashed;
}

.navigation-2 .mega-menu .menu-links>li:last-child {
    border-right: 1px dashed;
    padding-right: 16px;
}

.navigation-2 .mega-menu .menu-list-items .menu-search-bar .btn {
    padding: 19px 25px;
    margin-top: -5px;
}

.navigation-2 .mega-menu .drop-down-multilevel {
    top: 55px;
}

.navigation-2 .mega-menu ul.menu-links li .drop-down {
    top: 55px;
}

.navigation-2 .mega-menu .menu-mobile-collapse-trigger {
    height: 48px;
    top: -4px;
    width: 70px;
}

#header-info-bar {
    background-color: #313131;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
}

#header-info-bar a {
    color: #fff;
}

#header-info-bar ul.header-social {
    display: block;
    height: 40px;
}

#header-info-bar ul.header-social>li {
    display: inline-block;
    height: 40px;
    margin-right: 1px;
    text-align: center;
}

#header-info-bar ul.header-social>li>a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 5.5px;
    margin-right: 5.5px;
    position: relative;
    transition: background-color 0.4s ease-in-out 0s;
    width: 30px;
}

#header-info-bar ul.header-social>li>a::before,
#header-info-bar ul.header-social>li>a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    transition: border-color 0.4s ease-in-out 0s;
}

#header-info-bar ul.header-social>li>a::before {
    border-color: transparent rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) transparent;
    border-style: solid;
    border-width: 20px 5px;
    right: 100%;
}

#header-info-bar ul.header-social>li>a::after {
    border-color: rgba(255, 255, 255, 0.2) transparent transparent rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-width: 20px 5px;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.Twitter:hover {
    background-color: #1bb6ec;
}

#header-info-bar ul.header-social>li>a.Twitter:hover::before {
    border-bottom: 20px solid #1bb6ec;
    border-right: 5px solid #1bb6ec;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.Twitter:hover::after {
    border-left: 5px solid #1bb6ec;
    border-top: 20px solid #1bb6ec;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.Facebook:hover {
    background-color: #3c599b;
}

#header-info-bar ul.header-social>li>a.Facebook:hover::before {
    border-bottom: 20px solid #3c599b;
    border-right: 5px solid #3c599b;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.Facebook:hover::after {
    border-left: 5px solid #3c599b;
    border-top: 20px solid #3c599b;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.Facebook:hover {
    background-color: #3c599b;
}

#header-info-bar ul.header-social>li>a.Facebook:hover::before {
    border-bottom: 20px solid #3c599b;
    border-right: 5px solid #3c599b;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.Facebook:hover::after {
    border-left: 5px solid #3c599b;
    border-top: 20px solid #3c599b;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.Google:hover {
    background-color: #d94e37;
}

#header-info-bar ul.header-social>li>a.Google:hover::before {
    border-bottom: 20px solid #d94e37;
    border-right: 5px solid #d94e37;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.Google:hover::after {
    border-left: 5px solid #d94e37;
    border-top: 20px solid #d94e37;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.social-dribbble:hover {
    background-color: #e04c86;
}

#header-info-bar ul.header-social>li>a.social-dribbble:hover::before {
    border-bottom: 20px solid #e04c86;
    border-right: 5px solid #e04c86;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.social-dribbble:hover::after {
    border-left: 5px solid #e04c86;
    border-top: 20px solid #e04c86;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.social-rss:hover {
    background-color: #ff9600;
}

#header-info-bar ul.header-social>li>a.social-rss:hover::before {
    border-bottom: 20px solid #ff9600;
    border-right: 5px solid #ff9600;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.social-rss:hover::after {
    border-left: 5px solid #ff9600;
    border-top: 20px solid #ff9600;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.YouTube:hover {
    background-color: #c4302b;
}

#header-info-bar ul.header-social>li>a.YouTube:hover::before {
    border-bottom: 20px solid #c4302b;
    border-right: 5px solid #c4302b;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.YouTube:hover::after {
    border-left: 5px solid #c4302b;
    border-top: 20px solid #c4302b;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.Vimeo:hover {
    background-color: #4ebbff;
}

#header-info-bar ul.header-social>li>a.Vimeo:hover::before {
    border-bottom: 20px solid #4ebbff;
    border-right: 5px solid #4ebbff;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.Vimeo:hover::after {
    border-left: 5px solid #4ebbff;
    border-top: 20px solid #4ebbff;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.Pinterest:hover {
    background-color: #c92228;
}

#header-info-bar ul.header-social>li>a.Pinterest:hover::before {
    border-bottom: 20px solid #c92228;
    border-right: 5px solid #c92228;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.Pinterest:hover::after {
    border-left: 5px solid #c92228;
    border-top: 20px solid #c92228;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.Linkedin:hover {
    background-color: #0077b5;
}

#header-info-bar ul.header-social>li>a.Linkedin:hover::before {
    border-bottom: 20px solid #0077b5;
    border-right: 5px solid #0077b5;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.Linkedin:hover::after {
    border-left: 5px solid #0077b5;
    border-top: 20px solid #0077b5;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.Linkedin:hover {
    background-color: #0077b5;
}

#header-info-bar ul.header-social>li>a.Linkedin:hover::before {
    border-bottom: 20px solid #0077b5;
    border-right: 5px solid #0077b5;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.Linkedin:hover::after {
    border-left: 5px solid #0077b5;
    border-top: 20px solid #0077b5;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.social-skype:hover {
    background-color: #1db1ee;
}

#header-info-bar ul.header-social>li>a.social-skype:hover::before {
    border-bottom: 20px solid #1db1ee;
    border-right: 5px solid #1db1ee;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.social-skype:hover::after {
    border-left: 5px solid #1db1ee;
    border-top: 20px solid #1db1ee;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.social-apple:hover {
    background-color: #000000;
}

#header-info-bar ul.header-social>li>a.social-apple:hover::before {
    border-bottom: 20px solid #000000;
    border-right: 5px solid #000000;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.social-apple:hover::after {
    border-left: 5px solid #000000;
    border-top: 20px solid #000000;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.Instagram:hover {
    background-color: #3f729b;
}

#header-info-bar ul.header-social>li>a.Instagram:hover::before {
    border-bottom: 20px solid #3f729b;
    border-right: 5px solid #3f729b;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.Instagram:hover::after {
    border-left: 5px solid #3f729b;
    border-top: 20px solid #3f729b;
    left: 100%;
}

#header-info-bar ul.header-social>li>a.Tumblr:hover {
    background-color: #32506d;
}

#header-info-bar ul.header-social>li>a.Tumblr:hover::before {
    border-bottom: 20px solid #32506d;
    border-right: 5px solid #32506d;
    right: 100%;
}

#header-info-bar ul.header-social>li>a.Tumblr:hover::after {
    border-left: 5px solid #32506d;
    border-top: 20px solid #32506d;
    left: 100%;
}

#header-info-bar #header-info-bar ul.header-social {
    float: left;
}

#header-info-bar a.info-bar-meta-link {
    float: right;
    margin-left: 20px;
}

#header-info-bar a.info-bar-meta-link:last-child {
    margin-left: 0;
}

.navigation-2 .mega-menu.desktopTopFixed .menu-list-items {
    background: #262f36 none repeat scroll 0 0;
}

.border-around::after {
    border: 8px solid #e52d27;
    border-radius: 4px;
    bottom: -8px;
    content: "";
    left: 0;
    position: absolute;
    right: 40px;
    top: 40px;
}

.border-around {
    display: inline-block;
    margin-left: 30px;
    padding-left: 40px;
    position: relative;
}

.border-around>* {
    position: relative;
    z-index: 1;
}

.services-grid-new {
    margin-bottom: 30px;
    padding: 30px;
    transition: all 0.3s ease 0s;
}

.services-grid-new .icons {
    color: #fff;
    margin-bottom: 15px;
    font-size: 50px;
}

.services-grid-new h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: capitalize;
}

.services-grid-new p {
    color: #fff;
}

.services-grid-new p:last-child {
    margin-bottom: 0;
}

#team {
    background: #fff none repeat scroll 0 0;
}

.our_team {
    position: relative;
}

.team {
    margin-bottom: 30px;
    padding: 20px 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

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

.team:hover {
    background: #fafafa none repeat scroll 0 0;
    box-shadow: 0 2px 4px rgba(221, 221, 221, 0.75);
}

.team-info {
    padding: 30px 0 0;
    position: relative;
    text-align: center;
}

.parallex .team .team-name {
    color: #fff;
}

.team-name {
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-job {
    font-weight: 500;
}

.team .socials {
    bottom: 90%;
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 15px 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
}

.team:hover .socials {
    bottom: 100%;
    opacity: 1;
    visibility: visible;
}

.team .socials li {
    display: inline-block;
    margin: 0 8px;
    vertical-align: top;
}

.team .socials li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
}

.team .socials li a:hover {
    background: #fff none repeat scroll 0 0;
    color: #5696e3;
}

body.dark-scheme .gray {
    background-color: #262f36;
}

body.dark-scheme .gray .pricing-area .heading-zone h1 {
    color: #fff;
}

body.dark-scheme .page-header-area-2.gray .small-breadcrumb .breadcrumb-link ul li a {
    color: #fff;
}

body.dark-scheme .page-header-area-2.gray h1 {
    color: #fff;
}

body.dark-scheme .short-history ul li {
    color: #fff;
}

.parallex .parallex-text .btn {
    padding: 15px 25px;
}

.gallery-caption {
    margin-left: 0;
}

.commentlist .bypostauthor {
    background: #e7f8fb;
}

.commentlist li ul.children li.bypostauthor {
    background: #e7f8fb;
}

.single-blog .blog-post .post-excerpt.post-desc p a {
    text-decoration: underline;
    color: #232323;
}

.blog-post .post-excerpt ul li span,
.blog-post .post-excerpt ul li em {
    font-size: 16px !important;
}


/* =-=-=-=-=-=-= Categories =-=-=-=-=-=-= */

.categories .category-classic {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease- 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.categories .category-classic:after {
    content: '';
    display: block;
    clear: both;
}

.categories .view-more {
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    clear: both;
}

.categories .view-more a {
    color: #232323;
}

.categories .category-classic-icon {
    float: left;
    border-top: 2px solid #ddd;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f7f8f9 none repeat scroll 0 0;
}

.categories .category-classic-icon i {
    background: #fff none repeat scroll 0 0;
    color: #232323;
    float: left;
    font-size: 36px;
    margin-right: 10px;
    padding: 16px;
    text-align: center;
}

.categories .category-classic-title {
    float: none;
    padding: 20px 0 0 65px;
    width: auto;
}

.categories .category-classic-title h5>a {
    color: #232323;
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.categories ul.category-classic-data {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 15px;
}

.categories ul.category-classic-data li::before {
    content: "\f105";
    font-family: fontawesome;
    height: 100%;
    left: 0;
    position: absolute;
    top: 10px;
    width: 20px;
    color: #999;
    font-size: 14px;
}

.categories ul.category-classic-data li {
    display: inline-block;
    position: relative;
    width: 100%;
}

.categories ul.category-classic-data li a {
    color: #5b5b5b;
    display: block;
    padding: 10px 0 10px 15px;
    text-align: left;
}

.categories ul.category-classic-data li a span {
    border-radius: 100%;
    color: #999999;
    float: right;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
}

.categories .category-classic:hover {
    box-shadow: 0 6px 20px 4px rgba(0, 0, 0, 0.13);
}

.categories .category-classic:hover .category-classic-icon i {
    color: #232323;
}

.categories ul.category-classic-data li:hover a span {
    color: #fff;
}

.categories .traingle {
    border-color: transparent transparent #f7f8f9;
    border-style: solid;
    border-width: 0 0 20px 250px;
    content: "";
    float: right;
    margin-bottom: -1px;
    margin-top: -19px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 7;
}

.categories .post-tag-section {
    background: #f7f8f9 none repeat scroll 0 0;
    font-size: 18px;
    padding: 0 20px 20px;
}

.categories .cat-all {
    background: #555657 none repeat scroll 0 0;
    border-radius: 0 3px 0 0;
    border-right: 8px solid rgba(0, 0, 0, 0.15);
    color: #f2f2f2;
    float: right;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: -29px;
    margin-top: -1px;
    padding: 10px 26px 10px 32px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.categories .cat-all::after {
    border-color: #afafaf transparent transparent;
    border-style: solid;
    border-width: 12px 8px 0 0;
    bottom: 0;
    content: "";
    height: 0;
    margin-bottom: -12px;
    margin-right: -7px;
    position: absolute;
    right: 0;
    width: 0;
}

.categories .cat-all::before {
    border-color: transparent transparent transparent #f7f8f9;
    border-style: solid;
    border-width: 55px 0 0 15px;
    content: "";
    height: 0;
    margin-left: -33px;
    margin-top: -14px;
    position: absolute;
    width: 0;
}

.panel-body .cat_head span {
    font-size: 14px;
}

.play-video {
    color: #fff;
    font-size: 35px;
    position: absolute;
    left: 5px;
    bottom: 1px;
    opacity: 0.6;
    transition: all 0.25s ease 0s;
    z-index: 9;
    width: 32px;
}

.shop-grid {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.shop-product {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.shop-product img {
    -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}

.shop-product:hover img {
    opacity: 0.5;
}

.shop-product-description {
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
}

.shop-product-description h2 {
    font-size: 14px;
    text-transform: capitalize;
    color: #232323;
    font-weight: 600;
}

.shop-product-description .woocommerce-Price-amount {
    color: #232323;
    font-size: 14px;
    font-weight: 600;
}

.shop-product-description h2 a {
    color: #232323;
}

.rating-stars i.filled:before {
    color: #ffc107;
    content: "\f005";
}

.shop-product-description .rating-stars i {
    font-size: 14px;
}

.shop-product-description .rating-stars a {
    font-size: 14px;
    color: #777;
}

.product-single .product-name {
    border-bottom: 1px dashed #bbb;
    margin-bottom: 15px;
}

.product-single .product-name h1 {
    font-size: 22px;
    text-align: left;
    color: #232323;
    padding-bottom: 10px;
}

.product-single .rating {
    color: #777;
    font-size: 16px;
}

.product-single .rating .fa-star {
    color: #ffc107;
    font-size: 16px;
}

.product-single .product-shop .rating-links {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 0;
}

.product-single .product-shop .rating-links a {
    color: #777;
    font-size: 16px;
}

.product-single .product-shop .rating-links a i {
    margin-right: 5px;
}

.product-single .rating .separator {
    color: #ccc;
    margin: 0 5px;
}

.info-orther p span.in-stock {
    color: #3ab54a;
}

.info-orther p span.out-stock {
    color: #f21b3f;
}

.product-single .product-shop .price-section {
    position: relative;
}

.product-single .product-shop .price-box {
    display: block;
    margin: 0;
    padding: 12px 0;
    position: relative;
}

.product-single .product-shop .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.product-single .product-shop .price-section .special-price .price-label {
    color: #777;
    font-size: 18px;
    margin-right: 5px;
}

.product-single .product-shop .price {
    color: #232323;
    font-size: 22px;
}

.product-single .product-shop .price-box .old-price {
    display: inline-block;
    margin: 0;
}

.product-single .product-shop .price-box .old-price .price {
    color: #e52d27;
}

.product-single .short-description h2 {
    border-bottom: 1px dashed #bbb;
    color: #232323;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: left;
}

.product-single .point-of-action {
    position: relative;
    margin-top: 5px;
}

.product-single .point-of-action .quantity {
    padding-right: 10px;
}

.old-price .price {
    color: #777;
    margin-left: 6px;
    text-decoration: line-through;
}

.old-price .price-label {
    color: #777777;
    white-space: nowrap;
    margin-left: 5px;
    font-size: 18px;
}

.product-single .point-of-action .quantity input {
    height: 41px;
    border: medium none;
    padding: 0 15px;
    border: 1px solid #ccc;
}

.product-single .product-thumb {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.product-single .product-thumb .item a img {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    display: block;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.product-thumb .owl-controls .owl-nav .owl-next,
.product-thumb .owl-controls .owl-nav .owl-prev {
    border-radius: 0;
    font-size: 20px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.product-thumb .owl-prev {
    left: -6px;
    position: absolute;
    top: 20px;
}

.product-thumb .owl-next {
    position: absolute;
    right: 9px;
    top: 20px;
}

.product-single .tab .nav-tabs {
    border-bottom: 0 none;
}

.product-single .tab .nav-tabs li {
    margin-right: 2px;
}

.product-single .tab .nav-tabs li a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 18px 25px;
    border: none;
    border-radius: 0;
    background: #efefef;
    text-transform: uppercase;
    position: relative;
}

.product-single .tab .nav-tabs li.active a:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    border-bottom: 15px solid transparent;
}

.product-single .tab .nav-tabs li.active a,
.product-single .tab .nav-tabs li.active a:focus,
.product-single .tab .nav-tabs li.active a:hover {
    border: none;
    color: #fff;
    transition: all 0.20s linear 0s;
}

.product-single .tab .tab-content {
    font-size: 15px;
    color: #808080;
    border: 0 none;
    line-height: 25px;
    padding: 5px 0;
    margin-top: 15px;
}

.product-single .tab .tab-content h3 {
    margin-top: 10px;
    font-size: 22px;
    color: #232323;
}

@media only screen and (max-width: 479px) {
    .product-single .tab .nav-tabs li {
        width: 100%;
        margin-bottom: 5px;
    }
    .product-single .tab .nav-tabs li a {
        padding: 20px;
    }
    .product-single .tab .nav-tabs li.active a:after {
        border: none;
    }
    .product-single .tab .tab-content {
        margin-top: 5px;
    }
}

.product-single .product-single-detail {
    position: relative;
    margin-top: 20px;
}

.product-single .product-thumb .item a img:hover {
    border-color: #337ab7;
}

.woocommerce .product-single label {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
    color: #18293b !important;
    text-transform: capitalize;
}

.product-single .product-variation {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.shop-grid:hover .product-hover-tools {
    bottom: 43%;
    opacity: 1;
    right: 36%;
    text-align: center;
    visibility: visible;
}

.product-hover-tools {
    bottom: 46%;
    opacity: 0;
    position: absolute;
    right: 36%;
    text-align: center;
    transition: opacity 0.3s ease 0s, all 0.3s ease-in-out 0s;
    visibility: hidden;
    z-index: 2;
}

.product-hover-tools .view-btn {
    background-color: white;
    border-radius: 5px;
    color: #333333;
    display: inline-block;
    height: 42px;
    line-height: 45px;
    margin: 3px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 42px;
}

.product-hover-tools .cart-btn {
    background-color: #333333;
    border-radius: 5px;
    color: white;
    display: inline-block;
    height: 42px;
    line-height: 45px;
    margin: 3px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 42px;
}

.ecommerce-shop .mega-menu .menu-links {
    float: right;
}

body.rtl .ecommerce-shop .mega-menu .menu-links {
    float: right;
}

#quick-cart-pay {
    border-radius: 50%;
    top: 35%;
    cursor: pointer;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 100%;
    line-height: 123.077%;
    position: fixed;
    right: 10px;
    text-decoration: none;
}

#quick-cart-pay>span {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 86px;
    padding-top: 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: 86px;
}

#quick-cart-pay>span {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

#quick-cart-pay #quick-cart-price {
    background-color: #16161a;
    border-radius: 11px;
    bottom: -4px;
    display: block;
    font-family: "Poppins", sans-serif;
    height: 21px;
    left: 50%;
    padding: 2px 8px 0;
    position: absolute;
    transform: translateX(-50%);
}

.dashboard-menu-container ul li .menu-names {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.preloader {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.preloader .preloader-gif {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/sb-loader.gif") no-repeat scroll 0 0;
    display: block;
    height: 200px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
}

#sb_reset_password_modal .modal-header {
    background: #232323;
    border-radius: 0;
}

#sb_reset_password_modal .modal-header h2 {
    color: #fff;
}

#sb_reset_password_modal .modal-footer {
    padding: 15px;
    border-top: none;
    background: none;
    padding-top: 0;
}

.l1 {
    background: #000;
}

.l2 {
    padding-left: 1em;
}

.carspot-price-card {
    background: #fff;
    padding: 40px 35px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 30px;
}

.carspot-price-card p.price {
    color: #E52D27;
    font-weight: 600;
    font-size: 50px;
    /*line-height: 66px;*/
    margin-bottom: 0;
}

.carspot-price-card p.price sup {
    font-size: 26px;
    top: -1.0em;
    color: #ddd;
}

.carspot-price-card ul {
    margin-top: 20px;
}

.carspot-price-card::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: -23px;
    width: 88px;
    height: 88px;
    background: #E52D27;
    opacity: .2;
    border-radius: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carspot-price-card::before {
    position: absolute;
    content: '';
    top: -15px;
    left: -18px;
    width: 88px;
    height: 88px;
    background: #E52D27;
    opacity: .2;
    border-radius: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carspot-price-card h2 {
    font-size: 26px;
    font-weight: 600;
    color: #232323;
    margin: 0;
    line-height: inherit;
}

.pricing-offers {
    padding: 0 0 10px;
}

.pricing-offers li {
    padding: 0 0 16px;
    line-height: 18px;
}

.pricing-offers li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
    color: #ddd;
}

.pricing-offers li span {
    margin-right: 5px;
}

.sticky-button-feature {
    position: fixed;
    text-align: center;
    right: 60px;
    bottom: 40px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background-color: #ffcc00;
    padding: 9px 13px;
    z-index: 9;
}

.sticky-button-edit a,
.sticky-button-rearrange a,
.sticky-button-feature a {
    color: #fff;
}

.confirmation-buttons .btn.btn-xs.btn-default {
    color: #232323 !important;
}

.ad_post_alerts .alert.alert-info.alert-featured {
    color: #232323;
    border: 1px solid #eceff2;
    background: #fff;
    position: relative;
}

.ad_post_alerts .alert.alert-warning.alert-bumped {
    color: #232323;
    border: 1px solid #eceff2;
    background: #fff;
    position: relative;
}

.ad_post_alerts .alert .skin-minimal {
    position: absolute;
    right: 20px;
    top: 10px;
}

.ad_post_alerts .alert::after {
    top: 19px;
}

.leaflet-popup-content-wrapper {
    padding: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.leaflet-popup-content {
    margin: 0;
    line-height: inherit;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    color: #333;
    box-shadow: none;
}

.leaflet-popup-content p {
    margin: inherit;
}

.leaflet-pane .category-grid-box-1 {
    margin-bottom: 0;
}


/*NEW UPDATE WITH HOME PAGES 28/11*/

.heading-panel.transparent h1 {
    color: #FFF;
}

.heading-panel.transparent h1 span {
    color: #FFF;
}

.heading-panel.transparent h1::before,
.heading-panel.transparent h1::after {
    background-color: #FFF;
}

.heading-panel.transparent .heading-text {
    color: #FFF;
}

.mega-menu.header-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
}

.mega-menu.header-transparent .menu-links>li>a {
    color: #FFF;
}

.mega-menu.header-transparent.desktopTopFixed .menu-links>li>a,
.mega-menu.header-transparent.desktopTopFixed .menu-search-bar li a {
    color: #242424;
}

.mega-menu.header-transparent.desktopTopFixed .menu-search-bar li a.btn-theme {
    color: #FFF;
}

.mega-menu.with-search.desktopTopFixed .menu-search-bar input {
    border: 1px solid #CCC;
    color: #999;
}

.mega-menu .drop-down-multilevel .hoverTrigger a span.label {
    color: #FFF;
    display: inline-block;
}

.mega-menu.header-transparent .menu-search-bar li {
    float: left;
    width: auto;
    padding: 0 13px;
}

.mega-menu.header-transparent .menu-search-bar li:last-child {
    padding: 0;
}

.mega-menu.header-transparent .menu-search-bar li a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
}

.mega-menu.header-transparent .menu-search-bar li a i.icon-envelope {
    margin: 0 5px;
}

.hero-section {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/slider/slider-image.png") center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 850px;
    padding-top: 200px;
}

.section-style:before {
    background: rgba(0, 0, 0, 0.3) url(/wp-content/themes/carspot/css/../images/section-style.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section-style-2:before {
    background: rgba(0, 0, 0, 0.7) url(/wp-content/themes/carspot/css/../images/section-style-2.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section-style-2 {
    position: relative;
}

.hero-section.section-style {
    margin-bottom: 80px;
}

.section-style {
    background-color: #FFF;
    position: relative;
}

.hero-section .hero-text {
    margin-top: 20px;
}

.hero-section .hero-text h1 {
    color: #FFF;
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 40px;
}

.hero-section .hero-text h1::after {
    background-color: #FFF;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 100px;
    bottom: -10px;
}

.hero-section .hero-text p {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 20px;
}

.hero-section .hero-text ul li {
    padding: 3px 0;
    font-size: 16px;
    color: #FFF;
}

.hero-section .hero-text ul {
    margin-bottom: 20px;
}

.hero-section .hero-text ul li i {
    margin-right: 5px;
}

.hero-section .hero-car {
    position: absolute;
    bottom: -150px;
    left: 0;
    max-width: 820px;
}

.hero-section .hero-form {
    background-color: #FFF;
    padding: 30px;
    border-radius: 0 0 30px 30px;
    position: relative;
    padding-top: 0;
}

.hero-section .hero-form-top-style {
    margin-top: -45px;
}


/*.hero-section .hero-form::before {
        background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/hero-form-shedow.png") top center no-repeat;
        position:absolute;
        height:100%;
        width:100%;
        content:"";
        top:-80px;
        left:0;
}*/

.hero-section .hero-form label {
    font-size: 16px;
    z-index: 999;
}

.hero-section .hero-form .form-control {
    z-index: 9999;
    padding: 13px;
}

.hero-section .hero-form .form-group {
    margin-bottom: 20px;
}

.hero-section .hero-form .form-group:last-child {
    margin-bottom: 0;
}

.hero-section .hero-form .select2-container--default .select2-selection--single {
    height: 50px;
}

.hero-section .hero-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.hero-section .hero-form .hero-form-heading {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.hero-section .hero-form .hero-form-heading h2 {
    font-size: 64px;
    color: #000;
    font-weight: 600;
    float: left;
    line-height: 80px;
    margin-right: 10px;
}

.hero-section .hero-form .hero-form-heading p {
    margin-bottom: 0;
    color: #999;
    margin-top: 15px;
}

.hero-section .hero-form .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}


/*FEATURED ADS GRIDE STYLE 3*/

.grid-style-3 .title-area {
    padding: 15px;
}

.grid-style-3 .title-area .location {
    margin-bottom: 0;
}

.grid-style-3 .category-grid-box-1 .short-description-1 ul {
    margin-top: 0;
}

.services-3 {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/slider/services-bg.png") center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    position: relative;
    margin-bottom: 230px;
}

.services-3 .services-3-box {
    background-color: #FFF;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services-3 .services-3-box:hover {
    box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.08);
}

.services-3 .services-3-box .icon-area {
    max-width: 100px;
    margin-bottom: 20px;
}

.services-3 .services-3-box .counts {
    position: absolute;
    top: 40px;
    ;
    right: 20px;
    font-size: 80px;
    font-weight: 600;
    opacity: 0.07;
}

.services-3 .services-3-box h3 {
    font-size: 18px;
    color: #242424;
    font-weight: 600;
    margin-bottom: 10px;
}

.funfacts.with-services {
    background: none;
    position: relative;
    text-align: left;
    margin-top: 50px;
}

.funfacts.with-services .number {
    color: #242424;
}

.funfacts.with-services h4 {
    margin-bottom: 0;
    color: #242424;
}


/*TRENDING ADS*/

.trending-ads {
    position: relative;
}

.trending-ads .trending-single-ad {
    margin-bottom: 30px;
}

.trending-ads .img-container {
    float: left;
    width: 40%;
    margin: 24px 0;
    margin-right: 20px;
    position: relative;
}

.trending-ads .img-container::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.trending-single-ad:hover .img-container::before {
    opacity: 0.4;
}

.trending-ads .trending-ad-detail {
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-left: 30px;
}

.trending-ads .trending-ad-detail span.price {
    font-weight: 600;
    font-size: 20px;
    color: #E52D27;
}

.trending-ads .trending-ad-detail h3 {
    margin-bottom: 5px;
}

.trending-ads .trending-ad-detail h3 a {
    color: #242424;
    font-weight: 500;
}

.trending-ads .trending-ad-detail p a {
    color: #777;
}

.trending-ads .trending-ad-detail p i {
    margin-right: 5px;
}

.trending-ads .trending-ad-detail ul {
    margin-top: 0;
}

.trending-ads .trending-ad-detail ul li {
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    color: #777;
    margin-right: 10px;
    margin-bottom: 0;
}

.trending-ads .trending-ad-detail ul li a {
    color: #777;
    font-weight: 500;
}

.trending-ads .trending-ad-detail ul li i {
    color: #777;
    float: left;
    font-size: 14px;
    margin-right: 10px;
}

.trending-ads .img-container .ad-status {
    background-color: #E52D27;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.trending-ads .img-container .total-images {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    position: absolute;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
}

.trending-ads .img-container .quick-view {
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 9999;
}

.trending-ads .img-container .quick-view .view-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #252525;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    width: 40px;
}

.trending-ads .trending-single-ad:hover .view-button {
    opacity: 1;
}


/*CALL TO ACTION*/

.sell-box.sell-box-2 {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/slider/call-to-action.png") center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 540px;
}

.sell-box.sell-box-2 .sell-box-grid {
    margin-top: 50px;
}

.sell-box.sell-box-2 .sell-box-grid .short-info {
    padding-left: 0;
    padding-bottom: 100px;
}

.sell-box.sell-box-2 .sell-box-grid.right .short-info {
    padding-left: 0;
    text-align: right;
}

.sell-box.sell-box-2 .sell-box-grid.right p {
    padding-right: 0;
    padding-left: 150px;
    text-align: right;
}

.sell-box.sell-box-2 h3 {
    color: #FFF;
}

.sell-box.sell-box-2 .sell-box-grid a.headings {
    color: #FFF;
    font-size: 30px;
}

.sell-box.sell-box-2 .sell-box-grid p {
    color: #fff;
}

.sell-box.sell-box-2 .sell-box-grid img {
    padding: 0;
}

.sell-box.sell-box-2.black_text h3,
.sell-box.sell-box-2.black_text .sell-box-grid a.headings,
.sell-box.sell-box-2.black_text .sell-box-grid p {
    color: #242424;
}

.footer-transparent {
    padding-top: 80px;
    padding-bottom: 30px;
    position: relative;
}

.footer-transparent:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer-transparent img.footer-logo {
    margin-bottom: 15px;
}

.footer-transparent .footer-block p {
    margin-bottom: 20px;
    color: #FFF;
    padding-right: 20px;
}

.footer-transparent .footer-block .page-links.multiple {
    columns: 2;
    list-style: disc;
    color: #FFF;
    padding-left: 15px;
}

.footer-transparent .footer-block .page-links.multiple li {
    margin-bottom: 10px;
}

.footer-transparent .footer-block .page-links.multiple li a {
    color: #FFF;
}

.footer-transparent .footer-block .app-btn {
    float: left;
    margin-bottom: 0;
    padding: 5px 10px;
}

.footer-transparent .footer-block .app-btn .icon-text h5 {
    font-size: 14px;
}

.footer-transparent .footer-block .social-bar ul {
    padding-left: 0;
    list-style: none;
}

.footer-transparent .footer-block .social-bar li {
    float: left;
}

.footer-transparent .footer-block .social-bar li a {
    color: #FFF;
    padding: 15px;
    padding-left: 15px;
    font-size: 20px;
}

.footer-transparent .footer-block .app-btn {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0;
    display: inline-flex;
    border-radius: 5px;
    margin-bottom: 30px;
    min-width: 185px;
}

.footer-transparent .footer-block .app-btn:last-child {
    margin-bottom: 0;
}

.footer-transparent .footer-block .app-btn a {
    display: inherit;
    padding: 10px 20px;
}

.footer-transparent .footer-block .app-btn .icon {
    float: left;
    margin-right: 15px;
}

.footer-transparent .footer-block .app-btn .icon i {
    font-size: 40px;
    color: #FFF;
    line-height: 45px;
}

.footer-transparent .footer-block .app-btn .icon-text small {
    color: #FFF;
    text-transform: uppercase;
}

.footer-transparent .footer-block .app-btn .icon-text h5 {
    color: #FFF;
    margin: 0;
    font-size: 16px;
    line-height: 10px;
    font-weight: 600;
}

.footer-transparent .footer-block h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-transparent .footer-bottom {
    margin-top: 60px;
    padding: 30px 0;
    border-top: 1px solid #999999;
    position: relative;
    text-align: center;
    padding-bottom: 0;
}

.footer-transparent .footer-bottom p {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 0;
}

.footer-transparent .footer-bottom a {
    color: #E52D27;
    text-decoration: underline;
    font-weight: 600;
}


/*MENU TRANSPARENT WITH SEARCH BAR*/

.mega-menu.with-search {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mega-menu.with-search .menu-search-bar input {
    max-width: none;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 45px;
    padding: 10px 15px;
    border-radius: 3px;
    border: none;
}

.mega-menu.with-search .menu-search-bar input:focus {
    max-width: none;
}

.mega-menu.with-search .menu-search-bar button {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    border: none;
    height: 45px;
    padding: 10px 20px;
}

.mega-menu .menu-search-bar li:hover i.fa.fa-search {
    background: none;
}

.mega-menu.with-search .menu-search-bar i.fa.fa-search {
    position: relative;
    overflow: hidden;
    line-height: normal;
    width: auto;
}

.mega-menu.with-search .menu-search-bar li:hover i.fa.fa-search {
    background: transparent;
}


/*HERO SECTION 2*/

.section-style-3 {
    position: relative;
}

.section-style-3:before {
    background: url(/wp-content/themes/carspot/css/../images/section-style-3.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.opacity-color:after {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(44, 62, 80, 0.9));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(44, 62, 80, 0.9));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero-section-2 {
    background: rgba(0, 0, 0, 0) url("/wp-content/themes/carspot/css/../images/slider/slider-image-2.png") center center no-repeat;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 850px;
    padding-top: 200px;
}

.hero-section-2 .hero-section-2-text {
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 9;
    margin-bottom: 50px;
}

.hero-section-2 .hero-section-2-text p {
    font-size: 30px;
    color: #FFF;
    margin-bottom: 0;
}

.hero-section-2 .hero-section-2-text h1 {
    font-size: 90px;
    color: #FFF;
    font-weight: 600;
    line-height: 130px;
    text-shadow: 1px 8px rgba(255, 255, 255, 0.20);
}

.hero-section-2 .hero-car {
    z-index: 9;
    position: relative;
}


/*CAR BRANDS*/

.car-brands {}

.car-brands ul li {
    text-align: center;
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

.car-brands ul li:last-child {
    margin-right: 0;
}

.car-brands ul li a {
    padding: 30px;
    display: block;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.car-brands ul li h4 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #242424;
}

.car-brands ul li a:hover {
    background: #333333;
    background: -webkit-linear-gradient(to bottom, #dd1818, #333333);
    background: linear-gradient(to bottom, #dd1818, #333333);
    color: #FFF;
}

.car-brands ul li a:hover h4 {
    color: #FFF;
}


/*LISTINGS GRID 4 BOXES*/

.grids-style-4 {
    position: relative;
}

.grids-style-4 .grid-upper {
    position: relative;
    overflow: hidden;
}

.grids-style-4 .grid-upper:before {
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.95));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.95));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.grids-style-4 .grid-upper .grid-meta {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.grids-style-4 .grid-upper .grid-meta .price-label {
    color: #FFF;
    font-weight: 600;
}

.grids-style-4 .grid-upper .grid-meta .price-label span {
    color: #E52D27;
}

.grids-style-4 .grid-upper .grid-meta h3 a {
    color: #FFF;
}

.grids-style-4 .grid-upper .grid-meta p {
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
}

.grids-style-4 .grid-upper .grid-meta p i {
    color: #E52D27;
}

.grids-style-4 .grid-upper .featured-tag {
    position: absolute;
    top: -10px;
    left: -40px;
    background-color: #E52D27;
    padding: 15px 30px;
    transform: rotate(-40deg);
    text-align: center;
    width: 110px;
    height: 45px;
}

.grids-style-4 .grid-upper .featured-tag i {
    color: #FFF;
}

.grids-style-4 .grid-upper .play-btn {
    position: absolute;
    top: 50px;
    right: 40px;
}

.grids-style-4 .grid-bottom .ad-info-1 {
    padding: 0;
}

.grids-style-4 .grid-bottom .ad-info-1 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.grids-style-4 .grid-bottom .ad-info-1 ul li {
    text-align: center;
    padding: 0;
}

.grids-style-4 .grid-bottom .ad-info-1 ul li a {
    border-left: 1px solid #e5e5e5;
    display: block;
    font-size: 18px;
    height: inherit;
    line-height: 48px;
    text-align: center;
    width: 48px;
}

.grids-style-4 .grid-bottom .ad-info-1 ul li a i {
    margin-right: 0;
}

.grids-style-4 .grid-bottom .ad-info-1 p {
    display: inline-block;
    line-height: 48px;
    margin-bottom: 0;
    font-size: 18px;
    padding-left: 15px;
}

.grids-style-4 .grid-4-box {
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}


/*our-best-services start*/

.our-best-services {
    background-image: url("/wp-content/themes/carspot/css/../images/slider/services-bg.png");
    height: 700px;
    position: relative;
    padding: 100px 0;
}

.our-best-services::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 7, 81, 0.7));
}

.best-services-main-section {
    text-align: center;
    color: #FFFFFF;
    position: relative;
    width: 50%;
    margin: 0 auto;
    z-index: 9;
}

.services-text-area {
    margin-bottom: 36px;
}

.services-text-area h2 {
    font-size: 30px;
    font-weight: 500;
}

.services-text-area h2::before {
    background: #FFFFFF;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 99px;
}

.services-text-area h2::after {
    background: #FFFFFF;
    bottom: -16px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 59px;
}

.services-short-text p {
    line-height: 26px;
}

.services-box-section .services-main-content {
    position: relative;
}

.services-icons-section {
    position: relative;
}

.services-icons-section img {
    display: block;
    margin: 0 auto;
}

.services-main-content h3 {
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.services-main-content p {
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
}

.services-wrapped-section {
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin-top: 20px;
}

.section-style-divider:before {
    background: url(/wp-content/themes/carspot/css/../images/section-style-3.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.section-style-divider-2:before {
    background: url(/wp-content/themes/carspot/css/../images/section-style-3-left.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.section-style-divider-3:after {
    background: url(/wp-content/themes/carspot/css/../images/section-style-3-top-right.png);
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}


/*our-best-services start*/


/*carspot-dealership-section start*/

.carspot-icons-series {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}

.carspot-car-categories {
    float: left;
    padding-right: 70px;
}

.car-details-section {
    position: relative;
    overflow: hidden;
}

.carspot-dealership-section {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.carspot-new-text-section h2 {
    color: #020202;
    font-size: 24px;
    font-weight: 500;
}

.carspot-new-text-section {
    margin-bottom: 40px;
}

.carspot-new-text-section h2::before {
    background-color: #242424;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 99px;
}

.carspot-new-text-section h2::after {
    background-color: #242424;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 59px;
}

.carspot-short-text-section {
    margin-bottom: 30px;
}

.car-details-section span {
    color: #777;
    font-size: 16px;
    line-height: 45px;
}

.carspot-icons-series i {
    color: #777;
}

.carspot-short-text-section p {
    line-height: 26px;
}

.carspot-main-section {
    position: relative;
    padding: 0 85px;
}

.new-cars-detail-section .count-setion {
    column-count: 2;
}

.new-cars-detail-section .count-setion li i {
    padding-right: 15px;
}

.new-cars-detail-section .count-setion li {
    line-height: 40px;
}

.cars-alloy-rims {
    position: absolute;
    left: 0;
    bottom: -20px;
}

.cars-images {
    position: absolute;
    right: -70px;
    bottom: 40px;
}

.cars-images img {
    width: 90%;
}


/*carspot-dealership-section End*/


/*pricing table section start*/

.pricing-main-section {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.pricing-table {
    padding: 70px 0;
}

.pricing-text-area h2 {
    color: #020202;
    font-weight: 500;
}

.pricing-text-area h2::before {
    background: #E52D27;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 99px;
}

.pricing-text-area h2::after {
    background: #E52D27;
    bottom: -16px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 59px;
}

.pricing-text-area span {
    color: #E52D27;
    font-weight: 500;
}

.pricing-text-area {
    margin-bottom: 35px;
}

.pricing-short-text p {
    line-height: 26px;
}

.pricing-section-images {
    background: url("/wp-content/themes/carspot/css/../images/s7.png");
    height: 155px;
    padding: 20px 25px;
}

.price-main-section {
    padding: 25px 20px;
}

.price-section {
    float: right;
    position: relative;
    overflow: hidden;
    color: #ffff;
}

.pricing-standard-plan {
    float: left;
    color: #ffff;
}

.price-section h3 {
    font-size: 40px;
    line-height: inherit;
    padding-top: 12px;
}

.price-section h4 {
    font-size: 25px;
}

.price-section span {
    font-size: 22px;
}

.pricing-table-box {
    border: 1px solid #cccc;
    box-shadow: 3px 5px 12px 2px #ccc;
}

.price-add-section {
    text-align: center;
}

.price-add-section .price-feature-add li {
    line-height: 50px;
    font-size: 20px;
}

.price-select-buttons {
    text-align: center;
    margin-top: 20px;
}

.price-select-buttons .btn-primary {
    background-color: #E52D27;
    color: #FFFFFF;
    border: none;
    font-size: 14px;
}


/*pricing table section end*/


/*client-box-section start*/

.client-box-section {
    margin: 0 auto;
    display: table;
}

.carspot-client-section {
    padding: 30px 0px 60px 0px;
}


/*client-box-section end*/


/*footer-get our apps section start*/

.carspot-footer-section {
    background: url("/wp-content/themes/carspot/css/../images/foo.png");
    height: auto;
    background-position: center;
    position: relative;
    padding: 100px 0 15px;
}

.carspot-footer-section::before {
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}

.get-our-apps-section {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    z-index: 99;
    position: relative;
}

.get-our-apss-text-section h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.get-our-apss-text-section h2::before {
    background: #FFFFFF;
    bottom: -11px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 99px;
}

.get-our-apss-text-section h2::after {
    background: #FFFFFF;
    bottom: -24px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 59px;
}

.apps-short-text p {
    color: #fff;
    font-size: 20px;
}

.get-our-apss-text-section {
    margin-bottom: 45px;
}

.get-apps {
    display: inline-flex;
    margin: 0 auto;
    display: inline-flex;
    margin: 0 auto;
    padding-right: 15px;
}

.new-get-apps-section {
    display: table;
    padding-bottom: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.apps-short-text {
    margin-bottom: 25px;
}

.footer-bottom-new-text-section {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 99;
}

.footer-bottom-new-text-section p {
    color: #FFFFFF;
}

.footer-alignment {
    border-top: 2px solid #FFFFFF;
}

.footer-bottom-new-text-section span {
    color: #E52D27;
}

.footer-bottom-new-text-section p {
    font-weight: 500;
    font-size: 18px;
}


/*footer-get our apps section end*/


/*new caraosal section start */

.dwt-carousal-section {
    padding-bottom: 0;
}

.carosual-content {
    position: relative;
    height: 400px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.carosual-content::before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listing-page-slider .owl-item .carosual-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-page-slider .owl-item.active.center .carosual-content::before {
    background: none;
}

.dwt-carousal-section .owl-prev {
    position: absolute;
    bottom: 43%;
    left: 0;
}

.dwt-carousal-section .owl-next {
    position: absolute;
    bottom: 43%;
    right: 0;
}

.dwt-carousal-section .owl-theme .owl-nav [class*="owl-"] {
    border-radius: 0;
    background: rgba(255, 255, 255, 0.2);
    padding: 25px 5px !important;
    border: 1px solid rgba(255, 255, 255, 0.21);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.dwt-carousal-section .owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(255, 255, 255, 1);
}

.dwt-carousal-section .owl-theme .owl-nav [class*="owl-"] i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

.dwt-carousal-section .owl-theme .owl-nav [class*="owl-"]:hover i {
    color: #232323;
    font-size: 24px;
}

.center {
    margin-top: 0;
}


/*new caraosal section end */


/*single-page-title-bar-s*/

.single-bar-image img {
    border-radius: 60px;
}

.single-bar-text-section {
    position: relative;
    overflow: hidden;
}

.single-bar-image {
    float: left;
    position: relative;
    padding-right: 15px;
}

.single-bar-image img {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.10);
}

.single-details-section {
    position: relative;
    overflow: hidden;
    margin: 5px 0;
}

.featured-categories .f-badge {
    padding: 6px 19px;
    background-color: #B31217;
    border: none;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #FFF;
}

.featured-categories {
    position: relative;
    overflow: hidden;
}

.single-page-anchors-section {
    position: relative;
}

.single-page-title-bar {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.single-price-section h2 {
    color: #e52d27;
    font-size: 22px;
    font-weight: 500;
}

.single-price-section h2 span {
    font-weight: 300;
    font-size: 15px;
    color: #838383;
    margin-left: 5px;
}

.single-details-section h3 {
    font-size: 26px;
    color: #232323;
    float: left;
    margin-right: 15px;
    font-weight: 600;
}

.single-page-anchors-section .style-5 li a {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
}

.single-page-anchors-section .style-5 li {
    line-height: 14px;
    text-transform: uppercase;
    float: left;
    padding: 7px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 40px;
    margin-right: 10px;
    font-size: 12px;
}

.single-price-section {
    margin-bottom: -5px;
}

.single-page-anchors-section .style-5 li a .rovers {
    color: #e52d27;
}

.single-page-anchors-section .style-5 li a .edit-1 {
    color: #e52d27;
}

.single-bar-buttons-section {
    float: right;
    margin-top: 35px;
}

.single-bar-buttons-section .style-6 li .btn {
    padding: 10px 15px;
    color: #232323;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    border-radius: 4px;
}

.single-bar-buttons-section .style-6 li .btn i {
    margin-right: 5px;
}

.single-bar-buttons-section .style-6 li .btn-primary {
    background: rgba(0, 191, 36, 0.1);
    border: 1px solid rgba(0, 191, 36, 0.4);
}

.single-bar-buttons-section .style-6 li .btn-primary i {
    color: rgba(0, 191, 36, 0.9);
}

.single-bar-buttons-section .style-6 li .btn-success {
    border: 1px solid rgba(246, 181, 27, 0.4);
    background: rgba(246, 181, 27, 0.1);
}

.single-bar-buttons-section .style-6 li .btn-success i {
    color: rgba(246, 181, 27, 0.9);
}

.single-bar-buttons-section .style-6 li .btn-info {
    border: 1px solid rgba(255, 142, 142, 0.4);
    background: rgba(255, 142, 142, 0.1);
}

.single-bar-buttons-section .style-6 li .btn-info i {
    color: rgba(255, 142, 142, 0.9);
}


/*single-page-title-bar-s*/

.single-title-buttons .new-title-page-button-section li a {
    padding: 13px 30px;
    border-right: 1px solid #f1f1f1;
    color: #232323;
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 14px;
}

.single-title-buttons .new-title-page-button-section li:first-child a {
    border-left: 1px solid #f1f1f1;
}

.new-title-button-section {
    border-top: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
}

.new-title-button-section .list-inline>li {
    padding-right: 0;
    padding-left: 0;
}

.single-title-buttons .new-title-page-button-section li a:nth-child(2n+6) {
    border-right: 1px solid #CCCCCC;
}

.single-detail-page {
    padding: 30px 0;
}


/*SINGLE PAGE LISTING 4*/

.single-listing-4 {
    position: relative
}

.single-listing-4 .key-features {
    margin-top: 0;
    margin-bottom: 30px;
}

.single-listing-4 .key-features .boxicon {
    border: none;
    padding: 10px;
    height: auto;
}

.single-listing-4 .key-features .boxicon.petrol {
    background-color: rgba(0, 131, 201, 0.2);
}

.single-listing-4 .key-features .boxicon.kilo-meter {
    background-color: rgba(255, 87, 0, 0.2);
}

.single-listing-4 .key-features .boxicon.engile-capacity {
    background-color: rgba(255, 155, 48, 0.2);
}

.single-listing-4 .key-features .boxicon.reg-year {
    background-color: rgba(229, 45, 39, 0.2);
}

.single-listing-4 .key-features .boxicon.transmission {
    background-color: rgba(0, 166, 81, 0.2);
}

.single-listing-4 .key-features .boxicon.body-type {
    background-color: rgba(120, 94, 221, 0.2);
}

.single-listing-4 .key-features .boxicon.car-color {
    background-color: rgba(228, 64, 95, 0.2);
}

.single-listing-4 .key-features .boxicon img {
    margin: 0 auto;
    display: block;
    width: 50px;
}

.single-listing-4 .key-features .boxicon p {
    margin-bottom: 0;
    color: #232323;
}

.single-listing-4 .key-features .boxicon a {
    cursor: default;
}

.single-listing-4 .content-box-grid {
    border: none;
    padding: 0;
    background-color: transparent;
}

.single-listing-4 .content-box-grid .short-features {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    margin-top: 0;
    background-color: #FFF;
}

.single-listing-4 .singlepage-detail {
    overflow: visible;
}

.single-listing-4 .short-features .heading-panel {
    padding: 0 30px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
}

.single-listing-4 .short-features .short-feature-body {
    position: relative;
    padding: 30px;
    width: 100%;
    float: left;
}

.single-listing-4 .short-features .grid-panel {
    padding: 0;
}

.single-listing-4 .bidding-states {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-listing-4 .bidding-states ul {
    margin-bottom: 0;
}

.single-listing-4 .bidding-states ul li {
    width: 33.3%;
    padding: 15px;
    float: left;
}

.single-listing-4 .bidding-states ul li h4 {
    color: #232323;
    font-weight: 500;
    font-size: 20px;
}

.single-listing-4 .bidding-states ul li p {
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

.single-listing-4 .bidding-states ul li:nth-child(1) {
    background-color: rgba(255, 87, 0, 0.2);
}

.single-listing-4 .bidding-states ul li:nth-child(1) p {
    color: rgba(255, 87, 0, 0.8);
}

.single-listing-4 .bidding-states ul li:nth-child(2) {
    background-color: rgba(0, 131, 201, 0.2);
}

.single-listing-4 .bidding-states ul li:nth-child(2) p {
    color: rgba(0, 131, 201, 0.8);
}

.single-listing-4 .bidding-states ul li:nth-child(3) {
    background-color: rgba(255, 155, 48, 0.2);
}

.single-listing-4 .bidding-states ul li:nth-child(3) p {
    color: rgba(255, 155, 48, 0.8);
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box {
    border-radius: 4px;
    margin-bottom: 30px;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title {
    background-color: #f9f9f9;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title .bidding-new-meta {
    float: left;
    width: 70%;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title .bidding-new-meta .bid-meta-img {
    float: left;
    margin-right: 15px;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title .bidding-new-meta .bid-meta-img img {
    max-width: 60px;
    max-height: 60px;
    max-height: 60px;
    min-height: 60px;
    border-radius: 50%;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title .bidding-new-meta .bid-meta-name p {
    color: #777;
    margin-bottom: 0;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title .bidding-new-meta .bid-meta-name h3 {
    color: #232323;
    font-weight: 500;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-desc {
    padding: 20px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 4px 4px;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-desc p {
    margin-bottom: 0;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title .bidding-new-bids span {
    float: right;
    display: inline-block;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    color: #fff;
    background-color: #bf1919;
    text-shadow: 1px 1px 1px #921313;
    font-weight: bold;
    font-size: 24px;
    text-indent: -6px;
    position: relative;
    -moz-transform-origin: 88% 10%;
    -ms-transform-origin: 88% 10%;
    -webkit-transform-origin: 88% 10%;
    transform-origin: 88% 10%;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title .bidding-new-bids span::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 20px solid #bf1919;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title .bidding-new-bids div {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    float: right;
}

.single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title .bidding-new-bids div a {
    position: relative;
    background-color: #242424;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 4px;
}

.single-listing-4 .short-features .short-feature-body .bidding {
    position: relative;
    max-height: 500px;
    padding: 30px;
}

.single-listing-4 .short-features .short-feature-body .chat-form {
    position: relative;
    overflow: hidden;
}

.single-listing-4 .category-list-icon i {
    font-size: 20px;
    padding: 12px;
    line-height: 20px;
    border-radius: 4px;
    margin-right: 10px;
}

.single-listing-4 .category-list-title {
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.single-listing-4 .category-list-icon {
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 4px;
}

.single-listing-4 .category-list-icon h5 {
    line-height: 40px;
}

.single-listing-4 .category-list-title h5>a {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.single-listing-4 .singlemap-location .template-icons {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    font-size: 14px;
    padding: 0;
    width: 100%;
}

.single-listing-4 .sidebar .widget {
    margin-bottom: 20px;
}

.mega-menu.header-transparent.make-relative {
    position: relative;
}

.mega-menu.header-transparent.make-relative .menu-links>li>a,
.mega-menu.header-transparent.make-relative .menu-search-bar li a {
    color: #232323;
}

.mega-menu .menu-search-bar ::placeholder {
    color: #ccc;
}

.mega-menu.header-transparent.make-relative .menu-search-bar li a.btn-theme {
    color: #FFF;
}

.mega-menu.header-transparent.make-relative .menu-search-bar input {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    color: #232323;
}

.mega-menu.header-transparent.make-relative .menu-search-bar input::placeholder {
    color: #999 !important;
}

.mega-menu.with-search .menu-search-bar li .form-inline button.btn {
    background-color: #E52D27;
}

.fixed-single-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 99;
}

.finance-form-result {
    display: none;
    background-color: rgba(0, 131, 201, 0.2);
    position: relative;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.finance-form-result div {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 131, 201, 0.2);
    position: relative;
    overflow: hidden;
}

.finance-form-result div:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.finance-form-result span {
    color: rgba(0, 131, 201, 1);
    font-weight: 500;
    font-size: 18px;
    float: right;
}

.sidebar .widget .widget-content .finance-calculator #rest-finace-form {
    float: right;
}

.sidebar .widget .widget-content .finance-calculator input {
    background-color: #f9f9f9;
}

.fule-economy {
    background: url(/wp-content/themes/carspot/css/../images/fule-economy-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;
    height: 150px;
    margin-bottom: 20px;
    padding: 15px;
}

.fule-economy h4 {
    color: #FFF;
    text-align: center;
}

.fule-economy ul {
    margin-top: 10px;
}

.fule-economy ul li:first-child {
    color: #FFF;
    padding-left: 70px;
}

.fule-economy ul li:last-child {
    color: #FFF;
    padding-right: 70px;
    float: right;
}

.fule-economy ul li h5 {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.fule-economy ul li p {
    margin-bottom: 0;
    font-size: 14px;
}

.additional-btns {
    position: relative;
    overflow: hidden
}

.additional-btns ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.additional-btns ul li a {
    position: relative;
    background-color: #FFF;
    font-size: 20px;
    display: block;
    color: #232323;
    font-weight: 600;
}

.additional-btns ul li:nth-child(2) i {
    background-color: rgba(228, 64, 95, 1);
}

.additional-btns ul li:nth-child(3) i {
    background-color: rgba(0, 131, 201, 1);
}

.additional-btns ul li i {
    background-color: rgb(255, 87, 0);
    color: #fff;
    padding: 20px;
    margin-right: 15px;
    font-size: 40px;
    position: relative;
    overflow: hidden;
    float: left;
}

.additional-btns ul li a span {
    line-height: 80px;
}

.test-drive-modal .form-control,
.make-offer-modal .form-control {
    background-color: #f9f9f9;
}

.datepickers-container {
    z-index: 999999;
}

.test-drive-modal .modal-header,
.make-offer-modal .modal-header {
    color: #FFF;
    background-color: #232323;
}

.test-drive-modal .modal-header .close,
.make-offer-modal .modal-header .close {
    color: #FFF;
}

.test-drive-modal .modal-header h3,
.make-offer-modal .modal-header h3 {
    color: #fff;
    font-size: 24px;
}

.single-listing-4 .additional-btns {
    position: relative;
    overflow: hidden
}

.single-listing-4 .additional-btns ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.single-listing-4 .additional-btns ul li a {
    position: relative;
    background-color: #f5f5f5;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    display: block;
    border-radius: 4px;
    color: #232323;
    font-weight: 400;
}

.single-listing-4 .additional-btns ul li:nth-child(2) i {
    background-color: rgba(228, 64, 95, 1);
}

.single-listing-4 .additional-btns ul li:nth-child(3) i {
    background-color: rgba(0, 131, 201, 1);
}

.single-listing-4 .additional-btns ul li i {
    background-color: rgb(255, 87, 0);
    color: #fff;
    padding: 10px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    float: left;
}

.single-listing-4 .additional-btns ul li a span {
    line-height: 42px;
}


/*PUBLIC PROFILES*/

.ad-listing.on-profile {
    background-color: #FFF;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
    padding: 15px;
}

.ad-listing.on-profile .img-box::before {
    background: none;
}


/* The ribbon */

.ad-listing.on-profile .content-area {
    padding: 0;
}

.ad-listing.on-profile .content-area .price {
    min-width: 100px;
    background-color: #fff;
    position: absolute;
    right: 3px;
    top: 0px;
    font-family: "Poppins", sans-serif;
}

.ad-listing.on-profile .content-area .price span {
    color: #E52D27;
    font-weight: 600;
}

.ad-listing.on-profile .content-area .price span span {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    color: #a0a0a0;
}

.ad-listing.on-profile .content-area .badge {
    background-color: transparent;
    color: #dc3545;
    border: 1px solid #dc3545;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    padding: 2px 10px;
}

.ad-listing.on-profile .content-area .ad-details ul li {
    margin-bottom: 0;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
    color: #999;
    line-height: 20px;
}

.ad-listing.on-profile .content-area .ad-details ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.ad-listing.on-profile .content-area h3 {
    padding-right: 110px;
    margin-bottom: 5px;
}

.ad-listing.on-profile .content-area .ad-details {
    margin-top: 10px;
}


/*.ad-listing.on-profile .price:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -50px;
  border-left: 50px solid #fff;
  border-right: 50px solid #fff;
  border-bottom: 50px solid transparent;
}
.ad-listing.on-profile .price:after {
  content: '';
  width: 200px;
  height: 270px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -120px;
  background-color: #507abd;
  -webkit-transform: skewY(35deg) skewX(0);
          transform: skewY(35deg) skewX(0);
}
*/

.transparen-listing-sidebar {
    position: relative;
    overflow: visible;
    z-index: 1;
    border: 1px solid #eee;
}

.sidebar.transparen-listing-sidebar .contact-box {
    background: #ffffff;
    padding: 20px 0px;
}

.sidebar.transparen-listing-sidebar .contact-box .contact-img {
    max-width: 300px;
    display: table;
    margin: 0 auto;
    position: relative;
}

.sidebar.transparen-listing-sidebar .contact-box .contact-img img {
    max-height: 100px;
}

.sidebar.transparen-listing-sidebar .contact-box .contact-caption {
    text-align: center;
    padding-bottom: 30px;
}

.sidebar.transparen-listing-sidebar .contact-box .contact-caption h4 {
    font-size: 20px;
    color: #242424;
    font-weight: 500;
    ;
}

.sidebar.transparen-listing-sidebar .contact-box .contact-caption span {
    display: block;
    margin-bottom: 10px;
}

.sidebar.transparen-listing-sidebar .contact-box .contact-caption span.follow-user {
    background-color: #07b107;
    color: #FFF;
    display: inline;
    padding: 0 20px;
    margin-bottom: 0;
    border-radius: 4px;
}

.sidebar.transparen-listing-sidebar .contact-box .contact-caption span.follow-user a {
    color: #FFF;
}

.sidebar.transparen-listing-sidebar .contact-box .contact-footer {
    padding: 0px 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #fafafa;
}

.sidebar.transparen-listing-sidebar .contact-box .contact-footer a.col-half {
    width: 50%;
    float: left;
    padding: 12px 0;
    text-align: center;
    color: #242424;
    font-family: "Poppins", sans-serif;
}

.sidebar.transparen-listing-sidebar .contact-box .contact-footer a.col-half span {
    font-size: 14px;
}

.sidebar.transparen-listing-sidebar .contact-box .contact-footer a.col-half span i {
    font-size: 17px;
    position: relative;
    display: block;
    font-style: normal;
}

.sidebar .panel .panel-heading {
    padding: 0;
    border-radius: 3px 3px 0 0;
    border-color: #eee;
}

.sidebar .panel .panel-heading .nav-tabs>li {
    width: 50%;
}

.profile-widget .auth-img {
    float: left;
}

.profile-widget .media {
    border: 1px solid #f5f5f5;
    border-bottom: none;
    padding: 15px;
}

.profile-widget .auth-img img {
    width: 80px;
    border-radius: 3px;
}

.profile-widget .media-body,
.media-left,
.media-right {
    padding: 10px 15px;
}

.profile-widget .panel-body {
    padding: 20px;
}

.profile-widget .panel-body input.form-control {
    background-image: none;
    border: 1px solid #eceff2;
    border-radius: 0;
    color: #656565;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    width: 100%;
    background-color: #f8f8f8;
    padding: 15px;
}

.profile-widget .panel-body .media {
    background-color: #FFF;
}

.sidebar .profile-widget {
    margin-bottom: 20px;
}

.sidebar .profile-widget .panel {
    background-color: #fff;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.sidebar .profile-widget .panel .nav-tabs>li>a {
    padding: 15px;
    margin: 0;
    border: none;
    text-align: center;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.sidebar .profile-widget .panel .nav-tabs>li>a:hover {
    background-color: #fff;
}

.sidebar .profile-widget .panel .panel-heading .nav {
    border-bottom: none;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
}

.widget-listing-details {
    position: relative;
    overflow: hidden;
}

.sidebar .profile-widget .nav-tabs>li.active>a,
.sidebar .profile-widget .nav-tabs>li.active>a:focus,
.sidebar .profile-widget .nav-tabs>li.active>a:hover {
    background-color: #fff;
    border-bottom: 1px solid #e52d27;
    color: #e52d27;
}

.sidebar .profile-widget ul.widget-listing-details li {
    display: block;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sidebar .profile-widget ul.widget-listing-details li:last-child {
    border: none;
    margin-bottom: 0;
}

.sidebar .profile-widget ul.widget-listing-details li h4 {
    color: #242424;
}

.sidebar .profile-widget ul.widget-listing-details li a {
    color: #999;
}

.sidebar .profile-widget ul.widget-listing-details li span {
    display: table-cell;
    color: #999;
}

.sidebar .profile-widget ul.widget-listing-details li span i {
    margin-right: 10px;
    font-size: 22px;
    vertical-align: middle;
    color: #999;
}

.sidebar .profile-widget .social-media>li i {
    color: #999;
    font-size: 24px;
    line-height: normal;
    width: auto;
}

.sidebar .profile-widget .social-media>li a {
    border: none;
}

.sidebar .profile-widget .social-media>li a:hover {
    background-color: transparent;
    color: #242424;
}

.sidebar .profile-widget .social-media {
    margin-bottom: 0;
}

.sidebar .profile-widget .social-media>li {
    display: inline-block;
}

.sidebar .profile-widget .social-media>li a {
    border: 1px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    padding: 5px;
}

.sidebar.transparen-listing-sidebar .contact-box .rating .rating-count {
    display: inline-block;
    margin-bottom: 0;
    color: #777;
    margin-left: 5px;
}

.sidebar.transparen-listing-sidebar #itemMap {
    margin-bottom: 0;
}

.profile-title-box {
    position: relative;
    margin-bottom: 30px;
}

.profile-heading h2 {
    color: #242424;
    font-size: 30px;
    font-weight: 600;
}

.profile-heading {
    position: relative;
}

.profile-heading .label {
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
}

.profile-meta .profile-meta-title {
    font-size: 15px;
    font-weight: 500;
    color: #242424;
    display: block;
}

.profile-meta ul li {
    display: inline-block;
    font-size: 13px;
    color: #999;
    font-family: "Poppins", sans-serif;
    width: 33%;
    vertical-align: top;
}

.profile-meta ul li:last-child {
    margin-right: 0;
}

.profile-meta ul li i.icon {
    font-size: 40px;
    float: left;
    margin-right: 10px;
    line-height: 50px;
    font-weight: 400;
    color: #e52d27;
}

.profile-meta ul li a {
    display: inline-block;
    color: #242424;
}

.profile-meta {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}


/*.profile-meta ul li::after {
    content: "|";
    width: 100%;
    height: 100%;
    color: #999;
    margin-left: 15px;
}*/

.profile-meta ul li:last-child::after {
    content: "";
    margin: 0;
}

.store-front {
    position: relative;
    margin-bottom: 30px;
}

.profile-desc {
    margin-bottom: 30px;
    position: relative;
}

.profile-desc p {
    line-height: 30px;
}

h3.profile-heading {
    margin-bottom: 10px;
    color: #242424;
    font-weight: 600;
}

.dealers-single-page .pagination {
    float: right;
}

.dealers-single-page .pagination li:last-child {
    margin-right: 0;
}

.dealers-review-section {
    position: re;
    overflow: hidden;
}

.dealers-review-section .profile-heading {
    margin-bottom: 30px;
}

.review-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.review-box .review-image {
    position: relative;
    top: 3px;
    left: 0;
    width: 82px;
    height: 82px;
    display: block;
    float: left;
}

.review-box .review-avg-rating {
    display: inline-block;
    float: left;
    background-color: #252c35;
    padding: 20px;
    color: #FFF;
    text-align: center;
    margin-right: 20px;
}

.review-box .review-avg-rating span {
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.review-box .review-avg-rating ul li.star {
    display: inline-block;
    color: #ccc;
    font-size: 16px;
}

.review-box .review-avg-rating ul li.colored-star {
    color: #ffc513 !important
}

.review-content-box {
    min-height: 110px;
    position: relative;
    overflow: hidden;
}

.review-box .review-author-name h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #242424;
    font-weight: 500;
}

.rating-stars-box {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.rating-stars-box .rating-stars {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}

.rating-stars-box .rating-stars label {
    font-size: 14px;
    margin-bottom: 5px;
    color: rgba(21, 21, 21, .7);
    font-weight: 600;
}

.rating-stars-box .rating-stars ul {
    display: inline-block;
    margin: 0;
    margin-bottom: 0px;
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    padding-left: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul li.star {
    display: inline-block;
    line-height: 1;
}

.rating-stars-box .rating-stars label {
    display: block;
    margin-bottom: 0;
    margin-right: 10px;
    font-family: "Poppins", sans-serif;
}

.rating-stars ul li.star.colored-star i.fa {
    color: #ffc513;
}

.rating-stars ul li.star i.fa {
    font-size: 16px;
    color: #ccc;
}

.review-content-box .review-text-box {
    position: relative;
}

.review-content-box .review-date {
    margin-bottom: 10px;
}

.review-content-box .review-date .user-profile a {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.review-content-box .review-date .recommend {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.review-form {
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 20px;
}

.review-form label {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: block;
}

.review-form .rating-xs {
    font-size: 20px;
}

.review-form .rating-container .caption .label {
    font-size: 12px;
}

.review-form .review-star-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.review-form .review-star-box li {
    width: 33%;
    display: inline-block;
}

.review-form .recomamand-check {
    padding: 10px 0;
}

.review-form .recomamand-check .iradio_minimal {
    margin: 0 15px;
}

.review-form .recomamand-check .iradio_minimal:first-child {
    margin-left: 0;
}

.review-form .rating-container .filled-stars {
    color: #ffc513;
}

.review-content-box .review-reply-messgae h5 {
    font-weight: 500;
    color: #232323;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
}

.extra-button {
    margin-bottom: 30px;
}

.custom-alert-warning {
    background-color: #feebe6;
}

.custom-alert {
    border-radius: 3px;
    color: #000;
    position: relative;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden
}

.custom-alert h6 {
    margin-top: 0
}

.custom-alert_top-side {
    padding: 21px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.custom-alert-warning .custom-alert_close,
.custom-alert-warning .custom-alert_icon {
    color: #f87f52;
    font-size: 50px;
}

.custom-alert_icon {
    font-size: 42px;
    line-height: 42px;
    height: 42px;
    width: 42px;
    margin-right: 23px
}

.alert-icon {
    position: relative;
    display: inline-block;
    margin-right: 15px
}

.custom-alert_heading {
    color: #232323;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px
}

.custom-alert_content {
    color: #939daa;
    font-size: 16px
}

.custom-alert-success {
    background-color: #e2f7ea;
}

.custom-alert-success .custom-alert_close,
.custom-alert-success .custom-alert_icon {
    color: #82c250;
    font-size: 50px;
}

.custom-alert-info .custom-alert_close,
.custom-alert-info .custom-alert_icon {
    color: #3bbeb0;
    font-size: 50px;
}

.custom-alert-info {
    background-color: #e3f8f5
}

.custom-alert-danger {
    background-color: #fde5e7
}

.custom-alert-danger .custom-alert_close,
.custom-alert-danger .custom-alert_icon {
    color: #ed5564;
    font-size: 50px;
}


/* Pagination */

.rating-pagination {
    clear: both;
    position: relative;
    font-size: 12px;
    /* Pagination text size */
    line-height: 13px;
    float: right;
    width: 100%;
    margin-bottom: 30px;
    text-align: right;
}

.rating-pagination span,
.rating-pagination a {
    padding: 12px 15px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    color: #242424;
    margin-right: 5px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.rating-pagination a:hover {
    color: #fff;
    background: #E52D27;
    border-color: #B31217;
}

.rating-pagination .current {
    background-color: #E52D27;
    border-color: #B31217;
    color: #fff
}

ul.review-stars {
    padding: 0;
    display: inline-block;
}

ul.review-stars li.colored-star {
    color: #ffc513 !important;
}

ul.review-stars li.star {
    display: inline-block;
    color: #e1e1e1;
    font-size: 16px;
    width: auto;
}

.mega-menu .menu-search-bar .form-inline.btn-instead {
    position: relative;
}

.mega-menu .menu-search-bar .form-inline.btn-instead input {
    background-color: #f5f5f5;
    max-width: 100%;
    height: 45px;
    padding: 10px;
    color: #777;
}

.mega-menu .menu-search-bar .form-inline.btn-instead .btn {
    padding: 12px 15px;
    height: 45px;
}

.mega-menu .menu-search-bar .form-inline.btn-instead .btn:hover i.fa.fa-search,
.mega-menu .menu-search-bar li:hover i.fa.fa-search {
    background-color: transparent !important;
}

.mega-menu .menu-search-bar .form-inline.btn-instead i.fa.fa-search {
    position: relative;
    width: auto;
    line-height: normal;
    cursor: pointer;
}

.mega-menu .menu-search-bar .form-inline.btn-instead i.fa.fa-search:hover {
    background-color: transparent;
}

.header-top .btn-instead .btn {
    height: 50px;
}

.autocomplete-suggestions {
    box-shadow: none;
    border: 1px solid #eee;
}

.single-page-anchors-section .style-5 li a.remove_compare {
    color: #B31217;
}

.rebbon-clear {
    position: relative;
}

.review_logo img {
    width: 100%;
    height: 150px;
    border: 3px solid #ccc;
    border-radius: 8px;
    margin-top: 15px;
    padding: 10px;
}

.pdf_brochure a {
    width: 100%;
    height: 45px;
    border: 2px solid #ccc;
    border-radius: 8px;
    margin-top: 15px;
    padding: 10px;
    display: inherit;
}

.term-class {
    position: absolute;
    top: 2px;
    left: 32px;
}

.compnay_url {
    padding: 15px 30px 0px 30px !important;
}

.review_logo_pading {
    width: auto !important;
    padding: 0px 30px 30px 30px !important;
}

.brochure_style2 {
    width: auto !important;
    padding: 0px 30px 30px 30px !important;
}

p.regulr-price {
    font-size: 25px;
    color: #777;
    font-size: 35px;
}

.single-listing-4 .sidebar .bid-info {
    margin-bottom: 30px;
    margin-top: 0px;
    border: none;
    padding: 10px;
    height: auto;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.sidebar .bid-info {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    margin-top: 0px;
    border: none;
    padding: 10px;
    height: auto;
    border-radius: 4px;
}


/*review stamp*/

.single-listing-4 .sidebar .bid-info {
    margin-bottom: 30px;
    margin-top: 0px;
    border: none;
    padding: 10px;
    height: auto;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.single-listing-4 .sidebar .bid-info .review-stamp {
    background-color: #f9f9f9;
}

.sidebar .bid-info {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    margin-top: 0px;
    border: none;
    height: auto;
    border-radius: 4px;
}


/*review stamp*/

.single-listing-4 .sidebar .bid-info .review-stamp {
    background-color: #f9f9f9;
}

.sidebar .bid-info {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    margin-top: 0px;
    border: none;
    height: auto;
    border-radius: 4px;
}

.review-stamp {
    padding: 0px !important;
    margin: 0 auto;
    float: none;
    border: none;
}

.review-stamp a img {
    width: 100%;
    height: 75px;
}

.single-listing-4 .additional-btns ul li a span {
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 12em;
    text-overflow: ellipsis;
    display: inherit;
}

.additional-btns ul li a span {
    line-height: 80px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 12em;
    text-overflow: ellipsis;
    display: inherit;
}

.hero-section .hero-form .panel .panel-default {
    border: none;
    box-shadow: none;
}

.hero-section .hero-form #searchMapInput {
    background-color: #ffff;
    margin-bottom: 10px;
}

.hero-section .hero-form .panel-body {
    padding: 5px 0px;
}

.hero-section .hero-form #min_selected,
#max_selected {
    z-index: 99;
}

.hero-form .noUi-horizontal {
    height: 6px;
    padding: 0 6px;
}

.hero-form .noUi-handle.noUi-handle-lower {
    width: 14px;
    height: 14px;
    left: -7px;
    top: -6px;
    border-radius: 100%;
}

.hero-form .noUi-handle.noUi-handle-lower::before {
    background: none !important;
}

.hero-form .noUi-handle.noUi-handle-lower::after {
    background: none !important;
}

.hero-form .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -7px;
    top: -6px;
    border-radius: 100%;
}

.hero-form .noUi-horizontal .noUi-handle::before {
    background: none !important;
}

.hero-form .noUi-horizontal .noUi-handle::after {
    background: none !important;
}

.hero-form .panel {
    border: none;
    box-shadow: none;
}

.vehicle-rev-contanr {
    text-align: left;
    padding-left: 0px;
}

.vehicle-rev-contanr strong {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #E52D27 !important;
}

#search_countries .countries ul li,
#make_search .categories ul li {
    padding: 7px 0px 7px 7px;
    color: #ddd;
    border-bottom: transparent;
}

#search_countries .countries ul li a,
#make_search .categories ul li a {
    color: #232323;
}


/*============================
    Bidding Timer StartS
=============================*/

.clock {
    text-align: center;
    margin: 0 0 26px 0;
    border-bottom: 1px solid #eee;
    background-color: #FFFFFF;
    padding: 20px;
}

.clock .column-time {
    width: 22%;
}

.clock .column-time {
    display: inline-block;
    text-align: center;
    width: 17%;
}

.clock .bid-time-tilte {
    letter-spacing: 3px;
}

.clock hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #dad2d2;
    width: 70%;
}

.bidding_timer {
    border-radius: 6px;
    background: transparent;
    border: 1px solid #eeeeee;
    color: #242424;
}

.clock .column-time:nth-child(1) div.text {
    border-radius: 5px 0px 0px 0px;
}

.main-section-bid .text {
    background: transparent;
    font-size: 14px;
}

.main-section-bid .text {
    background: #f4f9fe;
    padding: 8px 10px;
    color: #242424;
    border-radius: 8px 8px 0px 0px;
    font-size: 18px;
    margin-top: -10px;
    display: block;
}

.bidding_min {
    border: solid;
    padding: 14px;
    margin: 0px 0px 5px 0px;
    color: #000;
    background-color: #fff;
}


/*============================
    Bidding Timer Ends
=============================*/

@media(max-width:767px) {
    .singlepage-detail .flexslider .slides li.slide-video {
        height: auto;
    }
}
/*!/wp-content/themes/carspot/css/user-dashboard/jquery-confirm.css*/
/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes jconfirm-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body[class*=jconfirm-no-scroll-] {
    overflow: hidden !important;
}

.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden;
}

.jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

.jconfirm .jconfirm-bg.jconfirm-bg-h {
    opacity: 0 !important;
}

.jconfirm .jconfirm-scrollpane {
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    display: table;
    width: 100%;
    height: 100%;
}

.jconfirm .jconfirm-row {
    display: table-row;
    width: 100%;
}

.jconfirm .jconfirm-cell {
    display: table-cell;
    vertical-align: middle;
}

.jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0;
}

.jconfirm .jconfirm-box-container {
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform;
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    -webkit-transition: none !important;
    transition: none !important;
}

.jconfirm .jconfirm-box {
    background: white;
    border-radius: 4px;
    position: relative;
    outline: none;
    padding: 15px 15px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes type-blue {
    1%,
    100% {
        border-color: #3498db;
    }
    50% {
        border-color: #5faee3;
    }
}

@keyframes type-blue {
    1%,
    100% {
        border-color: #3498db;
    }
    50% {
        border-color: #5faee3;
    }
}

@-webkit-keyframes type-green {
    1%,
    100% {
        border-color: #2ecc71;
    }
    50% {
        border-color: #54d98c;
    }
}

@keyframes type-green {
    1%,
    100% {
        border-color: #2ecc71;
    }
    50% {
        border-color: #54d98c;
    }
}

@-webkit-keyframes type-red {
    1%,
    100% {
        border-color: #e74c3c;
    }
    50% {
        border-color: #ed7669;
    }
}

@keyframes type-red {
    1%,
    100% {
        border-color: #e74c3c;
    }
    50% {
        border-color: #ed7669;
    }
}

@-webkit-keyframes type-orange {
    1%,
    100% {
        border-color: #f1c40f;
    }
    50% {
        border-color: #f4d03f;
    }
}

@keyframes type-orange {
    1%,
    100% {
        border-color: #f1c40f;
    }
    50% {
        border-color: #f4d03f;
    }
}

@-webkit-keyframes type-purple {
    1%,
    100% {
        border-color: #9b59b6;
    }
    50% {
        border-color: #b07cc6;
    }
}

@keyframes type-purple {
    1%,
    100% {
        border-color: #9b59b6;
    }
    50% {
        border-color: #b07cc6;
    }
}

@-webkit-keyframes type-dark {
    1%,
    100% {
        border-color: #34495e;
    }
    50% {
        border-color: #46627f;
    }
}

@keyframes type-dark {
    1%,
    100% {
        border-color: #34495e;
    }
    50% {
        border-color: #46627f;
    }
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #3498db;
    -webkit-animation-name: type-blue;
    animation-name: type-blue;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 7px #2ecc71;
    -webkit-animation-name: type-green;
    animation-name: type-green;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #e74c3c;
    -webkit-animation-name: type-red;
    animation-name: type-red;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f1c40f;
    -webkit-animation-name: type-orange;
    animation-name: type-orange;
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
    border-top: solid 7px #9b59b6;
    -webkit-animation-name: type-purple;
    animation-name: type-purple;
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: solid 7px #34495e;
    -webkit-animation-name: type-dark;
    animation-name: type-dark;
}

.jconfirm .jconfirm-box.loading {
    height: 120px;
}

.jconfirm .jconfirm-box.loading:before {
    content: '';
    position: absolute;
    left: 0;
    background: white;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: 1;
}

.jconfirm .jconfirm-box.loading:after {
    opacity: 0.6;
    content: '';
    height: 30px;
    width: 30px;
    border: solid 3px transparent;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    border-radius: 50%;
    -webkit-animation: jconfirm-spin 1s infinite linear;
    animation: jconfirm-spin 1s infinite linear;
    border-bottom-color: dodgerblue;
    top: 50%;
    margin-top: -15px;
    z-index: 2;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none;
    z-index: 1;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
    display: none;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
    font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
    font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
    font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
    opacity: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 15px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
    cursor: move;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    font-size: inherit;
    display: inline-block;
    vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
    vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
    display: none;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
    display: none;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 15px;
    height: auto;
    -webkit-transition: height 0.4s ease-in;
    transition: height 0.4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
    overflow-y: hidden;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
    width: 3px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
    max-width: 100%;
    height: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
    display: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px;
}

.jconfirm .jconfirm-box .jconfirm-buttons > button {
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
    -webkit-tap-highlight-color: transparent;
    border: none;
    background-image: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
    background-color: #3498db;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
    background-color: #2980b9;
    color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
    background-color: #2ecc71;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
    background-color: #27ae60;
    color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #e74c3c;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
    background-color: #c0392b;
    color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
    background-color: #f1c40f;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
    background-color: #f39c12;
    color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #ecf0f1;
    color: #000;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: #bdc3c7;
    color: #000;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
    background-color: #9b59b6;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
    background-color: #8e44ad;
    color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
    background-color: #34495e;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
    background-color: #2c3e50;
    color: #FFF;
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #e74c3c !important;
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #3498db !important;
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #2ecc71 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
    color: #9b59b6 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #f1c40f !important;
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    color: #34495e !important;
}

.jconfirm .jconfirm-clear {
    clear: both;
}

.jconfirm.jconfirm-rtl {
    direction: rtl;
}

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
    left: 5px;
    right: auto;
}

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #444;
    opacity: .2;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: right;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #ddd;
}

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: darkslategray;
    opacity: .4;
}

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: #444;
    border-radius: 5px;
    color: white;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
    float: right;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
    border: none;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    -webkit-transition: background .1s;
    transition: background .1s;
    color: white;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: none;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #666;
}

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }
}

@-webkit-keyframes glow {
    0%,
    100% {
        -webkit-box-shadow: 0 0 0px red;
        box-shadow: 0 0 0px red;
    }
    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red;
    }
}

@keyframes glow {
    0%,
    100% {
        -webkit-box-shadow: 0 0 0px red;
        box-shadow: 0 0 0px red;
    }
    50% {
        -webkit-box-shadow: 0 0 30px red;
        box-shadow: 0 0 30px red;
    }
}

/*Transition rules*/
.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px;
}

.jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all;
}

.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
    opacity: 0;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
    -webkit-transform: scaley(1.5);
    transform: scaley(1.5);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
    -webkit-transform: scalex(1.5);
    transform: scalex(1.5);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-top {
    -webkit-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
}

.jconfirm .jconfirm-box.jconfirm-animation-left {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
}

.jconfirm .jconfirm-box.jconfirm-animation-right {
    -webkit-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
    -webkit-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.jconfirm .jconfirm-box.jconfirm-animation-scale {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.jconfirm .jconfirm-box.jconfirm-animation-none {
    visibility: hidden;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(54, 70, 93, 0.95);
}

.jconfirm.jconfirm-supervan .jconfirm-box {
    background-color: transparent;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
    border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
    color: white;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: normal;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
    padding-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
    text-align: center;
    color: white;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
    text-align: center;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
    font-size: 16px;
    border-radius: 2px;
    background: #303f53;
    text-shadow: none;
    border: none;
    color: white;
    padding: 10px;
    min-width: 100px;
}

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm.jconfirm-material .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.67);
}

.jconfirm.jconfirm-material .jconfirm-box {
    background-color: white;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 25px 10px 25px;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: bold;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
    text-align: right;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
    text-transform: uppercase;
    font-weight: 500;
}

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.21);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
    background-color: white;
    -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.4);
    padding: 15px 0 0;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    margin-right: 8px;
    margin-left: 0px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
    color: rgba(0, 0, 0, 0.87);
    padding: 0px 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
    text-align: right;
    padding: 10px;
    margin: -5px 0 0px;
    border-top: solid 1px #ddd;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
    font-weight: 500;
}

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0px;
}

.jconfirm.jconfirm-modern .jconfirm-bg {
    background-color: slategray;
    opacity: .6;
}

.jconfirm.jconfirm-modern .jconfirm-box {
    background-color: white;
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 30px 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
    color: rgba(0, 0, 0, 0.87);
    top: 15px;
    right: 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 69px;
    color: #aaa;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin-bottom: 25px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
    text-align: center;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: background .1s;
    transition: background .1s;
    padding: 10px 20px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
    margin-left: 4px;
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*!/wp-content/themes/carspot/css/datepicker.min.css*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/*!/wp-content/cache/asset-cleanup/css/item/carspot__css__et-line-fonts-css-v8e9352bce1ecf015cbb73c5d3d0f862a3ba814b3.css*/
/*!/wp-content/themes/carspot/css/et-line-fonts.css*/@font-face{font-family:'et-line';src:url('/wp-content/themes/carspot/css/../fonts/et-line.eot');src:url('/wp-content/themes/carspot/css/../fonts/et-line.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/carspot/css/../fonts/et-line.woff') format('woff'),url('/wp-content/themes/carspot/css/../fonts/et-line.ttf') format('truetype'),url('/wp-content/themes/carspot/css/../fonts/et-line.svg#et-line') format('svg');font-weight:normal;font-style:normal;font-display:auto;}[data-icon]:before{font-family:'et-line';content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.icon-mobile,.icon-laptop,.icon-desktop,.icon-tablet,.icon-phone,.icon-document,.icon-documents,.icon-search,.icon-clipboard,.icon-newspaper,.icon-notebook,.icon-book-open,.icon-browser,.icon-calendar,.icon-presentation,.icon-picture,.icon-pictures,.icon-video,.icon-camera,.icon-printer,.icon-toolbox,.icon-briefcase,.icon-wallet,.icon-gift,.icon-bargraph,.icon-grid,.icon-expand,.icon-focus,.icon-edit,.icon-adjustments,.icon-ribbon,.icon-hourglass,.icon-lock,.icon-megaphone,.icon-shield,.icon-trophy,.icon-flag,.icon-map,.icon-puzzle,.icon-basket,.icon-envelope,.icon-streetsign,.icon-telescope,.icon-gears,.icon-key,.icon-paperclip,.icon-attachment,.icon-pricetags,.icon-lightbulb,.icon-layers,.icon-pencil,.icon-tools,.icon-tools-2,.icon-scissors,.icon-paintbrush,.icon-magnifying-glass,.icon-circle-compass,.icon-linegraph,.icon-mic,.icon-strategy,.icon-beaker,.icon-caution,.icon-recycle,.icon-anchor,.icon-profile-male,.icon-profile-female,.icon-bike,.icon-wine,.icon-hotairballoon,.icon-globe,.icon-genius,.icon-map-pin,.icon-dial,.icon-chat,.icon-heart,.icon-cloud,.icon-upload,.icon-download,.icon-target,.icon-hazardous,.icon-piechart,.icon-speedometer,.icon-global,.icon-compass,.icon-lifesaver,.icon-clock,.icon-aperture,.icon-quote,.icon-scope,.icon-alarmclock,.icon-refresh,.icon-happy,.icon-sad,.icon-facebook,.icon-twitter,.icon-googleplus,.icon-rss,.icon-tumblr,.icon-linkedin,.icon-dribbble{font-family:'et-line';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.icon-mobile:before{content:"\e000"}.icon-laptop:before{content:"\e001"}.icon-desktop:before{content:"\e002"}.icon-tablet:before{content:"\e003"}.icon-phone:before{content:"\e004"}.icon-document:before{content:"\e005"}.icon-documents:before{content:"\e006"}.icon-search:before{content:"\e007"}.icon-clipboard:before{content:"\e008"}.icon-newspaper:before{content:"\e009"}.icon-notebook:before{content:"\e00a"}.icon-book-open:before{content:"\e00b"}.icon-browser:before{content:"\e00c"}.icon-calendar:before{content:"\e00d"}.icon-presentation:before{content:"\e00e"}.icon-picture:before{content:"\e00f"}.icon-pictures:before{content:"\e010"}.icon-video:before{content:"\e011"}.icon-camera:before{content:"\e012"}.icon-printer:before{content:"\e013"}.icon-toolbox:before{content:"\e014"}.icon-briefcase:before{content:"\e015"}.icon-wallet:before{content:"\e016"}.icon-gift:before{content:"\e017"}.icon-bargraph:before{content:"\e018"}.icon-grid:before{content:"\e019"}.icon-expand:before{content:"\e01a"}.icon-focus:before{content:"\e01b"}.icon-edit:before{content:"\e01c"}.icon-adjustments:before{content:"\e01d"}.icon-ribbon:before{content:"\e01e"}.icon-hourglass:before{content:"\e01f"}.icon-lock:before{content:"\e020"}.icon-megaphone:before{content:"\e021"}.icon-shield:before{content:"\e022"}.icon-trophy:before{content:"\e023"}.icon-flag:before{content:"\e024"}.icon-map:before{content:"\e025"}.icon-puzzle:before{content:"\e026"}.icon-basket:before{content:"\e027"}.icon-envelope:before{content:"\e028"}.icon-streetsign:before{content:"\e029"}.icon-telescope:before{content:"\e02a"}.icon-gears:before{content:"\e02b"}.icon-key:before{content:"\e02c"}.icon-paperclip:before{content:"\e02d"}.icon-attachment:before{content:"\e02e"}.icon-pricetags:before{content:"\e02f"}.icon-lightbulb:before{content:"\e030"}.icon-layers:before{content:"\e031"}.icon-pencil:before{content:"\e032"}.icon-tools:before{content:"\e033"}.icon-tools-2:before{content:"\e034"}.icon-scissors:before{content:"\e035"}.icon-paintbrush:before{content:"\e036"}.icon-magnifying-glass:before{content:"\e037"}.icon-circle-compass:before{content:"\e038"}.icon-linegraph:before{content:"\e039"}.icon-mic:before{content:"\e03a"}.icon-strategy:before{content:"\e03b"}.icon-beaker:before{content:"\e03c"}.icon-caution:before{content:"\e03d"}.icon-recycle:before{content:"\e03e"}.icon-anchor:before{content:"\e03f"}.icon-profile-male:before{content:"\e040"}.icon-profile-female:before{content:"\e041"}.icon-bike:before{content:"\e042"}.icon-wine:before{content:"\e043"}.icon-hotairballoon:before{content:"\e044"}.icon-globe:before{content:"\e045"}.icon-genius:before{content:"\e046"}.icon-map-pin:before{content:"\e047"}.icon-dial:before{content:"\e048"}.icon-chat:before{content:"\e049"}.icon-heart:before{content:"\e04a"}.icon-cloud:before{content:"\e04b"}.icon-upload:before{content:"\e04c"}.icon-download:before{content:"\e04d"}.icon-target:before{content:"\e04e"}.icon-hazardous:before{content:"\e04f"}.icon-piechart:before{content:"\e050"}.icon-speedometer:before{content:"\e051"}.icon-global:before{content:"\e052"}.icon-compass:before{content:"\e053"}.icon-lifesaver:before{content:"\e054"}.icon-clock:before{content:"\e055"}.icon-aperture:before{content:"\e056"}.icon-quote:before{content:"\e057"}.icon-scope:before{content:"\e058"}.icon-alarmclock:before{content:"\e059"}.icon-refresh:before{content:"\e05a"}.icon-happy:before{content:"\e05b"}.icon-sad:before{content:"\e05c"}.icon-facebook:before{content:"\e05d"}.icon-twitter:before{content:"\e05e"}.icon-googleplus:before{content:"\e05f"}.icon-rss:before{content:"\e060"}.icon-tumblr:before{content:"\e061"}.icon-linkedin:before{content:"\e062"}.icon-dribbble:before{content:"\e063"}
/*!/wp-content/cache/asset-cleanup/css/item/carspot__css__font-awesome-css-v8e05ac763b7e77f4c7c9c8c325511bff1b1da1df.css*/
/*!/wp-content/themes/carspot/css/font-awesome.css*//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/carspot/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/themes/carspot/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/themes/carspot/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/themes/carspot/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/themes/carspot/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/themes/carspot/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;font-display:auto;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}
/*!/wp-content/cache/asset-cleanup/css/item/carspot__css__line-awesome-min-css-v6dc32051d5c5157f658bfc57f0eff14d921791ad.css*/
/*!/wp-content/themes/carspot/css/line-awesome.min.css*//*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */.la,.la-stack{display:inline-block}.la-fw,.la-li{text-align:center}@font-face{font-family:LineAwesome;src:url(/wp-content/themes/carspot/css/../fonts/line-awesome.eot?v=1.1.);src:url(/wp-content/themes/carspot/css/../fonts/line-awesome.eot??v=1.1.#iefix) format("embedded-opentype"),url(/wp-content/themes/carspot/css/../fonts/line-awesome.woff2?v=1.1.) format("woff2"),url(/wp-content/themes/carspot/css/../fonts/line-awesome.woff?v=1.1.) format("woff"),url(/wp-content/themes/carspot/css/../fonts/line-awesome.ttf?v=1.1.) format("truetype"),url(/wp-content/themes/carspot/css/../fonts/line-awesome.svg?v=1.1.#fa) format("svg");font-weight:400;font-style:normal;font-display:auto;}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:LineAwesome;src:url(/wp-content/themes/carspot/css/../fonts/line-awesome.svg?v=1.1.#fa) format("svg");font-display:auto;}}.la{font:normal normal normal 16px/1 LineAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.la-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-fw{width:1.28571429em}.la-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.la-ul>li{position:relative}.la-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.la-li.la-lg{left:-1.85714286em}.la-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.li.pull-left{margin-right:.3em}.li.pull-right{margin-left:.3em}.la-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.la-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{filter:none}.la-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.la-stack-1x,.la-stack-2x{position:absolute;left:0;width:100%;text-align:center}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f100"}.la-adjust:before{content:"\f101"}.la-adn:before{content:"\f102"}.la-align-center:before{content:"\f103"}.la-align-justify:before{content:"\f104"}.la-align-left:before{content:"\f105"}.la-align-right:before{content:"\f106"}.la-amazon:before{content:"\f107"}.la-ambulance:before{content:"\f108"}.la-anchor:before{content:"\f109"}.la-android:before{content:"\f10a"}.la-angellist:before{content:"\f10b"}.la-angle-double-down:before{content:"\f10c"}.la-angle-double-left:before{content:"\f10d"}.la-angle-double-right:before{content:"\f10e"}.la-angle-double-up:before{content:"\f10f"}.la-angle-down:before{content:"\f110"}.la-angle-left:before{content:"\f111"}.la-angle-right:before{content:"\f112"}.la-angle-up:before{content:"\f113"}.la-apple:before{content:"\f114"}.la-archive:before{content:"\f115"}.la-area-chart:before{content:"\f116"}.la-arrow-circle-down:before{content:"\f117"}.la-arrow-circle-left:before{content:"\f118"}.la-arrow-circle-o-down:before{content:"\f119"}.la-arrow-circle-o-left:before{content:"\f11a"}.la-arrow-circle-o-right:before{content:"\f11b"}.la-arrow-circle-o-up:before{content:"\f11c"}.la-arrow-circle-right:before{content:"\f11d"}.la-arrow-circle-up:before{content:"\f11e"}.la-arrow-down:before{content:"\f11f"}.la-arrow-left:before{content:"\f120"}.la-arrow-right:before{content:"\f121"}.la-arrow-up:before{content:"\f122"}.la-arrows:before{content:"\f123"}.la-arrows-alt:before{content:"\f124"}.la-arrows-h:before{content:"\f125"}.la-arrows-v:before{content:"\f126"}.la-asterisk:before{content:"\f127"}.la-at:before{content:"\f128"}.la-automobile:before{content:"\f129"}.la-backward:before{content:"\f12a"}.la-balance-scale:before{content:"\f12b"}.la-ban:before{content:"\f12c"}.la-bank:before{content:"\f12d"}.la-bar-chart:before{content:"\f12e"}.la-bar-chart-o:before{content:"\f12f"}.la-barcode:before{content:"\f130"}.la-bars:before{content:"\f131"}.la-battery-0:before{content:"\f132"}.la-battery-1:before{content:"\f133"}.la-battery-2:before{content:"\f134"}.la-battery-3:before{content:"\f135"}.la-battery-4:before{content:"\f136"}.la-battery-empty:before{content:"\f137"}.la-battery-full:before{content:"\f138"}.la-battery-half:before{content:"\f139"}.la-battery-quarter:before{content:"\f13a"}.la-battery-three-quarters:before{content:"\f13b"}.la-bed:before{content:"\f13c"}.la-beer:before{content:"\f13d"}.la-behance:before{content:"\f13e"}.la-behance-square:before{content:"\f13f"}.la-bell:before{content:"\f140"}.la-bell-o:before{content:"\f141"}.la-bell-slash:before{content:"\f142"}.la-bell-slash-o:before{content:"\f143"}.la-bicycle:before{content:"\f144"}.la-binoculars:before{content:"\f145"}.la-birthday-cake:before{content:"\f146"}.la-bitbucket:before{content:"\f147"}.la-bitbucket-square:before{content:"\f148"}.la-bitcoin:before{content:"\f149"}.la-black-tie:before{content:"\f14a"}.la-bold:before{content:"\f14b"}.la-bolt:before{content:"\f14c"}.la-bomb:before{content:"\f14d"}.la-book:before{content:"\f14e"}.la-bookmark:before{content:"\f14f"}.la-bookmark-o:before{content:"\f150"}.la-briefcase:before{content:"\f151"}.la-btc:before{content:"\f152"}.la-bug:before{content:"\f153"}.la-building:before{content:"\f154"}.la-building-o:before{content:"\f155"}.la-bullhorn:before{content:"\f156"}.la-bullseye:before{content:"\f157"}.la-bus:before{content:"\f158"}.la-buysellads:before{content:"\f159"}.la-cab:before{content:"\f15a"}.la-calculator:before{content:"\f15b"}.la-calendar:before{content:"\f15c"}.la-calendar-check-o:before{content:"\f15d"}.la-calendar-minus-o:before{content:"\f15e"}.la-calendar-o:before{content:"\f15f"}.la-calendar-plus-o:before{content:"\f160"}.la-calendar-times-o:before{content:"\f161"}.la-camera:before{content:"\f162"}.la-camera-retro:before{content:"\f163"}.la-car:before{content:"\f164"}.la-caret-down:before{content:"\f165"}.la-caret-left:before{content:"\f166"}.la-caret-right:before{content:"\f167"}.la-caret-square-o-down:before,.la-toggle-down:before{content:"\f168"}.la-caret-square-o-left:before,.la-toggle-left:before{content:"\f169"}.la-caret-square-o-right:before,.la-toggle-right:before{content:"\f16a"}.la-caret-square-o-up:before,.la-toggle-up:before{content:"\f16b"}.la-caret-up:before{content:"\f16c"}.la-cart-arrow-down:before{content:"\f16d"}.la-cart-plus:before{content:"\f16e"}.la-cc:before{content:"\f16f"}.la-cc-amex:before{content:"\f170"}.la-cc-diners-club:before{content:"\f171"}.la-cc-discover:before{content:"\f172"}.la-cc-jcb:before{content:"\f173"}.la-cc-mastercard:before{content:"\f174"}.la-cc-paypal:before{content:"\f175"}.la-cc-stripe:before{content:"\f176"}.la-cc-visa:before{content:"\f177"}.la-certificate:before{content:"\f178"}.la-chain:before{content:"\f179"}.la-chain-broken:before{content:"\f17a"}.la-check:before{content:"\f17b"}.la-check-circle:before{content:"\f17c"}.la-check-circle-o:before{content:"\f17d"}.la-check-square:before{content:"\f17e"}.la-check-square-o:before{content:"\f17f"}.la-chevron-circle-down:before{content:"\f180"}.la-chevron-circle-left:before{content:"\f181"}.la-chevron-circle-right:before{content:"\f182"}.la-chevron-circle-up:before{content:"\f183"}.la-chevron-down:before{content:"\f184"}.la-chevron-left:before{content:"\f185"}.la-chevron-right:before{content:"\f186"}.la-chevron-up:before{content:"\f187"}.la-child:before{content:"\f188"}.la-chrome:before{content:"\f189"}.la-circle:before{content:"\f18a"}.la-circle-o:before{content:"\f18b"}.la-circle-o-notch:before{content:"\f18c"}.la-circle-thin:before{content:"\f18d"}.la-clipboard:before{content:"\f18e"}.la-clock-o:before{content:"\f18f"}.la-clone:before{content:"\f190"}.la-close:before{content:"\f191"}.la-cloud:before{content:"\f192"}.la-cloud-download:before{content:"\f193"}.la-cloud-upload:before{content:"\f194"}.la-cny:before{content:"\f195"}.la-code:before{content:"\f196"}.la-code-fork:before{content:"\f197"}.la-codepen:before{content:"\f198"}.la-coffee:before{content:"\f199"}.la-cog:before{content:"\f19a"}.la-cogs:before{content:"\f19b"}.la-columns:before{content:"\f19c"}.la-comment:before{content:"\f19d"}.la-comment-o:before{content:"\f19e"}.la-commenting:before{content:"\f19f"}.la-commenting-o:before{content:"\f1a0"}.la-comments:before{content:"\f1a1"}.la-comments-o:before{content:"\f1a2"}.la-compass:before{content:"\f1a3"}.la-compress:before{content:"\f1a4"}.la-connectdevelop:before{content:"\f1a5"}.la-contao:before{content:"\f1a6"}.la-copy:before{content:"\f1a7"}.la-copyright:before{content:"\f1a8"}.la-creative-commons:before{content:"\f1a9"}.la-credit-card:before{content:"\f1aa"}.la-crop:before{content:"\f1ab"}.la-crosshairs:before{content:"\f1ac"}.la-css3:before{content:"\f1ad"}.la-cube:before{content:"\f1ae"}.la-cubes:before{content:"\f1af"}.la-cut:before{content:"\f1b0"}.la-cutlery:before{content:"\f1b1"}.la-dashboard:before{content:"\f1b2"}.la-dashcube:before{content:"\f1b3"}.la-database:before{content:"\f1b4"}.la-dedent:before{content:"\f1b5"}.la-delicious:before{content:"\f1b6"}.la-desktop:before{content:"\f1b7"}.la-deviantart:before{content:"\f1b8"}.la-diamond:before{content:"\f1b9"}.la-digg:before{content:"\f1ba"}.la-dollar:before{content:"\f1bb"}.la-dot-circle-o:before{content:"\f1bc"}.la-download:before{content:"\f1bd"}.la-dribbble:before{content:"\f1be"}.la-dropbox:before{content:"\f1bf"}.la-drupal:before{content:"\f1c0"}.la-edit:before{content:"\f1c1"}.la-eject:before{content:"\f1c2"}.la-ellipsis-h:before{content:"\f1c3"}.la-ellipsis-v:before{content:"\f1c4"}.la-empire:before,.la-ge:before{content:"\f1c5"}.la-envelope:before{content:"\f1c6"}.la-envelope-o:before{content:"\f1c7"}.la-envelope-square:before{content:"\f1c8"}.la-eraser:before{content:"\f1c9"}.la-eur:before{content:"\f1ca"}.la-euro:before{content:"\f1cb"}.la-exchange:before{content:"\f1cc"}.la-exclamation:before{content:"\f1cd"}.la-exclamation-circle:before{content:"\f1ce"}.la-exclamation-triangle:before{content:"\f1cf"}.la-expand:before{content:"\f1d0"}.la-expeditedssl:before{content:"\f1d1"}.la-external-link:before{content:"\f1d2"}.la-external-link-square:before{content:"\f1d3"}.la-eye:before{content:"\f1d4"}.la-eye-slash:before{content:"\f1d5"}.la-eyedropper:before{content:"\f1d6"}.la-facebook-f:before,.la-facebook:before{content:"\f1d7"}.la-facebook-official:before{content:"\f1d8"}.la-facebook-square:before{content:"\f1d9"}.la-fast-backward:before{content:"\f1da"}.la-fast-forward:before{content:"\f1db"}.la-fax:before{content:"\f1dc"}.la-female:before{content:"\f1dd"}.la-fighter-jet:before{content:"\f1de"}.la-file:before{content:"\f1df"}.la-file-archive-o:before{content:"\f1e0"}.la-file-audio-o:before{content:"\f1e1"}.la-file-code-o:before{content:"\f1e2"}.la-file-excel-o:before{content:"\f1e3"}.la-file-image-o:before{content:"\f1e4"}.la-file-movie-o:before{content:"\f1e5"}.la-file-o:before{content:"\f1e6"}.la-file-pdf-o:before{content:"\f1e7"}.la-file-photo-o:before{content:"\f1e8"}.la-file-picture-o:before{content:"\f1e9"}.la-file-powerpoint-o:before{content:"\f1ea"}.la-file-sound-o:before{content:"\f1eb"}.la-file-text:before{content:"\f1ec"}.la-file-text-o:before{content:"\f1ed"}.la-file-video-o:before{content:"\f1ee"}.la-file-word-o:before{content:"\f1ef"}.la-file-zip-o:before{content:"\f1f0"}.la-files-o:before{content:"\f1f1"}.la-film:before{content:"\f1f2"}.la-filter:before{content:"\f1f3"}.la-fire:before{content:"\f1f4"}.la-fire-extinguisher:before{content:"\f1f5"}.la-firefox:before{content:"\f1f6"}.la-flag:before{content:"\f1f7"}.la-flag-checkered:before{content:"\f1f8"}.la-flag-o:before{content:"\f1f9"}.la-flash:before{content:"\f1fa"}.la-flask:before{content:"\f1fb"}.la-flickr:before{content:"\f1fc"}.la-floppy-o:before{content:"\f1fd"}.la-folder:before{content:"\f1fe"}.la-folder-o:before{content:"\f1ff"}.la-folder-open:before{content:"\f200"}.la-folder-open-o:before{content:"\f201"}.la-font:before{content:"\f202"}.la-fonticons:before{content:"\f203"}.la-forumbee:before{content:"\f204"}.la-forward:before{content:"\f205"}.la-foursquare:before{content:"\f206"}.la-frown-o:before{content:"\f207"}.la-futbol-o:before,.la-soccer-ball-o:before{content:"\f208"}.la-gamepad:before{content:"\f209"}.la-gavel:before{content:"\f20a"}.la-gbp:before{content:"\f20b"}.la-gear:before{content:"\f20c"}.la-gears:before{content:"\f20d"}.la-genderless:before{content:"\f20e"}.la-get-pocket:before{content:"\f20f"}.la-gg:before{content:"\f210"}.la-gg-circle:before{content:"\f211"}.la-gift:before{content:"\f212"}.la-git:before{content:"\f213"}.la-git-square:before{content:"\f214"}.la-github:before{content:"\f215"}.la-github-alt:before{content:"\f216"}.la-github-square:before{content:"\f217"}.la-glass:before{content:"\f218"}.la-globe:before{content:"\f219"}.la-google:before{content:"\f21a"}.la-google-plus:before{content:"\f21b"}.la-google-plus-square:before{content:"\f21c"}.la-google-wallet:before{content:"\f21d"}.la-graduation-cap:before{content:"\f21e"}.la-gittip:before,.la-gratipay:before{content:"\f21f"}.la-group:before{content:"\f220"}.la-h-square:before{content:"\f221"}.la-hacker-news:before{content:"\f222"}.la-hand-grab-o:before{content:"\f223"}.la-hand-lizard-o:before{content:"\f224"}.la-hand-o-down:before{content:"\f225"}.la-hand-o-left:before{content:"\f226"}.la-hand-o-right:before{content:"\f227"}.la-hand-o-up:before{content:"\f228"}.la-hand-paper-o:before{content:"\f229"}.la-hand-peace-o:before{content:"\f22a"}.la-hand-pointer-o:before{content:"\f22b"}.la-hand-rock-o:before{content:"\f22c"}.la-hand-scissors-o:before{content:"\f22d"}.la-hand-spock-o:before{content:"\f22e"}.la-hand-stop-o:before{content:"\f22f"}.la-hdd-o:before{content:"\f230"}.la-header:before{content:"\f231"}.la-headphones:before{content:"\f232"}.la-heart:before{content:"\f233"}.la-heart-o:before{content:"\f234"}.la-heartbeat:before{content:"\f235"}.la-history:before{content:"\f236"}.la-home:before{content:"\f237"}.la-hospital-o:before{content:"\f238"}.la-hotel:before{content:"\f239"}.la-hourglass:before{content:"\f23a"}.la-hourglass-1:before{content:"\f23b"}.la-hourglass-2:before{content:"\f23c"}.la-hourglass-3:before{content:"\f23d"}.la-hourglass-end:before{content:"\f23e"}.la-hourglass-half:before{content:"\f23f"}.la-hourglass-o:before{content:"\f240"}.la-hourglass-start:before{content:"\f241"}.la-houzz:before{content:"\f242"}.la-html5:before{content:"\f243"}.la-i-cursor:before{content:"\f244"}.la-ils:before{content:"\f245"}.la-image:before{content:"\f246"}.la-inbox:before{content:"\f247"}.la-indent:before{content:"\f248"}.la-industry:before{content:"\f249"}.la-info:before{content:"\f24a"}.la-info-circle:before{content:"\f24b"}.la-inr:before{content:"\f24c"}.la-instagram:before{content:"\f24d"}.la-institution:before{content:"\f24e"}.la-internet-explorer:before{content:"\f24f"}.la-ioxhost:before{content:"\f250"}.la-italic:before{content:"\f251"}.la-joomla:before{content:"\f252"}.la-jpy:before{content:"\f253"}.la-jsfiddle:before{content:"\f254"}.la-key:before{content:"\f255"}.la-keyboard-o:before{content:"\f256"}.la-krw:before{content:"\f257"}.la-language:before{content:"\f258"}.la-laptop:before{content:"\f259"}.la-lastfm:before{content:"\f25a"}.la-lastfm-square:before{content:"\f25b"}.la-leaf:before{content:"\f25c"}.la-leanpub:before{content:"\f25d"}.la-legal:before{content:"\f25e"}.la-lemon-o:before{content:"\f25f"}.la-level-down:before{content:"\f260"}.la-level-up:before{content:"\f261"}.la-life-bouy:before{content:"\f262"}.la-life-buoy:before{content:"\f263"}.la-life-ring:before,.la-support:before{content:"\f264"}.la-life-saver:before{content:"\f265"}.la-lightbulb-o:before{content:"\f266"}.la-line-chart:before{content:"\f267"}.la-link:before{content:"\f268"}.la-linkedin:before{content:"\f269"}.la-linkedin-square:before{content:"\f26a"}.la-linux:before{content:"\f26b"}.la-list:before{content:"\f26c"}.la-list-alt:before{content:"\f26d"}.la-list-ol:before{content:"\f26e"}.la-list-ul:before{content:"\f26f"}.la-location-arrow:before{content:"\f270"}.la-lock:before{content:"\f271"}.la-long-arrow-down:before{content:"\f272"}.la-long-arrow-left:before{content:"\f273"}.la-long-arrow-right:before{content:"\f274"}.la-long-arrow-up:before{content:"\f275"}.la-magic:before{content:"\f276"}.la-magnet:before{content:"\f277"}.la-mail-forward:before{content:"\f278"}.la-mail-reply:before{content:"\f279"}.la-mail-reply-all:before{content:"\f27a"}.la-male:before{content:"\f27b"}.la-map:before{content:"\f27c"}.la-map-marker:before{content:"\f27d"}.la-map-o:before{content:"\f27e"}.la-map-pin:before{content:"\f27f"}.la-map-signs:before{content:"\f280"}.la-mars:before{content:"\f281"}.la-mars-double:before{content:"\f282"}.la-mars-stroke:before{content:"\f283"}.la-mars-stroke-h:before{content:"\f284"}.la-mars-stroke-v:before{content:"\f285"}.la-maxcdn:before{content:"\f286"}.la-meanpath:before{content:"\f287"}.la-medium:before{content:"\f288"}.la-medkit:before{content:"\f289"}.la-meh-o:before{content:"\f28a"}.la-mercury:before{content:"\f28b"}.la-microphone:before{content:"\f28c"}.la-microphone-slash:before{content:"\f28d"}.la-minus:before{content:"\f28e"}.la-minus-circle:before{content:"\f28f"}.la-minus-square:before{content:"\f290"}.la-minus-square-o:before{content:"\f291"}.la-mobile:before{content:"\f292"}.la-mobile-phone:before{content:"\f293"}.la-money:before{content:"\f294"}.la-moon-o:before{content:"\f295"}.la-mortar-board:before{content:"\f296"}.la-motorcycle:before{content:"\f297"}.la-mouse-pointer:before{content:"\f298"}.la-music:before{content:"\f299"}.la-navicon:before{content:"\f29a"}.la-neuter:before{content:"\f29b"}.la-newspaper-o:before{content:"\f29c"}.la-object-group:before{content:"\f29d"}.la-object-ungroup:before{content:"\f29e"}.la-odnoklassniki:before{content:"\f29f"}.la-odnoklassniki-square:before{content:"\f2a0"}.la-opencart:before{content:"\f2a1"}.la-openid:before{content:"\f2a2"}.la-opera:before{content:"\f2a3"}.la-optin-monster:before{content:"\f2a4"}.la-outdent:before{content:"\f2a5"}.la-pagelines:before{content:"\f2a6"}.la-paint-brush:before{content:"\f2a7"}.la-paper-plane:before,.la-send:before{content:"\f2a8"}.la-paper-plane-o:before,.la-send-o:before{content:"\f2a9"}.la-paperclip:before{content:"\f2aa"}.la-paragraph:before{content:"\f2ab"}.la-paste:before{content:"\f2ac"}.la-pause:before{content:"\f2ad"}.la-paw:before{content:"\f2ae"}.la-paypal:before{content:"\f2af"}.la-pencil:before{content:"\f2b0"}.la-pencil-square:before{content:"\f2b1"}.la-pencil-square-o:before{content:"\f2b2"}.la-phone:before{content:"\f2b3"}.la-phone-square:before{content:"\f2b4"}.la-photo:before{content:"\f2b5"}.la-picture-o:before{content:"\f2b6"}.la-pie-chart:before{content:"\f2b7"}.la-pied-piper:before{content:"\f2b8"}.la-pied-piper-alt:before{content:"\f2b9"}.la-pinterest:before{content:"\f2ba"}.la-pinterest-p:before{content:"\f2bb"}.la-pinterest-square:before{content:"\f2bc"}.la-plane:before{content:"\f2bd"}.la-play:before{content:"\f2be"}.la-play-circle:before{content:"\f2bf"}.la-play-circle-o:before{content:"\f2c0"}.la-plug:before{content:"\f2c1"}.la-plus:before{content:"\f2c2"}.la-plus-circle:before{content:"\f2c3"}.la-plus-square:before{content:"\f2c4"}.la-plus-square-o:before{content:"\f2c5"}.la-power-off:before{content:"\f2c6"}.la-print:before{content:"\f2c7"}.la-puzzle-piece:before{content:"\f2c8"}.la-qq:before{content:"\f2c9"}.la-qrcode:before{content:"\f2ca"}.la-question:before{content:"\f2cb"}.la-question-circle:before{content:"\f2cc"}.la-quote-left:before{content:"\f2cd"}.la-quote-right:before{content:"\f2ce"}.la-ra:before{content:"\f2cf"}.la-random:before{content:"\f2d0"}.la-rebel:before{content:"\f2d1"}.la-recycle:before{content:"\f2d2"}.la-reddit:before{content:"\f2d3"}.la-reddit-square:before{content:"\f2d4"}.la-refresh:before{content:"\f2d5"}.la-registered:before{content:"\f2d6"}.la-renren:before{content:"\f2d7"}.la-reorder:before{content:"\f2d8"}.la-repeat:before{content:"\f2d9"}.la-reply:before{content:"\f2da"}.la-reply-all:before{content:"\f2db"}.la-retweet:before{content:"\f2dc"}.la-rmb:before{content:"\f2dd"}.la-road:before{content:"\f2de"}.la-rocket:before{content:"\f2df"}.la-rotate-left:before{content:"\f2e0"}.la-rotate-right:before{content:"\f2e1"}.la-rouble:before{content:"\f2e2"}.la-feed:before,.la-rss:before{content:"\f2e3"}.la-rss-square:before{content:"\f2e4"}.la-rub:before{content:"\f2e5"}.la-ruble:before{content:"\f2e6"}.la-rupee:before{content:"\f2e7"}.la-safari:before{content:"\f2e8"}.la-save:before{content:"\f2e9"}.la-scissors:before{content:"\f2ea"}.la-search:before{content:"\f2eb"}.la-search-minus:before{content:"\f2ec"}.la-search-plus:before{content:"\f2ed"}.la-sellsy:before{content:"\f2ee"}.la-server:before{content:"\f2ef"}.la-share:before{content:"\f2f0"}.la-share-alt:before{content:"\f2f1"}.la-share-alt-square:before{content:"\f2f2"}.la-share-square:before{content:"\f2f3"}.la-share-square-o:before{content:"\f2f4"}.la-shekel:before{content:"\f2f5"}.la-sheqel:before{content:"\f2f6"}.la-shield:before{content:"\f2f7"}.la-ship:before{content:"\f2f8"}.la-shirtsinbulk:before{content:"\f2f9"}.la-shopping-cart:before{content:"\f2fa"}.la-sign-in:before{content:"\f2fb"}.la-sign-out:before{content:"\f2fc"}.la-signal:before{content:"\f2fd"}.la-simplybuilt:before{content:"\f2fe"}.la-sitemap:before{content:"\f2ff"}.la-skyatlas:before{content:"\f300"}.la-skype:before{content:"\f301"}.la-slack:before{content:"\f302"}.la-sliders:before{content:"\f303"}.la-slideshare:before{content:"\f304"}.la-smile-o:before{content:"\f305"}.la-sort:before,.la-unsorted:before{content:"\f306"}.la-sort-alpha-asc:before{content:"\f307"}.la-sort-alpha-desc:before{content:"\f308"}.la-sort-amount-asc:before{content:"\f309"}.la-sort-amount-desc:before{content:"\f30a"}.la-sort-asc:before,.la-sort-up:before{content:"\f30b"}.la-sort-desc:before,.la-sort-down:before{content:"\f30c"}.la-sort-numeric-asc:before{content:"\f30d"}.la-sort-numeric-desc:before{content:"\f30e"}.la-soundcloud:before{content:"\f30f"}.la-space-shuttle:before{content:"\f310"}.la-spinner:before{content:"\f311"}.la-spoon:before{content:"\f312"}.la-spotify:before{content:"\f313"}.la-square:before{content:"\f314"}.la-square-o:before{content:"\f315"}.la-stack-exchange:before{content:"\f316"}.la-stack-overflow:before{content:"\f317"}.la-star:before{content:"\f318"}.la-star-half:before{content:"\f319"}.la-star-half-empty:before,.la-star-half-full:before,.la-star-half-o:before{content:"\f31a"}.la-star-o:before{content:"\f31b"}.la-steam:before{content:"\f31c"}.la-steam-square:before{content:"\f31d"}.la-step-backward:before{content:"\f31e"}.la-step-forward:before{content:"\f31f"}.la-stethoscope:before{content:"\f320"}.la-sticky-note:before{content:"\f321"}.la-sticky-note-o:before{content:"\f322"}.la-stop:before{content:"\f323"}.la-street-view:before{content:"\f324"}.la-strikethrough:before{content:"\f325"}.la-stumbleupon:before{content:"\f326"}.la-stumbleupon-circle:before{content:"\f327"}.la-subscript:before{content:"\f328"}.la-subway:before{content:"\f329"}.la-suitcase:before{content:"\f32a"}.la-sun-o:before{content:"\f32b"}.la-superscript:before{content:"\f32c"}.la-table:before{content:"\f32d"}.la-tablet:before{content:"\f32e"}.la-tachometer:before{content:"\f32f"}.la-tag:before{content:"\f330"}.la-tags:before{content:"\f331"}.la-tasks:before{content:"\f332"}.la-taxi:before{content:"\f333"}.la-television:before,.la-tv:before{content:"\f334"}.la-tencent-weibo:before{content:"\f335"}.la-terminal:before{content:"\f336"}.la-text-height:before{content:"\f337"}.la-text-width:before{content:"\f338"}.la-th:before{content:"\f339"}.la-th-large:before{content:"\f33a"}.la-th-list:before{content:"\f33b"}.la-thumb-tack:before{content:"\f33c"}.la-thumbs-down:before{content:"\f33d"}.la-thumbs-o-down:before{content:"\f33e"}.la-thumbs-o-up:before{content:"\f33f"}.la-thumbs-up:before{content:"\f340"}.la-ticket:before{content:"\f341"}.la-remove:before,.la-times:before{content:"\f342"}.la-times-circle:before{content:"\f343"}.la-times-circle-o:before{content:"\f344"}.la-tint:before{content:"\f345"}.la-toggle-off:before{content:"\f346"}.la-toggle-on:before{content:"\f347"}.la-trademark:before{content:"\f348"}.la-train:before{content:"\f349"}.la-intersex:before,.la-transgender:before{content:"\f34a"}.la-transgender-alt:before{content:"\f34b"}.la-trash:before{content:"\f34c"}.la-trash-o:before{content:"\f34d"}.la-tree:before{content:"\f34e"}.la-trello:before{content:"\f34f"}.la-tripadvisor:before{content:"\f350"}.la-trophy:before{content:"\f351"}.la-truck:before{content:"\f352"}.la-try:before{content:"\f353"}.la-tty:before{content:"\f354"}.la-tumblr:before{content:"\f355"}.la-tumblr-square:before{content:"\f356"}.la-turkish-lira:before{content:"\f357"}.la-twitch:before{content:"\f358"}.la-twitter:before{content:"\f359"}.la-twitter-square:before{content:"\f35a"}.la-umbrella:before{content:"\f35b"}.la-underline:before{content:"\f35c"}.la-undo:before{content:"\f35d"}.la-university:before{content:"\f35e"}.la-unlink:before{content:"\f35f"}.la-unlock:before{content:"\f360"}.la-unlock-alt:before{content:"\f361"}.la-upload:before{content:"\f362"}.la-usd:before{content:"\f363"}.la-user:before{content:"\f364"}.la-user-md:before{content:"\f365"}.la-user-plus:before{content:"\f366"}.la-user-secret:before{content:"\f367"}.la-user-times:before{content:"\f368"}.la-users:before{content:"\f369"}.la-venus:before{content:"\f36a"}.la-venus-double:before{content:"\f36b"}.la-venus-mars:before{content:"\f36c"}.la-viacoin:before{content:"\f36d"}.la-video-camera:before{content:"\f36e"}.la-vimeo:before{content:"\f36f"}.la-vimeo-square:before{content:"\f370"}.la-vine:before{content:"\f371"}.la-vk:before{content:"\f372"}.la-volume-down:before{content:"\f373"}.la-volume-off:before{content:"\f374"}.la-volume-up:before{content:"\f375"}.la-warning:before{content:"\f376"}.la-wechat:before{content:"\f377"}.la-weibo:before{content:"\f378"}.la-weixin:before{content:"\f379"}.la-whatsapp:before{content:"\f37a"}.la-wheelchair:before{content:"\f37b"}.la-wifi:before{content:"\f37c"}.la-wikipedia-w:before{content:"\f37d"}.la-windows:before{content:"\f37e"}.la-won:before{content:"\f37f"}.la-wordpress:before{content:"\f380"}.la-wrench:before{content:"\f381"}.la-xing:before{content:"\f382"}.la-xing-square:before{content:"\f383"}.la-y-combinator:before{content:"\f384"}.la-y-combinator-square:before{content:"\f385"}.la-yahoo:before{content:"\f386"}.la-yc:before{content:"\f387"}.la-yc-square:before{content:"\f388"}.la-yelp:before{content:"\f389"}.la-yen:before{content:"\f38a"}.la-youtube:before{content:"\f38b"}.la-youtube-play:before{content:"\f38c"}.la-youtube-square:before{content:"\f38d"}
/*!/wp-content/themes/carspot/css/animate.min.css*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*!/wp-content/cache/asset-cleanup/css/item/carspot__css__flaticon-css-v6e9e71e3e1a0d15d4a636841260feaff43f87ea2.css*/
/*!/wp-content/themes/carspot/css/flaticon.css*/@font-face{font-family:"Flaticon";src:url("/wp-content/themes/carspot/css/../fonts/Flaticon.eot");src:url("/wp-content/themes/carspot/css/../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/carspot/css/../fonts/Flaticon.woff") format("woff"),url("/wp-content/themes/carspot/css/../fonts/Flaticon.ttf") format("truetype"),url("/wp-content/themes/carspot/css/../fonts/Flaticon.svg#Flaticon") format("svg");font-weight:normal;font-style:normal;font-display:auto;}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Flaticon";src:url("/wp-content/themes/carspot/css/../fonts/Flaticon.svg#Flaticon") format("svg");font-display:auto;}}[class^="flaticon-"]:before,[class*=" flaticon-"]:before,[class^="flaticon-"]:after,[class*=" flaticon-"]:after{font-family:Flaticon;font-style:normal}.flaticon-graphic:before{content:"\f100"}.flaticon-paper-pencil-and-calculator:before{content:"\f101"}.flaticon-calculator-1:before{content:"\f102"}.flaticon-calculator:before{content:"\f103"}.flaticon-message:before{content:"\f104"}.flaticon-man:before{content:"\f105"}.flaticon-technology-3:before{content:"\f106"}.flaticon-security-1:before{content:"\f107"}.flaticon-search-2:before{content:"\f108"}.flaticon-marketing:before{content:"\f109"}.flaticon-vehicle-4:before{content:"\f10a"}.flaticon-vehicle-3:before{content:"\f10b"}.flaticon-power:before{content:"\f10c"}.flaticon-car-7:before{content:"\f10d"}.flaticon-time-1:before{content:"\f10e"}.flaticon-vehicle-2:before{content:"\f10f"}.flaticon-holidays:before{content:"\f110"}.flaticon-annual:before{content:"\f111"}.flaticon-air-conditioner-6:before{content:"\f112"}.flaticon-air-conditioner-5:before{content:"\f113"}.flaticon-house:before{content:"\f114"}.flaticon-like-2:before{content:"\f115"}.flaticon-like-1:before{content:"\f116"}.flaticon-traffic-cone:before{content:"\f117"}.flaticon-search-1:before{content:"\f118"}.flaticon-search:before{content:"\f119"}.flaticon-dislike:before{content:"\f11a"}.flaticon-thumb-down:before{content:"\f11b"}.flaticon-like:before{content:"\f11c"}.flaticon-speedometer:before{content:"\f11d"}.flaticon-gearstick:before{content:"\f11e"}.flaticon-painting:before{content:"\f11f"}.flaticon-reparation:before{content:"\f120"}.flaticon-car-repair:before{content:"\f121"}.flaticon-buy:before{content:"\f122"}.flaticon-earth-day-1:before{content:"\f123"}.flaticon-earth-day:before{content:"\f124"}.flaticon-settings:before{content:"\f125"}.flaticon-customer-service:before{content:"\f126"}.flaticon-cup-1:before{content:"\f127"}.flaticon-cup:before{content:"\f128"}.flaticon-competition:before{content:"\f129"}.flaticon-quality:before{content:"\f12a"}.flaticon-music-1:before{content:"\f12b"}.flaticon-music:before{content:"\f12c"}.flaticon-car-steering-wheel:before{content:"\f12d"}.flaticon-steering-wheel-2:before{content:"\f12e"}.flaticon-rim-1:before{content:"\f12f"}.flaticon-rim:before{content:"\f130"}.flaticon-mail-1:before{content:"\f131"}.flaticon-new-email-outline:before{content:"\f132"}.flaticon-email:before{content:"\f133"}.flaticon-mail:before{content:"\f134"}.flaticon-phone-call:before{content:"\f135"}.flaticon-smartphone-2:before{content:"\f136"}.flaticon-smartphone-1:before{content:"\f137"}.flaticon-smartphone:before{content:"\f138"}.flaticon-money-3:before{content:"\f139"}.flaticon-money-2:before{content:"\f13a"}.flaticon-money-1:before{content:"\f13b"}.flaticon-money:before{content:"\f13c"}.flaticon-credit-card:before{content:"\f13d"}.flaticon-coins:before{content:"\f13e"}.flaticon-chat-3:before{content:"\f13f"}.flaticon-chat-2:before{content:"\f140"}.flaticon-chat-1:before{content:"\f141"}.flaticon-chat:before{content:"\f142"}.flaticon-wallet-3:before{content:"\f143"}.flaticon-wallet-2:before{content:"\f144"}.flaticon-wallet-1:before{content:"\f145"}.flaticon-wallet:before{content:"\f146"}.flaticon-car-wash-1:before{content:"\f147"}.flaticon-carwash:before{content:"\f148"}.flaticon-car-wash:before{content:"\f149"}.flaticon-car-6:before{content:"\f14a"}.flaticon-car-5:before{content:"\f14b"}.flaticon-car-4:before{content:"\f14c"}.flaticon-vehicle-1:before{content:"\f14d"}.flaticon-car-3:before{content:"\f14e"}.flaticon-tool:before{content:"\f14f"}.flaticon-gasoline-1:before{content:"\f150"}.flaticon-gasoline:before{content:"\f151"}.flaticon-vehicle:before{content:"\f152"}.flaticon-transport-1:before{content:"\f153"}.flaticon-document:before{content:"\f154"}.flaticon-wrench:before{content:"\f155"}.flaticon-technology-2:before{content:"\f156"}.flaticon-fuel-2:before{content:"\f157"}.flaticon-fuel-1:before{content:"\f158"}.flaticon-transport:before{content:"\f159"}.flaticon-fuel:before{content:"\f15a"}.flaticon-location:before{content:"\f15b"}.flaticon-navigation:before{content:"\f15c"}.flaticon-photo-camera-1:before{content:"\f15d"}.flaticon-photo-camera:before{content:"\f15e"}.flaticon-car-lights:before{content:"\f15f"}.flaticon-light-bulb-1:before{content:"\f160"}.flaticon-light-bulb:before{content:"\f161"}.flaticon-idea:before{content:"\f162"}.flaticon-airbag-1:before{content:"\f163"}.flaticon-airbag:before{content:"\f164"}.flaticon-piston-1:before{content:"\f165"}.flaticon-mirror:before{content:"\f166"}.flaticon-rearview-mirror:before{content:"\f167"}.flaticon-window:before{content:"\f168"}.flaticon-radio-1:before{content:"\f169"}.flaticon-radio:before{content:"\f16a"}.flaticon-artist-color-palette:before{content:"\f16b"}.flaticon-color-palette:before{content:"\f16c"}.flaticon-car-door-1:before{content:"\f16d"}.flaticon-car-door:before{content:"\f16e"}.flaticon-gearshift-1:before{content:"\f16f"}.flaticon-break-1:before{content:"\f170"}.flaticon-car-key-1:before{content:"\f171"}.flaticon-car-key:before{content:"\f172"}.flaticon-engine-4:before{content:"\f173"}.flaticon-gearshift:before{content:"\f174"}.flaticon-seatbelt:before{content:"\f175"}.flaticon-battery:before{content:"\f176"}.flaticon-damper:before{content:"\f177"}.flaticon-steering-wheel-1:before{content:"\f178"}.flaticon-piston:before{content:"\f179"}.flaticon-tire:before{content:"\f17a"}.flaticon-engine-3:before{content:"\f17b"}.flaticon-signs:before{content:"\f17c"}.flaticon-calendar-3:before{content:"\f17d"}.flaticon-interface:before{content:"\f17e"}.flaticon-calendar-2:before{content:"\f17f"}.flaticon-compact-disc:before{content:"\f180"}.flaticon-placeholder-1:before{content:"\f181"}.flaticon-calendar-1:before{content:"\f182"}.flaticon-calendar:before{content:"\f183"}.flaticon-placeholder:before{content:"\f184"}.flaticon-placeholders:before{content:"\f185"}.flaticon-insurance:before{content:"\f186"}.flaticon-shield-3:before{content:"\f187"}.flaticon-arrows:before{content:"\f188"}.flaticon-air-conditioner-4:before{content:"\f189"}.flaticon-earth-globe-1:before{content:"\f18a"}.flaticon-gauge:before{content:"\f18b"}.flaticon-odometer-for-kilometers-and-speed-control:before{content:"\f18c"}.flaticon-cogwheels-couple-of-two-different-sizes:before{content:"\f18d"}.flaticon-disc-brake-2:before{content:"\f18e"}.flaticon-road-perspective-of-curves:before{content:"\f18f"}.flaticon-cogwheel-outline:before{content:"\f190"}.flaticon-road-with-broken-line:before{content:"\f191"}.flaticon-two-cogwheels:before{content:"\f192"}.flaticon-car-keys:before{content:"\f193"}.flaticon-cd:before{content:"\f194"}.flaticon-technology-1:before{content:"\f195"}.flaticon-gas-station-1:before{content:"\f196"}.flaticon-air-conditioner-3:before{content:"\f197"}.flaticon-air-conditioner-2:before{content:"\f198"}.flaticon-disc-brake-1:before{content:"\f199"}.flaticon-dashboard-4:before{content:"\f19a"}.flaticon-car-2:before{content:"\f19b"}.flaticon-break:before{content:"\f19c"}.flaticon-engine-2:before{content:"\f19d"}.flaticon-security:before{content:"\f19e"}.flaticon-time:before{content:"\f19f"}.flaticon-air-conditioner-1:before{content:"\f1a0"}.flaticon-car-1:before{content:"\f1a1"}.flaticon-engine-1:before{content:"\f1a2"}.flaticon-car:before{content:"\f1a3"}.flaticon-technology:before{content:"\f1a4"}.flaticon-antenna:before{content:"\f1a5"}.flaticon-dashboard-3:before{content:"\f1a6"}.flaticon-dashboard-2:before{content:"\f1a7"}.flaticon-dashboard-1:before{content:"\f1a8"}.flaticon-engine:before{content:"\f1a9"}.flaticon-key:before{content:"\f1aa"}.flaticon-biodiesel:before{content:"\f1ab"}.flaticon-earth-globe:before{content:"\f1ac"}.flaticon-disc-brake:before{content:"\f1ad"}.flaticon-steering-wheel:before{content:"\f1ae"}.flaticon-power-button:before{content:"\f1af"}.flaticon-shield-2:before{content:"\f1b0"}.flaticon-shield-1:before{content:"\f1b1"}.flaticon-shield:before{content:"\f1b2"}.flaticon-gas-station:before{content:"\f1b3"}.flaticon-dashboard:before{content:"\f1b4"}.flaticon-air-conditioner:before{content:"\f1b5"}
/*!/wp-content/cache/asset-cleanup/css/item/carspot__css__flaticon2-css-v54151dbf601c44228453ed77f7d5650ce1f8656f.css*/
/*!/wp-content/themes/carspot/css/flaticon2.css*//*
  	Flaticon icon font: Flaticon
  	Creation date: 03/08/2017 10:56
  	*/

@font-face{font-family:"Flaticon2";src:url("/wp-content/themes/carspot/css/../fonts/Flaticon2.eot");src:url("/wp-content/themes/carspot/css/../fonts/Flaticon2.eot?#iefix") format("embedded-opentype"),
url("/wp-content/themes/carspot/css/.../fonts/Flaticon2.woff") format("woff"),
url("/wp-content/themes/carspot/css/../fonts/Flaticon2.ttf") format("truetype"),
url("/wp-content/themes/carspot/css/../fonts/Flaticon2.svg#Flaticon2") format("svg");font-weight:normal;font-style:normal;font-display:auto;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face{font-family:"Flaticon2";src:url("/wp-content/themes/carspot/css/../fonts/Flaticon2.svg#Flaticon2") format("svg");font-display:auto;}
}

[class^="flaticon2-"]:before, [class*=" flaticon2-"]:before,
[class^="flaticon2-"]:after, [class*=" flaticon2-"]:after {   
  font-family: Flaticon2;
font-style: normal;

}

.flaticon2-network:before { content: "\f100"; }
.flaticon2-facebook-logo-1:before { content: "\f101"; }
.flaticon2-whatsapp-logo:before { content: "\f102"; }
.flaticon2-twitter-logo-button:before { content: "\f103"; }
.flaticon2-twitter-logo-silhouette:before { content: "\f104"; }
.flaticon2-facebook-logo:before { content: "\f105"; }
.flaticon2-instagram-logo:before { content: "\f106"; }
.flaticon2-delivery:before { content: "\f107"; }
.flaticon2-yahoo-logo:before { content: "\f108"; }
.flaticon2-support:before { content: "\f109"; }
.flaticon2-shopping-support-online:before { content: "\f10a"; }
.flaticon2-google-logo:before { content: "\f10b"; }
.flaticon2-motorbike-8:before { content: "\f10c"; }
.flaticon2-motorbike-7:before { content: "\f10d"; }
.flaticon2-motorbike-6:before { content: "\f10e"; }
.flaticon2-sportive-circuit-to-test-vehicles:before { content: "\f10f"; }
.flaticon2-motorcycle-helmet:before { content: "\f110"; }
.flaticon2-motor-sports-circuit:before { content: "\f111"; }
.flaticon2-racing:before { content: "\f112"; }
.flaticon2-motorbike-5:before { content: "\f113"; }
.flaticon2-two-motor-flags:before { content: "\f114"; }
.flaticon2-motorbike-4:before { content: "\f115"; }
.flaticon2-bike-with-motor-ios-7-interface-symbol:before { content: "\f116"; }
.flaticon2-motorbike-3:before { content: "\f117"; }
.flaticon2-motorbike-2:before { content: "\f118"; }
.flaticon2-wheel:before { content: "\f119"; }
.flaticon2-operator:before { content: "\f11a"; }
.flaticon2-engineer-1:before { content: "\f11b"; }
.flaticon2-safari:before { content: "\f11c"; }
.flaticon2-tool-3:before { content: "\f11d"; }
.flaticon2-construction-2:before { content: "\f11e"; }
.flaticon2-tool-2:before { content: "\f11f"; }
.flaticon2-repair-tools:before { content: "\f120"; }
.flaticon2-process:before { content: "\f121"; }
.flaticon2-settings:before { content: "\f122"; }
.flaticon2-tools-2:before { content: "\f123"; }
.flaticon2-repair:before { content: "\f124"; }
.flaticon2-construction-1:before { content: "\f125"; }
.flaticon2-construction:before { content: "\f126"; }
.flaticon2-vehicle:before { content: "\f127"; }
.flaticon2-tools-1:before { content: "\f128"; }
.flaticon2-wrench:before { content: "\f129"; }
.flaticon2-tools:before { content: "\f12a"; }
.flaticon2-car-wheel:before { content: "\f12b"; }
.flaticon2-drawing:before { content: "\f12c"; }
.flaticon2-piston:before { content: "\f12d"; }
.flaticon2-engine-2:before { content: "\f12e"; }
.flaticon2-engine-1:before { content: "\f12f"; }
.flaticon2-engineering:before { content: "\f130"; }
.flaticon2-engine:before { content: "\f131"; }
.flaticon2-engineer:before { content: "\f132"; }
.flaticon2-security:before { content: "\f133"; }
.flaticon2-helmet-4:before { content: "\f134"; }
.flaticon2-motorbike-1:before { content: "\f135"; }
.flaticon2-motorbike:before { content: "\f136"; }
.flaticon2-racing-helmet:before { content: "\f137"; }
.flaticon2-motorcycle-2:before { content: "\f138"; }
.flaticon2-helmet-3:before { content: "\f139"; }
.flaticon2-scooter-2:before { content: "\f13a"; }
.flaticon2-scooter-1:before { content: "\f13b"; }
.flaticon2-scooter:before { content: "\f13c"; }
.flaticon2-steering-wheel-1:before { content: "\f13d"; }
.flaticon2-steering-wheel:before { content: "\f13e"; }
.flaticon2-cruise-3:before { content: "\f13f"; }
.flaticon2-ship-7:before { content: "\f140"; }
.flaticon2-sailing:before { content: "\f141"; }
.flaticon2-fishing-1:before { content: "\f142"; }
.flaticon2-rowing:before { content: "\f143"; }
.flaticon2-sailing-boat-sportive-transport:before { content: "\f144"; }
.flaticon2-boat:before { content: "\f145"; }
.flaticon2-yachting:before { content: "\f146"; }
.flaticon2-fishing:before { content: "\f147"; }
.flaticon2-jet-boating:before { content: "\f148"; }
.flaticon2-cruise-2:before { content: "\f149"; }
.flaticon2-boat-travel-date-daily-calendar-page-interface-symbol:before { content: "\f14a"; }
.flaticon2-sailing-boat-travelling-around-the-world:before { content: "\f14b"; }
.flaticon2-helmet-2:before { content: "\f14c"; }
.flaticon2-helmet-1:before { content: "\f14d"; }
.flaticon2-helmet:before { content: "\f14e"; }
.flaticon2-bike-rider-side-view:before { content: "\f14f"; }
.flaticon2-bicycle-1:before { content: "\f150"; }
.flaticon2-clutch:before { content: "\f151"; }
.flaticon2-sports-1:before { content: "\f152"; }
.flaticon2-sports:before { content: "\f153"; }
.flaticon2-transport-21:before { content: "\f154"; }
.flaticon2-tool-1:before { content: "\f155"; }
.flaticon2-ship-6:before { content: "\f156"; }
.flaticon2-tool:before { content: "\f157"; }
.flaticon2-transport-19:before { content: "\f158"; }
.flaticon2-transport-18:before { content: "\f159"; }
.flaticon2-transport-17:before { content: "\f15a"; }
.flaticon2-transport-16:before { content: "\f15b"; }
.flaticon2-transport-15:before { content: "\f15c"; }
.flaticon2-transport-14:before { content: "\f15d"; }
.flaticon2-transport-13:before { content: "\f15e"; }
.flaticon2-transport-12:before { content: "\f15f"; }
.flaticon2-transport-11:before { content: "\f160"; }
.flaticon2-transport-10:before { content: "\f161"; }
.flaticon2-transport-9:before { content: "\f162"; }
.flaticon2-transport-8:before { content: "\f163"; }
.flaticon2-motor:before { content: "\f164"; }
.flaticon2-transport-7:before { content: "\f165"; }
.flaticon2-transport-6:before { content: "\f166"; }
.flaticon2-transport-5:before { content: "\f167"; }
.flaticon2-transport-4:before { content: "\f168"; }
.flaticon2-transport-3:before { content: "\f169"; }
.flaticon2-cruise-1:before { content: "\f16a"; }
.flaticon2-ship-5:before { content: "\f16b"; }
.flaticon2-ship-4:before { content: "\f16c"; }
.flaticon2-ship-3:before { content: "\f16d"; }
.flaticon2-yatch:before { content: "\f16e"; }
.flaticon2-sailboat:before { content: "\f16f"; }
.flaticon2-cruise:before { content: "\f170"; }
.flaticon2-cargo-ship-with-containers:before { content: "\f171"; }
.flaticon2-ship-2:before { content: "\f172"; }
.flaticon2-big-anchor:before { content: "\f173"; }
.flaticon2-boat-from-front-view:before { content: "\f174"; }
.flaticon2-sea-ship-with-containers:before { content: "\f175"; }
.flaticon2-transport-2:before { content: "\f176"; }
.flaticon2-transport-1:before { content: "\f177"; }
.flaticon2-transport:before { content: "\f178"; }
.flaticon2-motorcyle:before { content: "\f179"; }
.flaticon2-race-bike:before { content: "\f17a"; }
.flaticon2-single-motorbike:before { content: "\f17b"; }
.flaticon2-quad-1:before { content: "\f17c"; }
.flaticon2-quad:before { content: "\f17d"; }
.flaticon2-motorcycle-1:before { content: "\f17e"; }
.flaticon2-motorcycle:before { content: "\f17f"; }
.flaticon2-ship-1:before { content: "\f180"; }
.flaticon2-helm:before { content: "\f181"; }
.flaticon2-yacht:before { content: "\f182"; }
.flaticon2-ship:before { content: "\f183"; }
.flaticon2-bicycle:before { content: "\f184"; }
/*!/wp-content/cache/asset-cleanup/css/item/carspot__css__custom_icons-css-vbb70ac95b19dcb37c665c2bbce65e5277b4c0561.css*/
/*!/wp-content/themes/carspot/css/custom_icons.css*/@font-face{font-family:'downtown-icons';src:url("/wp-content/themes/carspot/css/../fonts/downtown-icons.eot?-ba5cwy");src:url("/wp-content/themes/carspot/css/../fonts/downtown-icons.eot?#iefix-ba5cwy") format("embedded-opentype"), url("/wp-content/themes/carspot/css/../fonts/mc-categories.woff2?-ba5cwy") format("woff2"), url("/wp-content/themes/carspot/css/../fonts/downtown-icons.ttf?-ba5cwy") format("truetype"), url("/wp-content/themes/carspot/css/../fonts/mc-categories.woff?-ba5cwy") format("woff");font-weight:normal;font-style:normal;font-display:auto;}
.icon-tennis:before,
.icon-skiing:before,
.icon-skin-care:before,
.icon-soccer:before,
.icon-social-services:before,
.icon-specialty-food-stores:before,
.icon-specialty-schools:before,
.icon-sport-clubs:before,
.icon-sporting-goods:before,
.icon-storage:before,
.icon-swimming-and-diving:before,
.icon-talent-agencies:before,
.icon-tanning-salons:before,
.icon-tattoos-and-piercings:before,
.icon-taxes:before,
.icon-taxi-services:before,
.icon-telecommunications:before,
.icon-telephone:before,
.icon-theatre:before,
.icon-tires:before,
.icon-title-companies:before,
.icon-tour-operators:before,
.icon-tourist-attractions:before,
.icon-towing:before,
.icon-toys-and-games:before,
.icon-trade-shows:before,
.icon-traffic-schools:before,
.icon-trailers-dealers-and-service:before,
.icon-transportation:before,
.icon-travel-agents:before,
.icon-travel-and-lodging:before,
.icon-tree-service:before,
.icon-trophies-and-awards:before,
.icon-trucks:before,
.icon-tutoring:before,
.icon-utilities:before,
.icon-vacation-rentals:before,
.icon-video:before,
.icon-waste-management:before,
.icon-weapons:before,
.icon-weddings:before,
.icon-welding-services:before,
.icon-window-treatments:before,
.icon-womens-health:before,
.icon-writers:before,
.icon-zoos-and-gardens:before,
.icon-philanthropy:before,
.icon-photocopying:before,
.icon-photography:before,
.icon-planned-communities:before,
.icon-plumbing-heating-and-air:before,
.icon-pools-spas-and-saunas:before,
.icon-post-offices:before,
.icon-postal-services:before,
.icon-preschools:before,
.icon-printing-and-publishing:before,
.icon-printing:before,
.icon-private-investigation:before,
.icon-private-schools:before,
.icon-produce-retailers:before,
.icon-producers:before,
.icon-professional-services:before,
.icon-property-management:before,
.icon-publishing:before,
.icon-racing:before,
.icon-real-estate-agents:before,
.icon-real-estate-appraisal:before,
.icon-real-estate-inspection:before,
.icon-real-estate-investments:before,
.icon-real-estate:before,
.icon-recreation-centers:before,
.icon-recreation:before,
.icon-recreational-vehicles:before,
.icon-religion-and-spirituality:before,
.icon-relocation-services:before,
.icon-rental-agencies:before,
.icon-rental:before,
.icon-repair-and-service:before,
.icon-restaurant-equipment-and-services:before,
.icon-restaurants:before,
.icon-retail-shopping:before,
.icon-retirement-apartments-and-hotels:before,
.icon-safety:before,
.icon-schools-public-and-academic:before,
.icon-science-and-technology:before,
.icon-security:before,
.icon-senior-services:before,
.icon-shipping:before,
.icon-shopping-and-errand-services:before,
.icon-shopping-venues:before,
.icon-skating:before,
.icon-jewelry-and-watches:before,
.icon-K-12:before,
.icon-laboratories:before,
.icon-law-enforcement:before,
.icon-law-firms:before,
.icon-lawn-and-garden:before,
.icon-legal-and-financial:before,
.icon-legal-services:before,
.icon-libraries:before,
.icon-limos-and-shuttles:before,
.icon-locksmiths:before,
.icon-luggage-and-accessories:before,
.icon-manufacturing-and-industrial-supplies:before,
.icon-marinas:before,
.icon-martial:before,
.icon-mass-transit:before,
.icon-meats:before,
.icon-medical-supplies:before,
.icon-mental-health:before,
.icon-military:before,
.icon-mobile-home-parks:before,
.icon-motor-scooters:before,
.icon-motorcycles:before,
.icon-movies-and-film:before,
.icon-museums-and-galleries:before,
.icon-music:before,
.icon-nail-care:before,
.icon-news-and-media:before,
.icon-notaries:before,
.icon-nursing-homes:before,
.icon-office-supplies-and-equipment:before,
.icon-office-supplies-and-services:before,
.icon-organic-foods:before,
.icon-other-organizations:before,
.icon-other-real-estate:before,
.icon-other-sports:before,
.icon-outdoor-parks:before,
.icon-paranormal-phenomena:before,
.icon-parking-services:before,
.icon-parts:before,
.icon-party-rentals:before,
.icon-passports-and-visas:before,
.icon-pawnbrokers:before,
.icon-pest-control:before,
.icon-pharmacies:before,
.icon-financing:before,
.icon-fingerprinting:before,
.icon-fire-protection:before,
.icon-first-aid:before,
.icon-fishing:before,
.icon-fitness:before,
.icon-florists:before,
.icon-flowers:before,
.icon-food-and-agriculture:before,
.icon-food-and-dining:before,
.icon-food-and-produce-wholesale:before,
.icon-food-services:before,
.icon-footwear:before,
.icon-fragrances:before,
.icon-fund-transfer-services:before,
.icon-funerals-and-memorials:before,
.icon-furniture:before,
.icon-gifts:before,
.icon-golf:before,
.icon-government-and-law:before,
.icon-government:before,
.icon-grocery-stores:before,
.icon-gymnastics:before,
.icon-hair:before,
.icon-health-and-beauty:before,
.icon-health-and-medicine:before,
.icon-hobbies:before,
.icon-home-and-garden-lighting:before,
.icon-home-and-garden:before,
.icon-home-builders:before,
.icon-home-decor:before,
.icon-home-electronics:before,
.icon-home-repair-and-improvement:before,
.icon-hospitals-and-medical-centers:before,
.icon-hotels-and-lodging:before,
.icon-housewares:before,
.icon-housing:before,
.icon-hunting-and-shooting:before,
.icon-immigration-services:before,
.icon-importers:before,
.icon-information-and-referral:before,
.icon-insurance:before,
.icon-internet-services:before,
.icon-investment-services:before,
.icon-cosmetologists:before,
.icon-country-clubs:before,
.icon-court-reporting-services:before,
.icon-courts-of-law:before,
.icon-credit-and-debt-services:before,
.icon-credit-reporting-agencies:before,
.icon-credit-unions:before,
.icon-cruises:before,
.icon-culinary-schools:before,
.icon-cycling:before,
.icon-dance:before,
.icon-dating-services:before,
.icon-day-spas:before,
.icon-dealers:before,
.icon-dental:before,
.icon-design:before,
.icon-diet-centers:before,
.icon-disabled-services:before,
.icon-doctors-and-clinics:before,
.icon-domestic-violence-information-and-treatment:before,
.icon-drug-stores:before,
.icon-education-and-training:before,
.icon-education:before,
.icon-educational-materials-and-supplies:before,
.icon-educational-services:before,
.icon-electronics:before,
.icon-employment:before,
.icon-energy-and-mining:before,
.icon-engineers:before,
.icon-entertainers:before,
.icon-entertainment-and-arts:before,
.icon-entertainment-and-recreation:before,
.icon-entertainment-venues:before,
.icon-environmental-services:before,
.icon-equestrian:before,
.icon-escrow-legal-services:before,
.icon-escrow-services:before,
.icon-event-planners:before,
.icon-events-and-occasions:before,
.icon-eviction-service:before,
.icon-eye:before,
.icon-family-services:before,
.icon-fast-food:before,
.icon-finance-and-investment:before,
.icon-finance-and-taxation:before,
.icon-beverages:before,
.icon-boating:before,
.icon-bookstores:before,
.icon-bowling:before,
.icon-business-organizations:before,
.icon-business-services:before,
.icon-camping:before,
.icon-candy-and-sweets:before,
.icon-car-accessories:before,
.icon-car-driving-schools:before,
.icon-car-security:before,
.icon-car-transport:before,
.icon-car-washes:before,
.icon-care-providers:before,
.icon-carpets-and-rugs:before,
.icon-cash-and-check-advances:before,
.icon-catering-services:before,
.icon-charter-buses:before,
.icon-child-care-services:before,
.icon-city-hall:before,
.icon-cleaning-services:before,
.icon-clothing-and-apparel:before,
.icon-clothing:before,
.icon-colleges-and-universities:before,
.icon-communications-and-media:before,
.icon-communications-and-networking:before,
.icon-community-centers:before,
.icon-community:before,
.icon-computer-graphics:before,
.icon-computer-multimedia:before,
.icon-computer-rental:before,
.icon-computer-repair:before,
.icon-computer-services:before,
.icon-computer-software:before,
.icon-computer-stores:before,
.icon-computers-and-electronics:before,
.icon-condominiums:before,
.icon-construction-and-real-estate:before,
.icon-construction-materials-and-equipment:before,
.icon-consulting:before,
.icon-continuing-education:before,
.icon-convenience-stores:before,
.icon-corporate-housing:before,
.icon-correctional-institutions:before,
.icon-cosmetics:before,
.icon-abuse-treatment:before,
.icon-accountant-brokers:before,
.icon-accounting-and-bookkeeping:before,
.icon-advertising:before,
.icon-airlines:before,
.icon-airports:before,
.icon-all-terrain-vehicles:before,
.icon-alternative-medicine:before,
.icon-amusement-parks:before,
.icon-animal-and-humane-societies:before,
.icon-animals-and-pets:before,
.icon-antique:before,
.icon-antiques-and-collectibles:before,
.icon-apartments:before,
.icon-appliances:before,
.icon-arbitration-and-mediation:before,
.icon-archery:before,
.icon-artists:before,
.icon-arts-and-crafts:before,
.icon-auctioneers:before,
.icon-auto-appraisers:before,
.icon-auto-conversions:before,
.icon-auto-detailing:before,
.icon-auto-fuel-and-oil:before,
.icon-auto-painting:before,
.icon-auto-repair-and-service:before,
.icon-auto-wreckers:before,
.icon-auto:before,
.icon-automobile-inspection-service:before,
.icon-automobile-tags-and-titles:before,
.icon-automotive-supplies:before,
.icon-autos-wholesale:before,
.icon-baby-accessories-and-services:before,
.icon-bail-bonds:before,
.icon-banking-services:before,
.icon-banks:before,
.icon-banquet-rooms:before,
.icon-barbers:before,
.icon-bars-pubs-and-clubs:before,
.icon-baseball:before,
.icon-bath-and-body-products:before,
.icon-beauty-salons:before,
.icon-beauty-supplies:before,
.icon-bed-and-bath:before,
.icon-beverage-and-drinks:before {
    font-family: 'downtown-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-tennis:before {
    content: "\e740"
}

.icon-skiing:before {
    content: "\e600"
}

.icon-skin-care:before {
    content: "\e601"
}

.icon-soccer:before {
    content: "\e604"
}

.icon-social-services:before {
    content: "\e605"
}

.icon-specialty-food-stores:before {
    content: "\e606"
}

.icon-specialty-schools:before {
    content: "\e607"
}

.icon-sport-clubs:before {
    content: "\e608"
}

.icon-sporting-goods:before {
    content: "\e609"
}

.icon-storage:before {
    content: "\e60a"
}

.icon-swimming-and-diving:before {
    content: "\e60b"
}

.icon-talent-agencies:before {
    content: "\e60c"
}

.icon-tanning-salons:before {
    content: "\e60d"
}

.icon-tattoos-and-piercings:before {
    content: "\e60e"
}

.icon-taxes:before {
    content: "\e60f"
}

.icon-taxi-services:before {
    content: "\e610"
}

.icon-telecommunications:before {
    content: "\e611"
}

.icon-telephone:before {
    content: "\e612"
}

.icon-theatre:before {
    content: "\e613"
}

.icon-tires:before {
    content: "\e614"
}

.icon-title-companies:before {
    content: "\e615"
}

.icon-tour-operators:before {
    content: "\e616"
}

.icon-tourist-attractions:before {
    content: "\e617"
}

.icon-towing:before {
    content: "\e618"
}

.icon-toys-and-games:before {
    content: "\e619"
}

.icon-trade-shows:before {
    content: "\e61a"
}

.icon-traffic-schools:before {
    content: "\e61b"
}

.icon-trailers-dealers-and-service:before {
    content: "\e61c"
}

.icon-transportation:before {
    content: "\e61d"
}

.icon-travel-agents:before {
    content: "\e61e"
}

.icon-travel-and-lodging:before {
    content: "\e61f"
}

.icon-tree-service:before {
    content: "\e620"
}

.icon-trophies-and-awards:before {
    content: "\e621"
}

.icon-trucks:before {
    content: "\e622"
}

.icon-tutoring:before {
    content: "\e623"
}

.icon-utilities:before {
    content: "\e624"
}

.icon-vacation-rentals:before {
    content: "\e625"
}

.icon-video:before {
    content: "\e626"
}

.icon-waste-management:before {
    content: "\e627"
}

.icon-weapons:before {
    content: "\e628"
}

.icon-weddings:before {
    content: "\e629"
}

.icon-welding-services:before {
    content: "\e62a"
}

.icon-window-treatments:before {
    content: "\e62b"
}

.icon-womens-health:before {
    content: "\e62c"
}

.icon-writers:before {
    content: "\e62d"
}

.icon-zoos-and-gardens:before {
    content: "\e62e"
}

.icon-philanthropy:before {
    content: "\e62f"
}

.icon-photocopying:before {
    content: "\e630"
}

.icon-photography:before {
    content: "\e631"
}

.icon-planned-communities:before {
    content: "\e632"
}

.icon-plumbing-heating-and-air:before {
    content: "\e633"
}

.icon-pools-spas-and-saunas:before {
    content: "\e634"
}

.icon-post-offices:before {
    content: "\e635"
}

.icon-postal-services:before {
    content: "\e636"
}

.icon-preschools:before {
    content: "\e637"
}

.icon-printing-and-publishing:before {
    content: "\e638"
}

.icon-printing:before {
    content: "\e639"
}

.icon-private-investigation:before {
    content: "\e63a"
}

.icon-private-schools:before {
    content: "\e63b"
}

.icon-produce-retailers:before {
    content: "\e63c"
}

.icon-producers:before {
    content: "\e63d"
}

.icon-professional-services:before {
    content: "\e63e"
}

.icon-property-management:before {
    content: "\e63f"
}

.icon-publishing:before {
    content: "\e640"
}

.icon-racing:before {
    content: "\e641"
}

.icon-real-estate-agents:before {
    content: "\e642"
}

.icon-real-estate-appraisal:before {
    content: "\e643"
}

.icon-real-estate-inspection:before {
    content: "\e644"
}

.icon-real-estate-investments:before {
    content: "\e645"
}

.icon-real-estate:before {
    content: "\e646"
}

.icon-recreation-centers:before {
    content: "\e647"
}

.icon-recreation:before {
    content: "\e648"
}

.icon-recreational-vehicles:before {
    content: "\e649"
}

.icon-religion-and-spirituality:before {
    content: "\e64a"
}

.icon-relocation-services:before {
    content: "\e64b"
}

.icon-rental-agencies:before {
    content: "\e64c"
}

.icon-rental:before {
    content: "\e64d"
}

.icon-repair-and-service:before {
    content: "\e64e"
}

.icon-restaurant-equipment-and-services:before {
    content: "\e64f"
}

.icon-restaurants:before {
    content: "\e650"
}

.icon-retail-shopping:before {
    content: "\e651"
}

.icon-retirement-apartments-and-hotels:before {
    content: "\e652"
}

.icon-safety:before {
    content: "\e653"
}

.icon-schools-public-and-academic:before {
    content: "\e654"
}

.icon-science-and-technology:before {
    content: "\e655"
}

.icon-security:before {
    content: "\e656"
}

.icon-senior-services:before {
    content: "\e657"
}

.icon-shipping:before {
    content: "\e658"
}

.icon-shopping-and-errand-services:before {
    content: "\e659"
}

.icon-shopping-venues:before {
    content: "\e65a"
}

.icon-skating:before {
    content: "\e65b"
}

.icon-jewelry-and-watches:before {
    content: "\e65c"
}

.icon-K-12:before {
    content: "\e65d"
}

.icon-laboratories:before {
    content: "\e65e"
}

.icon-law-enforcement:before {
    content: "\e65f"
}

.icon-law-firms:before {
    content: "\e660"
}

.icon-lawn-and-garden:before {
    content: "\e661"
}

.icon-legal-and-financial:before {
    content: "\e662"
}

.icon-legal-services:before {
    content: "\e663"
}

.icon-libraries:before {
    content: "\e664"
}

.icon-limos-and-shuttles:before {
    content: "\e665"
}

.icon-locksmiths:before {
    content: "\e666"
}

.icon-luggage-and-accessories:before {
    content: "\e667"
}

.icon-manufacturing-and-industrial-supplies:before {
    content: "\e668"
}

.icon-marinas:before {
    content: "\e669"
}

.icon-martial:before {
    content: "\e66a"
}

.icon-mass-transit:before {
    content: "\e66b"
}

.icon-meats:before {
    content: "\e66c"
}

.icon-medical-supplies:before {
    content: "\e66d"
}

.icon-mental-health:before {
    content: "\e66e"
}

.icon-military:before {
    content: "\e66f"
}

.icon-mobile-home-parks:before {
    content: "\e670"
}

.icon-motor-scooters:before {
    content: "\e671"
}

.icon-motorcycles:before {
    content: "\e672"
}

.icon-movies-and-film:before {
    content: "\e673"
}

.icon-museums-and-galleries:before {
    content: "\e674"
}

.icon-music:before {
    content: "\e675"
}

.icon-nail-care:before {
    content: "\e676"
}

.icon-news-and-media:before {
    content: "\e677"
}

.icon-notaries:before {
    content: "\e678"
}

.icon-nursing-homes:before {
    content: "\e67d"
}

.icon-office-supplies-and-equipment:before {
    content: "\e67e"
}

.icon-office-supplies-and-services:before {
    content: "\e67f"
}

.icon-organic-foods:before {
    content: "\e680"
}

.icon-other-organizations:before {
    content: "\e681"
}

.icon-other-real-estate:before {
    content: "\e682"
}

.icon-other-sports:before {
    content: "\e683"
}

.icon-outdoor-parks:before {
    content: "\e684"
}

.icon-paranormal-phenomena:before {
    content: "\e685"
}

.icon-parking-services:before {
    content: "\e686"
}

.icon-parts:before {
    content: "\e687"
}

.icon-party-rentals:before {
    content: "\e688"
}

.icon-passports-and-visas:before {
    content: "\e689"
}

.icon-pawnbrokers:before {
    content: "\e68a"
}

.icon-pest-control:before {
    content: "\e68b"
}

.icon-pharmacies:before {
    content: "\e68c"
}

.icon-financing:before {
    content: "\e68d"
}

.icon-fingerprinting:before {
    content: "\e68e"
}

.icon-fire-protection:before {
    content: "\e68f"
}

.icon-first-aid:before {
    content: "\e690"
}

.icon-fishing:before {
    content: "\e691"
}

.icon-fitness:before {
    content: "\e692"
}

.icon-florists:before {
    content: "\e693"
}

.icon-flowers:before {
    content: "\e694"
}

.icon-food-and-agriculture:before {
    content: "\e695"
}

.icon-food-and-dining:before {
    content: "\e696"
}

.icon-food-and-produce-wholesale:before {
    content: "\e697"
}

.icon-food-services:before {
    content: "\e698"
}

.icon-footwear:before {
    content: "\e699"
}

.icon-fragrances:before {
    content: "\e69a"
}

.icon-fund-transfer-services:before {
    content: "\e69b"
}

.icon-funerals-and-memorials:before {
    content: "\e69c"
}

.icon-furniture:before {
    content: "\e69d"
}

.icon-gifts:before {
    content: "\e69e"
}

.icon-golf:before {
    content: "\e69f"
}

.icon-government-and-law:before {
    content: "\e6a0"
}

.icon-government:before {
    content: "\e6a1"
}

.icon-grocery-stores:before {
    content: "\e6a2"
}

.icon-gymnastics:before {
    content: "\e6a3"
}

.icon-hair:before {
    content: "\e6a4"
}

.icon-health-and-beauty:before {
    content: "\e6a5"
}

.icon-health-and-medicine:before {
    content: "\e6a6"
}

.icon-hobbies:before {
    content: "\e6a7"
}

.icon-home-and-garden-lighting:before {
    content: "\e6a8"
}

.icon-home-and-garden:before {
    content: "\e6a9"
}

.icon-home-builders:before {
    content: "\e6aa"
}

.icon-home-decor:before {
    content: "\e6ab"
}

.icon-home-electronics:before {
    content: "\e6ac"
}

.icon-home-repair-and-improvement:before {
    content: "\e6ad"
}

.icon-hospitals-and-medical-centers:before {
    content: "\e6ae"
}

.icon-hotels-and-lodging:before {
    content: "\e6af"
}

.icon-housewares:before {
    content: "\e6b0"
}

.icon-housing:before {
    content: "\e6b1"
}

.icon-hunting-and-shooting:before {
    content: "\e6b2"
}

.icon-immigration-services:before {
    content: "\e6b3"
}

.icon-importers:before {
    content: "\e6b4"
}

.icon-information-and-referral:before {
    content: "\e6b5"
}

.icon-insurance:before {
    content: "\e6b6"
}

.icon-internet-services:before {
    content: "\e6b7"
}

.icon-investment-services:before {
    content: "\e6b8"
}

.icon-cosmetologists:before {
    content: "\e6b9"
}

.icon-country-clubs:before {
    content: "\e6ba"
}

.icon-court-reporting-services:before {
    content: "\e6bb"
}

.icon-courts-of-law:before {
    content: "\e6bc"
}

.icon-credit-and-debt-services:before {
    content: "\e6bd"
}

.icon-credit-reporting-agencies:before {
    content: "\e6be"
}

.icon-credit-unions:before {
    content: "\e6bf"
}

.icon-cruises:before {
    content: "\e6c0"
}

.icon-culinary-schools:before {
    content: "\e6c1"
}

.icon-cycling:before {
    content: "\e6c2"
}

.icon-dance:before {
    content: "\e6c3"
}

.icon-dating-services:before {
    content: "\e6c4"
}

.icon-day-spas:before {
    content: "\e6c5"
}

.icon-dealers:before {
    content: "\e6c6"
}

.icon-dental:before {
    content: "\e6c7"
}

.icon-design:before {
    content: "\e6c8"
}

.icon-diet-centers:before {
    content: "\e6c9"
}

.icon-disabled-services:before {
    content: "\e6ca"
}

.icon-doctors-and-clinics:before {
    content: "\e6cb"
}

.icon-domestic-violence-information-and-treatment:before {
    content: "\e6cc"
}

.icon-drug-stores:before {
    content: "\e6cd"
}

.icon-education-and-training:before {
    content: "\e6ce"
}

.icon-education:before {
    content: "\e6cf"
}

.icon-educational-materials-and-supplies:before {
    content: "\e6d0"
}

.icon-educational-services:before {
    content: "\e6d1"
}

.icon-electronics:before {
    content: "\e6d2"
}

.icon-employment:before {
    content: "\e6d3"
}

.icon-energy-and-mining:before {
    content: "\e6d4"
}

.icon-engineers:before {
    content: "\e6d5"
}

.icon-entertainers:before {
    content: "\e6d6"
}

.icon-entertainment-and-arts:before {
    content: "\e6d7"
}

.icon-entertainment-and-recreation:before {
    content: "\e6d8"
}

.icon-entertainment-venues:before {
    content: "\e6d9"
}

.icon-environmental-services:before {
    content: "\e6da"
}

.icon-equestrian:before {
    content: "\e6db"
}

.icon-escrow-legal-services:before {
    content: "\e6dc"
}

.icon-escrow-services:before {
    content: "\e6dd"
}

.icon-event-planners:before {
    content: "\e6de"
}

.icon-events-and-occasions:before {
    content: "\e6df"
}

.icon-eviction-service:before {
    content: "\e6e0"
}

.icon-eye:before {
    content: "\e6e1"
}

.icon-family-services:before {
    content: "\e6e2"
}

.icon-fast-food:before {
    content: "\e6e3"
}

.icon-finance-and-investment:before {
    content: "\e6e4"
}

.icon-finance-and-taxation:before {
    content: "\e6e5"
}

.icon-beverages:before {
    content: "\e6e6"
}

.icon-boating:before {
    content: "\e6e7"
}

.icon-bookstores:before {
    content: "\e6e8"
}

.icon-bowling:before {
    content: "\e6e9"
}

.icon-business-organizations:before {
    content: "\e6ea"
}

.icon-business-services:before {
    content: "\e6eb"
}

.icon-camping:before {
    content: "\e6ec"
}

.icon-candy-and-sweets:before {
    content: "\e6ed"
}

.icon-car-accessories:before {
    content: "\e6ee"
}

.icon-car-driving-schools:before {
    content: "\e6ef"
}

.icon-car-security:before {
    content: "\e6f0"
}

.icon-car-transport:before {
    content: "\e6f1"
}

.icon-car-washes:before {
    content: "\e6f2"
}

.icon-care-providers:before {
    content: "\e6f3"
}

.icon-carpets-and-rugs:before {
    content: "\e6f4"
}

.icon-cash-and-check-advances:before {
    content: "\e6f5"
}

.icon-catering-services:before {
    content: "\e6f6"
}

.icon-charter-buses:before {
    content: "\e6f7"
}

.icon-child-care-services:before {
    content: "\e6f8"
}

.icon-city-hall:before {
    content: "\e6f9"
}

.icon-cleaning-services:before {
    content: "\e6fa"
}

.icon-clothing-and-apparel:before {
    content: "\e6fb"
}

.icon-clothing:before {
    content: "\e6fc"
}

.icon-colleges-and-universities:before {
    content: "\e6fd"
}

.icon-communications-and-media:before {
    content: "\e6fe"
}

.icon-communications-and-networking:before {
    content: "\e6ff"
}

.icon-community-centers:before {
    content: "\e700"
}

.icon-community:before {
    content: "\e701"
}

.icon-computer-graphics:before {
    content: "\e702"
}

.icon-computer-multimedia:before {
    content: "\e703"
}

.icon-computer-rental:before {
    content: "\e704"
}

.icon-computer-repair:before {
    content: "\e705"
}

.icon-computer-services:before {
    content: "\e706"
}

.icon-computer-software:before {
    content: "\e707"
}

.icon-computer-stores:before {
    content: "\e708"
}

.icon-computers-and-electronics:before {
    content: "\e709"
}

.icon-condominiums:before {
    content: "\e70a"
}

.icon-construction-and-real-estate:before {
    content: "\e70b"
}

.icon-construction-materials-and-equipment:before {
    content: "\e70c"
}

.icon-consulting:before {
    content: "\e70d"
}

.icon-continuing-education:before {
    content: "\e70e"
}

.icon-convenience-stores:before {
    content: "\e70f"
}

.icon-corporate-housing:before {
    content: "\e710"
}

.icon-correctional-institutions:before {
    content: "\e711"
}

.icon-cosmetics:before {
    content: "\e712"
}

.icon-abuse-treatment:before {
    content: "\e713"
}

.icon-accountant-brokers:before {
    content: "\e714"
}

.icon-accounting-and-bookkeeping:before {
    content: "\e715"
}

.icon-advertising:before {
    content: "\e716"
}

.icon-airlines:before {
    content: "\e717"
}

.icon-airports:before {
    content: "\e718"
}

.icon-all-terrain-vehicles:before {
    content: "\e719"
}

.icon-alternative-medicine:before {
    content: "\e71a"
}

.icon-amusement-parks:before {
    content: "\e71b"
}

.icon-animal-and-humane-societies:before {
    content: "\e71c"
}

.icon-animals-and-pets:before {
    content: "\e71d"
}

.icon-antique:before {
    content: "\e71e"
}

.icon-antiques-and-collectibles:before {
    content: "\e71f"
}

.icon-apartments:before {
    content: "\e720"
}

.icon-appliances:before {
    content: "\e721"
}

.icon-arbitration-and-mediation:before {
    content: "\e722"
}

.icon-archery:before {
    content: "\e723"
}

.icon-artists:before {
    content: "\e724"
}

.icon-arts-and-crafts:before {
    content: "\e725"
}

.icon-auctioneers:before {
    content: "\e726"
}

.icon-auto-appraisers:before {
    content: "\e727"
}

.icon-auto-conversions:before {
    content: "\e728"
}

.icon-auto-detailing:before {
    content: "\e729"
}

.icon-auto-fuel-and-oil:before {
    content: "\e72a"
}

.icon-auto-painting:before {
    content: "\e72b"
}

.icon-auto-repair-and-service:before {
    content: "\e72c"
}

.icon-auto-wreckers:before {
    content: "\e72d"
}

.icon-auto:before {
    content: "\e72e"
}

.icon-automobile-inspection-service:before {
    content: "\e72f"
}

.icon-automobile-tags-and-titles:before {
    content: "\e730"
}

.icon-automotive-supplies:before {
    content: "\e731"
}

.icon-autos-wholesale:before {
    content: "\e732"
}

.icon-baby-accessories-and-services:before {
    content: "\e733"
}

.icon-bail-bonds:before {
    content: "\e734"
}

.icon-banking-services:before {
    content: "\e735"
}

.icon-banks:before {
    content: "\e736"
}

.icon-banquet-rooms:before {
    content: "\e737"
}

.icon-barbers:before {
    content: "\e738"
}

.icon-bars-pubs-and-clubs:before {
    content: "\e739"
}

.icon-baseball:before {
    content: "\e73a"
}

.icon-bath-and-body-products:before {
    content: "\e73b"
}

.icon-beauty-salons:before {
    content: "\e73c"
}

.icon-beauty-supplies:before {
    content: "\e73d"
}

.icon-bed-and-bath:before {
    content: "\e73e"
}

.icon-beverage-and-drinks:before {
    content: "\e73f"
}
/*!/wp-content/themes/carspot/css/select2.min.css*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #ccc;border-radius:0px;height:55px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:50px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:50px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:inherit;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*!/wp-content/themes/carspot/css/nouislider.min.css*/
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#f58936;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}
/*!/wp-content/themes/carspot/css/rangeslider.min.css*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
/*!/wp-content/themes/carspot/css/owl.carousel.css*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/wp-content/themes/carspot/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*!/wp-content/themes/carspot/css/owl.theme.css*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
/*!/wp-content/themes/carspot/css/style-demo.css*/
/**
	sb - HTML header navigation menu
 	Copyright (c) 2019, Pophonic 
	
	Author: Pophonic
	Profile: https://codecanyon.net/user/pophonic
	
**/

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #717171;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
}

p {
	margin: 0 0 1.42857143em;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a:focus,
a:active {
	outline: none;
}

.box {
	margin-bottom: 30px;
}

.hero-banner {
	position: relative;
	display: table;
	width: 100%;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* === Only Firefox === */
@-moz-document url-prefix() {
	.hero-banner {
		height: 400px;
	}
}
/* === END === */

.hero-banner-bg-1 {
	background-image: url('/wp-content/themes/carspot/css/../demo/images/banner-img-01.jpg');
}

.hero-banner-bg-2 {
	background-image: url('/wp-content/themes/carspot/css/../demo/images/banner-img-02.jpg');
}

.hero-banner-bg-3 {
	background-image: url('/wp-content/themes/carspot/css/../demo/images/banner-img-03.jpg');
}

.hero-banner-bg-4 {
	background-image: url('/wp-content/themes/carspot/css/../demo/images/banner-img-04.jpg');
}

.hero-banner-bg-5 {
	background-image: url('/wp-content/themes/carspot/css/../demo/images/banner-img-05.jpg');
}

.hero-banner-bg-6 {
	background-image: url('/wp-content/themes/carspot/css/../demo/images/banner-img-06.jpg');
}

.hero-banner-bg-7 {
	background-image: url('/wp-content/themes/carspot/css/../demo/images/banner-img-07.jpg');
}

.hero-banner-bg-8 {
	background-image: url('/wp-content/themes/carspot/css/../demo/images/banner-img-08.jpg');
}

.hero-banner-bg-9 {
	background-image: url('/wp-content/themes/carspot/css/../demo/images/banner-img-09.jpg');
}

.hero-banner-bg-10 {
	background-image: url('/wp-content/themes/carspot/css/../demo/images/banner-img-10.jpg');
}

.hero-banner-bg-11 {
	background-image: url('/wp-content/themes/carspot/css/../demo/images/banner-img-11.jpg');
}

.hero-banner:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

.hero-banner.hero-banner-bg-7:after {
	background-color: rgba(0,0,0,0.25);
}

.hero-banner-inside {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	z-index: 1;
}

.banner-title {
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.banner-subtitle {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.button {
	display: inline;
	margin: 0 6px;
}

.button a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 123px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 20px;
	border-radius: 4px;

	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button a:hover {
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
}

.button.btn-color-1 a {
	background-color: #3aaee7;
}

.button.btn-color-2 a {
	background-color: #81c784;
}

.section {
	position: relative;
	padding: 100px 0;
}

.section-demo,
.section-hover-transitions,
.section-dropdown-menu {
	overflow: hidden;
}

.section-whatsnew {
	position: relative;
	color: #fff;
	background-color: #283593;
	overflow: hidden;
	padding-bottom: 0;
	padding: 80px 0 0;
}

.section-whatsnew > .container {
	position: relative;
	z-index: 1;
}

.section-whatsnew:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 40vw solid #80d4f9;
	border-left: 100vw solid transparent;
	opacity: 0.12;
	z-index: 0;
}

.section-features {
	background-color: #fff;
	padding-bottom: 30px;
}

.template-dark .section-features {
	background-color: #263238;
}

.section-demo {
	background-color: #3aaee7;
	padding-bottom: 35px;
}

.template-dark .section-demo {
	background-color: #0097a7;
}

.section-hover-transitions {
	background-color: #0277bd;
	padding-bottom: 35px;
}

.template-dark .section-hover-transitions {
	background-color: #263238;
}

.section-dropdown-menu {
	background-color: #005458;
	padding-bottom: 5px;
}

.divider {
	position: relative;
	width: 100%;
	height: 5px;
	margin: 0 0 30px;
}

.section-features .divider {
	margin: 0 0 80px;
}

.section-demo .divider,
.section-hover-transitions .divider,
.section-dropdown-menu .divider {
	margin: 0 0 40px;
}

.divider span {
	display: block;
	width: 86px;
	height: 5px;
	margin: auto;
	opacity: 0.25;
	background: url(/wp-content/themes/carspot/css/images/divider-style8-black.png) no-repeat;
}

.divider:before,
.divider:after {
	position: absolute;
	content: '';
	top: 2px;
	width: calc(50% - 50px);
	height: 1px;
	background-color: #e9e9e9;
}

.divider.divider-hidden-line:before,
.divider.divider-hidden-line:after {
	display: none !important;
}

.divider:before {
	left: 0;
}

.divider:after {
	right: 0;
}

.divider.divider-left span {
	margin: 0;
	float: left;
}

.divider.divider-right span {
	margin: 0;
	float: right;
}

.divider.divider-left:before,
.divider.divider-right:before {
	display: none;
}

.divider.divider-left:after,
.divider.divider-right:after {
	width: calc(100% - 93px);
}

.divider.divider-right:after {
	right: inherit;
	left: 0;
}

.divider.divider-light-color span {
	opacity: 0.34;
	background: url(/wp-content/themes/carspot/css/images/divider-style8-black.png) no-repeat;
}

.divider.divider-light-color:before,
.divider.divider-light-color:after {
	background-color: rgba(33,33,33,0.12);
}

.divider.divider-dark-color span {
	opacity: 1;
	background: url(/wp-content/themes/carspot/css/images/divider-style8-white.png) no-repeat;
}

.divider.divider-dark-color:before,
.divider.divider-dark-color:after {
	background-color: rgba(255,255,255,0.5);
}

.divider.divider-dark span {
	opacity: 0.7;
	background: url(/wp-content/themes/carspot/css/images/divider-style8-white.png) no-repeat;
}

.divider.divider-dark:before,
.divider.divider-dark:after {
	background-color: #5e5e5e;
}

.section-title {
	font-size: 28px;
	font-weight: 800;
	color: #212121;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
	letter-spacing: 3px;
}

.section-title-light {
	color: #fff;
}

.icon-list-wrapper {
	text-align: center;
	padding-bottom: 20px;
}

.icon-list-wrapper h4 {
	color: #212121;
}

.icon-list-wrapper .icon-list-icon {
	margin-bottom: 42px;
}

.icon-list-wrapper .icon-list-icon span {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.icon-list-wrapper .icon-list-icon img {
	width: 50px;
}

.icon-list-wrapper h4 {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 8px;
	color: #212121;
}

.icon-list-wrapper.icon-dark p {
	color: #a1a1a1;
}

.icon-list-wrapper.icon-dark h4,
.icon-list-wrapper.icon-color-bg h4 {
	color: #fff;
}

.icon-list-wrapper.icon-dark .icon-list-icon span {
	color: rgba(255,255,255,0.6);
}

.icon-list-wrapper.icon-color-bg .icon-list-icon span {
	color: #fff;
}

.thumbnail-wrapper {
	position: relative;
}

.thumbnail-wrapper img {
	width: 100%;
}

.thumbnail-wrapper figure,
.coming-soon img {
	position: relative;

	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active figure {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);

	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
}

.thumbnail-wrapper figure:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active figure:before {
	opacity: 1;
}

.thumb-btn-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}

.thumb-btn-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.btn-vertical-mid {
	display: table-cell;
	vertical-align: middle;
}

.thumb-btn-wrapper .button {
	display: block;
	margin: 10px 0;
}

.thumb-btn-wrapper .button a {
	width: 183px;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 15px;
	white-space: nowrap;
}

.thumb-btn-wrapper .button.btn-sm-text a {
	font-size: 11px;
	padding: 12px 15px 11px;
}

.btn-light-custom a {
	color: #111111;
	background: #fff;
}

.btn-dark-custom a {
	background: #030303;
}

.btn-color-custom a {
	background: #3aaee7;
}

.btn-img-custom a {
	background: url('/wp-content/themes/carspot/css/images/btn-bg-image.jpg') no-repeat center;
	background-size: cover;
}

.thumbnail-wrapper .thumb-btn-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active .thumb-btn-wrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.thumb-title {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0 54px;
	padding: 0 10px;
}

.footer {
	text-align: center;
	background: #0a0a0a;
	padding: 80px 0;
}

.footer-logo {
	margin-bottom: 19px;
}

.footer-desc {
	font-size: 14px;
	font-weight: 500;
	color: #717171;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.footer-info-wrapper:before,
.footer-info-wrapper:after {
	display: block;
	content: '';
	width: 1px;
	height: 40px;
	background: #717171;
	margin-left: auto;
	margin-right: auto;
}

.footer-info-wrapper:before {
	margin-bottom: 40px;
}

.footer-info-wrapper:after {
	margin-top: 35px;
}

.copyright {
	text-align: center;
	/*background: #000;*/
	font-size: 12px;
	color: #717171;
	padding: 15px 0;
}

.copyright a {
	color: #717171;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.copyright a:hover {
	color: #bdbdbd;
}

.section-next-update {
	background: url('/wp-content/themes/carspot/css/../demo/images/landingpage-update-bg-2.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 80px;
}
/*
.section-next-update:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 0;
}
*/
.section-next-update > .container {
	position: relative;
	z-index: 1;
}

.section-next-update .section-title {
	font-size: 38px;
}

.section-next-update .divider {
	margin-bottom: 40px;
}

.next-update-img {
	text-align: center;
	margin-bottom: 15px;
}

.next-update-call-action {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #0a0a0a;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.next-update-call-action span {
	font-weight: 700;
	color: #fff;
}

.next-update-desc {
	text-align: center;
	color: #eeeeee;
	margin-bottom: 35px;
}

.module-subscribe input {
	border-radius: 0;
}

.module-subscribe .subscribe-email {
	float: left;
	width: calc(100% - 120px);
	height: 43px;
	border: none;
	padding: 0 20px;
	font-size: 13px;
	background-color: #fff;
}

.module-subscribe .subscribe-submit {
	float: right;
	position: relative;
	width: 120px;
	background-color: #81c784;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.module-subscribe .subscribe-submit:hover {
	background-color: #78ba7b;
}

.module-subscribe .subscribe-button {
	position: relative;
	width: 100%;
	height: 43px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border: none;
	background-color: transparent;
	padding: 0 15px;
	z-index: 1;
	cursor: pointer;
}

.module-subscribe .subscribe-email:focus,
.module-subscribe .subscribe-button:focus {
	outline: 0;
}

.module-subscribe .subscribe-submit:hover .button-hover {
	opacity: 1;
}

.module-subscribe.subscribe-round .subscribe-email {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.module-subscribe.subscribe-round .subscribe-submit {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.module-subscribe .form-loading {
	display: none;
	margin: 15px 0 0 20px;
}

.module-subscribe .list3 {
	font-size: 13px;
	margin: 15px 0 0;
	padding: 0 0 0 20px;
	color: #c1c1c1;
}

/* ===== Placeholder color ===== */
.module-subscribe .placeholder {
	color: #999999;
}

.module-subscribe input:-ms-input-placeholder {
	color: #999999;
}

.module-subscribe input::-webkit-input-placeholder {
    color: #999999;
}

.module-subscribe input:-moz-placeholder {
    color: #515151;
}

.module-subscribe input::-moz-placeholder {
    color: #515151;
}
/* ===== End ===== */

.hero-banner-main {
	background-color: #283593;
	background-image: url('/wp-content/themes/carspot/css/../demo/images/landingpage-header.jpg');
	background-attachment: fixed;
	padding: 60px 0 80px;
	overflow-x: hidden;
	overflow-y: auto;
}

.hero-banner-main:after {
	display: none;
}

.hero-main-img {
	position: relative;
	left: -15%;
	margin-bottom:50px;
}

.hero-banner-main .button.btn-color-1 a {
	background: #202020;
}

.hero-main-img-inner img {
	width: 100%;
}

.current-version {
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: lowercase !important;
	background: #4dd0e2;
	padding: 4px 8px 3px 10px;
	border-radius: 12px;
}

.version-mobile {
	display: inline-block;
	margin-bottom: 15px;
}

.version-desktop {
	display: none;
}

.whatsnew-title-wrapper {
	position: relative;
	padding: 0 15px;
}

.whatsnew-title {
	position: relative;
	z-index: 1;
	padding: 0;
	white-space: nowrap;
}

.whatsnew-title .divider {
	margin-bottom: 50px;
}

.section-whatsnew .section-title {
	font-size: 36px;
	text-align: center;
	letter-spacing: 0;
}
/*
.whatsnew-version {
	font-family: 'Fira Sans', sans-serif;
	font-size: 120px;
	font-weight: 900;
	line-height: 1em;
	position: absolute;
	top: -55px;
	left: 0;
	color: rgba(255,255,255,0.2);
	z-index: 0;
}
*/
.whatsnew-list {
	padding: 0 15px;
	margin: 0 0 60px;
}

.whatsnew-list li {
	position: relative;
	padding: 0 30px 0 35px;
	margin-bottom: 30px;
}

.whatsnew-list li:last-child {
	margin-bottom: 0;
}

.whatsnew-list-icon {
	position: absolute;
	top: 2px;
	left: 0;
}

.whatsnew-list-icon img {
	width: 23px;
	height: auto;
}

.whatsnew-list-desc {
	color: #e1e1e1;
}

.thumb-title span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	padding: 3px 8px;
	margin-left: 10px;
	border-radius: 10px;
	background: #aed582;
}

.sb-side-content .fullwidth-items .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.recent-cars-list .list-card .cont-left img{
	width: 100px;
	height: 90px;
}


/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */
@media (min-width: 480px) {
	.icon-list-wrapper {
		display: table-cell;
		width: 100%;
		text-align: inherit;
	}
	.icon-list-wrapper .icon-list-icon,
	.icon-list-wrapper .icon-list-details {
		display: table-cell;
		vertical-align: top;
	}
	.icon-list-wrapper .icon-list-icon {
		width: 80px;
		margin: 0;
	}
	.icon-list-wrapper .icon-list-details {
		padding: 0 0 0 20px;
	}
}

@media (min-width: 768px) {
	.hero-banner {
		min-height: 700px;
	}
	.sb-side-content .hero-banner {
		min-height: 680px;
	}
	.banner-title {
		font-size: 52px;
		margin-bottom: 40px;
	}
	.banner-subtitle {
		font-size: 33px;
		letter-spacing: 5.5px;
		margin-bottom: -12px;
	}
	.section-next-update .section-title {
		font-size: 60px;
	}
	.next-update-call-action {
		font-size: 30px;
		letter-spacing: 1px;
		margin-bottom: 4px;
	}
	.next-update-img {
		margin-bottom: 10px;
	}
	.hero-banner-main {
		padding: 60px 0 100px;
	}
	.whatsnew-title {
		padding: 15px 0 0;
	}
	.whatsnew-title .divider {
		margin-bottom: 60px;
	}
	.section-whatsnew .section-title {
		font-size: 52px;
		letter-spacing: 2px;
	}
	.whatsnew-list,
	.whatsnew-title-wrapper {
		padding: 0 30px;
	}
	.whatsnew-list li {
		padding: 0 30px 0 40px;
	}
}

@media (min-width: 1200px) {
	.banner-offset-top .banner-subtitle {
		margin-top: 70px;
	}
	.landing-page .sb-menu > ul > li:hover > a {
		color: rgba(255,255,255,0.8) !important;
	}
	.landing-page .sticky .sb-menu > ul > li:hover > a {
		color: rgba(33,33,33,0.8) !important;
	}
	.hero-banner-main {
		padding: 50px 0 40px;
	}
	.hero-banner-main .hero-banner-inside {
		display: table;
		width: 100%;
		text-align: left;
	}
	.hero-banner-main .button {
		text-align: center;
	}
	.hero-main-img {
		display: table-cell;
		left: 0;
		margin-bottom: 0;
		width: 60%;
	}
	.hero-main-info {
		display: table-cell;
		vertical-align: bottom;
		width: 40%;
		padding: 0 7.5% 100px 90px;
	}
	.hero-banner-main .banner-title {
		line-height: 1.1em;
		margin-bottom: 45px;
	}
	.hero-banner-main .banner-subtitle {
		margin-bottom: -2px;
	}
	.hero-main-img-inner {
		margin-top: -20px;
		margin-left: -50%;
	}
	.version-mobile {
		display: none;
	}
	.version-desktop {
		display: inline;
		position: relative;
		top: -7px;
		left: 13px;
	}
	.whatsnew-mockup-col {
		position: relative;
	}
	.whatsnew-mockup {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 960px;
	}
	.section-whatsnew:after {
		left: 12%;
		border-bottom: 43vw solid #80d4f9;
		border-left: 100vw solid transparent;
	}
	.section-whatsnew .section-title {
		font-size: 52px;
		text-align: left;
	}
	.whatsnew-title .divider {
		display: none;
	}
	.whatsnew-list {
		margin: 35px 0 93px;
	}
}

@media (min-width: 1400px) {
	.hero-main-img-inner {
		margin-top: 0px;
		margin-left: -30%;
	}
	.whatsnew-mockup {
		left: 40px;
	}
}

@media (min-width: 1600px) {
	.hero-main-img-inner {
		margin-left: -20%;
	}
	.whatsnew-mockup {
		left: 65px;
	}
	.section-whatsnew:after {
		left: 18%;
		border-bottom: 40vw solid #80d4f9;
	}
}

@media (min-width: 1800px) {
	.hero-main-img-inner {
		margin-left: -10%;
	}
	.section-whatsnew:after {
		border-bottom: 35vw solid #80d4f9;
	}
}
/*!/wp-content/themes/carspot/css/sb.menu.css*/
/**
	sb - HTML header navigation menu - v1.3.1
 	Copyright (c) 2019, Pophonic
	
	Author: Pophonic
	Profile: https://codecanyon.net/user/pophonic
	
**/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
Default settings
Header sticky
Center menu
Dark version navigation menu
Header transparent
Hover transitions
Submenu
Submenu transitions
Menu overlay
Menu slide
Mega menu
Fixed sidebar menu
Menu icons
Media queries for responsive design
--------------------------------------------------------------*/


/* =============================================
Default settings
================================================ */

.sb-header,
.sb-header * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sb-header:before,
.sb-header:after,
.sb-header *:before,
.sb-header *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sb-header {
    position: relative;
    font-size: 16px;
    line-height: 1.42857143;
    background-color: #fff;
    z-index: 99999;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.sb-header ul {
    margin-bottom: inherit;
}

.sb-header img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.sb-header a:hover,
.sb-header a:focus,
.sb-header a:active {
    text-decoration: none;
}

.sb-header a:focus,
.sb-header a:active {
    outline: none;
}

.sb-header-container {
    position: relative;
}

.sb-header-overlay .sb-header-container {
    position: inherit;
}

.sb-header .logo {
    text-align: center;
    padding: 30px 40px;
}

.sb-header .logo img {
    max-width: 100%;
    height: auto;
}

.burger-menu {
    position: absolute;
    top: 35px;
    right: 14px;
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.line-menu {
    background-color: #111111;
    border-radius: 2px;
    width: 100%;
    height: 3px;
}

.line-menu.line-half {
    width: 50%;
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

.sb-menu>ul {
    display: none;
    padding: 0 0 20px;
}

.sb-menu ul li {
    position: relative;
}

.sb-menu ul li>a {
    display: block;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #212121;
    padding: 14px 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sb-menu ul li.current-menu>a,
.sb-menu ul li:hover>a {
    color: #26c6da;
    background-color: #f6f6f6;
}

.sb-menu ul ul li>a {
    font-size: 14px;
    font-style: italic;
    text-transform: inherit;
    background-color: #efefef;
    padding: 14px 15px 14px 30px;
}

.sb-menu ul ul ul li>a {
    padding: 14px 15px 14px 45px;
}

.sb-menu ul ul li:hover>a {
    background-color: #efefef;
}

.dropdown-plus {
    width: 49px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.dropdown-plus:before,
.dropdown-plus:after {
    position: absolute;
    content: '';
    top: 24px;
    right: 18px;
    width: 13px;
    height: 1px;
    background-color: #111111;
}

.dropdown-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sb-menu li>ul,
.dropdown-plus.dropdown-open:after {
    display: none;
}

.header-shadow-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    z-index: -1;
}

.header-shadow-wrapper:after {
    display: block;
    position: relative;
    content: "";
    width: 100%;
    height: 60px;
    top: -60px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}


/* =============================================
Center menu
================================================ */

.logoCenter {
    display: none;
}

.center-menu-1 .sb-menu>ul:first-child {
    padding: 0;
}


/* =============================================
Dark version navigation menu
================================================ */

.sb-header.header-dark {
    background-color: #111111;
}

.sb-header.header-dark .line-menu,
.sb-header.header-dark .dropdown-plus:before,
.sb-header.header-dark .dropdown-plus:after {
    background-color: #fff;
}

.header-dark .sb-menu ul li>a {
    color: #fff;
}

.header-dark .sb-menu ul li.current-menu>a,
.header-dark .sb-menu ul li:hover>a {
    color: #26c6da;
    background-color: #313131;
}

.header-dark .sb-menu ul ul li>a {
    color: #c1c1c1;
    background-color: #212121;
}


/* =============================================
Menu overlay
================================================ */

.sb-header-overlay {
    position: absolute;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.sb-header-overlay img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.sb-header-overlay a:hover,
.sb-header-overlay a:focus,
.sb-header-overlay a:active {
    text-decoration: none;
}

.sb-header-overlay a:focus,
.sb-header-overlay a:active {
    outline: none;
}

.sb-header-overlay .logo {
    position: absolute;
    top: 30px;
    left: 15px;
    z-index: 2;
}

.sb-header-overlay .burger-menu,
.sb-fixed-sidebar+.burger-menu {
    display: block;
    position: fixed;
    flex-direction: inherit;
    justify-content: inherit;
    width: 50px;
    height: 47px;
    top: 30px;
    right: 15px;
    background: #111111;
    padding: 15px;
    z-index: 99999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sb-header-overlay .burger-menu:hover {
    -webkit-box-shadow: 0px 0px 25px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 25px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 25px -1px rgba(0, 0, 0, 0.4);
}

.sb-header-overlay .burger-menu>span,
.sb-fixed-sidebar+.burger-menu>span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 17px;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.sb-header-overlay .line-menu,
.sb-fixed-sidebar+.burger-menu .line-menu {
    background-color: #fff;
}

.sb-header-overlay .burger-menu.menu-open,
.sb-fixed-sidebar+.burger-menu.menu-open {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.sb-header-overlay .menu-open>span,
.sb-fixed-sidebar+.menu-open>span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-menu-wrapper.overlay-menu-open {
    visibility: visible;
    opacity: 1;
}

.sb-menu-overlay {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.sb-menu-overlay>ul {
    padding: 80px 0 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.sb-menu-overlay ul li a {
    font-family: 'Fira Sans', sans-serif;
    text-decoration: none;
}

.sb-menu-overlay>ul>li {
    position: relative;
    padding: 0 65px 0 15px;
    margin-bottom: 12px;
}

.sb-menu-overlay>ul>li:last-child {
    margin-bottom: 0;
}

.sb-menu-overlay>ul>li>.menu-overlay-link a {
    display: inline-block;
    color: #212121;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2em;
    text-transform: uppercase;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.sb-menu-overlay>ul>li.current-menu>.menu-overlay-link a,
.sb-menu-overlay>ul>li>.menu-overlay-link a:hover,
.overlay-menu-hover>.menu-overlay-link a,
.overlay-dropdown-plus:hover+a {
    color: #26c6da !important;
}

.overlay-dropdown-plus {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 6px;
    right: 30px;
    opacity: 0;
    cursor: pointer;
}

.overlay-dropdown-plus:before,
.overlay-dropdown-plus:after {
    position: absolute;
    content: '';
    top: 9px;
    right: 5px;
    width: 10px;
    height: 2px;
    background-color: #616161;
}

.overlay-dropdown-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sb-menu-overlay>ul>li>ul {
    display: none;
    padding: 10px 0 20px;
}

.overlay-dropdown-plus.overlay-dropdown-open:after {
    display: none;
}

.sb-menu-overlay>ul>li.menuFade>.menu-overlay-link a,
.sb-menu-overlay>ul>li.menuFade>ul,
.sb-menu-overlay>ul>li.menuFade>.menu-overlay-link .overlay-dropdown-plus {
    opacity: 0;
}


/* ===== IE Only ===== */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .sb-menu-overlay>ul>li.menuSlideIn>ul {
        opacity: 1;
    }
}

@supports (-ms-accelerator:true) {
    .sb-menu-overlay>ul>li.menuSlideIn>ul {
        opacity: 1;
    }
}


/* ===== End ===== */

.sb-menu-overlay>ul>li li,
.sb-menu-overlay>ul ul {
    display: inline;
}

.sb-menu-overlay>ul ul li {
    margin-left: 32px;
}

.sb-menu-overlay>ul ul li a {
    font-size: 14px;
    font-style: italic;
    color: #818181;
    white-space: nowrap;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.sb-menu-overlay>ul ul li a:hover {
    color: #26c6da !important;
}

.sb-menu-overlay>ul>li>ul>li,
.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li>ul li {
    position: relative;
}

.sb-menu-overlay>ul>li>ul>li:after,
.sb-header-overlay.menu-slide .sb-menu-overlay>ul ul li a::before {
    position: absolute;
    content: "";
    top: 3px;
    left: -18px;
    width: 1px;
    height: 13px;
    background: #d1d1d1;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sb-menu-overlay>ul>li>ul>li:first-child {
    margin-left: 0;
}

.sb-menu-overlay>ul>li>ul>li:first-child:after {
    display: none;
}

.sb-menu-overlay.submenu-no-separate>ul>li>ul li:after,
.sb-header-overlay.menu-slide .sb-menu-overlay.submenu-no-separate>ul ul li a::before {
    display: none !important;
}

.sb-menu-overlay.submenu-no-separate>ul ul li {
    margin-left: 20px;
}

@-webkit-keyframes menuFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-80px, 0, 0);
        transform: translate3d(-80px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes menuFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-80px, 0, 0);
        transform: translate3d(-80px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.sb-menu-overlay>ul>li.menuSlideIn>.menu-overlay-link a,
.sb-menu-overlay>ul>li.menuSlideIn>ul {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menuFadeInLeft;
    animation-name: menuFadeInLeft;
}


/* ===== IE Only ===== */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .sb-menu-overlay>ul>li.menuSlideIn>ul {
        animation-name: menuFadeIn;
    }
}

@supports (-ms-accelerator:true) {
    .sb-menu-overlay>ul>li.menuSlideIn>ul {
        animation-name: menuFadeIn;
    }
}


/* ===== End ===== */

@-webkit-keyframes menuFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes menuFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.sb-menu-overlay>ul>li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menuFadeIn;
    animation-name: menuFadeIn;
}

.sb-menu-overlay>ul>li.menuSlideOut .menu-overlay-link .overlay-dropdown-plus {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: subMenuFadeOut;
    animation-name: subMenuFadeOut;
}

.overlay-center-menu .sb-menu-overlay>ul>li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.overlay-center-menu .sb-menu-overlay>ul>li.menuSlideIn>.menu-overlay-link a,
.overlay-center-menu .sb-menu-overlay>ul>li.menuSlideIn>ul {
    -webkit-animation-name: menuFadeIn;
    animation-name: menuFadeIn;
}

@-webkit-keyframes subMenuFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes subMenuFadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.overlay-submenu-close>li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: subMenuFadeOut;
    animation-name: subMenuFadeOut;
}


/* ========== Submenu vertical ========== */

.submenu-vertical>ul ul li {
    margin-left: 0 !important;
}

.submenu-vertical>ul>li>ul li,
.submenu-vertical>ul>li>ul ul {
    display: block;
}

.submenu-vertical>ul>li>ul>li:after {
    display: none;
}

.submenu-vertical>ul>li>ul li {
    position: relative;
    margin-bottom: 5px;
}

.submenu-vertical>ul>li>ul li:last-child {
    margin-bottom: 0 !important;
}

.submenu-vertical>ul>li ul {
    position: relative;
    right: -30px;
    padding-right: 30px !important;
}

.submenu-vertical>ul>li>ul ul {
    display: none;
    padding-top: 5px;
}

.submenu-vertical>ul>li.menuFade>ul {
    opacity: 1;
}

.submenu-vertical>ul>li.menuSlideIn>ul {
    -webkit-animation-name: none;
    animation-name: none;
}

.submenu-vertical>ul>li.menuSlideIn ul:not(.overlay-submenu-close) a {
    display: inline-block;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menuFadeInLeft;
    animation-name: menuFadeInLeft;
}

.submenu-vertical>ul>li ul:not(.overlay-submenu-close) a {
    opacity: 0;
}

.submenu-vertical>ul>li>ul li .overlay-dropdown-plus {
    top: 1px;
    right: -35px;
}

.submenu-vertical>ul>li.menuSlideOut li a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: subMenuFadeOut;
    animation-name: subMenuFadeOut;
}

.overlay-center-menu .submenu-vertical>ul>li>ul li .overlay-dropdown-plus {
    right: -30px;
}

.overlay-center-menu .submenu-vertical>ul>li ul {
    right: 0 !important;
    padding-right: 0px !important;
}

.overlay-center-menu .submenu-vertical>ul>li.menuSlideIn ul:not(.overlay-submenu-close) a {
    -webkit-animation-name: menuFadeIn;
    animation-name: menuFadeIn;
}


/* ========== END ========== */

.menu-social-media {
    position: absolute;
    right: 0;
    bottom: 24px;
    font-size: 0;
    width: 100%;
    text-align: right;
    padding: 0 65px;
}

.menu-social-media a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 0 6px 6px;
    border: 3px solid #212121;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.menu-social-media a:hover {
    opacity: 0.8;
}

.menu-social-media a img {
    position: absolute;
    height: 14px;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-dark .nav-menu-wrapper {
    background-color: #111111;
}

.sb-header-overlay.header-dark .burger-menu.menu-open {
    background-color: #000;
}

.overlay-center-menu .menu-social-media {
    text-align: center;
    padding: 0 15px;
}

.overlay-center-menu .menu-social-media a {
    margin: 0 3px 6px;
}

.overlay-center-menu .sb-menu-overlay>ul {
    text-align: center;
}

.overlay-center-menu .sb-menu-overlay>ul>li {
    padding: 0 15px;
}

.overlay-center-menu .sb-menu-overlay>ul>li>ul {
    padding: 15px 0 21px;
}

.overlay-center-menu .menu-overlay-link {
    position: relative;
    display: inline-block;
}

.overlay-center-menu .overlay-dropdown-plus {
    right: -30px;
}

.header-dark .sb-menu-overlay>ul>li>.menu-overlay-link a {
    color: #fff;
}

.header-dark .overlay-dropdown-plus:before,
.header-dark .overlay-dropdown-plus:after {
    background-color: #717171;
}

.header-dark .sb-menu-overlay>ul ul li a {
    color: #a1a1a1;
}

.header-dark .sb-menu-overlay>ul>li>ul>li:after,
.menu-slide.header-dark .sb-menu-overlay>ul ul li a::before {
    background-color: #515151 !important;
}

.header-dark .menu-social-media a {
    border-color: #fff;
    opacity: 0.2;
}

.header-dark .menu-social-media a:hover {
    opacity: 1;
}

.header-color-bg .nav-menu-wrapper {
    background-color: #006aa1;
}

.header-color-bg .sb-menu-overlay>ul>li>.menu-overlay-link a {
    color: #fff;
}

.header-color-bg .overlay-dropdown-plus:before,
.header-color-bg .overlay-dropdown-plus:after,
.header-color-bg .sb-menu-overlay>ul>li>ul li:after,
.menu-slide.header-color-bg .sb-menu-overlay>ul ul li a::before {
    background-color: #fff !important;
}

.header-color-bg .sb-menu-overlay>ul ul li a {
    color: #fff;
}

.header-color-bg .menu-social-media a {
    border-color: #fff;
}

.header-color-bg .sb-menu-overlay>ul>li.current-menu>.menu-overlay-link a,
.header-color-bg .overlay-menu-hover>.menu-overlay-link a,
.header-color-bg .overlay-dropdown-plus:hover+a {
    color: #fff !important;
}

.header-color-bg .sb-menu-overlay>ul>li>.menu-overlay-link a:hover,
.header-color-bg .sb-menu-overlay>ul ul li a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.header-bg-image .nav-menu-wrapper {
    background-color: inherit;
    background-image: url('/wp-content/themes/carspot/css/../examples/demo/images/overlay-menu-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-bg-image .sb-menu-overlay>ul>li>.menu-overlay-link a {
    color: #fff;
}

.header-bg-image .overlay-dropdown-plus:before,
.header-bg-image .overlay-dropdown-plus:after {
    background-color: #fff;
}

.header-bg-image .sb-menu-overlay>ul ul li a {
    color: rgba(255, 255, 255, 0.6);
}

.header-bg-image .sb-menu-overlay>ul>li>ul>li:after {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.header-bg-image .menu-social-media a {
    border-color: #fff;
}

.header-bg-image .menu-social-media a:hover {
    opacity: 0.6;
}


/* =============================================
Menu slide
================================================ */

.sb-header-overlay.menu-slide .nav-menu-wrapper {
    width: 320px;
    left: inherit;
    right: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.sb-header-overlay.menu-slide .nav-menu-wrapper.overlay-menu-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: -15px 0px 60px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -15px 0px 60px -5px rgba(0, 0, 0, 0.3);
    box-shadow: -15px 0px 60px -5px rgba(0, 0, 0, 0.3);
}

.slidemenu-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.overlay-menu-open+.slidemenu-bg-overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sb-header-overlay.menu-slide .sb-menu-overlay.submenu-no-separate>ul ul li a {
    padding-left: 15px;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul {
    display: block;
    text-align: left;
    padding: 120px 0 100px;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li {
    padding: 0 35px 0 30px;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li ul .overlay-dropdown-plus {
    top: -1px;
    right: -5px;
}

.sb-header-overlay.menu-slide .sb-menu-overlay .menu-overlay-link {
    padding-right: 30px;
}

.sb-header-overlay.menu-slide .menu-social-media {
    right: inherit;
    left: 0;
    text-align: left;
    padding: 0 30px;
}

.sb-header-overlay.menu-slide .menu-social-media a {
    margin: 0 6px 6px 0;
}

@-webkit-keyframes menuFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes menuFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li.menuSlideIn>ul {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li.menuSlideIn>.menu-overlay-link a,
.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li.menuSlideIn ul:not(.overlay-submenu-close) a {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: menuFadeInRight;
    animation-name: menuFadeInRight;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul ul:not(.overlay-submenu-close) a {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li li {
    display: block;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li>ul {
    padding-top: 25px;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li>ul ul {
    display: none;
    padding-top: 5px;
    padding-left: 20px;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li>ul li {
    margin-left: 0 !important;
    margin-bottom: 5px;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul>li>ul>li:after {
    display: none;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul ul li a:hover {
    padding-left: 30px;
}

.sb-header-overlay.menu-slide .sb-menu-overlay.submenu-no-separate>ul ul li a:hover {
    padding-left: 25px;
}

.sb-header-overlay.menu-slide .sb-menu-overlay>ul ul li a::before {
    top: 2px;
    left: 5px;
}


/* =============================================
Mega menu
================================================ */

.sb-menu .mega-menu-container ul li {
    position: relative;
}

.sb-menu .mega-menu-container ul li a {
    font-style: inherit;
    color: inherit;
    background-color: inherit;
    padding: inherit;
}

.header-dark .sb-menu .mega-menu-container ul li a,
.sb-menu .mega-menu-container ul li:hover a {
    background-color: inherit;
}

.sb-menu .mega-menu-container {
    padding: 15px 30px 0;
}

.sb-menu .mega-menu>ul .dropdown-plus {
    display: none;
}

.sb-menu .mega-menu-box {
    margin-bottom: 30px;
}

.sb-menu .mega-menu-heading {
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    color: #212121;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.sb-menu .mega-menu-heading a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.header-dark .sb-menu .mega-menu-heading a {
    color: #fff;
}

.sb-menu .mega-menu-desc {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.42857143;
    color: #818181;
}

.sb-menu .mega-menu-container li>ul {
    display: block;
}

.sb-menu ul.mega-menu-list li a {
    font-size: 14px;
    font-style: italic;
    color: #818181;
    padding: 5px 0;
}

.sb-menu .mega-menu-heading a:hover,
.sb-menu ul.mega-menu-list li a:hover {
    color: #26c6da;
}

.sb-menu ul.mega-menu-list ul {
    padding-left: 15px !important;
}

.sb-menu .mega-menu-thumbnail {
    margin-bottom: 20px;
}

.sb-menu .mega-menu-thumbnail img {
    width: 100%;
    height: auto;
}

.sb-menu .mega-menu-thumbnail>a {
    display: block;
    position: relative;
}

.sb-menu .mega-menu-thumbnail>a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.sb-menu .mega-menu-thumbnail:hover>a:before {
    background-color: rgba(0, 0, 0, 0.2);
}


/* =============================================
Fixed sidebar menu
================================================ */

.body-fixed-sidebar {
    overflow-x: hidden;
}

.sb-fixed-sidebar {
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 9999999;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-sidebar-left {
    left: 0;
    -webkit-box-shadow: 2px 0px 12px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 0px 12px -2px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 2px 0px 12px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0px 12px -2px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.sb-sidebar-right {
    right: 0;
    -webkit-box-shadow: -2px 0px 12px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 0px 12px -2px rgba(0, 0, 0, 0.15);
    -o-box-shadow: -2px 0px 12px -2px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 0px 12px -2px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.sb-sidebar-left.fixed-sidebar-open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.sb-sidebar-right.fixed-sidebar-open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.sb-fixed-sidebar .sb-header-container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 28px;
}

.sb-fixed-sidebar .menu-social-media {
    position: inherit;
    bottom: inherit;
    align-self: flex-end;
    padding: 0 0 30px !important;
    text-align: left;
}

.sb-fixed-sidebar .menu-social-media a {
    margin: 0 6px 6px 0;
}

.sb-fixed-sidebar .menu-social-media a:last-child {
    margin-right: 0;
}

.sb-fixed-sidebar+.burger-menu {
    z-index: 9999999;
}

.sb-sidebar-left+.burger-menu {
    top: 0;
    right: inherit;
    left: 0;
}

.sb-sidebar-right+.burger-menu {
    top: 0;
    right: 0;
}

.fixedsidebar-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sb-side-content {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sb-sidebar-left.fixed-sidebar-open~.sb-side-content {
    -webkit-transform: translateX(125px);
    -moz-transform: translateX(125px);
    -o-transform: translateX(125px);
    transform: translateX(125px);
}

.sb-sidebar-right.fixed-sidebar-open~.sb-side-content {
    -webkit-transform: translateX(-125px);
    -moz-transform: translateX(-125px);
    -o-transform: translateX(-125px);
    transform: translateX(-125px);
}

.sb-fixed-sidebar .logo {
    display: none;
    padding: 70px 0;
}

.sb-side-content>.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 47px;
    padding: 0 50px;
    z-index: 99999;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 12px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 12px -2px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 2px 12px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 12px -2px rgba(0, 0, 0, 0.15);
}

.sb-side-content>.logo img {
    max-width: inherit;
    max-height: 47px;
    width: auto;
}

.fixed-sidebar-open~.fixedsidebar-bg-overlay {
    visibility: visible;
    opacity: 1;
}

.fixed-menu-wrap {
    width: 100%;
}


/* ========== Navigation menu ========== */

.sb-menu-fixed {
    padding-top: 90px;
}

.sb-menu-fixed ul li {
    position: relative;
}

.sb-menu-fixed ul li a {
    font-family: 'Fira Sans', sans-serif;
    display: block;
    padding-right: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sb-menu-fixed>ul>li.current-menu>a,
.sb-menu-fixed ul li:hover>a {
    color: #26c6da !important;
}

.sb-menu-fixed>ul {
    margin-bottom: 40px;
}

.sb-menu-fixed>ul>li {
    margin-bottom: 14px;
}

.sb-menu-fixed>ul>li:last-child {
    margin-bottom: 0;
}

.sb-menu-fixed>ul>li>a {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
}

.sb-menu-fixed>ul ul {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.sb-menu-fixed>ul ul.submenu-collapse {
    opacity: 1;
}

.sb-menu-fixed>ul ul li {
    margin-bottom: 6px;
}

.sb-menu-fixed>ul ul li:last-child {
    margin-bottom: 0;
}

.sb-menu-fixed>ul ul a {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    font-style: italic;
    color: #818181;
}

.sb-menu-fixed>ul ul a::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 4px;
    width: 1px;
    height: 12px;
    background-color: #d1d1d1;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sb-menu-fixed>ul ul a:hover {
    padding-left: 24px;
}

.sb-menu-fixed>ul>li>ul {
    padding: 27px 0 15px;
}

.sb-menu-fixed>ul>li>ul ul {
    padding-top: 6px;
}

.sb-menu-fixed>ul>li>ul>li ul {
    padding-left: 18px;
}

.sb-menu-fixed .overlay-dropdown-plus {
    top: -1px;
    right: -7px;
    opacity: 1;
}

.sb-menu-fixed>ul ul .overlay-dropdown-plus {
    top: -3px;
}

.sb-menu-fixed.submenu-no-separate>ul ul a::before {
    display: none !important;
}

.sb-menu-fixed.submenu-no-separate>ul ul a,
.sb-menu-fixed.submenu-no-separate>ul>li>ul>li ul {
    padding-left: 12px;
}

.sb-menu-fixed.submenu-no-separate>ul ul a:hover {
    padding-left: 18px;
}


/* ========== END ========== */


/* ========== Color scheme ========== */

.sb-fixed-sidebar.sidebar-dark,
.sidebar-dark~.sb-side-content>.logo {
    background-color: #111111;
}

.sb-fixed-sidebar.sidebar-dark .menu-social-media a {
    border-color: #fff;
    opacity: 0.2;
}

.sb-fixed-sidebar.sidebar-dark .menu-social-media a:hover {
    opacity: 1;
}

.sidebar-dark .sb-menu-fixed>ul>li>a {
    color: #fff;
}

.sidebar-dark .sb-menu-fixed>ul ul a {
    color: #a1a1a1;
}

.sidebar-dark .sb-menu-fixed>ul ul a::before {
    background-color: #515151;
}

.sidebar-dark .overlay-dropdown-plus:before,
.sidebar-dark .overlay-dropdown-plus:after {
    background-color: #717171;
}

.sb-fixed-sidebar.sidebar-color-bg,
.sidebar-color-bg~.sb-side-content>.logo {
    background-color: #006aa1;
}

.sb-fixed-sidebar.sidebar-color-bg .menu-social-media a {
    border-color: #fff;
}

.sidebar-color-bg .sb-menu-fixed>ul>li>a,
.sidebar-color-bg .sb-menu-fixed>ul ul a {
    color: #fff !important;
}

.sidebar-color-bg .sb-menu-fixed>ul ul a::before,
.sidebar-color-bg .overlay-dropdown-plus:before,
.sidebar-color-bg .overlay-dropdown-plus:after {
    background-color: #fff;
}

.sidebar-color-bg .sb-menu-fixed ul li a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}


/* ========== END ========== */


/* =============================================
Menu icons
================================================ */

.sb-menu .sb-menu-icon {
    margin-right: 5px;
    color: #a1a1a1;
}

.sb-menu ul li>a .sb-menu-icon,
.sb-menu .mega-menu-heading a .sb-menu-icon {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.sb-menu ul li.current-menu>a .sb-menu-icon,
.sb-menu ul li:hover>a .sb-menu-icon,
.sb-menu .mega-menu-heading a:hover .sb-menu-icon {
    color: #26c6da !important;
}

.header-dark .sb-menu .sb-menu-icon {
    color: #717171;
}

.sb-menu-overlay .sb-menu-icon {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.sb-menu-overlay>ul ul li a .sb-menu-icon {
    top: -1px;
    margin-right: 7px;
}

.menu-slide .sb-menu-overlay>ul ul li a .sb-menu-icon {
    margin-right: 5px;
}

.sb-menu-fixed .sb-menu-icon {
    margin-right: 5px;
}


/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */

@media (min-width: 768px) {
    .sb-header .logo {
        float: left;
        padding: 30px 40px 30px 0;
    }
    .sb-menu {
        clear: both;
    }
    .header-shadow-wrapper:after {
        -webkit-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
    }
    .sb-header-overlay .logo {
        left: 30px;
    }
    .sb-header-overlay .burger-menu {
        right: 30px;
    }
    .sb-menu-overlay>ul>li {
        padding: 0 110px 0 30px;
        margin-bottom: 16px;
    }
    .overlay-center-menu .sb-menu-overlay>ul>li {
        padding: 0 30px;
    }
    .overlay-dropdown-plus {
        width: 24px;
        height: 24px;
        line-height: 24px;
        top: 7px;
        right: 43px;
    }
    .overlay-dropdown-plus:before,
    .overlay-dropdown-plus:after {
        top: 11px;
        right: 7px;
    }
    .sb-menu-overlay>ul>li>.menu-overlay-link a {
        font-size: 34px;
    }
    .sb-menu-overlay>ul ul li a {
        font-size: 16px;
    }
    .sb-menu-overlay>ul ul li {
        margin-left: 42px;
    }
    .sb-menu-overlay>ul>li>ul>li:after {
        top: 1px;
        left: -23px;
        height: 16px;
    }
    .sb-menu-overlay>ul>li>ul {
        padding: 13px 0 16px;
    }
    .overlay-center-menu .sb-menu-overlay>ul>li>ul {
        padding: 18px 0 21px;
    }
    .overlay-center-menu .overlay-dropdown-plus {
        right: -42px;
    }
    .submenu-vertical>ul>li ul {
        right: -60px;
        padding-right: 60px !important;
    }
    .submenu-vertical>ul>li>ul li {
        margin-bottom: 7px;
    }
    .submenu-vertical>ul>li>ul ul {
        padding-top: 7px;
    }
    .submenu-vertical>ul>li>ul li .overlay-dropdown-plus {
        top: -2px;
        right: -67px;
    }
    .overlay-center-menu .submenu-vertical>ul>li>ul li .overlay-dropdown-plus {
        right: -42px;
    }
    .menu-social-media {
        bottom: 34px;
        padding: 0 110px;
    }
    .overlay-center-menu .menu-social-media {
        padding: 0 40px;
    }
    .sb-header-overlay.menu-slide .nav-menu-wrapper {
        width: 400px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay>ul {
        padding: 140px 0 100px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay>ul>li {
        margin-bottom: 14px;
        padding: 0 60px 0 45px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay>ul ul li a {
        padding-left: 23px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay.submenu-no-separate>ul ul li a {
        padding-left: 15px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay>ul ul li a:hover {
        padding-left: 33px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay.submenu-no-separate>ul ul li a:hover {
        padding-left: 25px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay>ul ul li a::before {
        left: 5px;
        height: 15px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay>ul>li>ul li {
        margin-bottom: 7px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay>ul>li>ul {
        padding: 28px 0 16px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay>ul>li>ul ul {
        padding-top: 7px;
        padding-left: 23px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay>ul>li ul .overlay-dropdown-plus {
        top: -2px;
        right: -17px;
    }
    .sb-header-overlay.menu-slide .menu-social-media {
        padding: 0 45px;
    }
    .sb-menu .mega-menu-media {
        display: table;
        width: 100%;
    }
    .sb-menu .mega-menu-media-img,
    .sb-menu .mega-menu-media-info {
        display: table-cell;
        vertical-align: top;
    }
    .sb-menu .mega-menu-media-img {
        width: 120px;
    }
    .sb-menu .mega-menu-media-img .mega-menu-thumbnail {
        margin-bottom: 0;
    }
    .sb-menu .mega-menu-media-img img {
        width: 100%;
        height: auto;
    }
    .sb-menu .mega-menu-media-info {
        padding-left: 20px;
    }
    .sb-menu-overlay .sb-menu-icon {
        margin-right: 12px;
    }
    .menu-slide .sb-menu-overlay .sb-menu-icon {
        margin-right: 10px;
    }
    .sb-menu-overlay>ul ul li a .sb-menu-icon {
        margin-right: 8px;
    }
    .sb-menu-overlay.submenu-no-separate>ul ul li {
        margin-left: 25px;
    }
}

@media (min-width: 1200px) {
    /* =============================================
	Viewport Breakpoint
	================================================ */
    .sb-header-container {
        height: 90px;
    }
    .sb-header-overlay .sb-header-container {
        height: auto;
    }
    .sb-header .logo {
        position: relative;
        padding: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .sb-header .logo img {
        max-width: inherit;
        max-height: 90px;
        width: auto;
    }
    .burger-menu {
        display: none;
    }
    .sb-menu {
        float: right;
        clear: inherit;
    }
    .sb-menu>ul {
        display: block !important;
        padding: 0;
        font-size: 0;
    }
    .sb-menu>ul>li {
        display: inline-block;
    }
    .sb-menu ul li {
        position: relative;
    }
    .sb-menu>ul>li>a {
        position: relative;
        height: 90px;
        line-height: 90px;
        box-sizing: border-box;
        white-space: nowrap;
        padding: 0 20px;
    }
    .sb-menu>ul>li:last-child>a {
        padding: 0 0 0 20px;
    }
    .sb-menu.menu-hover-2>ul>li:last-child>a,
    .sb-menu.menu-hover-3>ul>li:last-child>a,
    .sb-menu.menu-hover-4>ul>li:last-child>a,
    .center-menu-1 .sb-menu>ul>li:last-child>a,
    .center-menu-2 .sb-menu>ul>li:last-child>a {
        padding: 0 20px;
    }
    .sb-menu.separate-line.menu-hover-2>ul>li:last-child>a,
    .sb-menu.separate-line.menu-hover-3>ul>li:last-child>a,
    .sb-menu.separate-line.menu-hover-4>ul>li:last-child>a,
    .center-menu-1 .sb-menu.separate-line>ul>li:last-child>a,
    .center-menu-2 .sb-menu.separate-line>ul>li:last-child>a {
        padding: 0 28px;
    }
    .sb-menu ul li.current-menu>a,
    .sb-menu ul li:hover>a,
    .header-dark .sb-menu ul li.current-menu>a,
    .header-dark .sb-menu ul li:hover>a {
        background-color: inherit;
    }
    .dropdown-plus {
        display: none;
    }
    .sb-menu ul li.dropdown_menu>a>span:before {
        border-style: solid;
        border-width: 2px 2px 0 0;
        border-color: #c1c1c1;
        position: relative;
        content: '';
        display: inline-block;
        height: 4px;
        width: 4px;
        top: -3px;
        margin-left: 8px;
        box-sizing: content-box;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .header-dark .sb-menu ul li.dropdown_menu>a>span:before {
        border-color: #a1a1a1;
    }
    .sb-menu li>ul {
        display: block !important;
        position: absolute;
        width: 250px;
        top: 100%;
        left: 0;
        background-color: #fff;
        padding: 27px 0;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .header-dark .sb-menu li>ul {
        background-color: #111111;
    }
    .sb-menu li:hover>ul {
        visibility: visible;
        opacity: 1;
    }
    .sb-menu li.submenu-right>ul {
        left: inherit;
        right: 0;
    }
    .sb-menu li>ul ul {
        top: -27px;
        left: 100%;
    }
    .sb-menu li.submenu-right>ul ul {
        left: -100% !important;
    }
    .sb-menu ul ul li.dropdown_menu>a>span:before {
        float: right;
        top: 7px;
        right: -10px;
        margin: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .sb-menu ul ul li>a {
        position: relative;
        color: #818181;
        padding: 9px 35px 7px !important;
    }
    .sb-menu ul ul li>a,
    .sb-menu ul ul li:hover>a {
        color: #818181;
        background-color: transparent;
    }
    .header-dark .sb-menu ul ul li>a {
        color: #a1a1a1;
        background-color: transparent;
    }
    .header-dark .sb-menu ul ul li:hover>a {
        color: #fff;
        background-color: transparent;
    }
    .header-dark .sb-menu ul ul li:hover>a .sb-menu-icon {
        color: #fff !important;
    }
    .sb-menu ul ul li:hover>a {
        padding-left: 55px !important;
    }
    .sb-menu ul ul li>a:before {
        position: absolute;
        content: "";
        top: 17px;
        left: 35px;
        width: 0;
        height: 1px;
        background: #a1a1a1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .sb-menu ul ul li:hover>a:before {
        width: 10px;
    }
    .sb-menu ul li.dropdown_menu>a>span {
        display: none;
    }
    .sb-menu.menu-caret ul li.dropdown_menu>a>span {
        display: inline-block;
    }
    .sb-menu.menu-caret ul ul li.dropdown_menu>a>span {
        display: inline;
    }
    .sb-menu.separate-line>ul>li>a {
        position: relative;
    }
    .sb-menu.separate-line>ul>li>a:before {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        width: 1px;
        height: 20px;
        background: #eeeeee;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-dark .sb-menu.separate-line>ul>li>a:before {
        background: #333333;
    }
    .sb-menu.separate-line>ul>li:last-child>a:before {
        display: none;
    }
    .sb-menu.separate-line>ul>li>a {
        padding: 0 28px;
    }
    .sb-menu.separate-line>ul>li:last-child>a {
        padding: 0 0 0 28px;
    }
    /* =============================================
	Header sticky
	================================================ */
    .sb-header.sticky {
        position: fixed;
        width: 100%;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: stickyTransition;
        animation-name: stickyTransition;
    }
    .sb-header.sticky .sb-header-container {
        height: 70px;
    }
    .sb-header.sticky .sb-menu>ul>li>a {
        height: 70px;
        line-height: 70px;
    }
    .sb-header.sticky .logo {
        padding: 0 40px 0 0;
    }
    .sb-header.center-menu-1.sticky .logo {
        padding: 0;
    }
    .sb-header.sticky .logo img {
        max-height: 70px;
    }
    @-webkit-keyframes stickyTransition {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes stickyTransition {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    /* =============================================
	Center menu
	================================================ */
    .sb-header.center-menu-1 {
        position: relative;
    }
    .sb-header.center-menu-1.sticky {
        position: fixed;
    }
    .sb-header.center-menu-1 .sb-header-container>.logo {
        display: none;
    }
    .logoCenter {
        text-align: center;
        display: table-cell !important;
        vertical-align: middle;
    }
    .sb-header.center-menu-1 .logoCenter .logo {
        float: none;
        top: 0;
        width: inherit;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .center-menu-1 .sb-menu {
        display: table !important;
        float: none;
        width: 100%;
    }
    .center-menu-1 .sb-menu>ul {
        display: table-cell !important;
        vertical-align: top;
    }
    .center-menu-1 .sb-menu>ul:first-child {
        text-align: right;
        padding: 0 40px;
    }
    .center-menu-1 .sb-menu>ul:first-child ul {
        text-align: left;
    }
    .center-menu-1 .sb-menu>ul:last-child {
        text-align: left;
        padding: 0 40px;
    }
    .sb-header.center-menu-2 .sb-header-container {
        height: auto;
    }
    .sb-header.center-menu-2 .logo {
        float: none;
        top: 0;
        padding: 36px 30px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .sb-header.center-menu-2 .logo img {
        max-width: 100%;
        max-height: inherit;
        height: auto;
    }
    .center-menu-2 .sb-menu {
        float: none;
        text-align: center;
        border-top: 1px solid #e9e9e9;
    }
    .center-menu-2.header-dark .sb-menu {
        border-color: #333333;
    }
    .center-menu-2 .sb-menu li>ul {
        text-align: left;
    }
    .center-menu-2 .sb-menu>ul>li>a {
        height: 62px;
        line-height: 62px;
    }
    .sb-header.center-menu-2.sticky .logo {
        display: none;
    }
    .sb-header.center-menu-2.sticky .sb-menu {
        border: none;
    }
    /* =============================================
	Header transparent
	================================================ */
    .header-transparent-on .header-shadow-wrapper,
    .header-opacity-on .header-shadow-wrapper {
        display: none;
    }
    .sb-header.header-transparent-on,
    .sb-header.header-opacity-on {
        position: absolute;
        width: 100%;
        background-color: transparent;
    }
    .sb-header.header-opacity-on {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .header-transparent-on .sb-menu>ul>li>a,
    .header-opacity-on .sb-menu>ul>li>a {
        color: #f7f7f7;
    }
    .header-transparent-on .sb-menu>ul>li:hover>a,
    .header-transparent-on .sb-menu>ul>li.current-menu>a,
    .header-opacity-on .sb-menu>ul>li:hover>a,
    .header-opacity-on .sb-menu>ul>li.current-menu>a {
        color: #26c6da;
    }
    .header-transparent-on .sb-menu>ul>li.dropdown_menu>a>span:before,
    .header-opacity-on .sb-menu>ul>li.dropdown_menu>a>span:before {
        border-color: #f7f7f7;
    }
    .header-transparent-on.center-menu-2 .sb-menu {
        border-color: rgba(255, 255, 255, 0.25);
    }
    .header-opacity-on.center-menu-2 .sb-menu {
        border-color: rgba(255, 255, 255, 0.2);
    }
    .header-transparent-on .sb-menu.separate-line>ul>li>a:before {
        background: rgba(255, 255, 255, 0.25);
    }
    .header-opacity-on .sb-menu.separate-line>ul>li>a:before {
        background: rgba(255, 255, 255, 0.2);
    }
    .header-transparent-on .sb-menu>ul>li>a .sb-menu-icon,
    .header-opacity-on .sb-menu>ul>li>a .sb-menu-icon {
        color: rgba(255, 255, 255, 0.85);
    }
    /* =============================================
	Hover transitions
	================================================ */
    .sb-menu.menu-hover-2>ul>li.current-menu>a,
    .sb-menu.menu-hover-2>ul>li:hover>a {
        background-color: #f8f8f8;
        color: #212121;
    }
    .sb-menu.menu-hover-2>ul>li>a:after,
    .sb-menu.menu-hover-3>ul>li>a:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 3px;
        background: #26c6da;
        opacity: 0;
        z-index: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .sb-menu.menu-hover-2>ul>li.current-menu>a:after,
    .sb-menu.menu-hover-2>ul>li:hover>a:after {
        opacity: 1;
    }
    .sb-menu.menu-hover-3>ul>li.current-menu>a,
    .sb-menu.menu-hover-3>ul>li:hover>a {
        color: #212121;
    }
    .sb-menu.menu-hover-3>ul>li>a:after {
        width: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .sb-menu.menu-hover-3>ul>li.current-menu>a:after,
    .sb-menu.menu-hover-3>ul>li:hover>a:after {
        width: 100%;
        opacity: 1;
    }
    .sb-menu.menu-hover-4>ul>li>a>.hover-transition {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
    }
    .sb-menu.menu-hover-4>ul>li>a>.hover-transition:after {
        display: block;
        position: relative;
        content: "";
        width: calc(100% + 2px);
        height: 0;
        top: 50%;
        left: 50%;
        background: #26c6da;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .sb-menu.menu-hover-4>ul>li.current-menu>a>.hover-transition:after,
    .sb-menu.menu-hover-4>ul>li:hover>a>.hover-transition:after {
        opacity: 1;
        height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .sb-menu.menu-hover-4>ul>li>ul {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
    .sb-menu.menu-hover-4>ul>li:hover>ul {
        -webkit-transition-delay: 0.13s;
        -moz-transition-delay: 0.13s;
        -o-transition-delay: 0.13s;
        transition-delay: 0.13s;
    }
    .sb-menu.menu-hover-4>ul>li.current-menu>a,
    .sb-menu.menu-hover-4>ul>li:hover>a {
        color: #fff;
    }
    .sb-menu.menu-hover-4>ul>li.current-menu.dropdown_menu>a>span:before,
    .sb-menu.menu-hover-4>ul>li.dropdown_menu:hover>a>span:before {
        border-color: #fff;
    }
    .header-dark .sb-menu.menu-hover-2>ul>li.current-menu>a,
    .header-dark .sb-menu.menu-hover-2>ul>li:hover>a {
        background-color: #222222;
        color: #fff;
    }
    .header-dark .sb-menu.menu-hover-3>ul>li.current-menu>a,
    .header-dark .sb-menu.menu-hover-3>ul>li:hover>a {
        color: #fff;
    }
    .header-transparent-on .sb-menu.menu-hover-2>ul>li.current-menu>a,
    .header-transparent-on .sb-menu.menu-hover-2>ul>li:hover>a {
        background-color: rgba(255, 255, 255, 0.25);
        color: #f7f7f7;
    }
    .header-opacity-on .sb-menu.menu-hover-2>ul>li.current-menu>a,
    .header-opacity-on .sb-menu.menu-hover-2>ul>li:hover>a {
        background-color: rgba(255, 255, 255, 0.2);
        color: #f7f7f7;
    }
    .header-transparent-on .sb-menu.menu-hover-3>ul>li.current-menu>a,
    .header-transparent-on .sb-menu.menu-hover-3>ul>li:hover>a,
    .header-opacity-on .sb-menu.menu-hover-3>ul>li.current-menu>a,
    .header-opacity-on .sb-menu.menu-hover-3>ul>li:hover>a {
        color: #f7f7f7;
    }
    .sb-menu.menu-hover-4>ul>li.current-menu>a .sb-menu-icon,
    .sb-menu.menu-hover-4>ul>li:hover>a .sb-menu-icon {
        color: #fff !important;
    }
    .header-transparent-on .sb-menu.menu-hover-2>ul>li.current-menu>a .sb-menu-icon,
    .header-transparent-on .sb-menu.menu-hover-2>ul>li:hover>a .sb-menu-icon,
    .header-opacity-on .sb-menu.menu-hover-2>ul>li.current-menu>a .sb-menu-icon,
    .header-opacity-on .sb-menu.menu-hover-2>ul>li:hover>a .sb-menu-icon,
    .header-transparent-on .sb-menu.menu-hover-3>ul>li.current-menu>a .sb-menu-icon,
    .header-transparent-on .sb-menu.menu-hover-3>ul>li:hover>a .sb-menu-icon,
    .header-opacity-on .sb-menu.menu-hover-3>ul>li.current-menu>a .sb-menu-icon,
    .header-opacity-on .sb-menu.menu-hover-3>ul>li:hover>a .sb-menu-icon {
        color: rgba(255, 255, 255, 0.85) !important;
    }
    /* =============================================
	Submenu
	================================================ */
    .sb-menu.submenu-top-border li>ul {
        border-top: 3px solid #26c6da;
    }
    .sb-menu.submenu-top-border li>ul ul {
        top: -30px;
    }
    .sb-menu.submenu-list-border li>ul ul {
        top: -20px;
    }
    .sb-menu.submenu-top-border.submenu-list-border li>ul ul {
        top: -23px;
    }
    .sb-menu.submenu-list-border ul ul li>a {
        padding: 15px 35px 14px !important;
    }
    .sb-menu.submenu-list-border ul ul li:first-child>a {
        padding: 8px 35px 14px 35px !important;
    }
    .sb-menu.submenu-list-border ul ul li:last-child>a {
        padding: 15px 35px 8px 35px !important;
    }
    .sb-menu.submenu-list-border ul ul li:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 35px;
        right: 35px;
        height: 1px;
        background: #eeeeee;
    }
    .sb-menu.submenu-list-border ul ul li:last-child:after {
        display: none;
    }
    .sb-menu.submenu-list-border ul ul li:hover>a {
        padding-left: 55px !important;
    }
    .sb-menu.submenu-list-border ul ul li:nth-child(n+2)>a:before {
        top: 24px;
    }
    .header-dark .sb-menu.submenu-list-border ul ul li:after {
        background: #333333;
    }
    /* =============================================
	Submenu transitions
	================================================ */
    .sb-menu.submenu-flip li>ul {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .sb-menu.submenu-flip li:hover>ul {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .sb-menu.submenu-flip ul {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        -ms-perspective: 200px;
        perspective: 200px;
    }
    .sb-menu.submenu-flip ul li {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        -ms-perspective: 200px;
        perspective: 200px;
    }
    .sb-menu.submenu-scale li>ul {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .sb-menu.submenu-scale li.submenu-right ul {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    .sb-menu.submenu-scale li:hover>ul {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    /* =============================================
	Menu overlay
	================================================ */
    .sb-header-overlay .logo {
        top: 50px;
        left: 40px;
    }
    .sb-header-overlay .burger-menu {
        top: 40px;
        right: 40px;
    }
    .sb-menu-overlay>ul>li {
        padding: 0 130px 0 40px;
    }
    .overlay-center-menu .sb-menu-overlay>ul>li {
        padding: 0 40px;
    }
    .overlay-dropdown-plus {
        right: 53px;
    }
    .submenu-vertical>ul>li ul {
        right: -70px;
        padding-right: 70px !important;
    }
    .submenu-vertical>ul>li>ul li .overlay-dropdown-plus {
        right: -77px;
    }
    .sb-header-overlay.menu-slide .sb-menu-overlay>ul>li ul .overlay-dropdown-plus {
        right: -7px;
    }
    .menu-social-media {
        padding: 0 130px;
    }
    /* =============================================
	Mega menu
	================================================ */
    .sb-mega-menu.mega-menu-fullwidth .sb-header-container {
        position: inherit;
    }
    .sb-mega-menu .sb-header-container,
    .sb-mega-menu.mega-menu-fullwidth {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 200px;
        -ms-perspective: 200px;
        perspective: 200px;
    }
    .sb-menu .mega-menu-container {
        padding: 15px 15px 0;
    }
    .sb-mega-menu .sb-menu.submenu-flip>ul,
    .sb-mega-menu .sb-menu.submenu-flip ul li.mega-menu,
    .sb-mega-menu.mega-menu-fullwidth .sb-header-container {
        -webkit-transform-style: unset;
        transform-style: unset;
        -webkit-perspective: none;
        -ms-perspective: none;
        perspective: none;
    }
    .sb-menu.submenu-flip .mega-menu>ul {
        -webkit-perspective: inherit;
        -ms-perspective: inherit;
        perspective: inherit;
    }
    .sb-menu.submenu-scale li.mega-menu ul,
    .sb-menu.submenu-scale li.mega-menu.submenu-right ul {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    .sb-menu.submenu-scale .mega-menu-container li>ul {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .sb-menu.submenu-flip .mega-menu-container li>ul {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    .sb-menu ul li.mega-menu {
        position: inherit;
        font-size: initial;
    }
    .sb-menu li.mega-menu>ul {
        width: 100%;
        padding: 25px 20px 15px;
    }
    .sb-menu li.mega-menu:hover .mega-menu-container li>ul {
        visibility: visible;
        opacity: 1;
    }
    .sb-menu .mega-menu-container li ul,
    .sb-menu.submenu-top-border .mega-menu-container li ul,
    .sb-menu.submenu-list-border .mega-menu-container li ul {
        position: relative;
        top: 0 !important;
        left: inherit;
        width: 100%;
        border-top: none;
        padding: 0;
        -webkit-box-shadow: inherit;
        -moz-box-shadow: inherit;
        -o-box-shadow: inherit;
        box-shadow: inherit;
    }
    .sb-menu.menu-caret .mega-menu-container li.dropdown_menu>a>span,
    .sb-menu .mega-menu-container ul li>a:before,
    .sb-menu.submenu-list-border .mega-menu-container ul li:after {
        display: none;
    }
    .sb-menu li.mega-menu.submenu-right>ul ul {
        left: inherit !important;
    }
    .sb-menu .mega-menu-container ul li a,
    .sb-menu .mega-menu-container ul li:hover a,
    .sb-menu.submenu-list-border .mega-menu-container ul li a,
    .sb-menu.submenu-list-border .mega-menu-container ul li:hover a,
    .sb-menu.submenu-list-border .mega-menu-container ul li:first-child a,
    .sb-menu.submenu-list-border .mega-menu-container ul li:first-child:hover a,
    .sb-menu.submenu-list-border .mega-menu-container ul li:last-child a,
    .sb-menu.submenu-list-border .mega-menu-container ul li:last-child:hover a {
        padding: inherit !important;
    }
    .sb-menu .mega-menu-container ul.mega-menu-list li a,
    .sb-menu .mega-menu-container ul.mega-menu-list li:hover a,
    .sb-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a,
    .sb-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li:hover a {
        padding: 5px 0 !important;
        color: #818181;
    }
    .sb-menu .mega-menu-container ul.mega-menu-list li a:hover,
    .sb-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a:hover {
        padding-left: 20px !important;
    }
    .sb-menu .mega-menu-container ul.mega-menu-list li>a:before {
        display: block;
        left: 0;
        top: 13px !important;
    }
    .header-dark .sb-menu .mega-menu-container ul.mega-menu-list li a {
        color: #a1a1a1;
    }
    .header-dark .sb-menu .mega-menu-container ul.mega-menu-list li a:hover {
        color: #fff;
    }
    /* =============================================
	Fixed sidebar menu
	================================================ */
    .sb-fixed-sidebar {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }
    .sb-side-content>.logo,
    .sb-fixed-sidebar+.burger-menu,
    .fixedsidebar-bg-overlay {
        display: none;
    }
    .sb-fixed-sidebar .logo {
        display: block;
    }
    .sb-side-content {
        width: calc(100% - 250px);
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -o-transform: translateX(0%) !important;
        transform: translateX(0%) !important;
    }
    .sb-sidebar-left~.fixedsidebar-bg-overlay+.sb-side-content {
        margin-left: auto;
    }
    .sb-sidebar-right~.fixedsidebar-bg-overlay+.sb-side-content {
        margin-right: auto;
    }
    .sb-sidebar-left,
    .sb-sidebar-right {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
    .sb-menu-fixed {
        padding-top: 0;
    }
}
/*!/wp-content/themes/carspot/css/mystyle.css*/
* {
    font-family: Poppins;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

/* carspot-top-bar-start */
.carspot-top-bar {
    background-color: #000;
    z-index: 200;
    position: relative;
}

.carspot-top-bar .carspot-top-bar-container {
    display: flex;
    justify-content: space-between;
    height: 70px;
}

.carspot-top-bar .carspot-top-bar-container .left-cont {
    display: flex;
    align-items: center;
}

.carspot-top-bar .left-cont .choose-location {
    position: relative;
}

.carspot-top-bar .left-cont .choose-location select {
    height: 70px;
    margin-left: 10px;
    color: #ffff;
    border: none;
    background-color: transparent;
    padding: 10px 60px 10px 60px;
    font-size: 12px;
}

.carspot-top-bar .left-cont .choose-location .iconify {
    position: absolute;
    top: 28%;
    left: 30px;
    width: 30px;
    height: 30px;
    color: #ffff;
    border-right: 1px solid #909090;
    padding-right: 10px;
}

.carspot-top-bar .right-cont .carspot-menu ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 70px;
}

.carspot-top-bar .right-cont .carspot-menu ul li {
    padding: 0px 10px;
}

.carspot-top-bar .right-cont .carspot-menu ul li:first-child {
    padding-left: 0;
}

.carspot-top-bar .right-cont .carspot-menu ul li:last-child {
    padding-right: 0;
}

.carspot-top-bar .right-cont .carspot-menu ul li.signin {
    padding: 26px 10px 26px 20px;
    margin-left: 10px;
    border-left: 1px solid #3c3c3c;
}

.carspot-top-bar .right-cont .carspot-menu ul li.signup {
    border-left: 1px solid #3c3c3c;
}

.carspot-top-bar .right-cont .carspot-menu ul li.sell-button a {
    padding: 7px 21px;
    background-color: #e52d27;
    color: #ffff;
    font-size: 16px;
    border-radius: 5px;
}

.carspot-top-bar .right-cont .carspot-menu ul li a {
    color: #bdbdbd;
}

.carspot-top-bar .right-cont .carspot-menu ul li .links {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.carspot-top-bar .right-cont .carspot-menu ul li .links .iconify {
    width: 20px;
    height: 20px;
}

.carspot-top-bar .right-cont .carspot-menu ul li .links span {
    font-size: 12px;
}

/* carspot-top-bar-end */

/* sb-header.sb-carspot-start */
.sb-carspot.sb-header {
    border-bottom: 1px solid #e0e8f1;
    z-index: 100;
    position: relative;
}

.sb-carspot.sb-header.sticky {
    margin-top: -120px !important;
    position: fixed;
    background-color: #fff;
}

.sb-carspot.sb-header.sticky:before{
    content: "";
}

.sb-header.sb-carspot .sb-header-container {
    height: 50px;
}

.sb-header.sb-carspot .header-shadow-wrapper {
    display: none;
}

.sb-header.sb-carspot .sb-menu {
    float: left;
    height: 50px;
    width: 100%;
}

.sb-header.sb-carspot .sb-menu > ul > li > a {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    padding: 0 9px;
    text-transform: capitalize;
}

.sb-header.sb-carspot .sb-menu ul li ul{
    padding: 0;
}

.sb-header.sb-carspot .sb-menu ul li ul li ul.drop-down-multilevel{
    top: -2.5px;
}

.sb-header.sb-carspot .sb-menu ul li ul li a {
    border-bottom: 1px solid #f3f3f3;
    padding: 15px 35px !important;
}

.sb-header.sb-carspot .sb-menu ul li ul li a:before{
    top: 24px;
    left: 20px;
    background: #e52d27;
}

.sb-header.sb-carspot .sb-menu ul li ul li a i{
    float: right;
    margin-top: 5px;
}

.sb-header.sb-carspot .sb-menu > ul > li:first-child a {
    padding-right: 0;
}

.sb-header.sb-carspot .sb-menu ul li.current-menu > a,
.sb-header.sb-carspot .sb-menu ul li:hover > a {
    color: #e52d27;
}

.sb-header.sb-carspot .sb-menu ul li.dropdown_menu > a > span::before {
    border-width: 1px 1px 0 0;
    border-color: #000;
}

.sb-header.sb-carspot .sb-menu > ul > li.signin,
.sb-header.sb-carspot .sb-menu > ul > li.signup {
    float: right;
    padding-left: 10px;
    border-left: 1px solid #e8e8e8;
    margin-left: 15px;
}

.sb-menu.submenu-top-border li > ul {
    border-top: 3px solid #e52d27;
}

.sb-header.sb-carspot .sb-menu > ul > li.signin .location-box,
.sb-header.sb-carspot .sb-menu > ul > li.signup .call-box {
    display: flex;
    align-items: center;
    height: 50px;
}

.sb-header.sb-carspot .sb-menu > ul > li.signin .location-box .left-icon,
.sb-header.sb-carspot .sb-menu > ul > li.signup .call-box .left-icon {
    font-size: 20px;
    color: #e52d27;
    margin-right: 5px;
}

.sb-header.sb-carspot .sb-menu > ul > li.signin .location-box .right-meta p,
.sb-header.sb-carspot .sb-menu > ul > li.signup .call-box .right-meta p {
    font-size: 10px;
    color: #e52d27;
    line-height: 15px;
}

.sb-header.sb-carspot .sb-menu > ul > li.signin .location-box .right-meta h6,
.sb-header.sb-carspot .sb-menu > ul > li.signup .call-box .right-meta h6 {
    font-size: 11px;
    color: #626262;
}

/* sb-header.sb-carspot-end */
/* hero-top-banner-start */
.hero-top-banner {
    position: relative;
    min-height: 409px;
}

.hero-top-banner .hero-top-banner-cont {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.hero-top-banner .banner-carousel .owl-nav {
    display: none;
}

.hero-top-banner .banner-meta {
    margin-top: 170px;
}

.hero-top-banner .banner-meta .video-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.hero-top-banner .banner-meta .video-title span {
    padding: 5px;
    padding-bottom: 0;
    border-radius: 50%;
    border: 1px solid #e52d27;
}

.hero-top-banner .banner-meta .video-title .iconify {
    padding: 5px;
    background-color: #e52d27;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
}

.hero-top-banner .banner-meta .video-title h6 {
    font-size: 12px;
    margin-left: 10px;
    color: #fff;
    font-weight: 600;
}

.hero-top-banner .banner-meta p {
    font-size: 16px;
    color: #dbdad9;
}

.hero-top-banner .banner-meta h2 {
    font-size: 28px;
    width: 480px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}

.hero-top-banner .banner-meta a.read-more {
    padding: 10px 30px;
    background-color: #e52d27;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}

/* hero-top-banner-end */

/* search-car-brands-start */
.search-car-brands {
    margin-top: 30px;
}

.search-car-brands .nav-tabs .nav-item {
    width: 25%;
}

.search-car-brands .nav-tabs .nav-item .nav-link {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #202020;
    padding: 10px 5px;
    border: 1px solid #999999;
    border-bottom: none;
    border-right: none;
    border-radius: 0px;
    height: 70px;
    transition: 0.5s ease-in-out;
}

.search-car-brands .nav-tabs .nav-item .nav-link .iconify {
    width: 50px;
    height: 30px;
    color: #fff;
}

.search-car-brands .nav-tabs .nav-item .nav-link:hover {
    margin-top: -10px;
    height: 80px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    background-color: #000000;
}

.search-car-brands .nav-tabs .nav-item .nav-link::before {
    content: "";
    border-bottom: 3px solid #e52d27;
    width: 0%;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
}

.search-car-brands .nav-tabs .nav-item .nav-link::after {
    content: "";
    border-bottom: 3px solid #e52d27;
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
}

.search-car-brands .nav-tabs .nav-item .nav-link:hover::after,
.search-car-brands .nav-tabs .nav-item .nav-link:hover::before {
    width: 100%;
}

.search-car-brands .nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 5px !important;
}

.search-car-brands .nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 5px !important;
}

.search-car-brands .nav-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid #999999;
}

.search-car-brands .nav-tabs .nav-item .nav-link i {
    color: #fff;
}

.search-car-brands .nav-tabs .nav-item .nav-link span {
    font-size: 12px;
    color: #fff;
}

.search-car-brands .search-content {
    padding: 20px 25px;
    box-shadow: 0px 16px 30px 4px rgba(179, 188, 211, 0.273492);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}

.search-car-brands .search-car-option {
    margin-top: -323px;
    position: relative;
    z-index: 9;
}

.search-car-brands .search-content .srh-heading {
    display: flex;
    justify-content: space-between;
}

.search-car-brands .search-content .srh-heading h4,
.search-car-brands .search-content .slct-optn h4,
.search-car-brands .search-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.search-car-brands .search-content .srh-heading span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #4db507;
}

.search-car-brands .search-content .srh-heading span .iconify {
    margin-right: 5px;
}

.search-car-brands .search-content input,
.search-car-brands .search-content .slct-optn select {
    width: 100%;
    background-color: #fbfdff;
    padding: 15px 25px;
    border: 1px solid #e0e8f1;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
}

.search-car-brands .search-content input::placeholder {
    color: #000;
}

.search-car-brands .search-content .irs-from,
.search-car-brands .search-content .irs-to,
.search-car-brands .search-content .irs-grid {
    display: none;
}

.search-car-brands .search-content .irs--flat .irs-line {
    height: 5px;
    top: 10px;
}

.search-car-brands .search-content .irs--flat .irs-bar {
    background-color: #e52d27;
    height: 5px;
    top: 10px;
}

.search-car-brands .search-content .irs--flat .irs-handle > i:first-child {
    background-color: #ffff;
    top: 5px;
    left: 33%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.search-car-brands .search-content .irs--flat .irs-handle {
    width: 18px;
    height: 18px;
    background-color: #e52d27;
    border-radius: 50%;
    top: 3px;
}

.search-car-brands .search-content .irs--flat.irs-with-grid,
.search-car-brands .search-content .irs {
    height: 35px;
}

.search-car-brands .search-content .irs--flat .irs-min,
.search-car-brands .search-content .irs--flat .irs-max {
    top: unset;
    bottom: -39px;
    padding: 10px 25px;
    background-color: #fbfdff;
    border: 1px solid #e0e8f1;
    color: #000;
}

.search-car-brands .search-content .irs--flat .irs-min {
    left: unset;
    right: 110px;
}

.search-car-brands .search-content .price-range-txt {
    position: relative;
}

.search-car-brands .search-content .price-range-txt p {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.search-car-brands .search-content .price-range-txt span {
    position: absolute;
    top: 9px;
    right: 91px;
    height: 3px;
    width: 10px;
    background-color: #000;
}

.search-car-brands .botm-btn {
    margin-top: 30px;
    display: flex;
}

.search-car-brands .botm-btn .m-option {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eff3f8;
    color: #000;
    font-size: 14px;
    padding: 10px 17px;
    margin-right: 10px;
}

.search-car-brands .botm-btn .m-option .iconify {
    font-size: 20px;
    color: #e52d27;
    margin-right: 5px;
}

.search-car-brands .botm-btn .srh-now {
    font-size: 14px;
    background-color: #e52d27;
    color: #ffff;
    display: block;
    padding: 10px 79px;
    line-height: 30px;
}

.search-car-brands .srh-car-types .nav-pills .nav-link {
    border-radius: 0;
}

.search-car-brands .srh-car-types .nav-pills .nav-item:first-child .nav-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.search-car-brands .srh-car-types .nav-pills .nav-item:last-child .nav-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-car-brands .srh-car-types .nav-pills .nav-link {
    background-color: #fbfdff;
    color: #000;
    padding: 10px 12px;
    font-size: 12px;
    border: 1px solid #e0e8f1;
}

.search-car-brands .srh-car-types .nav-pills .nav-link.active {
    background-color: #e52d27;
    color: #ffff;
    font-size: 12px;
    padding: 10px 12px;
    border: 1px solid #e52d27;
}

.search-car-brands .srh-car-types .car-type-owl {
    position: relative;
}

.search-car-brands .srh-car-types .car-type-owl .car-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.search-car-brands .srh-car-types .car-type-owl .car-type img {
    margin-bottom: 10px;
    width: 120px;
}

.search-car-brands .srh-car-types .car-type-owl .car-type p {
    font-size: 13px;
    color: #000;
}

.search-car-brands .car-type-owl.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -51px;
    right: 30px;
}


.search-car-brands .srh-car-types .car-brand-owl {
    position: relative;
}

.search-car-brands .srh-car-types .car-brand-owl .car-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.search-car-brands .srh-car-types .car-brand-owl .car-type img {
    margin-bottom: 10px;
    width: 120px;
    height: 50px;
}

.search-car-brands .srh-car-types .car-brand-owl .car-type p {
    font-size: 13px;
    color: #000;
}

.search-car-brands .car-brand-owl.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -65px;
    right: 30px;
}

.owl-carousel.car-arrow-owl .owl-nav button.owl-prev,
.owl-carousel.car-arrow-owl .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    transition: 0.5s ease-in-out;
}

.owl-carousel.car-arrow-owl .owl-nav button.owl-prev,
.owl-carousel.car-arrow-owl .owl-nav button.owl-next:hover {
    background-color: #e52d27;
    color: #fff;
    border: 1px solid #e52d27;
}

.owl-carousel.car-arrow-owl .owl-nav button.owl-next,
.owl-carousel.car-arrow-owl .owl-nav button.owl-prev:hover {
    background-color: #fbfdff;
    color: #000;
    border: 1px solid #e4ebf3;
}

.owl-carousel.car-arrow-owl .owl-nav button.owl-prev span,
.owl-carousel.car-arrow-owl .owl-nav button.owl-next span {
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 12px;
}

/* search-car-brands-end */

/* featured-offer-start */
.featured-offer {
    margin-top: 30px;
}

.top-heading h3 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 10px;
}

.top-heading h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #000;
    width: 70px;
    height: 1px;
}

.top-heading h3::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    border: 1px solid #000;
    width: 50px;
    height: 1px;
}

.top-heading h3 span {
    color: #e52d27;
}

.featured-offer .ftd-card {
    margin-top: 30px;
}

.featured-offer .ftd-card .card-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.featured-offer .ftd-card .card-img img {
    width: 100% !important;
    height: 189px;
}
.featured-offer .featured-cars-owl  .ftd-card .card-img img {
    width: 277px !important;
    height: 189px;
}

.featured-offer .ftd-card .card-img img {
    width: 100%;
}

.featured-offer .ftd-card .card-img span {
    position: absolute;
    top: -25px;
    left: -25px;
    height: 50px;
    width: 50px;
    background-color: #e52d27;
    transform: rotate(45deg);
}

.featured-offer .ftd-card .card-img .iconify {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    color: #fff;
}

.featured-offer .ftd-card .card-meta {
    border: 1px solid #ecf1fd;
    border-top: none;
    padding: 15px 20px;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffff;
}

.featured-offer .ftd-card .card-meta .prf-back {
    position: absolute;
    top: -24px;
    right: 10px;
    width: 80px;
}

.featured-offer .ftd-card .card-meta .prf {
    position: absolute;
    top: -26px;
    right: 28px;
    width: 44px;
    border-radius: 50%;
    margin-top: 5px;
}

.featured-offer .ftd-card .card-meta h6 {
    font-size: 15px;
    color: #e52d27;
    margin-bottom: 5px;
}

.featured-offer .ftd-card .card-meta h6 span {
    color: #999999;
}

.featured-offer .ftd-card .card-meta h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.featured-offer .ftd-card .card-meta .location {
    font-size: 12px;
    color: #999999;
}

.featured-offer .ftd-card .card-meta .location .iconify {
    color: #e52d27;
    font-size: 16px;
}

.featured-offer .featured-cars-owl.owl-carousel {
    position: relative;
}

.featured-offer .featured-cars-owl.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -130px;
    right: 0px;
    z-index: 200;
}

/* featured-offer-end */

/* car-display-banner-start */
.car-display-banner {
    margin-top: 30px;
}

.car-display-banner .right-cont img {
    max-width: 100%;
}

.car-display-banner .left-cont img,
.car-display-banner .right-cont img {
    width: 100%;
}

/* car-display-banner-end */

/* explore-cars-cities-start */
.explore-cars-cities {
    margin-top: 30px;
}

.explore-cars-cities .explore-city-carousel {
    margin-top: 35px;
}

.explore-cars-cities .explore-city-carousel .card {
    position: relative;
    border: none;
    border-radius: 8px;
}

.explore-cars-cities .explore-city-carousel .card img {
    height: 250px;
}

.explore-cars-cities .explore-city-carousel .card .botm-meta {
    position: absolute;
    bottom: 15px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 0;
    margin-left: 15px;
    margin-right: 15px;
    width: 88%;
}

.explore-cars-cities .explore-city-carousel .card .botm-meta .city-name {
    padding: 10px 15px;
    background-color: #393d41;
    color: #ffff;
    width: 70%;
    border: 2px solid #5d5d5d;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.explore-cars-cities .card .botm-meta .city-name p {
    font-size: 14px;
}

.explore-cars-cities .card .botm-meta .city-name span {
    font-size: 12px;
    color: #b5b5b6;
}

.explore-cars-cities .explore-city-carousel .card .botm-meta .arrow {
    width: 30%;
}

.explore-cars-cities .explore-city-carousel .card .botm-meta .arrow .iconify {
    font-size: 58px;
    color: #000;
    padding: 0 15px;
    background-color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.5s ease-in-out;
}

.explore-cars-cities .explore-city-carousel .card .botm-meta .arrow .iconify:hover {
    background-color: #e52d27;
    color: #ffff;
}

.explore-cars-cities .explore-city-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -85px;
    right: 0px;
}

.explore-cars-cities .used-cars {
    margin-top: 30px;
    position: relative;
}

.explore-cars-cities .used-cars .position-tab {
    position: absolute;
    top: 4px;
    right: 0;
}

.explore-cars-cities .used-cars .tab-content {
    margin-top: 10px;
}

.explore-cars-cities .used-cars .cars-ads {
    display: flex;
    align-items: center;
    border: 1px solid #ecf1fd;
    border-radius: 5px;
    margin-top: 25px;
}

.explore-cars-cities .used-cars .cars-ads .left-cont {
    padding: 20px 15px;
    background-color: #fbfdff;
    border-right: 1px solid #ecf1fd;
    /*width: 93px;*/
    /*height: 77px;*/
    display: flex;
    justify-content: center;
}

.explore-cars-cities .used-cars .cars-ads .left-cont img {
    width: 100%;
    height: 37px;
}

.explore-cars-cities .used-cars .cars-ads .right-cont {
    padding: 12px;
}

.explore-cars-cities .used-cars .cars-ads .right-cont h5 {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.explore-cars-cities .used-cars .cars-ads .right-cont span {
    font-size: 10px;
    color: #000;
    background-color: #fbfdff;
    padding: 2px 10px;
    border: 1px solid #eff3fd;
    border-radius: 5px;
}

.explore-cars-cities .recent-cars {
    border: 1px solid #e0e8f1;
    border-radius: 5px;
}

.explore-cars-cities .recent-cars .cars-title {
    padding: 20px 20px 30px;
    background-color: #fbfdff;
    border-bottom: 1px solid #e0e8f1;
    border-radius: 5px;
}

.explore-cars-cities .recent-cars .cars-title .top-heading h3 {
    font-size: 20px;
}

.explore-cars-cities .recent-cars .recent-cars-list {
    padding: 16px;
    height: 532px;
    width: 97%;
}

.explore-cars-cities .recent-cars-list .list-card {
    display: flex;
    border: 1px solid #f6f8fe;
    border-radius: 5px;
    margin-bottom: 15px;
}

.explore-cars-cities .recent-cars-list .list-card:last-child {
    margin-bottom: 0px;
}

.explore-cars-cities .recent-cars-list .list-card .cont-right {
    padding: 12px 0px 12px 12px;
}

.explore-cars-cities .recent-cars-list .list-card .cont-right p {
    font-size: 13px;
    color: #999999;
}

.explore-cars-cities .recent-cars-list .list-card .cont-right p span {
    color: #e52d27;
}

.explore-cars-cities .recent-cars-list .list-card .cont-right h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.explore-cars-cities .recent-cars-list .list-card .cont-right .location .iconify {
    color: #e52d27;
    font-size: 16px;
}

.explore-cars-cities .recent-cars-list .list-card .cont-right .location {
    color: #b3b3b3;
    font-size: 10px;
    margin-bottom: 0;
}

.explore-cars-cities .scroller {
    width: 300px;
    height: 100px;
    overflow-y: scroll;
    scrollbar-color: #e52d27 #F1F1F1;
    scrollbar-width: thin;
}

/* explore-cars-cities-end */
.used-cars-sales .used-cars-list .posts-masonry,
.arspot-search-filter .used-cars-list .posts-masonry{
    position: relative !important;
    overflow: hidden;
}
/* used-cars-sales-start */
.used-cars-sales {
    margin-top: 30px;
}

.used-cars-sales .top-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.used-cars-sales .top-heading .btn {
    background-color: #e52d27;
    padding: 7px 21px;
    font-size: 12px;
    color: #fff;
}

/* used-cars-sales-end */

/* car-comparison-start */
.car-comparison {
    margin-top: 30px;
    padding: 30px 0 40px;
}

.car-comparison .heading-content p {
    margin-top: 20px;
    width: 440px;
}

.car-comparison .heading-content .top-heading {
    position: relative;
}

.car-comparison .heading-content .top-heading .btn {
    position: absolute;
    right: 80px;
    top: 36px;
}

.car-comparison .comparison-owl {
    margin-top: 30px;
}

.car-comparison .comparison-card {
    padding: 25px 20px;
    text-align: center;
    background-color: #ffff;
    border: 1px solid #e0e8f1;
    border-radius: 5px;
    position: relative;
}

.car-comparison .comparison-card img {
    width: 100%;
    height: 177px;
}

.car-comparison .comparison-card h5 {
    color: #232323;
    font-size: 16px;
    margin-bottom: 3px;
    line-height: 30px;
    transition: 0.5s ease-in-out;
}

.car-comparison .comparison-card h5:hover {
    color: #e52d27;
}

.car-comparison .comparison-card .rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-comparison .comparison-card .rating .iconify {
    color: #ffc513;
    font-size: 18px;
}

.car-comparison .comparison-card .rating span {
    color: #232323;
    margin-left: 5px;
}

.car-comparison .comparison-owl .owl-nav {
    display: block;
    position: absolute;
    top: -148px;
    right: 0px;
}

.car-comparison .comparison-card .vs {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    background-color: #919191;
    color: #ffff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 6px;
    text-align: center;
}

/* car-comparison-end */

/* top-cars-categories-start */
.top-cars-categories {
    margin: 30px 0 50px;
}

.top-cars-categories .top-heading p {
    margin-top: 15px;
}

.top-cars-categories .select-any-car {
    margin-top: 40px;
}

.top-cars-categories .select-any-car .col-lg-3:first-child .choose-car {
    padding-left: 0;
    border-left: none;
}

.top-cars-categories .select-any-car .choose-car {
    padding: 10px 25px 10px;
    border-left: 1px solid #f6f6f6;
}

.top-cars-categories .select-any-car .choose-car h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.top-cars-categories .select-any-car .choose-car ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.top-cars-categories .select-any-car .choose-car ul li {
    margin-bottom: 10px;
}

.top-cars-categories .select-any-car .choose-car ul li:last-child {
    margin-bottom: 0;
}

.top-cars-categories .select-any-car .choose-car ul li a {
    color: #888888;
    transition: 0.5s ease-in-out;
}

.top-cars-categories .select-any-car .choose-car ul li a:hover {
    color: #e52d27;
}

/* top-cars-categories-end */

/* carspot-footer-start */
.carspot-footer {
    padding: 70px 0 0 0;
    background-image: url(/wp-content/themes/carspot/css/../images/layer-1164.png);
    background-position: center;
    background-size: cover;
}

.carspot-footer .ftr-frst-col p {
    margin: 20px 0;
    line-height: 30px;
    font-size: 15px;
    color: #ffff;
    width: 365px;
}

.carspot-footer .ftr-frst-col .social-icon .iconify {
    font-size: 22px;
    color: #ffff;
    margin-right: 8px;
}

.carspot-footer .quick-links h4,
.carspot-footer .get-our-apps h4 {
    font-size: 24px;
    color: #ffff;
}

.carspot-footer .quick-links ul {
    margin-top: 20px;
}

.carspot-footer .quick-links-2 ul {
    margin-top: 50px;
}

.carspot-footer .quick-links ul li {
    margin-bottom: 10px;
}

.carspot-footer .quick-links ul li a {
    color: #ffff;
    font-size: 13px;
}

.carspot-footer .get-our-apps .app-btn a {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    background-color: #2d2d27;
    margin-top: 25px;
    border: 1px solid #50514d;
    border-radius: 5px;
    width: 176px;
}

.carspot-footer .get-our-apps .app-btn .left-cont {
    margin-right: 10px;
}

.carspot-footer .get-our-apps .app-btn .left-cont .iconify {
    font-size: 32px;
    color: #ffff;
}

.carspot-footer .get-our-apps .app-btn .right-cont p {
    font-size: 12px;
    color: #ffff;
}

.carspot-footer .get-our-apps .app-btn .right-cont h5 {
    font-size: 16px;
    color: #ffff;
}

.carspot-footer .footer-botm {
    text-align: center;
    color: #ffff;
    font-size: 14px;
    padding: 15px 0;
    margin-top: 50px;
    border-top: 1px solid #4e4e4e;
}

.carspot-footer .footer-botm span {
    color: #e52d27;
}

/* carspot-footer-end */

/* carspot-search-filter-start */
.carspot-search-filter {
    background-color: #fbfdff;
    padding: 30px 0;
}

.carspot-search-filter.featured-offer {
    margin-top: 0;
}

.carspot-search-filter .filter-switcher {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s ease-in-out;
}

.carspot-search-filter .filter-switcher .left-cont {
    width: 100px;
    transition: 0.5s ease-in-out;
}

.carspot-search-filter .filter-switcher .left-cont .filter-btn {
    background-color: #e52d27;
    color: #ffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-right: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 25px;
    transition: 0.5s ease-in-out;
}

.carspot-search-filter .filter-switcher .left-cont .filter-btn .iconify {
    font-size: 28px;
    margin-right: 5px;
}

.carspot-search-filter .filter-switcher .right-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    height: 82px;
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #e0e8f1;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    width: calc(100% - 100px);
}

.carspot-search-filter .filter-switcher .right-cont .right-meta {
    display: flex;
    align-items: center;
}

.carspot-search-filter .filter-switcher .right-cont .left-meta h5 {
    font-size: 18px;
    color: #000;
}

.carspot-search-filter .filter-switcher .right-cont .left-meta h5 span {
    color: #e52d27;
}

.carspot-search-filter .filter-switcher .right-cont .right-meta .refresh {
    font-size: 14px;
    color: #48b300;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.carspot-search-filter .right-cont .right-meta .refresh .iconify {
    margin-right: 3px;
}

.carspot-search-filter .filter-switcher .right-cont .right-meta .sort {
    display: flex;
    align-items: center;
    border: 1px solid #e0e8f1;
    border-radius: 5px;
}

.carspot-search-filter .right-cont .right-meta .sort .txt {
    padding: 10px;
    color: #000;
    border-right: 1px solid #e0e8f1;
    border-radius: 2px;
}

.carspot-search-filter .right-cont .select2-container {
    width: 200px !important;
}

.carspot-search-filter .right-cont .select2-container--default .select2-selection--single {
    border: none;
    background-color: #fbfdff;
    height: 41px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.carspot-search-filter .right-cont .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 7px;
}

.carspot-search-filter .top-heading {
    position: relative;
    width: 100%;
    transition: 0.5s ease-in-out;
}

.carspot-search-filter .used-cars-list {
    width: 100%;
    position: relative;
    transition: 0.5s ease-in-out;
}

.carspot-search-filter .used-cars-list .pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.carspot-search-filter .used-cars-list .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.carspot-search-filter .used-cars-list .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.carspot-search-filter .used-cars-list .pagination .page-item a {
    margin-left: 10px;
    color: #997788;
    border: 1px solid #d1d1d1;
    transition: 0.5s ease-in-out;
}

.carspot-search-filter .used-cars-list .pagination .page-item a:hover {
    background-color: #e52d27;
    border: 1px solid #b31217;
    color: #ffff;
}

.toggle-filter {
    width: 74.5% !important;
}

.toggle-top-heading {
    width: 74.5% !important;
    float: right !important;
}

.toggle-used-cars-list {
    width: 74.5% !important;
    float: right !important;
}

.carspot-search-filter .left-side-bar {
    display: none;
    transition: 0.5s ease-in-out;
}

.carspot-search-filter .side-bar-used-cars-list {
    margin-top: 30px;
}

.carspot-search-filter .side-bar {
    background-color: #ffff;
    padding: 35px 20px 0 20px;
    border-right: 1px solid #e0e8f1;
    margin-top: -30px;
    width: 0px;
    float: left;
    display: none;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.carspot-search-filter .side-bar-used-cars-list .used-cars-grid-list {
    width: calc(100% - 0px);
    float: right;
    transition: 0.5s ease-in-out;
}

.carspot-search-filter .side-bar .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.carspot-search-filter .side-bar .heading .heading-left-cont h4 {
    font-size: 22px;
    color: #000;
}

.carspot-search-filter .side-bar .heading .heading-left-cont p {
    font-size: 14px;
    color: #e52d27;
}

.carspot-search-filter .side-bar .heading .heading-right-cont .iconify {
    font-size: 40px;
    padding: 10px;
    color: #000;
    background-color: #fbfdff;
    border: 1px solid #e5ecf3;
    border-radius: 50%;
}

.carspot-search-filter .side-bar .accordion-item {
    border: none;
    border-bottom: 1px solid #f2f2f2;
}

.carspot-search-filter .side-bar .accordion-item:last-child {
    border-bottom: none;
}

.carspot-search-filter .side-bar .accordion-button {
    font-weight: 500;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
}

.carspot-search-filter .side-bar .accordion-button:focus {
    box-shadow: none;
}

.carspot-search-filter .side-bar .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ffff;
    box-shadow: none;
}

.carspot-search-filter .side-bar .accordion-body {
    padding: 0 0 20px 0;
}

.carspot-search-filter .side-bar .accordion-button .iconify {
    color: #f1f1f1;
    font-size: 19px;
}

.carspot-search-filter .side-bar .accordion-button::after {
    display: none;

}

.carspot-search-filter .side-bar .accordion-item .search-by {
    position: relative;
}

.carspot-search-filter .side-bar .accordion-item .search-by input {
    background-color: #f9f9f9;
    border: 1px solid #eef1f3;
    border-radius: 0;
    height: 50px;
}

.carspot-search-filter .right-cont .sort .freelance-category {
    margin-bottom: 0;
}

.carspot-search-filter .selection .select2-selection__arrow {
    top: 1px !important;
}

.carspot-search-filter .side-bar .accordion-item .search-by .iconify {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    color: #b7bbc2;
}

.carspot-search-filter .side-bar .accordion-item .select-two .select2-container {
    width: 100% !important;
}

.carspot-search-filter .select-two .select2-container--default .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
}

.carspot-search-filter .select-two .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-left: 1px solid #aaa;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
}

.carspot-search-filter .side-bar .accordion-item .search-btn {
    background-color: #e52d27;
    color: #ffff;
    margin-top: 15px;
    padding: 8px 16px;
    font-size: 12px;
}

.carspot-search-filter .side-bar .accordion-item .ads-location h6 {
    color: #000;
}

.carspot-search-filter .side-bar .accordion-item .ads-location h6 span {
    color: #9e9e9e;
}

.carspot-search-filter .side-bar .accordion-item .mileage-range {
    display: flex;
}

.carspot-search-filter .side-bar .accordion-item .mileage-range input {
    border-radius: 0;
    background-color: #f8f8f8;
    border: 1px solid #eef2f3;
}

.carspot-search-filter .side-bar .accordion-item .mileage-range .left-input {
    border-right: none;
}

.carspot-search-filter .side-bar .accordion-item .mileage-range .right-input {
    border-left: none;
}

.carspot-search-filter .side-bar .accordion-item .mileage-range span {
    padding: 12px;
    background-color: #efefef;
    border: 1px solid #d3d5d6;
}

.search-car-brands .search-content #price-slider{
    height: 6px;
}
.search-car-brands .search-content #price-slider .noUi-handle{
    width: 18px;
    height: 18px;
    background-color: #e52d27;
    border-radius: 50%;
    top: 3px;
    border: none;
    box-shadow: none;
    top: -7px;
    left: -8px;
}
.search-car-brands .search-content #price-slider .noUi-handle:before,
.search-car-brands .search-content #price-slider .noUi-handle:after {
    background: #ffff;
    top: 4.5px;
    left: 32%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.carspot-search-filter .side-bar .accordion-item .year-duration .input-group:last-child {
    margin-top: 10px;
}

.carspot-search-filter .side-bar .accordion-item .year-duration .input-group:last-child .left-txt {
    padding: 10px 20px;
}

.carspot-search-filter .side-bar .accordion-item .year-duration .left-txt {
    padding: 10px;
    background-color: #eeeeee;
    border: 1px solid #d5d5d5;
    border-right: none;
}

.carspot-search-filter .side-bar .accordion-item .year-duration .form-group {
    width: 232px;
}

.carspot-search-filter .side-bar .accordion-item .year-duration .select2-container {
    width: 100% !important;
}

.carspot-search-filter .side-bar .accordion-item .year-duration .select2-container .select2-selection--single {
    height: 45px;
    border: 1px solid #eee;
    border-radius: 0;
}

.carspot-search-filter .side-bar .year-duration .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
}

.carspot-search-filter .side-bar .year-duration .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
}

.carspot-search-filter .transmission {
    display: flex;
    align-items: center;
}

.carspot-search-filter .transmission .radio {
    font-size: 14px;

}

.carspot-search-filter .transmission h6 {
    color: #000;
    margin-left: 5px;
}

.carspot-search-filter .transmission h6 span {
    color: #9e9e9e;
}

.carspot-search-filter .side-bar .price-range-slider .irs--flat .irs-from,
.carspot-search-filter .side-bar .price-range-slider .irs--flat .irs-to,
.carspot-search-filter .side-bar .price-range-slider .irs-with-grid .irs-grid {
    display: none;
}

.carspot-search-filter .side-bar .price-range-slider .irs--flat.irs-with-grid {
    height: 100px;
}

.carspot-search-filter .side-bar .price-range-slider .irs--flat .irs-bar {
    color: #e52d27;
    height: 6px;
}

.carspot-search-filter .side-bar .price-range-slider .irs--flat .irs-line {
    height: 6px;
    background: #44728e;
}

.carspot-search-filter .side-bar .price-range-slider .irs--flat .irs-handle {
    border-radius: 100%;
    border: 2px solid #2e566e;
    background: #94b9d0;
    cursor: pointer;
    top: 20px;
    height: 16px;
}

.carspot-search-filter .side-bar .price-range-slider .irs--flat .irs-handle > i:first-child {
    background-color: transparent;
}

.carspot-search-filter .side-bar .price-range-slider .irs--flat .irs-min,
.carspot-search-filter .side-bar .price-range-slider .irs--flat .irs-max {
    top: 50px;
    padding: 15px 50px;
    visibility: visible !important;
}

/* carspot-search-filter-end */

/* top-bread-crumb-start */
.top-bread-crumb {
    padding: 15px 0;
    background-color: #f3f8fb;
}

.top-bread-crumb .breadcrumb {
    margin-bottom: 0;
}

.top-bread-crumb .breadcrumb .breadcrumb-item a {
    color: #000;
}

.top-bread-crumb .breadcrumb .breadcrumb-item:hover a,
.top-bread-crumb .breadcrumb .breadcrumb-item.active a {
    color: #e52d27;
    transition: 0.5s ease-in-out;
}

/* top-bread-crumb-end */
/* cp-singlepage-detail-start */
.cp-singlepage-detail {
    background-color: #f3f8fb;
    padding-bottom: 30px;
}

.cp-singlepage-detail .porsche-ftd-car-dtl {
    background-color: #ffff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.cp-singlepage-detail .porsche-ftd-car-dtl .feturd {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 65px;
}
.cp-singlepage-detail .left-cont{
    position: relative;
}
.cp-singlepage-detail .left-cont .cars-dtl-carousel .item {
    position: relative;
}

.cp-singlepage-detail .left-cont .cars-dtl-carousel .item img{
    height: 430px;
}

.cp-singlepage-detail .left-cont .cars-dtl-carousel .item .offer-id {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 12px;
    background-color: #e2f0ea;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.cp-singlepage-detail .left-cont .cars-dtl-carousel .item .extra-links {
    position: absolute;
    bottom: 13px;
    right: 127px;
}

.cp-singlepage-detail .cars-dtl-carousel .item .extra-links a {
    margin-right: 5px;
}

.cp-singlepage-detail .left-cont .extra-links.outer-links{
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 9;
}


.cp-singlepage-detail .left-cont .extra-links.outer-links .iconify {
    background-color: #ffff;
    color: #000;
    font-size: 32px;
    padding: 6px;
    border-radius: 3px;
    transition: 0.5s ease-in-out;
}

.cp-singlepage-detail .cars-dtl-carousel .item .extra-links .iconify:hover {
    background-color: #e52d27;
    color: #ffff;
}

.cp-singlepage-detail .cars-dtl-carousel .item .extra-links .play {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    background-color: #ffff;
    margin-top: 14px;
}

.cp-singlepage-detail .cars-dtl-carousel .item .extra-links .imgs-range {
    background-color: #000;
    color: #ffff;
    border-radius: 25px;
    padding: 8px 15px 9px 15px;
    font-size: 12px;
    margin-right: 3px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.cp-singlepage-detail .cars-dtl-carousel .item .extra-links .img {
    padding: 0;
    font-size: 18px;
    background-color: #000;
    color: #ffff;
    margin-bottom: 2px;
    margin-right: 5px !important;
}

.cp-singlepage-detail .cars-dtl-carousel .item .extra-links .img:hover {
    background-color: #000;
    color: #ffff;
}

.cp-singlepage-detail .cars-dtl-carousel .item .extra-links .iconify:last-child {
    margin-right: 0;
}

.cp-singlepage-detail .left-cont .owl-carousel.cars-dtl-carousel .owl-nav {
    display: block;
}

.cp-singlepage-detail .left-cont .owl-carousel.cars-dtl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 47%;
    width: 35px;
    height: 35px;
    background-color: #ffff;
    color: #000;
    border: none;
}

.cp-singlepage-detail .left-cont .owl-carousel.cars-dtl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    top: 47%;
    width: 35px;
    height: 35px;
    background-color: #ffff;
    color: #000;
    border: none;
}

.cp-singlepage-detail .left-cont .owl-carousel.cars-dtl-carousel .owl-nav button.owl-prev span,
.cp-singlepage-detail .left-cont .owl-carousel.cars-dtl-carousel .owl-nav button.owl-next span {
    font-size: 40px;
    position: absolute;
    top: -14px;
    left: 11px;
}

.cp-singlepage-detail .left-cont .owl-carousel.cars-dtl-carousel .owl-nav button.owl-next span {
    padding-left: 2px;
}

.cp-singlepage-detail .right-cont {
    margin-top: 20px;
}

.cp-singlepage-detail .right-cont .top-btn .new {
    font-size: 12px;
    padding: 2px 12px;
    background-color: #81d742;
    color: #ffff;
    border-radius: 3px;
    margin-right: 2px;
}

.cp-singlepage-detail .right-cont .top-btn .sell {
    font-size: 12px;
    padding: 2px 8px;
    background-color: #157201;
    color: #ffff;
    border-radius: 3px;
}

.cp-singlepage-detail .right-cont .title h5 {
    font-size: 22px;
    color: #000;
    margin-top: 10px;
    width: 280px;
    font-weight: 600;
}

.cp-singlepage-detail .right-cont .list-view {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.cp-singlepage-detail .right-cont .list-view .left{
    display: flex;
    align-items: center;
}

.cp-singlepage-detail .right-cont .list-view .iconify {
    margin-right: 5px;
    font-size: 22px;
}

.cp-singlepage-detail .right-cont .list-view span {
    color: #242424;
    font-size: 14px;
}

.cp-singlepage-detail .right-cont .list-view b {
    font-weight: 500;
    color: #000;
    padding-left: 15px;
    margin: 0 10px 0 15px;
    line-height: 14px;
    border-left: 1px solid #000;
}

.cp-singlepage-detail .right-cont .price h5 {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;
}

.cp-singlepage-detail .right-cont .price h5 span {
    font-size: 14px;
    margin-left: 5px;
    color: #242424;
    font-weight: 400;
}

.cp-singlepage-detail .right-cont .carspot-profile-dtl .profile {
    display: flex;
    align-items: center;
    margin: 10px 0 15px 0;
}

.cp-singlepage-detail .carspot-profile-dtl .profile .left-img img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.cp-singlepage-detail .carspot-profile-dtl .profile .right-meta {
    margin-left: 10px;
    position: relative;
}

.cp-singlepage-detail .carspot-profile-dtl .profile .right-meta .rating-reviews {
    line-height: 16px;
}

.cp-singlepage-detail .carspot-profile-dtl .profile .right-meta .rating-reviews .iconify {
    color: #e52d27;
    font-size: 12px;
}

.cp-singlepage-detail .carspot-profile-dtl .profile .right-meta .rating-reviews span {
    color: #242424;
    font-size: 12px;
}

.cp-singlepage-detail .carspot-profile-dtl .profile .right-meta h4 {
    font-size: 18px;
    color: #000;
}

.cp-singlepage-detail .carspot-profile-dtl .profile .right-meta .check {
    position: absolute;
    top: 16px;
    right: -14px;
}

.cp-singlepage-detail .carspot-profile-dtl .location,
.cp-singlepage-detail .carspot-profile-dtl .cell-number {
    display: flex;
    align-items: end;
    margin-top: 10px;
    margin-bottom: 0;
}

.cp-singlepage-detail .carspot-profile-dtl .location .iconify {
    color: #e52d27;
    margin-right: 10px;
    font-size: 18px;
}

.cp-singlepage-detail .carspot-profile-dtl .location span {
    color: #737373;
    font-size: 14px;
    margin-right: 10px;
}

.cp-singlepage-detail .carspot-profile-dtl .location a {
    color: #e52d27;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.cp-singlepage-detail .carspot-profile-dtl .cell-number .iconify {
    font-size: 18px;
    color: #4dae51;
    margin-right: 10px;
}

.cp-singlepage-detail .carspot-profile-dtl .cell-number span {
    color: #737373;
}

.cp-singlepage-detail .carspot-profile-dtl .cell-number a {
    color: #4dae51;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
}

.cp-singlepage-detail .carspot-profile-dtl .offer-schedule-btn {
    margin-top: 30px;
}

.cp-singlepage-detail .carspot-profile-dtl .offer-schedule-btn .offer-btn,
.cp-singlepage-detail .carspot-profile-dtl .offer-schedule-btn .schedule-btn {
    padding: 10px 20px;
    background-color: #ffff;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
}

.cp-singlepage-detail .carspot-profile-dtl .offer-schedule-btn .schedule-btn {
    color: #e52d27;
    border: 1px solid #e52d27;
    margin-left: 10px;
}

.cp-singlepage-detail .desc-ftd {
    padding: 30px 25px 15px 25px;
    background-color: #ffff;
    margin-top: 30px;
    border-radius: 5px;
}

.cp-singlepage-detail .desc-ftd .description h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.cp-singlepage-detail .desc-ftd .description p {
    font-size: 15px;
    color: #737373;
    line-height: 30px;
    padding-bottom: 10px;
}

.cp-singlepage-detail .desc-ftd .desc-dtl ul {
    margin-bottom: 0;
}

.cp-singlepage-detail .desc-ftd .desc-dtl ul li {
    display: inline-block;
    width: 32%;
    margin-bottom: 10px;
}

.cp-singlepage-detail .desc-ftd .desc-dtl ul li:last-child {
    width: 50%;
}

.cp-singlepage-detail .desc-ftd .desc-dtl .dtl-item {
    display: flex;
    align-items: center;
}

.cp-singlepage-detail .desc-ftd .desc-dtl {
    margin-top: 5px;
}

.cp-singlepage-detail .desc-ftd .desc-dtl  .term-wraps{
    padding: 0 15px;
}

.cp-singlepage-detail .desc-ftd .desc-dtl .terms-details,
.content-box-grid .short-features .terms-details {
    line-height: 26px;
}

.cp-singlepage-detail .desc-ftd .desc-dtl .dtl-item h6 {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.cp-singlepage-detail .desc-ftd .desc-dtl .dtl-item span {
    margin-left: 10px;
    color: #7e7e7e;
    font-size: 15px;
}

.cp-singlepage-detail .desc-ftd .ftd-links {
    margin-top: 10px;
    border: 1px solid #e7e7e7;
    border-left: none;
    border-right: none;
}

.cp-singlepage-detail .desc-ftd .ftd-links ul li {
    display: inline-block;
}

.cp-singlepage-detail .desc-ftd .ftd-links ul li a {
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-left: 1px solid #e7e7e7;
}

.cp-singlepage-detail .desc-ftd .ftd-links ul li:first-child a {
    padding-left: 0;
    border-left: none;
    color: #3768bd;
}

.cp-singlepage-detail .desc-ftd .ftd-links ul li:nth-child(2) a {
    color: #05a7e8;
}

.cp-singlepage-detail .desc-ftd .ftd-links ul li:nth-child(3) a {
    color: #4899c8;
}

.cp-singlepage-detail .desc-ftd .ftd-links ul li:last-child a {
    color: #d54178;
}

.cp-singlepage-detail .desc-ftd .ftd-links ul li a .iconify {
    margin-right: 5px;
    font-size: 14px;
}

.cp-singlepage-detail .desc-ftd .car-features {
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
}

.cp-singlepage-detail .desc-ftd .car-features h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.cp-singlepage-detail .desc-ftd .car-features ul li {
    display: inline-block;
    width: 32%;
    margin-bottom: 15px;
}

.cp-singlepage-detail .desc-ftd .car-features ul li .ftd-item {
    display: flex;
    align-items: center;
}

.cp-singlepage-detail .desc-ftd .car-features .ftd-item span {
    font-size: 14px;
    margin-left: 10px;
    color: #7e7e7e;
}

.cp-singlepage-detail .desc-ftd .other-links {
    margin-top: 15px;
}

.cp-singlepage-detail .desc-ftd .other-links ul li {
    display: inline-block;
    margin-right: 10px;
}

.cp-singlepage-detail .desc-ftd .other-links ul li .iconify {
    color: #e52d27;
    font-size: 22px;
}

.cp-singlepage-detail .desc-ftd .other-links ul li a {
    font-size: 14px;
    color: #7e7e7e;
    transition: 0.5s ease-in-out;
}

.cp-singlepage-detail .desc-ftd .other-links ul li a:hover {
    color: #e52d27;
}

.cp-singlepage-detail .desc-ftd .template-icons {
    display: flex;
    align-items: center;
}

.cp-singlepage-detail .seller-message {
    padding: 20px;
    margin-top: 30px;
    background-color: #ffff;
    border-radius: 5px;
}

.cp-singlepage-detail .seller-message .form-group h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.cp-singlepage-detail .seller-message .form-group p {
    font-size: 14px;
    color: #000;
    margin-bottom: 3px;
}

.cp-singlepage-detail .seller-message .form-group .input-field {
    margin-bottom: 15px;
    position: relative;
}

.cp-singlepage-detail .form-group .input-field input {
    color: #737373;
    background-color: #fbfdff;
    border: 1px solid #e1e9f1;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 20px;
}

.cp-singlepage-detail .seller-message .form-group .input-field .txt-area {
    resize: unset;
    color: #737373;
    background-color: #fbfdff;
    border: 1px solid #e1e9f1;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 0 0 20px;
    width: 100%;
}

.cp-singlepage-detail .seller-message .form-group .select2-container {
    width: 100% !important;
}

.cp-singlepage-detail .seller-message .form-group .select2-container .select2-selection--single {
    height: 44px;
    border: none;
}

.cp-singlepage-detail .seller-message .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    color: #737373;
    padding: 0 0 0 60px;
    background-color: #fbfdff;
    border: 1px solid #e1e9f1;
    border-radius: 5px;
}

.cp-singlepage-detail .seller-message .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    left: 40px;
}

.cp-singlepage-detail .seller-message .form-group .input-field .flag {
    position: absolute;
    top: 33px;
    left: 15px;
    font-size: 24px;
}

.cp-singlepage-detail .seller-message .form-group .botm-btn a {
    display: block;
    background-color: #e52d27;
    color: #ffff;
    font-size: 14px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 22px;
}

.cp-singlepage-detail .seller-message.motgag-calc .input-field p {
    display: flex;
    align-items: center;
}

.cp-singlepage-detail .seller-message.motgag-calc .input-field p .iconify {
    margin-left: 5px;
}

.cp-singlepage-detail .seller-message.motgag-calc .input-field .input-group-text {
    color: #737373;
    background-color: #fbfdff;
    border: 1px solid #e1e9f1;
    padding: 10px 15px;
}

.cp-singlepage-detail .seller-message.motgag-calc .input-field .slt-grp {
    display: flex;
    width: 100%;
}

.cp-singlepage-detail .seller-message.motgag-calc .input-field .slt-grp .left,
.cp-singlepage-detail .seller-message.motgag-calc .input-field .slt-grp .right {
    width: 50%;
    display: inline-block;
}

.cp-singlepage-detail .seller-message.motgag-calc .input-field .slt-grp .left .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.cp-singlepage-detail .seller-message.motgag-calc .input-field .slt-grp .right .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cp-singlepage-detail .seller-message.motgag-calc .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 33px 0 15px;
}

.cp-singlepage-detail .seller-message.motgag-calc .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    left: unset;
    right: 5px;
}

.cp-singlepage-detail .seller-message.motgag-calc .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0px 1px 1px 0px;
    height: 8px;
    top: 40%;
    width: 8px;
    transform: rotate(45deg);
    border-color: #737373;
}

.cp-singlepage-detail .seller-message.motgag-calc .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 1px 0px 0px 1px;
    top: 56%;
}

/* cp-singlepage-detail-end */
/* my new changes start */
/*.explore-cars-cities {*/
/*    position: relative;*/
/*}*/
/*.explore-cars-cities .used-cars .nav-tabs {*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    right: 0;*/
/*    border-bottom: none;*/
/*}*/
/*.explore-cars-cities .used-cars .nav-tabs li.active a {*/
/*    background-color: #e52d27;*/
/*    color: #ffff;*/
/*    font-size: 12px;*/
/*    padding: 10px 12px;*/
/*    border: 1px solid #e52d27;*/
/*}*/
/*.explore-cars-cities .used-cars .nav-tabs li a {*/
/*    background-color: #fbfdff;*/
/*    color: #000;*/
/*    padding: 10px 12px;*/
/*    font-size: 12px;*/
/*    border: 1px solid #e0e8f1;*/
/*    border-radius: 5px;*/
/*    margin-right: 0;*/
/*    transition: 0.5s ease-in-out;*/
/*}*/
/*.explore-cars-cities .used-cars .nav-tabs li .left {*/
/*    border-radius: 5px;*/
/*    border-top-right-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*}*/
/*.explore-cars-cities .used-cars .nav-tabs li .right {*/
/*    border-radius: 5px;*/
/*    border-top-left-radius: 0;*/
/*    border-bottom-left-radius: 0;*/
/*}*/
/* my new changes at 29/9/2021 */
.explore-cars-cities {
    position: relative;
}

.nav-tabs.my-custom-tab {
    position: absolute;
    top: 5px;
    right: 0;
    border-bottom: none;
}

.nav-tabs.my-custom-tab li a {
    background-color: #fbfdff;
    color: #000;
    padding: 10px 12px;
    font-size: 12px;
    border: 1px solid #e0e8f1;
    border-radius: 5px;
    margin-right: 0;
    transition: 0.5s ease-in-out;
}

.nav-tabs.my-custom-tab li a:hover,
.nav-tabs.my-custom-tab li a:focus {
    background-color: #fbfdff;
    border: 1px solid #e0e8f1;
    color: #000;
}

.nav-tabs.my-custom-tab li.active a {
    background-color: #e52d27;
    color: #ffff;
    font-size: 12px;
    padding: 10px 12px;
    border: 1px solid #e52d27;
}

.nav-tabs.my-custom-tab li.active a:hover,
.nav-tabs.my-custom-tab li.active a:focus {
    background-color: #e52d27;
    border: 1px solid #e52d27;
    color: #ffff;
}

.nav-tabs.my-custom-tab li .left {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-tabs.my-custom-tab li .right {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search-car-brands .nav-tabs.search-tab li {
    width: 25%;
}

.search-car-brands .nav-tabs.search-tab li a {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #202020;
    padding: 10px 5px;
    border: 1px solid #999999;
    border-bottom: none;
    border-right: none;
    border-radius: 0px;
    height: 70px;
    transition: 0.5s ease-in-out;
}

.search-car-brands .nav-tabs.search-tab li a:active,
.search-car-brands .nav-tabs.search-tab li a:focus {
    background-color: #000;
    border: 1px solid #999999;
    border-right: none;
    border-bottom: none;
}

.search-car-brands .nav-tabs.search-tab li a:hover {
    margin-top: -10px;
    height: 80px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    background-color: #000000;
}

.search-car-brands .nav-tabs.search-tab li:first-child a {
    border-top-left-radius: 5px !important;
    border: 1px solid #999999;
    border-right: none;
    border-bottom: none;
}

.search-car-brands .nav-tabs.search-tab li:last-child a {
    border-top-right-radius: 5px !important;
    border: 1px solid #999999;
    border-bottom: none;
}

.search-car-brands .nav-tabs.search-tab li a:before {
    content: "";
    border-bottom: 3px solid #e52d27;
    width: 0%;
    height: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
}

.search-car-brands .nav-tabs.search-tab li a:after {
    content: "";
    border-bottom: 3px solid #e52d27;
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
}

.search-car-brands .nav-tabs.search-tab li a:hover::after,
.search-car-brands .nav-tabs.search-tab li a:hover::before {
    width: 100%;
}

.search-car-brands .nav-tabs.search-tab li a .iconify {
    width: 50px;
    height: 30px;
    color: #fff;
}

.search-car-brands .nav-tabs.search-tab li a span {
    font-size: 12px;
    color: #fff;
}

.search-car-brands .srh-car-types .nav-tabs.my-custom-tab {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: none;
}

.search-car-brands .srh-car-types .tab-content {
    margin-top: 54px;
}
.carspot-top-bar .select2-container--default .select2-selection--single{
    color: #ffff;
    border: none;
    background-color: transparent;
    padding: 10px 60px 10px 60px;
    font-size: 12px;
}
.carspot-top-bar .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #ffff;
    line-height: 40px;
}
.carspot-top-bar .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px;
}
.carspot-top-bar .right-cont .carspot-menu ul .dropdown .dropdown-menu {
    display: none;
}
.carspot-top-bar .right-cont .carspot-menu ul .dropdown.open .dropdown-menu{
    display: block;
}
.carspot-top-bar .right-cont .carspot-menu ul .dropdown a i {
    margin-bottom: 5px;
}
.carspot-top-bar .right-cont .dropdown .notify .point{
    left: -3px;
}
.carspot-top-bar .right-cont .carspot-menu ul .dropdown .img-circle{
    margin-right: 15px;
}
.carspot-top-bar .right-cont .carspot-menu ul .dropdown  .caret{
    position: absolute;
    top: 20px;
    right: 9px;
}
.sb-carspot .sb-menu.menu-caret ul li.dropdown_menu > a > span{
    display: none;
}
.sb-carspot .sb-menu.menu-caret .menu-links {
    float: left;
}
.sb-carspot .sb-menu.menu-caret .menu-right-links {
    float: right;
}
.carspot-top-bar .right-cont ul li.dropdown ul.dropdown-menu{
    height: auto;
    padding: 0;
    left: 10px;
    top: 55px;
}
.carspot-top-bar .right-cont ul li.dropdown ul.dropdown-menu.mailbox{
    left: 0px;
    top: 51px;
}
.carspot-top-bar .right-cont ul li.dropdown ul.dropdown-menu li {
    border-bottom: 1px solid #f3f3f3;
    padding: 0;
}
.carspot-top-bar .right-cont ul li.dropdown ul.dropdown-menu li:last-child{
    border-bottom: none;
}
.carspot-top-bar .right-cont ul li.dropdown ul.dropdown-menu li a{
    color: #232323;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
}
.carspot-top-bar .left-cont .select2-container .select2-container--open .select2-dropdown {
    top: 8px !important;
}
.cat-description{
    padding: 0px 15px 15px 15px;
    text-align: justify;
    line-height: 30px;
    color: #232323;
    font-size: 16px;
    font-weight: 500;
}
/*!/wp-content/themes/carspot/css/custom.css*/
iframe{width:100%}.aligncenter{clear:both;display:block;margin:6px auto;text-align:center}.alignleft{float:left;margin-bottom:6px!important;margin-left:0;margin-right:24px;margin-top:6px}.alignright{float:right;margin-bottom:6px!important;margin-left:24px;margin-right:0;margin-top:6px}.wp-caption-text,.wp-caption-dd{color:#444;font-size:16px;font-style:italic;font-weight:normal;line-height:17px;margin:6px 0 26px;text-align:left}.blog-detial .blog-post .post-excerpt .tags-share .tags ul{margin-top:0;padding-left:0;margin-bottom:15px}.blog-detial .blog-post .post-excerpt .col-md-12.add-pages{padding-left:0}.post-desc ul{list-style:circle;margin-bottom:0;margin-top:20px;padding-left:25px;font-size:16px}.post-desc ol{font-size:16px}.single-blog.blog-detial .blog-post .post-excerpt.post-desc ul li ul{margin-top:0}.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info p{margin-bottom:5px}.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info blockquote p{margin-bottom:0}.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info .author-desc ul{margin-top:0}.single-blog.blog-detial .blog-post .post-excerpt h1,.single-blog.blog-detial .blog-post .post-excerpt h2,.single-blog.blog-detial .blog-post .post-excerpt h3,.single-blog.blog-detial .blog-post .post-excerpt h4,.single-blog.blog-detial .blog-post .post-excerpt h5,.single-blog.blog-detial .blog-post .post-excerpt h6{color:#232323}.static-page .blog-detial .blog-post table tr th{color:#232323}.static-page .blog-detial .blog-post table tr td a{color:#232323;font-weight:600}.static-page .single-blog.blog-detial.blog-detial .blog-section .comment-respond .comment-form p.logged-in-as{margin-left:0}.static-page .single-blog.blog-detial.blog-detial .blog-section .blog-heading h2{margin-top:0}.static-page .single-blog.blog-detial.blog-detial .blog-section .comment-respond .comment-form div.col-sm-12{padding-left:0;padding-right:0}.static-page .single-blog.blog-detial .blog-post{margin-bottom:0}.single-blog.blog-detial .blog-post .post-excerpt table tr th,.single-blog.blog-detial .blog-post .post-excerpt dl dt{color:#232323}.main-menu .mega-menu .drop-down,.main-menu .mega-menu .drop-down-tab-bar{top:58px}.main-menu .mega-menu .drop-down-multilevel{top:58px}.main-menu .mega-menu ul.drop-down-multilevel li ul.drop-down-multilevel{top:0}.single-blog.blog-detial .blog-post .post-excerpt dl{margin-top:10px}.single-blog.blog-detial .blog-post .post-excerpt dl dt,.single-blog.blog-detial .blog-post .post-excerpt dl dd{margin-bottom:10px}.single-blog.blog-detial .blog-post .post-excerpt p strong,.single-blog.blog-detial .blog-post .post-excerpt p em strong,.single-blog.blog-detial .blog-post .post-excerpt ul li em strong{color:#232323}.about-us-content p{margin-bottom:15px}.single-blog.blog-detial .blog-post .post-excerpt .blog-section ol.comment-list .comment li{border-right:medium none}.blog-sidebar .widget.widget-content .textwidget p strong{color:#232323}.blog-sidebar .widget.widget-content a.rsswidget{display:inline-block}.blog-sidebar .widget{padding:20px 25px}.blog-sidebar .widget .widget-heading h4.panel-title{margin-bottom:10px}.blog-sidebar .widget .widget-heading h4 a{padding:0}.blog-sidebar .widget select{margin-top:15px}.blog-sidebar .widget.widget-content ul li.cat-item ul.children{padding:0;margin-left:10px!important}.gallery{margin-left:-0.5em;margin-right:-0.5em}.gallery:after{display:table;content:"";clear:both}.gallery-item{margin:0;float:left;padding:.5em}.gallery-item img{width:100%}.gallery-columns-1 .gallery-item{width:100%;float:none}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33.3333%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.6667%}.gallery-columns-7 .gallery-item{width:14.2857%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.1111%}.gallery-columns-2 .gallery-item:nth-child(2n+1),.gallery-columns-3 .gallery-item:nth-child(3n+1),.gallery-columns-4 .gallery-item:nth-child(4n+1),.gallery-columns-5 .gallery-item:nth-child(5n+1),.gallery-columns-6 .gallery-item:nth-child(6n+1),.gallery-columns-7 .gallery-item:nth-child(7n+1),.gallery-columns-8 .gallery-item:nth-child(8n+1),.gallery-columns-9 .gallery-item:nth-child(9n+1){clear:left}.post-desc img,.post-desc figure{max-width:100%!important}.post-desc table,.post-desc td,.post-desc th{border:1px solid #ddd;text-align:left}.post-desc table{border-collapse:collapse;width:100%}.post-desc th,.post-desc td{padding:15px}.children{padding-left:0!important;margin-left:25px!important}.media .children li{margin-bottom:0!important}.comment_form{margin-top:0!important}.commentform .form-submit{padding-left:15px}.comment-reply-title{margin-top:0!important}.comment-reply-title a{color:#f58936}#cancel-comment-reply-link{font-size:13px!important;color:#000}.sb_margin_top{margin-top:40px}.sb_margin_bottom{margin-bottom:40px}#wp-calendar{width:100%;font-size:16px}#wp-calendar thead th{background:#f5f5f5;border:1px solid #ddd;border-top:0;font-size:14px}#wp-calendar tbody td{text-align:center;border:1px solid #ddd;line-height:2.5em;transition:background .15s ease;-webkit-transition:background .15s ease;-o-transition:background .15s ease;-moz-transition:background .15s ease}#wp-calendar tbody td:hover{background:#f1f1f1;color:#333}#wp-calendar tbody td a{display:block;text-decoration:none;background:#f1f1f1;color:#333}#wp-calendar tbody td:hover a{background:#4d4d4d;color:#fff}#wp-calendar tfoot td{padding-top:1px;padding:4px}#wp-calendar caption{cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase;margin:0;padding:12px;outline:0 none!important;border:1px solid #ddd;color:#232323}#wp-calendar tbody a{display:block;text-decoration:underline}#wp-calendar th{text-align:center;border:1px solid transparent;border-top:0;padding:7px 0;color:#a7a7a7}#footer #wp-calendar thead th{background:#222}#footer #wp-calendar tbody td{border-color:#222}.screen-reader-text{display:none}.widget select{position:relative;display:inline-block;width:100%;margin-bottom:15px}.widget .sub-menu,ul.children li{padding-left:13px;border-bottom:0!important}.widget ul.children{margin-top:0;padding-left:0}.widget select{display:inline-block;width:100%;padding:10px 15px;outline:0}.textwidget img{width:300px;height:auto}#sb_message_response{display:none}.blog-sidebar .widget .sub-menu ul.children{margin-left:5px!important}.blog-sidebar .widget.widget-content ul.children{padding-top:2px;margin-top:0;padding-left:0;padding-bottom:2px}.sb_ads_top{padding-bottom:8px}.sb_ads_bottom{padding-bottom:28px}.sticky,.tag-sticky-2{background:0}.sticky,.tag-sticky-2{background-color:#ededed;border:1px solid #f5f5f5;color:#272727}.sticky:before,.tag-sticky-2:before{content:"\f08d";color:#999;padding:10px;font-family:FontAwesome;display:inline-block;right:24px;font-size:30px;position:absolute;text-transform:uppercase;top:20px}.blog-post .sticky,.blog-post .tag-sticky-2{background:#fff;border:2px solid #232323}.btn:focus,a:focus{outline:none!important;text-decoration:none!important}.logged-in-as a{color:#000!important}.section-padding-page{padding:40px 0}.bg-gray{background-color:#f0f0f0!important}.bg-white{background-color:#fff!important}.link-more{font-size:13px}.shop-grid .woocommerce-placeholder{height:344px!important}.custom_holder_single{width:293px!important;height:223px!important}.custom_holder_grid{height:269px!important;width:358px!important}.custom_holder_list{height:196px!important;width:261px!important}.no-custom-padding{padding:0!important}.orderby{height:40px;width:250px}.tab-content .product-tabs-content{padding:25px}.woocommerce-Reviews-title{display:none}.fun-facts-icons{font-size:45px;margin-bottom:10px}.why-icon{font-size:50px!important;line-height:70px!important;margin-left:20px!important}.woocommerce-product-search{background-color:transparent!important}#white_bar{display:none}html{margin-top:0!important}.clr_white{color:#fff}.white-social{color:#fff!important}.input-group-addon button{border:0;background-color:#eee}.tags ul li{margin-left:5px}.tagcloud a{font-size:14px!important}.parsley-custom-error-message{color:#c31619!important;font-size:13px!important; font-family: "Poppins",sans-serif; }.features .features-text h3 a{color:#000!important;font-size:16px;margin:0;padding:0 0 10px;text-align:left;text-transform:capitalize}.loading{background-color:transparent;background-image:url("/wp-content/themes/carspot/css/../images/sb-loader.gif");background-position:center center;background-repeat:no-repeat;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:999999;display:none}.loading:before{content:'';display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.3)}.cats-ld{display:none}#ad_posting{display:none}.select-package hr{margin-top:0!important}.cke_combo_button,.cke_button__outdent_icon,.cke_button__indent_icon,.cke_button__numberedlist_icon,.cke_button__about,#cke_18,#cke_15,#cke_16,#cke_13,.cke_toolbar_separator{display:none!important}.ad-price small{font-size:10px;color:#000;margin-right:5px}.status_active{background:#4caf50;color:#fff}.status_expired{background:#d9534f;color:#fff}.status_sold{background:#3498db;color:#fff}.ad_status{padding:5px 12px; margin-bottom:5px;}.category-grid-box-1 .message-box .message span{color:#fff;font-size:20px;font-weight:600;padding:5px 20px;text-transform:capitalize;background-color:#f58936!important}.category-grid-box-1 .message-box{bottom:3px;position:absolute;right:0}.category-grid-box-1 .message-box:hover{cursor:pointer}.message-text{width:100%!important}.message-history-active{background-color:#f8f8f8}.return-to-shop{display:none}.sb_anchor{color:#fff!important;font-weight:bolder}.popover-title{color:#000!important}.popover-content .btn-group a.btn-primary{color:#FFF!important}.popover-title{font-size:14px!important}.ad-listing .ad-content .additional-info li a:hover{background-color:#f58936!important}.padding-left{padding-left:10px!important}.jqte_editor ul{margin-left:39px!important}.ad-listing-meta ul{list-style:none!important}.search-block .text-box{position:relative;background:#f3f3f3}.icon-search{position:absolute;top:10px;left:14px;font-size:34px;color:#ccc}.search-modal .modal-body{position:relative;padding-top:0}.search-modal .modal-header{background:#202020 none repeat scroll 0 0}.search-modal .modal-header h3{color:#fff}.search-modal .form-control{background-color:transparent!important;border:none!important;padding-left:40px}.search-modal .search-block .popular-search{padding-top:15px}.search-modal .search-block .popular-search label{font-size:16px}.search-modal .search-block .popular-search ul li a{color:#232323}.search-modal .form-control:focus{box-shadow:none}.search-modal .close{color:#fff!important}.search-modal .close:hover,.search-modal .close:focus{color:#fff!important}.descs-box .desc-points{margin-bottom:0!important}.descs-box .desc-points p b{color:#232323!important}.descs-box .tags-share{border-bottom:0 solid #d7d7d7!important;padding:0!important}.padding_cats+.padding_cats{padding-left:5px}.contactEmail a{color:#000!important}span.profile_tabs{cursor:pointer!important}.blog-sidebar .widget .widget-content{background-color:#fff;border-top-color:#eee;overflow:hidden;padding:20px 25px}.widget-content ol{padding-left:15px}.f_custom{display:block}.wpcf7-form .form-control{display:inline-block}span .wpcf7-not-valid{border:1px solid #f00}span.wpcf7-not-valid-tip{display:none}div.wpcf7-validation-errors{background:#ffe2e2;border:1px solid #f00;color:#c10000}div.wpcf7-response-output{margin:2em 0;padding:15px;border-radius:5px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;position:absolute;top:0;width:100%}div.wpcf7-validation-errors{display:none!important}.wpcf7-spam-blocked{background:#e2e2e2;border:1px solid #bcbcbc!important;color:#383838}.wpcf7-mail-sent-ng{background:#fcf8e3;border:1px solid #ac9163!important;color:#8a6d3b}.wpcf7-mail-sent-ok{background:#dff0d8;border:1px solid #3c763d!important;color:#3c763d}.blog-sidebar .widget.widget-content .tagcloud a:hover{color:#fff}.single-blog.blog-detial .blog-post .post-excerpt blockquote p cite{color:#232323;font-weight:600}.static-page .blog-post{border:medium none}.mid-container.list-group .item.list-group-items .category-grid-box-1 .short-description-1{position:inherit}.mid-container.list-group .item.list-group-items .category-grid-box-1 .image .price-tag{top:auto;bottom:0}.colored-header .mega-menu ul.drop-down-multilevel{top:70px}.colored-header .mega-menu ul.drop-down-multilevel li ul.drop-down-multilevel{top:0}.widget .search-form input.search-submit{display:none!important}.post-desc h1{font-size:48px;margin:25px 0 0}.post-desc h2{font-size:30px;margin:25px 0}.post-desc h3{font-size:22px;margin:22px 0}.post-desc h4{font-size:20px;margin:25px 0}.post-desc h5{font-size:18px;margin:30px 0}.post-desc h6{font-size:16px;margin:36px 0}.post-desc img,.post-desc img[height],.post-desc img[class*="align"],.post-desc img[class*="wp-image-"],.post-desc img[class*="attachment-"]{height:auto}.comment-list .comment .comment-content p{font-size:18px;margin:0 0 24px}.blog-sidebar .widget .select2-container--default .select2-selection--single .select2-selection__clear{display:none}.sb-top-bar_notification{background-color:#fcf8e3;text-align:center;padding:.6em;color:black;font-size:smaller;font-weight:800;display:none}.sb-top-bar_notification a{text-decoration:none;color:#8a6d3b}.user-img{width:50px!important}.header-top .header-right ul.listnone li.dropdown ul.dropdown-menu{left:auto;right:0!important}.blog-sidebar .widget .input-group-addon{color:#fff;border:medium none;border-radius:0}.blog-post .post-excerpt form.post-password-form input[type="submit"]{color:#fff;padding:2px 15px}.static-page .single-blog.blog-detial.blog-detial .blog-section .blog-heading hr{margin:0;}img.size-full, img.size-large, img.header-image, img.wp-post-image {
    height: auto;
    max-width: 100%;
}
.single-blog.blog-detial .blog-post .blog-section .comment-list .comment .comment-info .author-desc ul.list-inline {
	margin:10px 0;
	padding-left:0;
}
.single-blog.blog-detial .blog-post .blog-section .comment-list .comment .comment-info .author-desc ul.list-inline li {
	padding-left:0;
}
.static-page .post-excerpt {
	margin-bottom:0;
}

.static-page .single-blog.blog-detial .post-excerpt.post-desc  ol{
	margin-bottom:0;
}
.parsley-required {
    color: #c31619 !important;
    font-size: 13px !important;
}

.post-ad-form .row .col-md-6 {
	min-height:97px;
}
.calendar-div i.fa-calendar
{
		position:absolute;
		right:30px;
		top:50px;
}

.photo-rearrange i{
	margin-right:5px;
}
.photo-rearrange a{
	color: #777;
}
.sortable-images #sortable {
   margin-bottom: 20px;
	margin-top: 15px;
}
.sortable-images #sortable li {
    display: inline-block;
    text-align: center;
    cursor: move;
    border: 4px solid #e7e7e7;
	padding: 0;
}
.posts-masonry {
	position:relative;
	overflow:hidden;
}

/**
*   Wpml Menu
*/
.hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown, .hoverTrigger.cs-wpml .js-wpml-ls-legacy-dropdown-click {
	width: auto;
	min-width: 125px;
	max-width: 100%;

}
.hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown a {
	/*color: #fff;*/
	border: none;
	background-color:transparent;
	padding:17px;
	font-size:14px;
	text-transform:uppercase;
}

.header-transparent .hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown a{
	color: #FFF;
}
.navigation-2 .hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown a{
	color: #FFF;
}

.hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: none;
	background-color:#FFF;
	min-width: 210px;
	top: 67px;
}

.hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
	margin: 0 .6em;
}
hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	content:'/f107';
	font-family:FontAwesome;
	border:none;
}
.hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown a:hover, .hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown a:focus, .hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
	color:#E52D27;
	border: none;
	background-color: transparent;
}

.hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 2px solid #E52D27;
}
.hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	color:#242424;
}
.hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
	color:#e52d27;
}
.hoverTrigger.cs-wpml .wpml-ls-legacy-dropdown .wpml-ls-flag {
	margin-top: 3px;
}

.hoverTrigger.cs-wpml .js-wpml-ls-legacy-dropdown-click a {
	/*color: #fff; */
	border: none;
	background-color:transparent;
	padding:17px;
	font-size:14px;
}

.hoverTrigger.cs-wpml .js-wpml-ls-legacy-dropdown-click a:hover {
	background-color:transparent;
}

.hoverTrigger.cs-wpml .js-wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	border-top: none;
	background-color:#FFF;
	min-width: 210px;
	color: #fff;
	top: 67px;
}

.hoverTrigger.cs-wpml .js-wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	color : black;
}
.hoverTrigger.cs-wpml .js-wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
	background-color:#e52d27;
}
.section-padding .col-md-12 .postdetails {
  width: 95%;
}



/* get badge button */

 /* Style for the button */
 .get-badge-button {
	background-color: #3498db;
	color: white;
	border: 2px solid #3498db;
	padding: 10px 20px;
	border-radius: 50px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
	text-transform: uppercase;
}

/* Hover effect */
.get-badge-button:hover {
	background-color: #297db9;
}


/* badge image css */
.badge_image{
	height:"100px";
	width:"100px";
	display: "block"; 
	margin-left: "auto"
}
/*!/wp-content/themes/carspot/css/toastr.min.css*/
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
/*!/wp-content/themes/carspot/css/woocommerce.css*/
.woocommerce ul, .woocommerce ul li {
	list-style:none !important;	
}

.wc-proceed-to-checkout {
	display:inline-table !important;
}

.woocommerce .cross-sells h2 {
	color:#232323;
	font-size:20px;
	text-transform:capitalize;	
}	

.woocommerce .cross-sells ul.products li {
	 background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: background 0.5s ease-in-out 0s;
}

.woocommerce .cross-sells ul.products li h3{
	color: #232323;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 12px;
    text-transform: capitalize;
}

.woocommerce .cross-sells ul.products li .star-rating {
	 margin: 0 auto;
}
.woocommerce .cross-sells ul.products li .price {
	 margin-top:10px;
}
.woocommerce .side-bar .widget ul li.wc-layered-nav-rating  a::after , .woocommerce .side-bar .widget ul li.mini_cart_item  a::after {
    display:none;
}
.woocommerce .widget_shopping_cart_content .cart_list li a.remove, .woocommerce.widget_shopping_cart_content .cart_list li a.remove {
    color: #e52d27 !important;
    font-size: 20px;
    font-weight: bold;
    line-height: normal !important;
    left: 5px;
     position: absolute;
     overflow:hidden;
     z-index:999;
}

.woocommerce .widget_shopping_cart_content .cart_list li a.remove:hover , .woocommerce.widget_shopping_cart_content .cart_list li a.remove:hover{
	background:inherit;	
}

p.total {
    margin-top:15px;    
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget li.empty {
    margin-bottom: 0;
    padding-bottom: 0;
	position:relative;
}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
    padding-bottom: 0;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 14px;
}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
    border: medium none;
    margin-bottom: 0 !important;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    box-shadow: none !important;
    float: left !important;
    margin: 0 15px 0 0 !important;
    width: 80px !important;
}


.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
    padding-top: 0;
    position: relative;
}
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    border: medium none !important;
    margin-left: 15px;
}
.woocommerce .widget_shopping_cart_content .total strong, .woocommerce.widget_shopping_cart_content .total strong {
    display: inline-block;
    min-width: 40px;
	color:#232323;
}
.side-bar.col-left .amount {
    color: #000;
    
    font-size: 14px;
    font-weight:600;
}
.side-bar.col-left del .amount {
    color: #999;
    font-weight: normal;
}
.woocommerce .product-view .product-shop .star-rating::before {
    font-size: 14px !important;
    letter-spacing: 2px;
}
.woocommerce .product-view .product-shop .star-rating {
    font-size: 14px !important;
    letter-spacing: 2px;
    margin-top: 8px !important;
}
.woocommerce .star-rating::before {
    font-size: 16px !important;
}
.woocommerce .star-rating {
    font-size: 16px !important;
    letter-spacing: 2px;
    margin-top: 4px !important;
    width: 6.3em !important;
}
.woocommerce-review-link {
    color: #777;
    font-size: 16px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    box-shadow: none !important;
    float: left !important;
    margin: 0 12px 0 0 !important;
    width: 80px !important;
}
.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    border: medium none !important;
    margin-left: 15px;
    padding-top: 0;
}
.woocommerce-page .widget_shopping_cart p.buttons {
    margin-bottom: 5px;
    margin-left: 15px;
    margin-top: 15px;
}
.woocommerce.widget_shopping_cart_content a.button.checkout {
    margin-left: 10px;
}
.side-bar ins.amount {
    color: #d00a2d;
    font-size: 13px;
    font-weight:600;
}
.side-bar .old-price .amount {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
    
     font-size: 14px;
     display: block;
    margin-bottom: 3px;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover, .woocommerce-page ul.cart_list li a:hover, .woocommerce-page ul.product_list_widget li a:hover {
    color: #222;
}
.widget_shopping_cart_content_content li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px !important;
    padding: 6px 2px 15px !important;
}
.widget_shopping_cart_content_content li.empty {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
    color: #ffc107;
}
.price_slider_wrapper {
    padding: 12px 0 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #222 !important;
    border-radius: 100%;
}
.woocommerce .widget_price_filter .price_slider_amount {
    
    font-weight:600;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #333 !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #999 !important;
    margin-bottom: 22px;
    margin-top: 12px;
}
.woocommerce-product-search {
    background-color: #fff;
    padding: 0;
}
.woocommerce-product-search label {
    border-bottom: 1px solid #222;
    color: #333;
    display: none;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.woocommerce-product-search input {
    border: 1px solid #e3e3e3  !important;
    color: #fff !important;
    font-size: 14px;
    font-weight:600;
    margin-top: 2px;
    padding: 6px 15px;
    text-transform: uppercase;
}

.woocommerce-product-search input.search-field {
    background: #fff none repeat scroll 0 0 !important;
    color: #ccc !important;
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
    padding: 6px 10px;
    text-transform: none;
    width: 60%;
}

.clear-all {
    background: #222 none repeat scroll 0 0 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
    display: inline-block;
    font-size: 11px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    line-height: normal;
    padding: 10px 12px !important;
    text-transform: uppercase !important;
}
.clear-all:hover {
    background: #222 none repeat scroll 0 0 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
    padding: 10px 12px !important;
}

.clear-all::before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 5px;
}

.side-bar .button {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #e5e5e5 !important;
    color: #666 !important;

    font-size: 11px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.side-bar .button:hover {
    background: #efbb20 none repeat scroll 0 0 !important;
    border: 1px solid #efbb20 !important;
    color: #fff !important;
    padding: 10px 15px !important;
}
.woocommerce.widget_product_tag_cloud .tagcloud {
    padding: 15px 0 0;
}
.widget_product_categories {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 30px;
    padding-bottom: 4px;
}
.widget_product_categories .product-categories {
    padding: 8px 12px;
}
.widget_product_categories .product-categories li {
    border-bottom: 0 solid #eaeaea;
    padding: 6px 0 8px;
    position: relative;
}
.widget_product_categories .product-categories li:last-child {
    border-bottom: medium none;
}
.widget_product_categories .product-categories li a {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.widget_product_categories .product-categories li a ul li a {
    text-transform: none;
}
.widget_product_categories .product-categories li.current-cat a {
    color: #222;
    font-size: 12px;
    font-weight:600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.widget_product_categories .product-categories li.current-cat ul li a {
    border-bottom: 0 solid #eaeaea;
    color: #222;
    font-size: 12px !important;
    font-weight: normal;
    text-transform: none;
}
.widget_product_categories .product-categories li ul li {
    padding-bottom: 4px;
    padding-left: 6px;
    padding-top: 4px;
}
.widget_product_categories .product-categories li ul li {
    border-bottom: medium none;
}
.widget_product_categories .product-categories li ul li a {
    border-bottom: 0 solid #eaeaea;
    color: #000;
    font-size: 12px !important;
    font-weight: normal;
    margin: 0 !important;
    padding: 6px 3px !important;
    text-decoration: none;
    text-transform: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.widget_product_categories .product-categories li .count {
    display: none;
}
.widget_product_categories .product-categories li ul li::before {
    color: #999;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    height: inherit;
    line-height: 16px;
    padding-right: 4px;
    position: relative;
    vertical-align: text-bottom;
}
.widget_product_categories .product-categories {
    margin-top: 8px;
    overflow: auto;
    padding: 0;
}
.widget_product_categories .cat-item.cat-parent:hover {
    cursor: pointer;
}

.variations_form.cart {
    border-bottom: 0 dotted #ddd;
    margin: 18px 0 10px;
    padding: 0 0 6px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0 !important;
}
.woocommerce div.product form.cart .variations select {
    margin-bottom: 15px !important;
    width: 160px;
}
.product-view .product-shop .icon-plus::before {
    font-size: 14px;
}
.product-view .product-shop del .amount {
    color: #999;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}
.product-view .product-shop .price del {
    color: #999;
}
.product-view .product-shop .icon-minus::before {
    font-size: 14px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #d00a2d !important;
    font-weight: bold !important;
}

.woocommerce p.stars a.star-1::after, .woocommerce p.stars a.star-2::after, .woocommerce p.stars a.star-3::after, .woocommerce p.stars a.star-4::after, .woocommerce p.stars a.star-5::after, .woocommerce-page p.stars a.star-1::after, .woocommerce-page p.stars a.star-2::after, .woocommerce-page p.stars a.star-3::after, .woocommerce-page p.stars a.star-4::after, .woocommerce-page p.stars a.star-5::after {
    color: #ffc107;
}
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #000;
    
    font-weight:600;
    height: 40px !important;
    width: 65px !important;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus {
    height: 20px !important;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    left: 1.5em;
    position: absolute;
    top: 1em;
}

.woocommerce table.wishlist_table th.product-price, .woocommerce table.wishlist_table th.product-stock-stauts {
    text-align: center;
}

.woocommerce table.wishlist_table thead th {
    padding: 10px !important;
}
h3#order_review_heading {
    border-bottom: 0 solid #e4e4e4;
    color: #333;
    font-size: 15px;
    font-weight:600;
    margin-bottom:15px;
    overflow:hidden;
    line-height: 35px;
    text-align: left;
	margin: 0 0 15px;
    text-transform: uppercase;
}
#tab-description h2 {
    display: none;
}

#reviews #comments h2 {
    font-size: 14px;
    font-weight:600;
    letter-spacing: 1px;
    margin: auto auto 15px;
    padding: 0;
    text-transform: uppercase;
}
#review_form #respond h3 {
    font-size: 14px;
    font-weight:600;
    letter-spacing: 1px;
    margin: auto auto 15px;
    padding: 0;
    text-transform: uppercase;
}
.woocommerce-tabs .panel {
    box-shadow: none !important;
    margin-bottom: 0;
}

.woocommerce a.button.checkout {
    background: #222 none repeat scroll 0 0 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
}
.woocommerce a.button.btn-proceed-checkout {
    background: #fcd54c none repeat scroll 0 0 !important;
    border: 1px solid #fcd54c !important;
    border-radius: 0;
    color: #000 !important;
    padding: 12px 35px !important;
}
.woocommerce a.button.btn-proceed-checkout span {
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}
.woocommerce a.button.btn-proceed-checkout:hover {
    background: #222 none repeat scroll 0 0 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
}
a.showcoupon {
    color: #222;
}

.woocommerce .blockUI.blockOverlay {
    display: none !important;
}
.woocommerce-account #customer_login h2 {
    font-size: 13px;
    font-weight:600;
    letter-spacing: 1px;
    margin: 5px auto 10px;
    text-transform: uppercase;
}

.woocommerce .woocommerce-info::before {
    color: green !important;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    left: 1.5em;
    position: absolute;
    top: 1.1em;
}
.woocommerce .woocommerce-info::before, .woocommerce-page .woocommerce-info::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #339900 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    left: 15px !important;
    top: 13px !important;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error {
    background: #f3fdf0 none repeat scroll 0 0;
    border: 1px solid #e2f7db !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #5e5e5e;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 1em 1em 0.5em 3.5em !important;
    position: relative;
    text-shadow: 0 0 0 #ffffff;
    width: auto;
}
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
    background: #f3fdf0 none repeat scroll 0 0;
    border: 1px solid #e2f7db !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #5e5e5e;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 1em 1em 1em 3.5em !important;
    position: relative;
    text-shadow: 0 0 0 #ffffff;
    width: auto;
}
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
    background: #fae2e5 none repeat scroll 0 0;
    border: 1px solid #f4d1d4 !important;
}
ul.woocommerce-error li {
    float: left !important;
    margin-right: 10px !important;
    padding: 4px 0;
    text-align: left;
    width: 100%;
}
.step-title h3, .woocommerce-shipping-fields h3 {
    color: #000;
    font-size: 16px;
    font-weight:600;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.select2-container .select2-choice {
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    color: #444;
    display: block;
    font-weight: 400;
    overflow: hidden;
    padding: 0 8px !important;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.woocommerce table.shop_table .amount {
    color:#232323;
    font-size: 16px;
}
.woocommerce-checkout #payment div.form-row {
    margin-bottom: 25px;
}
.woocommerce .cart .button.btn-update {
    background: #222 none repeat scroll 0 0 !important;
    border: 1px solid #222 !important;
    border-radius: 0;
    color: #fff !important;
    float: right !important;
    
    font-size: 11px;
    font-weight:600;
    letter-spacing: 1px;
    margin-left: 8px !important;
    padding: 10px 12px;
}
.woocommerce .cart .button.btn-update:hover {
    background: #222 none repeat scroll 0 0 !important;
    border: 1px solid #222 !important;
}
#empty_cart_button.button {
    background-color: #fff !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 0;
    color: #666 !important;
    float: right;
    
    font-size: 11px;
    font-weight:600;
    letter-spacing: 1px;
    padding: 10px 12px;
}
#empty_cart_button.button:hover {
    background-color: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
}
.shop_table .button.btn-continue {
    background-color: #fff !important;
    border: 1px solid #d1d1d1 !important;
    border-radius: 0;
    color: #666 !important;
    float: left !important;
    
    font-size: 11px;
    font-weight:600;
    letter-spacing: 1px;
    padding: 10px 12px;
}
.shop_table .button.btn-continue:hover {
    background-color: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
}
.button.coupon, .button.btn-continue, .button.continue, .button.login, button.btn-share, .button.create-account {
    background-color: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
}
#discount-coupon-form button.button {
    background: #222 none repeat scroll 0 0 !important;
    border: 1px solid #222 !important;
    border-radius: 0;
    color: #fff !important;
    
    font-size: 11px;
    font-weight:600;
    letter-spacing: 1px;
    margin-top: 8px;
    padding: 10px 12px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    border: medium none;
    margin-bottom: 8px !important;
    padding: 2px 0 0;
}
.summary .product_meta {
    margin-top: 5px !important;
}
#yith-quick-view-content div.summary .product-name h1 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 2px;
    padding-bottom: 12px;
    text-align: left;
    text-transform: uppercase;
}
#yith-quick-view-content div.summary .star-rating::before {
    font-size: 15px !important;
}
#yith-quick-view-content div.summary .star-rating {
    font-size: 15px !important;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px !important;
    margin-top: 10px;
}

.woocommerce form.checkout_coupon {
    border-radius: 0;
}
.woocommerce form.checkout_coupon input.button {
    padding: 15px 25px;
}
.woocommerce form.login, .woocommerce form.register {
    border: medium none;
    border-radius: 0;
    margin: auto;
    padding: 0;
}

.woocommerce  label {
    color: #999  !important;
    font-size: 14px;
}

p.lost_password {
    float: right;
    margin-right: 55px;
    margin-top: -34px;
}
p.lost_password a {
    font-size: 12px;
    text-decoration: underline;
}
.woocommerce form.register {
    min-height: 285px;
}
#shopping-cart-totals-table label {
    display: inline;
}
.woocommerce div.product form.cart table.group_table {
    margin-bottom: 18px;
    margin-top: 2px;
}
.woocommerce div.product form.cart table.group_table .fa.fa-shopping-cart {
    display: none;
}
.woocommerce div.product .group_table p.stock {
    margin: auto;
}
.woocommerce div.product form.cart table.group_table tbody {
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}
.woocommerce div.product form.cart table.group_table tbody tr {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.woocommerce div.product form.cart table.group_table tbody tr:last-child {
    border-bottom: 0 solid #ddd;
}
.woocommerce div.product form.cart .group_table td.label {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    margin: auto;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table label {
    font-size: 14px;
    line-height: 20px;
    margin: 12px auto auto;
}
.woocommerce div.product form.cart .group_table label a {
    color: #333;
}
.woocommerce div.product form.cart .group_table td:last-child {
    padding-bottom: 10px;
    padding-top: 12px;
}
.woocommerce .group_table .quantity input.qty {
    background: #fff none repeat scroll 0 0;
    height: 39px !important;
    padding: 2px 8px;
}
.woocommerce div.product form.cart .group_table td {
    padding: 8px;
}
.woocommerce div.product form.cart table.group_table .price {
    font-size: 14px;
    padding-top: 14px;
}
.woocommerce div.product form.cart table.group_table .price ins, .woocommerce div.product form.cart table.group_table .price span.amount {
    font-size: 13px;
    font-weight:600;
}
.woocommerce div.product form.cart table.group_table .price del .amount {
    font-weight: normal;
}
.woocommerce div.product form.cart .group_table td label.pull-left {
    display: none;
}
.woocommerce div.product form.cart .group_table td .button .icon-shopping-cart {
    display: none;
}
.mini-cart dl.variation {
    margin-bottom: 0;
}
.mini-cart dd p {
    margin-bottom: 0;
}
.mini-cart dl.variation {
    margin-bottom: 0;
    margin-left: 80px;
    text-align: left;
}
.mini-cart dd p {
    margin-bottom: 0;
}
.mini-cart dl.variation dt {
    display: inline-block;
}
.mini-cart dl.variation dd {
    display: inline-block;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    border-left: medium none !important;
    display: table !important;
    margin: 0;
    padding-left: 0 !important;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    margin-bottom: auto !important;
}
.single_variation_wrap .variations_button {
    display: inline-block;
    width: 100%;
}
.single_variation_wrap .variations_button label.pull-left {
    line-height: 40px;
    margin-right: 10px;
}
.woocommerce-account .page-content .woocommerce h2 {
    font-size: 16px;
    font-weight:600;
    letter-spacing: 1px;
}
.col2-set .col-1.address {
    border: medium none;
}
.woocommerce-account .page-content .woocommerce h3 {
    font-size: 16px;
    font-weight:600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.woocommerce-account .col-main {
    margin-bottom: 15px;
}
.shop_table dl {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.shop_table dl dt {
    display: inline-block;
    font-size: 12px;
}
.shop_table dd p, .shop_table dd {
    display: inline-block;
    font-size: 12px;
    margin: auto;
}
.shop_table .item-options dd {
    color: #cccccc;
    margin: 0;
}
.woocommerce-message .button.wc-forward {
    border: 1px solid #6dbe14 !important;
    box-shadow: 0 0 0 0 #fff inset;
    transition: all 0.4s cubic-bezier(0.8, 0, 0, 1) 0s;
}
.woocommerce-message .button.wc-forward:hover {
    border: 1px solid #6dbe14 !important;
    box-shadow: 0 -40px 0 0 #6dbe14 inset !important;
    transition: all 0.4s cubic-bezier(0.8, 0, 0, 1) 0s;
}
.box-additional .products-grid .item .item-inner .item-img .item-box-hover .product-detail-bnt a {
    padding: 12px 0 !important;
}
.woocommerce ul#shipping_method label {
    display: inline;
}
.woocommerce form.register input[type="email"], .woocommerce form.register input[type="email"]:focus {
    outline: medium none;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #333 !important;
}
.widget-posts-wrap {
    margin-top: 15px;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 10px 0 0;
}
.search-results .display-product-option {
    float: none;
    margin-top: -12px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.search-results .toolbar .woocommerce-message {
    left: 0;
    position: absolute;
    top: -45px;
    width: 100%;
}
.side-bar .widget_shopping_cart_content {
    padding-bottom: 10px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 10px;
    vertical-align: middle;
}
.category-products .products-grid li.item.wide-first {
    clear: both;
}
.cart-collaterals .totals h2 {
    border-bottom: 2px solid #eaeaea;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    margin-top: auto;
    padding: 10px 0;
    text-transform: uppercase;
}
.cart_totals.totals.calculated_shipping table.shop_table {
    margin: 15px !important;
}


.woocommerce .widget_layered_nav ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    padding: 15px 0 0;
}
.woocommerce .widget_layered_nav_filters ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    padding: 15px 0 0;
}
.woocommerce .widget_layered_nav_filters ul li {
    display: block;
    margin-bottom: 4px;
    width: 100%;
}
.woocommerce .woocommerce-info::before {
    color: green !important;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    left: 1.5em;
    position: absolute;
    top: 1.1em;
}
.woocommerce .woocommerce-info::before, .woocommerce-page .woocommerce-info::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #339900 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    left: 15px !important;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error {
    background: #f3fdf0 none repeat scroll 0 0;
    border: 1px solid #e2f7db !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #5e5e5e;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 1em 1em 0.6em 3.5em !important;
    position: relative;
    text-shadow: 0 0 0 #ffffff;
    width: auto;
}
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
    background: #f3fdf0 none repeat scroll 0 0;
    border: 1px solid #e2f7db !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #5e5e5e;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 0.7em 1em 0.7em 3.5em !important;
    position: relative;
    text-shadow: 0 0 0 #ffffff;
    width: auto;
}
.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
    background: #fae2e5 none repeat scroll 0 0;
    border: 1px solid #f4d1d4 !important;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
    float: right;
    font-size: 11px !important;
    font-weight: normal !important;
    height: auto !important;
    margin-top: -4px;
    padding: 4px 8px !important;
}
.woocommerce .woocommerce-message .button {
    background-color: #6dbe14 !important;
    border: 1px solid #6dbe14 !important;
    color: #fff !important;
    font-weight: normal !important;
    height: inherit !important;
    margin-top: -4px;
    padding: 3px 10px !important;
}
.widget_recent_entries ul {
    margin-top: 12px;
}
.widget_recent_entries ul li {
    padding: 4px 0;
}
.radio, .checkbox {
    display: inline-block;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    color: #fff !important;
}
.woocommerce input#coupon_code {
    margin-bottom:0;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 5px 0 0;
}
.woocommerce-account .page-title h2 {
/*    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
*/}
.woocommerce form.login input.button, .woocommerce form.register input.button {
    background-color: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
    float: left !important;
    margin-right: 10px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
}

/*DashBoard*/


.woocommerce-MyAccount-navigation ul {
	box-shadow:0 0 30px 0 rgba(33, 30, 25, 0.1);
	position:relative;
	overflow:hidden;
	margin-top:0;
	padding-left:0;
}

.woocommerce-MyAccount-navigation ul li a{
	border-bottom: 1px solid #ebebeb;
    display: block;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
	color:#232323;
	font-weight:500;
	 font-family: "Poppins",sans-serif;
		
}

.woocommerce-MyAccount-content {
	box-shadow:0 0 30px 0 rgba(33, 30, 25, 0.1);
	position:relative;
	overflow:hidden;
	padding:15px;
}

/* WooCOmmerce */
.woocommerce-page #content div.product div.images {
float: left;
width: 48%;
margin-bottom: 2em;
}

.woocommerce-main-image
{
	background: #fff none repeat scroll 0 0;
    border: 5px solid #c49e60 !important;
    color: #232323 !important;
    cursor: pointer !important;
    float: left !important;
    overflow: hidden !important;
    padding: 20px !important;
    position: relative !important;
    text-align: center !important;
    width: 100% !important;
}

.woocommerce-breadcrumb {
	margin:40px 30px !important;	
}
.woocommerce-breadcrumb {
	color: #c49e60 !important;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;	
}
.woocommerce-breadcrumb a {
	color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;	
}
.woocommerce span.onsale {
	z-index:99;
	 background-color: #c49e60;
    border-radius: 100%;
    color: #fff;
    font-size: 0.857em;
    font-weight: 700;
    line-height: 2 ;
    margin: 0;
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 20px !important;
    position: absolute;
    right: 49em !important;
    text-align: center;
    top: -0.5em;
	left:auto !important;
}
.woocommerce span.onsale::before {
    border-color: transparent transparent transparent #c49e60;
    border-style: solid;
    border-width: 0 10px 15px 20px;
    bottom: -5px;
    content: "";
    left: 25%;
    position: absolute;
}
.woocommerce div.product .product_title {
	text-transform:uppercase;	
	font-weight:600;
}
.p-vote {
	display:block;
	position:relative;
	overflow:hidden;	
}
.p-vote i {
	float:left;
	margin-right:10px;
	color:#c49e60;
	font-size:20px;
}

.woocommerce .quantity .qty {
    padding: 12px 8px 12px 15px;
    text-align: center;
    width: 6em;
	margin-right: 30px;
	border: 1px solid #c49e60;
}
.woocommerce div.product form.cart .button {
    float: left;
    vertical-align: middle;
	padding:15px 30px;
	background-color: #c49e60 ;
    border: 1px solid #c49e60;
    color: #FFF;
    letter-spacing: 2px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-transform:uppercase;
}
.woocommerce div.product form.cart .button:hover {
	background-color:transparent !important;
	color:#c49e60 !important;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.woocommerce div.product div.images div.thumbnails {
    clear: both;
    padding-top: 2em;
    position: relative;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    border: 1px solid;
    padding: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding:0;	
	margin-bottom:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #c49e60;
    border-bottom-color: #fff;
    z-index: 2;
	border-radius:0;
	color:#FFF;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	border-radius:0;
	border:0;	
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom:3px solid #c49e60;	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	box-shadow:none !important;
	border:none !important;	
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 20px;	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.21);
	margin-top: 30px !important;	
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
	color:#232323;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
	color:#c49e60;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    text-transform: uppercase;
	font-size: 12px;
    letter-spacing: 1px;
    padding: 14px 25px;
    border-radius: 1px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	color:#fff;
}

.woocommerce .blog-sidebar .widget #respond input#submit, .woocommerce .blog-sidebar .widget a.button, .woocommerce .blog-sidebar .widget button.button, .woocommerce .blog-sidebar .widget input.button {
	letter-spacing:0;
	padding: 12px 15px;
	
}

.woocommerce .blog-sidebar .widget a.button.checkout {
	border:medium none;
	margin-left:5px;
}

.woocommerce .blog-sidebar .widget .star-rating , .woocommerce .blog-sidebar .widget .star-rating::before {
    font-size: 12px !important;
	margin-bottom: 3px !important;
}

.woocommerce .blog-sidebar .widget .reviewer{
	font-size:14px;
}

.woocommerce .blog-sidebar .widget span.star-rating span {
	color:#ffc107;	
}

.woocommerce .blog-sidebar .widget ul.product_list_widget li a span.product-title {
	color:#232323;
	padding-left:0;	
}
    
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
        background-color: #efbb20;
    border-color: #efbb20;
    color:#fff;
  }
  .woocommerce ul.products li.product h3:hover {
       color: #efbb20;
  }
    
.woocommerce-message .button:hover, .checkout_coupon .button:hover {
	background-color: #efbb20;
    border-color: #efbb20;
    color: #fff !important;
}

.blog-article-content h2 {
	text-transform:uppercase;
	font-weight:600;
		
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
	text-transform:uppercase;
	font-weight:600;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
    text-transform: uppercase;
	width:auto !important;
     margin-top: 5px;
	 height:43px;
}

.woocommerce-cart .cart_totals table {
    border: medium none !important;
    border-collapse: separate;
    margin: 15px;
    padding: 0;
    width: 100%;
}


.woocommerce table.shop_table {
    border:medium none !important;
    border-collapse: collapse !important;
    border-radius:0;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}

.woocommerce table.shop_table tr{
    border-bottom:1px solid #ebe9eb !important;
}


.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0 none !important;
}


.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    border-left: 0 none;
    border-right: 0 none;
    line-height: 2em;
    padding: 6px 0;
    vertical-align: top;
    width:100%;
}
.woocommerce table.shop_table .amount {
    font-size: 14px;
}

.woocommerce-cart .cart_totals tr td, .woocommerce-cart  .cart_totals tr th {
    border-top: 1px solid #ebe9eb;
}
.woocommerce-cart .cart_totals table td, .woocommerce-cart  .cart_totals table th {
    border-left: 0 none;
    border-right: 0 none;
    line-height: 2em;
    padding: 6px 0;
    vertical-align: top;
    
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #fff;
     padding:15px 35px !important;
    font-size: 14px !important;
}

.woocommerce table.shop_table td .button:hover, .wc-proceed-to-checkout .button:hover, .place-order .button:hover {
    color: #fff !important;
}
.woocommerce table.shop_table td .button {
	padding:15px 35px !important;
    color: #FFF !important;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
     font-size: 12px;

}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	padding:30px 15px !important;	
}
.woocommerce .shop_table thead tr {
	padding:10px !important;
}
.woocommerce .shop_table thead tr th {
	padding:15px !important;
	color:#fff !important;
	 font-weight: 600 !important;
      background: #000 none repeat scroll 0 0;
	
}

.woocommerce ul.products li.product .price  {
    color: #999 !important;
    font-size: 0.857em;
    font-weight: 400;
}

.woocommerce .cart-subtotal, .woocommerce .order-total {
	text-transform:uppercase;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
     background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    height: auto;
    padding: 15px 12px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    margin-bottom:38px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background-color:transparent;
    border: 1px solid #d3ced2;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}
.woocommerce .cart-subtotal th {
    border-bottom:medium none;    
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-checkout h3 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom:15px;
}
.woocommerce-billing-fields label, .woocommerce-shipping-fields label {
	 text-transform:uppercase;
}
.shop_table .product-name, .shop_table .product-total {
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;	
}
.woocommerce form .form-row .select2-container {
	line-height:3em;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
	letter-spacing:1px;	
}
.woocommerce-message{
	background-color: #fff;
    margin-top: 30px !important;
    padding: 20px; }

/* data */

body .woocommerce .woocommerce-tabs h2 {
    margin-bottom: 5px;
}
body .woocommerce .woocommerce-tabs table {
    margin-top: 10px;
}
body .woocommerce .woocommerce-tabs #review_form {
    padding-bottom: 15px;
}
#single-product-page-progression-studios .related.products {
    padding-bottom: 25px;
}
body .woocommerce .woocommerce-tabs.wc-tabs-wrapper {
    padding: 20px 0;
}
body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    margin: 0;
    padding: 0;
}
body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs::before {
    border-bottom: 2px solid #ebebeb;
}
body.woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li::before, body.woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li::after {
    display: none !important;
}
body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    margin: 0;
    padding: 0;
}
body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
    background: transparent none repeat scroll 0 0;
    border-left: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    color: #888888;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1;
    margin: 0;
    padding: 20px 30px;
    text-transform: uppercase;
}
body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:last-child a {
    border-right: 1px solid #ebebeb;
}
body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
}
body .woocommerce .woocommerce-tabs.wc-tabs-wrapper .entry-content {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 2px solid #ebebeb;
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
    padding: 30px 30px 10px;
}
.woocommerce-tabs.wc-tabs-wrapper #reviews ol.commentlist {
    padding-top: 10px;
}
ol.commentlist
{
	padding-left:0;
}
.woocommerce-tabs.wc-tabs-wrapper #reviews h3#reply-title {
    margin: 30px 0 15px;
    text-align: left;
}
.woocommerce p.myaccount_user {
    margin-bottom: 30px;
}
.woocommerce .col-1.address {
    padding: 30px 0 20px;
}

body  form.lost_reset_password, body  form.login {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    padding: 4%;
}
body  table.shop_table {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #d5d8dd;
    border-color: #d5d8dd;
    border-radius: 0;
    border-top: 1px solid #d5d8dd;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}
body  table.shop_table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #d5d8dd;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #23272c;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1;
    padding-bottom: 20px;
    padding-top: 20px;
	letter-spacing:1px;
}
body  table.shop_table td, body  table.shop_table tr {
    border-top: medium none;
    font-size: 14px;
}

body  .woocommerce table.shop_table .product-quantity input {
    padding: 10px;
}
body  .woocommerce table.shop_table td.product-remove {
    width: 20px;
}
body  .woocommerce table.shop_table td.product-thumbnail {
    text-align: center;
    width: 110px;
}
body  .woocommerce table.shop_table td.product-thumbnail img {
    height: 90px;
    width: 90px;
}
body  .woocommerce table.shop_table td.product-remove a.remove {
    color: #232323 !important;
}
body  .woocommerce table.shop_table td.product-remove a.remove:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
body  .woocommerce table.shop_table td.product-subtotal {
    color: #1f2228;
}
body  .woocommerce table.shop_table .coupon input {
    font-size: 12px;
    width: auto;
}

body .woocommerce table.shop_table tr.cart_item td {
    padding-bottom: 14px;
    padding-top: 14px;
    
}
body .woocommerce table.shop_table tr.cart_item td a {
    color:#232323;
    
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit[disabled]:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button[disabled]:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button[disabled]:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button[disabled]:disabled:hover
{
	border:1px solid #000;
	background-color:#000;	
}

body  .woocommerce table.shop_table tr td {
    padding-bottom: 0;
    padding-top: 0;
	line-height: 50px;
    border:medium none !important;
  
}
body  .woocommerce table.shop_table tr th {
     border:medium none !important;
}

.woocommerce table.shop_table tfoot tr{
     border-bottom:1px solid #E5E5E5 !important;
}


.order-total td{
    
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background:transparent !important;
    border: 1px solid #e5e5e5;
    color: #515151;
    font-size: 0.92em;
    line-height: 1.5;
    margin: 1em 0;
    padding: 1em;
    position: relative;
    width: 100%;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent #e5e5e5;
    border-image: none;
    border-style: solid;
    border-width: 1em;
    content: "";
    display: block;
    left: 0;
    margin: -1em 0 0 2em;
    position: absolute;
    top: -15px;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    box-shadow: none;
    margin: -2px 20px 0 0.5em;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.woo-section .woocommerce-tabs div.panel 
{
	padding: 20px !important;	
}
.widget ul.children {
 margin-top:0 !important; 
}
.widget ul.children li:last-child {
 border-bottom:none !important;
 padding-bottom: 0px;
}
.woo-single .price .woocommerce-Price-amount {
    background-color: #c49e60;
    color: #fff;
    font-size: 40px;
    padding: 0 20px;
    text-decoration: none !important;
}
.breadcrumb-links 
{
 color: #fff;
    font-size: 16px;

    letter-spacing: 2px;
    text-transform: uppercase;}



.woocommerce #review_form #respond textarea {
   background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: none;
    color: #555;
    font-size: 14px;
    height: 150px;
    padding: 15px 12px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}

/*Price Silder */
.price_slider{ 
    margin-bottom: 1em;
}

.price_slider_amount {
    text-align: right;
    line-height: 2.4em;
	color:#232323;
	font-weight:600;
}

.price_slider_amount .button {
    font-size:1.15em;
}

.price_slider_amount .button {
    float: left;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE,#e7e7e7);
    background: -moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    background: -moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);
    outline: none;
    top: -.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size:.7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #ffc107;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e,#6a6a6a);
    background: -moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
    background: -moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);
}

.ui-slider-horizontal {
    height:.5em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    color: #323232;
    font-size: 16px;
    text-transform: uppercase;
	margin-bottom:0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    color: #777;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    background: #f6f6f6 none repeat scroll 0 0;
    border:medium none;
    border-radius: 0;
    margin: 0 0 0 82px;
    }
	
	.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 82px;
}

.woocommerce .product-single .product-single-detail #reviews , .woocommerce .product-single .product-single-detail .table-responsive{
margin-top: 20px;
}

.woocommerce .product-single .product-single-detail #reviews #review_form_wrapper {
	background:#f6f6f6;
	padding:20px 20px;	
}

.woocommerce .product-single .product-single-detail #reviews #review_form_wrapper #reply-title{
	 color: #232323;
    font-size: 22px;
    margin-top: 10px;
	  font-family: "Poppins",sans-serif;
	  text-transform:capitalize;
}

.woocommerce .product-single .product-single-detail #reviews #review_form_wrapper form label {
	display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
	margin-top: 15px;
}

.woocommerce .product-single .product-single-detail .table-responsive table tr th {
	color:#232323;
	text-transform:capitalize;
}
.woocommerce .product-single .product-variation label {
    color: #18293b;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
    text-transform: capitalize;
}
.woocommerce .product-single .product-variation .select2-container {
	margin-bottom:5px;	
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float:inherit;
}

.woocommerce .woocommerce-result-count{
color: #232323;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    margin: 18px 10px 5px 15px;
    text-transform: capitalize;
    vertical-align: top;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-weight:600;	
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product .button {
    margin-bottom: 20px;
}

.info-bar-meta-link.shopping_bag_btn {
	 margin: 10px 0;
}
.shopping_bag_btn {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    transition: none 0s ease 0s ;
}

.shopping_bag_btn span {
    background-color: #cc3333;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    margin-left: 5px;
    padding: 0 6px;
}


.woocommerce .woocommerce-Address-title.title {
	position:relative;	
}

.woocommerce .woocommerce-Address-title.title .edit {
	position:absolute;
	top:10px;
	right:5px;
}

.woocommerce .woocommerce-Address-title.title h3 {
    font-size: 20px;
    margin: 6px 0;
}

.woocommerce form .form-row label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
	color:#232323 !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 60% !important;
}

.woocommerce form .form-row .input-checkbox
{
	top:10px;	
	display:block;
	margin:0;
	float:left;
	position:relative;
	margin-right: 10px;		
}

body.rtl.woocommerce form .form-row .input-checkbox
{
	top:10px;	
	display:block;
	margin:0;
	float:right;
	position:relative;
	margin-right: 0;		
	margin-left: 10px;		
}


.form-row.terms.wc-terms-and-conditions label{
	padding-left:30px !important;
	
}

p.order-again a {
	color:#fff !important;	
}
/*!/wp-content/themes/carspot/skins/minimal/minimal.css*/
/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/carspot/skins/minimal/minimal.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal {
    background-position: 0 0;
}
    .icheckbox_minimal.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal {
    background-position: -100px 0;
}
    .iradio_minimal.hover {
        background-position: -120px 0;
    }
    .iradio_minimal.checked {
        background-position: -140px 0;
    }
    .iradio_minimal.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal.checked.disabled {
        background-position: -180px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_minimal,
    .iradio_minimal {
        background-image: url(/wp-content/themes/carspot/skins/minimal/minimal@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}
/*!/wp-content/themes/carspot/css/jquery.fancybox.min.css*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/*!/wp-content/cache/asset-cleanup/css/item/carspot__css__slider-css-v6b5c84218442abb96bf54ef749d902c48b8b1683.css*/
/*!/wp-content/themes/carspot/css/slider.css*/@font-face{font-family:'flexslider-icon';src:url('/wp-content/themes/carspot/css/../fonts/flexslider-icon.eot');src:url('/wp-content/themes/carspot/css/../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),url('/wp-content/themes/carspot/css/../fonts/flexslider-icon.woff') format('woff'),url('/wp-content/themes/carspot/css/../fonts/flexslider-icon.ttf') format('truetype'),url('/wp-content/themes/carspot/css/../fonts/flexslider-icon.svg#flexslider-icon') format('svg');font-weight:normal;font-style:normal;font-display:auto;}.flex-container a:hover,.flex-slider a:hover{outline:0}.slides,.slides>li,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider{margin:0 0 5px;background:#fff;border:medium none;position:relative;zoom:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:'' 0 1px 4px rgba(0,0,0,0.2);-moz-box-shadow:'' 0 1px 4px rgba(0,0,0,0.2);-o-box-shadow:'' 0 1px 4px rgba(0,0,0,0.2);box-shadow:'' 0 1px 4px rgba(0,0,0,0.2)}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.carousel li{margin-right:5px}.flex-direction-nav{*height:0}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-10px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,0.8);text-shadow:1px 1px 0 rgba(255,255,255,0.3);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:"flexslider-icon";font-size:30px;display:inline-block;content:'\f001';color:#000}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:"flexslider-icon";font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,0.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,0.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,0.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}
/*!/wp-content/themes/carspot/css/carspot-menu.css*/
.mega-menu {
    margin: 0 auto;
    padding: 0;
    display: block;
    float: none;
    position: relative;
    z-index: 111;
    width: 100%;
    font-size: 16px;
    min-height: 50px;
    clear: both;
    box-sizing: border-box
}

@media screen and (max-width:992px) {
    .mega-menu {
        margin: 0
    }
}

.mega-menu * {
    outline: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box!important;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
    text-align: left
}

@media screen and (max-width:992px) {
    .mega-menu * {
        word-break: break-all
    }
}

.mega-menu i.fa {
    font-family: "FontAwesome"
}

.mega-menu img {
    margin: 0;
    padding: 0;
    display: block;
    max-width: 100%!important;
    float: left
}

.mega-menu input {
    border: 0
}

.mega-menu>section.menu-list-items {
    margin: 0;
    padding: 20px 0;
    display: block;
    float: left;
    width: 100%;
    background-color: inherit
}

.mega-menu .menu-logo {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative
}

@media screen and (min-width:993px) {
    .mega-menu .menu-logo.menu-logo-align-right {
        float: right
    }
}

@media screen and (max-width:992px) {
    .mega-menu .menu-logo {
        width: 100%
    }
}

.mega-menu .menu-logo>li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 50px
}

@media screen and (max-width:992px) {
    .mega-menu .menu-logo>li {
        width: 100%;
        line-height: normal
    }
}

.mega-menu .menu-logo>li>a {
    margin: 0;
    float: left;
    width: 100%;
    padding: 0 15px 0 0
}

@media screen and (max-width:992px) {
    .mega-menu .menu-logo>li>a {
        line-height: normal;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
        z-index: 10;
        width: auto
    }
}

.mega-menu .menu-logo>li>a i.fa {
    padding: 0;
    display: inline-block;
    font-size: 1.25em;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
    line-height: 50px
}

.mega-menu .menu-logo>li>a img {
    position: relative
}

.mega-menu .menu-links {
    margin: 0;
    padding: 0;
    display: block;
    float: left
}

.mega-menu .menu-links-right {
    margin: 0;
    padding: 0;
    display: block;
    float: right
}

@media screen and (max-width:992px) {
    .mega-menu .menu-links,
    .mega-menu .menu-links-right {
        width: 100%;
        background: #fff
    }
}

@media screen and (min-width:993px) {
    .mega-menu .menu-links,
    .mega-menu .menu-links-right {
        display: block!important;
        max-height: 100%!important;
        overflow: visible!important
    }
    .mega-menu .menu-links.menu-links-align-right {
        float: right
    }
}

.mega-menu .menu-links>li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    transition: background-color 200ms ease;
    font-size: 1em
}

.mega-menu .menu-links-right>li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    transition: background-color 200ms ease;
    font-size: 1em
}

@media screen and (max-width:992px) {
    .mega-menu .menu-links>li,
    .mega-menu .menu-links-right>li {
        width: 100%;
        position: relative;
        cursor: pointer;
        line-height: normal;
        z-index: 50
    }
    .mega-menu .menu-links>li.activeTriggerMobile,
    .mega-menu .menu-links-right>li.activeTriggerMobile {
        background-color: inherit
    }
}

.mega-menu .menu-links>li>a {
    margin: 0;
    padding: 0 13px;
    display: inline-block;
    float: none;
    width: 100%;
    color: #232323;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    text-transform: uppercase
}

.mega-menu .menu-links-right>li>a {
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    float: none;
    width: 100%;
    color: #232323;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    text-transform: uppercase
}

@media screen and (max-width:992px) {
    .mega-menu .menu-links>li>a,
    .mega-menu .menu-links-right>li>a {
        width: auto;
        line-height: normal;
        padding-top: 15px;
        padding-bottom: 15px;
        position: static;
        padding-right: 10px;
        z-index: 20
    }
}

.mega-menu .menu-links>li>a i.fa,
.mega-menu .menu-links-right>li>a i.fa {
    font-size: 1em;
    line-height: .8125em;
    padding-right: 2px
}

.mega-menu .menu-links>li>a i.fa.fa-indicator,
.mega-menu .menu-links-right>li>a i.fa.fa-indicator {
    padding-right: 0;
    padding-left: 2px
}

@media screen and (max-width:992px) {
    .mega-menu .menu-links>li>a i.fa.fa-indicator,
    .mega-menu .menu-links-right>li>a i.fa.fa-indicator {
        float: right;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        line-height: 50px;
        height: 50px;
        z-index: -1
    }
}

.mega-menu .menu-social-bar {
    margin: 0;
    display: block;
    float: left;
    padding: 0 10px
}

@media screen and (min-width:993px) {
    .mega-menu .menu-social-bar {
        display: block!important
    }
}

@media screen and (min-width:993px) {
    .mega-menu .menu-social-bar.menu-social-bar-right {
        float: right
    }
}

@media screen and (max-width:992px) {
    .mega-menu .menu-social-bar {
        width: 100%;
        text-align: center
    }
}

.mega-menu .menu-social-bar>li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 50px
}

.mega-menu .menu-social-bar>li[data-color='blue']>a:hover {
    background-color: #3b5998
}

.mega-menu .menu-social-bar>li[data-color='sky-blue']>a:hover {
    background-color: #2caae1
}

.mega-menu .menu-social-bar>li[data-color='orange']>a:hover {
    background-color: #dd4b39
}

.mega-menu .menu-social-bar>li[data-color='red']>a:hover {
    background-color: #bd081c
}

@media screen and (max-width:992px) {
    .mega-menu .menu-social-bar>li {
        float: none;
        display: inline-block;
        margin-bottom: -5px
    }
}

.mega-menu .menu-social-bar>li>a {
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    color: #fff;
    font-size: .875em;
    padding: 0 5px;
    transition: background-color 200ms ease;
    line-height: 50px
}

@media screen and (min-width:993px) {
    .mega-menu .menu-social-bar>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
}

.mega-menu .menu-social-bar>li>a i.fa {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 1.125em;
    line-height: 50px
}

.mega-menu .menu-search-bar {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    position: relative;
    height: 50px
}

@media screen and (min-width:993px) {
    .mega-menu .menu-search-bar.menu-search-bar-left {
        float: left
    }
}

@media screen and (max-width:992px) {
    .mega-menu .menu-search-bar {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0
    }
}

.mega-menu .menu-search-bar li,
.mega-menu .menu-search-bar form,
.mega-menu .menu-search-bar label {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    line-height: 45px;
}
.mega-menu .menu-search-bar li:hover i.fa.fa-search {
    background: #f58936
}
.mega-menu .menu-search-bar input {
    max-width: 0;
    width: 100%;
    margin: 0;
    padding: 5px 50px 5px 0;
    font-size: .8125em;
    transition: max-width 400ms ease, background 400ms ease, padding-left 400ms ease;
    height: 50px;
    display: block;
    background: 0;
    color: #fff;
    font-weight: 400
}

@media screen and (max-width:992px) {
    .mega-menu .menu-search-bar input:focus {
        max-width: 100%;
        position: relative;
        z-index: 20
    }
}

.mega-menu .menu-search-bar i.fa.fa-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: text;
    transition: background 200ms ease;
    z-index: 40
}

.mega-menu .menu-search-bar:-moz-placeholder {
    opacity: 1!important;
    color: #fff!important
}

.mega-menu .menu-search-bar::-moz-placeholder {
    opacity: 1!important;
    color: #fff!important
}

.mega-menu .menu-search-bar:-ms-input-placeholder {
    opacity: 1!important;
    color: #fff!important
}

.mega-menu .menu-search-bar::-webkit-input-placeholder {
    opacity: 1!important;
    color: #fff!important
}



.mega-menu .menu-mobile-collapse-trigger {
    margin: 0;
    padding: 0;
    height: 50px;
    width: 70px;
    background: #1a1a1a;
    display: none;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 100;
    float: right;
    cursor: pointer;
    transition: background 200ms ease
}

.mega-menu .menu-mobile-collapse-trigger:hover {
    background: black
}

.mega-menu .menu-mobile-collapse-trigger:before,
.mega-menu .menu-mobile-collapse-trigger:after,
.mega-menu .menu-mobile-collapse-trigger span {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background: #fff;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity 400ms ease, -webkit-transform 400ms ease 0s;
    transition: transform 400ms ease 0s, opacity 400ms ease;
    transition: transform 400ms ease 0s, opacity 400ms ease, -webkit-transform 400ms ease 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0
}

.mega-menu .menu-mobile-collapse-trigger:after {
    top: 33px
}

.mega-menu .menu-mobile-collapse-trigger span {
    top: 23px
}

.mega-menu .menu-mobile-collapse-trigger.active span {
    opacity: 0
}

.mega-menu .menu-mobile-collapse-trigger.active:before {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.mega-menu .menu-mobile-collapse-trigger.active:after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

@media screen and (max-width:992px) {
    .mega-menu .menu-mobile-collapse-trigger {
        display: block
    }
}

.mega-menu .drop-down-multilevel {
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    z-index: 50;
    width: 100%;
    background: #fff;
    float: left;
    max-width: 255px
}

.mega-menu .drop-down-multilevel * {
    color: #232323
}

@media screen and (min-width:993px) {
    .mega-menu .drop-down-multilevel {
        display: block!important;
        opacity: 0;
        visibility: hidden;
        top: 70px
    }
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down-multilevel {
        max-width: 100%!important;
        position: relative;
        left: 0;
        top: 0;
        padding: 10px;
        display: none
    }
}

.mega-menu .drop-down-multilevel li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    transition: background 200ms ease;
    z-index: 50;
    border-bottom: 1px solid #f3f3f3
}

.mega-menu .drop-down-multilevel li:last-child {
    border-bottom: medium none
}

.mega-menu .drop-down-multilevel li:hover>a {
    color: inherit
}


.mega-menu .drop-down-multilevel a {
    margin: 0;
    padding: 15px 20px;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
    color: #232323;
    font-weight: 600;
    transition: color 200ms ease;
    min-height: 48px;
    text-transform: uppercase
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down-multilevel a {
        width: auto
    }
}

.mega-menu .drop-down-multilevel i.fa {
    float: left;
    line-height: 1.375em;
    font-size: 1em;
    display: block;
    padding-right: 10px;
    transition: color 200ms ease
}

.mega-menu .drop-down-multilevel i.fa.fa-indicator {
    float: right;
    line-height: 27px;
    font-size: 1em;
    display: block;
    padding-left: 10px;
    padding-right: 0
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down-multilevel i.fa.fa-indicator {
        float: right;
        height: 50px;
        position: absolute;
        top: 0;
        right: 20px;
        line-height: 50px;
        z-index: -1
    }
}

.mega-menu .drop-down-multilevel .drop-down-multilevel {
    left: 100%;
    top: 0
}

@media screen and (min-width:993px) {
    .mega-menu .drop-down-multilevel .drop-down-multilevel.left-side {
        left: -100%
    }
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down-multilevel .drop-down-multilevel {
        left: 0;
        border: 1px solid #ccc
    }
}

.mega-menu .drop-down,
.mega-menu .drop-down-tab-bar {
    position: absolute;
    left: auto;
    top: 70px;
    right: auto;
    background: #fff;
    float: left;
    padding: 10px;
    z-index: 999;
    display: block;
    cursor: default;
    overflow: hidden
}

.mega-menu .drop-down *,
.mega-menu .drop-down-tab-bar * {
    color: #232323
}

@media screen and (min-width:993px) {
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        display: block!important;
        opacity: 0;
        visibility: hidden
    }
    .mega-menu.vertical-left.desktopTopFixed .drop-down,
    .mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar {
        margin-left: 0!important;
        margin-right: 0!important
    }
    .mega-menu.vertical-right.desktopTopFixed .drop-down,
    .mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@media screen and (min-width:993px) {
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        display: block!important;
        opacity: 0;
        visibility: hidden;
        border-radius: 0!important;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05)
    }
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        width: 100%!important;
        top: 0;
        left: 0;
        position: relative;
        display: none
    }
}

.mega-menu .drop-down .grid-row,
.mega-menu .drop-down-tab-bar .grid-row {
    margin: 0;
    padding: 0;
    min-height: 1px;
    width: 100%;
    float: left;
    clear: both
}

.mega-menu .drop-down [class*="grid-col-"],
.mega-menu .drop-down-tab-bar [class*="grid-col-"] {
    margin: 0;
    float: left;
    padding: 10px;
    position: relative
}

.mega-menu .drop-down .grid-col-1,
.mega-menu .drop-down-tab-bar .grid-col-1 {
    width: 8.333333333333333%
}

.mega-menu .drop-down .grid-col-2,
.mega-menu .drop-down-tab-bar .grid-col-2 {
    width: 16.66666666666667%
}

.mega-menu .drop-down .grid-col-3,
.mega-menu .drop-down-tab-bar .grid-col-3 {
    width: 25%
}

.mega-menu .drop-down .grid-col-4,
.mega-menu .drop-down-tab-bar .grid-col-4 {
    width: 33.33333333333333%
}

.mega-menu .drop-down .grid-col-5,
.mega-menu .drop-down-tab-bar .grid-col-5 {
    width: 41.66666666666667%
}

.mega-menu .drop-down .grid-col-6,
.mega-menu .drop-down-tab-bar .grid-col-6 {
    width: 50%
}

.mega-menu .drop-down .grid-col-7,
.mega-menu .drop-down-tab-bar .grid-col-7 {
    width: 58.33333333333333%
}

.mega-menu .drop-down .grid-col-8,
.mega-menu .drop-down-tab-bar .grid-col-8 {
    width: 66.66666666666667%
}

.mega-menu .drop-down .grid-col-9,
.mega-menu .drop-down-tab-bar .grid-col-9 {
    width: 75%
}

.mega-menu .drop-down .grid-col-10,
.mega-menu .drop-down-tab-bar .grid-col-10 {
    width: 83.33333333333333%
}

.mega-menu .drop-down .grid-col-11,
.mega-menu .drop-down-tab-bar .grid-col-11 {
    width: 91.66666666666667%
}

.mega-menu .drop-down .grid-col-12,
.mega-menu .drop-down-tab-bar .grid-col-12 {
    width: 100%
}

.mega-menu .drop-down.grid-col-1,
.mega-menu .drop-down-tab-bar.grid-col-1 {
    width: 8.333333333333333%
}

.mega-menu .drop-down.grid-col-2,
.mega-menu .drop-down-tab-bar.grid-col-2 {
    width: 16.66666666666667%
}

.mega-menu .drop-down.grid-col-3,
.mega-menu .drop-down-tab-bar.grid-col-3 {
    width: 25%
}

.mega-menu .drop-down.grid-col-4,
.mega-menu .drop-down-tab-bar.grid-col-4 {
    width: 33.33333333333333%
}

.mega-menu .drop-down.grid-col-5,
.mega-menu .drop-down-tab-bar.grid-col-5 {
    width: 41.66666666666667%
}

.mega-menu .drop-down.grid-col-6,
.mega-menu .drop-down-tab-bar.grid-col-6 {
    width: 50%
}

.mega-menu .drop-down.grid-col-7,
.mega-menu .drop-down-tab-bar.grid-col-7 {
    width: 58.33333333333333%
}

.mega-menu .drop-down.grid-col-8,
.mega-menu .drop-down-tab-bar.grid-col-8 {
    width: 66.66666666666667%
}

.mega-menu .drop-down.grid-col-9,
.mega-menu .drop-down-tab-bar.grid-col-9 {
    width: 75%
}

.mega-menu .drop-down.grid-col-10,
.mega-menu .drop-down-tab-bar.grid-col-10 {
    width: 83.33333333333333%
}

.mega-menu .drop-down.grid-col-11,
.mega-menu .drop-down-tab-bar.grid-col-11 {
    width: 91.66666666666667%
}

.mega-menu .drop-down.grid-col-12,
.mega-menu .drop-down-tab-bar.grid-col-12 {
    width: 100%;
    padding: 0 15px;
    left: 0
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down [class*="grid-col-"],
    .mega-menu .drop-down-tab-bar [class*="grid-col-"] {
        width: 50%
    }
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down [class*="grid-col-"],
    .mega-menu .drop-down-tab-bar [class*="grid-col-"] {
        width: 100%
    }
}

.mega-menu .drop-down.grid-demo span,
.mega-menu .drop-down-tab-bar.grid-demo span {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 4px 6px;
    background: #bfbfbf;
    font-size: .75em;
    color: #555
}

.mega-menu .drop-down .space-0,
.mega-menu .drop-down-tab-bar .space-0 {
    padding: 0!important;
    margin: 0!important
}

.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
    font-size: 14px;
    display: inline-block;
    padding: 8px 0;
    width: 100%;
    max-width: 100%;
    color: #232323;
    text-transform: uppercase;
    font-weight: 600
}

.mega-menu .drop-down li a::before {
    color: #999
}

.mega-menu .drop-down h1,
.mega-menu .drop-down h2,
.mega-menu .drop-down h3,
.mega-menu .drop-down h4,
.mega-menu .drop-down h5,
.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h1,
.mega-menu .drop-down-tab-bar h2,
.mega-menu .drop-down-tab-bar h3,
.mega-menu .drop-down-tab-bar h4,
.mega-menu .drop-down-tab-bar h5,

.mega-menu .drop-down-tab-bar h6 {
    margin-top: 0;
    font-weight: 700
}

.mega-menu .drop-down h1,
.mega-menu .drop-down-tab-bar h1 {
    font-size: 1.5em;
    line-height: 1;
    padding-top: .53em;
    margin-bottom: .5em
}

.mega-menu .drop-down h2,
.mega-menu .drop-down-tab-bar h2 {
    font-size: 1.375em;
    padding-top: .25em;
    margin-bottom: .5em
}

.mega-menu .drop-down h3,
.mega-menu .drop-down-tab-bar h3 {
    font-size: 1.125em;
    line-height: 1;
    padding-top: .35em;
    margin-bottom: .65em
}

.mega-menu .drop-down h4,
.mega-menu .drop-down-tab-bar h4 {
    font-size: 1em;
    line-height: 1.25;
    padding-top: .45em;
    margin-bottom: .8em
}

.mega-menu .drop-down h5,
.mega-menu .drop-down-tab-bar h5 {
    font-size: .875em;
    font-weight: bold;
    padding-top: .6em;
    margin-bottom: .9em
}

.mega-menu .drop-down h6,
.mega-menu .drop-down-tab-bar h6 {
    font-size: .75em;
    font-weight: bold;
    margin-bottom: 0
}

.mega-menu .drop-down figure img,
.mega-menu .drop-down-tab-bar figure img {
    width: 100%;
    height: auto;
    display: block
}

.mega-menu .drop-down figcaption,
.mega-menu .drop-down-tab-bar figcaption {
    font-size: small;
    font-style: italic;
    color: #666
}

.mega-menu .drop-down ul,
.mega-menu .drop-down ol,
.mega-menu .drop-down dl,
.mega-menu .drop-down-tab-bar ul,
.mega-menu .drop-down-tab-bar ol,
.mega-menu .drop-down-tab-bar dl {
    padding: 0;
    margin: 0 0 14px
}

.mega-menu .drop-down form,
.mega-menu .drop-down-tab-bar form {
    margin-bottom: 1.5em
}

.mega-menu .drop-down form ul,
.mega-menu .drop-down-tab-bar form ul {
    list-style: none none;
    margin: 0;
    padding: 0
}

.mega-menu .drop-down form ul li,
.mega-menu .drop-down-tab-bar form ul li {
    *zoom: 1;
    margin-bottom: 1.5em
}

.mega-menu .drop-down form ul li:before,
.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:before,
.mega-menu .drop-down-tab-bar form ul li:after {
    content: "";
    display: table
}

.mega-menu .drop-down form ul li:after,
.mega-menu .drop-down-tab-bar form ul li:after {
    clear: both
}

.mega-menu .drop-down fieldset,
.mega-menu .drop-down-tab-bar fieldset {
    margin: 0;
    padding: 1.5em
}

.mega-menu .drop-down label,
.mega-menu .drop-down-tab-bar label {
    display: block
}

.mega-menu .drop-down label.inline,
.mega-menu .drop-down-tab-bar label.inline {
    display: inline;
    padding-right: 24px
}

.mega-menu .drop-down input[type="text"],
.mega-menu .drop-down input[type="url"],
.mega-menu .drop-down input[type="email"],
.mega-menu .drop-down input[type="password"],
.mega-menu .drop-down input[type="search"],
.mega-menu .drop-down input[type="number"],
.mega-menu .drop-down input[type="date"],
.mega-menu .drop-down input[type="month"],
.mega-menu .drop-down input[type="week"],
.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down input[type="datetime"],
.mega-menu .drop-down input[type="datetime-local"],
.mega-menu .drop-down input[type="tel"],
.mega-menu .drop-down textarea,
.mega-menu .drop-down-tab-bar input[type="text"],
.mega-menu .drop-down-tab-bar input[type="url"],
.mega-menu .drop-down-tab-bar input[type="email"],
.mega-menu .drop-down-tab-bar input[type="password"],
.mega-menu .drop-down-tab-bar input[type="search"],
.mega-menu .drop-down-tab-bar input[type="number"],
.mega-menu .drop-down-tab-bar input[type="date"],
.mega-menu .drop-down-tab-bar input[type="month"],
.mega-menu .drop-down-tab-bar input[type="week"],
.mega-menu .drop-down-tab-bar input[type="time"],
.mega-menu .drop-down-tab-bar input[type="datetime"],
.mega-menu .drop-down-tab-bar input[type="datetime-local"],
.mega-menu .drop-down-tab-bar input[type="tel"],
.mega-menu .drop-down-tab-bar textarea {
    display: block;
    width: 100%;
    margin: 0 0 .75em;
    padding: 10px;
    font-size: .8125em;
    border: 1px solid #e8e8e8;
    line-height: 1.5em
}

.mega-menu .drop-down select,
.mega-menu .drop-down-tab-bar select {
    width: 100%;
    height: 2.1em;
    margin-bottom: .9em;
    border: 1px solid #ccc
}

.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down-tab-bar input[type="range"],
.mega-menu .drop-down-tab-bar input[type="color"] {
    vertical-align: middle;
    height: 1.5em;
    width: 100%
}

.mega-menu .drop-down input[type="range"],
.mega-menu .drop-down-tab-bar input[type="range"] {
    height: 1.4em
}

.mega-menu .drop-down input[type="color"],
.mega-menu .drop-down-tab-bar input[type="color"] {
    width: 1.5em
}

.mega-menu .drop-down input[type="time"],
.mega-menu .drop-down-tab-bar input[type="time"] {
    margin: 0 0 .55em
}

.mega-menu .drop-down progress,
.mega-menu .drop-down meter,
.mega-menu .drop-down-tab-bar progress,
.mega-menu .drop-down-tab-bar meter {
    display: block;
    width: 100%;
    height: 1.5em
}

.mega-menu .drop-down table,
.mega-menu .drop-down-tab-bar table {
    margin-bottom: 1.4em;
    width: 100%;
    border: 1px solid #ccc
}

.mega-menu .drop-down thead,
.mega-menu .drop-down-tab-bar thead {
    text-align: left;
    font-weight: bold
}

.mega-menu .drop-down tbody tr:nth-child(even) td,
.mega-menu .drop-down-tab-bar tbody tr:nth-child(even) td {
    background: #ddd
}

.mega-menu .drop-down tfoot,
.mega-menu .drop-down-tab-bar tfoot {
    font-style: italic
}

.mega-menu .drop-down tfoot td,
.mega-menu .drop-down tfoot th,
.mega-menu .drop-down-tab-bar tfoot td,
.mega-menu .drop-down-tab-bar tfoot th {
    padding: .75em 10px
}

.mega-menu .drop-down th,
.mega-menu .drop-down td,
.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar th,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar caption {
    border: 1px solid #ccc
}

.mega-menu .drop-down td,
.mega-menu .drop-down th,
.mega-menu .drop-down-tab-bar td,
.mega-menu .drop-down-tab-bar th {
    padding: 0 10px 0 10px;
    line-height: 1.45em
}

.mega-menu .drop-down caption,
.mega-menu .drop-down-tab-bar caption {
    border-bottom: 0;
    padding: .75em 10px;
    line-height: 1.45em;
    text-align: left;
    font-style: italic
}

.mega-menu .drop-down p,
.mega-menu .drop-down-tab-bar p {
    margin: 0 0 1.5em 0;
    font-size: .8125em
}

.mega-menu .drop-down blockquote,
.mega-menu .drop-down-tab-bar blockquote {
    margin: 0 1.5em 1.5em;
    font-style: italic
}

.mega-menu .drop-down mark,
.mega-menu .drop-down-tab-bar mark {
    line-height: 1.5;
    background: #78aace;
    color: #fff
}

.mega-menu .drop-down del,
.mega-menu .drop-down-tab-bar del {
    color: #ddd
}

.mega-menu .drop-down ins,
.mega-menu .drop-down small,
.mega-menu .drop-down-tab-bar ins,
.mega-menu .drop-down-tab-bar small {
    line-height: 1.5
}

.mega-menu .drop-down kbd,
.mega-menu .drop-down samp,
.mega-menu .drop-down-tab-bar kbd,
.mega-menu .drop-down-tab-bar samp {
    line-height: 1.4
}

.mega-menu .drop-down hr,
.mega-menu .drop-down-tab-bar hr {
    background: #ccc;
    color: #ccc;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 1.4em;
    border: 0
}

.mega-menu .drop-down input[type="submit"],
.mega-menu .drop-down input[type="button"],
.mega-menu .drop-down button[type=submit],
.mega-menu .drop-down button[type=reset],
.mega-menu .drop-down-tab-bar input[type="submit"],
.mega-menu .drop-down-tab-bar input[type="button"],
.mega-menu .drop-down-tab-bar button[type=submit],
.mega-menu .drop-down-tab-bar button[type=reset] {
    background: #f58936;
    padding: 10px 20px;
    margin: 5px 10px 0 0;
    line-height: 1.5em;
    font-weight: 600;
    font-size: .8125em;
    color: #fff;
    border-radius: 0;
    display: block;
    float: left;
    transition: background-color 200ms ease;
    border: 0;
    text-align: center
}

.mega-menu .drop-down input[type="submit"]:hover,
.mega-menu .drop-down input[type="button"]:hover,
.mega-menu .drop-down button[type=submit]:hover,
.mega-menu .drop-down button[type=reset]:hover,
.mega-menu .drop-down-tab-bar input[type="submit"]:hover,
.mega-menu .drop-down-tab-bar input[type="button"]:hover,
.mega-menu .drop-down-tab-bar button[type=submit]:hover,
.mega-menu .drop-down-tab-bar button[type=reset]:hover {
    background-color: #333
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down input[type="submit"],
    .mega-menu .drop-down input[type="button"],
    .mega-menu .drop-down button[type=submit],
    .mega-menu .drop-down button[type=reset],
    .mega-menu .drop-down-tab-bar input[type="submit"],
    .mega-menu .drop-down-tab-bar input[type="button"],
    .mega-menu .drop-down-tab-bar button[type=submit],
    .mega-menu .drop-down-tab-bar button[type=reset] {
        width: 100%
    }
}

.mega-menu .drop-down a,
.mega-menu .drop-down-tab-bar a {
    transition: color 200ms ease
}

.mega-menu .drop-down a:hover,
.mega-menu .drop-down-tab-bar a:hover {
    color: inherit
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down a,
    .mega-menu .drop-down-tab-bar a {
        width: auto
    }
}

.mega-menu .drop-down::-moz-selection,
.mega-menu .drop-down-tab-bar::-moz-selection {
    background: #ffb9ad
}

.mega-menu .drop-down::selection,
.mega-menu .drop-down-tab-bar::selection {
    background: #ffb9ad
}

.mega-menu .drop-down .list-description span,
.mega-menu .drop-down-tab-bar .list-description span {
    color: #aeaeae;
    display: inline-block;
    width: 100%
}

.mega-menu .drop-down .image-description,
.mega-menu .drop-down-tab-bar .image-description {
    position: relative
}

.mega-menu .drop-down .image-description img,
.mega-menu .drop-down-tab-bar .image-description img {
    display: inline-block;
    float: left;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    width: 40px
}

.mega-menu .drop-down .image-description a,
.mega-menu .drop-down-tab-bar .image-description a {
    padding-left: 50px
}

.mega-menu .drop-down .image-description span,
.mega-menu .drop-down-tab-bar .image-description span {
    color: #aeaeae;
    display: inline-block;
    width: 100%
}

.mega-menu .drop-down i.fa,
.mega-menu .drop-down-tab-bar i.fa {
    padding-right: 10px
}

.mega-menu .drop-down iframe,
.mega-menu .drop-down-tab-bar iframe {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: 0
}

@media screen and (min-width:993px) {
    .mega-menu .drop-down.offset-1,
    .mega-menu .drop-down-tab-bar.offset-1 {
        margin-left: 100px
    }
    .mega-menu .drop-down.offset-2,
    .mega-menu .drop-down-tab-bar.offset-2 {
        margin-left: -150px
    }
    .mega-menu .drop-down.offset-3,
    .mega-menu .drop-down-tab-bar.offset-3 {
        margin-left: -200px
    }
    .mega-menu .drop-down.offset-4,
    .mega-menu .drop-down-tab-bar.offset-4 {
        margin-left: -250px
    }
    .mega-menu .drop-down.offset-5,
    .mega-menu .drop-down-tab-bar.offset-5 {
        margin-left: -300px
    }
}

.mega-menu .drop-down .menu-contact-form,
.mega-menu .drop-down-tab-bar .menu-contact-form {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 20px
}

.mega-menu .drop-down .menu-contact-form input[type=submit],
.mega-menu .drop-down .menu-contact-form input[type=reset],
.mega-menu .drop-down-tab-bar .menu-contact-form input[type=submit],
.mega-menu .drop-down-tab-bar .menu-contact-form input[type=reset] {
    text-align: center
}

.mega-menu .drop-down .menu-contact-form button i.fa,
.mega-menu .drop-down-tab-bar .menu-contact-form button i.fa {
    display: none;
    color: #fff;
    line-height: normal;
    min-height: 1px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: .625em
}

.mega-menu .drop-down .menu-contact-form .nav_form_notification,
.mega-menu .drop-down-tab-bar .menu-contact-form .nav_form_notification {
    display: block;
    width: 100%;
    clear: both;
    font-size: .75em;
    padding: 0;
    margin: 0;
    position: relative;
    top: .625em;
    color: red
}

.mega-menu .mobileTriggerButton {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: none;
    z-index: -1
}

@media screen and (max-width:992px) {
    .mega-menu .mobileTriggerButton {
        display: block
    }
}

.mega-menu .desktopTriggerButton {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    opacity: .2
}

@media screen and (max-width:992px) {
    .mega-menu .desktopTriggerButton {
        display: none
    }
}

@media screen and (min-width:993px) {
    .mega-menu.desktopTopFixed .menu-list-items {
        background: #fff none repeat scroll 0 0;
        left: 0;
        max-width: 100%;
        padding: 20px 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
    }
    .desktopTopFixed.mega-menu.vertical-left .menu-list-items {
        max-width: 250px
    }
    .desktopTopFixed.mega-menu.vertical-right .menu-list-items {
        max-width: 250px;
        left: auto
    }
    .mega-menu.desktopTopFixed .menu-list-items .drop-down.grid-col-12,
    .mega-menu.desktopTopFixed .menu-list-items .drop-down-tab-bar.grid-col-12 {
        width: 97.5%;
        margin: 0 15px!important
    }
}

@media screen and (max-width:992px) {
    .mega-menu.mobileTopFixed .menu-list-items {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%
    }
}

.mega-menu .drop-down-tab-bar {
    margin: 0;
    padding: 10px;
    float: left
}

.mega-menu .drop-down-tab-bar li {
    float: left;
    margin: 0;
    padding: 0;
    display: block
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down-tab-bar li {
        width: 100%;
        position: relative
    }
}

.mega-menu .drop-down-tab-bar a {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    font-size: .8125em
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down-tab-bar a {
        width: auto;
        padding-right: 20px
    }
}

.mega-menu .drop-down-tab-bar i.fa {
    display: inline-block;
    padding-right: 5px
}

.mega-menu .drop-down-tab-bar i.fa.fa-indicator {
    padding-right: 0;
    padding-left: 10px;
    line-height: .8125em
}

@media screen and (max-width:992px) {
    .mega-menu .drop-down-tab-bar i.fa.fa-indicator {
        float: right;
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;
        line-height: 25px
    }
}

@media screen and (min-width:993px) {
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-scale,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-scale {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-top {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-bottom {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-left {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-right {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active {
        transition-delay: 200ms!important
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-fade,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-fade,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-fade,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-fade {
        opacity: 1;
        visibility: visible
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-scale,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-scale,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-scale {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-top,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-top {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-bottom,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-bottom {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-left,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-left {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-right,
    .mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-right {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down.effect-scale,
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down-multilevel.effect-scale,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.effect-scale,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.effect-scale {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down.effect-expand-top,
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.effect-expand-top,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.effect-expand-top {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down.effect-expand-bottom,
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.effect-expand-bottom,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.effect-expand-bottom {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down.effect-expand-left,
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.effect-expand-left,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.effect-expand-left {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down.effect-expand-right,
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links-right li.hoverTrigger>.drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.effect-expand-right,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.effect-expand-right {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.active,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active {
        transition-delay: 200ms!important
    }
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-fade,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-fade,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-fade,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-fade,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-fade,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-fade {
        opacity: 1;
        visibility: visible
    }
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-scale,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-scale,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-scale,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-scale,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-scale,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-scale {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-expand-top,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-top,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-top,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-expand-top,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-expand-top,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-expand-top {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-expand-bottom,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-bottom,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-bottom,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-expand-bottom,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-expand-bottom,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-expand-bottom {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-expand-left,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-left,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-left,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-expand-left,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-expand-left,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-expand-left {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-expand-right,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-right,
    .mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-right,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-expand-right,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-expand-right,
    .mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-expand-right {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@media screen and (max-width:992px) {
    .mega-menu .menu-links li .drop-down,
    .mega-menu .menu-links li .drop-down-tab-bar,
    .mega-menu .menu-links li .drop-down-multilevel {
        -webkit-transition: none!important;
        transition: none!important
    }
    .mega-menu .menu-links {
        margin-top: 10px
    }
    .mega-menu .menu-logo>li>a {
        padding: 0
    }
    .mega-menu>section.menu-list-items {
        padding: 10px 0
    }
    .mega-menu .menu-links>li.active .drop-down-multilevel a:hover {
        color: #323232
    }
    .mega-menu .drop-down-multilevel li:hover>a i.fa {
        color: #323232
    }
    .mega-menu .drop-down-multilevel a {
        display: block
    }
    .mega-menu .mobileTriggerButton {
        z-index: 1
    }
    .mega-menu .drop-down-multilevel,
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        border-top: 0!important
    }
    .mega-menu .menu-links-right li .drop-down,
    .mega-menu .menu-links-right li .drop-down-tab-bar,
    .mega-menu .menu-links-right li .drop-down-multilevel {
        -webkit-transition: none!important;
        transition: none!important
    }
    .mega-menu .menu-links-right {
        margin-top: 10px
    }
    .mega-menu .menu-logo>li>a {
        padding: 0
    }
    .mega-menu>section.menu-list-items {
        padding: 10px 0
    }
    .mega-menu img {
        margin: 5px 0
    }
    .mega-menu .menu-links-right>li.active .drop-down-multilevel a:hover {
        color: #323232
    }
    .mega-menu .drop-down-multilevel li:hover>a i.fa {
        color: #323232
    }
    .mega-menu .drop-down-multilevel a {
        display: block
    }
    .mega-menu .mobileTriggerButton {
        z-index: 1
    }
    .mega-menu .drop-down-multilevel,
    .mega-menu .drop-down,
    .mega-menu .drop-down-tab-bar {
        border-top: 0!important
    }
}

@media screen and (min-width:993px) {
    .mega-menu.vertical-left,
    .mega-menu.vertical-right {
        float: left;
        width: auto;
        display: block;
        max-width: 250px
    }
    .mega-menu.vertical-left .menu-logo,
    .mega-menu.vertical-right .menu-logo {
        clear: both;
        width: 100%
    }
    .mega-menu.vertical-left .menu-logo>li,
    .mega-menu.vertical-right .menu-logo>li {
        width: 100%
    }
    .mega-menu.vertical-left .menu-logo>li>a,
    .mega-menu.vertical-right .menu-logo>li>a {
        width: 100%
    }
    .mega-menu.vertical-left .menu-links,
    .mega-menu.vertical-right .menu-links,
    .mega-menu.vertical-left .menu-links-right,
    .mega-menu.vertical-right .menu-links-right {
        clear: both;
        width: 100%
    }
    .mega-menu.vertical-left .menu-links>li,
    .mega-menu.vertical-right .menu-links>li,
    .mega-menu.vertical-left .menu-links-right>li,
    .mega-menu.vertical-right .menu-links-right>li {
        clear: both;
        width: 100%;
        position: relative
    }
    .mega-menu.vertical-left .menu-links>li>a,
    .mega-menu.vertical-right .menu-links>li>a,
    .mega-menu.vertical-left .menu-links-right>li>a,
    .mega-menu.vertical-right .menu-links-right>li>a {
        width: 100%;
        position: relative;
        line-height: 48px
    }
    .mega-menu.vertical-left .menu-links>li>a i.fa.fa-indicator,
    .mega-menu.vertical-right .menu-links>li>a i.fa.fa-indicator,
    .mega-menu.vertical-left .menu-links-right>li>a i.fa.fa-indicator,
    .mega-menu.vertical-right .menu-links-right>li>a i.fa.fa-indicator {
        float: right;
        line-height: 48px
    }
    .mega-menu.vertical-left .menu-social-bar,
    .mega-menu.vertical-right .menu-social-bar {
        width: 100%;
        text-align: center
    }
    .mega-menu.vertical-left .menu-social-bar>li,
    .mega-menu.vertical-right .menu-social-bar>li {
        display: inline-block;
        float: none
    }
    .mega-menu.vertical-left .menu-social-bar>li>a,
    .mega-menu.vertical-right .menu-social-bar>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
    .mega-menu.vertical-left .drop-down-multilevel,
    .mega-menu.vertical-right .drop-down-multilevel {
        top: 0;
        left: 100%
    }
    .mega-menu.vertical-left .drop-down,
    .mega-menu.vertical-left .drop-down-tab-bar,
    .mega-menu.vertical-right .drop-down,
    .mega-menu.vertical-right .drop-down-tab-bar {
        left: 100%;
        top: 0;
        min-width: 600px
    }
    .mega-menu.vertical-left .drop-down.grid-col-12,
    .mega-menu.vertical-left .drop-down-tab-bar.grid-col-12,
    .mega-menu.vertical-right .drop-down.grid-col-12,
    .mega-menu.vertical-right .drop-down-tab-bar.grid-col-12 {
        min-width: 1000px
    }
    .mega-menu.vertical-left .offset-1,
    .mega-menu.vertical-left .offset-2,
    .mega-menu.vertical-left .offset-3,
    .mega-menu.vertical-left .offset-4,
    .mega-menu.vertical-left .offset-5,
    .mega-menu.vertical-right .offset-1,
    .mega-menu.vertical-right .offset-2,
    .mega-menu.vertical-right .offset-3,
    .mega-menu.vertical-right .offset-4,
    .mega-menu.vertical-right .offset-5 {
        margin-left: 0
    }
    .mega-menu.vertical-left .offset-1-vertical,
    .mega-menu.vertical-right .offset-1-vertical {
        margin-top: -100px!important
    }
    .mega-menu.vertical-left .offset-2-vertical,
    .mega-menu.vertical-right .offset-2-vertical {
        margin-top: -150px!important
    }
    .mega-menu.vertical-left .offset-3-vertical,
    .mega-menu.vertical-right .offset-3-vertical {
        margin-top: -200px!important
    }
    .mega-menu.vertical-left .offset-4-vertical,
    .mega-menu.vertical-right .offset-4-vertical {
        margin-top: -250px!important
    }
    .mega-menu.vertical-left .offset-5-vertical,
    .mega-menu.vertical-right .offset-5-vertical {
        margin-top: -300px!important
    }
    .mega-menu.vertical-left.desktopTopFixed,
    .mega-menu.vertical-right.desktopTopFixed {
        float: left;
        right: auto;
        padding: 0;
        height: 100%
    }
    .mega-menu.vertical-left.desktopTopFixed .menu-list-items,
    .mega-menu.vertical-right.desktopTopFixed .menu-list-items {
        padding: 0;
        height: 100%
    }
    .mega-menu.vertical-left.desktopTopFixed .drop-down,
    .mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar,
    .mega-menu.vertical-right.desktopTopFixed .drop-down,
    .mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar {
        margin: 0
    }
    .mega-menu.vertical-right {
        float: right
    }
    .mega-menu.vertical-right .drop-down-multilevel {
        left: auto;
        right: 100%
    }
}

@media screen and (min-width:993px) and (min-width:993px) {
    .mega-menu.vertical-right .drop-down-multilevel.left-side {
        left: 100%
    }
}

@media screen and (min-width:993px) {
    .mega-menu.vertical-right .drop-down,
    .mega-menu.vertical-right .drop-down-tab-bar {
        left: auto;
        right: 100%
    }
    .mega-menu.vertical-right.desktopTopFixed {
        float: right;
        left: auto;
        right: 0;
        padding: 0;
        height: 100%
    }
}

@media screen and (min-width:993px) {
    .mega-menu.vertical-left .menu-search-bar,
    .mega-menu.vertical-right .menu-search-bar {
        width: 100%
    }
    .mega-menu.vertical-left .menu-search-bar input,
    .mega-menu.vertical-left .menu-search-bar li,
    .mega-menu.vertical-left .menu-search-bar form,
    .mega-menu.vertical-left .menu-search-bar label,
    .mega-menu.vertical-right .menu-search-bar input,
    .mega-menu.vertical-right .menu-search-bar li,
    .mega-menu.vertical-right .menu-search-bar form,
    .mega-menu.vertical-right .menu-search-bar label {
        width: 100%;
        max-width: 100%;
        background: #f58936;
        transition: none
    }
    .mega-menu.vertical-left .menu-search-bar input,
    .mega-menu.vertical-right .menu-search-bar input {
        padding-left: 20px
    }
}

@media screen and (min-width:993px) {
    .mega-menu.menuFullWidth {
        max-width: 100%
    }
}

.mega-menu .drop-down-multilevel.right-menu {
    right: 0
}

.mega-menu .menu-links>li:last-child>a,
.mega-menu .menu-links-right>li:last-child>a {
    padding-right: 0
}

.mega-menu .menu-links li.hoverTrigger .drop-down.grid-col-12,
.mega-menu .menu-links-right li.hoverTrigger .drop-down.grid-col-12 {
    padding-left: 15px;
    padding-right: 15px
}

@media(max-width:1500px) {
    .mega-menu .drop-down.grid-col-5 {
        width: 51.666667%
    }
}

@media(max-width:1272px) {
    .mega-menu .drop-down.grid-col-5 {
        width: 61.666667%
    }
}
/*!/wp-content/themes/carspot/css/responsive-media.css*/
@media(min-width:1280px) and (max-width:1599px) {

    .hero {
        clear: both;
        color: #fff;
        padding: 150px 0
    }
    #map {
        height: 500px
    }
    .header {
        padding: 20px 0
    }
    .background-rotator .search-section {
        top: 150px
    }
    #banner {
        min-height: 475px
    }
    .search-container {
        padding: 150px 0 0
    }
    .short-features span , .short-features {
        font-size:14px;	
    }
    .content-box-grid .desc-points li{
        font-size:14px;	
    }
    .content-box-grid  .desc-points p {
        font-size:16px;
        line-height:30px;
    }
    .class-name {
        font-size:16px;
    }
    .accordion-title {
        font-size: 16px;
    }
    .cars-images {
        right: -200px;
    }
    .cars-images img {
        width: 75%;
    }
    .cars-alloy-rims {
        left: -68px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {


    .single-bar-image {
        padding-right:20px;
    }


    .single-details-section {
        position: relative;
        float: none;
        padding-right: 20px;
    }




    .single-details-section h3 {

        font-size: 20px;
        color: #232323;

    }



    .cars-alloy-rims {
        bottom: -250px;
    }
    .cars-images {
        position: absolute;
        right: -365px;
        bottom: 69px;
    }
    .cars-images img {
        width: 55%;
    }
    .carspot-main-section {
        padding: 0;
    }
    .services-icons-section {
        left: 23%;
    }
    .mega-menu.header-transparent .menu-search-bar {
        padding: 0;
        margin: 0;
        border: none;
    }
    .mega-menu.header-transparent .menu-search-bar li a {
        margin-top: 0;
    }
    .hero-form .select2-container--default .select2-selection--single {
        margin-bottom: 0 !important;
    }
    .hero-section .hero-car {
        max-width: 700px;
    }
    .services-3 {
        height: auto;
        margin-bottom: 0;
    }
    .funfacts.with-services .number, .funfacts.with-services h4 {
        color: #FFF;
    }
    .trending-ads .img-container {
        width: 24%;
    }
    .sell-box.sell-box-2 {
        padding: 0;
        min-height: auto;
    }
    .sell-box.sell-box-2 .sell-box-grid {
        margin-top: 0;
        padding-top: 150px;
    }
    .dwt-carousal-section .owl-prev {
        left:0;	
    }
    .dwt-carousal-section .owl-next {
        right:0;	
    }
}




@media(min-width:768px) and (max-width:1279px) {
    .navigation-2 .mega-menu .menu-search-bar {
        display:block;
        border:none;
        margin: 0;
        padding: 0;	
        height:auto;
    }
    .navigation-2 .mega-menu .menu-list-items .menu-search-bar .btn {
        margin-top:5px;	
    }

    .product-single .product-shop .price-section .special-price .price-label , .product-single .product-shop .price-section .old-price .price-label , .woocommerce .product-single .point-of-action .quantity label
    {
        display:none;	
    }
    .navigation-2 .mega-menu .menu-links, .mega-menu .menu-links-right {
        background:inherit;
    }

    .navigation-2 .mega-menu .menu-links > li {
        padding: 0;
    }

    .navigation-2 .mega-menu .drop-down-multilevel {
        background:inherit;
    }

    .navigation-2 .mega-menu .drop-down-multilevel {
        top: 0;
    }

    .navigation-2 .mega-menu .drop-down-multilevel a {
        color: #fff;
    }

    .navigation-2 .mega-menu .drop-down-multilevel li {
        border-bottom: 1px dashed #777;
    }
    .navigation-2 .mega-menu .drop-down-multilevel li:last-child {
        border-bottom: medium none;
    }

    .navigation-2 .mega-menu .drop-down-multilevel .drop-down-multilevel {
        border:medium none;
    }

    .navigation-2 .mega-menu .drop-down-multilevel * {
        color: #fff;
    }
    .navigation-2 .mega-menu .menu-links > li:last-child {
        border-right:medium none;
    }

    .single-blog.blog-detial .blog-post .blog-section .comment-list li ul.children {
        margin-left: 0 !important;
        padding:0;
    }

    .singleprice-tag {
        font-size: 24px;
    }

    .simple-search h1 {
        font-size: 32px;
    }

    .search-result-item .search-result-item-body .ad-history .col-md-4 {
        padding: 0
    }
    .search-result-item .search-result-item-body .ad-history .user-stats {
        border-radius: 0;
        padding: 5px 15px
    }
    .background-1 {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .background-2 {
        display: none;
    }
    .our-services .left-column {
        padding-top: 0;
        margin-bottom: 30px
    }
    .reviews .overlay.small-font h2 {
        font-size: 18px
    }
    .boxicon {
        width: 102px
    }
    .boxicon i {
        font-size: 32px
    }
    .our-services .service-column .inner-box {
        margin-left: 0
    }
    .right-side {
        margin-top: 30px
    }
    .right-side img {
        display: none
    }
    .ms-layer.title4 {
        font-size: 28px!important
    }
    .master-slider .ms-container .ms-inner-controls-cont .ms-slide-container .ms-slide .ms-layer.text1 {
        font-size: 16px!important;
        line-height: 24.2px!important
    }
    .master-slider .ms-container .ms-inner-controls-cont .ms-slide-container .ms-slide .ms-layer.btn3 {
        padding: 20px 20px!important;
        font-size: 14px!important
    }
    .search-style-2 .search-form-inner {
        margin-left: 0;
        margin-right: 0;
        width: calc(100% - 0px);
    }
    .search-style-2 .tab-content .search-form .btn {
        margin-top: 6px;
        margin-right: 5px
    }
    .search-style-2 .tab-content .search-form .btn.extra-top {
        margin-top: 10px
    }
    .search-style-2 .tab-content .search-form .by-body-type {
        width: 120px
    }
    .ad-listing .content-area .ad-details ul li {
        padding-right: 10px
    }
    .header-listing .custom-select-box {
        display: inline-block;
        width: 216px
    }
    .comparison-box .col-md-6:first-child .compare-grid {
        margin-bottom: 70px
    }
    .vsbox {
        top: 47%
    }
    .hero .search-style-2 .tab-content .search-form-inner {
        margin-left: -3px;
        margin-right: -3px;
        width: calc(100% - 0)
    }
    .hero .search-style-2 .tab-content .search-form .btn {
        margin-top: 20px
    }
    .search-bar .search-style-2 .search-form-inner {
        width: calc(100% - 0)
    }
    .sell-box-grid {
        margin-bottom: 30px
    }
    .sell-box-grid img {
        margin-bottom: 0
    }
    .ad-listing .content-area .short-info {
        display: none
    }
    .ad-listing .content-area .ad-details ul {
        margin-top: 5px
    }
    .ad-listing .content-area .ad-details p,
    .ad-listing .content-area .btn-success {
        display: none
    }
    .ad-listing .content-area .category-title {
        color: #a0a0a0;
        font-size: 13px;
        margin-bottom: 0
    }
    .ad-listing .content-area h3 {
        margin-bottom: 0;
        width: 100%
    }
    .ad-listing .content-area .ad-meta-info {
        font-size: 14px
    }
    .ad-listing .content-area .ad-stats {
        font-size: 13px
    }
    .ad-listing .content-area .col-md-9::after {
        display: none
    }
    .ad-modal {
        width: 100%
    }
    .transparent-header .header-top {
        position: relative
    }
    .header-top .dropdown-menu {
        right: 0;
        left: auto
    }
    .hero .content {
        padding: 20px 40px;
        top: 50px;
        left: 0;
        right: 0
    }
    .hero .content p:first-child {
        font-size: 34px
    }
    .hero .content .search-holder button {
        right: 7px
    }
    .home-tabs .tabs-container .nav-tabs>li>a i {
        color: #fff;
        font-size: 50px
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active {
        margin-top: -5px
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active a {
        height: 102px;
        line-height: 84px
    }
    .happy-customer {
        text-align: center
    }
    .happy-customer h3::after {
        display: none
    }
    .happy-customer a {
        margin-bottom: 30px
    }
    .happy-customer p {
        color: #fff;
        padding-right: 10px;
        margin-top: 0
    }
    .statistics-box {
        display: block;
        position: relative
    }
    .statistics-box i {
        font-size: 64px;
        display: block;
        position: relative;
        margin: 0;
        text-align: center;
        height: 45px
    }
    .statistics-content {
        padding-left: 0;
        display: block;
        text-align: center;
        position: relative;
        margin-top: 20px
    }
    .statistics-content>span {
        font-size: 30px
    }
    .statistics-content p {
        letter-spacing: 1px
    }
    .post-title {
        font-size: 16px
    }
    .footer-area .contact-info li,
    .footer-content .links-widget li a {
        font-size: 16px
    }
    .section-title {
        letter-spacing: 0
    }
    .btn.app-download-button i {
        font-size: 45px
    }
    .btn.app-download-button span.app-store-btn span span:last-child {
        font-size: 16px
    }
    .search-title {
        width: 30%
    }
    .parallex-text h4 {
        color: #fff;
        font-size: 22px
    }
    .location-icon i {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px
    }
    .location-icon {
        padding-right: 15px
    }
    .ad-location-gird {
        padding: 10px
    }
    .location-title-disc {
        float: left;
        padding-left: 15px
    }
    .fun-facts .facts-icons {
        color: #fff;
        font-size: 40px
    }
    .fun-facts .statistics-content>span {
        font-size: 34px;
        margin-top: 5px;
        margin-bottom: 20px
    }
    .fun-facts .statistics-content p {
        font-size: 14px
    }
    .ad-listing .content-area .additional-info {
        margin: 0;
        padding: 0;
        position: absolute;
        right: 16px;
        top: 160px;
        z-index: 9999
    }
    .pricing-item strong {
        display: block;
        font-size: 16px
    }
    .pricing-item .price {
        margin-top: 20px;
        clear: both
    }
    .app-text-section h3 {
        color: #fff;
        font-size: 20px
    }
    span.app-store-btn {
        padding: 15px 30px
    }
    .app-download-section.style-2 .btn.app-download-button span.app-store-btn span span:last-child {
        font-size: 16px
    }
    .app-text-section {
        padding-bottom: 104px;
        padding-top: 0
    }
    .colored-header .navigation .navbar .navbar-nav>li>a i.fa {
        margin-right: 5px
    }
    #hero .search-holder .nav-tabs>li>a i {
        font-size: 44px
    }
    #hero .search-holder .nav-tabs>li>a {
        color: #fff;
        font-size: 14px
    }
    .icon-box {
        padding: 46px 20px
    }
    .icon-box .icon {
        font-size: 40px;
        margin-right: 15px
    }
    .icon-box .icon-text h3.title {
        font-size: 20px
    }
    .white.category-grid-box-1 h3 {
        color: #232323
    }
    .category-grid-box-1 {
        position: relative
    }
    .btn-orange {
        padding: 15px 25px!important
    }
    .header .input-group-btn .btn {
        padding: 15px 18px
    }
    .background-rotator .heading-caption h1 {
        font-size: 30px
    }
    .background-rotator .search-section {
        top: 60px
    }
    .background-rotator .heading-caption p {
        display: none
    }
    .background-rotator .search-form {
        padding: 15px
    }
    .background-rotator .content {
        padding: 0
    }
    .background-rotator-slider .item img {
        display: block;
        width: 100%
    }
    .how-it-work-icon::before,
    .how-it-work-icon::after {
        display: none
    }
    .minimal-footer .footer-widget p {
        font-size: 14px
    }
    .minimal-footer .footer-social a {
        font-size: 35px
    }
    .side-menu {
        margin-bottom: 30px
    }
    .sidebar #accordion {
        margin-top: 55px
    }
    .ad-archive-desc {
        padding: 20px
    }
    .ad-archive-desc ul.add_info {
        margin-top: 10px
    }
    .ads-list-archive .archive-history {
        margin-top: 20px
    }
    .alert-box-container .form-control {
        margin-bottom: 20px
    }
    .select2-container--default .select2-selection--single {
        margin-bottom: 20px!important
    }
    .ad-archive-img img {
        height: auto
    }
    ul.add_info li {
        width: 50px
    }
    ul.add_info li i {
        display: inline-block;
        top: 0
    }
    .ad-archive-desc .category-title {
        margin-bottom: 7px
    }
    .no-left {
        padding-left: 15px
    }
    .by-body-type {
        width: 136px
    }
    .main-search .grid-card {
        min-height: auto
    }
    .news .newslist {
        overflow: hidden;
        position: relative;
        margin-top: 40px
    }
    .main-search .main-search-title h1 {
        font-size: 30px
    }
    .search-section {
        position: relative;
        left: 0;
        margin-left: 0;
        width: 100%
    }
    .search-section .search-options>li {
        width: 223px
    }
    .search-section .search-options>li:nth-child(4) {
        width: 175px
    }
    .colored-header .navbar-brand {
        padding: 20px 5px
    }
    .colored-header .navigation .navbar ul.navbar-nav>li>a {
        font-size: 14px
    }
    .mega-menu .menu-search-bar {
        position: relative;
        height: 70px
    }
    .mega-menu .menu-search-bar .btn-theme {
        display: block;
        text-align: center;
        margin-top: 15px
    }
    .mega-menu .menu-search-bar {
        border-top: 1px solid #dfdfdf;
        margin-top: 10px;
        padding-top: 10px;
        display: none
    }
    .mega-menu .menu-search-bar li {
        width: auto
    }
    .contact-in-header {
        border-left: medium none;
        padding-left: 0
    }
    .content-area h1 {
        font-size: 30px
    }
    .section-container-right {
        padding: 140px 0 140px 24px
    }
    .section-container-left {
        padding: 140px 0 140px 24px
    }
    .heading-panel h1,
    .happy-customer h3,
    .app-text-section h3,
    .footer-content .column .heading-panel h3,
    .section-title,
    .about-us .title h3,
    .sell-box-grid a,
    .client-section h2,
    .car-inspection h2,
    .funfacts h4,
    .choose-title h2,
    .section-container-left h1,
    .section-container-right h1 {
        font-size: 26px
    }
    .category-grid-box .short-description h3,
    .box h4,
    .ad-listing .content-area h3,
    .post-title,
    .pricing-item strong,
    .search-title,
    .recent-ads .recent-ads-list-content h3,
    .comparison-box h2,
    .comparison-box h2 a,
    .grid-card.news .overlay h2,
    .white.category-grid-box-1 h3,
    .service-left h3,
    .service-right h3,
    .services-center .services-grid h4,
    .services-grid h4,
    .content-area h4 {
        font-size: 18px
    }
    .services-center .services-grid .icons i,
    services-grid .icons i {
        height: 80px;
        line-height: 80px;
        width: 80px;
        font-size: 38px
    }
    .services-center .services-grid .icons.icon-right,
    .services-center .services-grid .icons.icon-left {
        float: none
    }
    .news .newslist li {
        position: relative;
        float: left;
        display: block;
        padding-right: 5px
    }
    .news .newslist li::after {
        content: '';
        display: block;
        clear: both
    }
    .absolute-img {
        position: relative;
        top: 0;
        bottom: 0
    }
    .featured-slider .owl-prev {
        left: 0
    }
    .featured-slider .owl-next {
        right: 0
    }
    .client-section h2 {
        margin-bottom: 30px
    }
    .service-left,
    .service-right {
        margin-bottom: 40px
    }
    .car-inspection a.btn {
        overflow: hidden;
        margin-bottom: 20px
    }
    .mobile-image-content {
        display: none
    }
    .ad-listing .content-area {
        padding: 20px 0 0
    }
    .content-area .ad-details {
        margin-top: 0
    }
    .happy-customer p {
        font-size: 20px;
        line-height: 35px
    }
    .blog-post {
        min-height: 506px
    }
    .app-download-button,
    .btn.app-download-button {
        margin-bottom: 10px
    }
    .colored-header #menu-1 .menu-list-items .menu-links li a.btn-theme {
        display: block;
        text-align: center
    }
    .icon-box {
        margin-bottom: 30px
    }
    .sigle-clients-brand {
        width: 50%
    }
    .main-menu .mega-menu .menu-links>li>a {
        color: #191919
    }
    .main-menu .mega-menu {
        min-height: 70px
    }
    .main-menu .mega-menu .menu-links {
        margin-top: 20px
    }
    .main-menu .mega-menu .menu-logo>li>a img {
        display: block
    }
    .main-menu .mega-menu>section.menu-list-items {
        padding: 10px 25px
    }
    .sidebar .side-menu nav .nav>li>.mega-menu-left {
        left: 0;
        margin: 0;
        min-width: 100%;
        top: 57px!important
    }
    .transparent-header .mega-menu>section.menu-list-items .menu-links>li>a {
        color: #191919
    }
    .app-download-section .app-download-section-wrapper .app-download-section-container .col-sm-1:nth-child(12n+1),
    .app-download-section .app-download-section-wrapper .app-download-section-container .col-sm-2:nth-child(6n+1),
    .app-download-section .app-download-section-wrapper .app-download-section-container .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .app-download-section .app-download-section-wrapper .app-download-section-container .col-sm-6:nth-child(2n+1) {
        clear: none
    }
    .app-download-section .app-download-section-wrapper .app-download-section-container i {
        display: none
    }
    .hero .content p:first-child {
        font-size: 30px
    }
    .car-details {
        margin-top: 20px
    }
    .car-details p,
    .car-details .line-dec {
        display: none
    }
    .search-form .select2-container--default .select2-selection--single {
        margin-bottom: 0!important
    }
    .full-width-header .mega-menu>section.menu-list-items {
        padding: 15px 10px
    }
    .call-action p {
        text-align: center
    }
    .parallex-button {
        text-align: center
    }
    .list-group-items .category-grid-box-1 .image {
        width: 45%
    }
    .list-group-items .category-grid-box-1 .image img {
        min-height: 256px
    }
    .list-group-items .category-grid-box-1 .short-description-1 {
        width: 55%;
        padding: 20px
    }
    .list-group-items .list-group-item-text {
        margin-top: 8px
    }
    .list-group .list-group-items .category-grid-box-1 {
        min-height: 305px
    }
    #products .list-group-items .ad-meta-info {
        font-size: 16px
    }
    .bread-2.page-header-area .small-breadcrumb .breadcrumb-link ul li:first-child {
        padding-left: 15px
    }
    .ad-listing-price p {
        font-size: 20px;
        padding: 20px
    }
    .user-contact-info .user-info-card .user-photo img {
        width: 100%
    }
    .ad-listing-meta ul li {
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 25px
    }
    .comment-section {
        margin-bottom: 30px
    }
    .user-profile a img {
        width: 100%
    }
    .leftbar-stick.blog-sidebar {
        margin-bottom: 30px
    }
    .profile-tabs .nav-tabs a {
        text-align: left
    }
    .dashboard-menu-container ul li {
        width: 19%
    }
    .blog-sidebar {
        margin-top: 30px;
        overflow: hidden
    }
    .subscribe input,
    .subscribe button {
        width: 40%
    }
    .subscribe button {
        width: 20%
    }
    .contactInfo {
        margin-top: 30px;
        overflow: hidden
    }
    .submit-form .form-control {
        margin-bottom: 10px
    }
    .review-excerpt .pro-cons .pro-section {
        margin-bottom: 20px
    }
    .sell-box {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, #f6f6f6 0, #f6f6f6 100%, #f0f2f5 50%, #f0f2f5 100%) repeat scroll 0 0
    }
    .colored-header .mega-menu ul.drop-down-multilevel {
        top: 0;
    }
    .detail_price .ad-listing-price p {
        font-size: 30px;
        padding: 0;
    }

    .woocommerce-MyAccount-content {
        margin-top:30px;	
    }
    .message-inbox .list-wrap {
        height: auto;
    }
    .message-details .list-wraps {
        height: auto;
    }

    .box{
        min-height: 130px;	
    }
    .colored-header.classic  .mega-menu .menu-search-bar{
        display:block;
        margin-top: 5px;
        width:100%;
    }

    .colored-header.classic  .mega-menu .menu-list-items .menu-search-bar li{
        width:100%;
    }

    .colored-header.classic  .mega-menu .menu-list-items .menu-search-bar li a {
        margin-top:5px;	
    }


    .mega-menu.header-transparent .menu-search-bar {
        display:block;	
    }
    .mega-menu.header-transparent .menu-search-bar .dropdown-menu {
        min-width: 250px;
        right: auto;
        left: 0;
    }
    .mega-menu.header-transparent .menu-search-bar.active input {
        padding-right: 0;
    }
}





@media (min-width: 768px) and (max-width: 1023px) {

    .navigation-2 .mega-menu .menu-search-bar {
        display:block;
        border:none;
        margin:0;
        padding:0;	
    }
    .navigation-2 .mega-menu .menu-list-items .menu-search-bar .btn {
        margin-top:5px;	
    }
    .single-price-section h2 {
        font-size:20px;
    }




    .single-page-anchors-section .style-5 li {
        border-right:none;
        padding:0;
        margin-right: 8px;

    }


    .single-bar-image {
        padding-right: 20px;

    }

    .single-details-section h3 {
        font-size:18px;

    }	


    .single-details-section {
        float:none;
        padding-right:0;

    }


    .pricing-table-box {
        margin-bottom: 30px;
    }
    .cars-alloy-rims {
        display: none;
    }
    .cars-images {
        position: relative;
        right: 0;
        bottom: -50px;
    }
    .best-services-main-section {
        width: 70%;
    }
    .services-icons-section {
        left: 30%;
    }
    .mega-menu.header-transparent .menu-links > li > a {
        color: #242424;
    }
    .mega-menu.header-transparent .menu-search-bar li a {
        margin-top: 0;
    }
    .hero-section .hero-text h1 {
        font-size: 40px;
    }
    .hero-form .select2-container--default .select2-selection--single {
        margin-bottom: 0 !important;
    }
    .hero-section .hero-car {
        max-width: 650px;
    }
    .funfacts.with-services h4 {
        margin-bottom: 30px;
        color: #FFF;
    }
    .funfacts.with-services .number {
        color: #FFF;
    }
    .services-3 {
        height: auto;
        margin: 0;
    }
    .trending-ads .img-container {
        margin-top: 0;
        margin-bottom: 0;
        width: 39%;
    }
    .trending-ads .trending-ad-detail {
        margin: 0;
    }
    .sell-box.sell-box-2 {
        background: none !important;
        padding: 0;
    }
    .sell-box.sell-box-2 h3, .sell-box.sell-box-2 .sell-box-grid a, .sell-box.sell-box-2 .sell-box-grid p {
        color: #242424 !important;
    }
    .sell-box.sell-box-2 .sell-box-grid .short-info {
        padding-bottom: 0;
    }
    .mega-menu .menu-search-bar.active i.fa.fa-search {
        right: 0 !important;
    }
    .ad-listing.on-profile .content-area .ad-details ul li {
        line-height: 30px;
        border:none;
    }
}


@media(min-width:320px) and (max-width:767px) {

    .navbar-btn button#full-screen {
        display: none;
    }
    .pricing-area {
        position:relative;
    }

    .pricing-area .detail_price .ad-listing-price{

    }


    .main-search.home {
        min-height: 570px
    }
    .grid-card {
        padding: 0
    }
    .ad-modal {
        width: 100%
    }
    .header-top .dropdown-menu {
        right: 0;
        left: auto
    }
    .hero .content .search-holder button {
        right: 2px;
        height: 55px;
        border: 1px none
    }
    .hero .content {
        padding: 20px 15px
    }
    .hero .content h1 {
        font-size: 14px
    }
    .hero .content .search-holder input {
        height: 55px;
        font-size: 14px
    }
    .home-tabs {
        margin-top: -33px
    }
    .home-tabs .tabs-container .nav-tabs>li>a i {
        color: #fff;
        font-size: 34px
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active a {
        border-bottom: 5px solid #f58936;
        height: 65px;
        line-height: 48px
    }
    .home-tabs .tabs-container .nav.nav-tabs li.active {
        margin-top: 0
    }
    .home-tabs .tabs-container .nav-tabs>li>a {
        padding: 5px 6px
    }
    .home-tabs .tabs-container .nav.nav-tabs li {
        width: 16.5%
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(7) {
        display: none
    }
    .home-tabs .tabs-container .nav-tabs li:nth-child(8) {
        display: none
    }
    .footer-area .contact-info li {
        font-size: 14px
    }
    .footer-content .column .heading-panel h3 {
        color: #fff
    }
    .search-container h2 {
        color: #fff;
        font-size: 24px
    }
    .search-container p {
        font-size: 18px
    }
    .search-container .form-group .form-control {
        font-size: 14px
    }
    .search-container .form-group .form-control {
        font-size: 14px;
        height: 55px
    }
    .banner-icon-search {
        background: #fff url("/wp-content/themes/carspot/css/../images/search.png") no-repeat scroll 96% 17px / 21px 21px
    }
    .search-container .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        line-height: 55px
    }
    .search-container .select2-container--default .select2-selection--single {
        height: 55px
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
        right: 10px
    }
    .search-container .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 4px
    }
    .search-container button {
        font-size: 14px;
        height: 55px
    }
    .search-container {
        padding: 200px 0 0
    }
    .heading-text {
        width: 100%
    }
    .ad-listing .content-area h3 {
        width: 100%
    }
    .ad-listing .content-area .col-md-9::after {
        background-color: transparent;
        content: "";
        height: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 0
    }
    .ad-meta-info,
    .category-grid-box .ad-info ul li {
        font-size: 16px
    }
    .ad-details {
        margin-top: 10px
    }
    .ad-listing .content-area .price {
        margin-bottom: 15px
    }
    .ad-listing .content-area .btn-success {
        padding: 5px 10px;
        margin-bottom: 20px
    }
    .ad-listing .img-box img {
        width: 100%
    }
    .ad-listing .content-area .additional-info {
        margin: 0;
        padding: 0;
        right: 0;
        top: 0;
        position: relative
    }
    .ad-listing .content-area .additional-info li {
        margin: 0
    }
    .ad-listing .content-area .additional-info li a {
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        margin-right: 1px;
        width: 25px
    }
    .ad-details p {
        font-size: 14px
    }
    .ad-meta-info li {
        margin-right: 6px
    }
    .parallex .happy-customer p {
        font-size: 20px;
        padding-right: 0
    }
    .latest-ads .panel .panel-heading .nav>li>a {
        padding: 18px 7px
    }
    .section-title {
        letter-spacing: 0;
        font-size: 30px
    }
    .btn.app-download-button span.app-store-btn span span:last-child {
        font-size: 18px
    }
    .tp-caption.price-section span.price {
        font-size: 14px
    }
    .search-title {
        position: relative;
        text-align: left;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0;
        margin-bottom: 25px
    }
    .search-title::after,
    .search-title::before {
        display: none
    }
    .select2-container--default .select2-selection--single {
        margin-bottom: 20px!important
    }

    #Yearcollapse .select2-container--default .select2-selection--single {
        margin-bottom: 0!important;
    }

    .parallex-text h4 {
        font-size: 24px;
        line-height: 40px
    }
    .parallex-small .btn {
        display: block ;
        width: 100%
    }
    .list-group-items .category-grid-box-1 .image,
    .list-group-items .category-grid-box-1 .short-description-1 {
        width: 100%
    }
    .ad-meta-info li {
        margin-bottom: 5px
    }
    #partner .row .col-md-2 {
        margin-bottom: 30px
    }
    .pricing-item .price {
        margin-top: 20px;
        clear: both
    }
    .mobile-image-content img {
        position: relative;
        display: none
    }
    .app-text-section h3 {
        color: #fff
    }
    .app-download-button,
    .btn.app-download-button {
        margin-bottom: 30px;
        clear: both
    }
    .app-text-section {
        padding-bottom: 50px;
        padding-top: 50px
    }
    #hero .search-holder .nav-tabs>li>a i {
        font-size: 36px
    }
    .icon-box {
        padding: 46px 20px 46px
    }
    .icon-box {
        margin-bottom: 30px
    }
    .icon-box .icon {
        font-size: 40px;
        margin-right: 15px
    }
    .icon-box .icon-text h3.title {
        color: #fff
    }
    .background-rotator .heading-caption h1 {
        font-size: 20px
    }
    .how-it-work {
        width: 100%
    }
    .how-it-work-icon::after,
    .how-it-work-icon::before {
        background: 0
    }
    .pricing a.btn {
        padding: 10px 20px
    }
    .minimal-footer .footer-widget {
        margin-bottom: 20px
    }
    .minimal-footer .footer-widget p {
        font-size: 14px
    }
    .minimal-footer .footer-social a {
        font-size: 35px
    }
    .minimal-footer .footer-social {
        padding-bottom: 30px;
        padding-top: 0
    }
    .minimal-footer .footer-social>li {
        margin: 15px
    }
    .minimal-footer .address-info {
        padding-bottom: 15px
    }

    .transparent-header.mobile-custom {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0
    }
    .background-rotator .search-section {
        position: relative;
        left: 0;
        margin: 0;
        right: 0;
        top: 0;
        z-index: 1;
        padding: 50px 0;
        background-color: #f6f6f6
    }
    .background-rotator .content {
        padding: 0
    }
    .background-rotator .search-section {
        position: relative;
        left: 0;
        margin: 0;
        right: 0;
        top: 0;
        z-index: 1;
        padding: 50px 0;
        background-color: #fff
    }
    .background-rotator .heading-caption h1,
    .background-rotator .heading-caption p {
        color: #232323
    }
    .background-rotator .heading-caption p {
        font-size: 18px;
        display: none
    }
    .side-menu {
        margin-bottom: 30px
    }
    .featured-slider-1 .category-grid-box-1 {
        min-height: auto
    }
    .white.category-grid-box-1 .short-description-1 {
        background: #fff none repeat scroll 0 0;
        padding: 30px 20px
    }
    .breadcrumb-1 .content-section h1 {
        font-size: 24px;
        margin-bottom: 5px
    }
    .breadcrumb-1 .content-section p {
        font-size: 14px
    }
    .banner .title {
        font-size: 16px
    }
    .sidebar #accordion {
        margin-top: 55px
    }
    .ad-archive-img img {
        height: auto
    }
    .ad-archive-desc {
        padding: 25px 15px
    }
    .subscribe {
        margin-bottom: 30px
    }
    .subscribe>p {
        font-size: 14px;
        margin-bottom: 15px
    }
    .subscribe button {
        width: 50%;
        margin-top: 15px;
        height: 40px
    }
    .subscribe input {
        width: 100%;
        height: 40px
    }
    .comming-soon-grid .count-down #clock>span {
        font-size: 32px
    }
    .comming-soon-grid .count-down #clock {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 30px
    }
    .social-area-share>a {
        height: 30px;
        line-height: 30px;
        width: 30px
    }
    .status_bar>p {
        font-size: 14px;
        line-height: 21px
    }
    .status_bar {
        margin-bottom: 30px
    }
    .main-search .main-search-title h1 {
        font-size: 22px;
        padding-top:80px;
    }
    .main-search .btn {
        display: block
    }
    .no-left {
        padding-left: 0;
        padding-right: 0
    }
    .main-search .body-type .grid-card {
        padding: 15px 15px 0
    }
    .by-body-type {
        width: 110px
    }
    .search-section {
        position: relative;
        left: 0;
        margin-left: 0;
        width: 100%;
        padding-bottom: 40px;

    }
    .search-section .search-options>li {
        width: 100%
    }
    .search-section .search-options .select2-container--default .select2-selection--single {
        margin-bottom: 5px!important
    }
    .search-section .search-options>li input {
        margin-bottom: 5px
    }
    .search-section .search-options>li:nth-child(4) {
        width: 100%
    }
    .main-search .grid-card {
        min-height: auto
    }
    .footer-top .widget {
        margin-bottom: 20px;
        overflow: hidden
    }
    .mega-menu .menu-search-bar {
        position: relative;
        width: 100%;
        height: 70px
    }
    .mega-menu .menu-search-bar {
        position: relative;
        height: 70px
    }
    .mega-menu .menu-search-bar .btn-theme {
        display: block;
        text-align: center;
        margin-top: 15px
    }
    .mega-menu .menu-search-bar {
        border-top: 1px solid #dfdfdf;
        margin-top: 20px;
        padding-top: 10px;
        display: none
    }
    .navigation-2 .mega-menu .menu-search-bar {
        display:block;
        border:none;	
    }
    .navigation-2 .mega-menu .menu-list-items .menu-search-bar .btn {
        margin-top:5px;	
    }
    .contact-in-header {
        border-left: medium none;
        padding-left: 0
    }
    .contact-in-header span {
        float: left
    }
    .menu-search-bar .btn-theme {
        display: block;
        text-align: center!important;
        margin-top: 15px
    }
    .mega-menu .menu-mobile-collapse-trigger {
        top: 5px
    }
    .alert-box-container .form-control {
        margin-bottom: 20px
    }
    .tooltip-content {
        margin: 0 0 20px -32px
    }
    .tooltip-content,
    .tooltip-item::after {
        left: 0;
        width: 270px
    }
    .tooltip-content::after {
        left: 37px
    }
    .mega-menu .menu-links>li {
        border-bottom: 1px solid #f3f3f3
    }
    .mega-menu .menu-links>li:last-child {
        border-bottom: medium none
    }
    .mega-menu .menu-links>li.activeTriggerMobile {
        color: #fff
    }
    .mega-menu .menu-links>li.hoverTrigger.activeTriggerMobile {
        color: #fff!important
    }
    .transparent-header .mega-menu>section.menu-list-items .menu-links>li>a {
        color: #232323
    }
    .heading-panel h1,
    .happy-customer h3,
    .app-text-section h3,
    .footer-content .column .heading-panel h3,
    .heading-panel h3,
    .section-title,
    .about-us .title h3,
    .sell-box-grid a,
    .funfacts h4,
    .client-section h2,
    .car-inspection h2,
    .choose-title h2,
    .section-container-left h1,
    .section-container-right h1 {
        font-size: 22px
    }
    .content-area h1 {
        font-size: 30px
    }
    .page-header-area-2 h1 {
        font-size: 20px
    }
    .category-grid-box .short-description h3,
    .box h4,
    .ad-listing .content-area h3,
    .post-title,
    .latest-ads .panel .panel-heading .nav>li>a h6,
    .pricing-item strong,
    .icon-box .icon-text h3.title,
    #products .list-group-items .category-grid-box-1 h3,
    .pricing-list h3,
    .comparison-box h2,
    .comparison-box h2 a,
    .white.category-grid-box-1 h3,
    .service-left h3,
    .service-right h3,
    .service-left .inner-box h3 a,
    .service-right .inner-box h3 a,
    .owl-testimonial-2 .single_testimonial h4,
    .owl-testimonial-1 .single_testimonial h4,
    .app-download-section.style-2 .btn.app-download-button span.app-store-btn span span:last-child,
    .news .newslist .texthold h4 a,
    .services-grid h4,
    .content-area h4 {
        font-size: 16px
    }
    .client-section h2 {
        margin-bottom: 30px
    }
    .service-left .inner-box .service-icons {
        left: 0
    }
    .service-left .inner-box {
        padding-left: 90px;
        position: relative;
        text-align: left;
        padding-right: 0
    }
    .absolute-img {
        top: 0;
        position: relative;
        bottom: 0
    }
    .colored-header #menu-1 .menu-list-items .menu-links li a.btn-theme {
        display: block;
        text-align: center
    }
    .icon-box,
    .search-form .form-control {
        margin-bottom: 20px
    }
    .sigle-clients-brand {
        width: 50%
    }
    .transparent-header .mega-menu>section.menu-list-items .menu-links>li>a {
        color: #191919
    }
    .header .btn-orange {
        margin-top: 20px
    }
    .main-menu .mega-menu>section.menu-list-items {
        padding: 10px 25px
    }
    .main-menu .mega-menu {
        min-height: 80px
    }
    .main-menu .mega-menu .menu-links {
        margin-top: 20px
    }
    .main-menu .mega-menu .menu-logo>li>a img {
        display: block
    }
    .main-menu .mega-menu .menu-links>li>a {
        color: #191919
    }
    .sidebar .side-menu nav .nav>li>.mega-menu-left {
        left: 0;
        margin: 0;
        min-width: 100%;
        top: 57px!important
    }
    .full-width-header .mega-menu>section.menu-list-items {
        padding: 15px 10px
    }
    .comparison-box .col-md-6:first-child .compare-grid {
        margin-bottom: 70px
    }
    .vsbox {
        top: 45%
    }
    .grid-card.news .mainimage {
        min-height: auto
    }
    .grid-card.news .overlay h2 {
        font-size: 16px
    }
    .car-inspection a.btn {
        margin-bottom: 20px;
        overflow: hidden
    }
    .call-action i {
        display: table;
        font-size: 70px;
        margin: 0 auto;
        text-align: center;
        float: none
    }
    .call-action h4 {
        font-size: 26px;
        text-align: center;
        text-transform: capitalize
    }
    .call-action p {
        text-align: center;
        margin-top: 15px
    }
    .parallex-button {
        margin: 35px 0;
        text-align: center
    }
    .list-group-items .category-grid-box-1 .short-description-1 {
        padding: 20px
    }
    #products .list-group-items .ad-meta-info {
        color: #fff;
        font-size: 16px
    }
    .mid-container.list-group .item.list-group-items .category-grid-box-1 .image {
        width: 100%
    }
    .mid-container.list-group .item.list-group-items .category-grid-box-1 .short-description-1 {
        width: 100%
    }
    .ads-list-archive .ad-archive-desc .ad-price {
        float: none;
        font-size: 22px
    }
    .content-box-grid {
        padding: 20px 15px
    }
    .content-box-grid h1 {
        font-size: 18px
    }
    .singlepage-detail .content-box-grid .short-history li {
        border-right: medium none;
        display: block;
        padding: 0
    }
    .sticky-ad-detail {
        display: none!important
    }
    .ad-listing-price p {
        font-size: 20px;
        padding: 0;
        text-align:left;
    }
    .pricing-area .heading-zone{
        padding: 0;
    }

    .ad-listing-price {
        margin-top:0;
    }

    .user-contact-info .user-info-card .user-photo img {
        width: 100%
    }
    .ad-listing-meta ul li {
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 25px
    }
    .singlepage-detail .content-box-grid .ad-title h2 {
        font-size: 18px
    }
    .singlepage-detail .heading-panel h3 {
        font-weight: 400
    }
    .comment-info .author-desc {
        margin-left: 0
    }
    .comment-info .author-desc .author-title ul.list-inline.pull-right {
        float: none!important;
        margin-top: 10px
    }
    .comment-list .children {
        list-style: outside none none;
        padding-left: 25px
    }
    .comment-section {
        margin-bottom: 30px
    }
    .leftbar-stick.blog-sidebar {
        margin-bottom: 30px
    }
    .profile-tabs .nav-tabs a {
        text-align: left!important
    }
    .profile-edit h2 {
        font-size: 16px;
        margin-bottom: 10px
    }
    .profile-section .skin-minimal .list li label {
        margin-top: -30px;
        padding-left: 35px
    }
    .search-result-item .image-link {
        max-height: 100%
    }
    .user-stats {
        margin-bottom: 10px
    }
    .dashboard-menu-container ul li {
        width: 50%;
        float: left;
        border-bottom: 1px solid #f1f1f1
    }
    .content-box-grid .ad-closed img {
        width: 200px;
        left: 96px;
        top: 200px
    }
    .message-content,
    .blog-sidebar {
        margin-top: 30px;
        overflow: hidden
    }
    .chat-form .form-group {
        float: left;
        margin-right: 0;
        width: 100%
    }
    .chat-form .btn {
        display: block;
        width: 100%
    }
    .blog-sidebar .widget .widget-content .gallery-image a {
        margin-right: 2px
    }
    .blog-detial .blog-post .post-img .large-img {
        height: auto;
        width: 100%
    }
    .blog-detial .comment-info .author-desc {
        margin-left: 0
    }
    .blog-detial .comment-list .children {
        list-style: outside none none;
        padding-left: 10px
    }
    .error-page .error-container>.error-text {
        font-size: 140px
    }
    .error-page .error-container>.error-info {
        color: #232323;
        font-size: 18px
    }
    .accordion-title {
        font-size: 16px
    }
    .components .btn {
        margin-bottom: 10px
    }
    .content-info {
        margin-top: 60px
    }
    .help-block {
        text-align: left
    }
    .contactInfo {
        margin-top: 30px;
        overflow: hidden
    }
    .postdetails .skin-minimal ul.list li {
        float: left;
    }
    .hero .content p:first-child {
        font-size: 26px
    }
    #search-section {
        padding: 20px 15px
    }
    .search-bar .search-style-2 .search-form-inner {
        width: calc(100% - 0)
    }
    .sell-box-grid p {
        padding-right: 0
    }
    .sell-box-grid .short-info {
        padding-left: 15px
    }
    .sell-box-grid {
        margin-bottom: 30px
    }
    .sell-box-grid img {
        margin-bottom: 0
    }
    .sell-box {
        background: -moz-linear-gradient(to right, #f6f6f6 0, #f6f6f6 100%, #f0f2f5 100%, #f0f2f5 100%);
        background: -webkit-linear-gradient(to right, #f6f6f6 0, #f6f6f6 100%, #f0f2f5 100%, #f0f2f5 100%);
        background: -webkit-gradient(linear, 100% 0, 0 0, from(#f6f6f6), color-stop(0.5, #f6f6f6), color-stop(0.5, #f0f2f5), to(#f0f2f5));
        background: -o-linear-gradient(to right, #f6f6f6 0, #f6f6f6 100%, #f0f2f5 100%, #f0f2f5 100%);
        background: linear-gradient(to right, #f6f6f6 0, #f6f6f6 100%, #f0f2f5 100%, #f0f2f5 100%)
    }
    .news .newslist {
        margin-top: 40px;
        overflow: hidden;
        position: relative
    }
    .overlay h2 {
        font-size: 16px
    }
    .clients-list {
        margin-top: 20px
    }
    ul.add_info li {
        margin-right: 0
    }
    .ad-archive-desc .ad-meta {
        float: left;
        position: relative;
        width: 100%
    }
    .ad-listing .content-area .ad-details ul li {
        padding-right: 8px
    }
    .ad-listing .content-area .ad-price-simple {
        margin-bottom: 15px
    }
    .mega-menu img {
        margin: 10px 0 10px 0
    }
    .review-excerpt .pro-cons .pro-section {
        margin-bottom: 20px
    }
    .review-excerpt .gallery.list-inline li {
        width: 18.9%
    }
    .post-review .summary-review .text-summary {
        display: table;
        padding-right: 0
    }
    .featured-slider .item .col-md-12 {
        padding: 0
    }
    .featured-slider .item .col-md-12 .white.category-grid-box-1 {
        margin-bottom: 0
    }
    .featured-slider .owl-next {
        right: 10px
    }
    .featured-slider .owl-prev {
        left: 10px
    }
    .about-us .content p.service-summary {
        font-size: 20px
    }
    .ad-price {
        font-size: 22px
    }
    .white.category-grid-box-1 .short-description-1 {
        padding: 30px 20px 10px
    }
    .ms-layer.text1 {
        display: none
    }
    .master-slider .ms-container .ms-inner-controls-cont .ms-slide-container .ms-slide .ms-layer.btn3 {
        padding: 10px 20px!important;
        font-size: 12px!important
    }
    .ms-layer.title4 {
        font-size: 16px!important;
        line-height: 2em!important;
        width: 100%
    }
    .font-thin-xs {
        font-weight: 600
    }
    .search-bar .search-form .btn {
        margin-top: 0;
        margin-right: 8px
    }
    .section-search .nav-tabs .nav-link {
        font-size: 12px;
        font-weight: 600;
        padding: 12px 18px
    }
    .search-style-2 .search-form-inner {
        margin-left: -3px;
        margin-right: -3px;
        width: calc(100%)
    }
    .search-style-2 .tab-content .search-form .btn {
        margin-right: 8px;
        margin-top: 0
    }
    .search-style-2 .tab-content .search-form .btn.extra-top {
        margin-top: 10px;
        margin-right: 8px
    }
    .services-center .services-grid .icons i,
    .services-grid .icons i {
        height: 70px;
        line-height: 70px;
        width: 70px;
        font-size: 38px;
    }
    .services-center .services-grid .icons.icon-right,
    .services-center .services-grid .icons.icon-left {
        float: none
    }
    .background-1 {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .compare-detial tr td {
        width:36% !important;	
        padding: 10px 5px;
        font-size: 14px;
    }

    .compare-detial tr td:first-child {
        width:23% !important ;	
        font-size: 14px;
    }

    .our-services .left-column .inner-box {
        padding-right: 0;
    }
    .our-services .left-column h2 {
        font-size: 34px;
    }
    .background-2 {
        display: none
    }
    .our-services .left-column {
        padding-top: 0;
        margin-bottom: 30px
    }
    .our-services .service-column .inner-box {
        margin-left: 0
    }
    .background-3 {
        width: 100%
    }
    .background-4 {
        width: 0
    }
    .section-container-left,
    .section-container-right {
        padding: 70px 20px
    }
    .section-container-right {
        padding-top:0 !important;
    }
    .section-container-left p,
    .section-container-right p {
        padding: 0
    }
    .heading-panel ul.list-unstyled.pull-right {
        margin-top: 30px
    }
    .boxicon {
        margin-bottom: 10px
    }
    .car-feature-list li {
        width: 100%;
        font-size: 16px
    }
    .small-section .img-thumb.first {
        margin-bottom: 10px
    }
    .small-section .img-thumb {
        margin-bottom: 10px
    }
    .search-result-item .search-result-item-body .ad-history .col-md-4 {
        padding: 0
    }
    .search-result-item .search-result-item-body .ad-history .user-stats {
        border-radius: 0;
        padding: 5px 15px
    }
    .ad-listing .content-area .btn {
        padding: 10px 15px;
        margin-bottom: 20px
    }
    .post-ad-form .submit-form .dropzone .dz-default.dz-message {
        background-image: url("/wp-content/themes/carspot/css/../images/spritemap.png");
        background-position: 0 -133px;
        background-repeat: no-repeat;
        filter: none;
        height: 165px;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        opacity: 1;
        position: absolute;
        top: 22%;
        transition: opacity .3s ease-in-out 0s;
        width: 226px
    }
    .colored-header .mega-menu ul.drop-down-multilevel {
        top: 0
    }

    .heading-zone h1 {
        font-size: 22px;
    }

    .main-search .main-search-title {
        padding-top: 178px;
    }

    .main-search {
        height: auto;
    }

    .section-container-left h1 {
        margin-top: 120px;
        padding-bottom: 0px;	
    }

    .section-container-right h1{

    }	


    .simple-search h1 {
        font-size: 26px;
        margin-top: 40px;
    }

    .simple-search .search-holder {
        padding: 2em 10px;
    }

    .header-listing .custom-select-box .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 32px !important;
    }

    .header-listing .custom-select-box {
        display: inline-block;
        width: 220px;
    }
    ul.filterAdType li a {
        padding: 16px 12px;
    }
    .singleprice-tag {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 10px;
        min-width: 50%;
        line-height: normal;
        padding-top:10px;
    }
    .singleprice-tag span {
        display: block;
    }
    .mega-menu .drop-down-multilevel .drop-down-multilevel {
        border:medium none;

    }	


    .single-blog.blog-detial .blog-post .blog-section .comment-list .comment .comment-info .author-desc ul.list-inline {
        margin:10px 0;
        padding-left:0;
    }

    .single-blog.blog-detial .blog-post .blog-section .comment-list li ul.children {
        margin-left: 0 !important;
    }

    .single-blog.blog-detial .blog-post .blog-section .comment-list li ul.children li {
        padding-left:0;	
    }

    .comment-list .comment .comment-info .author-desc .author-title li a {
        color: #777;
        font-size: 14px;
    }

    .blog-sidebar .widget  .search-form .search-blog .form-control {
        margin-bottom:0;	
    }


    #header-info-bar {
        height:auto;	
    }

    #header-info-bar a.info-bar-meta-link {
        float: left;
        margin-right: 20px;
        margin-left:0;
    }

    #header-info-bar a.info-bar-meta-link {
        display:none;	
    }


    .header-area-new .logo-bar {
        padding: 15px 0;
    }

    .header-area-new .logo-bar .info-box {
        margin:5px 0 10px 10px;
    }

    .navigation-2 .mega-menu .menu-links, .mega-menu .menu-links-right {
        background:inherit;
    }

    .navigation-2 .mega-menu .menu-links > li {
        padding: 15px 0;
        border-bottom: 1px dashed;
        border-left:medium none;

    }

    .navigation-2 .mega-menu .drop-down-multilevel {
        background:inherit;
    }

    .navigation-2 .mega-menu .drop-down-multilevel {
        top: 0;
    }

    .navigation-2 .mega-menu .drop-down-multilevel a {
        color: #fff;
    }

    .navigation-2 .mega-menu .drop-down-multilevel li {
        border-bottom: 1px dashed #777;
    }
    .navigation-2 .mega-menu .drop-down-multilevel li:last-child {
        border-bottom: medium none;
    }

    .navigation-2 .mega-menu .drop-down-multilevel .drop-down-multilevel {
        border:medium none;
    }

    .navigation-2 .mega-menu .drop-down-multilevel * {
        color: #fff;
    }
    .navigation-2 .mega-menu .menu-links > li:last-child {
        border-right:medium none;
    }
    .product-single .product-shop {
        margin-top:20px;	
    }
    .product-single .product-shop .price-section .special-price .price-label ,.product-single .product-shop .price-section   .old-price .price-label {
        font-size:16px;	
        margin-right: 0;
    }
    .woocommerce .product-single .point-of-action .quantity label {
        display:none;	
    }
    .product-single .tab .nav-tabs li a {
        font-size:16px;	
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        display:none;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin-left:0;	
    }

    .woocommerce .star-rating {
        font-size: 16px;
        left: 13px;
        letter-spacing: 2px;
        margin-top: 4px;
        position: absolute;
        top: 40px;
    }
    .woocommerce .product-single .tab .tab-content .comment-text .description {
        margin-top: 25px;
    }
    .woocommerce-MyAccount-content {
        margin-top:30px;	
    }


    .post-ad-form .submit-form .dropzone .dz-default.dz-message {
        background-image:none;
        height:auto;
        width:auto;
        position:relative;
        top:auto;
        left:auto;
        margin-top: 50px;
    }
    .post-ad-form .submit-form .dropzone .dz-default.dz-message {
        color: #232323;
        font-size: 24px ;
    }

    .header-top .header-right .listnone .dropdown-menu {
        min-width: 200px ;
    }

    .colored-header .header-top .header-right ul.listnone li.dropdown ul.dropdown-menu {
        /*left:0px;
        right:auto;*/
        right:0px;
        left:auto;
    }

    .colored-header.classic .header-top .header-right ul.listnone li.dropdown ul.dropdown-menu  , .colored-header .header-top.dark .header-right ul.listnone li.dropdown ul.dropdown-menu {
        left: auto;
    }
    
    .drop-title {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .message-inbox .list-wrap {
        height: auto;
    }
    .message-details .list-wraps {
        height: auto;
    }
    .box{
        min-height: 130px;	
    }
    .colored-header.classic  .mega-menu .menu-search-bar{
        display:block;
        margin-top: 5px;
    }
    .search-result-item .image {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .carspot-price-card {
        margin-bottom:30px;	
    }


    .transparent-breadcrumb-listing {
        padding-top:300px;	
    }	
    .single-title-buttons{
        position:relative;
        padding:0 20px;

    }


    .single-bar-main-section{
        position:relative;
        padding:0;
    }



    .single-bar-buttons-section {
        margin-top:20px;
        text-align:center;


    }




    .single-title-buttons .new-title-page-button-section li a {
        line-height: 40px;
        padding: 5px 15px;
        font-size: 14px;
        border:none;
        border-left:none !important;
    }	


    .single-bar-buttons-section .style-6 li .btn {
        font-size:12px;	
    }	
    .single-bar-buttons-section {
        float:none;
    }
    .boxicon {
        width:33%;	
    }
    .featured-categories {
        margin-top: 10px;
        margin-bottom: 11px;
    }
    .single-price-section {
        margin-bottom: 0;
    }
    .single-bar-image img {
        min-width: 50px;
        min-height: 50px;
        max-width: 50px;
        max-height: 50px;
        box-shadow: 1px 0px 20px rgba(0,0,0,0.10);
    }
    .single-price-section h2 {
        color: 
            #e52d27;
        font-size: 18px;
        font-weight: 500;
    }
    .single-details-section {
        float: none;
        padding-right: 0;
        margin: 0;
    }.single-details-section h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .single-page-anchors-section .style-5 {
        margin-top:10px;	
    }
    .single-page-anchors-section .style-5 li {
        padding: 5px 10px;
        margin-bottom:10px;
    }
    .single-page-anchors-section .style-5 li:nth-child(2n+1) {
        padding-left: 10px;
    }
    .services-box-section {
        margin-bottom: 20px;
    }
    .pricing-table {
        padding: 100px 0 30px 0;
    }
    .new-get-apps-section {
        padding-bottom: 20px;
    }
    .mega-menu .menu-search-bar {
        border-top: 1px solid #dfdfdf;
        margin-top: 10px;
        padding-top: 0;
        height: auto;
        padding: 20px 0 9px;
    }
    .mega-menu.with-search .menu-search-bar button {
    }
    .mega-menu .menu-search-bar.active i.fa.fa-search {
        right: 0;
    }
    .hero-section-2 .hero-section-2-text p {
        font-size: 20px;
    }
    .hero-section-2 {
        height: auto;
        padding-top: 200px;
    }
    .hero-section-2 .hero-section-2-text h1 {
        font-size: 36px;
        line-height: 50px;
        font-weight: 100;
    }
    .get-apps {
        display: block;
        padding-right: 0;
    }
    .cars-images {
        bottom: -65px;
        left: 57px;
        right: 0;
    }
    .cars-images img {
        width: 80%;
    }
    .get-our-apps-section {
        width: 100%;
    }
    .client-box-section {
        margin-bottom: 30px;
    }
    .carspot-client-section {
        padding: 30px;
        padding-top: 30px;
        padding-top: 0;
    }
    .pricing-table-box {
        margin-bottom: 25px;
    }
    .pricing-main-section {
        width: 100%;
    }
    .cars-alloy-rims {
        display: none;
    }
    .new-cars-detail-section .count-setion {
        column-count: 1;
    }
    .carspot-main-section {
        padding: 0;
    }
    .services-icons-section {
        left: 30%;
    }
    .our-best-services {
        padding: 60px 0;
        height: auto;
    }
    .best-services-main-section {
        padding: 0 10px;
        width: 100%;
        margin: 0;
    }
    .services-wrapped-section {
        float: none;
        width: 100%;
    }
    .mega-menu.header-transparent .menu-links > li > a {
        color: #242424;
    }
    .hero-section {
        height: auto;
    }
    .hero-section .hero-text h1 {
        font-size: 30px;
    }
    .hero-section .hero-text p {
        font-size: 18px;
    }
    .mega-menu.header-transparent .menu-search-bar li {
        padding: 0 5px 0;
    }
    .mega-menu.header-transparent .menu-search-bar li .btn-theme {
        margin-top: 0;
    }
    .mega-menu.header-transparent img {
        margin: 0
    }
    .mega-menu.header-transparent .menu-search-bar li:last-child {
        padding-right: 0;
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .hero-section .hero-text {
        margin-bottom: 50px;
    }
    .hero-section .hero-form-top-style {
        margin-top: -40px;
    }
    .hero-section .hero-form {
        margin-bottom: 50px;
    }
    .hero-section .hero-car {
        max-width: 300px;
    }
    .hero-section .hero-form .select2-container--default .select2-selection--single {
        margin-bottom: 0 !important;
    }
    .services-3 {
        height: auto;
        margin-bottom: 0;
    }
    .funfacts.with-services .number {
        color: #FFF;
        font-size: 40px;
    }
    .funfacts.with-services h4 {
        margin-bottom: 30px;
        color: #FFF;
        font-size: 16px;
    }
    .trending-ads .trending-ad-detail {
        margin-left: 0;
    }
    .trending-ads .img-container {
        margin: 0;
        width: 100%;
        float: none;
    }
    .sell-box.sell-box-2 {
        padding: 0;
        background: none !important;
    }
    .sell-box.sell-box-2 h3, .sell-box.sell-box-2 .sell-box-grid a, .sell-box.sell-box-2 .sell-box-grid p {
        color: #242424 !important;
    }
    .sell-box.sell-box-2 .sell-box-grid .short-info {
        padding-bottom: 20px;
    }
    .sell-box.sell-box-2 .sell-box-grid.right p {
        padding: 0;
    }








    .dwt-carousal-section .owl-prev {
        left:0;	
    }
    .dwt-carousal-section .owl-next {
        right:0;	
    }
    .single-title-buttons {
        padding:0;	
    }
    .single-listing-4 .bidding-states ul li h4 {
        font-size: 14px;
    }
    .single-listing-4 .bidding-states ul li p {
        font-size: 16px;
    }
    .single-listing-4 .short-features .short-feature-body .bidding {
        padding: 10px;
    }
    .single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title .bidding-new-meta {
        width: 100%;
    }
    .single-listing-4 .short-features .short-feature-body .bidding-new-box .bidding-new-title .bidding-new-bids span {
        font-size:18px;	
    }
    .mega-menu.with-search .menu-search-bar li .form-inline button.btn {
        margin-top: -6px;
    }
    .mega-menu.header-transparent.make-relative .menu-search-bar .form-group {
        float:left;	
    }


    .mega-menu.header-transparent .menu-search-bar {
        display:block;	
    }
    .mega-menu.header-transparent .menu-search-bar .dropdown-menu {
        min-width: 250px;
        right: auto;
        left: 0;
    }
    .mega-menu.header-transparent .menu-search-bar.active input {
        padding-right: 0;
    }
    .mega-menu.with-search .menu-search-bar li:first-child {
        width: 100%;
    }
    .mega-menu.with-search .menu-search-bar li .form-inline button.btn {
        position: absolute;
        top: 36px;
        right: 0;
        z-index:9999;
    }
    .profile-meta ul li {
        width: 100%;
        margin-bottom:20px;
    }
    .ad-listing.on-profile .content-area {
        padding-top: 15px;
    }
    .ad-listing.on-profile .content-area .ad-details ul li {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        line-height: normal;
        width: 50%;
    }
    .review-box .review-avg-rating {
        float:none;
        margin-bottom:10px;	
    }
    .rating-stars-box .rating-stars, .review-form .review-star-box li {
        width: 100%;
    }
    .mega-menu .menu-search-bar .form-inline.btn-instead .btn {
        position:absolute;
        right:0;
        top:0;
        margin-top:0;
    }
    .mega-menu .menu-search-bar {
        padding:10px 0;	
        padding-bottom:0;
    }
    .mega-menu .menu-search-bar .form-inline.btn-instead .form-group {
        margin-bottom:0;	
    }

}
/*!/wp-content/themes/carspot/css/responsive.css*/
@media (min-width: 1400px) and (max-width: 1920px) { 
    /* search-car-brands-start */
    .search-car-brands .botm-btn .m-option {
        padding: 10px 35px;
    }
    .search-car-brands .botm-btn .srh-now {
        padding: 10px 99px;
    }
    /* search-car-brands-end */
    /* explore-cars-cities-start */
    .explore-cars-cities .explore-city-carousel .card .botm-meta {
        width: 89%;
    }
    .explore-cars-cities .explore-city-carousel .card .botm-meta .city-name {
        width: 94%;
    }
    /* explore-cars-cities-end */
}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
    /* hero-top-banner-start */
    .hero-top-banner .banner-meta {
        margin-top: 140px;
    }
    /* hero-top-banner-end */
    /* explore-cars-cities-start */
    .explore-cars-cities .explore-city-carousel .card .botm-meta .city-name {
        width: 76%;
    }
    /* explore-cars-cities-end */
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    /* hero-top-banner-start */
    .hero-top-banner {
        min-height: 301px;
    }
    .hero-top-banner .banner-meta {
        margin-top: 80px;
    }
    /* hero-top-banner-end */
    /* carspot-top-bar-start */
    .carspot-top-bar .left-cont .choose-location select {
        padding: 10px 20px 10px 34px;
    }
    .carspot-top-bar .left-cont .choose-location .iconify {
        left: 10px;
        padding-right: 7px;
    }
    .carspot-top-bar .right-cont .carspot-menu ul li {
        padding: 0px 5px;
    }
    .carspot-top-bar .right-cont .carspot-menu ul li.signin {
        padding: 26px 5px 26px 10px;
        margin-left: 5px;
    }
    .carspot-top-bar .right-cont .carspot-menu ul li.sell-button a {
        padding: 7px 12px;
    }
    /* carspot-top-bar-end */
    /* sb header start */
    .sb-carspot .burger-menu {
        top: 16px;
    }
    .sb-carspot .sb-menu ul {
        background-color: #fff;
        margin-top: 50px;
    }
    .sb-header.sb-carspot .sb-menu > ul > li.signin, 
    .sb-header.sb-carspot .sb-menu > ul > li.signup {
        float: unset;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
    .sb-header.sb-carspot .sb-menu > ul > li > a {
        padding: 0px 15px;
    }
    /* sb header end */
    /* search-car-brands-start */
    .search-car-brands .botm-btn .srh-now {
        padding: 10px 82px;
    }
    /* search-car-brands-end */
    /* featured-offer-start */
    .featured-offer .ftd-card .card-meta h4 {
        font-size: 16px;
    }
    /* featured-offer-end */
    /* explore-cars-cities-start */
    .explore-cars-cities .explore-city-carousel .card .botm-meta {
        margin-left: 10px;
        margin-right: 10px;
    }
    .explore-cars-cities .recent-cars-list .list-card .cont-right {
        width: 140px;
        white-space: nowrap;
        overflow: hidden;
    }
    /* explore-cars-cities-end */
    /* carspot-footer-start */
    .carspot-footer .quick-links h4, 
    .carspot-footer .get-our-apps h4 {
        font-size: 23px;
        color: #ffff;
    }
    /* carspot-footer-end */
    /* carspot-search-filter-start */
    .carspot-search-filter .side-bar {
        width: 233px;
    }
    .carspot-search-filter .side-bar .price-range-slider .irs--flat .irs-min, 
    .carspot-search-filter .side-bar .price-range-slider .irs--flat .irs-max {
        padding: 15px 30px;
    }
    .carspot-search-filter .side-bar .accordion-item .year-duration .form-group {
        width: 133px;
    }
    /* carspot-search-filter-end */
    /* cp-singlepage-detail-start */
    .cp-singlepage-detail .left-cont .cars-dtl-carousel .item img {
        height: 337px;
    }
    .cp-singlepage-detail .right-cont {
        margin-top: 0px;
    }
    .cp-singlepage-detail .carspot-profile-dtl .offer-schedule-btn .offer-btn, 
    .cp-singlepage-detail .carspot-profile-dtl .offer-schedule-btn .schedule-btn {
        padding: 10px 14px;
    }
    .cp-singlepage-detail .desc-ftd .desc-dtl ul li {
        width: 49%;
    }
    /* cp-singlepage-detail-end */
}
@media (min-width: 320px) and (max-width: 991.98px) {
    /* hero-top-banner-start */
    .hero-top-banner .banner-carousel {
        display: none;
    }
    .hero-top-banner {
        min-height: unset;
        height: 100%;
    }
    .hero-top-banner .hero-top-banner-cont {
        position: unset;
    }
    .hero-top-banner .banner-meta {
        margin-top: 50px;
    }
    .hero-top-banner .banner-meta .video-title h6,
    .hero-top-banner .banner-meta h2 {
        color: #000;
    }
    /* hero-top-banner-end */
    /* carspot-top-bar-start */
    .carspot-top-bar .right-cont .carspot-menu ul li:first-child,
    .carspot-top-bar .right-cont .carspot-menu ul li:nth-child(2),
    .carspot-top-bar .right-cont .carspot-menu ul li:nth-child(3),
    .carspot-top-bar .right-cont .carspot-menu ul li:nth-child(4) {
        display: none;
    }
    /* carspot-top-bar-end */
    /* sb header start */
    .sb-carspot .burger-menu {
        top: 16px;
    }
    .sb-carspot .sb-menu ul {
        background-color: #fff;
        margin-top: 50px;
    }
    .sb-header.sb-carspot .sb-menu > ul > li.signin, 
    .sb-header.sb-carspot .sb-menu > ul > li.signup {
        float: unset;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
    .sb-header.sb-carspot .sb-menu > ul > li > a {
        padding: 0px 15px;
    }
    /* sb header end */
    /* search-car-brands-start */
    .search-car-brands .search-car-option {
        margin-top: 0;
    }
    .search-car-brands .srh-car-types {
        margin-top: 30px;
    }
    /* search-car-brands-end */
    /* explore-cars-cities-start */
    .explore-cars-cities .recent-cars {
        margin-top: 30px;
    }
    /* explore-cars-cities-end */
    /* top-cars-categories-start */
    .top-cars-categories .select-any-car .col-lg-3 .choose-car {
        padding-left: 0;
        border-left: none;
    }
    /* top-cars-categories-end */
    /* carspot-footer-start */
    .carspot-footer .ftr-frst-col p {
        width: 100%;
    }
    /* carspot-footer-end */
    /* cp-singlepage-detail-start */
    .cp-singlepage-detail .porsche-ftd-car-dtl {
        padding-bottom: 22px;
    }
    .cp-singlepage-detail .right-cont .title h5 {
        width: 100%;
    }
    .cp-singlepage-detail .porsche-ftd-car-dtl .feturd {
        z-index: 1;
    }
    /* cp-singlepage-detail-end */
}
@media (min-width: 768px) and (max-width: 991.98px) {
    /* carspot-top-bar-start */
    .carspot-top-bar .left-cont .choose-location select {
        padding: 10px 40px 10px 40px;
    }
    .carspot-top-bar .left-cont .choose-location .iconify {
        left: 15px;
    }
    .carspot-top-bar .right-cont .carspot-menu ul li.signin {
        padding: 26px 10px 26px 10px;
    }
    /* carspot-top-bar-end */
    /* search-car-brands-start */
    .search-car-brands .botm-btn .m-option {
        padding: 10px 59px;
    }
    .search-car-brands .botm-btn .srh-now {
        padding: 10px 160px;
    }
    /* search-car-brands-end */
    /* featured-offer-start */
    .featured-offer .ftd-card .card-meta h4 {
        font-size: 16px;
    }
    /* featured-offer-end */
    /* explore-cars-cities-start */
    .explore-cars-cities .explore-city-carousel .card .botm-meta {
        width: 87%;
    }
    /* explore-cars-cities-end */
    /* carspot-search-filter-start */
    .carspot-search-filter .filter-switcher .right-cont {
        padding: 20px;
        flex-direction: column;
        height: 100%;
    }
    .carspot-search-filter .filter-switcher .right-cont .left-meta {
        margin-bottom: 10px;
    }
    /* carspot-search-filter-end */ 
    .listing-page-slider .carosual-content {
        height: 300px;
    }
}
@media (min-width: 576px) and (max-width: 768.98px) {
    /* carspot-top-bar-start */
    .carspot-top-bar {
        padding-bottom: 10px;
    }
    .carspot-top-bar .carspot-top-bar-container {
        display: block;
        height: 100px;
    }
    .carspot-top-bar .carspot-top-bar-container .left-cont {
        height: 50px;
    }
    .carspot-top-bar .left-cont .choose-location select,
    .carspot-top-bar .right-cont .carspot-menu ul {
        height: 50px;
    }
    .carspot-top-bar .right-cont {
        float: right;
    }
    .carspot-top-bar .right-cont .carspot-menu ul li.signin {
        padding: 16px 10px 16px 20px;
        border-left: none;
    }
    /* carspot-top-bar-end */
    /* search-car-brands-start */
    .search-car-brands .botm-btn .m-option {
        padding: 10px 30px;
    }
    .search-car-brands .botm-btn .srh-now {
        padding: 10px 99px;
    }
    /* search-car-brands-end */
    /* car-display-banner-start */
    .car-display-banner .left-cont img {
        width: 250px;
        height: 250px;
        margin-bottom: 20px;
    }
    /* car-display-banner-end */
    /* explore-cars-cities-start */
    .explore-cars-cities .explore-city-carousel .card .botm-meta .city-name {
        width: 82%;
    }
    .explore-cars-cities .used-cars .tab-content {
        margin-top: 50px;
    }
    .explore-cars-cities .used-cars .position-tab {
        top: 60px;
        left: 0;
    }
    /* explore-cars-cities-end */
    /* car-comparison-start */
    .car-comparison .comparison-owl {
        margin-top: 70px;
    }
    .car-comparison .heading-content .top-heading .btn {
        right: unset;
        left: 0;
        top: 120px;
    }
    .car-comparison .comparison-owl .owl-nav {
        top: -52px;
    }
    /* car-comparison-end */
    /* carspot-footer-start */
    .carspot-footer .quick-links-2 ul {
        margin-top: 30px;
    }
    .carspot-footer .get-our-apps {
        margin-top: 30px;
    }
    /* carspot-footer-end */
    /* carspot-search-filter-start */
    .carspot-search-filter .filter-switcher .right-cont {
        padding: 20px;
        flex-direction: column;
        height: 100%;
    }
    .carspot-search-filter .filter-switcher .right-cont .left-meta {
        margin-bottom: 10px;
    }
    /* carspot-search-filter-end */
    /* cp-singlepage-detail-start */
    .cp-singlepage-detail .left-cont .owl-carousel.cars-dtl-carousel .owl-nav .owl-prev {
        top: 45%;
    }
    .cp-singlepage-detail .desc-ftd .desc-dtl ul li,
    .cp-singlepage-detail .desc-ftd .car-features ul li {
        width: 49%;
    }
    .cp-singlepage-detail .desc-ftd .desc-dtl ul li:last-child {
        width: 100%;
    }
    /* cp-singlepage-detail-end */
    .listing-page-slider .carosual-content {
        height: 250px;
    }
    .dwt-carousal-section .owl-prev,
    .dwt-carousal-section .owl-next {
        bottom: 33%;
    }
}
@media (min-width: 320px) and (max-width: 575.98px) {
    /* carspot-top-bar-start */
    .carspot-top-bar .carspot-top-bar-container {
        display: block;
        height: 152px;
    } 
    .carspot-top-bar .carspot-top-bar-container .left-cont {
        flex-direction: column;
        padding: 10px 0;
    }
    .carspot-top-bar .left-cont .choose-location select {
        height: 40px;
        margin-top: 5px;
    }
    .carspot-top-bar .left-cont .choose-location .iconify {
        top: 22%;
    }
    .carspot-top-bar .right-cont {
        padding: 10px 0;
    }
    .carspot-top-bar .right-cont .carspot-menu ul {
        justify-content: center;
        height: 40px;
    }
    .carspot-top-bar .right-cont .carspot-menu ul li.signin {
        padding: 12px 10px 12px 20px;
        margin-left: 0px;
        border-left: none;
    }
    /* carspot-top-bar-end */
    /* HERO BANNER START */
    .hero-top-banner .banner-meta h2 {
        width: 100%;
    }
    .hero-top-banner .banner-meta {
        margin-top: 30px;
    }
    /* HERO BANNER END  */
    /* search-car-brands-start */
    .search-car-brands .srh-car-types .nav-pills .nav-link.active,
    .search-car-brands .srh-car-types .nav-pills .nav-link {
        padding: 10px 11px;
    }
    .search-car-brands .car-type-owl.owl-carousel .owl-nav {
        display: none;
    }
    /* search-car-brands-end */
    /* featured-offer-start */
    .featured-offer .featured-cars-owl.owl-carousel .owl-nav {
        display: none;
    }
    /* featured-offer-end */
    /* car-display-banner-start */
    .car-display-banner .left-cont img {
        width: 250px;
        height: 250px;
        margin-bottom: 20px;
    }
    /* car-display-banner-end */
    /* explore-cars-cities-start */
    .explore-cars-cities .explore-city-carousel .card .botm-meta {
        width: 90%;
    }
    .explore-cars-cities .explore-city-carousel .card .botm-meta .city-name {
        width: 80%;
    }
    .explore-cars-cities .explore-city-carousel .card .botm-meta .arrow {
        width: 22%;
    }
    .explore-cars-cities .explore-city-carousel .owl-nav {
        display: none;
    }
    .explore-cars-cities .used-cars .tab-content {
        margin-top: 50px;
    }
    .explore-cars-cities .used-cars .position-tab {
        top: 60px;
        left: 0;
    }
    /* explore-cars-cities-start */
    /* search-car-brands-start */
    .search-car-brands .nav-tabs .nav-item .nav-link span {
        font-size: 9px;
    }
    .search-car-brands .nav-tabs .nav-item .nav-link {
        padding: 10px 3px;
    }
    .search-car-brands .search-content .irs--flat .irs-min,
    .search-car-brands .search-content .irs--flat .irs-max,
    .search-car-brands .search-content .price-range-txt span {
        visibility: hidden !important;
    }
    .search-car-brands .search-content {
        padding: 20px 15px;
    }
    .search-car-brands .botm-btn .m-option {
        padding: 10px 9px;
    }
    .search-car-brands .botm-btn .srh-now {
        padding: 10px 20px;
    }
    /* search-car-brands-end */
    /* used-cars-sales-start */
    .used-cars-sales .top-heading {
        display: block;
    }
    .used-cars-sales .top-heading .btn {
        margin-top: 20px;
    }
    /* used-cars-sales-end */
    /* car-comparison-start */
    .car-comparison .comparison-owl {
        margin-top: 70px;
    }
    .car-comparison .heading-content .top-heading .btn {
        right: unset;
        left: 0;
        top: 120px;
        margin-top: 0;
    }
    .car-comparison .comparison-owl .owl-nav {
        top: -52px;
    }
    .car-comparison .heading-content p {
        width: 100%;
    }
    .car-comparison .comparison-card .right-item {
        margin-top: 40px;
    }
    .car-comparison .comparison-card .vs {
        top: 49%;
    }
    /* car-comparison-end */
    /* carspot-footer-start */
    .carspot-footer .quick-links {
        margin-top: 30px;
    }
    .carspot-footer .quick-links-2 ul {
        margin-top: 30px;
    }
    .carspot-footer .get-our-apps {
        margin-top: 30px;
    }
    .carspot-footer .quick-links ul {
        margin-bottom: 0;
    }
    .carspot-footer .quick-links ul li:last-child {
        margin-bottom: 0px;
    }
    /* carspot-footer-end */
    /* carspot-search-filter-start */
    .carspot-search-filter .filter-switcher .right-cont {
        padding: 20px;
        flex-direction: column;
        height: 100%;
    }
    .carspot-search-filter .filter-switcher .right-cont .right-meta {
        flex-direction: column;
    }
    .carspot-search-filter .filter-switcher .right-cont .right-meta .refresh {
        margin: 10px 0;
    }
    /* carspot-search-filter-end */
    /* top-bread-crumb-start */
    .top-bread-crumb .breadcrumb {
        justify-content: center;
    }
    /* top-bread-crumb-end */
    /* cp-singlepage-detail-start */
    .cp-singlepage-detail .left-cont .owl-carousel.cars-dtl-carousel .owl-nav,
    .cp-singlepage-detail .left-cont .cars-dtl-carousel .item .extra-links {
        display: none;
    }
    .cp-singlepage-detail .desc-ftd .desc-dtl ul li,
    .cp-singlepage-detail .desc-ftd .car-features ul li {
        width: 49%;
    }
    .cp-singlepage-detail .desc-ftd .desc-dtl ul li:last-child {
        width: 100%;
    }
    .cp-singlepage-detail .desc-ftd .ftd-links {
        border: none;
    }
    .cp-singlepage-detail .desc-ftd .ftd-links ul li a {
        border: 1px solid #e7e7e7;
        margin-bottom: 5px;
    }
    .cp-singlepage-detail .desc-ftd .ftd-links ul li:first-child a {
        border-left: 1px solid #e7e7e7;
        padding-left: 20px;
    }
    .cp-singlepage-detail .left-cont .cars-dtl-carousel .item .offer-id {
        top: 10px;
        left: 10px;
    }
    /* cp-singlepage-detail-end */
    .listing-page-slider .carosual-content {
        height: 250px;
    }
    .dwt-carousal-section .owl-prev,
    .dwt-carousal-section .owl-next {
        bottom: 33%;
    }
}
@media (max-width: 399.98px) {
    /* explore-cars-cities-start */
    .explore-cars-cities .recent-cars-list .list-card .cont-right p {
        font-size: 10px;
    }
    .explore-cars-cities .recent-cars-list .list-card .cont-right h5 {
        font-size: 12px;
    }
    /* explore-cars-cities-end */
}
@media (max-width: 357.98px) {
    /* car-comparison-start */
    .car-comparison .comparison-owl {
        margin-top: 80px;
    }
    .car-comparison .heading-content .top-heading .btn {
        top: 152px;
    }
    /* car-comparison-end */
}
@media (max-width: 479.98px) {
    /* carspot-search-filter-start */
    .carspot-search-filter .filter-switcher {
        flex-direction: column;
    }
    .carspot-search-filter .filter-switcher .left-cont {
        margin-bottom: 10px;
    }
    .carspot-search-filter .filter-switcher .right-cont {
        padding: 20px;
        flex-direction: column;
        height: 100%;
        width: 100%;
        margin-left: 0;
    }
    .carspot-search-filter .filter-switcher .right-cont .right-meta {
        flex-direction: column;
    }
    .carspot-search-filter .filter-switcher .right-cont .right-meta .refresh {
        margin: 10px 0;
    }
    .carspot-search-filter .filter-switcher .right-cont .left-meta h5 {
        font-size: 15px;
        font-weight: 600;
    }
    .carspot-search-filter .filter-switcher .right-cont .left-meta h5 span {
        font-weight: 500;
    }
    .carspot-search-filter .right-cont .select2-container {
        width: 176px !important;
    }
    .carspot-search-filter .side-bar .accordion-item .year-duration .form-group {
        width: 197px;
    }
    .carspot-search-filter .filter-switcher .left-cont {
        width: 100%;
    }
    .carspot-search-filter .filter-switcher .left-cont .filter-btn {
        width: 100%;
        justify-content: center;
        border-radius: 5px;
    }
    /* carspot-search-filter-end */
    /* top-bread-crumb-start */
    .top-bread-crumb .breadcrumb .breadcrumb-item a {
        color: #000;
        font-size: 12px;
    }
    /* top-bread-crumb-end */
    /* cp-singlepage-detail-start */
    .cp-singlepage-detail .right-cont .list-view {
        flex-direction: column;
        align-items: flex-start;
    }
    .cp-singlepage-detail .right-cont .list-view b {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
    .cp-singlepage-detail .right-cont .carspot-profile-dtl .profile {
        flex-direction: column;
        align-items: flex-start;
    }
    .cp-singlepage-detail .carspot-profile-dtl .profile .right-meta {
        margin-left: 0;
        margin-top: 10px;
    }
    .cp-singlepage-detail .carspot-profile-dtl .location, 
    .cp-singlepage-detail .carspot-profile-dtl .number {
        flex-direction: column;
        align-items: flex-start;
    }
    .cp-singlepage-detail .carspot-profile-dtl .location .iconify,
    .cp-singlepage-detail .carspot-profile-dtl .number .iconify {
        margin-right: 5px;
    }
    .cp-singlepage-detail .carspot-profile-dtl .location a {
        margin-left: 0;
    }
    .cp-singlepage-detail .carspot-profile-dtl .location .right,
    .cp-singlepage-detail .carspot-profile-dtl .number .right {
        margin-top: 5px;
        margin-left: 0;
    }
    .cp-singlepage-detail .carspot-profile-dtl .offer-schedule-btn {
        margin-top: 0px;
    }
    .cp-singlepage-detail .carspot-profile-dtl .offer-schedule-btn .offer-btn, 
    .cp-singlepage-detail .carspot-profile-dtl .offer-schedule-btn .schedule-btn {
        display: block;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .cp-singlepage-detail .desc-ftd .desc-dtl ul li,
    .cp-singlepage-detail .desc-ftd .car-features ul li {
        width: 100%;
    }
    .cp-singlepage-detail .desc-ftd .other-links ul li {
        margin-right: 6px;
    }
    .cp-singlepage-detail .desc-ftd .other-links ul li a {
        font-size: 12px;
    }
    .cp-singlepage-detail .desc-ftd .desc-dtl ul li:last-child .dtl-item span {
        white-space: nowrap;
        width: 167px;
        overflow: hidden;
    }
    /* cp-singlepage-detail-end */
}
/*!/wp-content/themes/carspot/css/colors/defualt.css*/
a:hover, a:focus {
    color: #E52D27;
}
a ,.box h4 a:hover, .category-grid-box .short-description h3 a:hover, .category-grid-box .view-details:hover, .ad-listing .ad-content h3 a:hover, .car-details h4:hover, .post-title a:hover, .post-info a:hover, .popular-categories li a:hover, .ad-location-gird .location-title-disc h5:hover, .ad-location-gird .location-title-disc h5 a:hover, .footer-content .footer-widget .contact-info li:hover, .footer-content .footer-widget.links-widget li a:hover, .footer-content .news-widget .news-post a:hover, ul.category-list-style li a:hover, .funfacts h4 span, .singlepage-detail .content-box-grid .short-history li b, .singlepage-detail .content-box-grid .short-history li b a, .content-box-grid i, .share-ad .modal-body p a, .item-date a, .blog-sidebar .widget .tagcloud a:hover, .blog-sidebar .widget ul li a:hover, .comming-soon-grid .count-down #clock > span, .features .features-text h3:hover, .features .features-text h3 a:hover, .site-map-list li a:hover , .header-top ul li a:hover, .ad-archive-desc h3:hover, .ad-archive-desc h3 a:hover , .footer-area .contact-info li .icon , .heading-color  , .ad-preview-details .overview-price span , .ad-listing .content-area .price , .category-grid-box-1 a:hover, .category-grid i , .hero .content p:first-child b , ul.category-list-data li:hover::before, ul.category-list-data li:hover a , ul.category-list-data li:hover a span , .category-list-title h5 > a:hover , .view-more a:hover , .category-grid-box .short-description .price , .ad-price, ul.category-list-style li:hover a i , .sidebar .side-menu nav .nav > li > a:hover , .filter-brudcrums-sort ul li a:hover , .skin-minimal .list li label:hover , .advertising .banner .submit  , .recent-ads .recent-ads-list-price , .bread-3.page-header-area .small-breadcrumb .breadcrumb-link ul li a.active , .ad .content-zone .short-description-1 h3 a:hover , .user-profile ul li:hover a, .user-profile ul li.active a , .dashboard-menu-container ul li.active .menu-name , .dashboard-menu-container ul li:hover .menu-name , .tags-share .tags ul li a , .comment-list .comment .comment-info .author-desc .author-title li a:hover , .why-us:hover i, .why-us:hover h5 , .card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover , .accordion-title a:hover , .usefull-info .info-content h3:hover, .mega-menu .drop-down a:hover, .mega-menu .drop-down-tab-bar a:hover , .recent-ads .recent-ads-list-title a:hover   , .singleContadds i , .white.category-grid-box-1 .ad-info-1 ul li:hover, .white.category-grid-box-1 .ad-info-1 ul li a:hover , .ad-listing .content-area h3 a:hover , .ad-price-simple , .ad-archive-desc ul.short-meta li a:hover , .blog-sidebar .widget .table > tbody > tr > td a:hover , .search-result-item .info span a:hover , .search-result-item .info span a:hover , .message-details h2 a:hover , .mega-menu .menu-links > li > a:hover , .mega-menu .drop-down-multilevel li.activeTrigger > a , .mega-menu .drop-down-multilevel li:hover > a , .about-stats h4 span, .services-grid-3 .service-icon , .content-area h4:hover , .header-top ul.dropdown-menu li a:hover , .service-left .inner-box h3 a:hover , .service-right .inner-box h3 a:hover , .parallex .owl-testimonial-2 .single_testimonial h3:hover, .owl-testimonial-1 .single_testimonial h3:hover, .news .mainimage:hover a .overlay , .services-grid h4:hover , .white.category-grid-box-1 h3 a:hover , .custom-links a:hover , .services-grid-3 .content-area h1, .footer-top .widget.socail-icons li:hover, .footer-top .widget.my-quicklinks ul li a:hover , .comparison-box h2:hover, .comparison-box h2 a:hover , .message-inbox .message-header span a:hover, .message-inbox .message-header span a.active , .site-map-list li a:hover , .contact-in-header strong , .copyright p a , .copyright p a , .blog-post .post-excerpt a strong:hover , .post-review .summary-review .text-summary h5 , .post-review .summary-review .final-rate h6, .ad-listing-price p , .search-form-inner-type .box h4:hover , .news .newslist .texthold h4 a:hover , #accordion .panel-body.categories ul li a:hover, #accordion .panel-body.countries ul li a:hover , .search-modal .search-block .popular-search ul li a:hover , .user-information .user-name a:hover , .blog-post .blog-content .post-title a:hover , .single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info p a  , .parallex-text h5 , .categories ul.category-classic-data li a:hover::before, .categories ul.category-classic-data li:hover a , .categories ul.category-classic-data li:hover a span , .category-list-title h5 > a:hover , .woocommerce .blog-sidebar .widget ul.product_list_widget li a span.product-title:hover , .shop-product-description h2 a:hover , .box a h4:hover , .woocommerce-MyAccount-navigation ul li a:hover  , .carspot-price-card p.price, .carspot-price-card p.price, .review-toggle-angle { 
	color: #E52D27;
}

.carspot-price-card::after , .carspot-price-card::before, .sidebar .nav > li.welcome-text {
    background: #E52D27 !important;
}

.woocommerce .blog-sidebar .widget .price_slider_wrapper .ui-slider .ui-slider-range , .woocommerce-product-search input , .product-thumb .owl-controls .owl-nav .owl-next, .product-thumb .owl-controls .owl-nav .owl-prev , .product-single .tab .nav-tabs li.active a, .product-single .tab .nav-tabs li.active a:focus, .product-single .tab .nav-tabs li.active a:hover , .recent-tab ul.nav.nav-tabs li.active a{
    background: #E52D27 none repeat scroll 0 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,  .featured-slider-shop .owl-controls .owl-nav .owl-next,  .featured-slider-shop .owl-controls .owl-nav .owl-prev , #quick-cart-pay > span, .mega-menu.with-search .menu-search-bar li .form-inline button.btn {
	background-color: #e52d27 !important;
}


#quick-cart-pay {
    border: 2px solid #E52D27;
}

.product-single .tab .nav-tabs li.active a:after{
	 border-left: 15px solid #e52d27;
}

.rev_slider_wrapper .slider-main-button::before {
    background: #E52D27 none repeat scroll 0 0;
}
.services-grid-new {
	background: #000000;
	background: -moz-linear-gradient(to right, #e52d27, #000000);
	background: -webkit-linear-gradient(to right, #e52d27, #000000);
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#e52d27), to(#000000));
	background: -o-linear-gradient(to right, #e52d27, #000000);
	background: linear-gradient(to right, #e52d27, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.border-around::after {
    border: 8px solid #E52D27;
}

.team .socials {
	background: rgba(229, 45, 39, 0.9) none repeat scroll 0 0;
}

.blog-post .post-excerpt form.post-password-form input[type="submit"], .rating-pagination .current, .rating-pagination a:hover {
	 background-color: #E52D27;
	 border:1px solid #E52D27 ;
}

body.rtl  blockquote {
    border-left:medium none;
	 border-right: 5px solid #e52d27;
}
.grid-style-1 .white.category-grid-box-1 .short-description-1 {
    border-top: 1px solid #e52d27;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button ,  .rev_slider_wrapper .main-caption {
	background-color: #e52d27 !important;
}


.featured-slider .owl-controls .owl-nav .owl-next:hover, .featured-slider-shop .owl-controls .owl-nav .owl-next:hover, .featured-slider .owl-controls .owl-nav .owl-prev:hover, .featured-slider-shop .owl-controls .owl-nav .owl-prev:hover, .ms-layer.btn3:hover, .home-category-slider .category-slider .owl-controls .owl-nav .owl-next:hover, .home-category-slider .category-slider .owl-controls .owl-nav .owl-prev:hover, .subscribe button:hover , .featured-slider-1 .owl-controls .owl-nav .owl-next:hover, .featured-slider-1 .owl-controls .owl-nav .owl-prev:hover , .sticky-post-button:hover , .btn-light:hover , .featured-slider-3 .owl-controls .owl-nav .owl-next:hover, .featured-slider-3 .owl-controls .owl-nav .owl-prev:hover  , .hero-form-sub li a:hover , .ms-layer.btn3:hover , .category-grid-box .category-grid-img .ad-status , #google-map-btn a:hover , .custom-zoom-in:hover, .custom-zoom-out:hover , .blog-sidebar .widget .input-group-addon , .input-group-addon button {
	background-color: #B31217;
}

blockquote {
    border-left: 5px solid #E52D27;
}
.mega-menu .drop-down-multilevel , .mega-menu .drop-down.grid-col-12, .mega-menu .drop-down-tab-bar.grid-col-12 , .header-top ul.dropdown-menu , .pricing .block , .primary-header-1 .mega-menu, .header-transparent .menu-search-bar .dropdown-menu {
    border-top: 2px solid #E52D27;
}

.blog-sidebar .widget .widget-heading h4::before , .badge-tech , .ms-layer.btn3{
	background-color:#E52D27;	
}
 
.app-download-button.hover, .app-download-button:hover, .app-download-button.focus, .app-download-button:focus, .app-download-button:active, .app-download-button.active, .ms-layer.btn3, .minimal-footer-1 .widget .social-links a:hover, .subscribe button, .social-area-share > a:hover , .search-section .search-options > li .btn.btn-danger:hover , .featured-slider-1 .owl-controls .owl-nav .owl-next, .featured-slider-1 .owl-controls .owl-nav .owl-prev , .featured-slider .owl-controls .owl-nav .owl-next, .featured-slider .owl-controls .owl-nav .owl-prev, .category-grid-box-1 .price-tag .price span , .featured-slider-3 .owl-controls .owl-nav .owl-next, .featured-slider-3 .owl-controls .owl-nav .owl-prev  , .small-breadcrumb .breadcrumb-link ul li a::after , .user-profile .badge , .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y , .sticky-post-button , .select2-container--default .select2-results__option--highlighted[aria-selected] , ul.filterAdType li.active a, ul.filterAdType li a:hover , .ad-listing .ad-status, .select2-container--classic .select2-results__option--highlighted[aria-selected]{
	background-color: #E52D27;
}
span.app-store-btn:hover, .social-links-two a:hover , .search-section .search-options > li .btn.btn-danger:hover  {
	border: 1px solid #E52D27;
}
.slide-thumbnail .flex-active-slide img {
	border-color: #E52D27;
}
.pagination > .active > a:hover, .pagination li:hover > a, .pagination > .active > a , .category-grid a:hover , .pricing .featured a.btn-theme:hover , .btn-orange {
	background-color: #E52D27;
	border-color: #B31217;
	color: #fff !important;
}
.small-breadcrumb .breadcrumb-link ul li a.active {
    border-bottom: 4px solid #E52D27;
    color: #E52D27;
    font-weight: 600;
}
.popup-cls.close::before {
	border-color: rgba(0, 0, 0, 0) #E52D27;
	border-style: solid;
	border-width: 0 70px 70px 0;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}
.grid-panel .location-icon i , .widget-newsletter .fieldset form .submit-btn , .ad-listing .content-area .additional-info li a:hover , .noUi-connect , .card .nav-tabs > li > a::after , .featured-ribbon span , .progress-bar> span , body.rtl .featured-ribbon-rtl span {
	background: #E52D27 none repeat scroll 0 0;

}

.cd-top {
	background: #E52D27 url(/wp-content/themes/carspot/css/colors/../../images/cd-top-arrow.svg) no-repeat center 50%;
}
.heading-panel h3.main-title {
    border-bottom: 2px solid #E52D27;
}
.mega-menu .drop-down a, .mega-menu .drop-down-tab-bar a  {
	color:#232323;	
}
.mega-menu .menu-search-bar li .btn:hover{
	color:#fff;	
}
.btn-theme { 
  color: #ffffff; 
  background-color: #E52D27; 
  border-color: #E52D27; 
} 
 
.btn-theme:hover, 
.btn-theme:focus, 
.btn-theme:active, 
.btn-theme.active, 
.open .dropdown-toggle.btn-theme { 
  color: #ffffff; 
  background-color: #B31217; 
  border-color: #B31217; 
} 
 
.btn-theme:active, 
.btn-theme.active, 
.open .dropdown-toggle.btn-theme { 
  background-image: none; 
} 
 
.btn-theme.disabled, 
.btn-theme[disabled], 
fieldset[disabled] .btn-theme, 
.btn-theme.disabled:hover, 
.btn-theme[disabled]:hover, 
fieldset[disabled] .btn-theme:hover, 
.btn-theme.disabled:focus, 
.btn-theme[disabled]:focus, 
fieldset[disabled] .btn-theme:focus, 
.btn-theme.disabled:active, 
.btn-theme[disabled]:active, 
fieldset[disabled] .btn-theme:active, 
.btn-theme.disabled.active, 
.btn-theme[disabled].active, 
fieldset[disabled] .btn-theme.active { 
  background-color: #E52D27; 
  border-color: #E52D27; 
} 
 
.btn-theme .badge { 
  color: #E52D27; 
  background-color: #ffffff; 
}

.profile-tabs .nav-tabs {
	background-color:#fff;
	border-color:#E52D27;
}

.user-profile ul li.active a::before {
	border-left: 9px solid #E52D27;
}
.user-profile ul li.active a {
	border-left: 3px solid #E52D27;
}
.header-top , .colored {
	background: #780206;
	background: -moz-linear-gradient(to left, #780206, #061161);
	background: -webkit-linear-gradient(to left, #780206, #061161);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#780206), to(#061161));
	background: -o-linear-gradient(to left, #780206, #061161);
	background: linear-gradient(to left, #780206, #061161);
}
.linear-overlay , .background-3::before {
	background: rgba(120, 2, 6, 0.8);
	background: -moz-linear-gradient(to left, rgba(120, 2, 6, 0.8), rgba(6, 17, 97, 0.8));
	background: -webkit-linear-gradient(to left, rgba(120, 2, 6, 0.8), rgba(6, 17, 97, 0.8));
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(120, 2, 6, 0.8)), to(rgba(6, 17, 97, 0.8)));
	background: -o-linear-gradient(to left, rgba(120, 2, 6, 0.8), rgba(6, 17, 97, 0.8));
	background: linear-gradient(to left, rgba(120, 2, 6, 0.8), rgba(6, 17, 97, 0.8));
}
.cluster div:before {
	border: 7px solid #e52d27;
	opacity: 0.2;
	box-shadow: inset 0 0 0 4px #e52d27;
}
.cluster div {
	background-color: #e52d27;
}
.sidebar .nav > li > a:focus, .sidebar .nav > li > a.active {
	border-left-color: #e52d27;
}