.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;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.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;
}
:root{--woocommerce:#720eec;--wc-green:#007518;--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;--wc-destructive:#cc1818;--wc-card-border-radius:8px}.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.images.woocommerce-product-gallery .flex-viewport,.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport,.woocommerce-page #content div.product div.images.woocommerce-product-gallery .flex-viewport,.woocommerce-page div.product div.images.woocommerce-product-gallery .flex-viewport{touch-action:pan-y pinch-zoom}.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}@media only screen and (max-width: 768px){:root{--woocommerce:#720eec;--wc-green:#007518;--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;--wc-destructive:#cc1818;--wc-card-border-radius:8px}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce table.shop_attributes tr,.woocommerce-page table.shop_attributes tr{display:block}.woocommerce table.shop_attributes tr td,.woocommerce table.shop_attributes tr th,.woocommerce-page table.shop_attributes tr td,.woocommerce-page table.shop_attributes tr th{display:block;max-width:100%;width:auto;text-align:left;padding:.5em}.woocommerce table.shop_attributes tr th,.woocommerce-page table.shop_attributes tr th{padding-bottom:.25em;border-bottom:0}.woocommerce table.shop_attributes tr td,.woocommerce-page table.shop_attributes tr td{padding-top:.25em}.woocommerce table.shop_attributes tr td>:first-child,.woocommerce table.shop_attributes tr th>:first-child,.woocommerce-page table.shop_attributes tr td>:first-child,.woocommerce-page table.shop_attributes tr th>:first-child{padding-top:0;margin-top:0}.woocommerce table.shop_attributes tr td>:last-child,.woocommerce table.shop_attributes tr th>:last-child,.woocommerce-page table.shop_attributes tr td>:last-child,.woocommerce-page table.shop_attributes tr th>:last-child{padding-bottom:0;margin-bottom:0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.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:left}.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:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice,.woocommerce-page table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);float:left;font-size:.75em;margin-bottom:0;text-align:left;width:48%}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}
}:root{--woocommerce:#720eec;--wc-green:#007518;--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;--wc-destructive:#cc1818;--wc-card-border-radius:8px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{ font-display:swap;font-family:star;src:url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2") format("woff2"),url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"),url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype");font-weight:400;font-style:normal }@font-face{ font-display:swap;font-family:WooCommerce;src:url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2") format("woff2"),url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"),url("/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype");font-weight:400;font-style:normal }.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 .country_to_state--single{background:0 0;border:0;padding:0;appearance:none;background-image:none;font:inherit;font-weight:700;color:inherit;width:auto;pointer-events: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}:where(.woocommerce) .select2-container{width:100%}:where(.woocommerce) .select2-container .select2-selection--single{height:auto}:where(.woocommerce) .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}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__placeholder{color:var(--wc-form-color-text,#444)}:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}:where(.woocommerce) .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}:where(.woocommerce) .select2-container .select2-dropdown,:where(.woocommerce) .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)}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}:where(.woocommerce) .select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}:where(.woocommerce) .select2-results__options{list-style:none;margin:0;padding:0}:where(.woocommerce) .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}.woocommerce-product-gallery__photoswipe-video-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.woocommerce-product-gallery__photoswipe-video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.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/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/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:.7;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__video .wp-post-video{display:block;width:100%;height:auto}.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;position:relative}.woocommerce div.product div.images .flex-control-thumbs li .woocommerce-product-gallery__video-thumbnail-preview,.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 .woocommerce-product-gallery__video-thumbnail-preview.flex-active,.woocommerce div.product div.images .flex-control-thumbs li .woocommerce-product-gallery__video-thumbnail-preview:hover,.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 div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail::before{content:"▶";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;color:#fff;font-size:1.4em;text-shadow:0 0 .25em rgba(0,0,0,.8);pointer-events:none}.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail img.woocommerce-product-gallery__video-thumbnail-placeholder,.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail img.woocommerce-product-gallery__video-thumbnail-placeholder.flex-active,.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail img.woocommerce-product-gallery__video-thumbnail-placeholder:hover{opacity:0}.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail .woocommerce-product-gallery__video-thumbnail-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail .woocommerce-product-gallery__video-thumbnail-placeholder.flex-active+.woocommerce-product-gallery__video-thumbnail-preview,.woocommerce div.product div.images .flex-control-thumbs li.woocommerce-product-gallery__video-thumbnail:hover .woocommerce-product-gallery__video-thumbnail-preview{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:.7;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;font-size:24px}.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";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(2n) td,.woocommerce table.shop_attributes tr:nth-child(2n) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid color-mix(in srgb,currentColor 20%,transparent);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-spacing:0;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 color-mix(in srgb,currentColor 20%,transparent);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 color-mix(in srgb,currentColor 20%,transparent)}.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 var(--wc-separator-color,color-mix(in srgb,currentColor 20%,transparent));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 .wc_bis_form{margin:2em 0;padding:0}.woocommerce .wc_bis_form.hidden{display:none}.woocommerce .wc_bis_form__form-row{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:flex-start;gap:.7em;margin:.7em 0}.woocommerce .wc_bis_form__input{box-sizing:border-box;width:auto;white-space:nowrap}.woocommerce .wc_bis_form__button{box-sizing:border-box;white-space:nowrap}.woocommerce .wc_bis_form__checkbox{font-size:var(--wp--preset--font-size--small, .7em);display:block}.woocommerce :where(.wc_bis_form__input,.wc_bis_form__button){padding:.9rem 1.1rem;line-height:1}.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;content:"\e019"/""}#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.payment_method_paypal img,.woocommerce-cart #payment ul.payment_methods li.payment_method_paypal img,.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal img{max-height:24px;vertical-align:middle;float:right;margin:0}#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/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/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/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/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/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/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/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/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:24px;vertical-align:middle;float:right}.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-order-withdrawal-content{max-width:680px}.woocommerce-order-withdrawal-content__intro{margin-bottom:.5em}.woocommerce-order-withdrawal-content .description,.woocommerce-order-withdrawal-content__field-description,.woocommerce-order-withdrawal-content__note{color:#767676;font-size:.875em;line-height:1.4}.woocommerce-order-withdrawal-content .description,.woocommerce-order-withdrawal-content__field-description{display:block;margin-top:.25em}.woocommerce-order-withdrawal-content__field-error{color:var(--wc-red);display:block;font-size:.875em;margin:-.25em 0 .75em}.woocommerce-order-withdrawal-content__steps{display:flex;gap:1em;list-style:none;margin:2em 0;padding:0;color:#767676;font-size:.875em}.woocommerce-order-withdrawal-content__step:not(:last-child)::after{content:"";display:inline-block;width:.25em;height:.25em;margin-left:1em;border-radius:50%;background:currentColor;vertical-align:middle}.woocommerce-order-withdrawal-content__step--current{color:inherit;font-weight:700}.woocommerce-order-withdrawal-content__radio-field{clear:both;border:0;margin:0 0 6px;padding:3px}.woocommerce-order-withdrawal-content__radio-field legend{line-height:2;padding:0}.woocommerce-order-withdrawal-content__radio-field.woocommerce-invalid legend{color:var(--wc-red)}.woocommerce-order-withdrawal-content__radio-label{display:block;line-height:1.7;margin:0}.woocommerce-order-withdrawal-content__review{margin:2em 0}.woocommerce-order-withdrawal-content__review-row{padding:.75em 0 .8em}.woocommerce-order-withdrawal-content__review-row:not(:last-child){border-bottom:1px solid #e9e6ed}.woocommerce-order-withdrawal-content__review-row dd,.woocommerce-order-withdrawal-content__review-row dt{margin:0;line-height:1.4}.woocommerce-order-withdrawal-content__review-row dt{color:#767676;font-size:.875em;margin-bottom:.25em}.woocommerce-order-withdrawal-content__review-row dd{font-size:1em}.woocommerce-order-withdrawal-content__actions{display:flex;gap:1em;align-items:center;flex-wrap:wrap;margin-top:2em}.woocommerce-order-withdrawal-content__button--secondary.button{background:0 0;border:1px solid currentColor;color:inherit}.woocommerce-order-withdrawal-content__button--secondary.button:focus,.woocommerce-order-withdrawal-content__button--secondary.button:hover{background:0 0;color:inherit}.woocommerce-order-withdrawal-content .required{visibility:visible}.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}form.has-custom-place-order-button #place_order{display:none!important}.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    font-family: inherit;
	line-height: 1.2;
    font-size: 1em;
    transition: none;
    animation: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: unset;
    color: inherit;
    background: none;
    border: none;
    border-radius: unset;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    visibility: unset;
    height: auto;
    vertical-align: baseline;
}
.cc_div {
    font-size: 16px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #2d4156;
    color: var(--cc-text);
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before{
    font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc{
    border-radius: .35em;
}

#s-bl .act .b-acc{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.cc_div input,
.cc_div button,
.cc_div a{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc_div a{
    border-bottom: 1px solid;
}

.cc_div a:hover{
    text-decoration: none;
    border-color: transparent;
}
 
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov{
    transition: visibility .25s linear, opacity .25s ease, transform .25s ease!important;
}

.c--anim .c-bn{
    transition: background-color .25s ease!important;
}
 
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr{
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov{
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr{
    transform: translateX(100%);
    opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr{
    transform: translateX(-100%);
    opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr{
    transform: translateY(1.6em);
}

#cm.top.slide{
    transform: translateY(-1.6em);
}

#cm.bar.slide{
    transform: translateY(100%);
}

#cm.bar.top.slide{
    transform: translateY(-100%);
}

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr{
    opacity: 1;
    transform: scale(1);
    visibility: visible!important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle{
    transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt{
    visibility: visible!important;
}
 
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov{
    visibility: visible!important;
    opacity: 1!important;
}

#cm{
    font-family: inherit;
    padding: 1.1em 1.8em 1.4em 1.8em;
    position: fixed;
    z-index: 1;
    background: #fff;
    background: var(--cc-bg);
    max-width: 24.2em;
    width: 100%;
    bottom: 1.250em;
    right: 1.250em;
    box-shadow: 0 0.625em 1.875em #000000;
    box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    line-height: initial;
}
 
#cc_div #cm {
    display: block!important;
}

#c-ttl{
    margin-bottom: .7em;
    font-size: 1.05em;
}

.cloud #c-ttl{
    margin-top: -.15em;
}

#c-txt{
    font-size: 0.9em;
    line-height: 1.5em;
}

.cc_div #c-bns{
    display: flex;
    justify-content: space-between;
    margin-top: 1.4em;
}

.cc_div .c-bn{
    color: #40505a;
    color: var(--cc-btn-secondary-text);
    background: #e5ebef;
    background: var(--cc-btn-secondary-bg);
    padding: 1em 1.7em;
    display: inline-block;
    cursor: pointer;
    font-size: 0.82em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: 0;
    flex: 1;
    text-transform: none;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn{
    float: right;
    margin-left: 1em;
}

#s-cnt #s-rall-bn{
    float: none;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover{
    background: #d8e0e6;
    background: var(--cc-btn-secondary-hover-bg);
    color: #40505a;
    color: var(--cc-btn-secondary-text);
}
 
#s-cnt{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    display: table;
    height: 100%;
    visibility: hidden;
}

#s-bl{
    outline: none;
}

#s-bl .title{
    margin-top: 1.4em;
}

#s-bl .title:first-child{
    margin-top: 0;
}

#s-bl .b-bn{
    margin-top: 0;
}

#s-bl .b-acc .p{
    margin-top: 0;
    padding: 1em;
}

#s-cnt .b-bn .b-tl{
    display: block;
    font-family: inherit;
    font-size: .95em;
    width: 100%;
    position: relative;
    padding: 1.3em 6.4em 1.3em 2.7em;
    background: none;
    transition: background-color .25s ease;
}

#s-cnt .b-bn .b-tl.exp{
    cursor: pointer;
    color: var(--cc-text); 
    text-transform: none !important;  
}

#s-cnt .act .b-bn .b-tl{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover{
    background: #e9eff4;
    background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn{
    position: relative;
}

#s-bl .c-bl{
    padding: 1em;
    margin-bottom: .5em;
    border: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
    transition: background-color .25s ease;
}

#s-bl .c-bl:hover{
    background: #f0f4f7;
    background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child{
    margin-bottom: .5em;
}

#s-bl .c-bl:first-child{
    transition: none;
    padding: 0;
    margin-top: 0;
    border:none;
    margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover{
    background: transparent;
    background: unset;
}

#s-bl .c-bl.b-ex{
    padding: 0;
    border: none;
    background: #f0f4f7;
    background: var(--cc-cookie-category-block-bg);
    transition: none;
}

#s-bl .c-bl.b-ex + .c-bl{
    margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex{
    margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child{
    margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child{
    margin-bottom: .5em;
}

#s-bl .b-acc{
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
    display: none;
}

#s-bl .act .b-acc{
    max-height: 100%;
    display: block;
    overflow: hidden;
}

#s-cnt .p{
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: .85em;
    color: #2d4156;
    color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled{
    cursor: not-allowed;
}

#c-vln{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#cs{
    padding: 0 1.7em;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

#s-inr{
    height: 100%;
    position: relative;
    max-width: 45em;
    margin: 0 auto;
    transform: scale(.96);
    opacity: 0;
    padding-top: 4.75em;
    padding-bottom: 4.75em;
    position: relative;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    box-shadow: rgba(3, 6, 9, .26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns{
    background: #fff;
    background: var(--cc-bg);
}

#s-bl{
	overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden;
    height: 100%;
    padding: 1.3em 2.1em;
    display: block;
    width: 100%;
}

#s-bns{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 2.1em;
    border-top: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
    height: 4.75em;
}

.cc_div .cc-link{
    color: #253b48;
    color: var(--cc-btn-primary-bg);
    border-bottom: 1px solid #253b48;
    border-color: var(--cc-btn-primary-bg);
    display: inline;
    padding-bottom: 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    background: transparent;
    display: inline-block;
    padding: 0;
    text-transform: none;
    font-size: 0.9em;
    line-height: 1.5em;
    width: auto;
    min-width:auto;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active{
    border-color: transparent;
    color: #253b48;
    color: var(--cc-btn-primary-bg);
    font-size: 0.9em;
    line-height: 1.5em;
}

#c-bns button:first-child,
#s-bns button:first-child{
    color: #fff;
    color: var(--cc-btn-primary-text);
    background: #253b48;
    background: var(--cc-btn-primary-bg);
}

#c-bns.swap button:first-child{
    color: #40505a;
    color: var(--cc-btn-secondary-text);
    background: #e5ebef;
    background: var(--cc-btn-secondary-bg);
}

#c-bns.swap button:last-child{
    color: #fff;
    color: var(--cc-btn-primary-text);
    background: #253b48;
    background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg{
    background: #253b48;
    background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover{
    background: #1d2e38;
    background: var(--cc-btn-primary-hover-bg);
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover{
    background: #d8e0e6;
    background: var(--cc-btn-secondary-hover-bg);
}

#s-hdr{
    position: absolute;
    top: 0;
    width: 100%;
    display: table;
    padding: 0 2.1em;
    height: 4.75em;
    vertical-align: middle;
    z-index: 2;
    border-bottom: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
}

#s-ttl{
	display: table-cell;
    vertical-align: middle;
    font-size: 1em;
}

#s-c-bn{
    padding: 0;
    width: 1.7em;
    height: 1.7em;
    font-size: 1.45em;
    margin: 0;
    font-weight: initial;
    position: relative;
}

#s-c-bnc{
    display: table-cell;
    vertical-align: middle;
}

.cc_div span.t-lb {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

#c_policy__text{
    height: 31.250em;
    overflow-y: auto;
    margin-top: 1.250em;
}

#c-s-in{
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    height: 100%;
    height: calc(100% - 2.5em);
    max-height: 37.5em;
}

@media screen and (min-width: 688px) { 
    #s-bl::-webkit-scrollbar{
        width: .9em;
        height: 100%;
        background: transparent;
        border-radius: 0 0.250em 0.250em 0;
    }
    
    #s-bl::-webkit-scrollbar-thumb{
        border: 0.25em solid var(--cc-bg);
        background: #cfd5db;
        background: var(--cc-webkit-scrollbar-bg);
        border-radius: 100em;
    }

    #s-bl::-webkit-scrollbar-thumb:hover{
        background: #9199a0;
        background: var(--cc-webkit-scrollbar-bg-hover);
    }

    #s-bl::-webkit-scrollbar-button {
        width: 10px;
        height: 5px;
    }
}
 
.cc_div .b-tg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    right: 1.2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
    vertical-align: middle;
}
 
.cc_div .b-tg .c-tgl {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
}
 
.cc_div .b-tg .c-tg {
    position: absolute;
    background: #919ea6;
    background: var(--cc-toggle-bg-off);
    transition: background-color .25s ease, box-shadow .25s ease;
    pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl{
    width: 3.4em;
    height: 1.5em;
    border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro{
    cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro{
    background: #d5dee2;
    background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after{
    box-shadow: none;
}
 
.cc_div .b-tg .c-tg:after {
    content: "";
    position: relative;
    display: block;
    left: 0.125em;
    top: 0.125em;
    width: 1.25em;
    height: 1.25em;
    border: none;
    box-sizing: content-box;
    background: #fff;
    background: var(--cc-toggle-knob-bg);
    box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
    transition: transform .25s ease;
    border-radius: 100%;
}
 
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after{
    transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td{
    border: none;
}

#s-bl tbody tr{
    transition: background-color .25s ease;
}

#s-bl tbody tr:hover{
    background: #e9eff4;
    background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table { 
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#s-bl td, 
#s-bl th { 
    padding: 0.8em 0.625em;
    text-align: left;
    vertical-align: top;
    font-size: .8em;
    padding-left: 1.2em;
}

#s-bl th { 
	font-family: inherit;
    padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child{
    border-bottom: 1px solid #e9edf2;
    border-color: var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs{
    width: 100vw;
}

#cm-ov,
#cs-ov{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background: #070707;
    background: rgba(4, 6, 8, .85);
    background: var(--cc-overlay-bg);
    display: none;
    transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov{
    display: block;
}

#cs-ov{
    z-index: 2;
}

.force--consent .cc_div{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 100vw;
    visibility: hidden;
    transition: visibility .25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div{
    visibility: visible;
}

.force--consent #cm{
    position: absolute;
}

.force--consent #cm.bar{
    width: 100vw;
    max-width: 100vw;
}

html.force--consent.show--consent{
    overflow-y: hidden!important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body{
    height: auto!important;
    overflow-x: hidden!important;
}

.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before{
    border: solid #2d4156;
    border-width: 0 2px 2px 0;
    padding: .2em;
    display: inline-block;
    position: absolute;
    content: '';
    margin-right: 15px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 1.2em;
    top: 50%;
}

.cc_div .act .b-bn .b-tl::before{
    transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before{
    border: solid #fff;
    border-color: var(--cc-toggle-knob-icon-color);
    border-width: 0 2px 2px 0;
    padding: .1em;
    display: inline-block;
    padding-bottom: .45em;
    content: '';
    margin: 0 auto;
    transform: rotate(45deg);
    top: .37em;
    left: .75em;
    position: absolute;
}
 
#s-c-bn svg{
    fill: #444d53; 
    fill: var(--cc-btn-secondary-text);  
} 

#s-c-bn svg path{ 
    stroke: #444d53; 
    stroke: var(--cc-btn-secondary-text); 
} 

.cc_div .off-i,
.cc_div .on-i{
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    transition: opacity .15s ease;
}

.cc_div .on-i{
    left: 0;
    opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after{
    right: .8em;
    top: .42em;
    content: ' ';
    height: .7em;
    width: .09375em;
    display: block;
    background: #cdd6dc;
    background: var(--cc-toggle-knob-icon-color);
    margin: 0 auto;
    position: absolute;
    transform-origin: center;
}

.cc_div .off-i::before {
    transform: rotate(45deg);
}

.cc_div .off-i::after {
    transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i{
    opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i{
    opacity: 0;
}

#cm.box.middle,
#cm.cloud.middle{
    top: 50%;
    transform: translateY(-37%);
    bottom: auto;
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom{
    transform: scale(.95) translateY(-50%);
}

#cm.box.center{
    left: 1em;
    right: 1em;
    margin: 0 auto;
}
 
#cm.cloud {
    max-width: 50em;
    margin: 0 auto;
    text-align: center;
    left: 1em;
    right: 1em;
    overflow: hidden;
    padding: 1.3em 2em;
    width: unset;
}

.cc_div .cloud #c-inr{
    display: table;
    width: 100%;
}

.cc_div .cloud #c-inr-i{
    width: 70%;
    display: table-cell;
    vertical-align: top;
    padding-right: 2.4em;
}

.cc_div .cloud #c-txt{
    font-size: 0.85em;
}

.cc_div .cloud #c-bns{
    min-width: 170px;
    display: table-cell;
    vertical-align: middle;
}

#cm.cloud .c-bn{
    margin: .625em 0 0 0;
    width: 100%;
}

#cm.cloud .c-bn:first-child{
    margin: 0;
}

#cm.cloud.left{
    margin-right: 1.25em;
}

#cm.cloud.right{
    margin-left: 1.25em;
}

#cm.bar {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    position: fixed;
    padding: 2em;
}

#cm.bar #c-inr{
    max-width: 32em;
    margin: 0 auto;
}

#cm.bar #c-bns{
    max-width: 33.75em;
}

#cm.bar #cs{
    padding: 0;
}

.cc_div .bar #c-s-in{
    top: 0;
    transform: none;
    height: 100%;
    max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
    padding-left: 1.6em;
    padding-right: 1.6em;
}

.cc_div .bar #cs{
    padding: 0;
}
 
.cc_div .bar #s-inr{
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    border-radius: 0;
    max-width: 32em;
}

.cc_div .bar.left #s-inr{
    margin-left: 0;
    margin-right: auto;
}
 
.cc_div .bar #s-bl table, 
.cc_div .bar #s-bl thead, 
.cc_div .bar #s-bl tbody, 
.cc_div .bar #s-bl th, 
.cc_div .bar #s-bl td, 
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt{ 
    display: block; 
}
 
.cc_div .bar #s-bl thead tr{ 
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.cc_div .bar #s-bl tr{
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {  
    border: none;
    position: relative;
    padding-left: 35%; 
}

.cc_div .bar #s-bl td:before { 
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
}

#cm.top {
    bottom: auto;
    top: 1.250em;
}

#cm.left{
    right: auto;
    left: 1.250em;
}

#cm.right{
    left: auto;
    right: 1.250em;
}

#cm.bar.left,
#cm.bar.right{
    left: 0;
    right: 0;
}

#cm.bar.top{
    top: 0;
} 

@media screen and (max-width: 688px) {

    #cm,
    #cm.cloud,
    #cm.left,
    #cm.right{
        width: auto;
        max-width: 100%;
        margin: 0;
        padding: 1.4em!important;
        right: 1em;
        left: 1em;
        bottom: 1em;
        display: block;
    }

    .force--consent #cm,
    .force--consent #cm.cloud{
        width: auto;
        max-width: 100vw;
    }

    #cm.top{
        top: 1em;
        bottom: auto;
    }

    #cm.bottom{
        bottom: 1em;
        top: auto;
    }

    #cm.bar.bottom{
        bottom: 0;
    }

    #cm.cloud .c-bn{
        font-size: .85em;
    }

    #s-bns,
    .cc_div .bar #s-bns{
        padding: 1em 1.3em;
    }

    .cc_div .bar #s-inr{
        max-width: 100%;
        width: 100%;
    }

    .cc_div .cloud #c-inr-i{
        padding-right: 0;
    }

    #cs{
        border-radius: 0;
        padding: 0;
    }

    #c-s-in{
        max-height: 100%;
        height: 100%;
        top: 0;
        transform: none;
    }

    .cc_div .b-tg{
        transform: scale(1.1);
        right: 1.1em;
    }

    #s-inr{
        margin: 0;
        padding-bottom: 7.9em;
        border-radius: 0;
    }

    #s-bns{
        height: 7.9em;
    }

	#s-bl,
    .cc_div .bar #s-bl{
		padding: 1.3em;
    }
    
	#s-hdr,
    .cc_div .bar #s-hdr{
        padding: 0 1.3em;
    }
 
    #s-bl table { 
        width: 100%; 
    }

    #s-inr.bns-t{
        padding-bottom: 10.5em;
    }

    .bns-t #s-bns{
        height: 10.5em;
    }

    .cc_div .bns-t .c-bn{
        font-size: 0.83em;
        padding: .9em 1.6em;
    }

    #s-cnt .b-bn .b-tl{
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }
 
    #s-bl table, 
    #s-bl thead, 
    #s-bl tbody, 
    #s-bl th, 
    #s-bl td, 
    #s-bl tr,
    #s-cnt{ 
        display: block; 
    }
 
    #s-bl thead tr{ 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #s-bl tr{
        border-top: 1px solid #e3e7ed;
        border-color: var(--cc-cookie-table-border);
    }

    #s-bl td {  
        border: none;
        position: relative;
        padding-left: 35%; 
    }

    #s-bl td:before { 
        position: absolute;
        left: 1em;
        padding-right: 0.625em;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        color: var(--cc-text);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #cm .c-bn,
    .cc_div .c-bn{
        width: 100%;
        margin-right: 0;
    }

    #s-cnt #s-rall-bn{
        margin-left: 0;
    }

    .cc_div #c-bns{
        flex-direction: column;
    }

    #c-bns button + button,
    #s-cnt button + button{
        margin-top: 0.625em;
        margin-left: 0;
        float: unset;
    }

    #cm.cloud,
    #cm.box{
        left: 1em;
        right: 1em;
        width: auto;
    }

    #cm.cloud.right,
    #cm.cloud.left{
        margin: 0;
    }

    .cc_div .cloud #c-bns,
    .cc_div .cloud #c-inr,
    .cc_div .cloud #c-inr-i{
        display: block;
        width: auto;
        min-width: unset;
    }

    .cc_div .cloud #c-txt{
        font-size: .9em;
    }

    .cc_div .cloud #c-bns{
        margin-top: 1.625em;
    }
}
 
.cc_div.ie #c-vln{
	height: 100%;
	padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln{
    padding-top: 0;
}

.cc_div.ie #cs{
    max-height: 37.5em;
    position: relative;
	top: 0;
	margin-top: -5.625em;
}

.cc_div.ie .bar #cs{
    margin-top:0;
    max-height: 100%;
}

.cc_div.ie #cm{
    border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in{
    top: 0;
}

.cc_div.ie .b-tg{
	padding-left: 1em;
	margin-bottom: 0.7em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after{
    left: 1.95em;
}

.cc_div.ie #s-bl table{
	overflow: auto;
}

.cc_div.ie .b-tg .c-tg{
    display: none;
}

.cc_div.ie .b-tg .c-tgl{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.2em;
    height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl{
    padding: 1.3em 6.4em 1.3em 1.4em
}

.cc_div.ie  .bar #s-bl td:before{
    display: none;
}

.cc_div.ie .bar #s-bl td{
    padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr{
    position: relative;
}

.cc_div.ie .b-tg .t-lb{
    filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov{
    filter: alpha(opacity=80);
}

#cc--floating--button {
    display: inline-block;
    width: 40px;
    font-size: 15px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: var(--cc-btn-primary-bg);
    padding: 0;
    border-radius: 100%;
    text-align: center;
    line-height: 37px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(.96);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
    will-change: opacity, transform;
}

#cc--floating--button svg{
    width: 30px;
    height: 30px;
    fill: var( --cc-btn-primary-text);
}

#cc--floating--button .visually-hidden {
    opacity: 0;
    position: absolute;
    left: -10rem;
}
@font-face{ font-display:swap;
	font-family:'FontAwesome';
	src:url('/wp-content/themes/theme/front/assets/fonts/fontawesome-webfont.eot?v=4.6.3');
	src:url('/wp-content/themes/theme/front/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
		url('/wp-content/themes/theme/front/assets/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
		url('/wp-content/themes/theme/front/assets/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),
		url('/wp-content/themes/theme/front/assets/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
		url('/wp-content/themes/theme/front/assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
 }

@font-face{ font-display:swap;
	font-family: 'Linearicons-Free';
	src:url('/wp-content/themes/theme/front/assets/fonts/Linearicons-Free.eot?w118d');
	src:url('/wp-content/themes/theme/front/assets/fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('/wp-content/themes/theme/front/assets/fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('/wp-content/themes/theme/front/assets/fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('/wp-content/themes/theme/front/assets/fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('/wp-content/themes/theme/front/assets/fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
 }

.mfp-bg {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1042;
	overflow:hidden;
	position:fixed;
	background:#0b0b0b;
	opacity:.8;
	filter:alpha(opacity=80);
}

.mfp-wrap {
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1043;
	position:fixed;
	outline:none!important;
	-webkit-backface-visibility:hidden;
}

.mfp-container {
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:0 8px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.mfp-container:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
}

.mfp-align-top .mfp-container:before {
	display:none;
}

.mfp-content {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	text-align:left;
	z-index:1045;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
	width:100%;
	cursor:auto;
}

.mfp-ajax-cur {
	cursor:progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor:-moz-zoom-out;
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
}

.mfp-zoom {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:-moz-zoom-in;
	cursor:zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor:auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}

.mfp-loading.mfp-figure {
	display:none;
}

.mfp-hide {
	display:none!important;
}

.mfp-preloader {
	color:#CCC;
	position:absolute;
	top:50%;
	width:auto;
	text-align:center;
	margin-top:-.8em;
	left:8px;
	right:8px;
	z-index:1044;
}

.mfp-preloader a {
	color:#CCC;
}

.mfp-preloader a:hover {
	color:#FFF;
}

.mfp-s-ready .mfp-preloader {
	display:none;
}

.mfp-s-error .mfp-content {
	display:none;
}

button.mfp-close,button.mfp-arrow {
	overflow:visible;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none;
	display:block;
	outline:none;
	padding:0;
	z-index:1046;
	-webkit-box-shadow:none;
	box-shadow:none;
}

button::-moz-focus-inner {
	padding:0;
	border:0;
}

.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:.65;
	filter:alpha(opacity=65);
	padding:0 0 18px 10px;
	color:#FFF;
	font-style:normal;
	font-size:28px;
}

.mfp-close:hover,.mfp-close:focus {
	opacity:1;
	filter:alpha(opacity=100);
}

.mfp-close:active {
	top:1px;
}

.mfp-close-btn-in .mfp-close {
	color:#333;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	color:#FFF;
	right:-6px;
	text-align:right;
	padding-right:6px;
	width:100%;
}

.mfp-counter {
	position:absolute;
	top:0;
	right:0;
	color:#CCC;
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}

.mfp-arrow {
	position:absolute;
	opacity:.65;
	filter:alpha(opacity=65);
	margin:0;
	top:50%;
	margin-top:-55px;
	padding:0;
	width:90px;
	height:110px;
	-webkit-tap-highlight-color:transparent;
}

.mfp-arrow:active {
	margin-top:-54px;
}

.mfp-arrow:hover,.mfp-arrow:focus {
	opacity:1;
	filter:alpha(opacity=100);
}

.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
	content:'';
	display:block;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	margin-top:35px;
	margin-left:35px;
	border:medium inset transparent;
}

.mfp-arrow:after,.mfp-arrow .mfp-a {
	border-top-width:13px;
	border-bottom-width:13px;
	top:8px;
}

.mfp-arrow:before,.mfp-arrow .mfp-b {
	border-top-width:21px;
	border-bottom-width:21px;
	opacity:.7;
}

.mfp-arrow-left {
	left:0;
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
	border-right:17px solid #FFF;
	margin-left:31px;
}

.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
	margin-left:25px;
	border-right:27px solid #3F3F3F;
}

.mfp-arrow-right {
	right:0;
}

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
	border-left:17px solid #FFF;
	margin-left:39px;
}

.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
	border-left:27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top:40px;
	padding-bottom:40px;
}

.mfp-iframe-holder .mfp-content {
	line-height:0;
	width:100%;
	max-width:900px;
}

.mfp-iframe-holder .mfp-close {
	top:-40px;
}

.mfp-iframe-scaler {
	width:100%;
	height:0;
	overflow:hidden;
	padding-top:56.25%;
}

.mfp-iframe-scaler iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-shadow:0 0 8px rgba(0,0,0,0.6);
	background:#000;
}

img.mfp-img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	line-height:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0;
	margin:0 auto;
}

.mfp-figure {
	line-height:0;
}

.mfp-figure:after {
	content:'';
	position:absolute;
	left:0;
	top:40px;
	bottom:40px;
	display:block;
	right:0;
	width:auto;
	height:auto;
	z-index:-1;
	box-shadow:0 0 8px rgba(0,0,0,0.6);
	background:#444;
}

.mfp-figure small {
	color:#BDBDBD;
	display:block;
	font-size:12px;
	line-height:14px;
}

.mfp-figure figure {
	margin:0;
}

.mfp-bottom-bar {
	margin-top:-36px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	cursor:auto;
}

.mfp-title {
	text-align:left;
	line-height:18px;
	color:#F3F3F3;
	word-wrap:break-word;
	padding-right:60px;
}

.mfp-image-holder .mfp-content {
	max-width:100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor:pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left:0;
		padding-right:0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding:0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top:0;
		bottom:0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display:inline;
		margin-left:5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background:rgba(0,0,0,0.6);
		bottom:0;
		margin:0;
		top:auto;
		padding:3px 5px;
		position:fixed;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding:0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right:5px;
		top:3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top:0;
		right:0;
		width:35px;
		height:35px;
		line-height:35px;
		background:rgba(0,0,0,0.6);
		position:fixed;
		text-align:center;
		padding:0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform:scale(0.75);
		transform:scale(0.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin:0;
		transform-origin:0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin:100%;
		transform-origin:100%;
	}
	
	.mfp-container {
		padding-left:6px;
		padding-right:6px;
	}
}

.mfp-ie7 .mfp-img {
	padding:0;
}

.mfp-ie7 .mfp-bottom-bar {
	width:600px;
	left:50%;
	margin-left:-300px;
	margin-top:5px;
	padding-bottom:5px;
}

.mfp-ie7 .mfp-container {
	padding:0;
}

.mfp-ie7 .mfp-content {
	padding-top:44px;
}

.mfp-ie7 .mfp-close {
	top:0;
	right:0;
	padding-top:0;
}

.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-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";
}

.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;
}

.lnr {
	font-family:'Linearicons-Free';
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.lnr-home:before {
	content:"\e800";
}

.lnr-apartment:before {
	content:"\e801";
}

.lnr-pencil:before {
	content:"\e802";
}

.lnr-magic-wand:before {
	content:"\e803";
}

.lnr-drop:before {
	content:"\e804";
}

.lnr-lighter:before {
	content:"\e805";
}

.lnr-poop:before {
	content:"\e806";
}

.lnr-sun:before {
	content:"\e807";
}

.lnr-moon:before {
	content:"\e808";
}

.lnr-cloud:before {
	content:"\e809";
}

.lnr-cloud-upload:before {
	content:"\e80a";
}

.lnr-cloud-download:before {
	content:"\e80b";
}

.lnr-cloud-sync:before {
	content:"\e80c";
}

.lnr-cloud-check:before {
	content:"\e80d";
}

.lnr-database:before {
	content:"\e80e";
}

.lnr-lock:before {
	content:"\e80f";
}

.lnr-cog:before {
	content:"\e810";
}

.lnr-trash:before {
	content:"\e811";
}

.lnr-dice:before {
	content:"\e812";
}

.lnr-heart:before {
	content:"\e813";
}

.lnr-star:before {
	content:"\e814";
}

.lnr-star-half:before {
	content:"\e815";
}

.lnr-star-empty:before {
	content:"\e816";
}

.lnr-flag:before {
	content:"\e817";
}

.lnr-envelope:before {
	content:"\e818";
}

.lnr-paperclip:before {
	content:"\e819";
}

.lnr-inbox:before {
	content:"\e81a";
}

.lnr-eye:before {
	content:"\e81b";
}

.lnr-printer:before {
	content:"\e81c";
}

.lnr-file-empty:before {
	content:"\e81d";
}

.lnr-file-add:before {
	content:"\e81e";
}

.lnr-enter:before {
	content:"\e81f";
}

.lnr-exit:before {
	content:"\e820";
}

.lnr-graduation-hat:before {
	content:"\e821";
}

.lnr-license:before {
	content:"\e822";
}

.lnr-music-note:before {
	content:"\e823";
}

.lnr-film-play:before {
	content:"\e824";
}

.lnr-camera-video:before {
	content:"\e825";
}

.lnr-camera:before {
	content:"\e826";
}

.lnr-picture:before {
	content:"\e827";
}

.lnr-book:before {
	content:"\e828";
}

.lnr-bookmark:before {
	content:"\e829";
}

.lnr-user:before {
	content:"\e82a";
}

.lnr-users:before {
	content:"\e82b";
}

.lnr-shirt:before {
	content:"\e82c";
}

.lnr-store:before {
	content:"\e82d";
}

.lnr-cart:before {
	content:"\e82e";
}

.lnr-tag:before {
	content:"\e82f";
}

.lnr-phone-handset:before {
	content:"\e830";
}

.lnr-phone:before {
	content:"\e831";
}

.lnr-pushpin:before {
	content:"\e832";
}

.lnr-map-marker:before {
	content:"\e833";
}

.lnr-map:before {
	content:"\e834";
}

.lnr-location:before {
	content:"\e835";
}

.lnr-calendar-full:before {
	content:"\e836";
}

.lnr-keyboard:before {
	content:"\e837";
}

.lnr-spell-check:before {
	content:"\e838";
}

.lnr-screen:before {
	content:"\e839";
}

.lnr-smartphone:before {
	content:"\e83a";
}

.lnr-tablet:before {
	content:"\e83b";
}

.lnr-laptop:before {
	content:"\e83c";
}

.lnr-laptop-phone:before {
	content:"\e83d";
}

.lnr-power-switch:before {
	content:"\e83e";
}

.lnr-bubble:before {
	content:"\e83f";
}

.lnr-heart-pulse:before {
	content:"\e840";
}

.lnr-construction:before {
	content:"\e841";
}

.lnr-pie-chart:before {
	content:"\e842";
}

.lnr-chart-bars:before {
	content:"\e843";
}

.lnr-gift:before {
	content:"\e844";
}

.lnr-diamond:before {
	content:"\e845";
}

.lnr-linearicons:before {
	content:"\e846";
}

.lnr-dinner:before {
	content:"\e847";
}

.lnr-coffee-cup:before {
	content:"\e848";
}

.lnr-leaf:before {
	content:"\e849";
}

.lnr-paw:before {
	content:"\e84a";
}

.lnr-rocket:before {
	content:"\e84b";
}

.lnr-briefcase:before {
	content:"\e84c";
}

.lnr-bus:before {
	content:"\e84d";
}

.lnr-car:before {
	content:"\e84e";
}

.lnr-train:before {
	content:"\e84f";
}

.lnr-bicycle:before {
	content:"\e850";
}

.lnr-wheelchair:before {
	content:"\e851";
}

.lnr-select:before {
	content:"\e852";
}

.lnr-earth:before {
	content:"\e853";
}

.lnr-smile:before {
	content:"\e854";
}

.lnr-sad:before {
	content:"\e855";
}

.lnr-neutral:before {
	content:"\e856";
}

.lnr-mustache:before {
	content:"\e857";
}

.lnr-alarm:before {
	content:"\e858";
}

.lnr-bullhorn:before {
	content:"\e859";
}

.lnr-volume-high:before {
	content:"\e85a";
}

.lnr-volume-medium:before {
	content:"\e85b";
}

.lnr-volume-low:before {
	content:"\e85c";
}

.lnr-volume:before {
	content:"\e85d";
}

.lnr-mic:before {
	content:"\e85e";
}

.lnr-hourglass:before {
	content:"\e85f";
}

.lnr-undo:before {
	content:"\e860";
}

.lnr-redo:before {
	content:"\e861";
}

.lnr-sync:before {
	content:"\e862";
}

.lnr-history:before {
	content:"\e863";
}

.lnr-clock:before {
	content:"\e864";
}

.lnr-download:before {
	content:"\e865";
}

.lnr-upload:before {
	content:"\e866";
}

.lnr-enter-down:before {
	content:"\e867";
}

.lnr-exit-up:before {
	content:"\e868";
}

.lnr-bug:before {
	content:"\e869";
}

.lnr-code:before {
	content:"\e86a";
}

.lnr-link:before {
	content:"\e86b";
}

.lnr-unlink:before {
	content:"\e86c";
}

.lnr-thumbs-up:before {
	content:"\e86d";
}

.lnr-thumbs-down:before {
	content:"\e86e";
}

.lnr-magnifier:before {
	content:"\e86f";
}

.lnr-cross:before {
	content:"\e870";
}

.lnr-menu:before {
	content:"\e871";
}

.lnr-list:before {
	content:"\e872";
}

.lnr-chevron-up:before {
	content:"\e873";
}

.lnr-chevron-down:before {
	content:"\e874";
}

.lnr-chevron-left:before {
	content:"\e875";
}

.lnr-chevron-right:before {
	content:"\e876";
}

.lnr-arrow-up:before {
	content:"\e877";
}

.lnr-arrow-down:before {
	content:"\e878";
}

.lnr-arrow-left:before {
	content:"\e879";
}

.lnr-arrow-right:before {
	content:"\e87a";
}

.lnr-move:before {
	content:"\e87b";
}

.lnr-warning:before {
	content:"\e87c";
}

.lnr-question-circle:before {
	content:"\e87d";
}

.lnr-menu-circle:before {
	content:"\e87e";
}

.lnr-checkmark-circle:before {
	content:"\e87f";
}

.lnr-cross-circle:before {
	content:"\e880";
}

.lnr-plus-circle:before {
	content:"\e881";
}

.lnr-circle-minus:before {
	content:"\e882";
}

.lnr-arrow-up-circle:before {
	content:"\e883";
}

.lnr-arrow-down-circle:before {
	content:"\e884";
}

.lnr-arrow-left-circle:before {
	content:"\e885";
}

.lnr-arrow-right-circle:before {
	content:"\e886";
}

.lnr-chevron-up-circle:before {
	content:"\e887";
}

.lnr-chevron-down-circle:before {
	content:"\e888";
}

.lnr-chevron-left-circle:before {
	content:"\e889";
}

.lnr-chevron-right-circle:before {
	content:"\e88a";
}

.lnr-crop:before {
	content:"\e88b";
}

.lnr-frame-expand:before {
	content:"\e88c";
}

.lnr-frame-contract:before {
	content:"\e88d";
}

.lnr-layers:before {
	content:"\e88e";
}

.lnr-funnel:before {
	content:"\e88f";
}

.lnr-text-format:before {
	content:"\e890";
}

.lnr-text-format-remove:before {
	content:"\e891";
}

.lnr-text-size:before {
	content:"\e892";
}

.lnr-bold:before {
	content:"\e893";
}

.lnr-italic:before {
	content:"\e894";
}

.lnr-underline:before {
	content:"\e895";
}

.lnr-strikethrough:before {
	content:"\e896";
}

.lnr-highlight:before {
	content:"\e897";
}

.lnr-text-align-left:before {
	content:"\e898";
}

.lnr-text-align-center:before {
	content:"\e899";
}

.lnr-text-align-right:before {
	content:"\e89a";
}

.lnr-text-align-justify:before {
	content:"\e89b";
}

.lnr-line-spacing:before {
	content:"\e89c";
}

.lnr-indent-increase:before {
	content:"\e89d";
}

.lnr-indent-decrease:before {
	content:"\e89e";
}

.lnr-pilcrow:before {
	content:"\e89f";
}

.lnr-direction-ltr:before {
	content:"\e8a0";
}

.lnr-direction-rtl:before {
	content:"\e8a1";
}

.lnr-page-break:before {
	content:"\e8a2";
}

.lnr-sort-alpha-asc:before {
	content:"\e8a3";
}

.lnr-sort-amount-asc:before {
	content:"\e8a4";
}

.lnr-hand:before {
	content:"\e8a5";
}

.lnr-pointer-up:before {
	content:"\e8a6";
}

.lnr-pointer-right:before {
	content:"\e8a7";
}

.lnr-pointer-down:before {
	content:"\e8a8";
}

.lnr-pointer-left:before {
	content:"\e8a9";
}

.owl-carousel .animated {
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.owl-carousel .owl-animated-in {
	z-index:0;
}

.owl-carousel .owl-animated-out {
	z-index:1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity:1;
	}
	
	100% {
		opacity:0;
	}
}

@keyframes fadeOut {
	0% {
		opacity:1;
	}
	
	100% {
		opacity:0;
	}
}

.owl-carousel .animated {
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.owl-carousel .owl-animated-in {
	z-index:0;
}

.owl-carousel .owl-animated-out {
	z-index:1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name:fadeOut;
	animation-name:fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity:1;
	}
	
	100% {
		opacity:0;
	}
}

@keyframes fadeOut {
	0% {
		opacity:1;
	}
	
	100% {
		opacity:0;
	}
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out;
}

.owl-carousel {
	display:none;
	width:100%;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y;
}

.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;
	-webkit-transform:translate3d(0px,0px,0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.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 {
	display:none;
}

.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-transform:translate3d(0px,0px,0px);
}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto;
}

.owl-carousel .owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab;
}

.owl-carousel.owl-rtl {
	direction:rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float:right;
}

.no-js .owl-carousel {
	display:block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style:preserve-3d;
}

.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/theme/front/assets/css/owl.video.play.png) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
	-webkit-transition:scale 100ms ease;
	-moz-transition:scale 100ms ease;
	-ms-transition:scale 100ms ease;
	-o-transition:scale 100ms ease;
	transition:scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-moz-transition:scale(1.3,1.3);
	-ms-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition: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;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
}

.owl-theme .owl-controls {
	margin-top:10px;
	text-align:center;
	-webkit-tap-highlight-color:transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background:#869791;
	color:#fff;
	text-decoration:none;
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default;
}

.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;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background:#869791;
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
	-webkit-backface-visibility:hidden!important;
	-moz-backface-visibility:hidden!important;
	-ms-backface-visibility:hidden!important;
	-webkit-transform:translate3d(0,0,0)!important;
	-moz-transform:translate3d(0,0,0)!important;
	-ms-transform:translate3d(0,0,0)!important;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility:hidden;
}

.typed-cursor {
	opacity:1;
	-webkit-animation:blink .7s infinite;
	-moz-animation:blink .7s infinite;
	animation:blink .7s infinite;
}

@keyframes blink {
	0% {
		opacity:1;
	}
	
	50% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity:1;
	}
	
	50% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity:1;
	}
	
	50% {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

.typed-fade-out {
	opacity:0;
	animation:0;
	transition:opacity .25s;
}

.mb_YTPBar,.mb_YTPBar span.mb_YTPUrl a {
	color:#fff;
}	
}

.mb_YTPlayer:focus {
	outline:0;
}

.YTPWrapper {
	display:block;
	transform:translateZ(0)translate3d(0,0,0);
	transform-style:preserve-3d;
	perspective:1000px;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	box-sizing:border-box;
}

.mb_YTPlayer .loading {
	position:absolute;
	top:10px;
	right:10px;
	font-size:12px;
	color:#fff;
	background:rgba(0,0,0,.51);
	text-align:center;
	padding:2px 4px;
	border-radius:5px;
	font-family:"Droid Sans",sans-serif;
	-webkit-animation:fade .1s infinite alternate;
	animation:fade .1s infinite alternate;
}

@-webkit-keyframes fade {
	0% {
		opacity:.5;
	}
	
	100% {
		opacity:1;
	}
}

@keyframes fade {
	0% {
		opacity:.5;
	}
	
	100% {
		opacity:1;
	}
}

.YTPFullscreen {
	display:block!important;
	position:fixed!important;
	width:100%!important;
	height:100%!important;
	top:0!important;
	left:0!important;
	margin:0!important;
	border:none!important;
	opacity:1!important;
	background-color:#000;
}

.mbYTP_wrapper iframe {
	max-width:4000px!important;
}

.inline_YTPlayer {
	margin-bottom:20px;
	vertical-align:top;
	position:relative;
	left:0;
	overflow:hidden;
	border-radius:4px;
	box-shadow:0 0 5px rgba(0,0,0,.7);
	background:rgba(0,0,0,.5);
}

.inline_YTPlayer img {
	border:none!important;
	margin:0!important;
	padding:0!important;
	transform:none!important;
}

.mb_YTPBar,.mb_YTPBar .buttonBar {
	box-sizing:border-box;
	left:0;
	padding:5px;
	width:100%;
}

.mb_YTPBar .ytpicon {
	font-size:20px;
	font-family:ytpregular;
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
	font-size:30px;
}

.mb_YTPBar {
	transition:opacity .5s;
	display:block;
	height:10px;
	background:#333;
	position:fixed;
	bottom:0;
	text-align:left;
	z-index:1000;
	font:14px/16px sans-serif;
	opacity:.1;
}

.mb_YTPBar.visible,.mb_YTPBar:hover {
	opacity:1;
}

.mb_YTPBar .buttonBar {
	transition:all .5s;
	background:0 0;
	font:12px/14px Calibri;
	position:absolute;
	top:-30px;
	height:40px;
}

.mb_YTPBar:hover .buttonBar {
	background:rgba(0,0,0,.4);
}

.mb_YTPBar span {
	display:inline-block;
	font:16px/20px Calibri,sans-serif;
	position:relative;
	width:30px;
	height:25px;
	vertical-align:middle;
}

.mb_YTPBar span.mb_YTPTime {
	width:130px;
}

.mb_YTPBar span.mb_OnlyYT,.mb_YTPBar span.mb_YTPUrl {
	position:absolute;
	width:auto;
	display:block;
	top:6px;
	right:10px;
	cursor:pointer;
}

.mb_YTPBar span.mb_YTPUrl img {
	width:60px;
}

.mb_YTPBar span.mb_OnlyYT {
	left:300px;
	right:auto;
}

.mb_YTPBar span.mb_OnlyYT img {
	width:25px;
}

.mb_YTPBar .mb_YTPMuteUnmute,.mb_YTPBar .mb_YTPPlaypause,.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
	cursor:pointer;
}

.mb_YTPBar .mb_YTPProgress {
	height:10px;
	width:100%;
	background:#222;
	bottom:0;
	left:0;
}

.mb_YTPBar .mb_YTPLoaded {
	height:10px;
	width:0;
	background:#444;
	left:0;
}

.mb_YTPBar .mb_YTPseekbar {
	height:10px;
	width:0;
	background:#bb110e;
	bottom:0;
	left:0;
	box-shadow:rgba(82,82,82,.47)1px 1px 3px;
}

.mb_YTPBar .YTPOverlay {
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-webkit-transform-style:flat;
	box-sizing:border-box;
}

.YTPOverlay.raster {
	background:url(/wp-content/themes/theme/front/assets/css/images/raster.png);
}

.YTPOverlay.raster.retina {
	background:url(/wp-content/themes/theme/front/assets/css/images/raster@2x.png);
}

.YTPOverlay.raster-dot {
	background:url(/wp-content/themes/theme/front/assets/css/images/raster_dot.png);
}

.YTPOverlay.raster-dot.retina {
	background:url(/wp-content/themes/theme/front/assets/css/images/raster_dot@2x.png);
}

.mb_YTPBar .simpleSlider {
	position:relative;
	width:100px;
	height:10px;
	border:1px solid #fff;
	overflow:hidden;
	box-sizing:border-box;
	margin-right:10px;
	cursor:pointer!important;
	border-radius:3px;
}

.mb_YTPBar.compact .simpleSlider {
	width:40px;
}

.mb_YTPBar .simpleSlider.muted {
	opacity:.3;
}

.mb_YTPBar .level {
	position:absolute;
	left:0;
	bottom:0;
	background-color:#fff;
	box-sizing:border-box;
}

.mb_YTPBar .level.horizontal {
	height:100%;
	width:0;
}

.mb_YTPBar .level.vertical {
	height:auto;
	width:100%;
}@font-face{ font-display:swap;
	font-family:'Glyphicons Halflings';
	src:url(/wp-content/themes/theme/front/assets/fonts/glyphicons-halflings-regular.eot);
	src:url(/wp-content/themes/theme/front/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
		url(/wp-content/themes/theme/front/assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
		url(/wp-content/themes/theme/front/assets/fonts/glyphicons-halflings-regular.woff) format('woff'),
		url(/wp-content/themes/theme/front/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
		url(/wp-content/themes/theme/front/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
 }

html {
	-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:700;
}

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 silver;
}

legend {
	padding:0;
	border:0;
}

textarea {
	overflow:auto;
}

optgroup {
	font-weight:700;
}

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

td,th {
	padding:0;
}

@media print {
	*,:after,:before {
		color:#000!important;
		text-shadow:none!important;
		background:0 0!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^="javascript:"]:after,a[href^="#"]:after {
		content:"";
	}
	
	blockquote,pre {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	
	thead {
		display:table-header-group;
	}
	
	img,tr {
		page-break-inside:avoid;
	}
	
	img {
		max-width:100%!important;
	}
	
	h2,h3,p {
		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 td,.table-bordered th {
		border:1px solid #ddd!important;
	}
}

.glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.glyphicon-asterisk:before {
	content:"\002a";
}

.glyphicon-plus:before {
	content:"\002b";
}

.glyphicon-eur:before,.glyphicon-euro:before {
	content:"\20ac";
}

.glyphicon-minus:before {
	content:"\2212";
}

.glyphicon-cloud:before {
	content:"\2601";
}

.glyphicon-envelope:before {
	content:"\2709";
}

.glyphicon-pencil:before {
	content:"\270f";
}

.glyphicon-glass:before {
	content:"\e001";
}

.glyphicon-music:before {
	content:"\e002";
}

.glyphicon-search:before {
	content:"\e003";
}

.glyphicon-heart:before {
	content:"\e005";
}

.glyphicon-star:before {
	content:"\e006";
}

.glyphicon-star-empty:before {
	content:"\e007";
}

.glyphicon-user:before {
	content:"\e008";
}

.glyphicon-film:before {
	content:"\e009";
}

.glyphicon-th-large:before {
	content:"\e010";
}

.glyphicon-th:before {
	content:"\e011";
}

.glyphicon-th-list:before {
	content:"\e012";
}

.glyphicon-ok:before {
	content:"\e013";
}

.glyphicon-remove:before {
	content:"\e014";
}

.glyphicon-zoom-in:before {
	content:"\e015";
}

.glyphicon-zoom-out:before {
	content:"\e016";
}

.glyphicon-off:before {
	content:"\e017";
}

.glyphicon-signal:before {
	content:"\e018";
}

.glyphicon-cog:before {
	content:"\e019";
}

.glyphicon-trash:before {
	content:"\e020";
}

.glyphicon-home:before {
	content:"\e021";
}

.glyphicon-file:before {
	content:"\e022";
}

.glyphicon-time:before {
	content:"\e023";
}

.glyphicon-road:before {
	content:"\e024";
}

.glyphicon-download-alt:before {
	content:"\e025";
}

.glyphicon-download:before {
	content:"\e026";
}

.glyphicon-upload:before {
	content:"\e027";
}

.glyphicon-inbox:before {
	content:"\e028";
}

.glyphicon-play-circle:before {
	content:"\e029";
}

.glyphicon-repeat:before {
	content:"\e030";
}

.glyphicon-refresh:before {
	content:"\e031";
}

.glyphicon-list-alt:before {
	content:"\e032";
}

.glyphicon-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;
}

:after,:before {
	-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);
}

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

a {
	color:#337ab7;
	text-decoration:none;
}

a:focus,a:hover {
	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;
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>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-weight:500;
	line-height:1.1;
	color:inherit;
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-weight:400;
	line-height:1;
	color:#777;
}

.h1,.h2,.h3,h1,h2,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,.h5,.h6,h4,h5,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:focus,a.text-primary:hover {
	color:#286090;
}

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

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

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

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

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

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

.text-danger {
	color:#a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

ol ol,ol ul,ul ol,ul ul {
	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;
}

dd,dt {
	line-height:1.42857143;
}

dt {
	font-weight:700;
}

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[data-original-title],abbr[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 ol:last-child,blockquote p:last-child,blockquote ul:last-child {
	margin-bottom:0;
}

blockquote .small,blockquote footer,blockquote small {
	display:block;
	font-size:80%;
	line-height:1.42857143;
	color:#777;
}

blockquote .small:before,blockquote footer: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 .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
	content:'';
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
	content:'\00A0 \2014';
}

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

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:700;
	-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: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-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
		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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
		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-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
		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>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	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>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
	border-top:0;
}

.table>tbody+tbody {
	border-top:2px solid #ddd;
}

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

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

.table-bordered {
	border:1px solid #ddd;
}

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

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	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>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
	background-color:#f5f5f5;
}

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

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

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

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

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

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

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

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

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
	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>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
		white-space:nowrap;
	}
	
	.table-responsive>.table-bordered {
		border:0;
	}
	
	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left:0;
	}
	
	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right:0;
	}
	
	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		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:700;
}

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

input[type=checkbox],input[type=radio] {
	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=checkbox]:focus,input[type=radio]: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-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
		line-height:30px;
	}
	
	.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],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
		line-height:46px;
	}
}

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

.checkbox,.radio {
	position:relative;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

.checkbox label,.radio label {
	min-height:20px;
	padding-left:20px;
	margin-bottom:0;
	font-weight:400;
	cursor:pointer;
}

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

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

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

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

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

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

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio 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;
}

select[multiple].input-sm,textarea.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 select[multiple].form-control,.form-group-sm textarea.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;
}

select[multiple].input-lg,textarea.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 select[multiple].form-control,.form-group-lg textarea.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;
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
	width:46px;
	height:46px;
	line-height:46px;
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
	width:30px;
	height:30px;
	line-height:30px;
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-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 .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-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 .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-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 .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
		width:auto;
	}
	
	.form-inline .input-group>.form-control {
		width:100%;
	}
	
	.form-inline .control-label {
		margin-bottom:0;
		vertical-align:middle;
	}
	
	.form-inline .checkbox,.form-inline .radio {
		display:inline-block;
		margin-top:0;
		margin-bottom:0;
		vertical-align:middle;
	}
	
	.form-inline .checkbox label,.form-inline .radio label {
		padding-left:0;
	}
	
	.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
		position:relative;
		margin-left:0;
	}
	
	.form-inline .has-feedback .form-control-feedback {
		top:0;
	}
}

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

.form-horizontal .checkbox,.form-horizontal .radio {
	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: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;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px;
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}

.btn.focus,.btn:focus,.btn:hover {
	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.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
	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.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	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.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
	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.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	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.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
	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.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
	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.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
	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.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	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.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
	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.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
	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.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
	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.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
	background-color:#d9534f;
	border-color:#d43f3a;
}

.btn-danger .badge {
	color:#d9534f;
	background-color:#fff;
}

.btn-link {
	font-weight:400;
	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:active,.btn-link:focus,.btn-link:hover {
	border-color:transparent;
}

.btn-link:focus,.btn-link:hover {
	color:#23527c;
	text-decoration:underline;
	background-color:transparent;
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
	color:#777;
	text-decoration:none;
}

.btn-group-lg>.btn,.btn-lg {
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333;
	border-radius:6px;
}

.btn-group-sm>.btn,.btn-sm {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px;
}

.btn-group-xs>.btn,.btn-xs {
	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=button].btn-block,input[type=reset].btn-block,input[type=submit].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;
}

.dropdown,.dropup {
	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:400;
	line-height:1.42857143;
	color:#333;
	white-space:nowrap;
}

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

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

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

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	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-vertical>.btn,.btn-group>.btn {
	position:relative;
	float:left;
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
	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=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	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;
}

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

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
	height:30px;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px;
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
	height:30px;
	line-height:30px;
}

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

.input-group .form-control,.input-group-addon,.input-group-btn {
	display:table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn: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:400;
	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=checkbox],.input-group-addon input[type=radio] {
	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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	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:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
	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:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
	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:focus,.nav>li>a:hover {
	text-decoration:none;
	background-color:#eee;
}

.nav>li.disabled>a {
	color:#777;
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
	color:#777;
	text-decoration:none;
	cursor:not-allowed;
	background-color:transparent;
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
	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:focus,.nav-tabs>li.active>a:hover {
	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:focus,.nav-tabs.nav-justified>.active>a:hover {
	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:focus,.nav-tabs.nav-justified>.active>a:hover {
		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:focus,.nav-pills>li.active>a:hover {
	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:focus,.nav-tabs-justified>.active>a:hover {
	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:focus,.nav-tabs-justified>.active>a:hover {
		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-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
		padding-right:0;
		padding-left:0;
	}
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
	max-height:340px;
}

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

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
	margin-right:-15px;
	margin-left:-15px;
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
		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-bottom,.navbar-fixed-top {
	position:fixed;
	right:0;
	left:0;
	z-index:1030;
}

@media (min-width:768px) {
	.navbar-fixed-bottom,.navbar-fixed-top {
		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;
	font-size:18px;
	line-height:20px;
}

.navbar-brand:focus,.navbar-brand:hover {
	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 .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
		padding:5px 15px 5px 25px;
	}
	
	.navbar-nav .open .dropdown-menu>li>a {
		line-height:20px;
	}
	
	.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
		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 .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
		width:auto;
	}
	
	.navbar-form .input-group>.form-control {
		width:100%;
	}
	
	.navbar-form .control-label {
		margin-bottom:0;
		vertical-align:middle;
	}
	
	.navbar-form .checkbox,.navbar-form .radio {
		display:inline-block;
		margin-top:0;
		margin-bottom:0;
		vertical-align:middle;
	}
	
	.navbar-form .checkbox label,.navbar-form .radio label {
		padding-left:0;
	}
	
	.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
		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:focus,.navbar-default .navbar-brand:hover {
	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:focus,.navbar-default .navbar-nav>li>a:hover {
	color:#333;
	background-color:transparent;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color:#555;
	background-color:#e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
	color:#ccc;
	background-color:transparent;
}

.navbar-default .navbar-toggle {
	border-color:#ddd;
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	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:focus,.navbar-default .navbar-nav>.open>a:hover {
	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:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color:#333;
		background-color:transparent;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color:#555;
		background-color:#e7e7e7;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color:#ccc;
		background-color:transparent;
	}
}

.navbar-default .navbar-link {
	color:#777;
}

.navbar-default .navbar-link:hover {
	color:#333;
}

.navbar-default .btn-link {
	color:#777;
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
	color:#333;
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
	color:#ccc;
}

.navbar-inverse {
	background-color:#222;
	border-color:#080808;
}

.navbar-inverse .navbar-brand {
	color:#9d9d9d;
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
	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:focus,.navbar-inverse .navbar-nav>li>a:hover {
	color:#fff;
	background-color:transparent;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
	color:#fff;
	background-color:#080808;
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
	color:#444;
	background-color:transparent;
}

.navbar-inverse .navbar-toggle {
	border-color:#333;
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
	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:focus,.navbar-inverse .navbar-nav>.open>a:hover {
	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:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color:#fff;
		background-color:transparent;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color:#fff;
		background-color:#080808;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		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:focus,.navbar-inverse .btn-link:hover {
	color:#fff;
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
	color:#444;
}

.breadcrumb {
	padding:8px 15px;
	margin-bottom:20px;
	list-style:none;
	background-color:#f5f5f5;
	border-radius:4px;
}

.breadcrumb>li {
	display:inline-block;
}

.breadcrumb>li+li:before {
	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:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	z-index:2;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index:3;
	color:#fff;
	cursor:default;
	background-color:#337ab7;
	border-color:#337ab7;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	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:focus,.pager li>a:hover {
	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:focus,.pager .disabled>a:hover,.pager .disabled>span {
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
}

.label {
	display:inline;
	padding:.2em .6em .3em;
	font-size:75%;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25em;
}

a.label:focus,a.label:hover {
	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]:focus,.label-default[href]:hover {
	background-color:#5e5e5e;
}

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

.label-primary[href]:focus,.label-primary[href]:hover {
	background-color:#286090;
}

.label-success {
	background-color:#5cb85c;
}

.label-success[href]:focus,.label-success[href]:hover {
	background-color:#449d44;
}

.label-info {
	background-color:#5bc0de;
}

.label-info[href]:focus,.label-info[href]:hover {
	background-color:#31b0d5;
}

.label-warning {
	background-color:#f0ad4e;
}

.label-warning[href]:focus,.label-warning[href]:hover {
	background-color:#ec971f;
}

.label-danger {
	background-color:#d9534f;
}

.label-danger[href]:focus,.label-danger[href]:hover {
	background-color:#c9302c;
}

.badge {
	display:inline-block;
	min-width:10px;
	padding:3px 7px;
	font-size:12px;
	font-weight:700;
	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-group-xs>.btn .badge,.btn-xs .badge {
	top:0;
	padding:1px 5px;
}

a.badge:focus,a.badge:hover {
	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 a>img,.thumbnail>img {
	margin-right:auto;
	margin-left:auto;
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
	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:700;
}

.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-bar-striped,.progress-striped .progress-bar {
	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-bar.active,.progress.active .progress-bar {
	-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-body,.media-left,.media-right {
	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:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
	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:focus,.list-group-item.disabled:hover {
	color:#777;
	cursor:not-allowed;
	background-color:#eee;
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
	color:inherit;
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
	color:#777;
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
	z-index:2;
	color:#fff;
	background-color:#337ab7;
	border-color:#337ab7;
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
	color:inherit;
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .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:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
	color:#3c763d;
	background-color:#d0e9c6;
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
	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:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
	color:#31708f;
	background-color:#c4e3f3;
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
	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:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
	color:#8a6d3b;
	background-color:#faf2cc;
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
	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:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
	color:#a94442;
	background-color:#ebcccc;
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
	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>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.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>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
	margin-bottom:0;
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
	padding-right:15px;
	padding-left:15px;
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody: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:first-child>thead:first-child>tr:first-child {
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}

.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius:3px;
}

.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius:3px;
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}

.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius:3px;
}

.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.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 td,.panel>.table>tbody:first-child>tr:first-child th {
	border-top:0;
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border:0;
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left:0;
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right:0;
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom:0;
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.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>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top:1px solid #ddd;
}

.panel-group .panel-footer {
	border-top:0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom:1px solid #ddd;
}

.panel-default {
	border-color:#ddd;
}

.panel-default>.panel-heading {
	color:#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 embed,.embed-responsive iframe,.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:700;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	filter:alpha(opacity=20);
	opacity:.2;
}

.close:focus,.close:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:.5;
}

button.close {
	-webkit-appearance:none;
	padding:0;
	cursor:pointer;
	background:0 0;
	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-size:12px;
	font-style:normal;
	font-weight:400;
	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-size:14px;
	font-style:normal;
	font-weight:400;
	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>a>img,.carousel-inner>.item>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.active.right,.carousel-inner>.item.next {
		left:0;
		-webkit-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0);
	}
	
	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		left:0;
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0);
	}
	
	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		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:focus,.carousel-control:hover {
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block;
	margin-top:-10px;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left:50%;
	margin-left:-10px;
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right:50%;
	margin-right:-10px;
}

.carousel-control .icon-next,.carousel-control .icon-prev {
	width:20px;
	height:20px;
	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-next,.carousel-control .icon-prev {
		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;
	}
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
	display:table;
	content:" ";
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row: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-lg,.visible-md,.visible-sm,.visible-xs {
	display:none!important;
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-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;
	}
	
	td.visible-xs,th.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;
	}
	
	td.visible-sm,th.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;
	}
	
	td.visible-md,th.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;
	}
	
	td.visible-lg,th.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;
	}
	
	td.visible-print,th.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;
	}
}
@font-face{ font-display:swap;
	font-family:'Hagin Caps Thin';
	src:url('/wp-content/themes/theme/front/assets/fonts/hagincapsthin.eot');
	src:local('☺'), url('/wp-content/themes/theme/front/assets/fonts/hagincapsthin.woff') format('woff'), url('/wp-content/themes/theme/front/assets/fonts/hagincapsthin.svg') format('svg');
	font-weight:100;font-style:normal;
 }
	 
@font-face{ font-display:swap;
	font-family:'Hagin Caps Medium';
	src:url('/wp-content/themes/theme/front/assets/fonts/hagincapsmedium.eot');
	src:local('☺'), url('/wp-content/themes/theme/front/assets/fonts/hagincapsmedium.woff') format('woff'), url('/wp-content/themes/theme/front/assets/fonts/hagincapsmedium.svg') format('svg');
	font-weight:500;
	font-style:normal;
 }

body,html {
	overflow-x:hidden;
}

html {
	font-size:13px;
}

body {
	background-color:#fff;
	font-family:'Open Sans',sans-serif;
	font-size:13px;
	font-weight:400;
	color:#a5a5a5;
	line-height:1.5;
	margin:0;
}

.wrapper {
	background-color:#fff;
	padding:0;
}

* {
	outline:none;
}

::-moz-selection {
	text-shadow:none;
}

::selection {
	background-color:#917152;
	color:#fff;
	text-shadow:none;
}

button,a {
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	color:#917152;
}

a:hover {
	color:#9e7940;
	text-decoration:none;
}

a:focus {
	color:#9e7940;
	outline:none;
	text-decoration:none;
}

a:active {
	color:#9e7940;
	outline:none;
	text-decoration:none;
}

textarea {
	resize:none;
}

button.btn {
	margin-bottom:0;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn.active.focus {
	outline:none;
}

.modal-backdrop {
	z-index:1020;
	background-color:rgba(34,34,34,0.95);
}

.fullscreen {
	height:100vh!important;
}

@media only screen and (max-width: 992px) {
	.wrapper {
		padding:6px;
	}
	
	.fullscreen {
		height:auto!important;
	}
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	color:#222;
	font-family:'Hagin Caps Medium',sans-serif;
	font-weight:700;
	margin:0 0 28px;
	line-height:1;
}

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

.h2,h2 {
	font-size:42px;
}

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

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

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

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

p {
	color:#777;
	font-size:13px;
	font-weight:400;
	line-height:22px;
}

.lead {
	font-size:16px;
	line-height:1.8;
}

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

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

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

.text--just {
	text-align:justify!important;
}

.align--top {
	vertical-align:top;
}

.align--bottom {
	vertical-align:bottom;
}

.align--middle {
	vertical-align:middle;
}

.align--baseline {
	vertical-align:baseline;
}

.bold {
	font-weight:700;
}

.regular {
	font-weight:400;
}

.italic {
	font-style:italic;
}

.break-word {
	word-wrap:break-word;
}

.no-wrap {
	white-space:nowrap;
}

.text-white {
	color:#fff!important;
}

.text-gray {
	color:#f9f9f9!important;
}

.text-black {
	color:#222;
}

.text-theme {
	color:#917152!important;
}

.text--none {
	text-transform:none!important;
}

.text--uppercase {
	text-transform:uppercase!important;
}

.font-heading {
	font-family:'Hagin Caps Medium',sans-serif!important;
}

.font-body {
	font-family:'Hagin Caps Medium',sans-serif;
}

.font-18 {
	font-size:24px;
}

.font-16 {
	font-size:16px;
}

.font-20 {
	font-size:20px;
}

.font-40 {
	font-size:40px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	text-center-xs {
		text-align:center!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	text-center-sm {
		text-align:center!important;
	}
}

.higlighted-style1 {
	background-color:#917152;
	color:#fff;
	padding:5px 0;
}

.higlighted-style2 {
	background-color:#222;
	color:#fff;
	padding:5px 0;
}

.higlighted-style3 {
	background-color:#f9f9f9;
	color:#917152;
	padding:5px 0;
}

.color-heading {
	color:#222!important;
}

.color-theme {
	color:#917152!important;
}

.color-white {
	color:#fff!important;
}

.color-gray {
	color:#f9f9f9!important;
}

address,blockquote,dd,dl,fieldset,form,ol,p,pre,table,ul {
	margin-bottom:20px;
}

section { 
	overflow:hidden;
	display: inline-block;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}

.m-0 {
	margin:0!important;
}

.m-xs {
	margin:10px;
}

.m-sm {
	margin:20px;
}

.m-md {
	margin:40px;
}

.m-lg {
	margin:80px;
}

.mt-0 {
	margin-top:0;
}

.mt-xs {
	margin-top:10px;
}

.mt-10 {
	margin-top:10px!important;
}

.mt-20 {
	margin-top:20px!important;
}

.mt-30 {
	margin-top:30px!important;
}

.mt-40 {
	margin-top:40px!important;
}

.mt-50 {
	margin-top:50px!important;
}

.mt-60 {
	margin-top:60px;
}

.mt-70 {
	margin-top:70px!important;
}

.mt-80 {
	margin-top:80px!important;
}

.mt-90 {
	margin-top:90px!important;
}

.mt-100 {
	margin-top:100px!important;
}

.mt-150 {
	margin-top:150px;
}

.mb-0 {
	margin-bottom:0!important;
}

.mb-15 {
	margin-bottom:15px;
}

.mb-10 {
	margin-bottom:10px!important;
}

.mb-20 {
	margin-bottom:20px!important;
}

.mb-30 {
	margin-bottom:30px!important;
}

.mb-50 {
	margin-bottom:50px!important;
}

.mb-40 {
	margin-bottom:40px!important;
}

.mb-60 {
	margin-bottom:60px!important;
}

.mb-70 {
	margin-bottom:70px!important;
}

.mb-80 {
	margin-bottom:80px!important;
}

.mb-90 {
	margin-bottom:90px!important;
}

.mb-100 {
	margin-bottom:100px!important;
}

.mb-150 {
	margin-bottom:150px!important;
}

.mr-0 {
	margin-right:0;
}

.mr-30 {
	margin-right:30px!important;
}

.mr-50 {
	margin-right:50px;
}

.mr-60 {
	margin-right:60px;
}

.mr-150 {
	margin-right:150px;
}

.ml-0 {
	margin-left:0;
}

.ml-xs {
	margin-left:10px;
}

.ml-sm {
	margin-left:20px;
}

.ml-md {
	margin-left:40px;
}

.ml-lg {
	margin-left:80px;
}

.ml-30 {
	margin-left:30px!important;
}

.ml-50 {
	margin-left:50px;
}

.ml-60 {
	margin-left:60px;
}

.ml-150 {
	margin-left:150px;
}

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

.p-xs {
	padding:10px;
}

.p-sm {
	padding:20px;
}

.p-md {
	padding:40px;
}

.p-lg {
	padding:80px;
}

.pt-0 {
	padding-top:0!important;
}

.pt-30 {
	padding-top:30px!important;
}

.pt-40 {
	padding-top:40px!important;
}

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

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

.pt-70 {
	padding-top:70px!important;
}

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

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

.pt-100 {
	padding-top:100px!important;
}

.pt-150 {
	padding-top:150px!important;
}

.pb-0 {
	padding-bottom:0!important;
}

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

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

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

.pb-70 {
	padding-bottom:70px!important;
}

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

.pb-90 {
	padding-bottom:90px;
}

.pb-100 {
	padding-bottom:100px!important;
}

.pr-0 {
	padding-right:0;
}

.pr-xs {
	padding-right:10px;
}

.pr-sm {
	padding-right:20px;
}

.pr-md {
	padding-right:40px;
}

.pr-lg {
	padding-right:80px;
}

.pr-15 {
	padding-right:15px!important;
}

.pr-30 {
	padding-right:30px!important;
}

.pr-50 {
	padding-right:50px;
}

.pr-60 {
	padding-right:60px;
}

.pr-100 {
	padding-right:100px!important;
}

.pr-150 {
	padding-right:150px;
}

.pl-0 {
	padding-left:0;
}

.pl-30 {
	padding-left:30px;
}

.pl-50 {
	padding-left:50px;
}

.pl-60 {
	padding-left:60px;
}

.pl-100 {
	padding-left:100px!important;
}

.pl-150 {
	padding-left:150px;
}

.fixed {
	position:fixed;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
}

.static {
	position:static;
}

.zindex-1 {
	z-index:1;
}

.zindex-2 {
	z-index:2;
}

.zindex-3 {
	z-index:3;
}

.border-all {
	border:1px solid #917152;
}

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

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

.border-right {
	border-right:1px solid #917152;
}

.border-left {
	border-left:1px solid #917152;
}

.inline {
	display:inline;
}

.block {
	display:block;
}

.inline-block {
	display:inline-block;
}

.hide {
	display:none;
}

.flex {
	display:flex;
}

@media only screen and (max-width: 767px) {
 
	.text-center-xs {
		text-align:center!important;
	}
	
	.pull-none-xs {
		float:none!important;
		text-align:center!important;
	}
	
	.mb-15-xs {
		margin-bottom:15px;
	}
	
	.mb-30-xs {
		margin-bottom:30px!important;
	}
	
	.mb-50-xs {
		margin-bottom:50px;
	}
	
	.mb-60-xs {
		margin-bottom:60px!important;
	}
	
	.p-none-xs {
		padding-right:0;
		padding-left:0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.text-center-sm {
		text-align:center!important;
	}
	
	.mb-0-sm {
		margin-bottom:0;
	}
	
	.mb-15-sm {
		margin-bottom:15px;
	}
	
	.mb-30-sm {
		margin-bottom:30px!important;
	}
	
	.mb-50-sm {
		margin-bottom:50px;
	}
	
	.mb-60-sm {
		margin-bottom:60px;
	}
	
	.pb-15-sm {
		padding-bottom:15px;
	}
	
	.pb-30-sm {
		padding-bottom:30px;
	}
	
	.pb-50-sm {
		padding-bottom:50px;
	}
	
	.pb-60-sm {
		padding-bottom:60px;
	}
	
	.p-none-sm {
		padding-right:0;
		padding-left:0;
	}
	
	.pull-none-sm {
		float:none!important;
		text-align:center!important;
	}
}

.border-b {
	border-bottom:1px solid #f9f9f9;
}

.mt--80 {
	margin-top:-80px;
}

.row-no-padding [class*="col-"] {
	padding-left:0!important;
	padding-right:0!important;
}

.col-lg-5ths,.col-md-5ths,.col-sm-5ths,.col-xs-5ths {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}

.col-xs-5ths {
	width:20%;
	float:left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width:20%;
		float:left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width:20%;
		float:left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width:20%;
		float:left;
	}
}

.col-content {
	padding:120px 100px 110px 120px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.col-content {
		padding:40px!important;
	}
}

.pos-fixed {
	position:fixed;
}

.pos-relative {
	position:relative;
}

.pos-absolute {
	position:absolute;
}

.pos-static {
	position:static;
}

.pos-top {
	top:0;
}

.pos-bottom {
	bottom:0;
}

.pos-right {
	right:0;
}

.pos-left {
	left:0;
}

.pos-vertical-center {
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}

.height-700 {
	height:700px!important;
}

.height-500 {
	height:500px!important;
}

.height-800 {
	height:800px!important;
}

@media only screen and (min-width: 992px) {
	.hidden-lg,.hidden-md {
		display:none;
	}
}

.blockquote,blockquot {
	font-size:20px;
	font-family:'Hagin Caps Medium',sans-serif;
	color:#a5a5a5;
	font-style:italic;
	line-height:28px;
	font-weight:400;
	padding:30px 0 30px 30px;
	position:relative;
}

.quote-author {
	font-family:'Hagin Caps Medium',sans-serif;
	display:block;
	font-size:14px;
	font-style:normal;
	font-weight:600;
	line-height:1;
	color:#333;
	margin-top:18px;
}

.blockquote-1 {
	border-left:6px solid #222;
}

.blockquote-3,.blockquote-4 {
	padding-right:30px;
}

.blockquote-2,.blockquote-3,.blockquote-4 {
	border-left:none;
}

.blockquote-2:after,.blockquote-2:before {
	font-family:fontawesome;
	font-size:16px;
	position:absolute;
	color:#222;
	line-height:1.8;
}

.blockquote-2:before {
	content:"\f10d";
	top:0;
	left:0;
}

.blockquote-2:after {
	content:"\f10e";
	right:0;
	bottom:0;
}

.blockquote-3 {
	color:#917152;
	background-color:#f4f4f4;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.blockquote-4 {
	color:#fff;
	background-color:#222;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.blockquote-4 .quote-author {
	color:#fff;
}

.bg-theme {
	background-color:#917152!important;
}

.bg-gray {
	background-color:#f9f9f9!important;
}

.bg-white {
	background-color:#fff!important;
}

.bg-dark {
	background-color:#222!important;
}

.bg-dark2 {
	background-color:#222!important;
}

.bg-dark3 {
	background-color:#3d3c3c!important;
}

.bg-section {
	position:relative;
	overflow:hidden;
	z-index:1;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:100%;
}

.bg-overlay:before {
	content:"";
	display:inline-block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:-1;
}

.bg-overlay-light:before {
	background-color:#fff;
	opacity:.8;
}

.bg-overlay-dark:before {
	background-color:rgba(27,26,26,0.30);
}

.bg-overlay-dark2:before {
	background-color:rgba(27,26,26,0.95);
}

.bg-overlay-dark3:before {
	background-color:rgba(27,26,26,0.85);
}

.bg-overlay-dark4:before {
	background-color:rgba(27,26,26,0.65);
}

.bg-parallax { 
}

.bg-overlay-gradient:before {
	background-color:rgba(27,26,26,0.20);
}

.bg-video {
	position:relative;
}

.bg-video .bg-player {
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	top:0;
	width:100%;
	background:url(/wp-content/themes/theme/front/assets/css/polina.jpg) no-repeat;
	min-height:500px;
}

.bg-video .vidbg {
	min-width:100%;
	min-height:100%;
}

.bg-vyoutube {
	z-index:550;
	text-align:center;
	height:100%;
	min-height:100%;
	position:relative;
	overflow:hidden;
}

.breadcrumb {
	background-color:transparent;
	margin-bottom:0;
	padding:0;
	border-radius:0;
	color:#e5e4e4;
	font-size:14px;
	font-weight:400;
	line-height:1;
	text-transform:none;
}

.breadcrumb > li + li:before,.breadcrumb > li a {
	color:#e5e4e4;
}

.breadcrumb > .active {
	color:#f9f9f9;
}

.breadcrumb-2 > li + li:before {
	content:"\f101";
	font-family:fontawesome;
}

.breadcrumb-3 > li + li:before {
	content:"\f105";
	font-family:fontawesome;
}

.breadcrumb > li a:hover {
	color:#917152;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.btn {
	font-family:'Hagin Caps Medium',sans-serif;
	position:relative;
	z-index:2;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	border-radius:0;
	padding:0;
	line-height:49px;
	width:170px;
	height:51px;
	letter-spacing:.28px;
	padding: 0;
}

.btn.active,.btn:active {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
 
.btn--primary {
	background-color:#917152;
	color:#fff;
	border:2px solid transparent;
}

.btn--primary:active,.btn--primary:focus,.btn--primary:hover {
	background-color:#222;
	border:2px solid #222;
	color:#fff;
}

.btn--primary.btn--inverse:active,.btn--primary.btn--inverse:focus,.btn--primary.btn--inverse:hover {
	background-color:#fff;
	border-color:#fff;
	color:#917152;
}

.btn--secondary {
	background-color:#fff;
	color:#917152;
	border:2px solid #917152;
}

.btn--secondary:active,.btn--secondary:focus,.btn--secondary:hover {
	background-color:#917152;
	color:#fff;
	border:2px solid #917152;
}

.btn--white {
	background-color:#fff;
	color:#222;
	border:2px solid #fff;
}

.btn--white:active,.btn--white:focus,.btn--white:hover {
	background-color:#917152;
	color:#fff;
	border-color:#917152;
}

.bg-overlay-theme2 .btn--white:active,.bg-overlay-theme2 .btn--white:focus,.bg-overlay-theme2 .btn--white:hover {
	background-color:#222;
	color:#fff;
	border-color:#222;
}

.btn--block {
	width:100%;
}

.btn--auto {
	width:auto;
}
 
.btn--rounded {
	border-radius:40px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	 background-color: transparent;
	color:#917152;
	border:2px solid #917152;
	border-radius:40px;  
    line-height: 40px;
    width: 170px;
    max-width: 100%;
    height: 40px; 
    padding: 0;
}
 
.woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:active, 
.woocommerce a.button.alt:active, 
.woocommerce button.button.alt:active, 
.woocommerce input.button.alt:active, 
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:active, 
.woocommerce a.button:active, 
.woocommerce button.button:active, 
.woocommerce input.button:active{
	background-color: #917152;
	color:#fff; 
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] { 
    padding: 0;
    color:#917152;
}

.btn--link {
	background-color:transparent;
	border-color:transparent;
}

.btn--link.btn--primary {
	color:#917152;
}

.btn--link.btn--primary:active,.btn--link.btn--primary:focus,.btn--link.btn--primary:hover {
	color:#222;
	background-color:transparent;
	border-color:transparent;
}

.btn--link.btn--secondary {
	color:#222;
}

.btn--link.btn--secondary:active,.btn--link.btn--secondary:focus,.btn--link.btn--secondary:hover {
	color:#917152;
	background-color:transparent;
	border-color:transparent;
}

.btn--bordered {
	background-color:transparent;
}

.btn--bordered.btn--primary {
	color:#917152;
	border-color:#917152;
}

.btn--bordered.btn--primary:active,.btn--bordered.btn--primary:focus,.btn--bordered.btn--primary:hover {
	color:#fff;
	background-color:#917152;
	border-color:#917152;
}

.btn--bordered.btn--secondary {
	color:#917152;
	border-color:#917152;
}

.btn--bordered.btn--secondary:active,.btn--bordered.btn--secondary:focus,.btn--bordered.btn--secondary:hover {
	color:#fff;
	background-color:#917152;
	border-color:#917152;
}

.btn--bordered.btn--white {
	color:#fff;
	border-color:#fff;
}

.btn--bordered.btn--white:active,.btn--bordered.btn--white:focus,.btn--bordered.btn--white:hover {
	color:#917152;
	background-color:#fff;
	border-color:#fff;
}

.btn--white.btn--secondary {
	color:#222;
	border-color:#fff;
	background-color:#fff;
}

.btn--white.btn--secondary:active,.btn--white.btn--secondary:focus,.btn--white.btn--secondary:hover {
	color:#fff;
	background-color:#917152;
	border-color:#917152;
}

.btn--slide:last-of-type {
	margin-left:-6px;
}

.btn--video {
	color:#fff;
	font-size:13px;
	font-weight:600;
	line-height:51px;
	text-transform:uppercase;
	padding-left:93px;
}

.btn--video i {
	position:absolute;
	left:30px;
	top:0;
	color:#f9f9f9;
	font-size:48px;
}

.btn--video:hover,.btn--video:hover i {
	color:#917152;
}

.btn--video-bordered {
	width:68px;
	height:68px;
	line-height:65px;
	border-radius:50%;
	border-radius:33px;
	background-color:rgba(255,255,255,0.2);
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
}

.btn--video-bordered .btn--video {
	padding-left:0;
	width:48px;
	height:48px;
	color:#f9f9f9;
}

.btn--video-bordered .btn--video i {
	left:9px;
}

.btn--video-bordered:hover {
	background-color:#fff;
}

.btn--video-bordered:hover .btn--video,.btn--video-bordered:hover .btn--video i {
	color:#917152;
}

.btn-more span {
	position:relative;
	padding-right:7px;
}

.btn-more span:before {
	position:absolute;
	content:"";
	left:0;
	top:50%;
	width:8px;
	margin-left:-7px;
	height:2px;
	background-color:#222;
}

.btn-more span:after {
	position:absolute;
	content:"";
	left:-4px;
	top:50%;
	margin-top:-3px;
	width:2px;
	height:8px;
	background-color:#222;
}

.btn-more:hover span:after,.btn-more:hover span:before {
	background-color:#fff;
}

.btn--link.btn-more {
	color:#917152;
	height:15px;
	line-height:15px;
}

.btn--link.btn-more:hover {
	color:#222;
}

.btn--link.btn-more span:after,.btn--link.btn-more span:before {
	background-color:#917152;
}

.btn--link.btn-more:hover span:after,.btn--link.btn-more:hover span:before {
	background-color:#222;
}

.btn--action {
	line-height:130px;
	height:130px;
}

.btn--action span:after,.btn--action span:before {
	background-color:#fff;
}

.btn--icon {
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	border-radius:2px;
	background-color:rgba(27,26,26,0.9);
	font-size:40px;
	display:inline-block;
	-webkit-transition:all .4s linear;
	-moz-transition:all .4s linear;
	transition:all .4s linear;
}

.btn--icon-gradient i {
	color:#917152;
	background:-webkit-linear-gradient(150deg,#1da4cb 0%,#1da4cb 2%,#1dcb84 27%,#7bcb1d 58%,#efd631 100%);
	background:linear-gradient(150deg,#1da4cb 0%,#1da4cb 2%,#1dcb84 27%,#7bcb1d 58%,#efd631 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}

.btn--icon:hover {
	background-color:#fff;
	-webkit-transform:translateY(-4px);
	-moz-transform:translateY(-4px);
	transform:translateY(-4px);
}

.btn--bg-gradient {
	background-color:rgba(27,26,26,0.9);
	background:-webkit-linear-gradient(150deg,#1da4cb 0%,#1da4cb 2%,#1dcb84 27%,#7bcb1d 58%,#efd631 100%);
	background:linear-gradient(150deg,#1da4cb 0%,#1da4cb 2%,#1dcb84 27%,#7bcb1d 58%,#efd631 100%);
}

.btn--bg-gradient i {
	color:#fff;
	background:none;
	-webkit-background-clip:inherit;
	-webkit-text-fill-color:inherit;
}

@media only screen and (min-width: 1200px) {
	.btn--lg {
		width:270px;
	}
}

@media only screen and (max-width: 1200px) {
	.btn--lg {
		width:220px;
	}
}
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.form-control {
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:49px;
	border:1px solid #eee;
	background:transparent;
	padding-left:18px;
	margin-bottom:15px;
	position:relative;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	height:49px;
}

.form-control:focus {
	border-color:#917152;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.form-control::-webkit-input-placeholder {
	color:#a5a5a5;
	text-transform:none;
}

.form-control::-moz-placeholder {
	color:#a5a5a5;
	text-transform:none;
}

.form-control::-ms-input-placeholder {
	color:#a5a5a5;
	text-transform:none;
}

.reservation-form {
	background-color:#fff;
	padding:10px;
}

.reservation-1 .reservation-form {
	padding:10px;
}

.reservation-bordered {
	padding:70px 90px;
	border:1px dashed #917152;
}

.reservation--dec {
	font-size:14px;
	font-weight:400;
	padding:0 55px;
	margin-bottom:50px;
}

.form-select {
	position:relative;
}

.form-select i {
	position:absolute;
	font-size:20px;
	font-weight:400;
	line-height:49px;
	right:20px;
	top:0;
	z-index:1;
	pointer-events:none;
	cursor:pointer;
	color:#b8b8b8;
}

.form-select select {
	line-height:1;
	color:#a5a5a5;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.reservation-form {
		padding:60px 0;
	}
	
	.reservation-1 .reservation-form,.reservation-bordered,.reservation--dec {
		padding:10px;
	}
	
	.reservation-1 .reservation-form {
		margin-bottom:30px;
	}
}

#icons section {
	padding-top:60px;
	padding-bottom:60px;
}

#icons h3 {
	margin-bottom:0;
}

#icons .fa-hover {
	margin-bottom:15px;
	font-size:15px;
}

#icons i {
	margin-right:10px;
}

ul.list {
	padding:0;
	font-size:13px;
	list-style-type:none;
	color:#7f7f7f;
}

ul.list li {
	font-size:13px;
	font-weight:400;
	line-height:30px;
	color:#7f7f7f;
}

ul.icon-list li i {
	font-size:15px;
	font-weight:400;
	line-height:30px;
	margin-right:10px;
	color:#222;
}

ul.number-list li {
	line-height:33px;
}

ul.number-list li span {
	font-size:13px;
	font-weight:700;
	line-height:30px;
	margin-right:15px;
	color:#222;
}

ul.dot-list li i {
	font-size:7px;
	font-weight:400;
	line-height:30px;
	margin-right:19px;
	color:#222;
}

.screen-img {
	position:relative;
	display:block;
	overflow:hidden;
}

.screen-img img {
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
}

.screen-img .screen-hover {
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.5);
	webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	padding:30px;
	opacity:0;
}

.screen-img .screen-hover a {
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-90px;
	webkit-transition:all .4s .4s ease-in-out;
	-moz-transition:all .4s .4s ease-in-out;
	-o-transition:all .4s .4s ease-in-out;
	transition:all .4s .4s ease-in-out;
	opacity:0;
}

.screen-img:hover .screen-hover {
	opacity:1;
}

.screen-img:hover .screen-hover a {
	opacity:1;
}

.tabs .nav-tabs {
	border:none;
	text-align:center;
}

.tabs .nav-tabs > li {
	float:none;
	display:inline-block;
	margin:0 11px;
}

.tabs .nav-tabs > li > a {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#333;
	font-size:16px;
	font-weight:600;
	text-transform:none;
	border-radius:0;
	border:none;
}

.tabs .nav > li > a {
	padding:0 0 7px;
}

.tabs .nav-tabs > li > a:focus,.tabs .nav-tabs > li > a:hover,.tabs .nav-tabs > li.active > a,.tabs .nav-tabs > li.active > a:focus,.tabs .nav-tabs > li.active > a:hover {
	color:#917152;
	background-color:transparent;
	border:none;
}

.tabs .nav-tabs > li > a:after {
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	background-color:#917152;
	width:0;
	height:2px;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}

.tabs .nav-tabs > li > a:focus:after,.tabs .nav-tabs > li > a:hover:after,.tabs .nav-tabs > li.active > a:after,.tabs .nav-tabs > li.active > a:focus:after,.tabs .nav-tabs > li.active > a:hover:after {
	width:100%;
}

.tabs .tab-content > .tab-pane {
	margin-top:37px;
}

.tabs .tab--logos li {
	padding-right:15px;
	padding-left:15px;
}

.tabs .tab--heading {
	font-size:40px;
	font-family:'Dancing Script',cursive;
	color:#222;
	font-weight:400;
	line-height:40px;
	margin-bottom:39px;
}

.tabs ul.tab--details {
	padding:0;
	margin-bottom:0;
}

.tabs .tab--details li {
	font-size:14px;
	line-height:30px;
	list-style:none;
	position:relative;
	padding-left:20px;
}

.tabs .tab--details li::before {
	content:"•";
	color:#222;
	font-size:30px;
	position:absolute;
	left:0;
}

@media (max-width: 768px) {
	.tabs .nav-tabs > li {
		margin:0 8px;
	}
	
	.tabs .nav-tabs > li > a {
		font-size:14px;
		margin-bottom:15px;
	}
	
	.tabs .tab--logos li {
		margin-bottom:10px;
	}
	
	.tabs .tab--heading {
		font-size:25px;
		line-height:40px;
		margin-bottom:45px;
	}
	
	.tabs .tab--details li {
		font-size:13px;
	}
	
	.tabs .tab--logos li {
		padding:0;
	}
}

.accordion {
	border-radius:2px;
	border:1px solid #eee;
	background-color:#fff;
}

.accordion .panel {
	border-bottom-color:rgba(49,49,49,0.1);
	padding:10px;
	margin-bottom:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	border-radius:none;
	background-color:transparent;
}

.accordion .panel:last-of-type {
	border-bottom:none;
}

.accordion .panel .panel--heading {
	padding:19px;
	border:1px dashed #917152;
}

.accordion .panel .panel--heading a {
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:16px;
	color:#282828;
	font-weight:600;
	text-transform:none;
	position:relative;
	display:block;
	line-height:27px;
}

.accordion .panel .panel--heading a.collapsed {
	color:#222;
}

.accordion .panel .panel--body {
	padding:20px;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	border:1px dashed #917152;
	margin-top:10px;
}

.accordion .panel--heading .accordion-toggle:after {
	position:absolute;
	right:0;
	top:0;
	content:"\f068";
	font-family:fontawesome;
	font-size:11px;
	color:#fff;
	background-color:#917152;
	border:1px solid #917152;
	text-align:center;
	width:20px;
	height:20px;
	line-height:20px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.accordion .panel--heading .accordion-toggle.collapsed:after {
	content:"\f067";
}

.accordion.accordion-1 {
	background-color:transparent;
	border-radius:0;
	border:none;
}

.accordion.accordion-1 .panel {
	box-shadow:0 1px 5px rgba(40,40,40,0.1);
	border-radius:1px;
	background-color:#fff;
	margin-bottom:30px;
}

.accordion.accordion-2 .panel {
	border-bottom:none;
	padding-bottom:0;
}

.accordion.accordion-2 .panel:last-of-type {
	padding-bottom:10px;
}

.accordion.accordion-2 .panel .panel--body {
	margin-top:0;
	border-top:none;
}

.accordion.accordion-3 {
	background-color:transparent;
	border:none;
}

.accordion.accordion-3 .panel {
	box-shadow:0 1px 5px rgba(40,40,40,0.1);
	border-radius:1px;
	background-color:#fff;
	margin-bottom:30px;
	padding:29px;
}

.accordion.accordion-3 .panel .panel--heading {
	padding:0;
	border:none;
}

.accordion.accordion-3 .panel .panel--body {
	border:none;
	border-top:1px dashed #917152;
	padding:19px 0 0;
	margin-top:22px;
}

.pagination {
	margin:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.pagination > li {
	margin-right:10px;
	display:inline-block;
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
	border-radius:0;
}

.pagination > li > a,.pagination > li > span {
	background-color:#333;
	border-radius:2px;
	color:#fff;
	font-size:16px;
	font-weight:600;
	border-color:#333;
	font-family:'Hagin Caps Medium',sans-serif;
	text-transform:uppercase;
	padding:0;
	width:51px;
	height:51px;
	line-height:51px;
	text-align:center;
}

.pagination > li > span.current,.pagination > .active > a,.pagination > li:hover > a {
	background-color:#917152!important;
	border-radius:1px;
	color:#fff;
	border-color:#917152;
}

.pagination > li:first-child > a,.pagination > li:first-child > span,.pagination > li:last-child > a,.pagination > li:last-child > span {
	border-radius:0!important;
}

.alerts {
	background-color:#f9f9f9;
	border-radius:0;
	padding:20px;
	margin-bottom:40px;
}

.alerts .alert-icon {
	width:46px;
	height:46px;
	line-height:46px;
	background-color:#917152;
	-moz-border-radius:2px 1px 1px 2px;
	-webkit-border-radius:2px 1px 1px 2px;
	border-radius:2px 1px 1px 2px;
	text-align:center;
	position:absolute;
}

.alerts .alert-icon i {
	color:#fff;
	font-size:15px;
	font-weight:400;
	line-height:28px;
}

.alerts .alert-content {
	padding-left:68px;
}

.alerts .alert-content h4 {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#917152;
	font-size:15px;
	font-weight:700;
	line-height:32px;
	text-transform:none;
	margin-bottom:0;
	margin-top:-6px;
}

.alerts .alert-content p {
	color:#9b9b9b;
	font-size:12px;
	font-weight:400;
	line-height:20px;
	margin-bottom:0;
}

.alerts.alert-warning h4 {
	color:#8a6d3b;
}

.alerts.alert-warning .alert-icon {
	background-color:#fcf8e3;
}

.alerts.alert-warning .alert-icon i {
	color:#8a6d3b;
}

.alerts.alert-danger h4 {
	color:#a94442;
}

.alerts.alert-danger .alert-icon {
	background-color:#f2dede;
}

.alerts.alert-danger .alert-icon i {
	color:#a94442;
}

.subscribe-alert .alert {
	margin:10px auto;
	font-size:12px;
}

.contact-result .alert,.reservation-result .alert {
	margin:10px auto;
	font-size:12px;
}

label.error {
	color:#df2a10;
	position:absolute;
	top:-20px;
	left:15px;
}

#back-to-top {
	z-index:9999;
	position:fixed;
	right:30px;
	bottom:30px;
	opacity:0;
}

.backtop {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	border-radius:2px;
	transition:opacity .2s ease-out;
	background-color:rgba(0,0,0,0.4);
	font-size:20px;
}

#back-to-top.show {
	opacity:1;
}

#back-to-top:hover {
	background-color:#917152;
}

.backtop.style-2 {
	border-radius:0;
}

.backtop.style-3 {
	border-radius:5px;
}

.backtop.style-4 {
	border-radius:50%;
}

.back-top-styles .backtop {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

@media only screen and (max-width: 992px) {
	#back-to-top.show {
		opacity:0;
	}
}

.range-slider .ui-slider {
	height:8px;
	background-color:#d7d7d7;
	border-radius:2px;
	margin-bottom:20px;
	margin-top:5px;
}

.range-slider .ui-slider-handle {
	width:15px;
	height:15px;
	margin-left:0;
	background-color:#272930;
	border-radius:1px;
}

.range-slider .ui-slider-range {
	height:8px;
	background-color:#917152;
	margin-bottom:20px;
}

.range-slider p {
	font-size:13px;
	font-weight:400;
	line-height:1;
}

.range-slider label {
	color:#f9f9f9;
}

.range-slider input {
	color:#917152;
	border:none;
	background-color:transparent;
}

.feature-box {
	text-align:center;
	margin-bottom:0;
}

.feature-box .feature-heading h3 {
	color:#f9f9f9;
	font-size:17px;
	font-weight:500;
	line-height:1;
}

.feature-box .feature-icon {
	position:relative;
	width:60px;
	height:60px;
	line-height:60px;
	background-color:#f9f9f9;
	border-radius:1px;
	color:#fff;
	font-size:28px;
	font-weight:400;
	text-align:center;
	margin:0 auto 20px;
	overflow:hidden;
}

.feature-box .feature-icon i {
	position:relative;
	display:block;
	line-height:60px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.feature-box:hover .feature-icon i:first-child {
	margin-top:-60px;
}

.feature-box .feature-body p {
	margin-bottom:0;
}

.fbox-2 .feature-icon {
	float:left;
}

.fbox-2 .feature-body,.fbox-2 .feature-heading {
	padding-left:80px;
	text-align:left;
}

.fbox-3 .feature-icon {
	float:right;
}

.fbox-3 .feature-body,.fbox-3 .feature-heading {
	padding-right:80px;
	text-align:right;
}

.fbox-bordered .feature-icon {
	background-color:transparent;
	border:1px solid #f9f9f9;
	color:#f9f9f9;
}

.fbox-circle .feature-icon {
	border-radius:50%;
}

.fbox-circle.fb-bordered .feature-icon {
	border-radius:50%;
	background-color:transparent!important;
	border:2px solid #f9f9f9;
	color:#f9f9f9;
}

.bs-table th small,.responsive-utilities th small {
	display:block;
	font-weight:400;
	color:#999;
}

.responsive-utilities tbody th {
	font-weight:400;
}

.responsive-utilities td {
	text-align:center;
}

.responsive-utilities td.is-visible {
	color:#468847;
	background-color:#dff0d8!important;
}

.responsive-utilities td.is-hidden {
	color:#ccc;
	background-color:#f9f9f9!important;
}

.pallete-item {
	border:1px solid #eee;
	margin-bottom:24px;
}

.pallete-color {
	padding:45px 15px;
	text-align:center;
	text-transform:uppercase;
}

.pallete-color p {
	margin-bottom:0;
	font-weight:700;
	color:#fff;
}

body.modal-open {
	padding-right:0!important;
}

.modal {
	z-index:1080;
	background:rgba(34,34,34,0.95);
}

.modal::-webkit-scrollbar {
	display:none;
	width:0;
	background:transparent;
}

.modal-backdrop {
	z-index:1020;
	background-color:#222;
	display:none;
}

.modal-content {
	border:none;
	border-radius:0;
}

.modal-dialog {
	margin-top:80px;
}

.modal button.close {
	position:absolute;
	top:30px;
	right:30px;
	color:#fff;
	z-index:1040;
	font-size:14px;
	font-weight:400;
	opacity:1;
}

.modal.reservation-popup button.close {
	color:#222;
}

.modal button.close:focus,.modal button.close:hover {
	color:#917152;
}

.reservation-popup .modal-content {
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.reservation-popup .modal-body {
	padding:0;
}

.reservation-popup .reservation-form {
	-moz-box-shadow:0 2px 3px rgba(40,40,40,0.26);
	-webkit-box-shadow:0 2px 3px rgba(40,40,40,0.26);
	box-shadow:0 2px 3px rgba(40,40,40,0.26);
}

@keyframes pulse {
	0% {
		transform:scale(0.95);
		opacity:.7;
	}
	
	50% {
		transform:scale(1);
		opacity:1;
	}
	
	100% {
		transform:scale(0.95);
		opacity:.7;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform:scale(0.95);
		transform:scale(0.95);
		opacity:.7;
	}
	
	50% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:1;
	}
	
	100% {
		-webkit-transform:scale(0.95);
		transform:scale(0.95);
		opacity:.7;
	}
}

table {
	background-color:#fff;
	border:1px solid #eee;
	border-radius:0;
	margin-bottom:0;
}

table thead {
	background-color:#f9f9f9;
}

table thead tr th {
	font-size:14px;
	font-weight:600;
	text-transform:none;
	color:#282828;
	line-height:30px!important;
	border-bottom-width:0!important;
	border-color:#eee;
	padding:0;
}

table tbody tr td {
	padding:20px;
	border-color:#eee;
}

table tbody tr td,table tbody tr td {
	font-size:13px;
	font-weight:600;
	line-height:26px;
	color:#9b9b9b;
}

.page-title {
	padding:0;
	margin: 0;
}

.page-title .title {
	padding:100px 0;
	position:relative;
}

.title .title--heading h1 {
	color:#fff;
	font-size:45px;
	font-weight:400;
	line-height:50px;
	margin-bottom:0;
	font-family:'Hagin Caps Medium';
}

.page-title .title--subtitle {
	color:#E0D6C7;
	font-family:'Dancing Script',cursive;
	font-size:30px;
	font-weight:400;
	line-height:1;
	margin-bottom:15px;
}

.page-title .title--desc {
	color:#f9f9f9;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	margin-bottom:0;
}

.page-title .breadcrumb {
	text-align:center;
	display:block;
	width:100%;
	margin-top:40px;
}

.page-title .breadcrumb,.page-title .breadcrumb a {
	font-size:14px;
	font-weight:400;
	line-height:1;
	background:transparent;
	color:#f9f9f9;
}

.page-title .breadcrumb .active {
	color:#917152;
}

.page-title .breadcrumb a:hover {
	color:#917152;
}

.page-title .breadcrumb > li + li:before {
	color:#f9f9f9;
}

.title-1 .title--content {
	margin-bottom:0;
}

.title-2 .title--content {
	margin-bottom:17px;
}

.title-2 .breadcrumb {
	position:relative;
	bottom:auto;
	margin-bottom:100px;
}

.title-3 .title--content {
	margin-bottom:125px;
}

.title-5 .breadcrumb {
	position:relative;
	bottom:auto;
	margin:0 auto;
}

.title-5 .title--content {
	margin-bottom:80px;
}

.title-5 .title--content {
	margin-bottom:78px;
}

.title-6 .title--heading h1 {
	line-height:1;
	padding-top:15px;
}

.title-7 .title--content {
	margin-bottom:108px;
}

.heading .heading--subtitle {
	color:#917152;
	font-family:'Dancing Script',cursive;
	font-size:30px;
	font-weight:400;
	line-height:1;
	margin-bottom:10px;
	text-transform:none;
}

.heading .heading--title {
	font-family:'Hagin Caps Medium';
	color:#222;
	font-size:45px;
	font-weight:400;
	line-height:1;
	margin-bottom:25px;
}

.heading .heading--desc {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#777;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	margin-bottom:0;
	padding:0 40px;
}

.heading-3 .heading--img {
	margin-bottom:0;
}

.heading-4 .heading--title {
	margin-bottom:20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.heading .heading--subtitle {
		font-size:35px;
	}
	
	.heading .heading--title {
		font-size:39px;
	}
	
	.heading .heading--desc {
		padding:20px;
	}
	
	.heading .heading--desc + .btn {
		margin-top:30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.heading .heading--title {
		font-size:40px;
	}
}

.preloader {
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	z-index:99999;
	background-color:#fff;
	overflow:hidden;
}

.sk-cube-grid {
	width:40px;
	height:40px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-40px 0 0 -40px;
}

.spinner {
	margin:-40px 0 0 -40px;
	width:70px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
}

.spinner > div {
	width:18px;
	height:18px;
	background-color:#917152;
	border-radius:100%;
	display:inline-block;
	-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;
	animation:sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay:-.32s;
	animation-delay:-.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay:-.16s;
	animation-delay:-.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,80%,100% {
		-webkit-transform:scale(0);
		transform:scale(0);
	}
	
	40% {
		-webkit-transform:scale(1);
		transform:scale(0);
	}
}

@keyframes sk-bouncedelay {
	0%,80%,100% {
		-webkit-transform:scale(0);
		transform:scale(0);
	}
	
	40% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

.header {
	height:100px;
	z-index:1000;
	position:relative;
}

.header-transparent {
	background-color:transparent;
}
 
.top-bar {
	height:50px;
	background-color:#222;
	overflow:hidden;
}

.top-bar .top--contact li {
	margin-right:21px;
}

.top-bar .top--contact li:last-child {
	margin-right:0;
}

.top-bar .top--contact {
	line-height:50px;
	color:#cecece;
	font-size:12px;
	font-weight:400;
}

.top-bar .top--contact i {
	margin-right:6px;
	color:#917152;
}

.top-bar .top--social {
	color:#cecece;
	font-size:12px;
	font-weight:400;
	line-height:50px;
}

.top-bar .top--social a {
	color:#cecece;
	font-size:14px;
	font-weight:400;
	line-height:28px;
	margin-left:19px;
}

.top-bar.topbar-light {
	background-color:#fff;
}

.top-bar.topbar-light .top--contact,.top-bar.topbar-light .top--social {
	color:#a5a5a5;
}

.top-bar.topbar-light .top--social a {
	color:#333;
}

.top-bar .top--social a:hover,.top-bar.topbar-light .top--social a:hover {
	color:#917152;
}

.top-bar.topbar-transparent {
	background-color:transparent;
}

.header-transparent-topbar .top-bar {
	position:fixed;
	right:0;
	left:0;
	z-index:1030;
	top:20px;
}

.top-bar .container-bordered {
	height:50px;
}

.static-affix {
	top:0;
	width:100%;
	z-index:10;
}

.module {
	display:inline-block;
	position:relative;
}

.module span.title {
	display:none;
}

.module .module-icon {
	margin-right:25px;
	cursor:pointer;
	line-height:100px;
}

.module:last-of-type .module-icon {
	margin-right:0;
}

.module .module-icon i {
	font-size:14px;
	line-height:24px;
	color:#fff;
	font-weight:400;
}

.module .menu-icon-double i {
	margin-left:30px;
}

.menu-icon-button {
	width:58px;
	height:29px;
	background-color:#333;
	color:#fff;
	font-size:13px;
	font-weight:700;
	line-height:29px;
	text-transform:uppercase;
	letter-spacing:.26px;
	text-align:center;
	margin-top:25px;
	border-radius:4px;
}

.menu-icon-button:hover {
	background-color:#917152;
}

.module .module-active .module-icon i {
	color:#917152;
}

.module-content {
	width:0;
	height:0;
	opacity:0;
	display:none;
	transition:all .35s;
}

.module-fullscreen {
	left:0;
	top:0;
	z-index:99;
	display:block;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	transition:all .2s linear;
	background-color:rgba(34,34,34,0.9);
	position:fixed;
}

.module-fullscreen .container {
	display:none;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	transition:all .1s linear;
}

.module-active .module-fullscreen {
	opacity:1;
	visibility:visible;
	height:100%;
	width:100%;
}

.module-active .module-fullscreen .container {
	display:block;
}

.module-cancel {
	top:50px;
	position:absolute;
	right:50px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	line-height:28px;
	text-align:center;
}

.module-cancel:hover {
	opacity:1;
	color:#917152;
}

.module .module-box {
	position:absolute;
	display:block;
	background-color:#1b1a1a;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .1s linear;
	-moz-transition:all .1s linear;
	transition:all .1s linear;
	right:-50px;
	width:370px;
	border-radius:2px;
	padding:32px;
	z-index:99;
	-webkit-transform:translateY(10%);
	-moz-transform:translateY(10%);
	transform:translateY(10%);
	height:0;
	-webkit-box-shadow:0 2px 3px rgba(40,40,40,0.06);
	-moz-box-shadow:0 2px 3px rgba(40,40,40,0.06);
	box-shadow:0 2px 3px rgba(40,40,40,0.06);
}

.module-active .module-box {
	opacity:1;
	visibility:visible;
	display:block;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
	height:inherit;
}

.module .module-hamburger {
	height:100%;
	width:370px;
	position:fixed;
	z-index:1;
	top:0;
	right:0;
	opacity:1;
	visibility:visible;
	display:block;
	overflow-x:hidden;
	-webkit-transition:all .35s linear;
	-moz-transition:all .35s linear;
	-o-transition:all .35s linear;
	transition:all .35s linear;
	-webkit-transform:translateX(370px);
	-moz-transform:translateX(370px);
	transform:translateX(370px);
}

.module-active .module-hamburger {
	-webkit-transform:translateX(0);
	-moz-transform:translateX(0);
	transform:translateX(0);
}

.module-active .module-hamburger::-webkit-scrollbar {
	display:none;
}

.module-active .module-hamburger .module-cancel {
	top:30px;
	position:absolute;
	right:30px;
	left:auto;
	font-size:12px;
	color:#fff;
	opacity:1;
	z-index:3;
}

.module--search-box .form-search {
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}

.module--search-box .form-control {
	color:#f9f9f9;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:25px;
	font-weight:600;
	line-height:70px;
	height:70px;
	border:none;
	background-color:transparent;
	width:95%;
	float:left;
	padding:0;
	margin-bottom:0;
	text-transform:none;
}

.module--search-box .btn {
	background-color:transparent;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	width:35px;
	line-height:57px;
	color:#917152;
	font-size:28px;
	font-weight:400;
	text-align:right;
	margin-left:0;
	padding:0;
}

.module--search-box .form-control::-webkit-input-placeholder {
	color:#f9f9f9;
}

.module--search-box .form-control:-moz-placeholder {
	color:#f9f9f9;
}

.module--search-box .form-control::-moz-placeholder {
	color:#9e9e9e;
}

.module--search-box .form-control:-ms-input-placeholder {
	color:#f9f9f9;
}

.module .module-label {
	width:16px;
	height:16px;
	line-height:16px;
	border-radius:50%;
	background-color:#917152;
	color:#fff;
	font-size:10px;
	font-weight:400;
	text-align:center;
	position:absolute;
	top:34px;
	left:8px;
}

.cart-box .cart-overview li {
	border-bottom:1px solid rgba(127,127,127,0.15);
	margin-bottom:20px;
	position:relative;
}

.cart-box .cart-overview li:last-child {
	margin-bottom:0;
}

.cart-box .cart-overview li .cart-cancel {
	font-size:0;
}

.cart-box .cart-overview li .cart-cancel:after {
	font-family:fontawesome;
	content:"\f00d";
	font-size:12px;
	position:absolute;
	text-align:center;
	background-color:#917152;
	right:0;
	top:0;
	width:19px;
	height:19px;
	line-height:19px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#222;
}

.cart-box .cart-overview li .cart-cancel:hover:after {
	background-color:#fff;
	color:#917152;
}

.cart-box .cart-overview img {
	width:49px;
	height:49px;
	margin-right:15px;
	position:absolute;
}

.cart-box .cart-overview .product-meta {
	padding-left:60px;
}

.cart-box .cart-overview h5 {
	color:#fff;
	font-size:19px;
	text-transform:none;
	margin-bottom:0;
	line-height:28px;
	font-weight:400;
}

.cart-box .cart-overview p {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#917152;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	margin-bottom:0;
}

.cart-total {
	border-bottom:2px solid rgba(127,127,127,0.15);
	margin-bottom:20px;
	min-height:40px;
}

.cart-total .total-desc {
	float:left;
	text-align:left;
}

.cart-total .total-des,.cart-total .total-price {
	font-size:14px;
	font-weight:700;
	line-height:1;
	text-transform:none;
	margin-bottom:20px;
}

.cart-total .total-price {
	float:right;
	text-align:right;
	color:#917152;
}

.cart-box .cart--control .btn {
	height:42px;
	line-height:40px;
}

.cart-box .cart--control .btn--primary:hover {
	background-color:#fff;
	color:#917152;
	border-color:#fff;
}

.module-menu .logo-container {
	text-align:left;
	margin-top:30px;
	margin-left:50px;
	margin-bottom:180px;
}

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

.module-menu .menu-list li {
	margin-bottom:30px;
}

.module-menu .menu-list li:last-child {
	margin-bottom:0;
}

.module-menu .menu-list a {
	color:#fff;
	font-size:30px;
	font-weight:700;
	line-height:1;
	margin-right:50px;
}

.module-menu .menu-list li:last-child a {
	margin-right:0;
}

.module-menu .menu-list a:hover {
	color:#917152;
}

.module-menu .menu-copyrights {
	position:absolute;
	bottom:80px;
	left:0;
	width:100%;
	text-align:center;
}

.module-menu .menu-copyrights {
	color:#fff;
	font-size:14px;
	font-weight:400;
	line-height:28px;
	margin-right:23px;
	bottom:30px;
}

.module-widgets {
	text-align:left;
	padding:80px 50px;
}

.module-active .module-hamburger .module-widgets .module-cancel {
	line-height:29px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	text-align:center;
	border-radius:4px;
}

.module-active .module-hamburger .module-widgets .module-cancel:hover {
	color:#917152;
}

.module-widgets .widget .widget--title h5 {
	color:#fff;
}

.module-widgets .widget .widget--title:after {
	background-color:#fff;
}

.module-widgets .widget-recent-posts .entry {
	border-bottom-color:#535353;
}

.module-widgets .widget-recent-posts .entry .entry-title a {
	color:#fefefe;
}

.module-widgets .widget-tags a {
	border-color:rgba(236,236,236,0.1);
	color:#9b9b9b;
}

.module-reservation {
	position:relative;
	margin-right:20px;
}

.module-reservation:after {
	position:absolute;
	right:0;
	top:50%;
	margin-top:12px;
	width:2px;
	height:13px;
	content:"";
	background-color:rgba(255,255,255,0.5);
}

.module-reservation .btn-popup {
	height:25px;
	border:2px solid #fff;
	background-color:transparent;
	margin-top:37px;
	text-align:center;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:13px;
	font-weight:700;
	line-height:22px;
	text-transform:uppercase;
	letter-spacing:.26px;
	padding:0 8px;
	color:#fff;
	display:block;
	margin-right:25px;
	cursor:pointer;
	position:relative;
}

.module-reservation .btn-popup:hover,.module-reservation .btn-popup-theme,.affix .module-reservation .btn-popup {
	background-color:#917152;
	color:#fff;
	border-color:#917152;
}

.module-reservation .btn-popup-theme:hover {
	background-color:#222;
	border-color:#222;
}

.header-transparent .navbar:not(.affix) .module-reservation .btn-popup-theme:hover {
	background-color:#fff;
	color:#917152;
	border-color:#fff;
}
 
.module-social a {
	color:#fff;
	font-size:14px;
	font-weight:400;
	line-height:100px;
	margin-left:18px;
}

.module-language{
    padding-right: 5px; 
}

.module-language a{
    font-size: 15px;
    color: #E0D6C7;
	line-height:100px;
    font-family: 'Hagin Caps Medium'; 
}
 
.module-language a:hover,
.module-social a:hover {
	color:#917152;
}
 
.module-language span:last-child {
    display: none;
}

.module-language span {
    padding: 0 5px 0 6px;
}
 
.transparent-header .module .module-icon > i {
	color:#fff;
}

.transparent-header .search-box {
	top:100px!important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.module .module-box {
		position:relative;
		right:0;
		width:100%;
		border:none;
	}
	
	.module .module-box .btn--bordered.btn--secondary {
		background-color:#917152;
		color:#917152;
	}
	
	.module .module-label {
		top:-3px;
	}
	 
	.module .module-icon {
		padding-top:8px;
		padding-left:10px;
	}
	
	.module.active i {
		color:#fff;
	}
	
	.module span.title {
		display:inline-block;
		color:#fff;
		font-size:13px;
		font-weight:700;
		text-transform:uppercase;
	}
	
	.module .cart-box,.search-box {
		display:none;
		padding-right:10px;
		padding-left:10px;
	}
	
	.module .module-content {
		margin-bottom:10px;
	}
	
	.cart-box .cart-overview h5 {
		color:#fff;
	}
	
	.module--search-box .form-search {
		margin:25px;
	}
	
	.module--search-box .form-control {
		font-size:16px;
		width:90%;
		line-height:30px;
	}
	
	.module--search-box .btn {
		font-size:14px;
		line-height:30px;
	}
	
	.module-cart.active .cart-box {
		opacity:1;
		visibility:visible;
		display:block;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
		background-color:#272930;
	}
	
	.module-cancel {
		top:30px;
		right:30px;
		text-align:right;
	}
	
	.module .module-icon {
		line-height:36px!important;
	}
	
	.module-search .search-icon i {
		border-left:none;
		padding-left:0;
		padding-right:5px;
	}
	
	.module.module-active .cart-box,.module.module-active .search-box {
		display:block!important;
	}
	
	.module-search.module-active .search-box .search-form {
		margin-bottom:10px;
	}
	
	.module-search.module-active .search-box .search-form input {
		background-color:#fff;
		margin-bottom:0;
		height:35px;
		line-height:35px;
		padding-left:10px;
	}
	
	.module-cart.module-active .cart-box {
		background-color:#222;
		padding:30px 20px;
		margin-bottom:10px;
	}
	
	.cart-box .cart--control .btn {
		margin-top:10px;
	}
	
	.module-cart.module-active .cart-box .cart-control {
		margin-right:auto;
		margin-left:auto;
		text-align:center;
	}
	
	.module-cart.module-active .cart-box .cart-control .pull-right {
		float:none!important;
	}
	
	.module .module-label {
		position:relative;
	}
	
	.module-menu.pull-left {
		float:none!important;
	}
	
	.module-menu .logo-container {
		margin-top:40px;
		margin-bottom:50px;
	}
	
	.module-menu .menu-social {
		bottom:20px;
	}
	
	.module-menu .menu-list li {
		display:block;
		margin-bottom:20px;
	}
	
	.module-menu .menu-list a {
		margin-right:0;
	}
	
	.navbar.navbar--dark .module .module-icon {
		color:#fff!important;
	}
	
	.module-reservation .btn-popup {
		height:40px;
		line-height:40px;
		margin:15px auto;
		width:80%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.module {
		width:100%;
		border-bottom:1px solid rgba(255,255,255,0.1);
		padding:5px 15px;
	}
	
	.module .module-icon {
		padding-top:0;
	}
	
	.module .module-box {
		position:relative;
		right:0;
		width:100%;
		border:none;
	}
	
	.module .module-box .btn--bordered.btn--secondary {
		background-color:#fff;
		color:#222;
	}
	
	.module .module-label {
		top:-3px;
		position:relative;
	}
	
	.module span.title {
		display:inline-block;
		color:#fff;
		font-size:13px;
		font-weight:700;
		text-transform:uppercase;
	}
	
	.module .cart-box,.search-box {
		display:none;
		padding-right:10px;
		padding-left:10px;
	}
	
	.module .module-content {
		margin-bottom:10px;
	}
	
	.cart-box .cart-overview h5 {
		color:#fff;
	}
	
	.module-cart.active .cart-box {
		opacity:1;
		visibility:visible;
		display:block;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
	
	.module .module-icon {
		line-height:36px!important;
	}
	
	.module-search .search-icon i {
		border-left:none;
		padding-left:0;
		padding-right:5px;
	}
	
	.module.module-active .cart-box,.module.module-active .search-box {
		display:block!important;
	}
	
	.module-search.module-active .search-box .search-form {
		margin-bottom:10px;
	}
	
	.module-search.module-active .search-box .search-form input {
		background-color:#fff;
		margin-bottom:0;
		height:35px;
		line-height:35px;
		padding-left:10px;
	}
	
	.module-cart.module-active .cart-box {
		background-color:#222;
		border:none;
		padding:30px 20px;
		margin-bottom:10px;
	}
	
	.module-cart.module-active .cart-box .cart-control {
		margin-right:auto;
		margin-left:auto;
		text-align:center;
	}
	
	.module-cart.module-active .cart-box .cart-control .pull-right {
		float:none!important;
	}
	
	.header-fixed .navbar.affix .module .module-icon i,.header-fixed .navbar.affix .navbar-nav > li > a,.module .module-icon i {
		color:#fff!important;
	}
	
	.menu-popup .logo {
		float:none!important;
	}
	
	.module-menu .logo-container {
		margin-top:100px;
		margin-bottom:130px;
	}
	
	.navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,.navbar.navbar--dark .navbar-nav > li.active > .menu-item:before {
		background-color:#fff!important;
	}
	
	.module-reservation .btn-popup {
		height:40px;
		line-height:40px;
		margin:15px 0;
		width:170px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.module-search .search-icon i {
		padding-left:0;
		padding-right:0;
	}
}

.header .navbar-collapse {
	padding-right:0;
	padding-left:0;
}

.header .navbar {
	border-radius:0;
	min-height:100px;
	border:none;
	margin:0 20px;
}

.header .navbar.navbar-fixed-top {
	top:0;
}

.header .navbar.navbar-fixed-top.affix {
	top:0;
}

.header-bordered .navbar {
	border-bottom:1px solid rgba(255,255,255,0.15);
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.05);
	-moz-box-shadow:0 1px 0 rgba(0,0,0,0.05);
	box-shadow:0 1px 0 rgba(0,0,0,0.05);
}

.header-bordered .navbar.navbar--dark {
	border-bottom:1px solid rgba(34,34,34,0.1);
}

.header .navbar .logo {
	height:100px;
	line-height:100px;
}

.nav-bordered-right {
	margin-right:30px;
}

.nav-bordered-right + .module:first-of-type:before {
	position:relative;
	margin-left:12px;
}

.nav-bordered-right + .module:first-of-type:before {
	position:absolute;
	top:50%;
	margin-top:-13px;
	left:-46px;
	content:"";
	width:2px;
	height:26px;
	background-color:#c9c9c9;
}

.affix .nav-bordered-right + .module:first-of-type:before {
	background-color:#c9c9c9;
}

.navbar-nav > li {
	margin-right:32px;
}

.navbar-nav > li > a {
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	line-height:100px;
	color:#fff;
	padding:0;
}

.nav .open > a,.nav .open > a:focus,.nav .open > a:hover {
	background-color:transparent;
	border:none;
}

.navbar-nav > li.active > ul {
	margin-top:0;
}

.navbar-nav > li > a:focus,.navbar-nav > li > a:hover,.navbar-nav > li.active > a,.navbar-nav > li.current_page_item > a {
	background-color:transparent;
	color:#917152;
}

.navbar-nav > li > .menu-item:before {
	position:absolute;
	bottom:35px;
	left:50%;
	left:0;
	width:0;
	height:2px;
	background:transparent;
	content:'';
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	transition:all .4s;
}

.navbar-nav > li > .menu-item:hover::before,.navbar-nav > li.active > .menu-item:before {
	background-color:#917152;
	width:100%;
}

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,ul.dropdown-menu > li.has-dropdown > a:before {
	font-family:fontawesome;
	content:"\f105";
	font-size:13px;
	position:absolute;
	right:25px;
}

.dropdown-menu {
	background-color:transparent;
	position:relative;
	width:100%;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.transparent-header .navbar {
	background-color:transparent;
	height:101px;
}

.transparent-header .navbar-nav > li.has-dropdown > a {
	color:#fff;
}

.transparent-header .navbar-nav li.has-dropdown > a:hover,.transparent-header .navbar-nav li.has-dropdown.active > a {
	color:#917152;
}

.header-light {
	background-color:#fff;
}

.header-light .navbar .logo-dark {
	display:inline-block;
}

.header-light .navbar .logo-light {
	display:none;
}

.header-light .navbar .module .module-icon i,.header-light .navbar .navbar-nav > li > a {
	color:#222;
}

.header-light .navbar .navbar-nav > li > .menu-item:hover::before,.header-light .navbar .navbar-nav > li.active > .menu-item:before {
	background-color:#222;
}

.header-fixed .affix {
	background-color:#fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.09);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.09);
	-ms-box-shadow:0 1px 3px rgba(0,0,0,0.09);
	box-shadow:0 1px 3px rgba(0,0,0,0.09);
}

.header-fixed:not(.header-light) .navbar .logo-dark {
	display:none;
}

.header-fixed .navbar.affix .logo-dark {
	display:inline-block;
}

.header-fixed .navbar.affix .logo-light {
	display:none;
}

.header-fixed .navbar.affix .module .module-icon i,.header-fixed .navbar.affix .navbar-nav > li > a {
	color:#222;
}

.header-fixed .navbar.affix .navbar-nav > li > .menu-item:hover::before,.header-fixed .navbar.affix .navbar-nav > li.active > .menu-item:before {
	background-color:#222;
}

.header-centered {
	height:255px;
}

.header-centered .navbar-collapse {
	padding-right:260px;
	padding-left:260px;
}

.header-centered .navbar {
	top:155px;
}

.header-centered .navbar.affix {
	top:0;
}

.header-centered .logo-centered {
	padding-top:50px;
	padding-bottom:25px;
}

.header-topbar {
	height:155px;
}

.header-topbar .navbar.navbar-fixed-top {
	top:75px;
}

.header-topbar .navbar.navbar-fixed-top.affix {
	top:0;
}

.header-2 .navbar-nav > li > .menu-item:before {
	bottom:35px;
}

.header-4 .navbar {
	background-color:#fff;
	top:50px;
}

.header-6 .navbar-collapse.pull-left {
	padding-left:100px;
}

.header-6 .navbar-collapse.pull-right {
	padding-right:100px;
}

.header-8 {
	height:150px;
}

.header-8 .navbar {
	padding-top:32px;
}

.header-8 + .slider {
	position:relative;
	margin-top:-150px;
}

.header-8 .logo {
	margin-top:-19px;
}

.header-centered.header-10 {
	height:165px;
}

.header-centered.header-10 .navbar-collapse {
	padding-right:0;
	padding-left:175px;
}

.header-centered.header-10 .navbar {
	top:115px;
}

.header-centered.header-10 .navbar.affix {
	top:0;
}

.header-centered.header-10 + .slider,.header-centered.header-10 + .mtop-100,.header-centered.header-10 + .page-title,.header-centered.header-10 + .slider {
	margin-top:-170px;
}

.header-10.header-centered .logo-centered {
	padding-top:80px;
	padding-bottom:40px;
	z-index:1040;
	position:fixed;
	right:0;
	left:0;
}

.header-3 .navbar-header > .logo {
	position:absolute;
	left:50%;
	margin-left:-59px;
}

.header-16 .navbar {
	top:30px;
}

.header-16 .navbar.affix {
	top:0;
}

.header-half .navbar-nav > li > .menu-item:before {
	bottom:36px;
}

.container-bordered {
	border-bottom:1px solid rgba(255,255,255,0.15);
	height:100px;
}

.header-transparent.header-light .navbar.affix {
	background-color:transparent;
}

.navbar.navbar--dark .logo-dark {
	display:inline-block!important;
}

.navbar.navbar--dark .logo-light {
	display:none;
}

.navbar.navbar--dark .module .module-icon,.navbar.navbar--dark .module .module-icon i,.navbar.navbar--dark .navbar-nav > li > a {
	color:#222;
}

.navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,.navbar.navbar--dark .navbar-nav > li.active > .menu-item:before {
	background-color:#222;
}

.header-split .logo-dark {
	display:none;
}

.header-split .logo-light {
	display:inline-block;
}

.header-split .module .module-icon i,.header-split .navbar-nav > li > a {
	color:#222;
}

.header-split .navbar-nav > li > .menu-item:hover::before,.header-split .navbar-nav > li.active > .menu-item:before {
	background-color:#222;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.header .navbar {
		margin:0 6px;
	}
	
	.header-centered .logo-centered {
		display:none!important;
	}
	
	.header-centered.header-10 {
		height:120px;
	}
	
	.header-centered.header-10 .navbar {
		top:0;
	}
	
	.header-centered .navbar-collapse {
		padding:0;
		background-color:#222;
	}
	
	.header-centered.header-10 .navbar-collapse {
		padding-left:0!important;
	}
	
	.header-3 .navbar-header > .logo {
		position:relative;
		left:0;
		margin-left:0;
	}
	
	.header-3 #navbar-collapse-2 {
		display:none;
	}
	
	.header-16 .navbar {
		top:0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-3 .navbar-header > .logo {
		position:relative;
		left:0;
		margin-left:0;
	}
	
	.header-centered .logo-centered {
		display:none!important;
	}
	
	.header-centered.header-10 {
		height:100px;
	}
	
	.header-centered.header-10 .navbar {
		top:0;
	}
	
	.header-centered .navbar-collapse {
		padding-right:0;
		padding-left:0;
	}
	
	.header-centered.header-10 .module {
		display:inline-block;
	}
	
	.header-16 .navbar {
		top:0;
		background-color:#fff;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.mega-dropdown-menu ul {
		list-style:none;
		margin-left:-10px;
	}
	
	.mega-dropdown-menu ul li a {
		line-height:28px;
		padding:0;
	}
	
	.mega-dropdown-menu ul li a i {
		margin-right:8px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.header .container {
		padding-right:0;
		padding-left:0;
	}
	
	.navbar-nav {
		margin:0;
		border-bottom:1px solid rgba(255,255,255,0.1);
	}
	
	.navbar-toggle {
		border-color:#fff;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		margin-top:35px;
	}
	
	.affix .navbar-toggle,.header-light .navbar-toggle {
		border-color:#222;
	}
	
	.navbar-toggle .icon-bar {
		background-color:#fff;
	}
	
	.affix .navbar-toggle .icon-bar,.header-light .navbar-toggle .icon-bar {
		background-color:#222;
	}
	
	.container > .navbar-header {
		margin-left:0;
		padding-right:10px;
		padding-left:10px;
	}
	
	.container .navbar-collapse,.container-bordered .navbar-collapse,.container-fluid .navbar-collapse {
		width:100%;
		background-color:#222;
		margin-right:0;
		margin-left:0;
	}
	
	.navbar-nav > li {
		height:auto!important;
		margin-right:0;
	}
	
	.navbar-nav > li.pull-left {
		float:none!important;
	}
	
	.navbar-nav li a {
		line-height:36px;
		color:#fff;
		padding-right:0;
		padding-left:10px;
		padding-top:0;
	}
	
	.navbar-nav > li > .menu-item:before {
		display:none;
	}
	
	ul ul {
		list-style:none;
	}
	
	ul.dropdown-menu li a,ul.mega-menu,ul.mega-menu li ul li a {
		background-color:transparent;
		position:relative;
		padding:0;
	}
	
	.navbar-nav > li.has-dropdown > a:after,li.dropdown-submenu > a:after {
		font-family:fontawesome;
		content:"\f105";
		font-size:13px;
		position:absolute;
		right:10px;
	}
	
	.navbar-nav > li.has-dropdown.open > a,.navbar-nav > li.has-dropdown.open > a:focus,.navbar-nav > li.has-dropdown.open > a:hover {
		background-color:transparent;
		border:none;
		border-bottom:1px solid rgba(255,255,255,0.1);
	}
	
	li.dropdown-submenu.open > ul > li > a {
		padding-left:50px!important;
	}
	
	.navbar-nav > li.has-dropdown.open > a:after,.navbar-nav > li.has-dropdown.open > a:focus:after,.navbar-nav > li.has-dropdown.open > a:hover:after,li.dropdown-submenu.open > a:after,li.dropdown-submenu.open > a:focus:after,li.dropdown-submenu.open > a:hover:after {
		font-family:fontawesome;
		content:"\f107";
		font-size:13px;
		position:absolute;
		right:10px;
	}
	
	li.dropdown-submenu > a:after,li.dropdown-submenu.open > a:focus:after,li.dropdown-submenu.open > a:hover:after {
		right:10px;
	}
	
	.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover,.mega-menu li a:focus,.mega-menu li a:hover,.nav > li > a:focus,.nav > li > a:hover {
		background-color:transparent;
	}
	
	.dropdown-menu > li > a,.mega-menu > li > a {
		color:#fff;
	}
	
	.mega-menu ul {
		list-style:none;
		padding-left:25px;
	}
	
	.mega-menu ul li {
		padding-top:5px;
	}
	
	.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover,.mega-menu li a:focus,.mega-menu li a:hover {
		color:#fff;
	}
	
	ul.mega-menu {
		list-style:none;
		display:none;
	}
	
	.dropdown-submenu.open > .mega-menu,.has-dropdown.open > .mega-menu {
		display:block;
	}
	
	.dropdown-submenu.open > .mega-menu ul {
		padding-left:50px;
	}
	
	.header-fixed .navbar.affix .module .module-icon i,.header-fixed .navbar.affix .navbar-nav > li > a {
		color:#fff;
	}
	
	.mega-dropdown-menu .container a[href='#'] {
		color:#917152;
		cursor:default;
		margin-left:10px;
		padding:0;
		font-weight:700;
		text-transform:none;
	}
	
	li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,ul.dropdown-menu > li.has-dropdown > a:before {
		display:none;
	}
	
	.navbar.navbar--dark .module .module-icon i,.navbar.navbar--dark .navbar-nav > li > a {
		color:#fff;
	}
	
	.navbar-nav:not(.nav-pos-right) {
		margin-right:0;
	}
	
	.mega-dropdown-menu li ul li a i {
		margin-right:8px;
	}
	
	.header-light .navbar .module .module-icon i,.header-light .navbar .navbar-nav > li > a {
		color:#fff;
	}
	
	.container-fluid > .navbar-collapse,.container-fluid > .navbar-header,.container > .navbar-collapse,.container > .navbar-header {
		margin-right:0;
		margin-left:0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .container {
		padding-right:0;
		padding-left:0;
	}
	
	.navbar-header {
		float:none!important;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
	}
	
	.header .navbar .logo {
		float:left;
	}
	
	.navbar-toggle {
		border-color:#fff;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		margin-top:35px;
		display:block;
	}
	
	.affix .navbar-toggle,.header-light .navbar-toggle {
		border-color:#222;
	}
	
	.navbar-toggle .icon-bar {
		background-color:#fff;
	}
	
	.affix .navbar-toggle .icon-bar,.header-light .navbar-toggle .icon-bar {
		background-color:#222;
	}
	
	.navbar-fixed-top .navbar-collapse {
		overflow:scroll!important;
	}
	
	.navbar-collapse.collapse {
		display:none!important;
	}
	
	.collapse.in {
		display:block!important;
	}
	
	.navbar-nav {
		width:100%;
		padding-right:15px;
		padding-left:15px;
	}
	
	.navbar-nav > li {
		float:none;
	}
	
	.container > .navbar-collapse {
		width:100%;
		background-color:#222;
		margin-right:0;
	}
	
	.navbar-nav > li {
		height:auto!important;
		margin-right:0;
	}
	
	.navbar-nav > li.pull-left {
		float:none!important;
	}
	
	.navbar-nav > li > a {
		line-height:36px!important;
		color:#fff!important;
		padding-right:0;
		padding-left:0;
		padding-top:0;
	}
	
	.dropdown-menu > li > a,.mega-menu a {
		padding-top:0;
	}
	
	.navbar-nav > li:after {
		display:none;
	}
	
	.navbar-nav > li.active {
		border-bottom:none;
	}
	
	.navbar-nav > li.has-dropdown > a:after,.navbar-nav > li.has-dropdown > a:after,li.dropdown-submenu > a:after {
		font-family:fontawesome;
		content:"\f105";
		font-size:13px;
		position:absolute;
		right:0;
	}
	
	.navbar-nav > li.has-dropdown.open > a,.navbar-nav > li.has-dropdown.open > a:focus,.navbar-nav > li.has-dropdown.open > a:hover {
		background-color:transparent;
		border:none;
		border-bottom:1px solid rgba(255,255,255,0.1);
	}
	
	.mega-menu > li > a,li a:hover,li.dropdown-submenu.open > a,li.open > a:focus {
		color:#fff;
	}
	
	li.dropdown-submenu.open > ul > li > a {
		padding-left:50px!important;
	}
	
	.navbar-nav > li.has-dropdown.open > a:after,.navbar-nav > li.has-dropdown.open > a:focus:after,.navbar-nav > li.has-dropdown.open > a:hover:after,li.dropdown-submenu.open > a:after,li.dropdown-submenu.open > a:focus:after,li.dropdown-submenu.open > a:hover:after {
		font-family:fontawesome;
		content:"\f107";
		font-size:13px;
		position:absolute;
		right:0;
	}
	
	li.dropdown-submenu > a:after,li.dropdown-submenu.open > a:focus:after,li.dropdown-submenu.open > a:hover:after {
		right:10px;
	}
	
	.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover,.nav > li > a:focus,.nav > li > a:hover {
		background-color:transparent;
	}
	
	.dropdown-menu > li > a,.mega-dropdown-menu .container a,.mega-menu a {
		color:#fff;
	}
	
	.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover {
		color:#fff;
	}
	
	.mega-menu ul {
		list-style:none;
		padding-left:0;
	}
	
	.mega-menu ul li {
		padding-top:5px;
	}
	
	.mega-menu ul ul {
		padding-left:0;
	}
	
	.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover,.mega-menu li a:focus,.mega-menu li a:hover {
		color:#fff;
	}
	
	ul.mega-menu {
		list-style:none;
		display:none;
	}
	
	.mega-dropdown-menu .container ul {
		list-style:none;
		padding-left:5px;
	}
	
	.mega-dropdown-menu .container ul li {
		line-height:25px;
	}
	
	.mega-dropdown-menu .container ul i {
		margin-right:5px;
	}
	
	.dropdown-submenu.open > .mega-menu,.has-dropdown.open > .mega-menu {
		display:block;
		padding-left:25px;
	}
	
	.dropdown-submenu.open > .mega-menu ul {
		padding-left:25px;
	}
	
	.navbar-nav > li > .menu-item:before,li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,ul.dropdown-menu > li.has-dropdown > a:before {
		display:none;
	}
	
	.mega-dropdown-menu .container a[href='#'] {
		color:#917152;
		cursor:default;
		margin-left:10px;
		padding:0;
		font-weight:700;
		text-transform:none;
	}
}

@media only screen and (max-width: 991px) {
	.navbar.navbar--dark .module .module-icon i,.navbar.navbar--dark .navbar-nav > li > a {
		color:#fff;
	}
	
	.container .navbar-collapse,.container-bordered .navbar-collapse,.container-fluid .navbar-collapse {
		width:100%;
		background-color:#222;
		margin-right:0;
		margin-left:0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.navbar-nav > li {
		margin-right:13px;
	}
	
	.module-reservation {
		margin-right:10px;
	}
}

@media only screen and (min-width: 992px) {
	.navbar-nav > li.has-dropdown > ul.dropdown-menu,.navbar-nav > li.has-dropdown > ul.mega-menu,li.dropdown-submenu > ul.mega-menu {
		background-color:#1b1a1a;
		-webkit-transition:all .4s ease;
		-moz-transition:all .4s ease;
		transition:all .4s ease;
		-webkit-transform:scaleY(0);
		-moz-transform:scaleY(0);
		-o-transform:scaleY(0);
		-ms-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:0 0 0;
		-ms-transform-origin:0 0 0;
		-o-transform-origin:0 0 0;
		transform-origin:0 0 0;
		opacity:0;
		position:absolute;
		left:0;
		right:auto;
		-moz-box-shadow:0 2px 3px rgba(40,40,40,0.06);
		-webkit-box-shadow:0 2px 3px rgba(40,40,40,0.06);
		box-shadow:0 2px 3px rgba(40,40,40,0.06);
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		display:block;
	}
	
	.navbar-nav > li.has-dropdown > ul.dropdown-menu {
		width:190px;
		min-width:190px;
		padding:13px 0;
	}
	
	.navbar-nav > li.has-dropdown > ul.mega-menu,li.dropdown-submenu > ul.mega-menu {
		width:385px!important;
	}
	
	li.dropdown-submenu:hover > ul.mega-menu,li.has-dropdown:hover > ul.dropdown-menu,li.has-dropdown:hover > ul.mega-menu {
		-webkit-transform:scaleY(1);
		-moz-transform:scaleY(1);
		-o-transform:scaleY(1);
		-ms-transform:scaleY(1);
		transform:scaleY(1);
		opacity:1;
		z-index:100;
		display:block;
	}
	
	ul.dropdown-menu > li,ul.mega-menu > li {
		padding-right:0;
		height:40px;
		line-height:40px;
		position:relative;
		vertical-align:top;
	}
	
	ul.mega-menu > li {
		border-right:1px solid #1e1e1e;
	}
	
	ul.mega-menu > li:last-child {
		border-right:none;
	}
	
	ul.mega-menu > li {
		width:190px!important;
		height:auto;
		overflow:hidden;
		display:inline-block;
	}
	
	ul.mega-menu > li > ul {
		width:190px;
		list-style:none;
		padding-left:0;
		position:relative!important;
		left:auto!important;
	}
	
	ul.mega-menu li ul li {
		height:40px;
		line-height:40px;
		padding:0;
	}
	
	ul.dropdown-menu li a,ul.mega-menu li ul li a {
		line-height:40px;
		color:#7f7f7f;
		padding:0;
		border-bottom:1px solid #1e1e1e;
		display:block;
		font-size:13px;
		font-weight:400;
		-o-transition:all .35s;
		-moz-transition:all .35s;
		-webkit-transition:all .35s;
		transition:all .35s;
		text-transform:none;
		margin:0 25px;
	}
	
	ul.mega-menu li ul li span {
		color:#917152;
		padding:0;
		display:block;
		font-size:13px;
		line-height:39px;
		text-transform:uppercase;
		font-weight:700;
	}
	
	ul.dropdown-menu li:last-child > a {
		border-bottom:none;
	}
	
	ul.dropdown-menu li > a:active,ul.dropdown-menu li > a:focus,ul.dropdown-menu li > a:hover,ul.mega-menu li a:active,ul.mega-menu li a:focus,ul.mega-menu li a:hover {
		background-color:transparent;
		color:#917152;
		padding:0 0 0 20px;
	}
	
	ul.dropdown-menu.left {
		left:-185px!important;
		margin-left:0!important;
	}
	
	ul.mega-menu.left {
		left:-410px!important;
	}
	
	li.dropdown-submenu > ul.mega-menu,li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
		background-color:#1b1a1a;
		padding:25px 0;
		-webkit-transition:all .4s;
		-moz-transition:all .4s;
		transition:all .4s;
		-webkit-transform:scaleY(0);
		-moz-transform:scaleY(0);
		-o-transform:scaleY(0);
		-ms-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:0 0 0;
		-ms-transform-origin:0 0 0;
		-o-transform-origin:0 0 0;
		transform-origin:0 0 0;
		opacity:0;
		display:block;
		position:absolute;
		left:100%;
		right:auto;
		top:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		margin:-1px 0 0;
		z-index:1001;
	}
	
	li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
		-webkit-transform:scaleY(1);
		-moz-transform:scaleY(1);
		transform:scaleY(1);
		opacity:1;
		z-index:1001;
		margin-top:-1px;
		margin-left:0;
		padding:13px 0;
		-moz-box-shadow:0 2px 3px rgba(40,40,40,0.1);
		-webkit-box-shadow:0 2px 3px rgba(40,40,40,0.1);
		box-shadow:0 2px 3px rgba(40,40,40,0.1);
	}
	
	li.dropdown-submenu.pull-left > ul.dropdown-menu {
		left:auto;
		right:0;
		margin-right:0;
	}
	
	li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu {
		background-color:#1b1a1a;
		float:none;
		position:absolute;
		border-radius:0;
		left:100%;
		right:auto;
		top:0;
		margin:-1px 0 0;
		z-index:1;
		padding:13px 0;
	}
	
	li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu.left {
		left:-185px!important;
	}
	
	.mega-dropdown {
		position:static!important;
	}
	
	.mega-dropdown-menu {
		padding:20px 0!important;
		width:100%!important;
		border:none!important;
		margin-top:-23px;
	}
	
	.mega-dropdown-menu .container div[class*='col-'] {
		padding-left:0;
		padding-right:0;
	}
	
	.mega-dropdown-menu li ul {
		padding:0;
		margin:0;
	}
	
	.mega-dropdown-menu li ul li {
		list-style:none;
	}
	
	.mega-dropdown-menu li ul li a {
		padding:0;
		border-bottom:none;
	}
	
	.mega-dropdown-menu li ul li a:hover {
		padding:0 0 0 12px;
	}
	
	.mega-dropdown-menu li ul li a i {
		margin-right:8px;
	}
	
	.mega-dropdown-menu .container div[class*='col-'] > a {
		border-bottom:none;
		padding-left:0;
		font-size:14px;
	}
	
	.mega-dropdown-menu .container a[href='#'] {
		color:#917152;
		cursor:default;
		font-weight:600;
	}
}

.hamburger-panel {
	background-color:#222;
}

.hamburger-panel .list-links {
	margin-bottom:0;
	padding:45px 30px;
}

.hamburger-panel .list-links a {
	font-size:14px;
	font-weight:700;
	line-height:44px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:0;
	position:relative;
	display:block;
}

.hamburger-panel .list-links a:hover {
	color:#917152;
}

.hamburger-panel .social-share {
	padding:0 30px;
	margin-bottom:49px;
}

.hamburger-panel .social-share a {
	width:32px;
	height:32px;
	line-height:32px;
	border-radius:1px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	text-align:center;
	display:inline-block;
	background-color:transparent;
	margin-right:5px;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

.hamburger-panel .social-share a:hover {
	color:#fff!important;
}

.hamburger-panel .social-share a.share-facebook:hover {
	background-color:#3B5998;
}

.hamburger-panel .social-share a.share-twitter:hover {
	background-color:#00ACEE;
}

.hamburger-panel .social-share a.share-pinterest:hover {
	background-color:#C8232C;
}

.hamburger-panel .social-share a.share-google-plus:hover {
	background-color:#DD4B39;
}

.hamburger-panel .social-share a.share-dribbble:hover {
	background-color:#EA4C89;
}

.hamburger-panel .copywright {
	text-align:center;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	color:#a5a5a5;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.hamburger-panel .list-links {
		padding:25px;
	}
	
	.hamburger-panel {
		padding:30px;
	}
	
	.hamburger-panel .list-links a {
		line-height:35px;
	}
	
	.hamburger-panel .copywright span {
		display:block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hamburger-panel .logo {
		float:none!important;
		height:50px!important;
		line-height:50px!important;
	}
	
	.hamburger-panel .list-links {
		padding:25px;
	}
}

.header-transparent + .slider {
	margin-top:-100px;
}

.slider { 
	padding-top:0;
	padding-bottom:0;
	margin:0;
	overflow:visible;
	position:relative;
}

.slider .rev_slider {
	overflow:visible!important;
}
 
.slider .slide--headline.extend {
	line-height:1.3;
}

.slider .slide--subheadline {
	color:#E0D6C7;
	font-family:'Dancing Script',cursive;
	font-size:45px;
	font-weight:400;
	line-height:normal;
	text-align: center; 
	text-transform:none;
}

.slider .slide--headline {
	color:#fff;
	font-family:'Hagin Caps Medium';
	font-size:85px;
	font-weight:400;
	line-height:100px;
	margin-bottom:20px;
	text-transform:none;
}

.slider .slide--bio {
	color:#f9f9f9;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:16px;
	font-weight:600;
	line-height:26px;
	margin-bottom:40px;
}

.slider .tp-bullet {
	height:10px;
	width:10px;
}

.slider .tparrows {
	width:25px;
	height:108px;
	background-color:transparent;
}

.slider .tparrows:hover {
	background-color:transparent;
}

.slider .tparrows:before {
	display:block;
	text-align:center;
}

.divider--slider-left {
	width:16px;
	height:10px;
	background:url(/wp-content/themes/theme/front/assets/images/sliders/arrows/left-arrow.png) center no-repeat;
	position:absolute;
	top:50%;
	left:-4px;
	margin-left:0;
	margin-top:-5px;
	z-index:999;
}

.divider--slider-right {
	width:16px;
	height:10px;
	background:url(/wp-content/themes/theme/front/assets/images/sliders/arrows/right-arrow.png) center no-repeat;
	position:absolute;
	top:50%;
	right:-4px;
	margin-right:0;
	margin-top:-5px;
	z-index:999;
}

.slider .tparrows.tp-leftarrow:before {
	content:"";
	background-image:url(/wp-content/themes/theme/front/assets/images/sliders/arrows/left-arrow-bg.png);
	width:28px;
	height:108px;
	position:relative;
	left:2px;
}

.slider .tparrows.tp-rightarrow:before {
	content:"";
	background-image:url(/wp-content/themes/theme/front/assets/images/sliders/arrows/right-arrow-bg.png);
	width:28px;
	height:108px;
	position:relative;
	right:5px;
}

.tp-bullet {
	width:10px;
	height:10px;
}

.slide-overlay-dark .slotholder:after {
	width:100%;
	height:100%;
	content:"";
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	background-color:#1b1a1a;
	opacity:.3;
}

.slide-action .btn--lg {
	width:270px;
}

.uranus .tp-bullet-inner {
	background-color:#fff!important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.slider .slide--headline {
		font-size:30px;
		line-height:1.2;
	}
	
	.slider .slide--bio {
		font-size:14px;
		line-height:1.5;
		padding:0 10px;
	}
	 
	.rs-arrows.tparrows.ares {
		display:none;
	}
	
	.slide-action .btn {
		min-width:120px;
		font-size:12px;
		width:auto;
	}
	
	.slide-action .btn.btn--lg {
		min-width:190px;
		font-size:12px;
		padding: 0 15px;
		width:auto;
	}
	
	.slider-navs .owl-controls .owl-nav [class*=owl-] {
		width:30px!important;
	}
	
	.slide-action .btn--slide-wide {
		min-width:220px;
		width:auto;
	}
	
	.slider-portfolio .slide--container {
		padding:30px 20px;
	}
	
	.slider-portfolio .slide--headline {
		font-size:25px!important;
	}
	
	.slide-action .btn.btn--icon {
		height:60px;
		font-size:30px;
		line-height:60px;
	}
	
	.hesperiden.tparrows,.slider .tparrows:before,.divider--slider-right,.divider--slider-left {
		display:none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
	.slider-navs .owl-controls .owl-nav [class*=owl-] {
		width:30px!important;
	}
	
	.slider .slide--headline {
		font-size:55px;
	}
	
	.slider-portfolio .slide--headline {
		font-size:25px!important;
	}
	
	.slider-rs8 .slide--headline {
		font-size:40px;
		line-height:55px;
	}
	
	.slider-rs8 .slide--bio {
		line-height:22px;
		font-size:12px;
	}
	
	.rs-arrows.tparrows.ares {
		display:none;
	}
	
	.divider--slider-left,.divider--slider-right {
		top:52%;
	}
}
 
.team {
	padding-bottom:80px;
}

.team-shadow .member {
	-webkit-box-shadow:0 0 18px rgba(40,40,40,0.12);
	-moz-box-shadow:0 0 18px rgba(40,40,40,0.12);
	-ms-box-shadow:0 0 18px rgba(40,40,40,0.12);
	box-shadow:0 0 18px rgba(40,40,40,0.12);
	border-radius:2px;
}

.member {
	text-align:center;
	overflow:hidden;
}

.member:hover .member-img img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

.member .member-img {
	position:relative;
	margin-bottom:0;
	overflow:hidden;
}

.member .member-img img {
	max-width:100%;
	height:auto;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
}

.member .member-overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.member .member-overlay .member-hover {
	border-radius:2px;
	background-color:rgba(34,34,34,0.9);
	width:100%;
	height:100%;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	opacity:0;
}

.member:hover .member-overlay .member-hover {
	opacity:1;
}

.member .member-hover a {
	height:42px;
	width:42px;
	line-height:42px;
	background-color:#917152;
	color:#fff;
	font-size:14px;
	font-weight:400;
	margin-right:10px;
	display:inline-block;
}

.member .member-hover a:last-child {
	margin-right:0;
}

.member .member-hover a:hover {
	color:#917152;
	background-color:#fff;
}

.member .member-desc {
	padding:15px;
	font-size:15px;
	color:#9b9b9b;
	margin-bottom:0;
}

.member .member-desc p {
	font-size:14px;
	line-height:23px;
}

.member .member-info {
	padding-top:30px;
}

.member .member-info h5 {
	color:#282828;
	font-size:17px;
	font-weight:600;
	line-height:1;
	text-transform:none;
	margin-bottom:14px;
}

.member .member-info h6 {
	color:#a5a5a5;
	font-size:13px;
	font-weight:400;
	line-height:1;
	margin-bottom:0;
}

.team-3 .member {
	text-align:center;
}

.team-3 .member .member-social {
	position:relative;
	-webkit-transform:translateY(80px);
	-moz-transform:translateY(80px);
	-o-transform:translateY(80px);
	transform:translateY(80px);
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
}

.team-3 .member .member-info {
	position:relative;
	-webkit-transform:translateY(140px);
	-moz-transform:translateY(140px);
	-o-transform:translateY(140px);
	transform:translateY(140px);
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
}

.team-3 .member .member-info h5 {
	color:#fff;
}

.team-3 .member:hover .member-overlay .member-hover .member-social {
	transform:translateY(30px);
}

.team-3 .member:hover .member-overlay .member-hover .member-info {
	transform:translateY(170px);
}

.team-4 .member .member-desc {
	padding:0;
}

.team-4 .member .member-desc p {
	padding:0 18px;
}

.team-4 .member .member-hover {
	margin-top:25px;
}

.team-4 .member .member-hover a {
	color:#333;
}

.team-4 .member .member-hover a:hover {
	color:#917152;
}

.team-4 .divider--line {
	margin-top:18px;
	margin-bottom:15px;
	width:100%;
	height:16px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-4.png) center no-repeat;
}

.team-4 .divider--line:after {
	display:none;
}

.team-4 .member .member-hover a {
	height:auto;
	width:auto;
	line-height:1;
	background-color:transparent;
	color:#333;
	font-size:14px;
	font-weight:400;
	margin-right:10px;
	display:inline-block;
}

.team-4 .member .member-hover a:hover {
	color:#917152;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
	.member {
		margin-bottom:30px;
	}
	
	.member .member-img {
		max-width:270px;
		margin-right:auto;
		margin-left:auto;
	}
}

.testimonial-1 .testimonial-panel {
	background-color:#fff;
	padding:10px;
	position:relative;
	text-align:center;
}

.testimonial-bordered {
	border:1px dashed #c69c6d;
	padding:28px;
	display:table;
}

.testimonial--content {
	display:table-cell;
	vertical-align:middle;
}

.testimonial-container {
	padding-bottom:11px;
	position:relative;
}

.testimonial-container .divider--shape-1up {
	bottom:0;
	top:auto;
}

.testimonial .testimonial-panel p {
	font-size:14px;
	font-weight:400;
	color:#a5a5a5;
	line-height:25px;
	margin-bottom:23px;
}

.testimonial--rating {
	margin-bottom:20px;
}

.testimonial--rating i {
	color:#ffc80a;
	font-size:16px;
	letter-spacing:4px;
}

.testimonial-panel .testimonial--img {
	margin-bottom:22px;
}

.testimonial-panel .testimonial--img img {
	width:54px;
	height:54px;
	line-height:54px;
	border-radius:50%;
	margin:0 auto;
	display:block;
}

.testimonial--author h4 {
	font-size:17px;
	line-height:1.3;
	color:#917152;
	font-weight:400;
	margin-bottom:0;
}

.testimonial-2 .testimonial-panel {
	background-color:#fff;
	padding:40px 33px 19px;
	position:relative;
	text-align:center;
}

.testimonial-2 .testimonial-container {
	padding-top:11px;
}

.testimonial-2 .testimonial-container .divider--shape-1down {
	top:0;
	bottom:auto;
}

.testimonial-2 .testimonial-container .divider--shape-1up {
	bottom:46px;
	top:auto;
}

.testimonial-2 .testimonial--author {
	margin-top:30px;
}

.testimonial-2 .testimonial--author h4 {
	color:#f9f9f9;
}

.testimonial-2 .testimonial-panel .testimonial--img {
	margin-bottom:0;
}

.testimonial-3 .testimonial--author h4 {
	color:#a5a5a5;
}

.testimonial-3 .testimonial-panel p {
	font-size:47px;
	font-family:'Dancing Script',cursive;
	color:#333;
	line-height:50px;
}

.testimonial-4 .testimonial--author h4 {
	color:#f9f9f9;
}

.testimonial-4 .testimonial-panel p {
	font-size:47px;
	font-family:'Dancing Script',cursive;
	line-height:50px;
}

.testimonial-5 {
	padding-top:150px;
	padding-bottom:150px;
}

.testimonial-5 .testimonial-panel .testimonial--img {
	margin-bottom:40px;
}

.testimonial-5 .testimonial-panel .testimonial--img img {
	width:inherit!important;
	border-radius:0;
	height:inherit;
}

.testimonial-5 .testimonial--author h4 {
	color:#917152;
}

.testimonial-5 .testimonial-panel p {
	font-size:44px;
	font-family:'Dancing Script',cursive;
	font-weight:400;
	color:#fff;
	line-height:39px;
	margin-bottom:23px;
}

.testimonial-5 .testimonial--quote img {
	width:40px;
	height:26px;
	margin:0 auto;
	display:block;
	margin-bottom:50px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.testimonial-5 {
		padding-top:100px;
		padding-bottom:100px;
	}
	
	.testimonial-5 .testimonial-panel p {
		font-size:30px;
	}
}

.portfolio-filter {
	text-align:center;
	margin-bottom:36px;
}

.portfolio-filter li a {
	color:#333;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:16px;
	font-weight:600;
	line-height:1;
	margin-right:25px;
	text-transform:none;
	letter-spacing:.44px;
	padding-bottom:10px;
	position:relative;
}

.portfolio-filter li a:after {
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	height:2px;
	background-color:#917152;
	width:0;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}

.portfolio-filter li:last-child a {
	margin-right:0;
}

.portfolio-filter li a.active-filter,.portfolio-filter li a:hover {
	color:#917152;
}

.portfolio-filter li a.active-filter::after,.portfolio-filter li a:hover::after {
	width:100%;
}

.portfolio-item .portfolio--img {
	position:relative;
	padding:5px;
	text-align:center;
}

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

.portfolio-item .portfolio--hover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:25px;
}

.portfolio-item .portfolio--hover .portfolio--action {
	width:100%;
	height:100%;
	background-color:rgba(145,113,82,0.7);
	text-align:center;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}

.portfolio-item:hover .portfolio--hover .portfolio--action {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

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

.portfolio--zoom {
	margin-bottom:30px;
}

.portfolio--zoom a {
	display:inline-block;
	position:relative;
	width:20px;
	height:20px;
}

.portfolio--zoom a:before {
	position:absolute;
	content:"";
	left:0;
	top:10px;
	width:20px;
	height:1px;
	background-color:#fff;
}

.portfolio--zoom a:after {
	position:absolute;
	content:"";
	left:10px;
	top:0;
	width:1px;
	height:20px;
	background-color:#fff;
}
 
.feature-panel {
	position:relative;
	margin-bottom:50px;
}

.feature-panel .feature--icon {
	margin-bottom:23px;
}

.feature-panel .feature--content h3 {
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:28px;
	font-weight:400;
	line-height:1;
	margin-bottom:19px;
	text-transform:none;
}

.feature-panel .feature--content p {
	font-size:14px;
	font-weight:400;
	line-height:23px;
	margin-bottom:0;
}

.feature-left .feature-panel .feature--icon {
	position:absolute;
	left:0;
	top:0;
	margin-bottom:0;
}

.feature-left .feature-panel .feature--content {
	padding-left:88px;
}

.feature-left .feature-panel .feature--content h3 {
	font-size:23px;
}

.feature-left .feature-panel .feature--content p {
	font-size:14px;
	line-height:23px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.feature-panel {
		margin-bottom:40px;
	}
	
	.feature-panel .feature--icon {
		margin-bottom:10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.feature-panel {
		max-width:390px;
		margin:0 auto 40px;
	}
}

.cta h3 {
	color:#fff;
	font-size:44px;
	font-family:'Dancing Script',cursive;
	font-weight:400;
	margin-bottom:30px;
}

.counter .count-box .counting {
	font-family:'Hagin Caps Medium';
	color:#fff;
	font-size:70px;
	font-weight:400;
	line-height:1;
	margin-bottom:16px;
	position:relative;
}

.counter .count-box .count-title {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#f9f9f9;
	font-size:16px;
	font-weight:600;
	line-height:1;
	text-transform:none;
}

.counter-2 {
	padding:130px 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.count-box {
		padding:10px 0;
	}
	
	.counter .count-box .counting {
		font-size:40px;
	}
	
	.counter .count-box .count-title {
		font-size:14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.counter .count-box .counting {
		font-size:60px;
	}
}

.pricing-panel {
	border:1px solid #eee;
	background-color:#fff;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	margin-top:20px;
	padding:30px;
}

.pricing .pricing--heading {
	background-color:#917152;
	padding:70px 35px;
	position:relative;
}

.pricing .pricing--heading h5 {
	font-weight:400;
	font-size:20px;
	margin-bottom:50px;
}

.pricing .pricing--heading p {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#fff;
	font-size:70px;
	font-weight:600;
	line-height:1;
	margin-bottom:15px;
}

.pricing .pricing--heading span.currency {
	font-size:28px;
}

.pricing .pricing--heading span.time {
	font-size:13px;
	color:#fff;
}

.pricing .pricing--heading .pricing--desc {
	color:#f9f9f9;
	font-size:13px;
	line-height:21px;
}

.pricing--body {
	padding:30px 0;
}

.pricing--body .list-group {
	margin:0;
	border:1px dashed #c69c6d;
}

.pricing--body .list-group li.list-group-item {
	font-size:14px;
	font-weight:400;
	line-height:40px;
	border:none;
	background-color:transparent;
	padding:0;
}

.pricing--body .list-group li.list-group-item:last-child {
	border-bottom:none;
	padding-bottom:0;
}

.pricing-body .list-group li.list-group-item:first-child {
	padding-top:0;
}

.pricing .panel-footer {
	background-color:#fff;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	padding:0;
}

.pricing .panel-footer .btn {
	margin-bottom:0;
}

.pricing-2 .pricing-panel {
	padding:0;
	margin-bottom:30px;
}

.pricing-2 .pricing--body {
	padding:30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pricing .panel-body {
		padding-top:50px;
		padding-bottom:50px;
		line-height:30px;
	}
	
	.pricing .panel-body h4 {
		font-size:70px;
	}
	
	.pricing .list-group {
		padding:25px;
	}
	
	.pricing .panel-footer {
		padding:0 25px 25px;
	}
	
	.pricing .panel-footer .btn {
		font-size:11px;
		padding:0 16px;
	}
	
	.pricing .panel-footer .btn i {
		margin-left:5px;
	}
}

.blog-entry {
	background-color:#fff;
	margin-bottom:60px;
}

.blog-entry .entry--img {
	overflow:hidden;
}

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

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

.blog-entry .entry--meta {
	color:#616161;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:11px;
	font-weight:600;
	text-transform:none;
	line-height:1;
	margin-bottom:5px;
}

.blog-entry .entry--meta span {
	padding:0 5px;
}

.blog-entry .entry--meta span:first-of-type {
	padding-left:0;
}

.blog-entry .entry--meta .entry--cat a {
	color:#917152;
}

.blog-entry .entry--title {
	margin-bottom:20px;
}

.blog-entry .entry--title h4 {
	font-size:20px;
	line-height:28px;
	margin-bottom:0;
}

.blog-entry .entry--title h4 a {
	color:#222;
}

.blog-entry .entry--title h4 a:hover {
	color:#917152;
}

.blog-entry .entry--bio {
	font-size:14px;
	font-weight:400;
	line-height:23px;
}

.blog-entry .entry--date {
	color:#686868;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:12px;
	font-weight:500;
	line-height:1;
}

.blog-standard .blog-entry .entry--content {
	position:relative;
}

.blog-standard .blog-entry .entry--meta {
	line-height:1;
	margin-bottom:10px;
}

.blog-standard .blog-entry .entry--bio {
	border-bottom:none;
	padding-bottom:0;
}

.blog-carousel .blog-entry {
	margin-bottom:0;
}

.blog-single .col-md-10 {
	padding-right:50px;
	padding-left:50px;
}

.blog-single .blog-entry {
	margin-bottom:40px;
}

.blog-single .blog-entry .entry--img img {
	-webkit-transform:none;
	-moz-transform:none;
	transform:none;
}

.blog-single .blog-entry .entry--content {
	position:relative;
}

.blog-single .blog-entry .entry--meta {
	line-height:1;
	margin-bottom:9px;
}

.blog-single .blog-entry .entry--title h4 {
	font-size:20px;
	font-weight:700;
	color:#333;
}

.blog-single .blog-entry .entry--bio {
	padding-bottom:0;
	border-bottom:1px solid #d9d9d9;
}

.entry--share .share--title {
	color:#222;
	font-size:13px;
	font-weight:700;
	line-height:1;
	text-transform:uppercase;
	margin-bottom:0;
	margin-right:16px;
}

.entry--share a {
	color:#5d5d5d;
	font-size:14px;
	font-weight:400;
	margin-right:22px;
	line-height:1;
}

.entry--share a:last-child {
	margin-right:0;
}

.entry--share a:hover {
	color:#917152;
}

.entry-prev-next {
	position:relative;
	-moz-box-shadow:0 0 20px rgba(40,40,40,0.12);
	-webkit-box-shadow:0 0 20px rgba(40,40,40,0.12);
	box-shadow:0 0 20px rgba(40,40,40,0.12);
	border-radius:2px;
	background-color:#fff;
	padding:40px;
	margin-bottom:40px;
	min-height:140px;
}

.entry-prev-next:after {
	position:absolute;
	width:2px;
	height:48px;
	content:"";
	background-color:#d9d9d9;
	left:50%;
	top:46px;
}

.entry-next,.entry-prev {
	width:50%;
	float:left;
}

.entry-prev-next .entry-prev {
	padding-right:15px;
}

.entry-prev-next .entry-next {
	padding-left:15px;
	text-align:right;
}

.entry-next-content,.entry-prev-content {
	position:relative;
}

.entry-prev-next .entry-prev img {
	position:absolute;
	left:0;
	top:0;
}

.entry-prev-next .entry-next img {
	position:absolute;
	right:0;
	top:0;
}

.entry-prev-next .entry-prev .entry-desc {
	position:relative;
	margin-left:65px;
}

.entry-prev-next .entry-next .entry-desc {
	position:relative;
	margin-right:65px;
}

.entry-prev-next a {
	font-size:14px;
	font-weight:700;
	color:#333;
	margin-top:13px;
}

.entry-prev-next p {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#686868;
	font-size:11px;
	font-weight:600;
	line-height:1;
	text-transform:none;
	margin-bottom:10px;
}

.entry--share {
	padding:30px 0;
	border-bottom:2px solid #d9d9d9;
}

.entry-widget {
	background-color:#fff;
	margin-bottom:40px;
	border-bottom:2px solid #d9d9d9;
	padding-bottom:30px;
}

.entry-widget .entry-widget-title {
	position:relative;
	margin-bottom:30px;
}

.entry-widget .entry-widget-title:after {
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	width:30px;
	height:2px;
	background-color:#222;
}

.entry-widget .entry-widget-title h4 {
	font-size:16px;
	font-weight:600;
	line-height:1;
	text-transform:none;
	margin-bottom:0;
	padding-bottom:10px;
}

.entry-widget .entry-widget-content {
	position:relative;
}

.entry-bio img {
	position:absolute;
	left:0;
	top:0;
}

.entry-bio .entry-bio-desc {
	padding-left:120px;
}

.entry-bio .entry-bio-desc p {
	font-size:14px;
	font-weight:400;
	line-height:24px;
	margin-bottom:8px;
}

.entry-bio .entry-bio-desc a {
	color:#5d5d5d;
	font-size:15px;
	font-weight:400;
	line-height:1;
	margin-right:25px;
}

.entry-bio .entry-bio-desc a:last-child {
	margin-right:0;
}

.entry-bio .entry-bio-desc a:hover,.entry-meta a:hover,.entry-next:hover a,.entry-prev:hover a,.entry-related .entry:hover .entry-title h5,.entry-share a:hover {
	color:#917152;
}

.entry-related .entry--img {
	margin-bottom:20px;
}

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

.entry-related .entry-title {
	margin-left:0;
}

.entry-related .entry--title h5 {
	font-size:16px;
	font-weight:600;
	line-height:25px;
	margin-bottom:10px;
}

.entry-related .entry--title a {
	color:#222;
}

.entry-related .entry--title a:hover {
	color:#917152;
}

.entry-related .entry--meta {
	color:#616161;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:1;
}

ul.comments-list {
	width:100%;
	list-style:none;
	overflow:hidden;
	padding-left:0;
	margin-bottom:0;
}

ul.comments-list li {
	position:relative;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:20px;
	margin-bottom:30px;
}

ul.comments-list li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

ul.comments-list .comment-body .avatar {
	position:absolute;
	left:0;
	top:0;
}

ul.comments-list .comment-body .comment {
	padding-left:90px;
}

ul.comments-list .comment-body .comment h6 {
	font-size:14px;
	font-weight:700;
	font-family:'Hagin Caps Medium',sans-serif;
	text-transform:none;
	margin-bottom:0;
	color:#333;
	line-height:27px;
}

ul.comments-list .comment-body .comment .date {
	color:#616161;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:12px;
	font-weight:600;
	line-height:24px;
	text-transform:uppercase;
}

ul.comments-list .comment-body .comment p {
	font-size:14px;
	font-weight:400;
	line-height:24px;
	margin-bottom:0;
}

ul.comments-list .comment-body .comment a.reply {
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.26px;
	color:#917152;
	line-height:1;
	margin-top:16px;
	display:inline-block;
}

ul.comments-list .comment a.reply:hover {
	color:#222;
}

ul.comments-list ul.comment-children {
	list-style:none;
	margin:20px 0 0 90px;
	padding-top:30px;
	padding-left:0;
	border-top:2px solid #eee;
}

ul.comments-list ul.comment-children .comment-body .comment {
	padding-left:90px;
}

ul.comments-list ul.comment-children li:last-child {
	margin-bottom:0;
	padding-bottom:0;
}

ul.comments-list ul.comment-children ul .comment-body .comment {
	padding-left:90px;
}

.entry-widget.comments-form .entry-widget-title h4 {
	margin-bottom:60px;
}

.comments-form .form-control {
	margin-bottom:30px;
}

.entry-add-comment {
	padding-bottom:0;
	border-bottom:none;
}

.blog-carousel .carousel-dots .owl-controls {
	margin-top:18px;
}

.blog-carousel .owl-item {
	padding:0 15px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	ul.comments-list ul.comment-children {
		margin:20px 0 0;
	}
	
	.blog-entry {
		padding:0;
	}
	
	.blog-single .blog-entry .entry--title h4 {
		font-size:17px;
		line-height:1.2;
	}
	
	.entry--share .text-right {
		text-align:left;
	}
	
	.entry-next,.entry-prev {
		width:100%;
		float:none;
		margin-bottom:0;
	}
	
	.entry-next {
		margin-bottom:0;
	}
	
	.entry-prev {
		margin-bottom:30px;
	}
	
	.entry-prev-next {
		padding:10px;
	}
	
	.entry-prev-next:after {
		display:none;
	}
	
	.entry-prev-next a {
		font-size:13px;
	}
	
	.entry-prev-next .entry-prev {
		padding-right:0;
	}
	
	.entry-widget {
		padding:20px;
	}
	
	.entry-bio .entry-bio-desc p,.entry-bio img {
		position:relative;
		margin-bottom:15px;
	}
	
	.entry-bio .entry-bio-desc {
		padding-left:0;
	}
	
	.entry-related .entry {
		margin-bottom:30px;
	}
	
	.entry-related .entry:last-of-type {
		margin-bottom:0;
	}
	
	.blog-standard .blog-entry .entry--title h4 {
		font-size:18px;
		line-height:1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.entry-related img {
		width:100%;
	}
	
	.blog-standard .blog-entry .entry--title h4 {
		font-size:20px;
		line-height:1.2;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.entry-related img {
		width:100%;
	}
}

.cart-table {
	margin-bottom:50px;
}

.cart-table .table {
	background-color:#fff;
	border:1px solid #eee;
	border-radius:0;
	margin-bottom:0;
	-webkit-box-shadow:0 0 20px rgba(40,40,40,0.12);
	-moz-box-shadow:0 0 20px rgba(40,40,40,0.12);
	box-shadow:0 0 20px rgba(40,40,40,0.12);
}

.cart-table thead {
	background-color:#f9f9f9;
}

.cart-table thead tr th {
	font-size:14px;
	font-weight:600;
	text-align:center;
	text-transform:none;
	color:#282828;
	line-height:55px!important;
	border-bottom-width:0!important;
	border:1px solid #eee;
	padding:0;
}

.cart-table tbody tr td {
	padding:20px;
	border-color:#eee;
}

.cart-table tbody tr td.cart-product-price,.cart-table tbody tr td.cart-product-total {
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:15px;
	font-weight:600;
	line-height:26px;
	color:#917152;
}

.cart-table tbody tr td.cart-product-quantity .product-quantity {
	line-height:1px;
}

td.cart-product-quantity .product-quantity input {
	width:30px;
	height:25px;
	border:1px solid #eee;
	border-radius:2px;
	text-align:center;
	color:#222;
	font-size:14px;
	font-weight:400;
	line-height:25px;
	margin-right:5px;
}

td.cart-product-quantity .product-quantity i {
	width:25px;
	height:25px;
	line-height:25px;
	border:1px solid #eee;
	border-radius:1px;
	color:#917152;
	margin-right:5px;
	font-size:10px;
}

.cart-table tbody tr td.cart-product-price,.cart-table tbody tr td.cart-product-total,td.cart-product-quantity {
	text-align:center;
}

.cart-table .cart-product-action td {
	padding:30px 20px;
}

.cart-table .cart-product-action form {
	margin-bottom:0;
}

.cart-table .cart-product-action .form-control {
	color:#9b9b9b;
	font-size:12px;
	font-weight:400;
	padding:0 15px;
	width:250px;
	height:42px;
	line-height:25px;
	margin-bottom:0;
	background-color:transparent;
	border:1px solid #eee;
	border-radius:0;
	font-style:italic;
	text-transform:none;
}

.cart-table .cart-product-action .btn {
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
	margin-left:10px;
	line-height:39px;
	height:42px;
	width:auto;
	text-align:center;
	padding-right:16px;
	padding-left:16px;
	letter-spacing:.26px;
}

.cart-product-img {
	float:left;
	padding-right:20px;
}

.cart-product-name h6 {
	color:#282828;
	font-size:14px;
	font-weight:600;
	line-height:27px;
	text-transform:none;
}

.cart-product-remove {
	float:right;
	width:19px;
	height:19px;
	line-height:19px;
	font-size:7px;
	background-color:#000;
	border-radius:1px;
	color:#fff;
	text-align:center;
	cursor:pointer;
}

.cart-product-remove:hover {
	background-color:#917152;
}

.cart-shiping,.cart-total-amount {
	background-color:#fff;
	border:1px solid #eee;
	border-radius:1px;
	padding:30px 20px;
}

.cart-shiping h6,.cart-total-amount h6 {
	color:#282828;
	font-size:18px;
	font-weight:600;
	margin-bottom:25px;
	position:relative;
}

.cart-total-amount ul li {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#917152;
	font-size:13px;
	font-weight:600;
	line-height:36px;
	text-transform:none;
}

.cart-total-amount ul li span {
	color:#959595;
	font-size:13px;
	font-weight:400;
	line-height:36px;
}

.cart-shiping .form-control {
	background-color:transparent;
	border:1px solid #eee;
	font-size:14px;
	color:#959595;
	font-weight:400;
	padding:0 15px;
	height:42px;
	line-height:42px;
	margin-bottom:20px;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none;
}

.cart-shiping .form-control::-webkit-input-placeholder {
	color:#959595;
}

.cart-shiping .form-control:-moz-placeholder {
	color:#959595;
}

.cart-shiping .form-control::-moz-placeholder {
	color:#959595;
}

.cart-shiping .form-control:-ms-input-placeholder {
	color:#959595;
}

.cart-shiping .col-xs-12 {
	position:relative;
}

.cart-shiping i {
	position:absolute;
	font-size:13px;
	right:25px;
	top:12px;
	z-index:1;
	pointer-events:none;
	cursor:pointer;
	color:#b8b8b8;
}

.cart-shiping .btn {
	line-height:39px;
	height:42px;
	font-size:13px;
	width:auto;
	padding:0 17px;
	font-weight:700;
	text-transform:uppercase;
}

.cart-shiping .btn:hover {
	color:#fff;
	background:#222;
}

.shop-filter {
	text-align:center;
	margin-bottom:36px;
}

.shop-filter li {
	padding-right:0;
	padding-left:0;
}

.shop-filter li a {
	color:#333;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:16px;
	font-weight:600;
	line-height:1;
	margin-right:25px;
	text-transform:none;
	letter-spacing:.44px;
	padding-bottom:10px;
	position:relative;
}

.shop-filter li a:after {
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	height:2px;
	background-color:#917152;
	width:0;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}

.shop-filter li:last-child a {
	margin-right:0;
}

.shop-filter li a.active-filter,.shop-filter li a:hover {
	color:#917152;
}

.shop-filter li a.active-filter::after,.shop-filter li a:hover::after {
	width:100%;
}

.product-item {
	background-color:#fff;
	margin-bottom:20px;
	text-align:center;
}

.product-item .product--img {
	position:relative;
	margin-bottom:0;
}

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

.product-item .product--img .product--hover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(34,34,34,0.95);
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}

.product-item .product--img .product--hover .product--action {
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	padding:0 40px;
	margin-top:-25px;
}

.product-item .product--img .product--hover .product--action a {
	width:100%;
	height:100%;
	background-color:#917152;
	text-align:center;
	color:#fff;
	border:1px solid #917152;
	font-size:13px;
	font-weight:600;
	line-height:51px;
	letter-spacing:.26px;
	text-transform:uppercase;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all .35s .2s;
	-moz-transition:all .35s .2s;
	-o-transition:all .35s .2s;
	transition:all .35s .2s;
	display:block;
	border-radius:0;
}

.product-item .product--img .product--hover .product--action a:hover {
	background-color:#fff;
	color:#917152;
	border-color:#fff;
}

.product-item .product--content {
	padding:30px 0;
}

.product-item .product--content .product--cat {
	font-family:'Dancing Script',cursive;
	font-size:13px;
	font-style:italic;
	line-height:1;
	margin-bottom:12px;
}

.product-item .product--content .product--cat a {
	color:#3d3c3c;
}

.product-item .product--content .product--cat a:hover {
	color:#917152;
}

.product-item .product--content .product--type {
	font-size:11px;
	font-weight:600;
	line-height:26px;
	letter-spacing:.22px;
	margin-bottom:10px;
}

.product-item .product--content .product--title h3 {
	font-size:17px;
	font-weight:600;
	line-height:1;
	margin-bottom:17px;
}

.product--content .product--title a {
	color:#282828;
	margin-bottom:10px;
	display:block;
}

.product--content .product--title a:hover {
	color:#917152;
}

.product--content .product--price {
	color:#917152;
	font-size:16px;
	font-weight:600;
	font-family:'Hagin Caps Medium',sans-serif;
	line-height:1;
}

.product--img:hover .product--hover {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.product--img:hover .product--hover .product--action a {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.shop-options {
	padding:20px;
	background-color:#fff;
	margin-bottom:30px;
	height:70px;
	border:2px solid #eee;
}

.shop-options .product-options2 span,.shop-options .product-view-mode span {
	color:#222;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	margin-right:10px;
	text-transform:none;
}

.shop-options .product-options2 .product-sort {
	position:relative;
	margin-right:30px;
}

.shop-options .product-options2 .product-sort i {
	position:absolute;
	font-size:14px;
	right:10px;
	top:10px;
	z-index:1;
	pointer-events:none;
	cursor:pointer;
	color:#9b9b9b;
}

.shop-options .product-options2 select {
	height:30px;
	line-height:30px;
	width:134px;
	border:1px solid #eee;
	background-color:rgba(246,246,247,0);
	border-radius:1px;
	color:#9b9b9b;
	font-size:12px;
	font-weight:400;
	padding-left:10px;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

.shop-options .product-view-mode {
	line-height:30px;
}

.shop-options .product-view-mode a i {
	background-color:transparent;
	border:1px solid #eee;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color:#9b9b9b;
	font-size:14px;
	font-weight:400;
	margin-left:10px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
}

.shop-options .product-view-mode a:first-of-type i {
	margin-left:0;
}

.shop-options .product-view-mode a.active i,.shop-options .product-view-mode a:hover i {
	color:#917152;
}

.product-list {
	width:100%;
	text-align:left;
	min-height:340px;
	margin-bottom:0;
}

.product-list .product--img {
	float:left;
	width:33%;
}

.product-list .product--content {
	padding-left:300px;
}

.shop-product .product-title h3 {
	font-size:20px;
	font-weight:600;
	line-height:27px;
	text-transform:none;
	margin-bottom:15px;
}

.shop-product .product-price {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#917152;
	font-size:16px;
	font-weight:600;
	line-height:1;
	margin-bottom:25px;
}

.shop-product .product-rating {
	margin-right:30px;
}

.shop-product .product-rating i {
	color:#917152;
	font-size:15px;
	font-weight:400;
	line-height:1;
}

.shop-product .product-review span {
	color:#9b9b9b;
	font-size:13px;
	line-height:1;
	font-weight:400;
}

.shop-product .product-review span a {
	color:#9b9b9b;
}

.shop-product .product-review span a:hover {
	color:#917152;
}

.shop-product .product-desc p {
	color:#959595;
	font-size:13px;
	line-height:22px;
	margin-bottom:25px;
}

.shop-product hr {
	opacity:.7;
	border-top:1px solid rgba(229,228,228,0.7);
	margin-top:0;
	margin-bottom:30px;
}

.shop-product .product-details h5 {
	color:#333;
	font-size:18px;
	font-weight:600;
	line-height:1;
	margin-bottom:20px;
	position:relative;
}

.shop-product .product-details ul li {
	line-height:26px;
	color:#917152;
	font-size:13px;
	font-weight:400;
	text-transform:none;
}

.shop-product .product-details ul li span {
	color:#9b9b9b;
	font-size:13px;
	font-weight:400;
}

.shop-product .product-quantity {
	line-height:49px;
}

.shop-product .product-quantity .qua {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#333;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	margin-right:10px;
}

.shop-product .product-quantity a i {
	width:25px;
	height:25px;
	font-size:10px;
	line-height:25px;
	border:1px solid #eee;
	border-radius:1px;
	color:#917152;
	text-align:center;
}

.shop-product .product-quantity input {
	width:30px;
	height:25px;
	border:1px solid #eee;
	border-radius:1px;
	color:#222;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	text-align:center;
	background-color:transparent;
}

.shop-product .product-cta {
	padding-bottom:30px;
}

.shop-product .product-cta .btn {
	margin-left:20px;
	width:134px;
	height:42px;
	line-height:41px;
}

.shop-product .product-share {
	margin-bottom:70px;
}

.shop-product .product-share h5 {
	color:#333;
	font-size:18px;
	font-weight:600;
	line-height:1;
	margin-bottom:20px;
	position:relative;
	text-transform:none;
}

.shop-product .product-share a {
	width:34px;
	height:34px;
	line-height:34px;
	border-radius:1px 2px 2px 1px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	text-align:center;
	display:inline-block;
	background-color:#917152;
	margin-right:3px;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

.shop-product .product-share a {
	background-color:#917152;
}

.shop-product .product-share a.share-facebook:hover {
	background-color:#3B5998;
}

.shop-product .product-share a.share-twitter:hover {
	background-color:#00ACEE;
}

.shop-product .product-share a.share-google-plus:hover {
	background-color:#DD4B39;
}

.shop-product .product-share a.share-linkedin:hover {
	background-color:#0E76A8;
}

.product-tabs {
	background-color:#fff;
	border:1px solid #eee;
	border-radius:1px;
	color:#9b9b9b;
	font-size:13px;
	font-weight:500;
	line-height:22px;
	font-style:italic;
	margin-bottom:50px;
}

.product-tabs .nav-tabs {
	background-color:#f9f9f9;
}

.product-tabs .nav-tabs > li {
	margin-bottom:-1px;
}

.product-tabs .nav-tabs > li > a {
	color:#282828!important;
	font-size:15px;
	font-weight:600;
	font-family:'Hagin Caps Medium',sans-serif;
	text-transform:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	padding:0 20px;
	border-right:1px solid #eee;
	margin-right:0;
	line-height:60px;
	height:60px;
}

.product-tabs .nav-tabs > li:last-child > a {
	border-right:none;
}

.product-tabs .nav-tabs > li > a:focus,.product-tabs .nav-tabs > li > a:hover {
	background-color:transparent;
	border-left-color:transparent;
	border-top-color:transparent;
	border-bottom-color:transparent;
	color:#917152!important;
}

.product-tabs .nav-tabs > li.active > a,.product-tabs .nav-tabs > li.active > a:focus,.product-tabs .nav-tabs > li.active > a:hover {
	color:#917152!important;
	border:none;
	border-right:1px solid #eee;
	background-color:#fff;
}

.product-tabs .tab-content {
	padding:20px;
}

.product-tabs .tab-content h5 {
	font-size:13px;
}

.product-review li {
	background-color:#f9f9f9;
	padding:20px;
	margin-bottom:30px;
}

.product-review li h6 {
	margin-bottom:0;
	text-transform:uppercase;
	font-size:13px;
}

.product-review li .review-date {
	margin-bottom:0;
}

.product-review li .product-rating {
	color:#917152;
	margin-bottom:10px;
}

.product-review li .product-comment p {
	margin-bottom:0;
}

.form-review .form-control {
	margin-bottom:30px;
}

.shop-product .product-related-title h5 {
	color:#333;
	font-size:18px;
	font-weight:600;
	line-height:1;
	position:relative;
	text-transform:none;
}

.product-num h2 {
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:15px;
	font-weight:700;
	line-height:35px;
	text-transform:none;
	color:#222;
	margin-bottom:0;
}

.product-options {
	margin-bottom:50px;
}

.product-options .product-select {
	position:relative;
}

.product-options .product-select i {
	position:absolute;
	font-size:14px;
	right:25px;
	top:12px;
	z-index:1;
	pointer-events:none;
	cursor:pointer;
	color:#9b9b9b;
}

.product-options select {
	width:230px;
	height:35px;
	border:1px solid #eee;
	border-radius:1px;
	color:#9b9b9b;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:35px;
	padding-left:10px;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

.shop-item .shop--img {
	position:relative;
}

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

.shop-item .shop--hover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.shop-item .shop--hover .shop--action {
	width:100%;
	height:100%;
	background-color:rgba(40,40,40,0.95);
	text-align:center;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}

.shop-item:hover .shop--hover .shop--action {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.shop-item .shop--price {
	color:#9b9b9b;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:22px;
	font-weight:700;
	line-height:1;
	margin-bottom:30px;
}

.shop-item .shop--title h4 {
	color:#fff;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:24px;
	font-weight:700;
	line-height:1;
	margin-bottom:35px;
	text-transform:none;
}

.shop-item .shop--title h4 a {
	color:#fff;
}

.shop-item .shop--title h4 a:hover {
	color:#917152;
}

.shop-item .shop--cat .btn:hover {
	background-color:#fff;
	color:#917152;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.shop-filter li {
		margin-bottom:25px;
	}
}

.contact .contact--desc {
	margin-bottom:40px;
}

.contact .contact--desc p {
	color:#a5a5a5;
	font-size:14px;
	font-weight:400;
	margin-bottom:0;
}

.contact--info + .contact--info {
	margin-top:40px;
}

.contact--info h3 {
	font-size:17px;
	font-weight:600;
	line-height: 1.5;
	margin-bottom:10px;
}

.contact--info p {
	font-size:14px;
	font-weight:400; 
	line-height: 1.5;
}

.contact--info p:last-of-type {
	margin-bottom:6px;
}

.contact--info a {
	cursor:pointer;
	color:#917152;
	font-size:14px;
	font-weight:700;
	line-height:1;
	text-transform:;
	position:relative;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.contact--info a:hover {
	color:#222;
}

.contact--info .social-icons a {
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	background-color:#1c1c1c;
	color:#fff;
	display:inline-block;
	margin-right:10px;
}

.contact--info .social-icons a i {
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}

.contact--info .social-icons a:hover {
	color:#fff;
	background-color:#917152;
}

.contact--info .social-icons a:hover i {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
	.contact--info {
		margin-bottom:20px;
	}
}

.sidebar {
	-moz-box-shadow:0 2px 3px rgba(40,40,40,0.16);
	-webkit-box-shadow:0 2px 3px rgba(40,40,40,0.16);
	box-shadow:0 2px 3px rgba(40,40,40,0.16);
	border-radius:2px;
	background-color:#fff;
	padding:50px;
}

.widget {
	margin-bottom:30px;
}

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

.widget .widget--title {
	position:relative;
	margin-bottom:20px;
}

.widget .widget--title h5 {
	font-size:16px;
	font-weight:600;
	line-height:1;
	text-transform:none;
	margin-bottom:0;
	position:relative;
	padding-bottom:10px;
}

.widget .widget--title:after {
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:30px;
	height:2px;
	background-color:#222;
}

.widget-categories ul li {
	border-bottom:1px solid #eee;
}

.widget-categories ul li:last-child {
	border-bottom:none;
}

.widget-categories ul li a {
	color:#333;
	font-size:13px;
	font-weight:600;
	line-height:40px;
	position:relative;
	display:block;
}

.widget-categories ul li a:after {
	position:absolute;
	top:0;
	right:0;
	content:"\f178";
	color:#333;
	font-family:fontawesome;
	font-size:11px;
	font-weight:400;
	line-height:40px;
}

.widget-categories ul li a:hover,.widget-categories ul li a:hover:after {
	color:#917152;
}

.widget-categories ul li a span {
	margin-left:5px;
	color:#917152;
}

.widget-tags ul {
	margin-bottom:0;
	margin-left:0;
}

.widget-tags ul li {
	padding-left:0;
	padding-right:0;
}

.widget-tags a {
	display:inline-block;
	border:1px solid #ececec;
	background-color:transparent;
	color:#a5a5a5;
	font-size:13px;
	font-weight:400;
	line-height:1;
	margin-right:7px;
	margin-bottom:10px;
	text-transform:none;
	padding:9px 10px;
}

.widget-tags a:hover {
	background-color:#917152;
	color:#fff;
	border-color:#917152;
}

.widget-recent-posts .entry {
	position:relative;
	margin-bottom:24px;
	min-height:50px;
	border-bottom:1px dashed #d8d8d8;
}

.widget-recent-posts .entry:last-of-type {
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}

.widget-recent-posts img {
	position:absolute;
	left:0;
	top:0;
	width:49px;
	height:49px;
	text-align:center;
}

.widget-recent-posts .entry .entry-desc {
	position:relative;
	margin-left:60px;
	padding-bottom:10px;
}

.widget-recent-posts .entry:last-of-type .entry-desc {
	border-bottom:none;
	padding-bottom:0;
}

.widget-recent-posts .entry .entry-title {
	margin-bottom:5px;
}

.widget-recent-posts .entry .entry-title a {
	color:#333;
	font-size:14px;
	font-weight:700;
	line-height:1;
	text-transform:none;
}

.widget-recent-posts .entry .entry-title a:hover {
	color:#917152;
}

.widget-recent-posts .entry .entry-desc .entry-meta {
	line-height:1;
	margin-bottom:12px;
}

.widget-recent-posts .entry .entry-desc .entry-meta a {
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:12px;
	font-weight:500;
	line-height:1;
	color:#686868;
	text-transform:uppercase;
	letter-spacing:.22px;
}

.widget-search .form-search {
	border:1px solid rgba(34,34,34,0.07);
	background-color:rgba(255,255,255,0);
}

.widget-search .form-search .form-control {
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#9e9e9e;
	font-size:13px;
	font-weight:400;
	line-height:49px;
	height:49px;
	text-transform:none;
	padding-left:15px;
}

.widget-search .form-search .btn {
	background-color:transparent;
	color:#917152;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	width:35px;
	height:49px;
	line-height:29px;
	text-align:center;
	font-size:14px;
	margin-left:0;
	padding:0;
}

.widget-best-product .best-product .product-img {
	width:49px;
	height:49px;
	text-align:center;
	padding:4px;
}

.widget-best-product .best-product .product-bio {
	padding-top:0;
}

.widget-best-product .best-product .product-bio .product-price {
	color:#9b9b9b;
	font-size:14px;
	font-weight:600;
	line-height:23px;
}

.widget-best-product .best-product a {
	text-transform:uppercase;
}

.ui-slider {
	position:relative;
	text-align:left;
}

.ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:1.2em;
	height:1.2em;
	cursor:default;
	-ms-touch-action:none;
	touch-action:none;
}

.ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background-position:0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
	filter:inherit;
}

.ui-slider-horizontal .ui-slider-handle {
	top:-.2em;
	margin-left:-.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top:0;
	height:100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left:0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right:0;
}

.ui-slider-vertical {
	width:.8em;
	height:100px;
}

.ui-slider-vertical .ui-slider-handle {
	left:-.3em;
	margin-left:0;
	margin-bottom:-.6em;
}

.ui-slider-vertical .ui-slider-range {
	left:0;
	width:100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom:0;
}

.ui-slider-vertical .ui-slider-range-max {
	top:0;
}

.widget-filter .ui-slider {
	height:4px;
	background-color:rgba(34,34,34,0.06);
	border-radius:0;
	margin-bottom:20px;
	margin-top:5px;
}

.widget-filter .ui-slider-handle {
	width:9px;
	height:9px;
	margin-left:0;
	background-color:#222;
	border-radius:0;
}

.widget-filter .ui-slider-range {
	height:4px;
	background-color:#917152;
	margin-bottom:20px;
}

.widget-filter p {
	font-size:13px;
	font-weight:400;
	line-height:1;
	margin-bottom:19px;
}

.widget-filter label {
	color:#9b9b9b;
	font-weight:400;
}

.widget-filter input {
	color:#917152;
	border:none;
	background-color:transparent;
}

.widget-filter .btn {
	width:108px;
	height:42px;
	line-height:40px;
	font-size:13px;
	font-weight:500;
}

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

.widget-recent-products .product {
	position:relative;
	margin-bottom:24px;
	min-height:50px;
	border-bottom:1px dashed #dedede;
}

.widget-recent-products .product:last-of-type {
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}

.widget-recent-products .product img {
	position:absolute;
	left:0;
	top:0;
}

.widget-recent-products .product .product-desc {
	position:relative;
	margin-left:65px;
	padding-bottom:18px;
}

.widget-recent-products .product:last-of-type .product-desc {
	padding-bottom:0;
}

.widget-recent-products .product .product-title {
	margin-bottom:5px;
}

.widget-recent-products .product .product-title a {
	color:#333;
	font-size:14px;
	font-weight:700;
	line-height:1;
	text-transform:none;
}

.widget-recent-products .product .product-title a:hover {
	color:#917152;
}

.widget-recent-products .product .product-desc .product-meta {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#917152;
	font-size:13px;
	font-weight:600;
	line-height:20px;
	margin-bottom:8px;
}

.widget-info {
	background-color:#222;
	padding:50px 36px;
	text-align:center;
	position:relative;
}

.widget-info .info--title {
	color:#fff;
	font-family:'Hagin Caps Medium';
	font-size:25px;
	font-weight:400;
	line-height:1;
	margin-bottom:20px;
	position:relative;
}

.widget-info .info--content {
	color:#9b9b9b;
	font-size:15px;
	font-weight:400;
	line-height:23px;
	font-style:italic;
	margin-bottom:23px;
}

.widget-instagram a {
	width:61px;
	height:61px;
	float:left;
	display:inline-block;
	margin:2px;
	position:relative;
}

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

.widget-instagram .insta-hover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
}

.widget-instagram .insta-hover i {
	display:block;
	border-radius:1px;
	background-color:#917152;
	color:#fff;
	font-size:10px;
	font-weight:400;
	line-height:61px;
	text-align:center;
}

.widget-instagram a:hover .insta-hover {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.instasection {
	height:168px;
	overflow:hidden;
	position:relative;
}

.instasection [class*="divider-"] {
	z-index:3;
}

.instasection .divider--shape-dark {
	top:auto;
	bottom:0;
}

.instasection a {
	width:168px;
	height:168px;
	float:left;
	display:inline-block;
	margin:0;
	position:relative;
}

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

.instasection .insta-hover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	padding:30px;
}

.instasection .insta-hover i {
	display:block;
	border-radius:1px;
	background-color:rgba(34,34,34,0.8);
	color:#fff;
	font-size:28px;
	font-weight:400;
	line-height:108px;
	text-align:center;
}

.instasection a:hover .insta-hover {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.widget-tweets ul li:before {
	content:"\f099";
	font-family:fontawesome;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	color:#917152;
	width:14px;
	height:12px;
	float:left;
	margin-right:10px;
}

.widget-tweets ul li p.tweet {
	color:#9b9b9b;
	font-weight:600;
	font-size:13px;
	line-height:22px;
	margin-bottom:5px;
}

.widget-tweets ul li a {
	color:#917152;
	font-weight:400;
}

.widget-tweets ul li a:hover {
	color:#917152;
}

.widget-tweets ul li .timePosted {
	color:#9b9b9b;
	font-size:11px;
	font-weight:400;
	line-height:20px;
}

.widget-tweets ul li:last-child .timePosted {
	margin-bottom:0;
}

.widget-tweets ul li .timePosted a {
	color:#9b9b9b;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.sidebar {
		margin-bottom:30px;
		padding:30px;
	}
	
	.widget {
		margin-bottom:30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.widget-recent .entry .entry-desc {
		margin-left:70px;
	}
}

footer {
	background:#222;
	padding-top:95px;
	padding-bottom:0;
	position:relative;
}

footer .footer--widget-content h3 {
	color:#fff;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:15px;
	font-weight:600;
	margin-bottom:30px;
}

footer .footer--widget-content p {
	font-size:13px;
	font-weight:400;
	line-height:23px;
	margin-bottom:0;
}

footer .footer--widget-content a {
	font-size:13px;
	font-weight:400;
	line-height:0px;
	color:#777;
    padding: 0px;
}

footer .footer--widget-content a:hover {
	color:#fff;
}

footer .footer--social {
	padding:40px 0;
}

footer .footer--social-icons {
	margin:0 auto;
	display:inline-block;
}

footer .footer--social-icons a {
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	background-color:#1c1c1c;
	font-size:14px;
	font-weight:400;
	color:#fff;
	float:left;
	display:inline-block;
	margin-right:10px;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	margin-bottom: 15p;x
}

footer .footer--social-icons a:last-of-type {
	margin-right:0;
}

footer .footer--social-icons a:hover {
	background-color:#917152;
}

footer .footer--social-icons a:hover i {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}

footer .footer--social-newsletter {
	position:relative;
	margin:0 auto;
	width:270px;
}

footer .footer--social-newsletter .form-control {
	box-shadow:none;
	border:none;
	background-color:#1c1c1c;
	color:#474747;
	font-style:italic;
	width:270px;
	height:42px;
	line-height:42px;
	margin:0;
}

footer .footer--social-newsletter .form-control::-webkit-input-placeholder {
	color:#474747;
}

footer .footer--social-newsletter .form-control::-moz-placeholder {
	color:#474747;
}

footer .footer--social-newsletter .form-control::-ms-input-placeholder {
	color:#474747;
}

footer .footer--social-newsletter button {
	background-color:transparent;
	border:none;
	line-height:42px;
	color:#917152;
	position:absolute;
	right:10px;
	top:0;
	margin-bottom:0;
	font-size:13px;
	text-transform:uppercase;
}

footer .footer--copyright {
	background-color:#362E31;
	padding:42px 0;
	position:relative;
}

.footer--copyright span {
	font-size:13px;
}

.footer--copyright a {
	color:#917152;
}

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

.footer--copyright .contact-info span {
	font-size:13px;
	margin-right:5px;
	margin-left:5px;
}

footer .widget-instagram a {
	width:60px;
	height:60px;
}

footer .widget-instagram .insta-hover i {
	line-height:60px;
}

.widget-reservations li {
	border-bottom:1px dashed rgba(187,147,86,0.7);
	line-height:40px;
	font-size:13px;
	text-transform:none;
}

.widget-reservations li:last-child {
	border-bottom:none;
}

.widget-reservations li span {
	color:#686868;
}

.footer-1 .footer--widget {
	padding-bottom:106px;
}

.footer-2 .footer--widget {
	padding-bottom:70px;
}

.footer-2 .footer--copyright {
	background-color:transparent;
	padding:0;
}

.footer-2 .footer--copyright .col-xs-12 {
	border-top:1px dashed #3a3a3a;
	padding:40px 0;
}

.footer-3 .footer--widget {
	padding-bottom:76px;
}

.footer-3 .footer--social-icons a {
	margin-right:7px;
}

.footer-4 .footer--widget {
	padding-bottom:100px;
}

.footer-4 .footer--social-icons a {
	margin-right:7px;
}

.footer-5 .footer--widget {
	padding-bottom:20px;
}

.footer-5 .footer--social-icons a {
	margin-right:7px;
}

.footer-5 .footer--copyright {
	padding:46px 0;
	background-color:transparent;
}

.footer-6 {
	padding-top:0;
}

.footer--copyright .footer--social-icons a {
	width:auto;
	height:auto;
	line-height:1;
	background-color:transparent;
	font-size:14px;
}

.footer--copyright .footer--social-icons a:hover {
	background-color:transparent;
	color:#917152;
}

.footer-8 {
	padding-top:0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	footer {
		padding-top:65px;
	}
	
	.footer--widget-content {
		margin-bottom:30px;
	}
	
	.footer-1 .footer--widget {
		padding-bottom:75px;
	}
	
	footer .footer--copyright {
		padding:22px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	footer {
		padding-top:65px;
	}
	  
	.footer-1 .footer--widget {
		padding-bottom:75px;
	}
	
	footer .footer--copyright {
		padding:22px 0;
	}
}

.page-404 h3 {
	color:#000;
	font-family:'Hagin Caps Medium';
	font-size:250px;
	font-weight:400;
	line-height:1.1;
	margin-bottom:0;
}

.page-404 p {
	font-size:15px;
	font-weight:400;
	line-height:24px;
	margin-bottom:20px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.page-404 {
		padding-top:150px!important;
		padding-bottom:150px!important;
	}
	
	.page-404 h3 {
		font-size:150px;
	}
	
	.page-404.fullscreen {
		height:auto!important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 1200px) {
	.page-404 {
		padding-top:150px!important;
		padding-bottom:150px!important;
	}
	
	.page-404 h3 {
		font-size:150px;
	}
	
	.page-404.fullscreen {
		height:100vh!important;
	}
}

.page-soon {
	padding-top:120px;
	padding-bottom:120px;
}

.page-soon h3 {
	font-family:'Hagin Caps Medium';
	color:#222;
	font-size:120px;
	font-weight:400;
	line-height:1.1;
	margin-bottom:30px;
}

.page-soon p {
	font-size:14px;
	font-weight:400;
	line-height:23px;
	margin-bottom:70px;
}

.count-down {
	padding-top:110px;
	padding-bottom:110px;
}

.countdown-rtl {
	direction:rtl;
}

.countdown-section {
	display:block;
	float:left;
	text-align:center;
	position:relative;
	height:auto;
	margin-right:26px;
	width:18%;
	padding:0 23px;
}

.countdown-section:last-of-type {
	margin-right:0;
}

.countdown-amount {
	font-family:'Hagin Caps Medium';
	color:#fff;
	font-size:70px;
	font-weight:400;
	line-height:1;
	margin-bottom:20px;
}

.countdown-period {
	font-family:'Hagin Caps Medium',sans-serif;
	display:block;
	color:#f9f9f9;
	font-size:16px;
	font-weight:600;
	line-height:1;
	text-transform:none;
	text-align:center;
	letter-spacing:.33px;
	margin-top:10px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.countdown-section {
		width:40%;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.page-soon h3 {
		font-size:45px;
		margin-top:100px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.countdown-section {
		width:16%;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.countdown-amount {
		font-size:50px;
	}
	
	.page-soon h3 {
		font-size:45px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.countdown-section {
		width:17%;
	}
	
	.countdown-amount {
		font-size:60px;
	}
	
	.page-soon h3 {
		font-size:90px;
	}
}

@media only screen and (max-width: 991px) {
	.page-soon {
		padding-top:100px!important;
		padding-bottom:100px!important;
	}
}

.page-maintenance {
	padding-top:150px;
	padding-bottom:150px;
}

.page-maintenance h3 {
	font-family:'Hagin Caps Medium';
	color:#222;
	font-size:120px;
	font-weight:400;
	line-height:1.1;
	margin-bottom:40px;
}

.page-maintenance p {
	color:#f9f9f9;
	font-size:14px;
	font-weight:400;
	line-height:23px;
	margin-bottom:30px;
}

.maintenance-fullscreen.skills .progress-title .title {
	color:#fff;
}

.maintenance-fullscreen.skills .progress-bar {
	background-color:#f9f9f9;
}

.maintenance-fullscreen.skills .progress-title .value {
	color:#f9f9f9;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.page-maintenance {
		padding-top:150px!important;
		padding-bottom:100px!important;
		height:100vh!important;
	}
	
	.page-maintenance h3 {
		font-size:45px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.page-maintenance {
		padding-top:200px!important;
		padding-bottom:100px!important;
		height:100vh!important;
	}
}

.client img {
	max-width:100%;
	width:auto!important;
}

.clients-1 .row-clients .client {
	position:relative;
	height:135px;
	margin-bottom:15px;
	line-height:135px;
	padding:20px;
}

.clients-1 .row-clients .client img {
	opacity:.8;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-ms-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
}

.clients-1 .row-clients .client:hover img {
	opacity:1;
}

.clients-1 .row-clients .client:before {
	position:absolute;
	content:"";
	right:0;
	top:0;
	width:1px;
	height:121px;
	background-color:rgba(206,206,206,0.5);
}

.clients-1 .row-clients .client:after {
	position:absolute;
	content:"";
	bottom:0;
	left:14px;
	width:90%;
	height:1px;
	background-color:rgba(206,206,206,0.5);
}

.clients-1.bg-overlay bg-parallax .row-clients .client:before {
	background-color:rgba(206,206,206,0.3);
}

.clients-1.bg-overlay bg-parallax .row-clients .client:after {
	background-color:rgba(206,206,206,0.3);
}

.clients-carousel [class*="col-"] {
	max-height:50px;
}

.clients-1 .row-clients .client:last-child:before {
	display:none;
}

.clients-1 .row-clients:last-child .client:after {
	display:none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.client img {
		margin-bottom:20px;
	}
}

.clients-2 {
	padding:40px 0;
}

.skills .progressbar {
	margin-bottom:37px;
}

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

.skills .progress {
	height:9px;
	background-color:#282828;
	border-radius:2px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding:0;
	width:100%;
	margin-bottom:0;
}

.skills .progress-bar {
	height:3px;
	margin:3px 0 0 3px;
	background-color:#917152;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	width:0;
}

.skills .progress-title {
	display:block;
	position:relative;
	width:100%;
	margin-bottom:8px;
}

.skills .progress-title .title {
	color:#282828;
	font-size:13px;
	font-weight:700;
	line-height:1;
	margin-bottom:10px;
	text-transform:uppercase;
}

.skills .progress-title .value {
	float:right;
	font-size:12px;
	font-weight:600;
	line-height:28px;
	text-transform:uppercase;
	padding-top:0;
}

.video-button .heading--title {
	font-family:'Dancing Script',cursive;
	font-size:40px;
	font-weight:400;
	line-height:1;
	margin-top:30px;
	margin-bottom:0;
}

.video--content .video--player {
	width:68px;
	height:68px;
	line-height:65px;
	color:#fff;
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:16px;
	font-weight:700;
	text-align:center;
	display:inline-block;
	position:relative;
	background-color:#222;
	border-radius:100%;
}

.video--content .video--player:hover {
	background-color:#917152;
}

.video--content .video--player a {
	line-height:68px;
	display:block;
}

.video--content .video--player i {
	font-size:48px;
	color:#fff;
	line-height:68px;
}

.video-button-1 {
	padding:210px 0;
}

.video-button-2 .video--content {
	width:100%;
	height:383px;
}

.video-button-2 .video--content .video--player i {
	font-size:32px;
}

.video-button-2 .video--content .video--player.video--player-bordered {
	font-size:32px;
	border:2px solid #eee;
	background-color:transparent;
}

.video-button-2 .video--content .video--player.video--player-bordered i {
	line-height:67px;
}

.video-button-2 .video--content .video--player:hover {
	background-color:#fff;
	color:#222;
}

.video-button-2 .video--content .video--player:hover i {
	color:#222;
}

.carousel-dots .owl-controls {
	margin-top:40px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot span {
	height:10px;
	width:10px;
	border-radius:50%;
	background-color:#333;
	border:2px solid #fff;
	margin:0 4px;
}

.carousel-dots .owl-controls .owl-dots .owl-dot.active span {
	-moz-box-shadow:0 0 0 2px #333;
	-webkit-box-shadow:0 0 0 2px #333;
	box-shadow:0 0 0 2px #333;
	border-width:3px;
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
	background-color:#fff;
	border-color:#fff;
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
	-moz-box-shadow:0 0 0 2px #fff;
	-webkit-box-shadow:0 0 0 2px #fff;
	box-shadow:0 0 0 2px #fff;
	border-color:#333;
}

.carousel-navs .owl-controls .owl-nav {
	position:relative;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-] {
	position:absolute;
	top:50%;
	height:60px;
	line-height:60px;
	color:#222;
	font-size:0;
	font-weight:400;
	text-align:center;
	background-color:transparent;
	padding:0;
	border-radius:0;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	margin-top:-250px;
}

.carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {
	color:#917152;
	background-color:transparent;
}

.carousel-navs .owl-controls .owl-nav .owl-prev {
	left:0;
}

.carousel-navs .owl-controls .owl-nav .owl-prev:before {
	font-family:'Linearicons-Free';
	content:"\e875";
	font-size:40px;
}

.carousel-navs .owl-controls .owl-nav .owl-next {
	right:0;
}

.carousel-navs .owl-controls .owl-nav .owl-next:before {
	font-family:'Linearicons-Free';
	content:"\e876";
	font-size:40px;
}

.carousel-navs .owl-dots {
	position:absolute;
	bottom:20px;
	width:100%;
}

.carousel-navs .owl-dots .owl-dot span {
	background-color:transparent;
	border:1px solid #fff;
}

.carousel-navs .owl-dots .owl-dot.active span,.carousel-navs .owl-dots .owl-dot:hover span {
	background:#fff;
}

.slider-dots .owl-controls {
	margin-top:0;
}

.slider-dots .owl-controls .owl-dots {
	position:absolute;
	bottom:30px;
	width:100%;
}

.slider-dots .owl-controls .owl-dots .owl-dot span {
	height:11px;
	width:11px;
	border-radius:50%;
	background-color:#fff;
	border:2px solid rgba(0,0,0,0.6);
	margin:0 4px;
}

.slider-dots .owl-controls .owl-dots .owl-dot.active span {
	-moz-box-shadow:0 0 0 2px #3d3c3c;
	-webkit-box-shadow:0 0 0 2px #3d3c3c;
	box-shadow:0 0 0 2px #fff;
}

.slider-navs .owl-controls .owl-nav [class*=owl-] {
	position:absolute;
	top:50%;
	height:60px;
	width:60px;
	line-height:60px;
	margin-top:-30px;
	color:#fff;
	font-size:0;
	font-weight:400;
	background-color:rgba(27,26,26,0.5);
	text-align:center;
	padding:0;
	border-radius:0;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
}

.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
	color:#999;
	background-color:#fff;
}

.slider-navs .owl-controls .owl-nav .owl-prev {
	left:30px;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before,.slider-navs .owl-controls .owl-nav .owl-next:before {
	font-family:fontawesome;
	font-size:25px;
}

.slider-navs .owl-controls .owl-nav .owl-prev:before {
	content:"\f104";
}

.slider-navs .owl-controls .owl-nav .owl-next {
	right:30px;
}

.slider-navs .owl-controls .owl-nav .owl-next:before {
	content:"\f105";
}

.slider-navs .owl-dots {
	position:absolute;
	bottom:20px;
	width:100%;
}

.slider-navs .owl-dots .owl-dot span {
	background-color:transparent;
	border:1px solid #fff;
}

.slider-navs .owl-dots .owl-dot.active span,.slider-navs .owl-dots .owl-dot:hover span {
	background:#fff;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {
	background-color:#3d3c3c;
	border:2px solid #fff;
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {
	-moz-box-shadow:0 0 0 2px #3d3c3c;
	-webkit-box-shadow:0 0 0 2px #3d3c3c;
	box-shadow:0 0 0 2px #3d3c3c;
}

.slider-theme.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
	color:#222;
}

.slider-theme.slider-dots .owl-controls .owl-dots .owl-dot span {
	border-color:#917152;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.carousel-dots .owl-controls {
		margin-top:20px;
	}
	
	.slider-navs .owl-controls .owl-nav .owl-prev {
		left:0;
	}
	
	.slider-navs .owl-controls .owl-nav .owl-next {
		right:0;
	}
	
	.slider-navs .owl-controls .owl-nav .owl-next:before,.slider-navs .owl-controls .owl-nav .owl-prev:before {
		font-size:20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-navs .owl-controls .owl-nav .owl-next:before,.slider-navs .owl-controls .owl-nav .owl-prev:before {
		font-size:30px;
	}
}

.section-divider {
	padding-top:297px;
	padding-bottom:94px;
}

.section-divider2 {
	padding-top:297px;
	padding-bottom:275px;
}

.section-divider3 {
	padding-top:200px;
	padding-bottom:200px;
}

.divider--line {
	position:relative;
	height:2px;
}

.divider--line:after {
	position:absolute;
	content:"";
	height:2px;
	width:40px;
	background-color:#917152;
	bottom:0;
	left:0;
	margin:0 auto;
}

.divider--center:after {
	left:50%;
	margin-left:-20px;
}

.divider--medium:after {
	width:70px;
}

.divider--center.divider--medium:after {
	margin-left:-35px;
}

.divider--line.divider--white:after {
	background-color:#fff;
}

.divider--line.divider--gray:after {
	background-color:#9b9b9b;
}

.section-bordered {
	border-bottom:1px solid #f0f0f0;
}

.divider--section {
	border-top:1px solid #f0f0f0;
	margin-top:0;
	margin-bottom:0;
}

.divider--shape-1down {
	width:124px;
	height:13px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/arrow-down.png) center no-repeat;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-62px;
}

.divider--shape-1down.divider--shape-white {
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/arrow-down-white.png) center no-repeat;
}

.divider--shape-1up {
	width:124px;
	height:13px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/arrow-up.png) center no-repeat;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-62px;
}

.divider--shape-2up {
	width:100%;
	height:28px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-2up.png) center repeat-x;
	position:absolute;
	left:0;
	top:0;
}

.divider--shape-2down {
	width:100%;
	height:28px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-2down.png) center repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}

.divider--shape-3up {
	width:100%;
	height:9px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-3up.png) center repeat-x;
	position:absolute;
	top:0;
	left:0;
}

.divider--shape-3down {
	width:100%;
	height:9px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-3down.png) center repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}

.divider--shape-4up {
	width:100%;
	height:4px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-4up.png) center repeat-x;
	position:absolute;
	top:0;
	left:0;
}

.divider--shape-4down {
	width:100%;
	height:4px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-4down.png) center repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}

.divider--shape-5up {
	width:100%;
	height:12px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-5up.png) center repeat-x;
	position:absolute;
	top:0;
	left:0;
}

.divider--shape-5down {
	width:100%;
	height:12px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-5down.png) center repeat-x;
	position:absolute;
	bottom:0;
	left:0;
}

.divider--shape-6up {
	width:122px;
	height:24px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-6up.png) center repeat-x;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-61px;
}

.divider--shape-6down {
	width:122px;
	height:24px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-6down.png) center repeat-x;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-61px;
}

.divider--shape-4 {
	width:100%;
	height:16px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-4.png) center no-repeat;
	margin-bottom:25px;
	margin-top:22px;
}

.divider--shape-5 {
	width:100%;
	height:10px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-5.png) center no-repeat;
	margin-bottom:25px;
	margin-top:20px;
}

.divider--shape-theme {
	width:92px;
	height:20px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/arrow-up-theme.png) center no-repeat;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-46px;
}

.divider--shape-11 {
	width:100%;
	height:16px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-11.png) center no-repeat;
}

.divider--shape-12 {
	width:100%;
	height:16px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-9.png) center no-repeat;
	margin-bottom:25px;
	margin-top:22px;
}

.divider--shape-dark {
	width:124px;
	height:13px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/arrow-down-dark.png) center no-repeat;
	position:absolute;
	top:-13px;
	left:50%;
	margin-left:-62px;
}

.divider--shape-dark2 {
	width:108px;
	height:28px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/arrow-down-dark2.png) center no-repeat;
	position:absolute;
	top:-22px;
	left:50%;
	margin-left:-54px;
}

.divider--shape-10up {
	width:124px;
	height:13px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-10up.png) center no-repeat;
	position:absolute;
	top:-13px;
	left:50%;
	margin-left:-62px;
}

.divider--shape-10down {
	width:124px;
	height:13px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-10down.png) center no-repeat;
	position:absolute;
	bottom:-13px;
	left:50%;
	margin-left:-62px;
}

.divider--shape-10uptheme {
	width:92px;
	height:20px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/arrow-up-theme.png) center no-repeat;
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-46px;
}

.divider--shape-13 {
	width:100%;
	height:16px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-13.png) center no-repeat;
	margin-bottom:25px;
	margin-top:20px;
}

.divider--shape-14up {
	width:92px;
	height:20px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-14up.png) center no-repeat;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-46px;
}

.divider--shape-14down {
	width:92px;
	height:20px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-14down.png) center no-repeat;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-46px;
}

.divider--shape-left {
	width:13px;
	height:124px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-left.png) center no-repeat;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-62px;
}

.divider--shape-right {
	width:13px;
	height:124px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-right.png) center no-repeat;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-62px;
}

.divider--shape-header {
	width:100%;
	height:9px;
	background:url(/wp-content/themes/theme/front/assets/images/background/shapes/shape-header.png) center repeat-x;
	position:absolute;
	left:0;
	bottom:-9px;
}

.number-panel {
	position:relative;
}

.number-panel .number--img {
	margin-bottom:30px;
}

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

.number-panel .number--content h6 {
	color:#917152;
	font-family:'Dancing Script',cursive;
	font-size:13px;
	font-style:italic;
	line-height:1;
	margin-bottom:14px;
	position:relative;
	z-index:2;
}

.number-panel .number--content h3 {
	font-size:18px;
	font-weight:600;
	line-height:1;
	color:#282828;
	margin-bottom:21px;
}

.number-panel .number--content p {
	color:#9b9b9b;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	margin-bottom:0;
}

.number-panel .number--content a {
	color:#917152;
	font-size:13px;
	font-weight:600;
	line-height:1;
	padding-bottom:4px;
	text-transform:uppercase;
	position:relative;
	margin-top:26px;
	display:inline-block;
}

.number-panel .number--content a:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:22px;
	height:2px;
	background-color:#917152;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
}

.number-panel:hover .number--content a:after {
	width:100%;
}

.number-panel .num {
	position:absolute;
	left:0;
	top:-32px;
	color:#efefef;
	font-size:65px;
	font-weight:600;
	line-height:1;
}

.number-1 .number-panel .number--content h3 span {
	color:#917152;
	position:relative;
	padding-bottom:3px;
}

.number-1 .number-panel .number--content h3 span:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:2px;
	background-color:#dd543d;
}

.number-2 .number-panel .number--content h3 {
	margin-bottom:15px;
}

.number-3 .number-panel .num {
	left:auto;
	right:0;
	top:-5px;
}

.number-white .number-panel {
	padding:76px 50px 57px;
}

.number-white .number-panel .number--content h6 {
	color:#f9f9f9;
}

.number-white .number-panel .number--content h3 {
	color:#fff;
	position:relative;
	padding-bottom:16px;
}

.number-white .number-panel .number--content h3:before {
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:30px;
	height:2px;
	background-color:#fff;
}

.number-white .number-panel .number--content p {
	color:#fff;
}

.number-white .number-panel .number--content a {
	color:#fff;
}

.number-white .number-panel .number--content a:after {
	background-color:#fff;
}

.number-white .number-panel .num {
	position:absolute;
	left:49px;
	top:31px;
	color:rgba(239,239,239,0.05);
	font-size:65px;
	font-weight:700;
	line-height:1;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.number-panel {
		margin-bottom:30px;
	}
}

.header-fixed-side {
	width:270px;
	position:fixed;
	border-radius:0;
	height:100%;
	left:0;
	top:0;
	background-color:#fff;
	webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	text-align:center;
}

.header-fixed-side .header--panel {
	width:100%;
	height:100%;
}

.header-fixed-side .navbar-header {
	float:none;
}

.header-fixed-side .header--panel-logo {
	width:100%;
	display:block;
	text-align:center;
	padding:30px 30px 30px 0;
	margin-bottom:80px;
}

.header-fixed-side .header--panel .navbar-nav {
	margin-bottom:0;
	padding:30px;
	margin:0;
	float:none;
}

.header-fixed-side .header--panel .navbar-nav > li {
	margin-right:0;
	float:none;
	text-align:left;
	border-bottom:1px solid rgba(51,51,51,0.07);
}

.header-fixed-side .header--panel .navbar-nav > li:last-child {
	border-bottom:none;
}

.header-fixed-side .navbar-nav a {
	font-size:13px;
	font-weight:800;
	font-family:'Hagin Caps Medium',sans-serif;
	line-height:39px;
	text-transform:uppercase;
	color:#333;
	margin-bottom:0;
	position:relative;
}

.header-fixed-side .header--panel .navbar-nav li:last-child a {
	margin-bottom:0;
}

.header-fixed-side .header--panel .navbar-nav a:hover {
	color:#917152;
}

.header--panel-footer {
	position:absolute;
	bottom:30px;
	width:100%;
	padding-left:45px;
}

.header-fixed-side .header--panel .header--panel-social {
	margin-bottom:40px;
}

.header-fixed-side .header--panel .header--panel-social a {
	line-height:24px;
	font-size:14px;
	font-weight:400;
	color:#333;
	text-align:left;
	display:inline-block;
	margin-right:24px;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	float:left;
}

.header-fixed-side .header--panel .header--panel-social a:last-of-type {
	margin-right:0;
}

.header-fixed-side .header--panel .header--panel-social a.share-facebook:hover {
	color:#3B5998;
}

.header-fixed-side .header--panel .header--panel-social a.share-twitter:hover {
	color:#00ACEE;
}

.header-fixed-side .header--panel .header--panel-social a.share-instagram:hover {
	color:#9b6954;
}

.header-fixed-side .header--panel .header--panel-social a.share-linkedin:hover {
	color:#0E76A8;
}

.header-fixed-side .header--panel .header--panel-copyright {
	text-align:left;
	font-size:13px;
	font-weight:400;
	color:#9b9b9b;
}

.side-header .wrapper {
	margin:0 0 0 270px!important;
	width:auto!important;
}

.side-header .wrapper .container {
	width:auto!important;
}

.header-fixed-white .navbar-nav a,.header-fixed-white .header--panel .header--panel-social a,.header-fixed-white .header--panel .header--panel-copyright {
	color:#fff;
}

.header-fixed-white .header--panel .navbar-nav > li {
	border-bottom-color:rgba(255,255,255,0.15)!important;
}

.header-fixed-white .navbar-nav a:hover,.header-fixed-white .header--panel .header--panel-social a:hover {
	color:#222!important;
}

.header-fixed-white.bg-dark .navbar-nav a:hover,.header-fixed-white.bg-dark .header--panel .header--panel-social a:hover {
	color:#917152!important;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
	.header-fixed-side {
		width:100%;
		position:relative;
	}
	
	.side-header .wrapper {
		margin:0!important;
	}
	
	.header-fixed-side .header--panel-logo {
		padding:0 0 0 15px;
		margin-bottom:0;
		float:left;
		width:auto;
	}
	
	.header--panel-footer {
		display:none;
	}
	
	.header-fixed-side .container > .navbar-collapse {
		margin-left:0;
		background-color:#fff;
		border-top:1px solid #f7f7f7;
	}
	
	.header-fixed-side .header--panel .header--panel-social a {
		color:#646464;
	}
	
	.header-fixed-side .navbar-nav a {
		color:#333!important;
	}
	
	.header-fixed-side .header--panel .navbar-nav a:hover {
		color:#917152!important;
	}
}

.landing-hero {
	height:100vh;
	padding-top:200px;
	display: block;
	margin: 0;
}

.landing-hero h6 {
	color:#917152;
	font-family:'Dancing Script',cursive;
	font-size:45px;
	font-weight:400;
	letter-spacing:.54px;
	margin-bottom:5px;
}

.landing-hero h1 {
	font-family:'Hagin Caps Medium';
	font-size:85px;
	font-weight:400;
	line-height:90px;
	font-style:italic;
	letter-spacing:1.35px;
	margin-bottom:50px;
}

.landing-hero p {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#f9f9f9;
	font-size:17px;
	font-weight:700;
	line-height:27px;
	padding:0 30px;
}

.landing-demos .portfolio-filter li a {
	font-weight:700;
	margin-right:20px;
}

.landing-demos .portfolio-item {
	margin-bottom:50px;
}

.landing-demos .portfolio-title h4 {
	font-family:'Hagin Caps Medium',sans-serif;
	color:#222;
	text-align:center;
	font-size:16px;
	font-weight:600;
	text-transform:none;
	margin-bottom:0;
}

.landing-demos .portfolio-title:hover h4 {
	color:#917152;
}

.landing-demos .portfolio-img {
	-moz-box-shadow:0 0 36px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 36px 4px rgba(0,0,0,0.1);
	box-shadow:0 0 36px 4px rgba(0,0,0,0.1);
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
	height:400px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}

.landing-demos .portfolio-img img {
	max-width:100%;
	height:auto;
}

.landing-demos .portfolio-bio {
	padding-top:23px;
}

.landing-banner .panel--logos li {
	width:100px;
	height:100px;
	box-shadow:0 0 59px 1px rgba(0,0,0,0.12);
	background-color:#fff;
	padding:18px;
	margin-right:30px;
}

.landing-banner .panel--logos li:last-child {
	margin-right:0;
}

.landing-banner .panel--logos li img {
	max-width:100%;
	height:auto;
}

.landing-action {
	padding-top:190px;
	padding-bottom:190px;
}

.landing-action img {
	margin-bottom:50px;
}

.landing-action h2 {
	font-size:85px;
	font-weight:400;
	line-height:95px;
	letter-spacing:1.35px;
	font-family:'Hagin Caps Medium';
}

.landing-action p {
	color:#f9f9f9;
	font-size:16px;
	font-weight:400;
	line-height:26px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.landing-hero {
		padding-top:100px;
	}
	
	.landing-hero h6 {
		font-size:25px;
	}
	
	.landing-hero h1,.landing-action h2 {
		font-size:35px;
		line-height:40px;
	}
	
	.landing-demos .portfolio-img {
		height:auto;
	}
	
	.landing-action {
		padding:90px 0;
	}
}

.menu .dishes-wrapper {
	box-shadow:0 1px 73px 0 rgba(40,40,40,0.1);
	overflow:hidden;
}

.menu .dish-panel {
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}

.menu .dish-panel .dish--price {
	font-size:15px;
	font-weight:600;
	line-height:29px;
	color:#917152;
}

.menu .dish-panel .dish--title {
	font-size:16px;
	font-weight:600;
	line-height:29px;
	color:#333;
	margin-bottom:0;
}

.menu .dish-panel .dish--desc {
	font-size:13px;
	font-weight:400;
	line-height:23px;
	margin-bottom:0;
}

.menu .dish-panel .dish--tag {
	position:absolute;
	top:20px;
	left:20px;
	padding:3px 6px;
	background-color:#917152;
	color:#fff;
	font-weight:700;
	font-size:13px;
	border-radius:3px;
	text-transform:uppercase;
}

.menu-simple .dish-panel {
	margin-bottom:50px;
	position:relative;
}

.menu-simple .dish-panel .dish--img {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	overflow:hidden;
}

.menu-simple .dish-panel .dish--img img {
	max-width:100px;
}

.menu-simple .dish-panel .dish--content {
	padding-left:130px;
}

.menu-simple .dish-panel .dish--content-bio {
	border-bottom:1px dashed #d8d8d8;
	padding-bottom:10px;
	margin-bottom:14px;
}

.menu-simple .dish-panel .dish--price {
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:15px;
	font-weight:600;
	line-height:29px;
	color:#917152;
	text-align:right;
}

.menu-simple .dish-panel .dish--title {
	font-size:17px;
	font-weight:600;
	line-height:29px;
	color:#333;
	margin-bottom:0;
	float:left;
}

.menu-simple .dish-panel .dish--desc {
	font-size:13px;
	font-weight:400;
	line-height:23px;
	margin-bottom:0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.menu-simple .dish-panel {
		max-width:300px;
		margin-right:auto;
		margin-left:auto;
	}
	
	.menu-simple .dish-panel .dish--img {
		position:relative;
		margin:0 auto 20px;
	}
	
	.menu-simple .dish-panel .dish--content {
		padding-left:0;
	}
	
	.menu-simple .dish-panel .dish--price {
		text-align:center;
	}
	
	.menu-simple .dish-panel .dish--title {
		float:none;
		text-align:center;
	}
	
	.menu-simple .dish-panel .dish--desc {
		text-align:center;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.menu-simple .dish-panel .dish--title {
		float:none;
		font-size:13px;
	}
	
	.menu-simple .dish-panel .dish--price {
		text-align:left;
	}
}

.menu-classic .dish-panel {
	padding-bottom:16px;
	border-bottom:1px dashed #d8d8d8;
}

.menu-classic .dish-panel:last-child {
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}

.menu-classic .dish-panel .dish--price {
	text-align:right;
}

.menu-classic .dish-panel .dish--title {
	float:left;
}

.menu-classic .dish-container .dish--img {
	margin-bottom:32px;
}

.menu-classic .dish-container .dish--img img {
	max-width:100%;
	height:auto;
}

.menu-gallery .dish-panel {
	margin-bottom:45px;
}

.menu-gallery .dish-panel .dish--img {
	margin-bottom:20px;
	position:relative;
}

.menu-gallery .dish-panel .dish--content {
	position:relative;
}

.menu-gallery .dish-panel .dish--title {
	float:left;
}

.menu-gallery .dish-panel .dish--price {
	text-align:right;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.menu-gallery .dish-panel {
		max-width:370px;
		margin-right:auto;
		margin-left:auto;
	}
}

.menu-grid {
	position:relative;
}

.menu-grid .dishes-bg {
	content:"";
	position:absolute;
	top:110px;
	left:0;
	height:950px;
	width:100%;
	z-index:0;
}

.menu-grid .dish-panel {
	background-color:#fff;
	overflow:hidden;
	text-align:center;
	margin-bottom:0;
}

.menu-grid .dish-panel .dish--content {
	padding:30px 15px;
	margin:10px;
	border:1px dashed #cdaf80;
	height:272px;
}

.menu-grid .dish--img {
	height:292px;
	margin-bottom:0;
	overflow:hidden;
	position:relative;
}

.menu-grid .dish--img img {
	width:100%;
	height:100%;
}

.menu-grid .dish-panel .dish--title {
	font-size:18px;
}

.menu-grid .dish-panel .dish--price {
	margin-bottom:10px;
	font-size:18px;
	position:relative;
}

.menu-grid .divider--shape-4 {
	margin-top:15px;
	margin-bottom:15px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.menu-grid .pl-0 {
		padding-left:15px!important;
	}
	
	.menu-grid .pr-0 {
		padding-right:15px!important;
	}
	
	.menu-grid .p-0 {
		padding-left:15px!important;
		padding-right:15px;
	}
	
	.menu-grid .dishes-bg {
		display:none;
	}
	
	.menu-grid .dish-panel .dish--content {
		padding:40px;
		height:auto;
	}
	
	.menu-grid .dish-panel .dish--title {
		font-size:19px;
	}
	
	.menu-grid .dish-panel .dish--desc {
		font-size:13px;
	}
	
	.menu-grid .dish--img {
		height:auto;
	}
	
	.menu-grid .dishes-wrapper {
		box-shadow:none;
	}
	
	.menu-grid .dish--img img,.menu-grid .dish--img,.menu-grid .dish-panel .dish--content {
		max-width:290px;
		margin-right:auto;
		margin-left:auto;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	.menu-grid .dishes-bg {
		display:none;
	}
	
	.menu-grid .dish-panel .dish--content {
		padding:20px;
	}
	
	.menu-grid .dish-panel {
		min-height:600px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.menu-grid .dishes-bg {
		display:none;
	}
	
	.menu-grid .dish-panel .dish--content {
		height:auto;
	}
	
	.menu-grid .dish--img img,.menu-grid .dish--img,.menu-grid .dish-panel .dish--content {
		max-width:290px;
		margin-right:auto;
		margin-left:auto;
	}
	
	.menu-grid .dish-panel {
		min-height:600px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.menu-grid .dish-panel .dish--content {
		padding:5px;
	}
}

.menu-board .dish-panel > [class*="col-"] {
	padding-left:0!important;
	padding-right:0!important;
}

.menu-board .dish-panel {
	overflow:hidden;
	text-align:center;
	height:390px;
	margin-bottom:0;
}

.menu-board .dish-panel .dish--content {
	padding:60px 25px;
	margin:10px;
	border:1px dashed #cdaf80;
	height:370px;
	position:relative;
}

.menu-board .dish-panel .dish--img {
	height:390px;
	margin-bottom:0;
	overflow:hidden;
	position:relative;
}

.menu-board .dish-panel .dish--title {
	font-size:20px;
	font-weight:600;
}

.menu-board .dish-panel .dish--price {
	position:relative;
}

.menu-board .dish-panel .dish--price {
	font-size:18px;
	font-weight:600;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.menu-board .dish-panel,.menu-board .dish-panel .dish--content {
		height:auto;
	}
	
	.menu-board .dish-panel .dish--img,.menu-board .dish-panel .dish--content {
		max-width:390px;
		margin-right:auto;
		margin-left:auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.menu-board .dish-panel .dish--content {
		padding:40px 5px;
	}
	
	.menu-board .dish-panel .dish--content .divider--shape-4 {
		margin-bottom:10px;
		margin-top:10px;
	}
}

.menu-3 .dish-panel {
	margin-bottom:40px;
}

.menu-3 .dish--content {
	padding-left:200px;
}

.menu-3 .dish--img {
	margin-bottom:0;
	position:absolute;
	top:0;
	left:0;
}

.menu-3 .dish-panel .dish--title {
	margin-bottom:6px;
}

.menu-3 .dish-panel .dish--desc {
	margin-bottom:5px;
}

.menu-3 .dish-panel .dish--price {
	position:relative;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.menu-3 .dish--img {
		margin-bottom:20px;
		position:relative;
		top:0;
		left:0;
	}
	
	.menu-3 .dish--content {
		padding-left:0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.menu-3 .dish--content {
		padding-left:180px;
	}
}

.menu-4 .dish-panel {
	margin-bottom:0;
}

.menu-4 .dish-panel .dish--img {
	margin-bottom:20px;
}

.menu-4 .dish-panel .dish--content {
	position:relative;
	margin-bottom:32px;
}

.menu-8 .dish-panel {
	margin-bottom:15px;
}

.menu-8 .dish-panel .dish--content {
	padding:0;
}

.menu-8 .dish-panel .dish--price {
	position:relative;
}

.menu-8 .dish-panel .dish--title {
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:24px;
	font-weight:400;
	margin-bottom:10px;
}

.menu-8 .dish-panel .dish--img {
	margin-bottom:18px;
}

.menu-9 .row {
	margin-right:0;
	margin-left:0;
}

.menu-9 [class*="col-"] {
	padding-left:0!important;
	padding-right:0!important;
}

.menu-9 .dish-panel {
	margin-bottom:0;
	position:relative;
}

.menu-9 .dish-panel .dish--content {
	position:absolute;
	bottom:28px;
	left:0;
	width:100%;
	text-align:center;
}

.menu-9 .dish-panel .dish--title {
	color:#fff;
	font-size:45px;
	font-weight:400;
	font-family:'Hagin Caps Medium',sans-serif;
	position:relative;
	margin-bottom:15px;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}

.menu-9 .dish-panel:hover .dish--title {
	margin-bottom:30px;
}

.menu-9 .dish-panel .dish--price {
	font-size:16px;
	position:relative;
}

.menu-9 .btn {
	width:270px;
}

.specials .dishes-wrapper {
	background-color:#fff;
	border-radius:2px;
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.26);
	-moz-box-shadow:0 2px 3px rgba(0,0,0,0.26);
	-ms-box-shadow:0 2px 3px rgba(0,0,0,0.26);
	box-shadow:0 2px 3px rgba(0,0,0,0.26);
	padding:10px;
}

.specials .dishes-wrapper .dishes-bordered {
	border:1px dashed #cdaf80;
	padding:70px 70px 20px;
}

.specials-2 .dish-panel .dish--img {
	border-radius:50%;
}

.specials .dish-panel-right {
	text-align:right;
}

.specials .dish-panel-right .dish--img {
	right:0;
	left:auto;
}

.specials .dish-panel-right .dish--content {
	padding-right:130px;
	padding-left:0;
}

.specials .dish-panel-right .dish--title {
	float:right;
}

.specials .dish-panel-right .dish--price {
	text-align:left;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.specials .dish-panel-right .dish--content {
		padding-right:0;
	}
	
	.specials .dish-panel-right .dish--title {
		float:none;
	}
	
	.specials .dish-panel-right .dish--price {
		text-align:center;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.specials .dish-panel-right .dish--title {
		float:none;
	}
	
	.specials .dish-panel-right .dish--price {
		text-align:right;
	}
}

.specials-5 .dish-panel .dish--content {
	padding-right:0;
	padding-left:0;
}

.specials-5 .specials--img {
	position:relative;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
	.specials-5 img {
		margin:0 auto 40px;
		display:block;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.specials-5 img {
		max-width:100%;
	}
}

.dish-panel .dish--img .dish--overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:5px 0;
	cursor:pointer;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}

.dish-panel .dish--img .dish--overlay:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	transform:scale(0);
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}

.dish-panel .dish--img .dish--overlay:hover:before {
	transform:scale(1);
}

.dish-panel .dish--img .dish--overlay .dish-popup {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
	transform:scale(0);
}

.dish-panel:hover .dish--img .dish--overlay .dish-popup {
	transform:scale(1);
}

.dish-popup i {
	color:#fff;
	text-align:center;
	font-size:22px;
	position:absolute;
	top:50%;
	transform:translate(0px,-50%);
	left:0;
	right:0;
}

#dishPopup .modal-body {
	padding:0;
}

#dishPopup .modal-body .img-popup {
	position:relative;
}

#dishPopup .modal-body .img-popup img {
	max-height:400px;
}

#dishPopup .modal-body .img-popup .img-popup-overlay {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding:50px;
	text-align:center;
}

#dishPopup .modal-body .img-popup .img-popup-overlay .popup--price {
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:25px;
	font-weight:400;
	line-height:1;
	color:#917152;
	margin-bottom:18px;
}

#dishPopup .modal-body .img-popup .img-popup-overlay h3 {
	font-family:'Dancing Script',cursive;
	font-size:34px;
	font-weight:400;
	line-height:1;
	color:#fff;
	margin-bottom:0;
}

#dishPopup .modal-body .content-popup {
	padding:50px 60px;
}

#dishPopup .modal-body .content-popup p {
	font-size:14px;
	font-weight:400;
	line-height:23px;
	margin-bottom:0;
	text-align:center;
}

.modal-body {
	padding:0;
}

.modal-body .popup--img {
	position:relative;
}

.modal-body .popup--img:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	opacity:.97;
	background-color:rgba(0,0,0,0);
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
	background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),#000);
	background-image:-moz-linear-gradient(top,rgba(0,0,0,0),#000);
	background-image:-ms-linear-gradient(top,rgba(0,0,0,0),#000);
	background-image:-o-linear-gradient(top,rgba(0,0,0,0),#000);
	background-image:linear-gradient(top,rgba(0,0,0,0),#000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0,0,0,0)',endColorStr='#000');
}

.modal-body .popup--img img {
	max-height:400px;
	width:100%;
}

.modal-body .popup--img .img-popup-overlay {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding:50px;
	text-align:center;
	z-index:2;
}

.modal-body .popup--img .img-popup-overlay .popup--price {
	font-family:'Hagin Caps Medium',sans-serif;
	font-size:25px;
	font-weight:400;
	line-height:1;
	color:#917152;
	margin-bottom:18px;
}

.modal-body .popup--img .img-popup-overlay h3 {
	font-size:34px;
	font-weight:400;
	line-height:1;
	color:#fff;
	margin-bottom:0;
}

.modal-body .content-popup {
	padding:50px 60px;
}

.modal-body .content-popup p {
	font-size:14px;
	font-weight:400;
	line-height:23px;
	margin-bottom:0;
	text-align:center;
	color:#222;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.specials .dishes-wrapper .dishes-bordered {
		padding:10px;
	}
 
	.menu-classic .dish-container {
		margin-bottom:30px;
	}
	
	.menu-classic .dish-container:last-of-type {
		margin-bottom:0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.menu-classic .dish-panel:last-child {
		margin-bottom:30px;
	}
	
	.menu-classic .dish-panel {
		max-width:550px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.specials .dishes-wrapper .dishes-bordered {
		padding:70px 40px 20px;
	}
}

.banner .banner-panel .banner--img {
	margin-bottom:28px;
	position:relative;
}

.banner .banner-panel .banner--content {
	padding:0 10px;
}

.banner .banner-panel .banner--content h3 {
	color:#917152;
	font-size:30px;
	font-family:'Dancing Script',cursive;
	font-weight:400;
	margin-bottom:15px;
}

.banner .banner-panel .banner--content h4 {
	font-family:'Hagin Caps Medium';
	font-size:25px;
	font-weight:400;
	margin-bottom:20px;
}

.banner .banner-panel .banner--content p {
	font-size:13px;
}

.banner .btn--link {
	font-size:20px;
	font-weight:400;
	color:#917152;
	font-family:'Hagin Caps Medium',sans-serif;
	text-transform:none;
	margin-right:30px;
}

.banner-2 .banner-img,.banner-1 .banner--img {
	position:relative;
}

.banner-2 .banner-img img,.banner-1 .banner--img img {
	max-width:100%;
	height:auto;
	position:relative;
}

.banner-2 .banner-img:after,.banner-1 .banner--img:after {
	position:absolute;
	content:"";
	top:10px;
	left:10px;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	border:1px dashed #917152;
	opacity:.45;
	z-index:1;
}

.banner-5 .banner--desc {
	color:#333;
	font-family:'Dancing Script',cursive;
	font-size:40px;
	font-weight:400;
	line-height:42px;
	padding:0 15px;
	margin-bottom:55px;
}

.history-panel h6 {
	color:#917152;
	font-family:'Dancing Script',cursive;
	font-size:35px;
	font-weight:400;
	line-height:29px;
	margin-bottom:15px;
}

.history-panel h3 {
	font-size:28px;
	font-weight:400;
	line-height:29px;
	margin-bottom:0;
}

.history-panel .divider--shape-13 {
	margin-top:15px;
	margin-bottom:15px;
}

.history-panel p {
	font-size:14px;
	font-weight:400;
	line-height:23px;
	margin-bottom:0;
}

.banner-6 .panel--logos li {
	padding-right:15px;
	padding-left:15px;
}

.banner-6 .panel--heading {
	font-size:47px;
	font-family:'Dancing Script',cursive;
	color:#333;
	font-weight:400;
	line-height:40px;
	margin-bottom:39px;
}

.banner-6 .panel--details {
	padding:0;
	margin-bottom:0;
}

.banner-6 .panel--details li {
	font-size:13px;
	line-height:30px;
	list-style:none;
	position:relative;
	padding-left:20px;
	color:#9b9b9b;
}

.banner-6 .panel--details li::before {
	content:"•";
	color:#222;
	font-size:27px;
	position:absolute;
	left:0;
}

.banner-6 .panel--details.text-right li {
	padding-right:20px;
	padding-left:0;
}

.banner-6 .panel--details.text-right li::before {
	right:0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.banner .banner-img img {
		max-width:100%;
	}
	
	.banner .banner-panel .banner--content h4 {
		font-size:22px;
		line-height:30px;
	}
	
	.banner-6 .panel--heading {
		font-size:36px;
	}
	
	.banner-6 .panel--logos li {
		margin-bottom:20px;
	}
	
	.banner-1 .banner-panel .banner--img {
		max-width:370px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:10px;
	}
	
	.banner-2 .banner-img {
		margin-top:30px;
	}
	
	.banner-2 .banner-img {
		max-width:270px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:10px;
	}
	
	.banner .banner-panel .banner--content {
		max-width:400px;
		margin-right:auto;
		margin-left:auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-6 .panel--details li {
		font-size:12px;
	}
	
	.banner-2 .banner-img {
		max-width:270px;
		margin-right:auto;
		margin-left:auto;
		margin-top:30px;
	}
	
	.banner .banner-panel .banner--content {
		max-width:400px;
		margin-right:auto;
		margin-left:auto;
	}
	
	.banner .banner-img img {
		max-width:100%;
		margin-right:auto;
		margin-left:auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.banner-6 .panel--details li {
		font-size:11px;
	}
}

.body-boxed {
	background:url(/wp-content/themes/theme/front/assets/images/background/patterns/bg-body.jpg);
	background-attachment:fixed;
}

@media only screen and (min-width: 1200px) {
	.body-boxed .wrapper {
		width:1170px;
		margin:auto;
	}
}

@media only screen and (max-width: 1200px) {
	.body-boxed .wrapper {
		width:auto;
		margin:auto;
		overflow-x:hidden;
	}
}

.body-boxed .header-fixed .affix {
	background-color:transparent;
}

.body-boxed .header-fixed .affix .container {
	background-color:#fff;
}

.body-boxed .col-content {
	padding:90px;
}

.body-boxed .header .navbar.navbar-fixed-top .container {
	padding-right:50px;
	padding-left:50px;
}

.body-boxed .divider--slider-right {
	right:0;
	margin-top:0;
}

.body-boxed .divider--slider-left {
	left:0;
	margin-top:0;
}

.body-boxed .rev_slider_wrapper,.body-boxed .slider .rev_slider {
	height:600px!important;
}

.body-bordered .bordered--line {
	position:fixed;
	display:block;
	background:#fff;
	z-index:9999;
}

.body-bordered .bordered--line-top,.body-bordered .bordered--line-bottom {
	height:20px;
	left:0;
	right:0;
}

.body-bordered .bordered--line-right,.body-bordered .bordered--line-left {
	width:20px;
	top:0;
	bottom:0;
}

.body-bordered .bordered--line-top {
	top:0;
}

.body-bordered .bordered--line-bottom {
	bottom:0;
}

.body-bordered .bordered--line-right {
	right:0;
}

.body-bordered .bordered--line-left {
	left:0;
}

.body-bordered .navbar-fixed-top {
	top:20px;
}

.body-bordered .navbar-fixed-top.affix {
	top:0;
}

.body-wide .wrapper {
	padding:0;
}

.body-wide .header .navbar {
	margin:0;
	background:#362E31;
}

.body-wide .header .navbar.navbar-fixed-top {
	top:0;
}

.body-wide .divider--slider-right {
	right:2px;
}

.body-wide .slider .tparrows.tp-rightarrow:before {
	background-image:url(/wp-content/themes/theme/front/assets/images/sliders/arrows/right-arrow-wide.png);
	width:22px;
	right:5px;
}

.body-wide .divider--slider-left {
	left:2px;
}

.body-wide .slider .tparrows.tp-leftarrow:before {
	background-image:url(/wp-content/themes/theme/front/assets/images/sliders/arrows/left-arrow-wide.png);
	width:22px;
	left:8px;
}

.nav-split {
	position:fixed;
	top:50%;
	right:30px;
	padding:10px;
	z-index:99;
	margin-bottom:0;
	list-style:none;
	background-color:#917152;
}

.nav-split li a {
	width:9px;
	height:9px;
	border:2px solid #fff;
	background-color:transparent;
	font-size:0;
	border-radius:50%;
	display:block;
	margin-bottom:13px;
}

.nav-split li a:hover,.nav-split li.active a {
	background-color:#fff;
	border-color:#fff;
}

.nav-split li:last-child a {
	margin-bottom:0;
}

.landing-hero {
	color:#E0D6C7;
	padding-top:0;
	padding-bottom:0;
}

.landing-hero img {
	height:400px;
}

.landing-hero .language {
	font-size:20px;
	font-weight:200;
	color:#E0D6C7;
	margin-bottom:30px;
}

.landing-hero .language a {
	text-transform:uppercase;
	color:#E0D6C7;
}

.landing-hero .language span:last-child {
	display:none;
}

.landing-hero .language span {
	padding:0 5px 0 6px;
}

.landing-hero h1,.landing-hero {
	font-family:'Hagin Caps Thin';
}

.landing-hero h1 {
	color:#E0D6C7;
	font-style:normal;
	margin-bottom:30px;
	margin-top:30px;
}

.landing-hero .arrow {
	z-index:185;
	height:77px;
	width:77px;
	vertical-align:top;
	position:relative;
	margin:0 auto;
	display:block;
	background:transparent url(/wp-content/themes/theme/front/assets/icons/arrow.png) no-repeat 0 0;
}

.navbar-nav > li > a {
	font-size:15px;
	color:#E0D6C7;
	font-family:'Hagin Caps Medium';
}

.fa.fa-staffino {
	width:42px;
	height:42px;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:18px;
	background-image:url(/wp-content/themes/theme/front/assets/images/icons/staffino.png);
}

.fa.fa-zomato {
	width:42px;
	height:42px;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:18px;
	background-image:url(/wp-content/themes/theme/front/assets/images/icons/zoomato.png);
}

.ml-5 {
	margin-left:5px;
}

.mr-5 {
	margin-right:5px;
}

.reservation-bordered.p-40 {
	padding:40px;
}

#totop {
	cursor:pointer;
}

footer .widget_media_image {
	margin-bottom:15px;
}

.module-reservation:after {
	display:none;
}

.lunch-menu {
	text-align:center;
	margin-bottom:15px;
	text-transform:uppercase;
}

.lunch-menu h3 {
	font-size:24px;
	margin:0 0 10px;
}

.menu-classic .lunch-menu .dish-panel {
	margin-bottom:10px;
	font-family:'Hagin Caps Medium';
}

.menu-classic .lunch-menu .dish-panel .dish--desc {
	width:50%;
	margin:0 auto;
	text-transform:uppercase;
	font-size:14px;
}

.menu-classic .lunch-menu .dish-panel .dish--title {
	text-transform:uppercase;
	float:none;
	font-size:20px;
	font-weight:400;
}

.menu-classic .lunch-menu .dish-panel .dish--price {
	text-align:right;
	float:none;
	font-size:20px;
	display:inline-block;
	line-height:1;
}

.menu-classic .lunch-menu .dish-panel .dish--price small {
	font-weight:400;
}

textarea.wpcf7-not-valid,select.wpcf7-not-valid input.wpcf7-not-valid {
	border-color:red;
}

span.wpcf7-not-valid-tip,div.wpcf7 .ajax-loader {
	display:none!important;
}

div.wpcf7-validation-errors,div.wpcf7-acceptance-missing {
	border:2px solid red;
	margin:15px 0;
	padding:15px;
	background:rgba(255,0,0,0.5);
	color:#fff;
}

div.wpcf7-mail-sent-ok {
	border:2px solid #398f14;
	margin:15px 0;
	padding:15px;
	background:rgba(0,128,0,0.5);
	color:#fff;
}

.contact-form h3 {
	font-size:17px;
	font-weight:600;
}

#catapult-cookie-bar a:hover {
	text-decoration:underline;
}

.cookie-bar-bar button#catapultCookie {
	line-height:20px;
	height:auto;
	color:#fff;
	background:transparent;
	border:2px solid #fff;
	border-radius:30px;
	padding:10px 20px 7px;
	width:auto;
}

.cookie-bar-bar button#catapultCookie:hover {
	background:#fff;
	color:#171517;
}

.header .module-social a {
	position:relative;
	top:-2px;
}

body #sb_instagram img {
	opacity:0!important;
}

body .portfolio--img--bg {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

body .portfolio--zoom {
	margin-bottom:0;
	width:100%;
	height:100%;
}

body .pos-vertical-center {
	position:relative;
	top:0;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	transform:none;
	height:100%;
	width:100%;
}

.portfolio--zoom a:before,.portfolio--zoom a:after {
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}

.portfolio--zoom a {
	width:100%;
	height:100%;
}

.blog.blog-carousel.bg-overlay-dark .entry--desc--wrapper {
	background-color:#fff;
	padding:10px;
	position:relative;
	text-align:center;
	margin-bottom:15px;
}

.blog.blog-carousel.bg-overlay-dark .entry--desc {
	border:1px dashed #c69c6d;
	padding:28px;
	display:table;
}

.blog.blog-carousel.bg-overlay-dark .heading .heading--title {
	color:#fff;
}

.blog.blog-carousel.bg-overlay-dark .entry--desc--wrapper .divider--shape-1up {
	bottom:-13px;
	top:inherit;
}

.partners h3 {
	margin-bottom:20px;
}

.row.row-table {
	display:table;
}

.row.row-table .col {
	display:table-cell;
	vertical-align:middle;
	float:none;
}

.row.row-table .col img {
	max-width:100%;
	max-height:130px;
}

.modal.reservation-popup button.close { 
    top: 16px;
    right: 18px;
}

section.google-maps {
    display: block;
}

.language-mobile,
.social-mobile{
	display: none;
}

.pricelist-wrapper h5{
	text-align: center;
}

.pricelist-wrapper .pricelist-col{
	position: relative;
	
}
.pricelist-wrapper .pricelist-col:after{
	content: '';
}

.pricelist-wrapper .row.row-45 .pricelist-col:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(142, 142, 142, 0.29);
    top: 0;
	display: none;	
}

.pricelist-wrapper .row .pricelist-col:nth-child(2):after{
	display: none;	
}

.row.row-45{
	margin-left: -45px;
	margin-right: -45px;
}

.pricelist-wrapper .row.row-45 .pricelist-col{
	padding-left: 45px;
	padding-right: 45px;
}
 
.page-title .breadcrumb{
	display: none;	
}

@media only screen and (max-width: 992px) {
	
	.navbar-nav { 
	    padding: 15px 15px 10px;
	}
	
	section.menu.menu-classic .btn--bordered.btn--primary {
	    margin-bottom: 15px;
	}
	
	.navbar-nav > li { 
	    padding: 10px 0;
	}
	
	.navbar-nav li a {
		line-height: 1; 
	}
    
	.banner-2 .banner-img { 
	    margin-top: 70px !important;
	}
    
	.social-mobile {
	    display: block;
	    float: right;
	    margin-right: 20px; 
	}
	
	.module-language span { 
	    top: 2px;
	    position: relative;
	}

	.language-mobile{
	    display: block;
	    float: right;
	    margin-right: 10px;   
	    padding-right: 0;
	}
	
	.language-mobile a{
	    top: 4px; 
	    position: relative;
	}
	
	.header .module-social.social-mobile  a {
	    position: relative;
	    top: 3px;
	}

	.language-desktop,
	.social-desktop{
		display: none;
	}

}
	
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 600px){
	 
	.heading .heading--title {
		font-size:30px;
	}
	
	
	.slider .slide--subheadline {
    	font-size: 35px;
    }
	
	.banner-panel h3.heading--title {
	    font-size: 25px;
	}

	.landing-hero img {
	    height: auto;
	    max-width: 80%;
	}
	
	.menu-classic .lunch-menu .dish-panel .dish--title { 
	    font-size: 16px; 
	}

}


#action-modal .modal-body {
    padding: 20px;
}

#action-modal .modal-body h4{
	margin-bottom: 20px;
}

#action-modal button.close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #000; 
    font-size: 30px;
}
    
#action-modal .modal-header {
    padding: 0;
    border-bottom: 0;
}

.modal img {
    max-width: 100%;
    height: auto;
}
 
.slider .slide--bio h3 {
	 color: #fff;
    font-size: 50px;
}
 
.slider .slide--bio p{
    font-size: 27px;
    color: #fff;
}

@media only screen and (max-width: 600px){
	
	.slider .slide--bio h3 { 
	    font-size: 30px;
	    line-height: 1.3;
		margin-bottom: 0;
	}
	
	.slider .slide--bio h3 br{
		display: none;
	}
	 
	.slider .slide--bio p{
	    font-size: 19px; 
	}
	
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce span.onsale,
.woocommerce .woocommerce-breadcrumb,
.grecaptcha-badge{
	display: none !important;
}

.content-categories {
	text-align: center;
	margin-bottom: 60px;
}
	
.content-categories .category-item{
	display: inline-block;	
	margin: 15px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price,
body.woocommerce ul.products li.product .price {
   color: #000000;  
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins { 
    text-decoration: none;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul li.product { 
    text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 { 
    font-size: 20px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
	font-size: 15px;
}

.woocommerce ul.products li.product .price { 
    font-size: 13px;
}

nav.woocommerce-pagination.navbar-fixed-top {
    position: relative;
}

.woocommerce div.product { 
    margin: 60px 0;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 15px 0 0;
}

.woocommerce .quantity .qty {
    width: 100px;
    height: 40px;
    text-align: center;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
}
 
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
 
.woocommerce .quantity input[type=number] {
	-moz-appearance: textfield;
}
 
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	margin: 0;
	padding: 5px 25px;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 2px solid #917152;
    border-bottom-color:#917152;
    background-color: transparent;  
    border-radius: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #917152;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { 
    border-bottom: 0 solid #917152; 
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff; 
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs { 
    padding: 0;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #917152;
	color: #fff; 
	border-bottom-color:#917152;
}

.woocommerce div.product form.cart table { 
	border-bottom: 0;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: transparent;
    color: #917152;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: middle;
    line-height: 1;
    color: #000;
    font-size: 12px; 
    padding: 12px 0;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 0;
    display: table-cell;
    text-align: left;
}

.woocommerce div.product form.cart .variations select { 
    display: inline-block;
    margin-right: 0;
    border-radius: 0;
    height: 35px;
    padding: 0 10px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message { 
    line-height: 40px;
    border-top-color: #917152;
    margin-top: 20px;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { 
	color:#917152;
}

.woocommerce table tr.tax-rate small {
    display: none;
}

.woocommerce  .woocommerce-cart-form .quantity .qty {
    width: 70px;
    height: 35px;   
    font-size: 13px;
}

.woocommerce a.checkout-button.button.alt.wc-forward {
    width: 100%;
    padding: 0;
    height: 50px;
    line-height: 50px;
}

.woocommerce table.shop_table {
    border: 1px solid rgb(54 46 49 / 10%);  
    border-radius: 0;
}

.woocommerce form .form-row {
    padding: 0;
    margin: 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods { 
    padding: 0;
    border-bottom: 0;
    margin: 0; 
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

.woocommerce-payment-totals h5.checkout-title {
    margin-bottom: 0;
	margin-top: 5px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
    margin-top: 0;
    margin-right: 5px;
    margin-left: 0;
}

#ship-to-different-address  input[type=checkbox]{
    top: 1px;
}

.place-order button.button {
    width: 100% !important;
    margin-top: 20px;
    display: inline-block;
}

.woocommerce form .form-row textarea {
    height: auto !important;  
    padding: 18px;
}

.woocommerce ul.order_details { 
    padding: 0;
    text-align: center;
}

.woocommerce ul.order_details li {
    float: none; 
    display: inline-block;
}

.woocommerce a.added_to_cart {
	padding-top: 0;
	display: inline-block;
	margin-left: 15px;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after,
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
	display: none !important;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
	padding-right: 0;
}

.woocommerce-product-gallery__thumbnails{
	margin-top:30px
}

.woocommerce-product-gallery__thumbnails img{
	width: 100%;	
}

.single-product span.woocommerce-Price-amount.amount {
	font-size: 25px;
	font-weight: bold;
}

.menu-footer-container {
    color:#222;
}

.ul#menu-footer {
    padding: 0px!important;
}

#menu-footer {
    padding: 0px!important;
}
 
#disclaimer-modal .btn { 
	border-radius: 40px;
	margin: 0 15px;
}

#disclaimer-modal .modal-body {
	text-align: center;
	padding: 30px;
}

#disclaimer-modal .modal-title { 
	margin-bottom: 30px;
}

img.alignnone {
	float:none; margin: 5px 0 5px 0;
}
 
img.alignleft {
	float:left; 
	margin: 5px 10px 5px 0px;
}
 
img.aligncenter {
	display:block;
	float:none;
	margin: 5px auto;
}
 
img.alignright {
	float:right;
	margin: 5px 0 5px 10px;
}

.cart-link span.count {
	display: none;
	right: -7px;
	background: #fff;
	color: #362e31;
	font-size: 8px; 
	border-radius: 100%;
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	display: inline-block;
	position: absolute;
	top: -5px;
}

.wpcf7-list-item label {
    display: flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    align-items: center;
    justify-content: center;
}

.wpcf7-list-item label input{
    margin: 0 10px 0 0;
}

form.submitting .wpcf7-spinner{ 
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.woocommerce table.shop_table tr td .woocommerce-shipping-methods .amount {
    float: right;
}
.woocommerce table.shop_table tr.fee td,
.woocommerce table.shop_table tr.order-total td,
.woocommerce table.shop_table tr.cart-subtotal td,
.woocommerce table.shop_table tr td.product-total{
    text-align: right;
}

.woocommerce-payment-totals h5.checkout-title,
.woocommerce-shipping-totals h5.checkout-title {
    margin-bottom: 10px;
    margin-top: 15px;
}

.woocommerce-payment-totals h5.checkout-title{
    margin-bottom: 0px;
}

.woocommerce ul#shipping_method li{
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

.woocommerce ul#shipping_method li input {
    margin: 0 10px 0 0;
    vertical-align: unset;
}

label.custom-checkbox.radio {
    display: flex;
    align-items: center;
}

.woocommerce-payment-totals p { 
    margin-bottom: 0;
}
 
.woocommerce-payment-totals p b{ 
    color: #917152;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #917152;
	color: #917152;
	border-radius: 15px;
	text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ff3d00;
	color: #ff3d00;
	border-radius: 15px;
	text-align: center;
}

.wpcf7 label{
	margin-bottom: 15px;
}

#wpcf7-f2656-p2654-o1 textarea.form-control {
	height: 177px;
	margin-bottom: 30px;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: none;
}

.woocommerce form .form-row {
	padding: 0 15px;
	margin: 0;
}
/*
Theme Name: Theme  
Author: CLEAR Media s.r.o.
Author URI: https://www.clearmedia.sk
Description: Custom theme developed by Miroslav Ivančík
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE 
*/ 

body #cc--floating--button { 
	line-height: 58px; 
}/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

 .datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
  }
  .datepicker-inline {
    width: 220px;
  }
  .datepicker-rtl {
    direction: rtl;
  }
  .datepicker-rtl.dropdown-menu {
    left: auto;
  }
  .datepicker-rtl table tr td span {
    float: right;
  }
  .datepicker-dropdown {
    top: 0;
    left: 0;
  }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
  }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
  }
  .datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
  }
  .datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
  }
  .datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
  }
  .datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
  }
  .datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
  }
  .datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
  }
  .datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
  }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .datepicker td,
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
  }
  .table-striped .datepicker table tr td,
  .table-striped .datepicker table tr th {
    background-color: transparent;
  }
  .datepicker table tr td.day:hover,
  .datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
  }
  .datepicker table tr td.old,
  .datepicker table tr td.new {
    color: #999;
  }
  .datepicker table tr td.disabled,
  .datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
  }
  .datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
  }
  .datepicker table tr td.today,
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
  }
  .datepicker table tr td.today:hover,
  .datepicker table tr td.today:hover:hover,
  .datepicker table tr td.today.disabled:hover,
  .datepicker table tr td.today.disabled:hover:hover,
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled:hover.active,
  .datepicker table tr td.today.disabled,
  .datepicker table tr td.today:hover.disabled,
  .datepicker table tr td.today.disabled.disabled,
  .datepicker table tr td.today.disabled:hover.disabled,
  .datepicker table tr td.today[disabled],
  .datepicker table tr td.today:hover[disabled],
  .datepicker table tr td.today.disabled[disabled],
  .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
  }
  .datepicker table tr td.today:active,
  .datepicker table tr td.today:hover:active,
  .datepicker table tr td.today.disabled:active,
  .datepicker table tr td.today.disabled:hover:active,
  .datepicker table tr td.today.active,
  .datepicker table tr td.today:hover.active,
  .datepicker table tr td.today.disabled.active,
  .datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
  }
  .datepicker table tr td.today:hover:hover {
    color: #000;
  }
  .datepicker table tr td.today.active:hover {
    color: #fff;
  }
  .datepicker table tr td.range,
  .datepicker table tr td.range:hover,
  .datepicker table tr td.range.disabled,
  .datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .datepicker table tr td.range.today,
  .datepicker table tr td.range.today:hover,
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today.disabled:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .datepicker table tr td.range.today:hover,
  .datepicker table tr td.range.today:hover:hover,
  .datepicker table tr td.range.today.disabled:hover,
  .datepicker table tr td.range.today.disabled:hover:hover,
  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today:hover:active,
  .datepicker table tr td.range.today.disabled:active,
  .datepicker table tr td.range.today.disabled:hover:active,
  .datepicker table tr td.range.today.active,
  .datepicker table tr td.range.today:hover.active,
  .datepicker table tr td.range.today.disabled.active,
  .datepicker table tr td.range.today.disabled:hover.active,
  .datepicker table tr td.range.today.disabled,
  .datepicker table tr td.range.today:hover.disabled,
  .datepicker table tr td.range.today.disabled.disabled,
  .datepicker table tr td.range.today.disabled:hover.disabled,
  .datepicker table tr td.range.today[disabled],
  .datepicker table tr td.range.today:hover[disabled],
  .datepicker table tr td.range.today.disabled[disabled],
  .datepicker table tr td.range.today.disabled:hover[disabled] {
    background-color: #f3e97a;
  }
  .datepicker table tr td.range.today:active,
  .datepicker table tr td.range.today:hover:active,
  .datepicker table tr td.range.today.disabled:active,
  .datepicker table tr td.range.today.disabled:hover:active,
  .datepicker table tr td.range.today.active,
  .datepicker table tr td.range.today:hover.active,
  .datepicker table tr td.range.today.disabled.active,
  .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
  }
  .datepicker table tr td.selected,
  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected.disabled,
  .datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    border-color: #808080 ;
    color: #fff;
  }
  .datepicker table tr td.selected:hover,
  .datepicker table tr td.selected:hover:hover,
  .datepicker table tr td.selected.disabled:hover,
  .datepicker table tr td.selected.disabled:hover:hover,
  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected:hover:active,
  .datepicker table tr td.selected.disabled:active,
  .datepicker table tr td.selected.disabled:hover:active,
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected:hover.active,
  .datepicker table tr td.selected.disabled.active,
  .datepicker table tr td.selected.disabled:hover.active,
  .datepicker table tr td.selected.disabled,
  .datepicker table tr td.selected:hover.disabled,
  .datepicker table tr td.selected.disabled.disabled,
  .datepicker table tr td.selected.disabled:hover.disabled,
  .datepicker table tr td.selected[disabled],
  .datepicker table tr td.selected:hover[disabled],
  .datepicker table tr td.selected.disabled[disabled],
  .datepicker table tr td.selected.disabled:hover[disabled] {
    background-color: #808080;
  }
  .datepicker table tr td.selected:active,
  .datepicker table tr td.selected:hover:active,
  .datepicker table tr td.selected.disabled:active,
  .datepicker table tr td.selected.disabled:hover:active,
  .datepicker table tr td.selected.active,
  .datepicker table tr td.selected:hover.active,
  .datepicker table tr td.selected.disabled.active,
  .datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
  }
  .datepicker table tr td.active,
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active.disabled,
  .datepicker table tr td.active.disabled:hover {
    background-color: #917152; 
    border-color: #917152; 
    color: #fff; 
  }
  .datepicker table tr td.active:hover,
  .datepicker table tr td.active:hover:hover,
  .datepicker table tr td.active.disabled:hover,
  .datepicker table tr td.active.disabled:hover:hover,
  .datepicker table tr td.active:active,
  .datepicker table tr td.active:hover:active,
  .datepicker table tr td.active.disabled:active,
  .datepicker table tr td.active.disabled:hover:active,
  .datepicker table tr td.active.active,
  .datepicker table tr td.active:hover.active,
  .datepicker table tr td.active.disabled.active,
  .datepicker table tr td.active.disabled:hover.active,
  .datepicker table tr td.active.disabled,
  .datepicker table tr td.active:hover.disabled,
  .datepicker table tr td.active.disabled.disabled,
  .datepicker table tr td.active.disabled:hover.disabled,
  .datepicker table tr td.active[disabled],
  .datepicker table tr td.active:hover[disabled],
  .datepicker table tr td.active.disabled[disabled],
  .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #917152;
  }
  .datepicker table tr td.active:active,
  .datepicker table tr td.active:hover:active,
  .datepicker table tr td.active.disabled:active,
  .datepicker table tr td.active.disabled:hover:active,
  .datepicker table tr td.active.active,
  .datepicker table tr td.active:hover.active,
  .datepicker table tr td.active.disabled.active,
  .datepicker table tr td.active.disabled:hover.active {
    background-color: #917152;  
  }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .datepicker table tr td span:hover,
  .datepicker table tr td span.focused {
    background: #eee;
  }
  .datepicker table tr td span.disabled,
  .datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
  }
  .datepicker table tr td span.active,
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active.disabled:hover {
    background-color: #917152; 
    border-color: #917152; 
    color: #fff; 
  }
  .datepicker table tr td span.active:hover,
  .datepicker table tr td span.active:hover:hover,
  .datepicker table tr td span.active.disabled:hover,
  .datepicker table tr td span.active.disabled:hover:hover,
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled:hover.active,
  .datepicker table tr td span.active.disabled,
  .datepicker table tr td span.active:hover.disabled,
  .datepicker table tr td span.active.disabled.disabled,
  .datepicker table tr td span.active.disabled:hover.disabled,
  .datepicker table tr td span.active[disabled],
  .datepicker table tr td span.active:hover[disabled],
  .datepicker table tr td span.active.disabled[disabled],
  .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #917152;
  }
  .datepicker table tr td span.active:active,
  .datepicker table tr td span.active:hover:active,
  .datepicker table tr td span.active.disabled:active,
  .datepicker table tr td span.active.disabled:hover:active,
  .datepicker table tr td span.active.active,
  .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span.active.disabled.active,
  .datepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
  }
  .datepicker table tr td span.old,
  .datepicker table tr td span.new {
    color: #999;
  }
  .datepicker .datepicker-switch {
    width: 145px;
  }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer;
  }
  .datepicker .datepicker-switch:hover,
  .datepicker .prev:hover,
  .datepicker .next:hover,
  .datepicker tfoot tr th:hover {
    background: #eee;
  }
  .datepicker .prev.disabled,
  .datepicker .next.disabled {
    visibility: hidden;
  }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
  }
  .input-append.date .add-on,
  .input-prepend.date .add-on {
    cursor: pointer;
  }
  .input-append.date .add-on i,
  .input-prepend.date .add-on i {
    margin-top: 3px;
  }
  .input-daterange input {
    text-align: center;
  }
  .input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  }
  .input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
  }
  .input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
  }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333333;
    font-size: 13px;
    line-height: 20px;
  }
  .datepicker.dropdown-menu th,
  .datepicker.datepicker-inline th,
  .datepicker.dropdown-menu td,
  .datepicker.datepicker-inline td {
    padding: 4px 5px;
  } 

.datepicker.dropdown-menu{
    width: auto;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover { 
    opacity: 0.5;
}
.datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
    padding: 0;
    width: 35px;
    height: 35px;
}

.datepicker-days table{
    border: 0 !important;
}

.datepicker-days table thead {
    background-color: transparent;
}
