/*
File Name: style.css
Theme Name:  CCR RT | Child Theme
Author: RealDecoy
Version: 1.0
Description: Custom Child Theme for RT-Theme 20
Text Domain: rt-theme-20
Template: rt-theme-20
*/

.product-nav ul {
	display: none;
}

.product-nav .current-cat ul, .product-nav .current-cat-ancestor ul {
	display: block;
}

.product-info {
	display: flex;
}

.product-info .product-column {
	padding: 20px;
	width: 25%;
}

.product-info .product-column.product-thumbnail .add_to_cart_button, .product-info .product-column.product-thumbnail .wishlist-icon, .product-info .product-column.product-thumbnail .quickview {
	display: none;
}

.product-column.product-details a, .product-column .woocommerce.add_to_cart_inline.add_to_cart_btn_style1 .add_to_cart_button {
	max-width: 100%;
	margin-left: 20px;
}

.shop-sidebar ul.product-nav a {
	display: inline-block;
}

.home .shop-sidebar ul.product-nav {
	margin-top: 0;
}

.home .shop-sidebar h5 {
	position: static;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	margin-top: 0;
	display: block;
	padding: 20px;
	text-align: left;
	margin-bottom: 10px;
}

.home .shop-sidebar ul.product-nav {
	width: 100%;
}

.home .shop-sidebar {
	padding: 0 15px;
}

@media (max-width: 991px) {
	.home .shop-sidebar {
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1350px) {
	.shop-content .shop-sidebar {
		margin-left: 0;
		width: 19%;
		border-right: 2px solid #fff;
	}
	.shop-content .shop-sidebar h5 {
		font-size: 15px;
	}
	.product-column .woocommerce.add_to_cart_inline.add_to_cart_btn_style1 .add_to_cart_button {
		width: auto;
		height: auto;
	}
/*  .shop-content .shop-sidebar {
    float: none;
    position: fixed;
    width: 260px !important;
    top: 0;
    left: -260px;
    height: 100vh;
    background: #fff;
    z-index: 999;
    float: none !important;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px;
    border-right: 1px solid #ccc;
    transition: all 0.5s;
  }
  
  .mobile-sidebar {
    display: block;
} */
}

.pum .pum-container.popmake.pum-responsive.pum-responsive-medium.active form p label input, .pum .pum-container.popmake.pum-responsive.pum-responsive-medium.active form p label input[type="tel"], .pum .pum-container.popmake.pum-responsive.pum-responsive-medium.active form p label textarea {
	max-width: 100%;
}

.pum-container.popmake.pum-responsive.pum-responsive-medium.active .wpb_wrapper {
	max-width: 100%;
}

.pum .pum-container.popmake.pum-responsive.pum-responsive-medium.active form {
	margin-right: 0;
}

.products-wrapper .woocommerce.add_to_cart_inline .added_to_cart {
	background-color: #296cb3;
	border-radius: 3px;
	margin: 5px auto 5px auto;
	width: 210px;
    height: 42px;
    line-height: 1;
}

.product-thumbnail span {
	display: none;
}

.products-wrapper .promo-text-container a, .products-wrapper .technical-knowledge-contact-button a, .products-wrapper .theme-primary > button, .products-wrapper .theme-primary a {
	background-color: #F18842;
	color: white;
}

.products-wrapper .promo-text-container a:hover, .products-wrapper .promo-text-container a:focus, .products-wrapper .technical-knowledge-contact-button a:hover, .technical-knowledge-contact-button a:focus, .products-wrapper .theme-primary > button:hover, .products-wrapper .theme-primary > button:focus, .products-wrapper .theme-primary a:hover, .products-wrapper .theme-primary a:focus {
	background-color: #ED5F00;
}

.promo-text-container a,
.technical-knowledge-contact-button a,
.theme-primary > button, .theme-primary a {
    background-color: #F18842;
	color: white;
}

.product-info > .product-column.product-thumbnail h2 a {
	text-decoration: underline;
}

/* Inquire Now Button */

.products-wrapper .button-inquire {
	width:210px;
	height:42px;
	margin-top:15px;
	background:#F18842;
	color:#ffffff;
	padding:16px;
	max-width:unset;
	
}

.inquiry-list:hover, .inquiry-list:focus {
	background-color: #88A1D2;
}

.products-wrapper .button-inquire:hover, .products-wrapper .button-inquire:focus {
	opacity: 0.85;
}

/* Data Sheet Button */

.products-wrapper .button-data-sheet{
	border-radius:20px;
	width:210px;
	height:42px;
	margin-top:25px;
	background:#2A6CB3;
	color:#ffffff;
	padding:16px;
	max-width:unset;
	
}

.products-wrapper .button-data-sheet:hover, .products-wrapper .button-data-sheet:focus {
	opacity: 0.7;
}

/* Add to inquiry list button */

.products-wrapper .woocommerce.add_to_cart_inline.add_to_cart_btn_style1 .add_to_cart_button {
	background-color:#2A6CB3;
	margin-bottom:25px;
	width:210px;
	height:42px;
	margin-left:0;
	margin-right:0;
	max-width:unset;
}

/* Products subnav */

/* Shop Filter options */
.shop-sidebar, .product-nav {
	height: auto !important;
}
.shop-sidebar ul.product-nav {
	padding-left: 0px;
	justify-self: center;
	width: fit-content;
}

.shop-sidebar ul.product-nav a {
	font-size: 14px;
}

.shop-sidebar ul.product-nav > li {
	border-top: 1px solid #CBD5E7;
	padding: 0px;
	margin-top: 0px;
}

.shop-sidebar ul.product-nav > li:first-child {
	border-top: none;
}

.shop-sidebar ul.product-nav > .cat-item.current-cat {
	border: none;
	padding: 0;
}

.shop-sidebar ul.product-nav li ul {
	padding-left: 20px;
}

.shop-sidebar ul.product-nav > .cat-item.current-cat > a {
	padding: 18px 12px;
	border-radius: 3px;
	margin-bottom: 0;
}

.site-header-wrapper nav {
	height: 60px !important;
}

.product-column.product-details a {
	padding: 13px !important;
}

shop-sidebar ul.product-nav li, .woocommerce .shop-sidebar ul.product-nav li {
	margin: 0;
}

.shop-sidebar ul.product-nav li a, .woocommerce .shop-sidebar ul.product-nav li a {
	padding: 18px 12px;
    border-radius: 3px;
    margin-bottom: 0;
    display: block;
}

.shop-sidebar ul.product-nav a:hover, .shop-sidebar ul.product-nav a:focus, .woocommerce .shop-sidebar ul.product-nav li a:hover, .woocommerce .shop-sidebar ul.product-nav li a:focus {
	background: #23527c;
	color: #fff;
	text-decoration: none;
}

.woocommerce .shop-sidebar ul.product-nav li.current-cat > a {
	background-color: #0C1E32;
	padding: 18px 12px;
}

.woocommerce .shop-sidebar ul.product-nav li.current-cat > a:hover, .woocommerce .shop-sidebar ul.product-nav li.current-cat > a:focus {
	opacity: 0.8;
}

@media (min-width: 992px) {
	.main-contianer > .vc_column-inner > .wpb_wrapper {
		margin-left: 30px;
	}
	.highlights-container.vc_custom_1638474008664 {
		padding: 0 !important;
		margin: 0;
		margin-top: -5px;
	}
	div#wpcf7-f763-p7-o2 {
		margin-top: 115px;
	}
}

.main-contianer .highlights-box {
	max-width: calc(50% - 15px);
	min-height: 225px;
	border: solid 2px #E7E7E7;
	border-radius: 2px;
	margin: 0;
}

.main-contianer .highlights-box:last-child {
	margin-left: 30px;
	margin-right: 0;
}

.main-contianer .metaslider .flexslider {
	margin-bottom: 30px;
}

.main-contianer .metaslider .flex-control-nav {
	bottom: 25px;
	width: 120px;
}

.main-contianer .highlights-box .vc_btn3-container {
	margin-bottom: 14px;
}

.main-content .metaslider .caption-wrap {
	text-align: right;
    background: rgba(255,255,255,0.5);
    color: #2A6CB3;
    opacity: 1;
    padding: 1em;
}

.main-content .metaslider .caption {
font-family: Poppins;
    font-weight: 600;
    font-size: 35px;
}

.page-id-7 .wpb_wrapper span a, .page-id-7 h2, .page-id-7 .wpb_wrapper > p {
	padding-left: 90px;
}

.page-id-346 .vc_single_image-img  {
	opacity: 0.5;
}

.page-id-346 .ccr-row-2 h2 {
	z-index: 100;
}

.vc_col-sm-12 hr {
	border-top: 1px solid #707070;
	margin-top: 18px;
}

.vc_col-sm-12 .wpb_wrapper span a, .vc_col-sm-12 .breadcrumb_last {
	
}

body .vc_column_container>.vc_column-inner {
	margin-top: 14px;
}

body.page-id-346 .vc_column_container>.vc_column-inner {
	
}

.ccr-row-2 h2.wpb_singleimage_heading, .ccr-row-5 h2.wpb_singleimage_heading {
	position: absolute;
    top: 80px;
    left: 100px;
    color: #2A6CB3;
    background: rgba(255,255,255,0.7);
    width: 100%;
    height: 56px;
    padding: 10px 0;
    bottom: -10px;
    top: auto;
    right: 16px;
    left: auto;
    text-align: right;
    padding-right: 50px;
    /* outline: 1px solid red; */
    /* box-sizing: border-box; */
    width: calc(100% - 30px);
}

.wpb_single_image.vc_align_center {
	position: relative;
}

.page-id-24 .wpb_single_image.vc_align_center h2.wpb_singleimage_heading,
.page-id-868 .wpb_single_image.vc_align_center h2.wpb_singleimage_heading, 
.page-id-906 .wpb_single_image.vc_align_center h2.wpb_singleimage_heading {
	width: 100%;
	right: 0;
}

header .sub-header img {
	width: auto;
}

header .sub-header a:first-child img {
	width: 135px;
}

header a.inquiry-list {
	margin-top: 8px;
}

/* Contact form */

body .contact-form-container form input[type="submit"] {
	    background-color: #F18842;
}

body .contact-form-container form input[type="submit"]:focus, body .contact-form-container form input[type="submit"]:hover {
	background-color: #ED5F00;
}

/* Footer copyright/terms */

body #site-footer .footer-bottom .col-terms-nav {
	text-align: center;
}

body #site-footer .footer-bottom .col-terms-nav a {
	display: inline-block;
	margin-right: 55px;
}

.footer-bottom .container-fluid {
	max-width: 690px;
}

body h1 {
	color: #2A6CB3;
	font-family: Poppins;
    font-weight: 600;
    font-size: 35px;
    text-align: left;
}

.page-id-315 h1.text-center {
	max-width: 1195px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 14px;
}

body #site-footer a {
	font-size: 14px;
	font-weight: 600;
}

body #site-footer p {
	color: #000;
}

body .main-footer > div > div > div .footer-widget .wp-block-column:nth-child(3) > div {
	margin: 0 0 0 20px;
	width: 300px;
}

.column-logo-last {
	margin-left: 19px;
	margin-right: -19px;
}

button.pum-close.popmake-close {
	opacity: 1;
}

p button.pum-close.popmake-close {
	opacity: 0;
}

body .pum-container.popmake.pum-responsive.pum-responsive-medium.active form input[type="submit"] {
	background-color: #F18842;
}

body .pum-container.popmake.pum-responsive.pum-responsive-medium.active form input[type="submit"]:hover, body .pum-container.popmake.pum-responsive.pum-responsive-medium.active form input[type="submit"]:focus {
	background-color: #ED5F00;
}

.page-id-7 .woocommerce a.gray-button {
	background: #2A6CB3;
	color: #fff !important;
}

.page-id-7 .woocommerce a.gray-button:hover, .page-id-7 .woocommerce a.gray-button:focus {
	background: #1F5288;
}

.page-id-7 #wpcf7-f763-p7-o2 input[type=submit] {
	border: none;
	background-color: #F18842;
}

.page-id-7 #wpcf7-f763-p7-o2 input[type=submit]:hover, .page-id-7 #wpcf7-f763-p7-o2 input[type=submit]:focus {
	background-color: #ED5F00;
}



/* .page-id-906 .wpb_singleimage_heading {
	padding: 20px;
	background: rgba(255,255,255,0.5);
	margin-top: -20px;
} */

ul.ak-ul li {
	list-style-position: outside;
}

#site-footer .footer-bottom .copyright a:hover, #site-footer .footer-bottom .copyright a:focus {
	color: #f18842;
}

#wpcf7-f763-p7-o2 label {
	color: black;
    font-weight: bold;
}

#wpcf7-f763-p7-o2 input, #wpcf7-f763-p7-o2 textarea {
	border: 2px solid #7B91BC;
    background: #F6F9FF;
    border-radius: 3px;
}

.technical-knowledge-header-column {
	align-items: center;
}

body #site-footer .wp-block-column:nth-child(3) a {
	text-decoration: underline;
	font-weight: 400;
}

body #site-footer, body #site-footer p, body #site-footer a {
	font-size: 15px;
	line-height: 21px;
}

body #site-footer .wp-block-column:nth-child(2) a {
	color: #2A6CB3 !important;
}

.category-banner {
	position: relative;
}

.category-banner h2 {
	position: absolute;
	color: #2A6CB3;
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 56px;
	padding: 10px 0;
	bottom: -10px;
	top: auto;
	left: 0;
	text-align: right;
	padding-right: 50px;
}

.product-grid-item h2 {
	background: #2C6CB0;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-grid-item h2 a {
	color: #fff;
	min-height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 10px solid #2C6CB0;
	padding: 20px;
	width: 100%;
}

.product-grid-item h2 a:hover, .product-grid-item h2 a:focus {
	border-left: 10px solid #ED5F00;
}

@media screen and (max-width: 830px) {
	.products.product-columns.product-column-1 .product {
		display: none;
	}
}

body .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a.product-thumbnail {
	margin-right: 20px;
    width: 55px;
    display: inline-block;
    text-align: center;
    border: none;
}

body .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a.product-thumbnail img {
	width: auto;
    max-height: 100px;
    max-width: 55px;
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove {
	width: 10%;
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name {
	width: 90%;
}

#info-page-header-column {
	background: url('img/cta-bg-circles.png') no-repeat 0 0;
	background-size: cover;
	background-position: center;
}

.page-id-2785 .ccr-row-2 {
	margin-bottom: 0;
}

.page-id-2785 .vc_custom_1649358068218 {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.page-id-2785 .ccr-row-2 h2.wpb_singleimage_heading, .page-id-2824 .ccr-row-2 h2.wpb_singleimage_heading {
	width: 100%;
	left: 0;
}

@media (max-width: 991px) {
	.woocommerce .shop-sidebar ul.product-nav > li {
		padding: 0;
	}
	.shop-sidebar ul.product-nav li a, .woocommerce .shop-sidebar ul.product-nav li a {
		padding: 10px;
	}
	.shop-content .shop-sidebar.opened {
		margin-top: 0;
		padding-top: 0;
	}

	.shop-sidebar {
		max-height: 100%;
    overflow: scroll;
	}
	
	.shop-content .shop-sidebar.opened h5 {
		margin-top: 0;
	}
	
	.shop-content .shop-sidebar.opened .product-nav {
		margin-top: 66px;
	}

	.category-banner h2 {
		font-size: 20px;
		line-height: 1.75;
	}
	
	.main-content .metaslider .caption {
		font-size: 20px;
		line-height: 2.5;
	}
	
	.main-contianer .metaslider .flex-control-nav {
		bottom: 18px;
	}
	
	body .flex-control-paging li a {
		width: 8px;
		height: 8px;
	}
	
	.product-info .product-column {
		font-size: 12px;
	}
	
	.mobile-product-title {
		padding: 10px 12px;
		font-size: 12px;
	}
	
	.mobile-product-wrapper .product-number .mobile-product-content, .products-wrapper .mobile-product-content {
		font-size: 12px;
	}
	
	.mobile-product-wrapper .product-number, .mobile-product-wrapper .description, .mobile-product-wrapper .packaging, .mobile-product-wrapper .details {
		padding-bottom: 10px;
	}
	
	.ccr-row-2 h2.wpb_singleimage_heading {
		margin-top: 0;
		position: static;
		height: auto;
		padding: 0;
		font-size: 24px;
	}
	
	.post-868 .ccr-row-2, .post-906 .ccr-row-2 {
		margin-top: 0;
	}
	.post-868 h1, .post-906 h1, .page-id-24 h2, .page-id-346 h2 {
		font-size: 20px;
	}
	
	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
		margin-bottom: 12px;
	}
}

/* Tablet styles */

@media (min-width: 768px) and (max-width: 1100px) {
	body #site-footer .main-footer > div > div > div .footer-widget .wp-block-column:nth-child(3) > div {
		margin: 0 !important;
	}
	body #site-footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
		flex-basis: calc(33% - var(--wp--style--block-gap, 2em)/2)!important;
    margin-left: var(--wp--style--block-gap,1em);
	}
	.post-868 .vc_row.vc_row-o-columns-middle, .post-906 .vc_row.vc_row-o-columns-middle {
		margin-left: 15px;
		margin-right: 15px;
		min-height: 0 !important;
	}
	.vc_row-fluid.contact-us-information .vc_column_container {
		flex: 0 0 100%;
		width: 100%;
	}
	.vc_row-fluid.contact-us-information .wpb_content_element {
		margin-bottom: 12px;
	}
	.page-id-7 .entry-content {
		padding: 0 15px;
	}
	#wpcf7-f763-p7-o2 input {
		max-width: 100%;
	}
}
@media (max-width: 830px) {
	body .pum-container.popmake.pum-responsive.pum-responsive-medium.active {
		max-width: 100% !important;
		min-width: 100% !important;
		left: 0 !important;
	}
	
	body .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a.product-thumbnail {
		display: none;
	}
	body .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name {
		text-align: left !important;
	}
	
	body .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: block;
		float: none;
	}
}

#metaslider_32 .flex-control-nav li:nth-child(5) {
	display: none;
}

@media (max-width: 959px) {
	.products-wrapper .button-inquire, .woocommerce div.products .product .product-details a {
		max-width: 100% !important;
		
	}
}

@media (min-width: 768px) and (max-width: 959px) {
	.products-wrapper .button-inquire, .woocommerce div.products .product .product-details a {
		margin-left: 20px !important;
		width: auto !important;
	}
}

@media (max-width: 767px) { /* mobile footer */
	body .main-footer > div > div > div .footer-widget .wp-block-column:nth-child(3) > div{
		margin-left: auto !important;
		margin-right: auto !important;
		width: 220px;
	}
}

@media (max-width: 1120px) {
	.product-grid-item h2 {
		font-size: 15px;
	}
}

@charset "UTF-8";html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,th {
    padding: 0
}

@media print {
    *,*:before,*:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret,.dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,.table th {
        background-color: #fff !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format('woff2'), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format('woff'), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format('truetype'), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

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

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

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

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

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

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

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

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

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

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%
}

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

h2,.h2 {
    font-size: 30px
}

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

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

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

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

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size:21px
    }
}

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

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

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0
}

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

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

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

dt,dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

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

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

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

    .dl-horizontal dd {
        margin-left: 180px
    }
}

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

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0
}

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

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
    content: ''
}

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

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

code,kbd,pre,samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

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

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td {
    border-top: 0
}

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

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

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

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

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

.table-bordered > thead > tr > th,.table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

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

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

    .table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    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 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    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 {
    border: 0;
    background-color: transparent
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
        line-height:34px
    }

    input[type="date"].input-sm,.input-group-sm > input.form-control[type="date"],.input-group-sm > input.input-group-addon[type="date"],.input-group-sm > .input-group-btn > input.btn[type="date"],input[type="time"].input-sm,.input-group-sm > input.form-control[type="time"],.input-group-sm > input.input-group-addon[type="time"],.input-group-sm > .input-group-btn > input.btn[type="time"],input[type="datetime-local"].input-sm,.input-group-sm > input.form-control[type="datetime-local"],.input-group-sm > input.input-group-addon[type="datetime-local"],.input-group-sm > .input-group-btn > input.btn[type="datetime-local"],input[type="month"].input-sm,.input-group-sm > input.form-control[type="month"],.input-group-sm > input.input-group-addon[type="month"],.input-group-sm > .input-group-btn > input.btn[type="month"],.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,.input-group-lg > input.form-control[type="date"],.input-group-lg > input.input-group-addon[type="date"],.input-group-lg > .input-group-btn > input.btn[type="date"],input[type="time"].input-lg,.input-group-lg > input.form-control[type="time"],.input-group-lg > input.input-group-addon[type="time"],.input-group-lg > .input-group-btn > input.btn[type="time"],input[type="datetime-local"].input-lg,.input-group-lg > input.form-control[type="datetime-local"],.input-group-lg > input.input-group-addon[type="datetime-local"],.input-group-lg > .input-group-btn > input.btn[type="datetime-local"],input[type="month"].input-lg,.input-group-lg > input.form-control[type="month"],.input-group-lg > input.input-group-addon[type="month"],.input-group-lg > .input-group-btn > input.btn[type="month"],.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"] {
        line-height: 46px
    }
}

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

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

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

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

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

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,.input-group-lg > .form-control.form-control-static,.input-group-lg > .input-group-addon.form-control-static,.input-group-lg > .input-group-btn > .btn.form-control-static,.form-control-static.input-sm,.input-group-sm > .form-control.form-control-static,.input-group-sm > .input-group-addon.form-control-static,.input-group-sm > .input-group-btn > .btn.form-control-static {
    padding-left: 0;
    padding-right: 0
}

.input-sm,.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-sm,.input-group-sm > select.form-control,.input-group-sm > select.input-group-addon,.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px
}

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

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

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

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

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

.input-lg,.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.33333;
    border-radius: 6px
}

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

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

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

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

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

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

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

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

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

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

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

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

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

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

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

.has-warning .form-control {
    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;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

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

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

.has-error .form-control {
    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;
    border-color: #a94442;
    background-color: #f2dede
}

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

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

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

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,.form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

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

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

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

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

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

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: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;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

.btn:hover,.btn:focus,.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none;
    -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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

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 > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,.btn-default.active:hover,.open > .btn-default.dropdown-toggle:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .btn-default.dropdown-toggle:focus,.btn-default:active.focus,.btn-default.active.focus,.open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,.btn-default.active,.open > .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,.btn-primary.active,.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,.btn-primary.active:hover,.open > .btn-primary.dropdown-toggle:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open > .btn-primary.dropdown-toggle:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,.btn-primary.active,.open > .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

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

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,.btn-success.active,.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,.btn-success.active:hover,.open > .btn-success.dropdown-toggle:hover,.btn-success:active:focus,.btn-success.active:focus,.open > .btn-success.dropdown-toggle:focus,.btn-success:active.focus,.btn-success.active.focus,.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,.btn-success.active,.open > .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,.btn-info.active,.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,.btn-info.active:hover,.open > .btn-info.dropdown-toggle:hover,.btn-info:active:focus,.btn-info.active:focus,.open > .btn-info.dropdown-toggle:focus,.btn-info:active.focus,.btn-info.active.focus,.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,.btn-info.active,.open > .btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,.btn-warning.active:hover,.open > .btn-warning.dropdown-toggle:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open > .btn-warning.dropdown-toggle:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,.btn-warning.active,.open > .btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

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

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,.btn-danger.active:hover,.open > .btn-danger.dropdown-toggle:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open > .btn-danger.dropdown-toggle:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,.btn-danger.active,.open > .btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

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

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

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

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

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

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

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

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

.btn-block + .btn-block {
    margin-top: 5px
}

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

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

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

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .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);
    background-clip: padding-box
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

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

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

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

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

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

.open > a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn,.btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:hover,.btn-group-vertical > .btn:hover,.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

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

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle,.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 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,.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,.dropup .btn-group-lg > .btn .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:before,.btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

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

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn,.btn-group-vertical > .btn + .btn-group,.btn-group-vertical > .btn-group + .btn,.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-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-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn,.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"],[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],[data-toggle="buttons"] > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 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-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

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

.input-group-addon.input-lg,.input-group-lg > .form-control.input-group-addon,.input-group-lg > .input-group-addon,.input-group-lg > .input-group-btn > .btn.input-group-addon {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

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

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover,.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

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

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

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

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

.nav-justified,.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li,.nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a,.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu,.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li,.nav-tabs.nav-justified > li {
        display:table-cell;
        width: 1%
    }

    .nav-justified > li > a,.nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a,.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a,.nav-tabs.nav-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus,.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

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

    .nav-tabs-justified > .active > a,.nav-tabs.nav-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus,.nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

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

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

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

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

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

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

.navbar-header:after {
    clear: both
}

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

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

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

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

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

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

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

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius:0
    }
}

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

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

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

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

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .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);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,.navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width:auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

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

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

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm,.btn-group-sm > .btn.navbar-btn {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs,.btn-group-xs > .btn.navbar-btn {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

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

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

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

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

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

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

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

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

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

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

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

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

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

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

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

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

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color:#090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909
    }

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

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
    color: #fff
}

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

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

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.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;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a,.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a,.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

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

.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

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

.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a,.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:before,.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a,.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:hover,.pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a,.pager .next > span {
    float: right
}

.pager .previous > a,.pager .previous > span {
    float: left
}

.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: #5e5e5e
}

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

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

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

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

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

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

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

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

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

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px
}

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

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.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 {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

.thumbnail > img,.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert > p,.alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-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 {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    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 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    zoom:1;overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media > .pull-right {
    padding-left: 10px
}

.media-left,.media > .pull-left {
    padding-right: 10px
}

.media-left,.media-right,.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

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

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

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.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-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

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

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

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

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

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group,.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-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-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table {
    margin-bottom: 0
}

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

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

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

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

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

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

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

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

.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

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

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

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

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

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

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

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

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

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

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

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

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

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

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

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

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

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

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

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

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

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

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

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    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)
}

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

.popover.right {
    margin-left: 10px
}

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

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #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, 0.25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner > .item > img,.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.next,.carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev,.carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left,.carousel-inner > .item.prev.right,.carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    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)
}

.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: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-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: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

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

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

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

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

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

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

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

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

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

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,td.visible-md {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

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

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider:not(.slick-vertical) .slick-track,.slick-slider:not(.slick-vertical) .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: none
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    cursor: pointer;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-image: none;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 68%;
    border-bottom-color: #ec7a5c;
    animation: rotation 1s infinite linear
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-prev,.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: 0.25
}

.slick-prev:before,.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir="rtl"] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir="rtl"] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75
}

.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    cursor: pointer;
    z-index: 8060;
    width: 40px;
    height: 40px;
    background-image: none;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    border-bottom-color: #ec7a5c;
    animation: rotation 1s infinite linear
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat;
    display: none
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: visible !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
        background-image:url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}
@charset "UTF-8";html {
    overflow-x: hidden
}

body {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    background-color: #f5f5f5
}

@font-face {
    font-family: "minicart-font";
    src: url('../inc/fonts/minicart-font/minicart-font.eot?v=1.0');
    src: url('../inc/fonts/minicart-font/minicart-font.eot?#iefix&v=1.0') format('embedded-opentype'), url('../inc/fonts/minicart-font/minicart-font.woff?v=1.0') format('woff'), url('../inc/fonts/minicart-font/minicart-font.ttf?v=1.0') format('truetype'), url('../inc/fonts/minicart-font/minicart-font.svg?v=1.0#minicart-font') format('svg');
    font-weight: normal;
    font-style: normal;
}

.products-wrapper {
    background-color: #fff;
    position: relative;
    transition: all 0.5s
}

.products-wrapper.page-boxed-layout {
    box-shadow: 0px 0px 20px #ccc
}

.products-wrapper.page-footer-hidden footer#site-footer {
    display: none
}

.products-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s
}

.products-wrapper.opened:after {
    opacity: 1;
    width: 100%;
    height: 100%
}

.products-wrapper.mobile-opened {
    transform: translate(-290px)
}

h1 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 53px;
    color: #000
}

h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 35px;
    color: #000
}

h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    color: #000
}

h4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    color: #000
}

a,a:hover,a:focus {
    text-decoration: none;
    outline: none;
    transition: all 0.3s
}

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

hr {
    margin-top: 16px;
    margin-bottom: 24px
}

blockquote {
    padding: 30px 20px;
    border-color: #f18842;
    background-color: #f5f5f5;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #222
}

blockquote p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #222;
    margin-bottom: 0
}

label {
    font-weight: normal;
    color: #666;
    cursor: pointer
}

input.form-control,select.form-control,textarea.form-control {
    color: #999;
    padding: 10px;
    height: auto;
    border-color: #e8e8e8;
    border-radius: 2px
}

input.sb-search-input {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 7px 15px;
    color: #777;
    background: transparent;
    font-weight: 600;
    font-size: 30px
}

abbr[title] {
    text-decoration: none
}

table th {
    text-align: left
}

.form-control:focus {
    border-color: #e8e8e8;
    -webkit-box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7);
    box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7)
}

.title {
    position: relative;
    margin: 0 0 40px
}

.title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    height: 1px;
    background: #ececec
}

.title span {
    position: relative;
    text-transform: uppercase
}

h2.title span {
    background: #fff;
    padding: 0 20px
}

.page-banner .original-title {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 65px;
    height: 40vh;
    width: 100%;
    display: table
}

.page-banner .original-title .page-title {
    text-align: center;
    font-size: 65px;
    color: #fff;
    margin: 0;
    display: table-cell;
    vertical-align: middle
}

.sort-select {
    background: url('../images/down-black.png') no-repeat right 10px center;
    padding: 5px 30px 5px 10px;
    -moz-appearance: none;
    -webkit-appearance: none
}

select.sort-select {
    border: none;
    font-weight: 500;
    color: #222;
    outline: 0
}

.sort-select::-ms-expand {
    display: none
}

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

input,button,select,textarea {
    outline: none
}

.error404-page {
    padding-top: 20px;
    padding-bottom: 50px
}

@media (min-width: 768px) {
    .error404-page {
        padding-top:100px;
        padding-bottom: 200px
    }
}

.error404-title {
    font-size: 50px;
    font-weight: 400;
    color: #f18842
}

.error404-subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #222
}

.error404-description {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .coming-soon-title {
        font-size:85px
    }

    .coming-soon-page body {
        padding: 0 15px
    }
}

.coming-soon-page {
    height: 100%
}

.coming-soon-page body,.coming-soon-page body div {
    height: 100%
}

.coming-soon-page .coming-soon-bg {
    margin: 0 -15px;
    background-image: url('../images/coming_soon_bg.jpg');
    background-position: 50% 50%;
    background-size: cover
}

.coming-soon-title {
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #222
}

.coming-soon-description {
    display: block;
    font-size: 16px;
    color: #888;
    margin-bottom: 40px
}

.coming-soon-content-wrapper {
    display: table
}

.coming-soon-content {
    display: table-cell;
    vertical-align: middle
}

.row.add-clearfix > .col-xs-2:nth-child(6n+1) {
    clear: both
}

.row.add-clearfix > .col-xs-3:nth-child(4n+1) {
    clear: both
}

.row.add-clearfix > .col-xs-4:nth-child(3n+1) {
    clear: both
}

.row.add-clearfix > .col-xs-6:nth-child(2n+1) {
    clear: both
}

.clearfix:before,.clearfix:after {
    content: '';
    display: table
}

.clearfix:after {
    clear: both
}

@media (min-width: 481px) {
    .row.add-clearfix > .col-sms-2:nth-child(2n+1) {
        clear:none
    }

    .row.add-clearfix > .col-sms-2:nth-child(3n+1) {
        clear: none
    }

    .row.add-clearfix > .col-sms-2:nth-child(4n+1) {
        clear: none
    }

    .row.add-clearfix > .col-sms-2:nth-child(6n+1) {
        clear: both
    }

    .row.add-clearfix > .col-sms-3:nth-child(2n+1) {
        clear: none
    }

    .row.add-clearfix > .col-sms-3:nth-child(3n+1) {
        clear: none
    }

    .row.add-clearfix > .col-sms-3:nth-child(4n+1) {
        clear: both
    }

    .row.add-clearfix > .col-sms-4:nth-child(2n+1) {
        clear: none
    }

    .row.add-clearfix > .col-sms-4:nth-child(3n+1) {
        clear: both
    }

    .row.add-clearfix > .col-sms-6:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width: 768px) {
    .row.add-clearfix > .col-sm-2:nth-child(2n+1) {
        clear:none
    }

    .row.add-clearfix > .col-sm-2:nth-child(3n+1) {
        clear: none
    }

    .row.add-clearfix > .col-sm-2:nth-child(4n+1) {
        clear: none
    }

    .row.add-clearfix > .col-sm-2:nth-child(6n+1) {
        clear: both
    }

    .row.add-clearfix > .col-sm-3:nth-child(2n+1) {
        clear: none
    }

    .row.add-clearfix > .col-sm-3:nth-child(3n+1) {
        clear: none
    }

    .row.add-clearfix > .col-sm-3:nth-child(4n+1) {
        clear: both
    }

    .row.add-clearfix > .col-sm-4:nth-child(2n+1) {
        clear: none
    }

    .row.add-clearfix > .col-sm-4:nth-child(3n+1) {
        clear: both
    }

    .row.add-clearfix > .col-sm-6:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width: 992px) {
    .row.add-clearfix > .col-md-2:nth-child(2n+1) {
        clear:none
    }

    .row.add-clearfix > .col-md-2:nth-child(3n+1) {
        clear: none
    }

    .row.add-clearfix > .col-md-2:nth-child(4n+1) {
        clear: none
    }

    .row.add-clearfix > .col-md-2:nth-child(6n+1) {
        clear: both
    }

    .row.add-clearfix > .col-md-3:nth-child(2n+1) {
        clear: none
    }

    .row.add-clearfix > .col-md-3:nth-child(3n+1) {
        clear: none
    }

    .row.add-clearfix > .col-md-3:nth-child(4n+1) {
        clear: both
    }

    .row.add-clearfix > .col-md-4:nth-child(2n+1) {
        clear: none
    }

    .row.add-clearfix > .col-md-4:nth-child(3n+1) {
        clear: both
    }

    .row.add-clearfix > .col-md-6:nth-child(2n+1) {
        clear: both
    }
}

@media (min-width: 1200px) {
    .row.add-clearfix > .col-lg-2:nth-child(2n+1) {
        clear:none
    }

    .row.add-clearfix > .col-lg-2:nth-child(3n+1) {
        clear: none
    }

    .row.add-clearfix > .col-lg-2:nth-child(4n+1) {
        clear: none
    }

    .row.add-clearfix > .col-lg-2:nth-child(6n+1) {
        clear: both
    }

    .row.add-clearfix > .col-lg-3:nth-child(2n+1) {
        clear: none
    }

    .row.add-clearfix > .col-lg-3:nth-child(3n+1) {
        clear: none
    }

    .row.add-clearfix > .col-lg-3:nth-child(4n+1) {
        clear: both
    }

    .row.add-clearfix > .col-lg-4:nth-child(2n+1) {
        clear: none
    }

    .row.add-clearfix > .col-lg-4:nth-child(3n+1) {
        clear: both
    }

    .row.add-clearfix > .col-lg-6:nth-child(2n+1) {
        clear: both
    }
}

@media (max-width: 991px) {
    [class*='col-md-'].pull-right {
        float:none !important
    }
}

@keyframes bigcart-pop {
    50% {
        transform: scale(1.2)
    }
}

@keyframes bigcart-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes bigcart-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

@-webkit-keyframes nav_menu_anim {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes nav_menu_anim {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes nav_menu_anim {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes nav_menu_anim {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.bigcart-pop {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.bigcart-pop:hover,.bigcart-pop:focus,.bigcart-pop:active {
    animation-name: bigcart-pop;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.bigcart-bounce-in {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.5s
}

.bigcart-bounce-in:hover,.bigcart-bounce-in:focus,.bigcart-bounce-in:active {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.bigcart-bob {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.bigcart-bob:hover,.bigcart-bob:focus,.bigcart-bob:active {
    animation-name: bigcart-bob-float, bigcart-bob;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.bigcart-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.bigcart-sink:hover,.bigcart-sink:focus,.bigcart-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.bigcart-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.bigcart-forward:hover,.bigcart-forward:focus,.bigcart-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.bigcart-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.bigcart-backward:hover,.bigcart-backward:focus,.bigcart-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

@-webkit-keyframes bigcart-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes bigcart-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bigcart-fadeIn {
    -webkit-animation-name: bigcart-fadeIn;
    animation-name: bigcart-fadeIn
}

@-webkit-keyframes bigcart-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bigcart-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.bigcart-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.bigcart-wobble-vertical:hover,.bigcart-wobble-vertical:focus,.bigcart-wobble-vertical:active {
    -webkit-animation-name: bigcart-wobble-vertical;
    animation-name: bigcart-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes bigcart-pulse {
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes bigcart-pulse {
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.bigcart-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.bigcart-pulse:hover,.bigcart-pulse:focus,.bigcart-pulse:active {
    -webkit-animation-name: bigcart-pulse;
    animation-name: bigcart-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.bigcart-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.bigcart-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f18842 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.bigcart-bubble-float-left:hover,.bigcart-bubble-float-left:focus,.bigcart-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.bigcart-bubble-float-left:hover:before,.bigcart-bubble-float-left:focus:before,.bigcart-bubble-float-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

@keyframes slide-in {
    0% {
        transform: translate(-507px, -100px);
        width: 100px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2)
    }

    50% {
        transform: translate(-507px, 250px);
        width: 100px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2)
    }

    75% {
        transform: translate(-507px, 250px);
        width: 450px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2)
    }

    100% {
        transform: translate(-507px, 250px);
        width: 450px;
        max-height: 500px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5)
    }
}

@keyframes slide-out {
    0% {
        transform: translate(-507px, 250px);
        width: 450px;
        max-height: 500px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5)
    }

    25% {
        transform: translate(-507px, 250px);
        width: 450px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2)
    }

    50% {
        transform: translate(-507px, 250px);
        width: 100px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2)
    }

    100% {
        transform: translate(-507px, -100px);
        width: 100px;
        max-height: 100px;
        box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2)
    }
}

@keyframes opacity_text_in {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes opacity_text_out {
    0% {
        opacity: 1
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes bigcart-zoom-fadeIn {
    0% {
        z-index: -10;
        opacity: 0;
        transform: scale(1)
    }

    100% {
        z-index: 1000;
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes bigcart-zoom-fadeOut {
    0% {
        z-index: 1000;
        opacity: 1;
        transform: scale(1)
    }

    100% {
        z-index: -10;
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes bigcart-searchbox-moveDown {
    0% {
        top: 40%;
        opacity: 0
    }

    100% {
        top: 50%;
        opacity: 1
    }
}

@keyframes bigcart-searchbox-moveUp {
    0% {
        top: 50%;
        opacity: 1
    }

    100% {
        top: 40%;
        opacity: 0
    }
}

@keyframes bigcart-minicart-moveUp {
    0% {
        width: 0;
        height: 0;
        opacity: 0
    }

    10% {
        width: 0;
        height: 3px;
        opacity: 1
    }

    55% {
        width: 300px;
        height: 3px;
        opacity: 1
    }

    100% {
        width: 300px;
        height: 392px;
        opacity: 1
    }
}

@keyframes bigcart-minicart-moveDown {
    0% {
        width: 300px;
        height: 392px;
        opacity: 1
    }

    55% {
        width: 300px;
        height: 3px;
        opacity: 1
    }

    90% {
        width: 0;
        height: 3px;
        opacity: 1
    }

    100% {
        width: 0;
        height: 0;
        opacity: 0
    }
}

@keyframes bigcart-minicart-small-moveUp {
    0% {
        width: 0;
        height: 0;
        opacity: 0
    }

    10% {
        width: 0;
        height: 3px;
        opacity: 1
    }

    55% {
        width: 300px;
        height: 3px;
        opacity: 1
    }

    100% {
        width: 300px;
        height: 250px;
        opacity: 1
    }
}

@keyframes bigcart-minicart-small-moveDown {
    0% {
        width: 300px;
        height: 250px;
        opacity: 1
    }

    55% {
        width: 300px;
        height: 3px;
        opacity: 1
    }

    90% {
        width: 0;
        height: 3px;
        opacity: 1
    }

    100% {
        width: 0;
        height: 0;
        opacity: 0
    }
}

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

    to {
        transform: rotate(359deg)
    }
}

@keyframes move-up-down {
    0% {
        margin-top: -15px
    }

    20% {
        margin-top: 0px
    }

    50% {
        margin-top: -15px
    }

    70% {
        margin-top: 0px
    }

    100% {
        margin-top: -15px
    }
}

.products-wrapper.sticky_header .site-header.page_scroll {
    position: fixed;
    width: 100%;
    z-index: 2000;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    padding-top: 15px;
    padding-bottom: 15px;
    background: #0c1e32
}

.products-wrapper.sticky_header .site-header.page_scroll .site-header-wrapper .main-navigation {
    height: 0px;
    line-height: 0px
}

.products-wrapper.sticky_header .site-header.page_scroll .site-header-wrapper .main-navigation > ul > li > a {
    color: #0c1e32
}

.products-wrapper.sticky_header .site-header.page_scroll .site-header-wrapper .site-logo a .normal-logo {
    height: 0px
}

.products-wrapper.sticky_header .site-header.page_scroll .site-header-wrapper .site-right-btn-tool {
    height: 0px;
    line-height: 0px
}

.admin-bar .products-wrapper.sticky_header .site-header.page_scroll {
    top: 32px
}

.site-header {
    background: #0c1e32 url() left top / auto repeat;
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
    margin: 0 auto;
    transition: all 0.3s;
    border-bottom: 1px solid #f0f0f0
}

.site-header.default-menu-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: transparent;
    border-color: transparent
}

.site-header .site-header-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.site-header .site-header-wrapper .site-logo {
    margin-right: 35px;
    display: inline-block;
    float: left
}

.site-header .site-header-wrapper .site-logo a {
    max-width: none;
    position: relative
}

.site-header .site-header-wrapper .site-logo a img {
    width: auto;
    text-align: center;
    max-width: 100%;
    height: 0px;
    transition: all 0.3s
}

.site-header .site-header-wrapper .site-logo a .sticky-logo {
    display: none;
    height: 0;
    width: 0
}

.site-header .site-header-wrapper .main-navigation {
    text-align: center;
    height: 0px;
    line-height: 0px;
    font-size: 13px
}

.site-header .site-header-wrapper .main-navigation ul li {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    padding-right: 2px;
    margin-right: 15px;
    cursor: pointer
}

.site-header .site-header-wrapper .main-navigation ul li a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s
}

.site-header .site-header-wrapper .main-navigation ul li a:hover {
    color: #f18842 !important
}

.site-header .site-header-wrapper .main-navigation ul li.current-menu-item > a,.site-header .site-header-wrapper .main-navigation ul li.current-menu-ancestor > a {
    color: #f18842 !important
}

.site-header .site-header-wrapper .main-navigation > ul {
    display: inline;
    vertical-align: middle
}

.site-header .site-header-wrapper .main-navigation > ul > li > a {
    color: #fff;
    text-transform: uppercase
}

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

.main-navigation.default-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    line-height: 1em
}

.main-navigation.default-navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: nav_menu_anim;
    border-top: 2px solid #f18842;
    background-color: transparent;
    text-align: left;
    line-height: 23px
}

.main-navigation.default-navigation ul ul.sub-menu.level-0 {
    background-color: #fff
}

.main-navigation.default-navigation ul ul.with_background {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain
}

.main-navigation.default-navigation ul li a {
    position: relative;
    font-family: Poppins;
    font-weight: 400
}

.main-navigation.default-navigation ul ul.sub-menu.mega-menu ul {
    border: none;
    box-shadow: none;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    padding: 0
}

.main-navigation.default-navigation ul ul.sub-menu.mega-menu ul ul.sub-menu {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    padding: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5)
}

.main-navigation.default-navigation ul ul.sub-menu ul {
    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 10px;
    left: 100%;
    background-color: #fff;
    padding: 20px 30px;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: nav_menu_anim;
    border-top: 2px solid #f18842;
    display: none
}

.main-navigation.default-navigation ul ul.sub-menu li.menu-item-has-children > a:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    position: absolute;
    width: 10px;
    height: auto;
    top: 12px;
    right: -4px;
    line-height: 13px
}

.main-navigation.default-navigation ul ul.sub-menu li {
    display: block
}

.main-navigation.default-navigation ul ul.sub-menu li a {
    display: inline-block;
    padding: 7px 15px 7px 0
}

.main-navigation.default-navigation ul ul.level-0.mega-menu > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px
}

.main-navigation.default-navigation ul li:hover > ul {
    display: block !important
}

.main-navigation.default-navigation > ul > li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    position: absolute;
    width: 10px;
    height: auto;
    top: 50%;
    right: 0px;
    margin-top: -7px;
    line-height: 13px
}

.main-navigation.default-navigation > ul > li.menu-item-has-children > ul.sub-menu {
    padding: 35px 30px;
    z-index: 100
}

.main-navigation.default-navigation > ul > li.menu-item-has-children > ul.sub-menu.mega-menu > li.menu-item-has-children > a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    padding: 5px 0
}

.main-navigation.default-navigation > ul > li.menu-item-has-children > ul.sub-menu.mega-menu > li.menu-item-has-children > a:after {
    content: none
}

.main-navigation.default-navigation > ul > li.menu-item-has-children > ul.sub-menu.with_background {
    padding-right: 150px
}

.main-navigation.default-navigation > ul > li > a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    color: #fff
}

.main-navigation.default-navigation .menu-marker {
    position: absolute;
    font-size: 11px;
    top: 3px;
    right: -20px;
    border-radius: 2px;
    line-height: 1;
    padding: 2px 3px 1px
}

.site-navbar {
    float: right;
    text-align: center;
    vertical-align: middle;
    height: 0px;
    line-height: 0px
}

.site-navbar * {
    line-height: 1
}

.site-navbar .navbar-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    position: relative;
    cursor: pointer
}

.site-navbar .navbar-item > a {
    display: block;
    color: #fff
}

.site-navbar .navbar-item .navbar-icon-box {
    position: relative
}

.site-navbar .navbar-item .navbar-icon-box i {
    font-weight: bold;
    font-size: 20px
}

.site-navbar .navbar-item span.cart-items-number {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #f18842;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 17px;
    font-family: Poppins
}

.site-navbar .navbar-item.mobile-hamburg-menu {
    display: none;
    padding-left: 16px;
    border-left: 1px solid #ccc
}

.page_scroll .site-navbar {
    height: 0px;
    line-height: 0px
}

.search-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: -10;
    opacity: 0;
    transform: scale(0.9)
}

.search-box form {
    position: absolute;
    padding: 15px;
    width: 50%;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%)
}

.search-box.opened {
    animation-name: bigcart-zoom-fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

.search-box.opened form {
    animation-name: bigcart-searchbox-moveDown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-delay: 0.5s
}

.search-box.closed {
    animation-name: bigcart-zoom-fadeOut;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-delay: 0.5s
}

.search-box.closed form {
    animation-name: bigcart-searchbox-moveUp;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

.search-box input {
    width: 100%
}

.shoppping-cart-button .mini-cart {
    display: block
}

.shoppping-cart-button .mini-cart-container {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    border-top: 3px solid #f18842;
    margin: 10px 0px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    cursor: auto;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0
}

.shoppping-cart-button .mini-cart-container.closed {
    animation-name: bigcart-minicart-moveDown;
    animation-duration: 1s;
    animation-fill-mode: both
}

.shoppping-cart-button .mini-cart-container.closed.mini-box {
    animation-name: bigcart-minicart-small-moveDown
}

.shoppping-cart-button .mini-cart-container.opened {
    animation-name: bigcart-minicart-moveUp;
    animation-duration: 1s;
    animation-fill-mode: both
}

.shoppping-cart-button .mini-cart-container.opened.mini-box {
    animation-name: bigcart-minicart-small-moveUp
}

.shoppping-cart-button .widget_shopping_cart_content {
    padding: 15px 20px
}

.shoppping-cart-button .widget_shopping_cart_content ul.cart_list {
    max-height: 250px;
    overflow-x: hidden
}

.shoppping-cart-button .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar {
    width: 6px
}

.shoppping-cart-button .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-track {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.shoppping-cart-button .widget_shopping_cart_content ul.cart_list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c1c1c1
}

.shoppping-cart-button .widget_shopping_cart_content ul.cart_list li.empty {
    text-align: center
}

.shoppping-cart-button .widget_shopping_cart_content ul.cart_list li.empty span.cart-icon {
    display: block;
    font-size: 100px;
    margin: 15px 0 40px 0
}

.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item {
    position: relative;
    list-style: none;
    padding-top: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px
}

.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item img {
    margin-bottom: 0
}

.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .remove {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 300;
    color: #333 !important;
    opacity: 0;
    visibility: hidden
}

.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .remove:hover {
    background: transparent;
    color: #f18842 !important
}

.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item:hover .remove {
    opacity: 1;
    visibility: visible
}

.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .product-title {
    color: #222;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .product-title:hover {
    color: #f18842
}

.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .quantity {
    color: #777
}

.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item .price {
    margin-top: 0 !important;
    padding: 5px 0
}

.shoppping-cart-button .widget_shopping_cart_content .mini_cart_item:last-child {
    margin-bottom: 0
}

.shoppping-cart-button .widget_shopping_cart_content .total {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 0 5px;
    margin-top: 24px
}

.shoppping-cart-button .widget_shopping_cart_content .total .amount {
    float: right;
    font-weight: 600
}

#header-default .site-header-wrapper .main-navigation.align-left {
    text-align: left
}

#header-default .site-header-wrapper .main-navigation.align-center {
    text-align: center
}

#header-default .site-header-wrapper .main-navigation.align-right {
    text-align: right
}

#header-logo-center .site-header-wrapper {
    position: relative
}

#header-logo-center .site-header-wrapper .site-logo {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 35px;
    padding: 0 35px;
    text-align: center
}

#header-logo-center .site-header-wrapper .site-logo img {
    margin: 0 auto
}

#header-logo-center .site-header-wrapper .site-navbar {
    position: absolute;
    bottom: 1px;
    right: 40px
}

nav.mobile-navigation {
    position: fixed;
    width: 290px;
    top: 0;
    right: -290px;
    z-index: 90;
    transition: all 0.5s
}

nav.mobile-navigation.opened {
    right: 0
}

nav.mobile-navigation ul {
    list-style: none;
    padding-left: 35px;
    background-image: none !important
}

nav.mobile-navigation ul li {
    border-bottom: 1px solid #252525
}

nav.mobile-navigation ul li a {
    position: relative;
    display: inline-block;
    color: #bbb;
    font-weight: 500;
    padding: 7px 0
}

nav.mobile-navigation ul li a .menu-marker {
    position: absolute;
    font-size: 11px;
    top: -2px;
    right: -35px;
    border-radius: 2px;
    line-height: 1;
    padding: 2px 3px 1px
}

nav.mobile-navigation ul li.menu-item-has-children {
    position: relative
}

nav.mobile-navigation ul li.menu-item-has-children .drop-nav {
    position: absolute;
    right: -21px;
    top: 8px;
    font-size: 14px;
    color: #bbb
}

nav.mobile-navigation ul li.menu-item-has-children ul.sub-menu {
    display: none
}

nav.mobile-navigation ul li.menu-item-has-children ul.sub-menu.opened {
    display: block
}

nav.mobile-navigation > ul.mobile-main-menu {
    background-color: #191a1c;
    padding: 35px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll
}

nav.mobile-navigation > ul.mobile-main-menu > li > a {
    font-weight: 600
}

#header-topbar {
    background-color: #191a1c;
    font-size: 12px
}

#header-topbar .header-topbar-wrapper {
    font-family: Poppins;
    font-weight: 500;
    padding: 13px 15px
}

#header-topbar .header-topbar-wrapper .header-welcome-text {
    float: left;
    color: #999
}

#header-topbar .header-topbar-wrapper .header-menus {
    float: right
}

#header-topbar .header-topbar-wrapper .header-menus > div {
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(153, 153, 153, 0.5)
}

#header-topbar .header-topbar-wrapper .header-menus > div:last-child {
    border: none;
    padding: 0;
    margin: 0
}

#header-topbar .header-topbar-wrapper .header-menus .external-link a,#header-topbar .header-topbar-wrapper .header-menus .wishlist-menu a,#header-topbar .header-topbar-wrapper .header-menus .currency-menu a {
    display: block;
    color: #999
}

#header-topbar .header-topbar-wrapper .header-menus .external-link a:hover,#header-topbar .header-topbar-wrapper .header-menus .wishlist-menu a:hover,#header-topbar .header-topbar-wrapper .header-menus .currency-menu a:hover {
    color: #f18842
}

#header-topbar .header-topbar-wrapper .header-menus .wishlist-menu a i {
    display: block;
    float: left;
    margin-top: 3px;
    padding-right: 5px
}

#header-topbar .header-topbar-wrapper .header-menus .currency-menu .wcml_currency_switcher {
    position: relative
}

#header-topbar .header-topbar-wrapper .header-menus .currency-menu .wcml_currency_switcher a:after {
    content: '\f107';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin-left: 5px
}

#header-topbar .header-topbar-wrapper .header-menus .currency-menu .wcml_currency_switcher ul {
    position: absolute;
    text-align: center;
    background: #191a1c;
    color: #999;
    min-width: 70px;
    z-index: 10;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: top;
    list-style: none;
    padding: 0;
    top: 18px;
    left: -18px
}

#header-topbar .header-topbar-wrapper .header-menus .currency-menu .wcml_currency_switcher ul li {
    line-height: 30px;
    cursor: pointer
}

#header-topbar .header-topbar-wrapper .header-menus .currency-menu .wcml_currency_switcher:hover ul {
    opacity: 1;
    transform: scale(1, 1)
}

#header-topbar .header-topbar-wrapper:after {
    content: '';
    display: block;
    clear: both
}

.btn {
    border-radius: 0;
    border-width: 2px;
    text-transform: uppercase;
    transition: all 0.3s;
    font-weight: bold
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
    box-shadow: none
}

.btn:hover,.btn:focus,.btn.focus {
    opacity: 0.8
}

.btn-medium {
    padding: 7px 15px
}

.btn-large {
    padding: 10px 25px;
    border-radius: 2px
}

.btn-small {
    padding: 3px 12px
}

.btn-load-more {
    font-weight: 600;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 2px;
    background: #222;
    color: #fff !important;
    outline: none
}

.btn-addtocart {
    background: #222;
    color: #fff !important;
    padding: 13px 0 12px 20px
}

.btn-submit {
    background: #f18842;
    color: #fff !important
}

.btn-search {
    padding: 15px 15px 14px;
    border: none;
    background: #000;
    color: #fff !important
}

.btn-home {
    background: #fff;
    color: #aaa !important;
    border: 1px solid #aaa;
    border-radius: 3px
}

.btn-home:hover {
    color: #f18842 !important;
    border-color: #f18842 !important
}

.btn-offer {
    border: 2px solid #868686
}

.btn-fullwidth {
    width: 100%;
    background: #f18842;
    color: #fff !important
}

.sb-search-submit {
    background: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 30px;
    line-height: 1;
    color: #333
}

.woocommerce input.gray-button,.woocommerce a.gray-button {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: #eee;
    font-weight: 500;
    font-size: 12px;
    color: #888 !important;
    text-transform: uppercase;
    padding: 15px 18px 13px;
    transition: all 0.3s
}

.woocommerce input.gray-button:hover,.woocommerce a.gray-button:hover {
    background: #f18842;
    border-color: #f18842;
    color: #fff !important;
    text-decoration: none !important
}

.mobile-sidebar {
    display: none;
    background: #fff;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 260px;
    left: -260px;
    transition: all 0.5s
}

.mobile-sidebar .sidebar-toggle {
    color: #777;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    display: block;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 40px;
    margin: auto;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    border-radius: 0 0 0 0;
    border: 1px solid #ccc;
    border-left-width: 0;
    transition: all 0.2s ease-in-out 0s
}

.mobile-sidebar .sidebar-toggle i:before {
    content: "\f054"
}

.mobile-sidebar .sidebar-toggle :hover {
    color: #f18842
}

.mobile-sidebar.opened {
    left: 0
}

.mobile-sidebar.opened .sidebar-toggle i:before {
    content: "\f053"
}

.mobile-hamburg-menu {
    cursor: pointer
}

.mobile-hamburg-menu span.menu-bar {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px
}

.mobile-hamburg-menu span.menu-bar:first-child {
    width: 15px
}

.mobile-hamburg-menu span.menu-bar:last-child {
    width: 18px;
    margin-bottom: 0
}

.back-to-top {
    position: fixed;
    z-index: 10;
    right: 40px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 1.4em;
    color: #000;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: all 0.3s
}

.back-to-top i {
    font-weight: bold
}

.back-to-top:hover,.back-to-top:focus {
    color: #f18842
}

.back-to-top.is-visible {
    opacity: 1
}

button.slick-arrow,button.slick-arrow:focus {
    width: 31px;
    height: 31px;
    background: #eee;
    border: 1px solid #e5e5e5;
    opacity: 0;
    z-index: 10;
    transition: all 0.5s
}

button.slick-arrow:hover {
    background: #f18842;
    border-color: #f18842
}

button.slick-prev {
    left: 0px
}

button.slick-next {
    right: 0px
}

button.slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome'
}

button.slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome'
}

.slick-dots li {
    margin: 0 5px
}

.slick-dots li button:before {
    font-size: 15px
}

.shortcode_banner_inner {
    position: relative;
    overflow: hidden
}

.shortcode_banner_inner .shortcode_banner_background_setting {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.5s
}

.shortcode_banner_inner .shortcode_banner_inside {
    position: relative
}

.shortcode_banner_inner .banner_html_content {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.shortcode_banner_inner .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 7px 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10
}

.shortcode_banner_inner .banner-title h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap
}

.shortcode_banner_inner .banner-title p {
    font-size: 10px;
    margin: 0
}

.shortcode_banner_inner .banner-title:hover {
    background-color: #f18842 !important;
    border-color: #f18842 !important
}

.shortcode_banner_inner .banner-title:hover h4,.shortcode_banner_inner .banner-title:hover p {
    color: #fff !important
}

.shortcode_banner_inner:after {
    content: '';
    display: block;
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.5s
}

.shortcode_banner_inner.hover-animation-true:hover:after {
    opacity: 0.3
}

.shortcode_banner_inner.hover-animation-true:hover .shortcode_banner_background_setting {
    transform: scale(1.1)
}

.latest_posts_inner .latest_post_item_inside {
    float: left;
    padding: 0 15px;
    outline: none
}

.latest_posts_inner .latest_post_item_inside .post-author-date {
    padding-top: 25px;
    margin-bottom: 10px
}

.latest_posts_inner .latest_post_item_inside .post-author-date a {
    font-size: 13px;
    color: #222;
    text-transform: uppercase;
    display: inline-block
}

.latest_posts_inner .latest_post_item_inside .post-author-date span.post-date {
    color: #777;
    font-size: 13px;
    text-transform: uppercase
}

.latest_posts_inner .latest_post_item_inside .post-author-date a:after {
    display: block;
    content: '';
    width: auto;
    height: 2px;
    background: #f18842;
    transform: scaleX(0);
    transition: all 0.3s
}

.latest_posts_inner .latest_post_item_inside .post-author-date a:hover:after {
    transform: scaleX(1)
}

.latest_posts_inner .latest_post_item_inside .post-title {
    padding-bottom: 20px
}

.latest_posts_inner .latest_post_item_inside .post-title a {
    font-weight: 600;
    color: #222226;
    font-size: 20px;
    transition: all 0.3s
}

.latest_posts_inner .latest_post_item_inside .post-title a:hover {
    color: #f18842
}

.latest_posts_inner .latest_post_item_inside .post-content p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin-bottom: 15px
}

.latest_posts_inner .latest_post_item_inside .post-read-more a {
    font-weight: 500;
    font-size: 14px;
    color: #222;
    transition: all 0.3s
}

.latest_posts_inner .latest_post_item_inside .post-read-more a:hover {
    color: #f18842
}

.latest_posts_inner .latest_post_item_inside .post-featured-image {
    overflow: hidden;
    position: relative
}

.latest_posts_inner .latest_post_item_inside .post-featured-image img {
    transition: all 0.3s
}

.latest_posts_inner .latest_post_item_inside .post-featured-image a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s
}

.latest_posts_inner .latest_post_item_inside .post-featured-image:hover a:after {
    opacity: 0.3
}

.latest_posts_inner .latest_post_item_inside .post-featured-image:hover img {
    transform: rotate(4deg) scale(1.1)
}

.latest_posts.grid .latest_posts_inner[data-column="1"] > div {
    width: 100%
}

.latest_posts.grid .latest_posts_inner[data-column="2"] > div {
    width: 50%
}

.latest_posts.grid .latest_posts_inner[data-column="3"] > div {
    width: 33.33333%
}

.latest_posts.grid .latest_posts_inner[data-column="4"] > div {
    width: 25%
}

.latest_posts.grid .latest_posts_inner[data-column="5"] > div {
    width: 20%
}

.latest_posts.grid .latest_posts_inner[data-column="6"] > div {
    width: 16.66667%
}

.latest_posts.slider button.slick-arrow {
    width: 30px;
    height: 43px;
    background: rgba(157, 158, 158, .5);
    opacity: 0;
    transition: all 0.5s
}

.latest_posts.slider button.slick-arrow:hover {
    background: #f18842
}

.latest_posts.slider button.slick-prev {
    left: 0px
}

.latest_posts.slider button.slick-next {
    right: 0px
}

.latest_posts.slider button.slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome'
}

.latest_posts.slider button.slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome'
}

.latest_posts.slider .latest_posts_inner:hover button.slick-arrow {
    opacity: 1
}

.latest_posts.slider .latest_posts_inner:hover button.slick-prev {
    left: -35px
}

.latest_posts.slider .latest_posts_inner:hover button.slick-next {
    right: -35px
}

.icon-box-inner .icon-wrapper {
    padding-bottom: 20px;
    text-align: center
}

.icon-box-inner .icon-wrapper i {
    font-size: 36px
}

.icon-box-inner .icon-wrapper img {
    width: auto;
    height: 36px
}

.icon-box-inner:after {
    content: '';
    display: block;
    clear: both
}

.icon-box-inner.content-right-algin .icon-wrapper {
    float: left;
    padding-right: 15px
}

.icon-box-inner.content-right-algin .icon-box-content {
    float: left
}

.icon-box-inner.content-left-algin .icon-wrapper {
    float: right;
    padding-left: 15px
}

.icon-box-inner.content-left-algin .icon-box-content {
    float: right
}

.testimonial-inside {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    outline: none;
    margin-bottom: 30px
}

.testimonial-inside .testimonial-blockquote {
    text-align: center;
    font-size: 16px;
    color: #555
}

.testimonial-inside .testimonial-author-info {
    display: inline-block
}

.testimonial-inside .testimonial-author-info .author-photo {
    float: left
}

.testimonial-inside .testimonial-author-info .author-photo img {
    width: 80px;
    border-radius: 50%
}

.testimonial-inside .testimonial-author-info .author-name-job {
    float: left;
    text-align: left;
    margin-left: 15px;
    margin-top: 10px
}

.testimonial-inside .testimonial-author-info .author-name-job .author-link {
    color: #191a1c;
    font-size: 16px;
    transition: all 0.3s
}

.testimonial-inside .testimonial-author-info .author-name-job .author-link:hover {
    color: #f18842
}

.testimonial-inside .testimonial-author-info .author-name-job .author-job {
    font-size: 13px;
    color: #777
}

.testimonial-inside .testimonial-author-info:after {
    content: '';
    display: block;
    clear: both
}

.testimonials-content .testimonials-inner:hover button.slick-arrow {
    opacity: 1
}

.testimonials-content .testimonials-inner:hover button.slick-arrow:before {
    color: #777
}

.testimonials-content .testimonials-inner:hover button.slick-prev {
    left: -31px
}

.testimonials-content .testimonials-inner:hover button.slick-next {
    right: -31px
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper.bigcart-tabs .wpb_tab {
    background-color: transparent
}

.wpb_content_element.wpb_tabs .bigcart-tabs_nav {
    margin-bottom: 35px
}

.wpb_content_element.wpb_tabs .bigcart-tabs_nav li.ui-tabs-active {
    background-color: transparent
}

.wpb_content_element.wpb_tabs .bigcart-tabs_nav li.ui-tabs-active a {
    color: #fff;
    background-color: #f18842;
    border-color: #f18842
}

.wpb_content_element.wpb_tabs .bigcart-tabs_nav li.ui-tabs-active:hover a {
    color: #fff
}

.wpb_content_element.wpb_tabs .bigcart-tabs_nav li:hover {
    background-color: transparent
}

.wpb_content_element.wpb_tabs .bigcart-tabs_nav li:hover a {
    color: #f18842
}

.wpb_content_element.wpb_tabs .bigcart-tabs_nav li {
    float: none;
    display: inline-block;
    margin: 0 5px
}

.wpb_content_element.wpb_tabs .bigcart-tabs_nav li a {
    padding: 0.7em 0.6em 0.4em;
    color: #555;
    border: 2px solid #e8e8e8;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s
}

.wpb_content_element.wpb_tabs .bigcart-tabs_nav.align-left {
    text-align: left
}

.wpb_content_element.wpb_tabs .bigcart-tabs_nav.align-center {
    text-align: center
}

.wpb_content_element.wpb_tabs .bigcart-tabs_nav.align-right {
    text-align: right
}

.image-slickslider .image-slider-item {
    outline: none
}

.image-slickslider .slider-inside:hover button.slick-arrow {
    opacity: 1
}

.image-slickslider .slider-inside:hover button.slick-prev {
    left: -31px
}

.image-slickslider .slider-inside:hover button.slick-next {
    right: -31px
}

.product-categories-grid .category_grid_box {
    position: relative;
    overflow: hidden
}

.product-categories-grid .category_grid_box .category_item_bkg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% + 40px);
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #333;
    transform: translateX(-40px);
    transition: all 1s
}

.product-categories-grid .category_grid_box:hover span.category_name {
    background-color: rgba(0, 0, 0, .5)
}

.product-categories-grid .category_grid_box:hover .category_item_bkg {
    transform: translateX(0)
}

.product-categories-grid .category_grid_box:hover span.category_name_inner {
    opacity: 1;
    transform: translateY(0)
}

.product-categories-grid > div a {
    display: table;
    width: 100%;
    position: relative
}

.product-categories-grid > div a span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s
}

.product-categories-grid > div a span.category_name_inner {
    display: inline-block;
    width: auto;
    background: #fff;
    color: #222;
    padding: 7px 15px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s
}

.product-categories-grid > div a span.category_name_inner:hover {
    color: #fff;
    background: #f18842
}

.product-categories-grid .category_seven_cat_1,.product-categories-grid .category_seven_cat_2,.product-categories-grid .category_seven_cat_7,.product-categories-grid .category_six_cat_1,.product-categories-grid .category_six_cat_2,.product-categories-grid .category_six_cat_5,.product-categories-grid .category_six_cat_6,.product-categories-grid .category_five_cat_1,.product-categories-grid .category_five_cat_2,.product-categories-grid .category_five_cat_5,.product-categories-grid .category_four_cat_1,.product-categories-grid .category_four_cat_2,.product-categories-grid .category_three_cat_1,.product-categories-grid .category_three_cat_2,.product-categories-grid .category_three_cat_3,.product-categories-grid .category_two_cat_1,.product-categories-grid .category_two_cat_2,.product-categories-grid .category_1,.product-categories-grid .category_2 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 50%;
    float: left;
    margin-bottom: 2rem
}

.product-categories-grid .category_one_cat_1 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    float: left;
    margin-bottom: 2rem
}

.product-categories-grid .category_seven_cat_3,.product-categories-grid .category_seven_cat_4,.product-categories-grid .category_seven_cat_5,.product-categories-grid .category_seven_cat_6,.product-categories-grid .category_six_cat_3,.product-categories-grid .category_six_cat_4,.product-categories-grid .category_five_cat_3,.product-categories-grid .category_five_cat_4,.product-categories-grid .category_four_cat_3,.product-categories-grid .category_four_cat_4,.product-categories-grid .category_3,.product-categories-grid .category_4,.product-categories-grid .category_5,.product-categories-grid .category_6,.product-categories-grid .category_7,.product-categories-grid .category_more_than_7 {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 25%;
    float: left;
    margin-bottom: 2rem
}

.product-categories-grid .category_seven_cat_1 a,.product-categories-grid .category_six_cat_1 a,.product-categories-grid .category_five_cat_1 a,.product-categories-grid .category_four_cat_1 a,.product-categories-grid .category_three_cat_1 a,.product-categories-grid .category_two_cat_1 a,.product-categories-grid .category_two_cat_2 a,.product-categories-grid .category_one_cat_1 a,.product-categories-grid .category_1 a {
    height: 60rem
}

.product-categories-grid .category_seven_cat_2 a,.product-categories-grid .category_seven_cat_3 a,.product-categories-grid .category_seven_cat_4 a,.product-categories-grid .category_seven_cat_5 a,.product-categories-grid .category_seven_cat_6 a,.product-categories-grid .category_seven_cat_7 a,.product-categories-grid .category_six_cat_2 a,.product-categories-grid .category_six_cat_3 a,.product-categories-grid .category_six_cat_4 a,.product-categories-grid .category_six_cat_5 a,.product-categories-grid .category_six_cat_6 a,.product-categories-grid .category_five_cat_2 a,.product-categories-grid .category_five_cat_3 a,.product-categories-grid .category_five_cat_4 a,.product-categories-grid .category_five_cat_5 a,.product-categories-grid .category_four_cat_2 a,.product-categories-grid .category_four_cat_3 a,.product-categories-grid .category_four_cat_4 a,.product-categories-grid .category_three_cat_2 a,.product-categories-grid .category_three_cat_3 a,.product-categories-grid .category_2 a,.product-categories-grid .category_3 a,.product-categories-grid .category_4 a,.product-categories-grid .category_5 a,.product-categories-grid .category_6 a,.product-categories-grid .category_7 a,.product-categories-grid .category_more_than_7 a {
    height: 29rem
}

.bigcart-google-maps {
    margin-bottom: 35px
}

.counter-box span {
    display: block
}

.counter-box span.dispaly-counter {
    font-size: 40px
}

.counter-box span.counter-text {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize
}

.team-membership .team-member {
    outline: none;
    padding: 0 15px;
    cursor: pointer
}

.team-membership .team-member .member-info {
    margin-top: 20px
}

.team-membership .team-member .member-info p.member-name {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    transition: all 0.3s;
    margin-bottom: 5px
}

.team-membership .team-member .member-info p.member-name:hover {
    color: #f18842
}

.team-membership .team-member .member-info p.member-job {
    font-size: 13px;
    font-weight: 300;
    color: #999
}

.team-membership .team-member .member-picture {
    position: relative
}

.team-membership .team-member .member-picture .member-social-link {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    z-index: 10;
    transition: all 0.5s;
    transition-delay: 0.3s
}

.team-membership .team-member .member-picture .member-social-link a {
    color: #fff;
    font-size: 23px;
    display: inline-block;
    line-height: 1;
    padding: 0 5px;
    transition: all 0.3s
}

.team-membership .team-member .member-picture .member-social-link a:hover {
    color: #f18842
}

.team-membership .team-member .member-picture:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s
}

.team-membership .team-member:hover .member-picture:after {
    opacity: 1
}

.team-membership .team-member:hover .member-picture .member-social-link {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.team-membership button.slick-arrow {
    width: 30px;
    height: 43px;
    background: rgba(157, 158, 158, .5);
    opacity: 0;
    transition: all 0.5s
}

.team-membership button.slick-arrow:hover {
    background: #f18842
}

.team-membership .membership-content:hover button.slick-arrow {
    opacity: 1
}

.team-membership .membership-content:hover button.slick-prev {
    left: 15px
}

.team-membership .membership-content:hover button.slick-next {
    right: 15px
}

.vc_row .content-vertical-middle > .wpb_wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.shortcode_image_box .image_box_wrapper {
    display: block;
    text-align: center
}

.shortcode_image_box .image_box_wrapper img {
    display: block;
    margin: 0 auto;
    transition: all 0.3s
}

.shortcode_image_box .image_box_wrapper span {
    display: inline-block;
    margin-top: 35px;
    color: #222;
    transition: all 0.3s
}

.shortcode_image_box.hover_shadow .image_box_wrapper:hover img {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2)
}

.shortcode_image_box.hover_shadow .image_box_wrapper:hover span {
    color: #f18842 !important
}

.shortcode_image_box.original_shadow .image_box_wrapper img {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2)
}

.shortcode_image_box.original_shadow .image_box_wrapper span {
    color: #222 !important
}

.shortcode_image_box.original_shadow .image_box_wrapper:hover img {
    box-shadow: none
}

.shortcode_image_box.original_shadow .image_box_wrapper:hover span {
    color: #f18842 !important
}

.woocommerce {
}

.woocommerce.add_to_cart_inline {
    margin-bottom: 0;
    padding-bottom: 30px;
    font-weight: 600;
    text-align: center;
    color: #222
}

.woocommerce.add_to_cart_inline .woocommerce-Price-amount {
    font-size: 2.6em;
    padding: 0 5px
}

.woocommerce.add_to_cart_inline del {
    opacity: 0.5
}

.woocommerce.add_to_cart_inline del .woocommerce-Price-amount {
    font-size: 1.5em
}

.woocommerce.add_to_cart_inline ins {
    text-decoration: none
}

.woocommerce.add_to_cart_inline ins .woocommerce-Price-amount {
    font-size: 1.5em
}

.woocommerce.add_to_cart_inline .add_to_cart_button,.woocommerce.add_to_cart_inline .added_to_cart {
    display: block;
    width: 220px;
    margin: 20px auto 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    padding: 16px
}

.woocommerce.add_to_cart_inline .add_to_cart_button.added,.woocommerce.add_to_cart_inline .added_to_cart.added {
    display: none
}

.woocommerce.add_to_cart_inline .add_to_cart_button.loading {
    opacity: 1;
    padding-right: 16px
}

.woocommerce.add_to_cart_inline .add_to_cart_button.loading:after {
    top: 16px
}

.woocommerce.add_to_cart_inline.add_to_cart_btn_style1 .add_to_cart_button,.woocommerce.add_to_cart_inline.add_to_cart_btn_style1 .added_to_cart {
    background: #222;
    color: #fff
}

.woocommerce.add_to_cart_inline.add_to_cart_btn_style1 .add_to_cart_button:hover,.woocommerce.add_to_cart_inline.add_to_cart_btn_style1 .added_to_cart:hover {
    opacity: 0.7;
    color: #fff;
    background: #222
}

.woocommerce.add_to_cart_inline.add_to_cart_btn_style2 .add_to_cart_button,.woocommerce.add_to_cart_inline.add_to_cart_btn_style2 .added_to_cart {
    background: #fff;
    color: #222
}

.woocommerce.add_to_cart_inline.add_to_cart_btn_style2 .add_to_cart_button:hover,.woocommerce.add_to_cart_inline.add_to_cart_btn_style2 .added_to_cart:hover {
    opacity: 0.7;
    color: #222;
    background: #fff
}

.woocommerce div.products .product {
    padding: 0 15px;
    outline: none;
    position: relative;
    overflow: hidden
}

.woocommerce div.products .product .woocommerce-loop-product-link {
    display: block
}

.woocommerce div.products .product:hover .product-thumbs .add_to_cart_button,.woocommerce div.products .product:hover .product-thumbs .product_type_grouped,.woocommerce div.products .product:hover .product-thumbs .product_type_external,.woocommerce div.products .product:hover .product-thumbs .product_read_more_button {
    bottom: 0
}

.woocommerce div.products .product:hover .product-thumbs .added_to_cart:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.woocommerce div.products .product:hover .product-thumbs .wishlist-icon .wishlist-button {
    right: 15px
}

.woocommerce div.products .product:hover .product-thumbs .wishlist-icon .wishlist-button:hover i {
    animation-name: bigcart-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.woocommerce div.products .product:hover .product-thumbs .wishlist-icon .show-tooltip {
    right: 13px
}

.woocommerce div.products .product:hover .product-thumbs .quickview {
    right: 70px
}

.woocommerce div.products .product:hover .product-thumbs .quickview:hover:before {
    animation-name: bigcart-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.woocommerce div.products .product-thumbs {
    position: relative;
    overflow: hidden
}

.woocommerce div.products .product-thumbs .add_to_cart_button,.woocommerce div.products .product-thumbs .product_type_grouped,.woocommerce div.products .product-thumbs .product_type_external,.woocommerce div.products .product-thumbs .product_read_more_button {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    padding: 0 0 0 20px;
    border: none;
    background: rgba(39, 39, 39, .7);
    border-radius: 0;
    transition: all 0.5s
}

.woocommerce div.products .product-thumbs .add_to_cart_button:hover,.woocommerce div.products .product-thumbs .product_type_grouped:hover,.woocommerce div.products .product-thumbs .product_type_external:hover,.woocommerce div.products .product-thumbs .product_read_more_button:hover {
    background: rgba(39, 39, 39, .9)
}

.woocommerce div.products .product-thumbs .add_to_cart_button.loading {
    opacity: 1
}

.woocommerce div.products .product-thumbs .add_to_cart_button.loading:after {
    animation: none
}

.woocommerce div.products .product-thumbs .add_to_cart_button.loading:before {
    opacity: 1
}

.woocommerce div.products .product-thumbs .add_to_cart_button:after {
    content: "\f07a";
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #000;
    color: #fff
}

.woocommerce div.products .product-thumbs .add_to_cart_button:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border: 3px solid #777;
    border-top: 3px solid #ec7a5c;
    position: absolute;
    border-radius: 100%;
    animation: rotation 1s infinite linear;
    right: 5px;
    top: 6px;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s
}

.woocommerce div.products .product-thumbs .wishlist-icon .wishlist-button {
    outline: none
}

.woocommerce div.products .product-thumbs .wishlist-icon .wishlist-button i {
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.woocommerce div.products .product-thumbs .wishlist-icon .wishlist-button.added-wishlist .fa-heart-o:before,.woocommerce div.products .product-thumbs .wishlist-icon .wishlist-button.browse-wishlist .fa-heart-o:before {
    content: "\f004"
}

.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist {
    margin: 0;
    transition: all 0.5s
}

.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist span {
    display: none
}

.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist span.ajax-loading {
    display: block !important;
    width: 48px !important;
    height: 48px !important
}

.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist span.ajax-loading:before {
    content: '';
    display: block;
    border: 4px solid #fff;
    border-top: 4px solid #777;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    animation: rotation 1s infinite linear
}

.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.show-tooltip {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: -50px;
    background: transparent;
    border-radius: 5px;
    font-size: 0.9em
}

.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.show-tooltip .show {
    display: inline-block !important
}

.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.show-tooltip a {
    color: #fff;
    position: relative;
    z-index: 2;
    display: none
}

.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.show-tooltip a:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -17px;
    border: 6px solid transparent;
    z-index: 1;
    border-left-color: rgba(0, 0, 0, 0.6)
}

.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.no-hover-effect {
    font-size: 0
}

.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.no-hover-effect .add_to_wishlist:before {
    content: "\f08a";
    font-family: FontAwesome;
    font-size: 16px
}

.woocommerce div.products .product-thumbs .yith-wcwl-add-to-wishlist.no-hover-effect .exist_in_wishlist:before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 16px
}

.woocommerce div.products .product-thumbs .added_to_cart {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    overflow: hidden;
    padding: 0
}

.woocommerce div.products .product-thumbs .added_to_cart:before {
    content: "\e800";
    font-family: "minicart-font" !important;
    background: #fff;
    border-radius: 50%;
    font-size: 25px;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    color: #ec7a5c;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0)
}

.woocommerce div.products .product-thumbs .added_to_cart:hover:before {
    background: #f18842;
    color: #fff
}

.woocommerce div.products .product-thumbs .quickview {
    position: absolute;
    text-indent: -999em;
    top: 15px;
    right: -45px;
    width: 44px;
    height: 44px;
    background: #f18842;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s
}

.woocommerce div.products .product-thumbs .quickview:before {
    content: "\e611";
    font-family: Themify;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    display: inline-block;
    font-size: 15px;
    width: 100%;
    line-height: 44px;
    text-align: center;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.woocommerce div.products .product-thumbs img {
    width: 100%
}

.woocommerce div.products .product-info .woocommerce-loop-product__cat {
    margin: 10px 0
}

.woocommerce div.products .product-info .woocommerce-loop-product__cat a {
    color: #f18842;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600
}

.woocommerce div.products .product-info .woocommerce-loop-product__title {
    margin-top: 10px
}

.woocommerce div.products .product-info .woocommerce-loop-product__title a {
    color: #444;
    font-size: 15px
}

.woocommerce div.products .product-info .woocommerce-loop-product__title a:hover {
    color: #f18842
}

.woocommerce div.products .product-info .price {
    display: block;
    padding: 5px 0;
    font-weight: 600;
    font-size: 15px;
    color: #222
}

.woocommerce div.products .product-info .price ins {
    text-decoration: none
}

.woocommerce div.products .star-rating {
    margin: 0 auto 10px
}

.woocommerce div.products .product-category {
    margin-bottom: 20px
}

.woocommerce div.products .product-category a {
    display: block;
    position: relative;
    overflow: hidden
}

.woocommerce div.products .product-category a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0
}

.woocommerce div.products .product-category a:hover img {
    transform: scale(1.1)
}

.woocommerce div.products .product-category a:hover:after {
    opacity: 0.2
}

.woocommerce div.products .product-category img {
    display: block;
    transition: all 0.3s
}

.woocommerce div.products .product-category .product-cat-info {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s
}

.woocommerce div.products .product-category .product-cat-info:hover {
    background-color: #f18842 !important
}

.woocommerce div.products .product-category mark {
    background: transparent;
    color: inherit
}

.woocommerce div.products .product-category .product-cat-title,.woocommerce div.products .product-category .product-counts {
    color: inherit;
    margin: 0
}

.woocommerce div.products .product-category .product-cat-title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

.woocommerce div.products .product-category .product-counts {
    font-size: 13px
}

.woocommerce div.products.hide_product_price .price {
    display: none
}

.woocommerce div.products.product_view_style2 .product:hover .product-thumbs:after {
    opacity: 0.3
}

.woocommerce div.products.product_view_style2 .product:hover .product-info {
    opacity: 1;
    top: 40%
}

.woocommerce div.products.product_view_style2 .product-thumbs:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0
}

.woocommerce div.products.product_view_style2 .product-info {
    position: absolute;
    left: 50%;
    top: 70%;
    width: 100%;
    padding: 0 30px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s
}

.woocommerce div.products.product_view_style2 .product-info a,.woocommerce div.products.product_view_style2 .product-info .price {
    color: #fff
}

.woocommerce div.products.product_view_style2 .product-info a:hover,.woocommerce div.products.product_view_style2 .product-info .price:hover {
    color: #f18842
}

.woocommerce div.products.product_view_style2 .quickview,.woocommerce div.products.product_view_style2 .sticker,.woocommerce div.products.product_view_style2 .add_to_cart_button {
    z-index: 10
}

.woocommerce .product-slider button.slick-arrow {
    width: 30px;
    height: 43px;
    background: rgba(157, 158, 158, .5);
    border: none
}

.woocommerce .product-slider button.slick-arrow:before {
    color: #fff
}

.woocommerce .product-slider:hover button.slick-arrow {
    opacity: 1
}

.woocommerce .product-slider:hover button.slick-arrow.slick-prev {
    left: 15px
}

.woocommerce .product-slider:hover button.slick-arrow.slick-next {
    right: 15px
}

.woocommerce .single-product-page p {
    line-height: 23px
}

.woocommerce .single-product-page a {
    color: #777
}

.woocommerce .single-product-page a:hover {
    color: #f18842
}

.woocommerce .single-product-page .slick-slider .slick-list {
    animation: none;
    -webkit-animation: none
}

.woocommerce .single-product-page .product-summary {
    margin-bottom: 20px
}

.woocommerce .single-product-page .product-summary .sticker.on-sale,.woocommerce .single-product-page .product-summary .sticker.out-stock {
    left: 30px
}

.woocommerce .single-product-page .product-summary .sticker.wishlist {
    position: static;
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 0;
    color: #777;
    background: none;
    transition: all 0.3s
}

.woocommerce .single-product-page .product-summary .sticker.wishlist i {
    line-height: inherit;
    font-weight: bold
}

.woocommerce .single-product-page .product-summary .product-gallery-wrapper {
    position: relative
}

.woocommerce .single-product-page .product-summary .product-gallery-wrapper.product-layout-style2 .product-gallery__image {
    display: block;
    margin-bottom: 20px
}

.woocommerce .single-product-page .product-summary .product-gallery-wrapper.product-layout-style3 .product-gallery__image {
    display: block;
    padding: 5px;
    width: 50%;
    float: left
}

.woocommerce .single-product-page .product-summary .product-gallery-wrapper.product-layout-style3 .product-gallery__image:nth-child(2n+1) {
    clear: both
}

.woocommerce .single-product-page .product-summary .product-video-container {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.woocommerce .single-product-page .product-summary .product-video-container a {
    color: #232323;
    font-size: 1.1em
}

.woocommerce .single-product-page .product-summary .product-video-container a:hover {
    color: #f18842
}

.woocommerce .single-product-page .product-summary .product-video i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    padding-left: 5px;
    margin-right: 10px
}

.woocommerce .single-product-page .product-summary .product-gallery {
    margin-bottom: 20px
}

.woocommerce .single-product-page .product-summary .product-gallery:hover button.slick-arrow {
    opacity: 1
}

.woocommerce .single-product-page .product-summary .product-thumbnails {
    margin: -5px
}

.woocommerce .single-product-page .product-summary .product-thumbnail__image {
    opacity: 0.4;
    outline: none;
    padding: 5px;
    cursor: pointer;
    display: none
}

.woocommerce .single-product-page .product-summary .product-thumbnail__image.slick-slide {
    display: block
}

.woocommerce .single-product-page .product-summary .product-thumbnail__image.slick-center,.woocommerce .single-product-page .product-summary .product-thumbnail__image.slick-current {
    opacity: 1
}

.woocommerce .single-product-page .product-summary .product-gallery__image {
    outline: none;
    display: none
}

.woocommerce .single-product-page .product-summary .product-gallery__image.slick-slide {
    display: block
}

.woocommerce .single-product-page .product-summary .product_title {
    margin-bottom: 15px;
    font-size: 30px;
    color: #232323;
    font-weight: 600
}

.woocommerce .single-product-page .product-summary .woocommerce-product-rating {
    margin-bottom: 10px
}

.woocommerce .single-product-page .product-summary .woocommerce-product-rating .star-rating {
    display: inline-block;
    float: none;
    font-size: 1.2em;
    letter-spacing: 0.3em;
    width: 6.6em;
    margin: 0
}

.woocommerce .single-product-page .product-summary .woocommerce-product-rating .woocommerce-review-link {
    font-size: 1.2em
}

.woocommerce .single-product-page .product-summary .price {
    padding: 5px 0;
    font-size: 22px;
    color: #222;
    font-weight: 600
}

.woocommerce .single-product-page .product-summary .price del {
    color: #777;
    opacity: 1;
    margin-right: 10px
}

.woocommerce .single-product-page .product-summary .price ins {
    text-decoration: none
}

.woocommerce .single-product-page .product-summary .in-stock {
    margin: 10px 0 25px;
    font-size: 1em;
    font-weight: bold
}

.woocommerce .single-product-page .product-summary .product_meta {
    color: #222;
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: bold
}

.woocommerce .single-product-page .product-summary .product_meta span {
    color: #777;
    padding-left: 5px;
    font-weight: 500
}

.woocommerce .single-product-page .product-summary .product_meta a {
    padding-left: 5px;
    font-weight: 500
}

.woocommerce .single-product-page .product-summary .cart {
    margin-bottom: 30px
}

.woocommerce .single-product-page .product-summary .cart .quantity {
    position: relative;
    margin-right: 15px
}

.woocommerce .single-product-page .product-summary .cart .quantity .qty {
    width: 90px;
    border: 1px solid #e8e8e8;
    color: #222;
    padding: 16px 30px 12px 5px
}

.woocommerce .single-product-page .product-summary .cart .quantity .qty::-webkit-outer-spin-button,.woocommerce .single-product-page .product-summary .cart .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.woocommerce .single-product-page .product-summary .cart .quantity .qtybtn {
    padding: 5px 7px;
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    border-left: 1px solid #e8e8e8
}

.woocommerce .single-product-page .product-summary .cart .quantity .qtybtn i {
    display: block;
    text-align: center;
    width: 1em
}

.woocommerce .single-product-page .product-summary .cart .quantity .qtybtn.inc {
    top: 0;
    border-bottom: 1px solid #e8e8e8
}

.woocommerce .single-product-page .product-summary .cart .quantity .qtybtn.dec {
    bottom: 0
}

.woocommerce .single-product-page .product-summary .cart .quantity .qtybtn:hover {
    color: #f18842
}

.woocommerce .single-product-page .product-summary .cart .single_add_to_cart_button {
    color: #fff
}

.woocommerce .single-product-page .product-summary .cart .single_add_to_cart_button span {
    padding: 13px 20px;
    margin-left: 35px;
    border-left: 1px solid #8e8e8e
}

.woocommerce .single-product-page .product-summary .cart .single_add_to_cart_button:hover,.woocommerce .single-product-page .product-summary .cart .single_add_to_cart_button:focus {
    color: #f18842
}

.woocommerce .single-product-page .product-summary .cart .variations {
    margin-bottom: 25px
}

.woocommerce .single-product-page .product-summary .cart .variations label,.woocommerce .single-product-page .product-summary .cart .variations select,.woocommerce .single-product-page .product-summary .cart .variations a {
    display: block
}

.woocommerce .single-product-page .product-summary .cart .variations label {
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px
}

.woocommerce .single-product-page .product-summary .cart .variations select {
    color: #777;
    padding: 10px 15px 8px;
    border: 1px solid #e8e8e8;
    background: url('../images/down.png') no-repeat right 10px center;
    outline: none;
    -webkit-appearance: none
}

.woocommerce .single-product-page .product-summary .cart .variations .reset_variations {
    visibility: visible;
    display: block;
    font-size: 1em;
    color: #f18842;
    margin-top: 10px;
    transition: all 0.3s
}

.woocommerce .single-product-page .product-summary .cart .attribute-box {
    margin-bottom: 25px
}

.woocommerce .single-product-page .product-summary .cart .group_table {
    width: 100%;
    margin-bottom: 10px
}

.woocommerce .single-product-page .product-summary .cart .group_table td {
    padding-bottom: 20px;
    vertical-align: middle
}

.woocommerce .single-product-page .product-summary .cart .group_table .product-details--quantity {
    width: auto;
    text-align: left
}

.woocommerce .single-product-page .product-summary .cart .group_table .product-details--quantity .quantity {
    display: inline-block;
    margin: 0
}

.woocommerce .single-product-page .product-summary .cart .group_table .product-details--title {
    padding: 0 15px 20px
}

.woocommerce .single-product-page .product-summary .cart .group_table .product-details--title a {
    color: #222;
    font-weight: normal;
    font-size: 1.1em
}

.woocommerce .single-product-page .product-summary .cart .group_table .product-details--title a:hover {
    color: #f18842
}

.woocommerce .single-product-page .product-summary .cart .group_table .product-details--price {
    font-weight: bold
}

.woocommerce .single-product-page .product-summary .cart .group_table .product-details--price del {
    opacity: 0.5;
    margin-right: 10px
}

.woocommerce .single-product-page .product-summary .cart .group_table .product-details--price ins {
    text-decoration: none
}

.woocommerce .single-product-page .product-summary .wishlist-icon {
    display: inline-block
}

.woocommerce .single-product-page .product-summary .wishlist-icon:hover button,.woocommerce .single-product-page .product-summary .wishlist-icon:hover a {
    color: #f18842
}

.woocommerce .single-product-page .product-summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase
}

.woocommerce .single-product-page .product-summary .yith-wcwl-add-to-wishlist span {
    display: none
}

.woocommerce .single-product-page .product-summary .yith-wcwl-add-to-wishlist span.ajax-loading {
    margin: 0
}

.woocommerce .single-product-page .wc-tabs-wrapper {
    margin-bottom: 40px
}

.woocommerce .single-product-page .wc-tabs-wrapper .wc-tabs {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 15px
}

.woocommerce .single-product-page .wc-tabs-wrapper .wc-tabs li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 10px
}

.woocommerce .single-product-page .wc-tabs-wrapper .wc-tabs li a {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
    border-bottom: 2px solid transparent
}

.woocommerce .single-product-page .wc-tabs-wrapper .wc-tabs li a:hover {
    color: #f18842
}

.woocommerce .single-product-page .wc-tabs-wrapper .wc-tabs li.active a {
    border-bottom-color: #f18842
}

.woocommerce .single-product-page .wc-tabs-wrapper .tabs-content #tab-description p {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #777
}

.woocommerce .single-product-page .wc-tabs-wrapper .tabs-content #tab-additional_information table {
    font-size: 13px
}

.woocommerce .single-product-page .wc-tabs-wrapper .tabs-content #tab-additional_information table th {
    color: #555;
    font-weight: normal
}

.woocommerce .single-product-page .wc-tabs-wrapper .tabs-content #tab-additional_information table td {
    color: #777;
    font-style: normal
}

.woocommerce .single-product-page .wc-tabs-wrapper .tabs-content h2 {
    margin: 10px 0 35px
}

.woocommerce .single-product-page #reviews h2.reviews-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #222
}

.woocommerce .single-product-page #reviews h3 {
    margin: 10px 0;
    text-transform: uppercase;
    color: #222
}

.woocommerce .single-product-page #reviews h3#reply-title {
    font-size: 20px
}

.woocommerce .single-product-page #reviews .review-list {
    padding: 0;
    margin: 0
}

.woocommerce .single-product-page #reviews .review-list li {
    position: relative;
    list-style: none;
    margin-bottom: 25px
}

.woocommerce .single-product-page #reviews .review-list li .avatar-wrapper {
    position: absolute;
    width: 80px
}

.woocommerce .single-product-page #reviews .review-list li .comment-text {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    padding: 15px;
    margin-left: 100px;
    min-height: 80px
}

.woocommerce .single-product-page #reviews .review-list li .review__author {
    color: #222
}

.woocommerce .single-product-page #reviews .review-list li .star-rating {
    font-size: 0.9em;
    height: 1.1em;
    letter-spacing: 0.3em;
    width: 6.6em
}

.woocommerce .single-product-page #reviews .review-list li .star-rating:before,.woocommerce .single-product-page #reviews .review-list li .star-rating span:before {
    top: 1px
}

.woocommerce .single-product-page #reviews form.comment-form {
    color: #777;
    margin-bottom: 20px
}

.woocommerce .single-product-page #reviews form.comment-form div.row {
    padding: 12px 0
}

.woocommerce .single-product-page #reviews form.comment-form label {
    font-weight: normal;
    margin-bottom: 0
}

.woocommerce .single-product-page #reviews form.comment-form input.field {
    width: 100%;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 2px
}

.woocommerce .single-product-page #reviews form.comment-form textarea {
    max-width: 100%;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 2px
}

.woocommerce .single-product-page #reviews form.comment-form input:focus,.woocommerce .single-product-page #reviews form.comment-form textarea:focus {
    border-color: #e8e8e8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(204, 204, 204, .6), 0 0 8px rgba(204, 204, 204, .6), 0 0 8px rgba(204, 204, 204, .6);
    box-shadow: inset 0 1px 1px rgba(204, 204, 204, .6), 0 0 8px rgba(204, 204, 204, .6), 0 0 8px rgba(204, 204, 204, .6)
}

.woocommerce .single-product-page #reviews form.comment-form .comment-form-rating {
    display: flex;
    align-items: center;
    margin: 10px 0
}

.woocommerce .single-product-page #reviews form.comment-form .stars {
    line-height: 1;
    margin-bottom: 0 !important;
    margin-left: 20px !important
}

.woocommerce .single-product-page #reviews form.comment-form .stars a {
    font-size: 16px;
    color: #f18842;
    margin-right: 3px
}

.woocommerce .single-product-page #reviews form.comment-form .required {
    color: #f18842
}

.woocommerce .single-product-page .related-products,.woocommerce .single-product-page .up-sells {
    margin-bottom: 45px;
    overflow: hidden
}

.woocommerce .single-product-page .related-products h2.title,.woocommerce .single-product-page .up-sells h2.title {
    font-size: 22px;
    color: #222
}

.woocommerce .single-product-page .related-products div.products:hover button.slick-arrow,.woocommerce .single-product-page .up-sells div.products:hover button.slick-arrow {
    opacity: 1
}

.woocommerce .single-product-page .related-products div.products button.slick-next,.woocommerce .single-product-page .up-sells div.products button.slick-next {
    right: 15px
}

.woocommerce .single-product-page .related-products div.products button.slick-prev,.woocommerce .single-product-page .up-sells div.products button.slick-prev {
    left: 15px
}

.woocommerce .single-product-page .product-share {
    margin-bottom: 25px;
    overflow: hidden
}

.woocommerce .single-product-page .product-share .share {
    padding: 25px 0;
    border-width: 1px 0 1px 0;
    border-color: #e8e8e8;
    border-style: solid
}

.woocommerce .single-product-page .product-share .share li {
    display: inline-block;
    padding: 0 10px
}

.woocommerce .single-product-page .product-share .share li a {
    color: #777;
    font-size: 20px;
    background: none;
    padding: 0
}

.woocommerce .single-product-page .product-share .share li a:hover {
    color: #f18842
}

.woocommerce .single-product-page button.slick-arrow {
    z-index: 10;
    width: auto;
    height: auto;
    background: none;
    border: none
}

.woocommerce .single-product-page button.slick-arrow:before {
    display: table;
    width: 35px;
    padding: 15px;
    font-size: 35px;
    color: #fff;
    background: rgba(156, 158, 157, 0.4)
}

.woocommerce .single-product-page button.slick-arrow:hover {
    background: none;
    border: none
}

.woocommerce .sticker {
    position: absolute;
    font-size: 11px;
    z-index: 10;
    top: 15px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-family: Poppins;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #000
}

.woocommerce .sticker strong {
    position: relative
}

.woocommerce .sticker strong:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: -1px;
    left: 0;
    right: 0
}

.woocommerce .sticker strong:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 1px;
    left: 0;
    right: 0
}

.woocommerce .sticker.on-sale {
    border-radius: 50%;
    left: 15px
}

.woocommerce .sticker.wishlist {
    font-size: 15px;
    top: 15px;
    right: -45px;
    border: none;
    border-radius: 50%;
    background: #f18842;
    color: #fff;
    transition: all 0.5s
}

.woocommerce .sticker.out-stock {
    border-radius: 50%;
    left: 15px;
    font-size: 10px;
    line-height: 10px;
    padding: 15px 0
}

.woocommerce .star-rating::before {
    color: #f18842
}

.woocommerce .star-rating span {
    color: #f18842
}

.woocommerce .slick-prev:before,.woocommerce .slick-next:before {
    color: #222
}

.woocommerce table.wishlist_table {
    border: none
}

.woocommerce table.wishlist_table thead th {
    border: none;
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    font-weight: 500;
    color: #222
}

.woocommerce table.wishlist_table tbody td {
    border: none;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 12px
}

.woocommerce table.wishlist_table tbody td.product-name a.product-thumbnail {
    width: 55px;
    display: block;
    float: left;
    margin-right: 20px
}

.woocommerce table.wishlist_table tbody td.product-name a.product-thumbnail img {
    border-radius: 2px
}

.woocommerce table.wishlist_table tbody td.product-name a.product-thumbnail:after {
    content: '';
    display: block;
    clear: both
}

.woocommerce table.wishlist_table tbody td.product-name a.product-name {
    padding: 27px 0;
    display: block;
    color: #777;
    font-size: 13px
}

.woocommerce table.wishlist_table tbody td.product-price {
    font-size: 13px;
    font-weight: 500
}

.woocommerce table.wishlist_table tbody td.product-price ins {
    text-decoration: none
}

.woocommerce table.wishlist_table tbody td.product-price del {
    opacity: 0.5
}

.woocommerce table.wishlist_table tbody td.product-stock-status {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500
}

.woocommerce table.wishlist_table tbody td.product-stock-status span.wishlist-in-stock {
    color: #88a36c
}

.woocommerce table.wishlist_table tbody td.product-stock-status span.wishlist-out-of-stock {
    color: #232323
}

.woocommerce table.wishlist_table tbody td.product-remove a.remove {
    height: 26px;
    width: 26px;
    line-height: 27px;
    color: #f18842 !important;
    font-weight: 100;
    border: 1px solid #e6e6e6
}

.woocommerce table.wishlist_table tbody td.product-remove a.remove:hover {
    background: transparent;
    color: #f18842 !important;
    border-color: #f18842
}

.woocommerce table.wishlist_table tbody td.product-add-to-cart a {
    display: inline-block !important;
    margin: 0;
    background-color: #232323;
    padding: 11px 22px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1
}

.woocommerce table.wishlist_table tbody td.product-add-to-cart a:hover {
    background-color: #f18842
}

.woocommerce table.wishlist_table tbody td.product-add-to-cart a.added_to_cart.wc-forward {
    display: none !important
}

.woocommerce table.wishlist_table tbody td.product-add-to-cart a.loading {
    padding-right: 35px;
    padding-left: 9px
}

.woocommerce table.wishlist_table tbody td.product-add-to-cart a.loading:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #777;
    border-radius: 50%;
    border-top: 2px solid #fff;
    right: 6px;
    top: 24%
}

.woocommerce table.wishlist_table tbody td.product-add-to-cart a.added:after {
    content: '' !important;
    margin-left: 0 !important
}

.woocommerce table.wishlist_table tfoot td {
    border: none
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents {
    border: none
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents thead th {
    border: none;
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    padding: 16px 12px;
    text-transform: uppercase
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td {
    border: none;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 12px
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity {
    position: relative;
    display: inline-block
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity input.qty {
    border: 1px solid #eee;
    border-radius: 2px;
    font-size: 12px;
    color: #777;
    padding: 6px 20px 6px 6px;
    width: 68px
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity input.qty::-webkit-outer-spin-button,.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn {
    position: absolute;
    background: #eee;
    width: 15px;
    height: 11px;
    cursor: pointer;
    text-align: center;
    line-height: 11px;
    right: 5px;
    transition: all 0.3s
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn i {
    line-height: 5px;
    font-size: 12px
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn.inc {
    line-height: 10px;
    top: 4px
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn.dec {
    bottom: 4px
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn:hover {
    background: #f18842
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity div.quantity span.qtybtn:hover i {
    color: #fff
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a.product-thumbnail {
    margin-right: 20px
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a.product-thumbnail img {
    width: 55px;
    border-radius: 2px
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-name a.product-name {
    color: #777;
    font-size: 13px
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-price,.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-subtotal {
    font-size: 13px;
    font-weight: 500
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove {
    text-align: center
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a {
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 27px;
    color: #000 !important;
    font-weight: 100;
    border: 1px solid #e6e6e6
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a:hover {
    background: transparent;
    color: #f18842 !important;
    border-color: #f18842
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td {
    border: none;
    padding: 20px 0
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon {
    float: left
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input#coupon_code {
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    padding: 10px 13px;
    margin-right: 9px
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input#coupon_code::-webkit-input-placeholder {
    color: #aaa
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input#coupon_code::-moz-placeholder {
    color: #aaa
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input#coupon_code:-ms-input-placeholder {
    color: #aaa
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input#coupon_code:-moz-placeholder {
    color: #aaa
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input.apply_coupon {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: #eee;
    font-weight: 500;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    padding: 14px 18px;
    transition: all 0.3s
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon input.apply_coupon:hover {
    background: #f18842;
    border-color: #f18842;
    color: #fff
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td input.update_cart {
    width: auto;
    float: right;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background: #eee;
    font-weight: 500;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    padding: 14px 18px;
    transition: all 0.3s
}

.woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td input.update_cart:hover {
    background: #f18842;
    border-color: #f18842;
    color: #fff
}

.woocommerce .cart-collaterals .cross-sells {
    margin-bottom: 45px;
    overflow: hidden
}

.woocommerce .cart-collaterals .cross-sells h2.title {
    font-size: 22px;
    color: #222
}

.woocommerce .cart-collaterals .cross-sells div.products:hover button.slick-arrow {
    opacity: 1
}

.woocommerce .cart-collaterals .cross-sells div.products button.slick-next {
    right: 15px
}

.woocommerce .cart-collaterals .cross-sells div.products button.slick-prev {
    left: 15px
}

.woocommerce .cart-collaterals .cart_totals {
    margin-top: 30px
}

.woocommerce .cart-collaterals .cart_totals h4 {
    text-transform: uppercase
}

.woocommerce .cart-collaterals .cart_totals table {
    border: 1px solid #e8e8e8;
    border-radius: 2px
}

.woocommerce .cart-collaterals .cart_totals table th {
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    background-color: #fcfcfc;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    padding: 16px 19px
}

.woocommerce .cart-collaterals .cart_totals table td {
    border-top: 1px solid #e8e8e8;
    padding: 16px 19px;
    vertical-align: middle
}

.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td {
    font-size: 14px;
    font-weight: 500;
    color: #222
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total td {
    color: #222
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total td span {
    font-weight: 600
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping {
    font-size: 13px;
    font-weight: 300;
    color: #777
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li {
    position: relative;
    overflow: hidden
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li input[type="radio"] {
    position: absolute;
    left: -999px
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li label {
    position: relative;
    color: #777;
    font-weight: 300;
    font-size: 13px;
    padding-left: 26px
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li label span {
    color: #222;
    font-weight: 600
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li label:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    left: 0;
    top: 3px;
    box-shadow: 0px 0px 4px #cdcdcd inset
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li label:after {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: #232323;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping ul#shipping_method li input[type="radio"]:checked + label:after {
    transform: scale(1)
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-button {
    color: #3485b1;
    font-size: 13px;
    font-weight: 300
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p {
    font-size: 13px
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p input#calc_shipping_postcode {
    border: 1px solid #e8e8e8;
    font-size: 13px;
    border-radius: 2px;
    padding: 5px 10px 2px 14px;
    color: #222
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p select#calc_shipping_state,.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p select#calc_shipping_country {
    border: 1px solid #e8e8e8;
    font-size: 13px;
    border-radius: 2px;
    padding: 3px 10px;
    color: #222
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p button[type="submit"] {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    background-color: #eee;
    border: 1px solid #e8e8e8;
    color: #888;
    padding: 10px 25px 8px;
    transition: all 0.2s
}

.woocommerce .cart-collaterals .cart_totals table tr.shipping .woocommerce-shipping-calculator .shipping-calculator-form p button[type="submit"]:hover {
    background-color: #f18842;
    border-color: #f18842;
    color: #fff
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    width: 100%
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 22px 1em;
    background: #f18842
}

.woocommerce .cart-collaterals:after {
    content: '';
    display: block;
    clear: both
}

.woocommerce form.login,.woocommerce form.register {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.woocommerce form .form-row {
    padding: 0
}

.woocommerce form .form-row .required {
    color: #f18842
}

.woocommerce form .form-row input.custom-input-text {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 8px 10px;
    color: #666
}

.woocommerce .account-tab-container {
    text-align: center;
    margin-bottom: 20px
}

.woocommerce .account-tab-container .account-tab-item {
    display: inline-block;
    padding: 0 20px
}

.woocommerce .account-tab-container .account-tab-item a {
    font-size: 27px;
    color: #777;
    font-weight: 600
}

.woocommerce .account-tab-container .account-tab-item a.active {
    color: #222;
    border-bottom: 3px solid #222
}

.woocommerce .account-forms-container .account-form {
    display: none
}

.woocommerce .account-forms-container .account-form.active {
    display: block
}

.woocommerce .custom-login-form,.woocommerce .custom-register-form {
    padding: 40px 0;
    margin-bottom: 65px
}

.woocommerce .custom-login-form label,.woocommerce .custom-register-form label {
    font-size: 13px;
    font-weight: 500;
    color: #666
}

.woocommerce .custom-login-form label span.required,.woocommerce .custom-register-form label span.required {
    color: #f18842;
    font-weight: 400
}

.woocommerce .custom-login-form input.woocommerce-Input--text,.woocommerce .custom-register-form input.woocommerce-Input--text {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 8px 10px
}

.woocommerce .custom-login-form .form-row,.woocommerce .custom-register-form .form-row {
    padding: 0;
    margin: 0 0 20px
}

.woocommerce .custom-login-form input[type="submit"],.woocommerce .custom-register-form input[type="submit"] {
    background: #000;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s
}

.woocommerce .custom-login-form input[type="submit"]:hover,.woocommerce .custom-register-form input[type="submit"]:hover {
    opacity: 0.7
}

.woocommerce .custom-login-form span.remember-check {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    font-weight: 500
}

.woocommerce .custom-login-form span.remember-check input#rememberme {
    position: absolute;
    left: -999px
}

.woocommerce .custom-login-form span.remember-check label.remember-checkbox {
    color: #777;
    padding-left: 20px;
    cursor: pointer;
    margin: 0;
    transition: all 0.2s
}

.woocommerce .custom-login-form span.remember-check label.remember-checkbox:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #aaa;
    left: 0;
    position: absolute;
    top: 5px;
    box-shadow: 0px 0px 5px #d9d9d9 inset
}

.woocommerce .custom-login-form span.remember-check label.remember-checkbox:after {
    content: '\f00c';
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: -1px;
    left: 1px;
    transform: scale(0);
    transition: all 0.3s;
    color: #777
}

.woocommerce .custom-login-form span.remember-check label.remember-checkbox:hover {
    color: #f18842
}

.woocommerce .custom-login-form span.remember-check input#rememberme[type="checkbox"]:checked + label:after {
    transform: scale(1)
}

.woocommerce .custom-login-form .lost-pwd-link {
    font-size: 13px;
    color: #222;
    float: right;
    font-weight: bold
}

.woocommerce .custom-login-form .lost-pwd-link:hover {
    color: #f18842
}

.woocommerce .shop-toolbar {
    margin-bottom: 35px
}

.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count {
    margin: 0
}

.woocommerce .woocommerce-result-count {
    padding: 5px 10px 5px 0;
    font-weight: 500;
    color: #777;
    line-height: 25px
}

.woocommerce .woocommerce-ordering select {
    text-transform: uppercase
}

.woocommerce form.checkout_coupon {
    border: none;
    padding: 0
}

.woocommerce .woocommerce-breadcrumb {
    background: #f5f5f5;
    font-size: 13px;
    color: #888;
    padding: 35px 0;
    margin-bottom: 70px
}

.shop-content {
    margin-bottom: 70px
}

#yith-wcwl-popup-message {
    border: 3px solid #f18842;
    font-weight: 500;
    width: 250px;
    padding: 15px 20px;
    line-height: 1.5;
    margin-left: -125px !important
}

.wc-pagination {
    margin: 20px 0
}

.wc-pagination .page-numbers {
    margin: 0;
    padding: 0
}

.wc-pagination .page-numbers li {
    list-style: none;
    display: inline-block
}

.wc-pagination .page-numbers li a,.wc-pagination .page-numbers li span {
    padding: 5px 11px 2px;
    border-radius: 2px;
    border: 1px solid #eee;
    color: #555
}

.wc-pagination .page-numbers li a.active,.wc-pagination .page-numbers li span.active,.wc-pagination .page-numbers li a.current,.wc-pagination .page-numbers li span.current,.wc-pagination .page-numbers li a:hover,.wc-pagination .page-numbers li span:hover,.wc-pagination .page-numbers li a:focus,.wc-pagination .page-numbers li span:focus {
    background: #222;
    border-color: #222;
    color: #fff
}

.wc-checkout-login-form .form-group,.wc-checkout-coupon-form .form-group {
    margin-bottom: 0
}

.wc-checkout-login-form i,.wc-checkout-coupon-form i {
    margin-right: 10px;
    font-size: 1.3em
}

.wc-checkout-login-form input[type="submit"],.wc-checkout-coupon-form input[type="submit"] {
    border-radius: 2px;
    width: 160px;
    background: #222;
    color: #fff
}

.wc-checkout-login-form a,.wc-checkout-coupon-form a {
    color: #222;
    font-weight: bold;
    margin-left: 10px
}

.wc-checkout-login-form a:hover,.wc-checkout-coupon-form a:hover {
    color: #f18842
}

.wc-checkout-coupon-form {
    margin: 45px 0
}

.wc-checkout-login-form {
    margin-top: 45px
}

.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before {
    content: ''
}

.woocommerce-info {
    border-top-color: #f18842;
    border-top-width: 2px;
    padding: 20px;
    margin-bottom: 25px
}

form.woocommerce-checkout .form-row {
    padding: 0;
    margin-bottom: 15px
}

form.woocommerce-checkout .form-row.woocommerce-validated input.input-text,form.woocommerce-checkout .form-row.woocommerce-invalid input.input-text,form.woocommerce-checkout .form-row.woocommerce-validated .select2-container,form.woocommerce-checkout .form-row.woocommerce-invalid .select2-container,form.woocommerce-checkout .form-row.woocommerce-validated select,form.woocommerce-checkout .form-row.woocommerce-invalid select {
    border-color: #e8e8e8
}

form.woocommerce-checkout .form-row.woocommerce-invalid label {
    color: #f18842
}

form.woocommerce-checkout .form-row .required {
    color: #f18842;
    text-decoration: none
}

form.woocommerce-checkout .form-row-first,form.woocommerce-checkout .form-row-last {
    float: left;
    width: 50%;
    padding: 0 15px
}

form.woocommerce-checkout .form-row-wide {
    float: left;
    width: 100%;
    padding: 0 15px
}

form.woocommerce-checkout input.input-text,form.woocommerce-checkout select.input-text,form.woocommerce-checkout textarea.input-text {
    color: #999;
    padding: 10px;
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

form.woocommerce-checkout input.input-text:focus,form.woocommerce-checkout select.input-text:focus,form.woocommerce-checkout textarea.input-text:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7);
    box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7)
}

form.woocommerce-checkout .select2-container:focus {
    outline: 0
}

form.woocommerce-checkout .select2-container span:focus {
    outline: 0
}

form.woocommerce-checkout .select2-container .select2-selection--single {
    height: auto;
    border-color: #e8e8e8
}

form.woocommerce-checkout .select2-container .select2-selection--single:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7);
    box-shadow: inset 0 1px 1px rgba(204, 204, 204, .7), 0 0 8px rgba(204, 204, 204, .7)
}

form.woocommerce-checkout .select2-container .select2-selection__arrow {
    height: auto;
    top: 0;
    bottom: 0
}

form.woocommerce-checkout .select2-container .select2-selection__rendered {
    padding: 10px 20px 10px 10px;
    color: #999
}

form.woocommerce-checkout h3 {
    text-transform: uppercase
}

form.woocommerce-checkout h3#ship-to-different-address {
    float: none !important
}

form.woocommerce-checkout h3#ship-to-different-address label {
    margin: 0;
    font-weight: 600;
    color: inherit
}

form.woocommerce-checkout h3#ship-to-different-address label input {
    position: relative;
    margin-left: 0
}

.select2-results .select2-results__option {
    color: #999
}

#order_review .shop_table {
    border-color: #e8e8e8;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0
}

#order_review .shop_table th,#order_review .shop_table td {
    padding: 20px 15px 15px
}

#order_review .shop_table th {
    text-transform: uppercase;
    color: #222
}

#order_review .shop_table .cart_item .product-name {
    color: #777
}

#order_review .shop_table .cart_item .product-total {
    color: #222;
    font-size: 1.0714;
    font-weight: 600
}

#order_review .shop_table tfoot td {
    color: #222;
    font-size: 1.0714;
    font-weight: 600
}

#order_review .shop_table tfoot .shipping td {
    font-weight: normal;
    color: #777
}

#order_review .woocommerce-checkout-payment {
    background: transparent
}

#order_review .woocommerce-checkout-payment ul.payment_methods {
    color: #666;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 20px 15px 24px;
    margin-bottom: 30px
}

#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method {
    padding: 10px 0
}

#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method > input.input-radio {
    position: absolute;
    left: -9999px
}

#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method > input.input-radio:checked + label:before {
    background-position: 0px -24px
}

#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method > label {
    position: relative;
    padding-left: 35px;
    line-height: 1;
    font-weight: bold;
    display: block
}

#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method > label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/radio.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 16px 40px;
    background-position: 0 0;
    overflow: hidden
}

#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method .about_paypal {
    line-height: inherit;
    font-size: 0.9em;
    font-weight: normal
}

#order_review .woocommerce-checkout-payment ul.payment_methods .wc_payment_method:last-child {
    margin-bottom: 0
}

#order_review .woocommerce-checkout-payment div.payment_box {
    background: #fff;
    padding: 15px 20px;
    margin: 0
}

#order_review .woocommerce-checkout-payment div.payment_box:before {
    border-bottom-color: transparent
}

.woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 2em
}

.woocommerce-order .woocommerce-order-overview {
    font-size: 1.2em;
    padding-left: 0;
    margin: 20px 0 40px
}

.woocommerce-order-details {
    margin-bottom: 40px
}

.woocommerce-order-details h2 {
    margin-top: 45px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.woocommerce-order-details h3 {
    text-transform: uppercase;
    margin-bottom: 30px
}

.woocommerce-order-details table.shop_table th,.woocommerce-order-details table.shop_table td {
    padding: 20px 15px 15px
}

.woocommerce-order-details table.shop_table a {
    color: #777
}

.woocommerce-order-details table.shop_table a:hover {
    color: #f18842
}

.woocommerce-order-details .woocommerce-columns .woocommerce-column {
    float: left;
    width: 50%
}

.woocommerce-order-details .woocommerce-columns .woocommerce-column.col-1 {
    padding-right: 10px
}

.woocommerce-order-details .woocommerce-columns .woocommerce-column.col-2 {
    padding-left: 10px
}

.woocommerce-order-details .woocommerce-columns:after {
    content: '';
    display: table;
    clear: both
}

.woocommerce-form-login .login_btn {
    margin: 25px 0
}

.woocommerce-form-login .login_btn label {
    margin-left: 10px
}

.woocommerce-form-login p {
    color: #666;
    margin-bottom: 20px
}

.woocommerce-form-login .required {
    color: #f18842
}

.woocommerce-message {
    border: none;
    background: #f18842;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0px;
    left: 100%;
    width: 100px;
    min-height: 100px;
    max-height: 100px;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 999;
    overflow: hidden;
    animation: slide-in, slide-out;
    animation-duration: 1.5s, 1.5s;
    animation-delay: 0.5s, 4.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    transform: translateX(0);
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    word-wrap: break-word
}

.woocommerce-message:before {
    content: none;
    display: none
}

.woocommerce-message .woocommerce-message-wrapper {
    display: table;
    vertical-align: middle;
    width: 100%;
    padding: 30px;
    min-height: 100px
}

.woocommerce-message .woocommerce-message-wrapper .success-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    line-height: 24px;
    width: 10%;
    padding-right: 25px
}

.woocommerce-message .woocommerce-message-wrapper .notice_text {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    opacity: 0;
    animation: opacity_text_in, opacity_text_out;
    animation-delay: 1.25s, 4.55s;
    animation-duration: 0.5s, 0.5s;
    animation-fill-mode: forwards
}

.woocommerce-message .woocommerce-message-wrapper .notice_text a {
    color: #fff;
    text-decoration: underline
}

.woocommerce-message .woocommerce-message-wrapper .notice_text a:hover {
    opacity: 0.8
}

.woocommerce-message .woocommerce-message-wrapper .notice_text a.button.wc-forward {
    display: none
}

.woocommerce-message .product_notification_wrapper .product_notification_background {
    background-size: cover;
    background-position: center center;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce-message .product_notification_wrapper .product_notification_text {
    padding: 28px;
    margin-left: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    text-align: left;
    opacity: 0;
    animation: opacity_text_in, opacity_text_out;
    animation-delay: 1.25s, 4.55s;
    animation-duration: 0.5s, 0.5s;
    animation-fill-mode: forwards
}

.woocommerce-message .product_notification_wrapper .product_notification_text a.wc-forward {
    display: none
}

.my-account-dashboard .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0
}

.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    position: relative;
    transition: all 0.3s
}

.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    display: block;
    font-size: 13px;
    color: #333;
    padding: 15px 20px 8px;
    border-bottom: 1px dotted #ededed
}

.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    position: absolute;
    top: 18px;
    left: 5px
}

.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active,.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover {
    background: #f5f5f5
}

.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a,.my-account-dashboard .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover a {
    color: #f18842;
    font-weight: 500
}

.my-account-dashboard .woocommerce-MyAccount-content {
    background: #f9f9f9;
    border-top: 3px solid #f18842;
    padding: 30px;
    font-size: 14px;
    box-shadow: 2px 2px 3px #e8e8e8;
    color: #333
}

.my-account-dashboard .woocommerce-MyAccount-content strong {
    font-weight: 600
}

.my-account-dashboard .woocommerce-MyAccount-content a {
    color: #f18842
}

.my-account-dashboard .woocommerce-MyAccount-content a:hover {
    text-decoration: underline
}

.my-account-dashboard .woocommerce-MyAccount-content .empty-download a.gray-button,.my-account-dashboard .woocommerce-MyAccount-content .empty-orders a.gray-button {
    margin-top: 15px
}

.my-account-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table {
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 0
}

.my-account-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table th {
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    padding: 8px
}

.my-account-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table td {
    font-size: 13px;
    padding: 8px;
    border-top: 1px solid #ddd
}

.my-account-dashboard .woocommerce-MyAccount-content table.woocommerce-orders-table td a.gray-button {
    padding: 10px 18px 7px
}

.my-account-dashboard .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title {
    margin: 0;
    padding: 10px 0
}

.my-account-dashboard .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title:before {
    content: none
}

.my-account-dashboard .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title h3 {
    color: #333;
    margin: 0
}

.my-account-dashboard .woocommerce-MyAccount-content .custom-billing-address h3 {
    color: #333
}

.my-account-dashboard .woocommerce-MyAccount-content .custom-billing-address .woocommerce-address-fields input,.my-account-dashboard .woocommerce-MyAccount-content .custom-billing-address .woocommerce-address-fields .select2-container--default .select2-selection--single {
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 8px 10px;
    color: #666
}

.my-account-dashboard .woocommerce-MyAccount-content .custom-billing-address .woocommerce-address-fields .select2-container--default .select2-selection--single {
    outline: none;
    height: 41px
}

.my-account-dashboard .woocommerce-MyAccount-content .custom-billing-address .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px
}

.my-account-dashboard .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    margin: 25px 0
}

.custom-tracking-order form .tracking-order-description {
    text-align: center;
    margin-bottom: 40px
}

.custom-tracking-order form .form-row-first,.custom-tracking-order form .form-row-last {
    font-size: 13px;
    margin-bottom: 15px
}

.custom-tracking-order form .form-row-first label,.custom-tracking-order form .form-row-last label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #222
}

.custom-tracking-order form .track-submit {
    margin: 15px 0
}

.custom-tracking-order form .track-submit input.black-button {
    font-weight: 600;
    color: #fff;
    background: #191a1c;
    border-radius: 2px;
    padding: 17px 53px;
    width: 100%
}

.quickview-wrap {
    width: 900px;
    padding: 20px 15px
}

.quickview-wrap .single-product-page .product-summary {
    margin: 0
}

.quickview-wrap .single-product-page .product-summary .product-gallery,.quickview-wrap .single-product-page .product-summary div.images,.quickview-wrap .single-product-page .product-summary .summary {
    margin: 0
}

@media (min-width: 481px) {
    div.product-columns .product-col,div.product-columns .product-category {
        float:left
    }

    [class*="product-column-"] .product-col,[class*="product-column-"] .product-category {
        width: 50%
    }

    [class*="product-column-"] .product-col:nth-child(2n+1),[class*="product-column-"] .product-category:nth-child(2n+1) {
        clear: both
    }

    .product-column-1 .product-col,.product-column-1 .product-category {
        width: 100%
    }
}

@media (min-width: 768px) {
    .product-column-3 .product-col,.product-column-3 .product-category {
        width:33.33333%
    }

    .product-column-3 .product-col:nth-child(2n+1),.product-column-3 .product-category:nth-child(2n+1) {
        clear: none
    }

    .product-column-3 .product-col:nth-child(3n+1),.product-column-3 .product-category:nth-child(3n+1) {
        clear: both
    }

    .product-column-4 .product-col,.product-column-4 .product-category {
        width: 25%
    }

    .product-column-4 .product-col:nth-child(2n+1),.product-column-4 .product-category:nth-child(2n+1) {
        clear: none
    }

    .product-column-4 .product-col:nth-child(4n+1),.product-column-4 .product-category:nth-child(4n+1) {
        clear: both
    }

    .product-column-5 .product-col,.product-column-5 .product-category {
        width: 20%
    }

    .product-column-5 .product-col:nth-child(2n+1),.product-column-5 .product-category:nth-child(2n+1) {
        clear: none
    }

    .product-column-5 .product-col:nth-child(5n+1),.product-column-5 .product-category:nth-child(5n+1) {
        clear: both
    }

    .product-column-6 .product-col,.product-column-6 .product-category {
        width: 33.33333%
    }

    .product-column-6 .product-col:nth-child(2n+1),.product-column-6 .product-category:nth-child(2n+1) {
        clear: none
    }

    .product-column-6 .product-col:nth-child(3n+1),.product-column-6 .product-category:nth-child(3n+1) {
        clear: both
    }

    .product-column-7 .product-col,.product-column-7 .product-category {
        width: 25%
    }

    .product-column-7 .product-col:nth-child(2n+1),.product-column-7 .product-category:nth-child(2n+1) {
        clear: none
    }

    .product-column-7 .product-col:nth-child(4n+1),.product-column-7 .product-category:nth-child(4n+1) {
        clear: both
    }

    .product-column-8 .product-col,.product-column-8 .product-category {
        width: 25%
    }

    .product-column-8 .product-col:nth-child(2n+1),.product-column-8 .product-category:nth-child(2n+1) {
        clear: none
    }

    .product-column-8 .product-col:nth-child(4n+1),.product-column-8 .product-category:nth-child(4n+1) {
        clear: both
    }

    .product-column-9 .product-col,.product-column-9 .product-category {
        width: 33.33333%
    }

    .product-column-9 .product-col:nth-child(2n+1),.product-column-9 .product-category:nth-child(2n+1) {
        clear: none
    }

    .product-column-9 .product-col:nth-child(3n+1),.product-column-9 .product-category:nth-child(3n+1) {
        clear: both
    }

    .product-column-10 .product-col,.product-column-10 .product-category {
        width: 25%
    }

    .product-column-10 .product-col:nth-child(2n+1),.product-column-10 .product-category:nth-child(2n+1) {
        clear: none
    }

    .product-column-10 .product-col:nth-child(4n+1),.product-column-10 .product-category:nth-child(4n+1) {
        clear: both
    }

    .product-column-11 .product-col,.product-column-11 .product-category {
        width: 25%
    }

    .product-column-11 .product-col:nth-child(2n+1),.product-column-11 .product-category:nth-child(2n+1) {
        clear: none
    }

    .product-column-11 .product-col:nth-child(4n+1),.product-column-11 .product-category:nth-child(4n+1) {
        clear: both
    }

    .product-column-12 .product-col,.product-column-12 .product-category {
        width: 25%
    }

    .product-column-12 .product-col:nth-child(2n+1),.product-column-12 .product-category:nth-child(2n+1) {
        clear: none
    }

    .product-column-12 .product-col:nth-child(4n+1),.product-column-12 .product-category:nth-child(4n+1) {
        clear: both
    }
}

@media (min-width: 992px) {
    .product-column-6 .product-col,.product-column-6 .product-category {
        width:16.66667%
    }

    .product-column-6 .product-col:nth-child(3n+1),.product-column-6 .product-category:nth-child(3n+1) {
        clear: none
    }

    .product-column-6 .product-col:nth-child(6n+1),.product-column-6 .product-category:nth-child(6n+1) {
        clear: both
    }

    .product-column-7 .product-col,.product-column-7 .product-category {
        width: 14.28571%
    }

    .product-column-7 .product-col:nth-child(4n+1),.product-column-7 .product-category:nth-child(4n+1) {
        clear: none
    }

    .product-column-7 .product-col:nth-child(7n+1),.product-column-7 .product-category:nth-child(7n+1) {
        clear: both
    }

    .product-column-8 .product-col,.product-column-8 .product-category {
        width: 12.5%
    }

    .product-column-8 .product-col:nth-child(4n+1),.product-column-8 .product-category:nth-child(4n+1) {
        clear: none
    }

    .product-column-8 .product-col:nth-child(8n+1),.product-column-8 .product-category:nth-child(8n+1) {
        clear: both
    }

    .product-column-9 .product-col,.product-column-9 .product-category {
        width: 11.11111%
    }

    .product-column-9 .product-col:nth-child(3n+1),.product-column-9 .product-category:nth-child(3n+1) {
        clear: none
    }

    .product-column-9 .product-col:nth-child(9n+1),.product-column-9 .product-category:nth-child(9n+1) {
        clear: both
    }

    .product-column-10 .product-col,.product-column-10 .product-category {
        width: 10%
    }

    .product-column-10 .product-col:nth-child(4n+1),.product-column-10 .product-category:nth-child(4n+1) {
        clear: none
    }

    .product-column-10 .product-col:nth-child(10n+1),.product-column-10 .product-category:nth-child(10n+1) {
        clear: both
    }

    .product-column-11 .product-col,.product-column-11 .product-category {
        width: 9.09091%
    }

    .product-column-11 .product-col:nth-child(4n+1),.product-column-11 .product-category:nth-child(4n+1) {
        clear: none
    }

    .product-column-11 .product-col:nth-child(11n+1),.product-column-11 .product-category:nth-child(11n+1) {
        clear: both
    }

    .product-column-12 .product-col,.product-column-12 .product-category {
        width: 8.33333%
    }

    .product-column-12 .product-col:nth-child(4n+1),.product-column-12 .product-category:nth-child(4n+1) {
        clear: none
    }

    .product-column-12 .product-col:nth-child(12n+1),.product-column-12 .product-category:nth-child(12n+1) {
        clear: both
    }
}

@media (max-width: 480px) {
    .woocommerce .woocommerce-breadcrumb {
        margin-bottom:30px
    }
}

.page-banner .title-inside {
    height: 32vh;
    background-size: cover;
    background-position: center top;
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 65px
}

.page-banner .title-inside > .page-title {
    text-align: center;
    font-size: 60px;
    font-weight: Bold;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-transform: capitalize;
    padding: 0 15px
}

.page-banner .title-inside > .page-title h1 {
    font-weight: inherit;
    font-size: inherit;
    color: inherit
}

.page-banner .title-inside .banner-wrapper {
    text-align: center;
    font-weight: Bold;
    display: table-cell;
    vertical-align: middle;
    text-transform: capitalize;
    padding: 0 15px
}

.page-banner .title-inside .banner-wrapper .page-title {
    font-size: 60px;
    color: #fff
}

.page-banner .title-inside .banner-wrapper .term-description {
    font-size: 1.3em;
    font-weight: normal;
    color: #fff;
    padding: 10px 15px;
    text-transform: initial
}

.page-banner .title-inside .banner-wrapper .list-categories {
    list-style: none
}

.page-banner .title-inside .banner-wrapper .list-categories .cat-item {
    display: inline-block;
    margin: 0 10px
}

.page-banner .title-inside .banner-wrapper .list-categories .cat-item.current-cat a {
    border-bottom: 2px solid #fff
}

.page-banner .title-inside .banner-wrapper .list-categories .cat-item.current-cat a:hover {
    border-bottom-color: #f18842
}

.page-banner .title-inside .banner-wrapper .list-categories .cat-item a {
    color: #fff;
    padding-bottom: 3px;
    display: block
}

.page-banner .title-inside .banner-wrapper .list-categories .cat-item a:hover {
    color: #f18842
}

.page-banner .title-inside .banner-wrapper.no-banner-img .page-title,.page-banner .title-inside .banner-wrapper.no-banner-img .term-description {
    color: #222
}

.page-banner .title-inside .banner-wrapper.no-banner-img .list-categories .cat-item a {
    color: #222
}

.page-banner .title-inside.shop-page {
    margin: 0
}

.blog-content-wrapper.left-page .blog-sidebar {
    width: 25%;
    float: left;
    padding-right: 15px
}

.blog-content-wrapper.left-page #content {
    width: 75%;
    float: left;
    padding-left: 15px
}

.blog-content-wrapper.right-page .blog-sidebar {
    width: 25%;
    float: right;
    padding-left: 15px
}

.blog-content-wrapper.right-page #content {
    width: 75%;
    float: left;
    padding-right: 15px
}

.blog-content-wrapper.full-page .blog-sidebar,.blog-content-wrapper.blog-masonry .blog-sidebar {
    display: none
}

.blog-content-wrapper.full-page #content,.blog-content-wrapper.blog-masonry #content {
    width: 100%;
    float: none
}

.blog-content-wrapper.blog-masonry.masonry-columns-3 article {
    width: 33.33%;
    padding: 0 15px;
    display: inline-block
}

.blog-content-wrapper.blog-masonry.masonry-columns-4 article {
    width: 25%;
    padding: 0 15px;
    display: inline-block
}

.blog-content-wrapper.blog-masonry.masonry-columns-2 article {
    width: 50%;
    padding: 0 15px;
    display: inline-block
}

.blog-content-wrapper.full-page .blog-info {
    padding-top: 0;
    padding-right: 150;
    padding-bottom: 0;
    padding-left: 150
}

.blog-content-wrapper #content article.sticky {
    background-color: #e6e6e6;
    padding: 15px
}

.blog-content-wrapper #content .blog-image {
    margin-bottom: 25px
}

.blog-content-wrapper #content .blog-image a {
    display: block;
    position: relative
}

.blog-content-wrapper #content .blog-image a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s
}

.blog-content-wrapper #content .blog-image a:hover:before {
    background-color: rgba(255, 255, 255, 0.6)
}

.blog-content-wrapper #content .blog-image img {
    width: 100%
}

.blog-content-wrapper #content .post-meta {
    color: #777;
    font-size: 13px;
    text-transform: uppercase
}

.blog-content-wrapper #content .post-meta a,.blog-content-wrapper #content .post-meta .post-date {
    color: #222;
    font-weight: 600
}

.blog-content-wrapper #content .post-meta a:hover {
    color: #f18842
}

.blog-content-wrapper #content .post-title h3 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 10px
}

.blog-content-wrapper #content .post-title h3 a {
    color: #222
}

.blog-content-wrapper #content .post-title h3 a:hover {
    color: #f18842
}

.blog-content-wrapper #content .blog-content p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin-bottom: 15px
}

.blog-content-wrapper #content .post-read-more a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #f18842
}

.blog-content-wrapper #content .post-read-more a:after {
    content: '';
    display: block;
    width: auto;
    height: 2px;
    background-color: #f18842;
    transform: scaleX(0);
    transition: all 0.3s
}

.blog-content-wrapper #content .post-read-more a:hover {
    color: #222
}

.blog-content-wrapper #content .post-read-more a:hover:after {
    transform: scaleX(1)
}

.post-pagination-field {
    margin: 20px 0 65px
}

.post-pagination-field .page-numbers {
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    text-align: center;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #eee
}

.post-pagination-field span.current {
    background-color: #222;
    border: 1px solid #222;
    color: #fff
}

.post-pagination-field a {
    transition: all 0.3s
}

.post-pagination-field a.page-numbers {
    color: #555;
    width: 33px;
    height: 33px
}

.post-pagination-field a.next {
    text-indent: -999em;
    overflow: hidden
}

.post-pagination-field a.next:before {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    text-indent: 0
}

.post-pagination-field a.prev {
    text-indent: -999em;
    overflow: hidden
}

.post-pagination-field a.prev:before {
    content: "\f104";
    display: block;
    font-family: FontAwesome;
    text-indent: 0
}

.post-pagination-field a:hover {
    color: #fff;
    background-color: #f18842;
    border-color: #f18842
}

.fancybox-skin {
    border-radius: 0
}

.fancybox-skin,fancybox-opened {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2)
}

.fancybox-close {
    background-image: none;
    top: 7px;
    right: -10px
}

.fancybox-close:before {
    content: "\e646";
    display: block;
    font-family: Themify;
    color: #000
}

.fancybox-close:hover:before {
    color: #f18842
}

.single-post-banner-title .title-inside {
    height: 32vh;
    background-size: cover;
    background-position: center top;
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    margin-bottom: 65px
}

.single-post-banner-title .title-inside .post-title {
    text-align: center;
    font-size: 60px;
    font-weight: Bold;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px
}

.post-content-wrapper .post-sidebar {
    width: 25%;
    float: right;
    padding-left: 15px
}

.post-content-wrapper #post-content {
    width: 75%;
    float: left;
    padding-right: 15px
}

.post-content-wrapper.left-page .post-sidebar {
    width: 25%;
    float: left;
    padding-right: 15px
}

.post-content-wrapper.left-page #post-content {
    width: 75%;
    float: left;
    padding-left: 15px
}

.post-content-wrapper.right-page .post-sidebar {
    width: 25%;
    float: right;
    padding-left: 15px
}

.post-content-wrapper.right-page #post-content {
    width: 75%;
    float: left;
    padding-right: 15px
}

.post-content-wrapper.full-page .post-sidebar {
    display: none
}

.post-content-wrapper.full-page #post-content {
    width: 100%;
    float: none
}

.post-content-wrapper #post-content .post-image {
    margin-bottom: 25px
}

.post-content-wrapper #post-content .post-image a {
    display: block;
    position: relative
}

.post-content-wrapper #post-content .post-image a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s
}

.post-content-wrapper #post-content .post-image a:hover:before {
    background-color: rgba(255, 255, 255, 0.6)
}

.post-content-wrapper #post-content .post-meta {
    color: #777;
    font-size: 13px;
    text-transform: uppercase
}

.post-content-wrapper #post-content .post-meta a,.post-content-wrapper #post-content .post-meta .post-date {
    color: #222;
    font-weight: 600
}

.post-content-wrapper #post-content .post-meta a:hover {
    color: #f18842
}

.post-content-wrapper #post-content .post-title h3 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 10px
}

.post-content-wrapper #post-content .post-title h3 a {
    color: #222
}

.post-content-wrapper #post-content .post-title h3 a:hover {
    color: #f18842
}

.post-content-wrapper #post-content .post-content p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin-bottom: 15px
}

.post-content-wrapper #post-content .post-content blockquote p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #222;
    margin-bottom: 0
}

.post-content-wrapper #post-content .post-password-form input[type="submit"] {
    font-size: 14px;
    color: #555;
    background: #eee;
    border: 1px solid #e8e8e8;
    padding: 3px 10px 2px 10px;
    margin-right: 10px
}

.post-content-wrapper #post-content .post-password-form input[type="submit"]:hover {
    color: #f18842
}

.post-tags-share .post-tags-tab {
    width: 50%;
    float: left
}

.post-tags-share .post-tags-tab span {
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    font-size: 13px
}

.post-tags-share .post-tags-tab span a {
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    font-size: 13px
}

.post-tags-share .post-tags-tab span a:hover {
    color: #f18842
}

.post-tags-share .post-share-tab {
    width: 50%;
    float: right;
    position: relative
}

.post-tags-share .post-share-tab .share-button {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222;
    cursor: pointer;
    transition: all 0.3s
}

.post-tags-share .post-share-tab .share-button i {
    padding-right: 10px
}

.post-tags-share .post-share-tab .share-links {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 20px;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: nav_menu_anim;
    padding: 15px 20px;
    border-top: 2px solid #f18842;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background: #fff;
    text-align: left
}

.post-tags-share .post-share-tab .share-content {
    display: inline-block
}

.post-tags-share .post-share-tab .share-content:hover .share-links {
    display: block
}

.post-tags-share .post-share-tab .share-content:hover .share-button {
    color: #f18842
}

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

.post-author-wrapper {
    border-top: 1px dotted #d6d6d6
}

.post-author-inner {
    background: #f6f6f6;
    padding: 30px 25px;
    margin: 35px 0
}

.post-author-inner .author-img-thumbnail {
    float: left;
    padding-right: 25px
}

.post-author-inner .author-img-thumbnail img {
    max-width: 80px
}

.post-author-inner .author-profile {
    padding-left: 105px
}

.post-author-inner .author-profile ul.social_url {
    list-style: none;
    padding: 0;
    margin: 0
}

.post-author-inner .author-profile ul.social_url li {
    float: left;
    margin-right: 5px
}

.post-author-inner .author-profile ul.social_url li a {
    font-size: 13px;
    color: #222;
    width: 30px;
    height: 30px;
    line-height: 32px;
    display: block;
    text-align: center;
    border: 1px solid #e3e3e3
}

.post-author-inner .author-profile ul.social_url li a:hover {
    color: #f18842
}

.post-author-inner .author-profile ul.social_url:after {
    content: '';
    display: block;
    clear: both
}

.post-author-inner p {
    color: #777;
    font-family: Open Sans;
    color: #000
}

.post-author-inner p a {
    text-transform: uppercase;
    color: #222
}

.post-author-inner p a:hover {
    color: #f18842
}

.post-pagination {
    margin-bottom: 35px;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 0px 1px 0px
}

.post-pagination .nav-previous {
    width: 50%;
    float: left;
    text-align: left;
    border-right: 1px solid #e5e5e5;
    padding: 30px 0
}

.post-pagination .nav-previous i {
    float: left;
    margin-right: 15px;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.3s;
    transition-property: transform
}

.post-pagination .nav-previous a:hover i {
    transform: translateX(-8px)
}

.post-pagination .nav-next {
    width: 50%;
    float: left;
    text-align: right;
    padding: 30px 0
}

.post-pagination .nav-next i {
    float: right;
    margin-left: 15px;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.3s;
    transition-property: transform
}

.post-pagination .nav-next a:hover i {
    transform: translateX(8px)
}

.post-pagination a {
    display: block;
    color: #222;
    font-weight: 500
}

.post-pagination a i {
    font-size: 15px;
    padding: 9px 14px;
    border: 2px solid #e5e5e5
}

.post-pagination a div.nav-title {
    font-size: 13px;
    padding-bottom: 3px;
    color: #777
}

.post-pagination a span {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    white-space: nowrap
}

.post-pagination a:hover .post-title,.post-pagination a:hover div.nav-title,.post-pagination a:hover i {
    color: #f18842
}

.post-pagination a:hover i {
    border-color: #f18842
}

.post-pagination .no-post {
    border: none
}

.post-pagination .no-post.nav-previous + .nav-next {
    border-left: 1px solid #e5e5e5
}

.post-comments {
    margin-bottom: 65px
}

.post-comments #respond.comment-respond #reply-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 35px;
    color: #222
}

.post-comments #respond.comment-respond #reply-title a,.post-comments #respond.comment-respond #reply-title small {
    color: #f18842
}

.post-comments #respond.comment-respond #reply-title a:hover,.post-comments #respond.comment-respond #reply-title small:hover {
    text-decoration: underline
}

.post-comments #respond.comment-respond .logged-in-as a {
    font-size: 14px;
    color: #f18842
}

.post-comments #respond.comment-respond .logged-in-as a:hover {
    text-decoration: underline
}

.post-comments #respond.comment-respond p.comment-notes {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px
}

.post-comments #respond.comment-respond label {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    display: block
}

.post-comments #respond.comment-respond label .required {
    color: #f18842
}

.post-comments #respond.comment-respond textarea#comment,.post-comments #respond.comment-respond input#author,.post-comments #respond.comment-respond input#email,.post-comments #respond.comment-respond input#url {
    width: 100%;
    font-size: 14px;
    font-weight: 100;
    color: #777;
    padding: 10px 10px 8px;
    border-color: #e8e8e8;
    outline: none;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.2s
}

.post-comments #respond.comment-respond textarea#comment {
    height: 140px
}

.post-comments #respond.comment-respond textarea#comment:focus,.post-comments #respond.comment-respond input#author:focus,.post-comments #respond.comment-respond input#email:focus,.post-comments #respond.comment-respond input#url:focus {
    border-color: #adadad
}

.post-comments #respond.comment-respond .comment-form-author,.post-comments #respond.comment-respond .comment-form-email,.post-comments #respond.comment-respond .comment-form-url {
    width: 33.33333%;
    float: left
}

.post-comments #respond.comment-respond .comment-form-author {
    padding-right: 10px
}

.post-comments #respond.comment-respond .comment-form-email {
    padding: 0 10px
}

.post-comments #respond.comment-respond .comment-form-url {
    padding-left: 10px
}

.post-comments #respond.comment-respond .form-submit input#submit {
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #f18842;
    padding: 10px 25px;
    outline: none;
    margin-top: 20px;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent
}

.post-comments #respond.comment-respond .form-submit input#submit:hover {
    animation-name: bigcart-bob-float, bigcart-bob;
    animation-duration: 0.3s, 1.5s;
    animation-delay: 0s, 0.3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.post-comments .post-block.post-comments h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px
}

.post-comments .post-block.post-comments ul {
    list-style: none
}

.post-comments .post-block.post-comments ul.comments {
    padding: 0
}

.post-comments .post-block.post-comments ul.children {
    padding-left: 100px
}

.post-comments .post-block.post-comments ul .comment-body {
    padding: 20px 0;
    border-bottom: 1px dotted #e5e5e5
}

.post-comments .post-block.post-comments ul .comment-body:after {
    content: '';
    display: block;
    clear: both
}

.post-comments .post-block.post-comments ul .comment-body .img-thumbnail {
    border: none;
    padding: 0;
    float: left;
    padding-right: 25px
}

.post-comments .post-block.post-comments ul .comment-body .img-thumbnail img {
    border-radius: 50%
}

.post-comments .post-block.post-comments ul .comment-body .comment-block {
    padding-left: 105px
}

.post-comments .post-block.post-comments ul .comment-body .comment-block h4.comment-by {
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px
}

.post-comments .post-block.post-comments ul .comment-body .comment-block .comment-date {
    color: #777;
    font-size: 13px
}

.post-comments .post-block.post-comments ul .comment-body .comment-block .comment-text {
    color: #000;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    margin-top: 5px
}

.post-comments .post-block.post-comments ul .comment-body .comment-block .comment-action a {
    font-size: 12px;
    color: #555;
    background: #eee;
    border: 1px solid #e8e8e8;
    padding: 3px 8px 2px 8px;
    margin-right: 10px
}

.post-comments .post-block.post-comments ul .comment-body .comment-block .comment-action a:hover {
    color: #f18842
}

.share-list-inner a {
    display: block;
    padding: 10px 20px 5px 5px;
    color: #666;
    font-size: 13px
}

.share-list-inner a:hover {
    color: #f18842
}

.sidebar-widget {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.sidebar-widget .widget-title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.sidebar-widget .widget-title span {
    color: inherit
}

.sidebar-widget a {
    color: #777;
    font-size: 14px
}

.sidebar-widget a:hover {
    color: #f18842
}

.sidebar-widget,.sidebar-widget span,.sidebar-widget p {
    color: #777
}

.custom-searchform {
    position: relative
}

.custom-searchform input.input-text {
    padding: 12px 10px 10px;
    box-sizing: border-box;
    padding-right: 25%;
    border: 1px solid #e8e8e8;
    color: #222;
    width: 100%;
    font-size: 13px;
    outline: none
}

.custom-searchform input.input-text::-webkit-input-placeholder {
    color: #999
}

.custom-searchform input.input-text::-moz-placeholder {
    color: #999
}

.custom-searchform input.input-text:-ms-input-placeholder {
    color: #999
}

.custom-searchform input.input-text:-moz-placeholder {
    color: #999
}

.custom-searchform button.submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 15px 14px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 13px;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s
}

.custom-searchform button.submit:hover {
    background: #f18842
}

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

.widget_recent_entries ul li {
    border-bottom: 1px dotted #d0d0d0
}

.widget_recent_entries ul li a {
    display: block;
    font-size: 14px;
    padding: 10px 0 5px;
    color: #222
}

.widget_recent_entries ul li a:hover {
    color: #f18842
}

.widget_recent_entries ul li span.post-date {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.widget_recent_entries ul li:last-child {
    border: none
}

.text-with-social p {
    font-size: 13px;
    line-height: 25px
}

.text-with-social .social-wrapper.style2 a:before {
    font-size: 24px
}

.text-with-social .social-wrapper a {
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    position: relative;
    text-indent: -9999em;
    vertical-align: middle;
    background: #eee;
    margin: 5px 5px 0 0;
    transition: all 0.3s
}

.text-with-social .social-wrapper a:hover:before {
    color: #fff
}

.text-with-social .social-wrapper a:hover {
    background: #f18842
}

.text-with-social .social-wrapper a:before {
    font-family: "FontAwesome";
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    text-indent: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #777;
    text-align: center
}

.text-with-social .social-wrapper a.share-facebook:before {
    content: "\f09a"
}

.text-with-social .social-wrapper a.share-twitter:before {
    content: "\f099"
}

.text-with-social .social-wrapper a.share-rss:before {
    content: "\f09e"
}

.text-with-social .social-wrapper a.share-pinterest:before {
    content: "\f0d2"
}

.text-with-social .social-wrapper a.share-youtube:before {
    content: "\f167"
}

.text-with-social .social-wrapper a.share-instagram:before {
    content: "\f16d"
}

.text-with-social .social-wrapper a.share-skype:before {
    content: "\f17e"
}

.text-with-social .social-wrapper a.share-linkedin:before {
    content: "\f0e1"
}

.text-with-social .social-wrapper a.share-googleplus:before {
    content: "\f0d5"
}

.text-with-social .social-wrapper a.share-vk:before {
    content: "\f189"
}

.text-with-social .social-wrapper a.share-xing:before {
    content: "\f168"
}

.text-with-social .social-wrapper a.share-tumblr:before {
    content: "\f173"
}

.text-with-social .social-wrapper a.share-reddit:before {
    content: "\f1a1"
}

.text-with-social .social-wrapper a.share-vimeo:before {
    content: "\f27d"
}

.text-with-social .social-wrapper a.share-telegram:before {
    content: "\f1d8"
}

.text-with-social .social-wrapper a.share-yelp:before {
    content: "\f1e9"
}

.text-with-social .social-wrapper a.share-flickr:before {
    content: "\f16e"
}

.tagcloud a {
    padding: 7px 10px 3px;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #e8e8e8;
    color: #555;
    float: left;
    margin: 0px 5px 5px 0;
    font-size: 13px !important
}

.tagcloud a:hover {
    color: #f18842
}

.tagcloud a:hover:before {
    background: #f18842;
    border-color: #f18842;
    color: #fff
}

.tagcloud:after {
    content: '';
    display: table;
    clear: both
}

.widget_product_categories ul,.widget_categories ul,.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    text-align: left
}

.widget_product_categories li,.widget_categories li,.widget_nav_menu li {
    padding: 7px 0
}

.widget_product_categories li ul,.widget_categories li ul,.widget_nav_menu li ul {
    padding-left: 20px
}

.widget_product_categories li a:hover + span.count,.widget_categories li a:hover + span.count,.widget_nav_menu li a:hover + span.count {
    color: #f18842
}

.widget_product_categories li span.count,.widget_categories li span.count,.widget_nav_menu li span.count {
    display: inline-block;
    float: right;
    width: 35px;
    transition: all 0.3s;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 20px
}

.calendar_wrap table {
    width: 100%
}

.woocommerce .widget_price_filter .price_slider_wrapper {
    padding-top: 20px
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #eee;
    border-radius: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 0.6em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    background-color: #f18842
}

.woocommerce .widget_price_filter .ui-slider {
    margin: 10px 10px 0
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0
}

.woocommerce .widget_price_filter .price_slider_amount {
    margin-top: 25px;
    font-size: 1em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    padding: 8px 15px;
    border-radius: 2px;
    background: #eee;
    text-transform: uppercase;
    font-weight: normal;
    color: #777;
    border: 1px solid #e8e8e8
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    text-transform: uppercase;
    color: #777
}

.woocommerce ul.product_list_widget li img {
    float: left;
    width: 70px;
    margin: 0 20px 10px 0
}

.woocommerce ul.product_list_widget li .product-info .product-title a {
    font-size: 15px;
    font-weight: 500;
    color: #444
}

.woocommerce ul.product_list_widget li .product-info .product-title a:hover {
    color: #f18842
}

.woocommerce ul.product_list_widget li .product-info .price {
    display: block;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #222
}

.woocommerce ul.product_list_widget li .product-info .price del {
    opacity: 0.5
}

.woocommerce ul.product_list_widget li .product-info .price ins {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li {
    float: none;
    padding: 5px
}

.woocommerce.widget_layered_nav ul {
    list-style: none;
    padding: 0
}

.woocommerce.widget_layered_nav li {
    padding: 7px 0 !important
}

.woocommerce.widget_layered_nav li ul {
    padding-left: 20px
}

.woocommerce.widget_layered_nav li a:hover + span.count {
    color: #f18842
}

.woocommerce.widget_layered_nav li span.count {
    display: inline-block;
    width: 35px;
    float: right;
    transition: all 0.3s;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 20px
}

.woocommerce.widget_rating_filter ul li {
    padding: 5px 0
}

.woocommerce.widget_recent_reviews a {
    margin-bottom: 10px
}

.woocommerce.widget_recent_reviews .reviewer {
    display: block;
    margin: 10px 0
}

.vc_woo_widget .widget-title {
    position: relative;
    margin: 0 0 40px
}

.vc_woo_widget .widget-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ececec;
    left: 0;
    top: 50%
}

.vc_woo_widget .widget-title span {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 20px 0 0;
    background: #fff
}

.vc_woo_widget ul.product-categories {
    padding: 0;
    margin: 0
}

.vc_woo_widget ul.product-categories li {
    list-style: none
}

.vc_woo_widget ul.product-categories li li {
    border-bottom: 1px solid #eee
}

.vc_woo_widget ul.product-categories li li:last-child {
    border: none
}

.vc_woo_widget ul.product-categories li a {
    display: block;
    padding: 15px 20px 10px
}

.vc_woo_widget ul.product-categories li a:active,.vc_woo_widget ul.product-categories li a:focus {
    color: #292929
}

.vc_woo_widget ul.product-categories li a:hover {
    color: #f18842
}

.vc_woo_widget ul.product-categories li ul {
    border-top: 1px solid #eee;
    padding-left: 20px
}

.vc_woo_widget ul.product-categories > li {
    border-bottom: 1px solid #eee
}

.vc_woo_widget ul.product-categories > li:first-child > a {
    padding-top: 0
}

.vc_woo_widget.sidebar-style .widget-title {
    padding: 15px 20px;
    margin: 0;
    background: #222;
    font-size: 16px
}

.vc_woo_widget.sidebar-style .widget-title:before {
    content: none
}

.vc_woo_widget.sidebar-style .widget-title span {
    color: #fff;
    background: none
}

.vc_woo_widget.sidebar-style .product_list_widget li {
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee
}

.vc_woo_widget.sidebar-style .product-categories {
    border: 1px solid #eee
}

.vc_woo_widget.sidebar-style .product-categories > li:first-child > a {
    padding-top: 15px
}

#site-footer.footer-style2 .main-footer {
    padding: 120px 0 90px;
    text-align: center
}

#site-footer.footer-style2 .footer-bottom .copyright {
    text-align: center
}

#site-footer.footer-style3 .footer-navigation {
    text-align: right
}

#site-footer .main-footer {
    background: #fff;
    padding: 30px 15px 10px
}

#site-footer .footer-bottom {
    background: #c6c6c6;
    padding: 30px 15px
}

#site-footer .footer-bottom .copyright {
    text-align: left
}

#site-footer .footer-bottom .copyright p {
    margin: 0
}

#site-footer .footer-bottom .copyright p,#site-footer .footer-bottom .copyright a {
    font-family: Roboto;
    color: #666;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px
}

#site-footer .footer-bottom .payment-logo {
    text-align: right
}

#site-footer .footer-navigation ul {
    list-style: none;
    padding: 10px 0;
    margin: 0
}

#site-footer .footer-navigation li {
    display: inline-block;
    padding: 0 10px
}

#site-footer .footer-widget {
    margin-bottom: 20px
}

#site-footer .widget-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
    font-size: 16px
}

#site-footer select {
    width: 100%
}

#site-footer,#site-footer p,#site-footer a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    line-height: 23px
}

#site-footer a:hover {
    color: #f18842
}

#site-footer .textbox-with-social .widget-title {
    font-size: 25px
}

#site-footer .textbox-with-social .social-wrapper.style2 a {
    background: none
}

#site-footer .textbox-with-social .social-wrapper a {
    background: #272727;
    border-radius: 2px
}

#site-footer .textbox-with-social .social-wrapper a:hover {
    background: #f18842
}

#site-footer .textbox-with-social .social-wrapper a:hover:before {
    color: #222
}

#site-footer .widget_wysija_cont label {
    display: none
}

#site-footer .widget_wysija_cont .wysija-paragraph input {
    color: #666;
    background: #262626
}

#site-footer .mc4wp-form-fields .input-field {
    color: #666;
    background: #262626
}

#site-footer span.count {
    border-color: #4d4d4d
}

#site-footer .custom-searchform .submit {
    line-height: inherit;
    padding: 12px 15px
}

@media (max-width: 767px) {
    #site-footer .footer-bottom .copyright {
        text-align:center;
        margin-bottom: 20px
    }

    #site-footer .footer-bottom .payment-logo {
        text-align: center
    }
}

.portfolio {
}

.portfolio .portfolio-content-inner {
    margin-top: 80px;
    margin-bottom: 90px
}

.portfolio .portfolio-content-inner img {
    width: 100%
}

.portfolio .portfolio-content-meta .portfolio-title h3 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px
}

.portfolio .portfolio-content-meta .portfolio-title h3 a {
    color: #222
}

.portfolio .portfolio-content-meta .portfolio-title h3 a:hover {
    color: #f18842
}

.portfolio .portfolio-content-meta .portfolio-content p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    margin-bottom: 35px
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner {
    float: left
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a {
    display: inline-block;
    padding: 0;
    visibility: visible;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 5px;
    color: #777
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a:before {
    font-family: fontawesome;
    display: block;
    font-size: 14px;
    visibility: visible;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-align: center
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-facebook:before {
    content: "\f09a"
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-twitter:before {
    content: "\f099"
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-linkedin:before {
    content: "\f0e1"
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-googleplus:before {
    content: "\f0d5"
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-pinterest:before {
    content: "\f231"
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-email:before {
    content: "\f0e0"
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-vk:before {
    content: "\f189"
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-xing:before {
    content: "\f168"
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-tumblr:before {
    content: "\f173"
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a.share-reddit:before {
    content: "\f281"
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a:last-child {
    margin-right: 0
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-list-inner a:hover {
    color: #f18842
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share .share-label {
    display: block;
    float: left;
    font-size: 14px;
    color: #222;
    padding: 0 5px 0 0
}

.portfolio .portfolio-content-meta .meta-tag .portfolio-share:after {
    content: '';
    display: block;
    clear: both
}

.portfolio .portfolio-content-meta .meta-tag p .label {
    font-size: 14px;
    color: #222;
    padding: 0 5px 0 0;
    font-weight: 400
}

.portfolio .portfolio-content-meta .meta-tag p .portfolio-list a,.portfolio .portfolio-content-meta .meta-tag p .date-value {
    font-size: 14px;
    color: #777
}

.portfolio .portfolio-content-meta .meta-tag p .portfolio-list a:hover {
    color: #f18842
}

.portfolio .default-template .portfolio-image-list a.portfolio-default-image-list {
    display: block;
    margin-bottom: 10px
}

.portfolio .big-slider .portfolio-image-slider {
    margin-bottom: 50px
}

.portfolio .big-slider .portfolio-image-slider a.portfolio-big-slider {
    display: none
}

.portfolio .big-slider .portfolio-image-slider a.portfolio-big-slider.slick-slide {
    display: block
}

.portfolio .big-slider .portfolio-image-slider button.slick-arrow {
    height: 50px;
    background: transparent !important;
    border: none !important
}

.portfolio .big-slider .portfolio-image-slider button.slick-arrow:before {
    font-size: 50px;
    color: #f18842;
    opacity: 0.75
}

.portfolio .big-slider .portfolio-image-slider:hover button.slick-arrow {
    opacity: 1
}

.portfolio .big-slider .portfolio-image-slider:hover button.slick-arrow:hover:before {
    opacity: 1
}

.portfolio .big-slider .portfolio-image-slider:hover button.slick-arrow.slick-prev {
    left: 30px
}

.portfolio .big-slider .portfolio-image-slider:hover button.slick-arrow.slick-next {
    right: 30px
}

.portfolio .big-slider .portfolio-content-meta:after {
    content: '';
    display: block;
    clear: both
}

.portfolio .big-slider .portfolio-content-meta .meta-tag {
    margin-top: 20px
}

.portfolio .gallery-template .portfolio-image-gallery {
    margin-top: 70px;
    margin-bottom: 40px
}

.portfolio .gallery-template .portfolio-image-gallery a {
    display: block;
    width: 50%;
    float: left;
    padding-bottom: 20px;
    box-sizing: border-box
}

.portfolio .gallery-template .portfolio-image-gallery a:nth-child(2n) {
    padding-left: 10px
}

.portfolio .gallery-template .portfolio-image-gallery a:nth-child(2n+1) {
    padding-right: 10px
}

.portfolio .gallery-template .portfolio-content-meta .portfolio-share {
    display: inline-block
}

.portfolio .gallery-template .portfolio-content-meta .portfolio-categories {
    display: inline-block;
    margin-right: 35px
}

.portfolio .gallery-template .portfolio-content-meta .portfolio-date {
    display: inline-block
}

.portfolio .gallery-template .portfolio-content-meta.title-content {
    padding: 0 15%
}

.portfolio .list-1-template .portfolio-featured-image a {
    display: block
}

.portfolio .list-1-template .portfolio-featured-image a img {
    width: 100%
}

.portfolio .list-1-template .portfolio-image-list-1 {
    margin-bottom: 30px
}

.portfolio .list-1-template .portfolio-image-list-1 a {
    display: block;
    padding-bottom: 20px
}

.portfolio .list-1-template .portfolio-image-list-1 a:nth-child(1) {
    width: 50%;
    float: left;
    padding-right: 10px
}

.portfolio .list-1-template .portfolio-image-list-1 a:nth-child(2) {
    width: 50%;
    float: left;
    padding-left: 10px
}

.portfolio .list-1-template .portfolio-image-list-1 a:nth-child(3) {
    clear: both
}

.portfolio .list-1-template .portfolio-content-meta .portfolio-share {
    display: inline-block
}

.portfolio .list-1-template .portfolio-content-meta .portfolio-categories {
    display: inline-block;
    margin-right: 35px
}

.portfolio .list-1-template .portfolio-content-meta .portfolio-date {
    display: inline-block
}

.portfolio .list-1-template .portfolio-content-meta.title-content {
    padding: 0 15%;
    margin-top: 60px;
    margin-bottom: 70px
}

.portfolio .list-2-template .portfolio-content-meta .portfolio-share {
    display: inline-block
}

.portfolio .list-2-template .portfolio-content-meta .portfolio-categories {
    display: inline-block;
    margin-right: 35px
}

.portfolio .list-2-template .portfolio-content-meta .portfolio-date {
    display: inline-block
}

.portfolio .list-2-template .portfolio-content-meta.title-content {
    padding: 0 15%;
    margin-top: 60px;
    margin-bottom: 70px
}

.portfolio .list-2-template .portfolio-image-list-2 {
    margin-bottom: 30px
}

.portfolio .list-2-template .portfolio-image-list-2 a {
    display: block;
    padding-bottom: 20px
}

.portfolio .portfolio-pagination .single-portfolio-navigation {
    border-top: 1px solid #f0f0f0;
    padding: 40px 0
}

.portfolio .portfolio-pagination .single-portfolio-navigation a {
    display: block;
    font-size: 13px;
    color: #a4a4a4;
    line-height: 24px;
    text-transform: uppercase
}

.portfolio .portfolio-pagination .single-portfolio-navigation a:hover {
    color: #f18842
}

.portfolio .portfolio-pagination .single-portfolio-navigation .nav-previous {
    float: left;
    display: inline-block
}

.portfolio .portfolio-pagination .single-portfolio-navigation .nav-previous i {
    margin-right: 5px
}

.portfolio .portfolio-pagination .single-portfolio-navigation .nav-next {
    float: right;
    display: inline-block
}

.portfolio .portfolio-pagination .single-portfolio-navigation .nav-next i {
    margin-left: 5px
}

.portfolio .portfolio-pagination .single-portfolio-navigation .back-all {
    text-align: center;
    font-size: 18px;
    color: #a4a4a4
}

.single-portfolio-content .portfolio-featured-image-bg {
    height: 65vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.portfolio-lists .portfolio-category-tab-filter {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 0
}

.portfolio-lists .portfolio-category-tab-filter li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 20px
}

.portfolio-lists .portfolio-category-tab-filter li a {
    position: relative;
    font-size: 16px;
    color: #777;
    padding-bottom: 3px
}

.portfolio-lists .portfolio-category-tab-filter li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #222;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 0.3s
}

.portfolio-lists .portfolio-category-tab-filter li a.active,.portfolio-lists .portfolio-category-tab-filter li a:hover {
    color: #222
}

.portfolio-lists .portfolio-category-tab-filter li a.active:after,.portfolio-lists .portfolio-category-tab-filter li a:hover:after {
    transform: scaleX(1)
}

.portfolio-lists .portfolio-lists-inner {
    margin-top: 50px;
    margin-bottom: 80px
}

.portfolio-lists .portfolio-lists-inner:after {
    content: '';
    display: block;
    clear: both
}

.portfolio-lists .portfolio-lists-inner .portfolio-item-inside {
    float: left;
    text-align: center
}

.portfolio-lists .portfolio-lists-inner .portfolio-item-inside a {
    display: block
}

.portfolio-lists .portfolio-lists-inner .portfolio-item-inside .portfolio-category a {
    display: initial
}

.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside {
    padding: 0 15px;
    margin-bottom: 35px
}

.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px
}

.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image a:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg) scale(0.5, 0.5);
    transition: all 0.5s;
    transform-origin: center;
    opacity: 0
}

.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image a:after {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    transform: translate(-50%, -50%) rotateY(180deg) scale(0.5, 0.5);
    transition: all 0.5s;
    opacity: 0
}

.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image a:hover:before {
    transform: rotateY(0deg) scale(1, 1);
    opacity: 0.5
}

.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image a:hover:after {
    transform: translate(-50%, -50%) rotateY(0deg) scale(1, 1);
    opacity: 1
}

.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-featured-image a img {
    width: 100%
}

.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-title a {
    font-size: 18px;
    color: #222
}

.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-category a {
    font-size: 14px;
    color: #777;
    display: initial
}

.portfolio-lists.standard .portfolio-lists-inner .portfolio-item-inside .portfolio-category a:hover {
    color: #f18842
}

.portfolio-lists.classic_grid,.portfolio-lists.masonry_grid {
    padding: 0 10px
}

.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside,.portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside {
    padding: 10px
}

.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper,.portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper {
    position: relative
}

.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:before,.portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg) scale(0.5, 0.5);
    transition: all 0.5s;
    transform-origin: center;
    opacity: 0
}

.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:hover:before,.portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:hover:before {
    transform: rotateY(0deg) scale(1, 1);
    opacity: 0.5
}

.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-featured-image img,.portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-featured-image img {
    width: 100%
}

.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info,.portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: all 0.3s
}

.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info .portfolio-title a,.portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info .portfolio-title a {
    font-size: 22px;
    font-weight: 500;
    color: #fff
}

.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info .portfolio-category a,.portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper .portfolio-info .portfolio-category a {
    font-size: 15px;
    color: #fff
}

.portfolio-lists.classic_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:hover .portfolio-info,.portfolio-lists.masonry_grid .portfolio-lists-inner .portfolio-item-inside .item-inside-wrapper:hover .portfolio-info {
    top: 50%;
    opacity: 1
}

.portfolio-lists.masonry_grid .portfolio-item-inside {
    width: 25%
}

.portfolio-lists.standard .portfolio-lists-inner[data-columns="1"] .portfolio-item-inside,.portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="1"] .portfolio-item-inside {
    width: 100%
}

.portfolio-lists.standard .portfolio-lists-inner[data-columns="2"] .portfolio-item-inside,.portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="2"] .portfolio-item-inside {
    width: 50%
}

.portfolio-lists.standard .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside,.portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside {
    width: 33.333%
}

.portfolio-lists.standard .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside,.portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside {
    width: 25%
}

.portfolio-lists .load-more-btn {
    text-align: center;
    margin-bottom: 100px
}

.portfolio-lists .load-more-btn .load_more {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #222;
    padding: 15px 56px;
    border-radius: 4px;
    text-align: center
}

.portfolio-lists .load-more-btn .load_more:hover {
    background-color: #f18842
}

@media (max-width: 991px) {
    .blog-content-wrapper .blog-sidebar {
        position:fixed;
        width: 260px !important;
        top: 0;
        left: -260px;
        height: 100vh;
        background: #fff;
        z-index: 999;
        float: none !important;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 15px;
        border-right: 1px solid #ccc;
        transition: all 0.5s
    }

    .blog-content-wrapper .blog-sidebar.opened {
        left: 0
    }

    .blog-content-wrapper #content {
        float: none !important;
        width: 100% !important
    }

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

    .shop-content .shop-sidebar {
        float: none;
        position: fixed;
        width: 260px !important;
        top: 0;
        left: -260px;
        height: 100vh;
        background: #fff;
        z-index: 999;
        float: none !important;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 15px;
        border-right: 1px solid #ccc;
        transition: all 0.5s
    }

    .shop-content .shop-sidebar.opened {
        left: 0
    }

    .post-content-wrapper .post-sidebar {
        position: fixed;
        width: 260px !important;
        top: 0;
        left: -260px;
        height: 100vh;
        background: #fff;
        z-index: 999;
        float: none !important;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 15px;
        border-right: 1px solid #ccc;
        transition: all 0.5s
    }

    .post-content-wrapper .post-sidebar.opened {
        left: 0
    }

    .post-content-wrapper #post-content {
        float: none !important;
        width: 100% !important;
        padding: 0 !important
    }

    .admin-bar .blog-content-wrapper .blog-sidebar,.admin-bar .shop-content .shop-sidebar,.admin-bar .post-content-wrapper .post-sidebar {
        top: 30px
    }

    .mobile-sidebar {
        display: block
    }

    .site-header .site-header-wrapper {
        padding: 0
    }

    .site-header .site-header-wrapper .main-navigation ul li {
        margin-right: 0
    }

    .search-box form {
        width: 90%
    }

    .single-post-banner-title .title-inside .post-title {
        font-size: 40px
    }
}

@media (max-width: 782px) {
    .admin-bar .blog-content-wrapper .blog-sidebar,.admin-bar .post-content-wrapper .post-sidebar,.admin-bar .shop-content .shop-sidebar,.admin-bar nav.mobile-navigation {
        top:46px
    }

    .admin-bar .products-wrapper.sticky_header.page_scroll .site-header.page_scroll {
        top: 46px
    }

    .site-header .site-header-wrapper .main-navigation {
        display: none
    }

    .site-header .site-header-wrapper .site-navbar .navbar-item.mobile-hamburg-menu {
        display: inline-block
    }

    #header-logo-center .site-header-wrapper .site-logo {
        display: inline-block;
        float: left;
        margin-bottom: 0;
        text-align: left;
        padding: 0
    }

    #header-logo-center .site-header-wrapper .site-logo img {
        margin: 0
    }

    #header-logo-center .site-header-wrapper .site-navbar {
        position: relative;
        float: right;
        bottom: 0;
        right: 0
    }

    .portfolio-lists.standard .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside,.portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside,.portfolio-lists.standard .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside,.portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside {
        width: 50%
    }

    .portfolio-lists.masonry_grid .portfolio-item-inside {
        width: 50%
    }
}

@media (max-width: 768px) {
    .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a {
        float:none;
        margin: 0 auto
    }

    .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td {
        background-color: transparent
    }

    .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td:after {
        content: '';
        display: block;
        clear: both
    }
}

@media (max-width: 767px) {
    .main-content {
        margin-right:auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px
    }

    .latest_posts.grid .latest_posts_inner > div {
        width: 50% !important;
        margin-bottom: 30px
    }

    .post-comments .post-block.post-comments ul.children {
        padding-left: 0
    }
}

@media (max-width: 650px) {
    .woocommerce#yith-wcwl-form {
        padding:0 15px
    }

    .woocommerce table.wishlist_table {
        border: 1px solid #e8e8e8
    }

    .woocommerce table.wishlist_table thead {
        display: none
    }

    .woocommerce table.wishlist_table tbody td {
        display: block;
        border: none;
        text-align: center;
        padding: 5px 12px
    }

    .woocommerce table.wishlist_table tbody td.product-name {
        padding-top: 25px
    }

    .woocommerce table.wishlist_table tbody td.product-name a.product-thumbnail {
        float: none;
        margin: 0 auto;
        width: 85px
    }

    .woocommerce table.wishlist_table tbody td.product-name a.product-name {
        padding: 15px 0
    }

    .woocommerce table.wishlist_table tbody td.product-remove a.remove {
        margin: 0 auto
    }

    .woocommerce table.wishlist_table tbody tr {
        display: block;
        border-bottom: 1px solid #e8e8e8
    }

    .woocommerce table.wishlist_table tbody tr:last-child {
        border: none
    }
}

@media (max-width: 600px) {
    .admin-bar .blog-content-wrapper .blog-sidebar,.admin-bar .post-content-wrapper .post-sidebar,.admin-bar .shop-content .shop-sidebar,.admin-bar nav.mobile-navigation {
        top:46px
    }

    .admin-bar .page_scroll .blog-content-wrapper .blog-sidebar,.admin-bar .page_scroll .post-content-wrapper .post-sidebar,.admin-bar .page_scroll .shop-content .shop-sidebar {
        top: 0px
    }

    .admin-bar .page_scroll + nav.mobile-navigation {
        top: 0
    }

    .admin-bar .products-wrapper.sticky_header.page_scroll .site-header.page_scroll {
        top: 0px
    }

    .post-pagination a span {
        display: none
    }

    .post-pagination a i {
        padding: 5px 9px;
        margin-bottom: 2px
    }

    .post-pagination a div.nav-title {
        padding: 0
    }

    #header-topbar .header-topbar-wrapper .header-welcome-text {
        float: none;
        text-align: center;
        margin-bottom: 15px
    }

    #header-topbar .header-topbar-wrapper .header-menus {
        float: none;
        text-align: center
    }
}

@media (max-width: 484px) {
    .woocommerce .woocommerce-cart-form {
        padding:0 15px
    }

    .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td div.coupon {
        float: none
    }

    .woocommerce .woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr:last-child td input.update_cart {
        float: none;
        margin: 0 auto
    }

    .woocommerce .cart-collaterals {
        padding: 0 15px
    }

    .portfolio-lists.standard .portfolio-lists-inner[data-columns="2"] .portfolio-item-inside,.portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="2"] .portfolio-item-inside,.portfolio-lists.standard .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside,.portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="3"] .portfolio-item-inside,.portfolio-lists.standard .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside,.portfolio-lists.classic_grid .portfolio-lists-inner[data-columns="4"] .portfolio-item-inside {
        width: 100%
    }

    .portfolio-lists.masonry_grid .portfolio-item-inside {
        width: 100%
    }

    .portfolio .gallery-template .portfolio-image-gallery a {
        width: 100%
    }

    .portfolio .gallery-template .portfolio-image-gallery a:nth-child(2n),.portfolio .gallery-template .portfolio-image-gallery a:nth-child(2n+1) {
        padding-left: 0;
        padding-right: 0
    }

    .portfolio .portfolio-pagination .single-portfolio-navigation span.portfolio-title {
        display: none
    }
}

@media (max-width: 480px) {
    .latest_posts.grid .latest_posts_inner > div {
        width:100% !important;
        margin-bottom: 30px
    }

    .single-post-banner-title .title-inside .post-title {
        font-size: 30px
    }
}

@media (max-width: 375px) {
    .woocommerce .single-product-page .product-summary .cart .quantity {
        margin-bottom:15px
    }
}

@media (max-width: 343px) {
    .site-header .site-header-wrapper .site-navbar .navbar-item {
        margin-left:10px
    }

    .site-header .site-header-wrapper .site-navbar .navbar-item.mobile-hamburg-menu {
        padding-left: 10px
    }
}

.contact-form-control-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    margin-bottom: 15px
}

.contact-form-control-label span {
    font-size: 14px;
    font-weight: 300;
    color: #777
}

.contact-form-control-label .contact-form-control {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #555;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 11px 10px;
    margin-top: 5px
}

.contact-form-control-submit {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #f18842;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 14px 25px
}

.widget_wysija_cont .wysija-paragraph,.widget_wysija_cont .wysija-submit {
    margin: 0;
    float: left
}

.widget_wysija_cont .wysija-paragraph {
    width: 75%
}

.widget_wysija_cont .wysija-paragraph input {
    width: 100%;
    border: none;
    padding: 17px 10px 13px
}

.widget_wysija_cont .wysija-submit {
    width: 25%;
    padding: 15px;
    background: #f18842;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: bold
}

.widget_wysija_cont:after {
    content: '';
    display: table;
    clear: both
}

.mc4wp-form-fields .input-field {
    display: block;
    float: left;
    width: 75%;
    border: none;
    padding: 17px 10px 13px
}

.mc4wp-form-fields .submit {
    display: block;
    float: left;
    width: 25%;
    padding: 15px;
    background: #f18842;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: bold
}

.textwidget #sb_instagram.sbi_fixed_height {
    height: auto !important;
    max-height: 500px
}

.textwidget #sb_instagram.sbi_fixed_height .sb_instagram_header {
    display: none
}

.wp-caption {
    position: relative
}

.wp-caption-text {
    margin: 0
}

.screen-reader-text {
    padding: 0
}

.gallery-caption {
    display: block
}

.alignright {
    text-align: right
}

.alignleft {
    text-align: left
}

.aligncenter {
    text-align: center
}

#wp-admin-bar-bigcart .dashicons-before:before {
    height: 32px;
    padding: 6px 0;
    margin-right: 6px
}

/*Custom Header Request */
.wp-search-form input, .widget_product_search > form input:active {
	border:1px;
}
.wp-search-form input, .widget_product_search > form input {
    width: 26%;
    padding-right: 40px !important;
    color: #000;
    background-color: #fff;
    margin-left: 280px;
    margin-top: 11px;
    height: 31px;
    border:0px;
    font-size: 13px;
}
.top-header.fullwidth {
	    background: linear-gradient(to bottom, #e9ebee 13%, #ffffff 41%);
}
nav > #navigation > li > a {
	color: #3a3a3b;
}
.iso-tag {
	    padding-right: 0px;
    text-align: right;
    margin-top: -45px;
    width: 21%;
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
    color: #3a3a3b;
    gap: 15px;
}
.iso-tag > span {
	    font-size: 11px;
    margin-top: 20px;
    position: relative;
    }
nav {
    display: inline;
    vertical-align: middle;
    height: 50px !important;
    max-width: 1270px !important;
    margin: auto;
    width: 1270px !important;
    }
.icon-search-1 {
	display: none;
}
/*Proudly Canadian Banner*/
.sub-header-container {
    height: 80px;
    width: 100%;
}

.sub-header > .sub-header-left {
	gap:27px;
}
.sub-header > .sub-header-left > p {
    font-weight: 400;
    font-size: 3.3rem;
    padding-left: 47px;
    border-left: #ed5f00 3px solid;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.wpb_wrapper .content_row .vc_column_container {
		padding-right: 0px !important;
}
#main_content > div.content_row.row.vc_row.wpb_row.ccr-row.home-page-main.ccr-row.home-page-main.default-style > div > div.vc_col-sm-9.main-contianer.wpb_column.vc_column_container > div > div.content_row.row.vc_row.wpb_row.vc_inner.highlights-container.vc_custom_1638474008664.highlights-container {
	margin-top:7% !important;
}

.page-id-49 .vc_custom_1637165037152 .vc_general {
	margin-top:14.5%;
}
