/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/*----- FONTS -----*/
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Open Sans'), local('OpenSans'),
		url('../fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaborate-regularregular';
    src: url('../fonts/colabreg-webfont.eot');
    src: url('../fonts/colabreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/colabreg-webfont.woff2') format('woff2'),
         url('../fonts/colabreg-webfont.woff') format('woff'),
         url('../fonts/colabreg-webfont.ttf') format('truetype'),
         url('../fonts/colabreg-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaborate-mediumregular';
    src: url('../fonts/colabmed-webfont.eot');
    src: url('../fonts/colabmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/colabmed-webfont.woff2') format('woff2'),
         url('../fonts/colabmed-webfont.woff') format('woff'),
         url('../fonts/colabmed-webfont.ttf') format('truetype'),
         url('../fonts/colabmed-webfont.svg#colaborate-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaborate-boldregular';
    src: url('../fonts/colabbol-webfont.eot');
    src: url('../fonts/colabbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/colabbol-webfont.woff2') format('woff2'),
         url('../fonts/colabbol-webfont.woff') format('woff'),
         url('../fonts/colabbol-webfont.ttf') format('truetype'),
         url('../fonts/colabbol-webfont.svg#colaborate-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

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 */
	font-family: 'colaborate-boldregular';
	font-weight: normal;
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .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: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */


/*-------- NEW CHANGES START --------*/
/*GLOBAL*/
.block .block-content .filter-options-title:after, .bg-button:hover, .header-124 .search-header-bottom .search-header-content .actions button.action.search, .wrapper-slider-blog4 .slider-blog4 .item-inner .image-blog .postDate, .home-style-4 .block-slider-basic-product .basicproducts_title_text:after, .home-style-4 .sm-listing-tabs .tab-listing-title:before, .home-style-4 .sm-listing-tabs .tab-listing-title:after, .home-style-4 .sm-listing-tabs .ltabs-tabs-container ul li.tab-sel, .home-style-4 .sm-listing-tabs .ltabs-tabs-container ul li:hover, .wrapper-slider-blog45 .title-home-blog h2:after, .wrapper-slider-blog45 .title-home-blog h2:after, .wrapper-slider-blog45 .slider-blog4 .item-inner .image-blog .postDate, .info-box-detail .product-add-form .box-tocart .fieldset .actions button {
	background-color: #009bde !important;
}
.clearer {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    width: 0;
}

/*HEADER*/
a.logo {
	display: inline-block;
}
.header-middle .logo-wrapper.col-md-3 {
    width: 28%;
}
.header-middle .col-right2.col-md-9 {
	width: 72%;
	padding-top: 7px;
}
.header-middle .col-right2.col-md-9 > div {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
.header-middle .col-right2.col-md-9 .free-ship {
	padding: 0 10px;
}
.header-middle .col-right2.col-md-9 .search-header-bottom {
    line-height: normal;
    padding: 5px 0 0;
}
#searchbox_mini_form select {
	display: none;
}
#searchbox_mini_form .btn-searchbox {
	background: #dc0a8a none repeat scroll 0 0 !important;
}
.content-header-bottom .small-cart .block-minicart .subtitle.empty {
	color: #FDB813 !important;
}
.page-daydeals span {
	border-left: 1px solid #034561;
	padding-left: 8px;
}

/*HEADER - CART*/
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper {
	text-align: left;
}
.content-header-bottom .price-minicart .price {
	display: none;
}
.minicart-items-wrapper .product-item-details .toggle, 
.minicart-items-wrapper .product-item-details input,
.minicart-items-wrapper .product-item-details .values {
	color: #009bde !important;
}
.minicart-items-wrapper .product-item-details .product-item-pricing .update-cart-item {
	background: #009bde none repeat scroll 0 0;
	font-size: 12px;
	height: auto;
	line-height: normal;
	padding: 5px 10px;
}
.minicart-items .product .toggle:after {
	padding-top: 3px;
	vertical-align: top;
}

/*MENU*/
.navigation-megamenu-wrapper ul.sm_megamenu_menu > li > a  {
	font-family: "colaborate-boldregular";
	font-size: 16px;
}
nav.sm_megamenu_wrapper_vertical_menu .block-title {
	background-color: #009bde !important;
}
nav.sm_megamenu_wrapper_vertical_menu .block-title span {
	font-size: 18px;
}
.header-container .header .header-bottom {
	border-color: #009bde !important;
}
.content-header-bottom .col-md-9 {
    text-align: right;
	padding-bottom: 0;
    padding-top: 2px;
}
.content-header-bottom .col-md-9 > * {
    vertical-align: middle;
}
.navigation-container {
	display: inline-block;
}
header .content-header-bottom a.page-daydeals {
	background-color: #009bde;
	color: #fff !important;
	font-family: "colaborate-boldregular";
	font-size: 15px;
	padding: 9px 14px;
}
.content-header-bottom .small-cart {
	display: inline-block;
	position: relative !important;
	right: 0 !important;
	top: 0 !important;
	margin: 0 1px 0 2px;
}
.content-header-bottom a.page-daydeals i {
	vertical-align: sub;
}
.small-cart a.showcart {
	background-color: #dc0a8a;
}
.content-header-bottom .navigation-megamenu-wrapper ul.sm_megamenu_menu li a:hover {
	color: #dc0a8a !important;
}

/*FOOTER*/
.before-footer form div.mage-error[generated] {
	color: #fdb813;
	font-size: 14px;
}
.page-footer {
    padding-top: 48px;
}
.mess-footer span {
    font-family: "bebas_neueregular";
    font-size: 30px;
    font-style: normal;
	vertical-align: middle;
}
.mess-footer span:after {
    content: "|";
    font-size: 18px;
	padding: 0 8px;
    vertical-align: middle;
}
.instagram-wrap {
	display: none;
}
.footer-content .footer .footer-middle .block .title {
    color: #ccc;
	font-size: 15px;
}
.footer .footer-middle .block .content ul li a {
	line-height: normal;
	padding: 0;
}
.block.ft-my-account ul {
    margin-bottom: 20px;
}
.block.ft-my-account .payment li {
    float: left;
    margin-right: 10px;
}
.foot-logo {
    margin: 8px 0 25px;
}
.cont-info .hours {
	background-image: url('../images/hours.png');
	background-repeat: no-repeat;
	background-position: 9px center;
}

/*========= HOME PAGE START =========*/
/*Slider*/
ul.sm-imageslider {
    margin-bottom: 26px;
}
.cms-home-style-2.cms-index-index .slide-img .item .infoslide.col-right {
	position: absolute;
	right: 18%;
	text-align: left;
	top: 10%;
}
.infoslide .slider-caption-header {
	font-size: 70px;
	color: #222;
	font-family: 'bebas_neueregular';
	line-height: 66px;
	margin: 0 0 18px;
}
.infoslide .slider-caption-header span {
	color: #dc0a8a;
}
.infoslide .slider-caption-list {
    margin: 0 0 40px;
}
.infoslide .slider-caption-list li {
	font-size: 24px;
	color: #474747;
	text-transform: none;
	line-height: 36px;
}
.infoslide .slider-caption-list li:before {
	content: "\f138";
	font-family: FontAwesome;
	font-size: 20px;
	padding: 0 12px 0 0;
	vertical-align: top;
}
.infoslide  a.shop-now {
	color: #474747;
	font-size: 22px;
	font-family: 'bebas_neueregular';
	-o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
	border: 1px solid #fff;
    padding: 8px 30px;
}
.infoslide a.shop-now:hover {
    background-color: #222;
    border-color: #222 !important;
    color: #fff !important;
}

/*New Products*/
.new_products h1 {
	color: #222222;
	font-size: 30px;
	font-family: 'bebas_neueregular';
	margin: 0;
    padding: 7px 20px;
}
.cms-home-style-2.cms-index-index .bstop-home2 .product-bottom.custom-top {
	border-top: medium none;
}
.cms-home-style-2.cms-index-index .bstop-home2 .product-bottom:last-child .item:nth-child(2) {
	border-left: medium none;
}

/*Offer banner*/
.column.main .offer_box.block:last-child {
    margin-bottom: 30px;
}

/*Testimonials*/
.testimonials-home .image-client{
	display: none !important;
}
.testimonials-home .owl-controls {
    display: none;
}

/*Special Products*/
.homepage-wrapper .box-related-upsell .title-view {
	background-color: #fff;
	border-bottom: 1px solid #ededed;
}
.homepage-wrapper .box-related-upsell .title-view h2 {
	padding: 7px 0 7px 20px;
	margin-bottom: 0;
}
.homepage-wrapper .box-related-upsell .owl-controls .owl-nav {
	right: 20px;
	top: -40px;
}
/*========= HOME PAGE END =========*/
/*----- PRODUCTS GLOBAL -----*/
.products-grid .item .item-inner .box-image .bottom-action-out .sm_quickview_handler.btn-action {
	display: none !important;
}

/*========= CATEGORY PAGE START =========*/
.filter-content .block-subtitle.filter-subtitle {
    display: none;
}
.block .block-content .filter-options-content .text {
	color: #2a2a2a;
	font-size: 15px;
	font-family: 'colaborate-boldregular';
}
.sidebar.sidebar-additional {
    display: none;
}
.category-view .category-image {
	display: none;
}
.category-product.products-grid .item .item-inner .box-info {
	padding: 22px 0 8px;
}
.category-product.products-grid .item .item-inner .box-image {
    margin: 0 20px;
}

/*List View*/
.products-list .product-reviews-summary {
	display: none;
}
/*========= CATEGORY PAGE END =========*/
/*========= PRODUCT DETAILS PAGE START =========*/
.product-reviews-summary .reviews-actions a {
	font-size: 15px;
}
.product-info-stock-sku .product.attribute.sku {
	display: none;
}
.info-box-detail .product.attribute.overview p {
	font-size: 15px;
}
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
	font-weight: normal;
}
.action.mailto.friend:before {
	content: "\f003";
	font-family: FontAwesome;
	font-size: 15px;
}
.quick-overview-wallpaper {
	border-top: 1px solid #ebebeb;
	clear: both;
	padding-top: 22px;
}
.info-box-detail .product-info-main {
	margin-bottom: 32px;
}
.quick-overview-head {
	font-family: 'colaborate-boldregular';
	font-size: 15px;
	margin: 0 0 6px;
}
.quick-overview-container {
	font-size: 15px;
}
.fotorama__arr {
    display: none !important;
}
.detail-bottom-wrapper .product.data.items > .item.title:hover, .detail-bottom-wrapper .product.data.items > .item.title.active {
	background-color: #009bde;
}
.detail-bottom .product.attribute.description {
    font-size: 15px;
}
.review-list .block-title strong {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0;
}
.review-item {
    padding: 0 0 30px;
}
.review-control-vote label:before {
	color: #009bde;
}
.review-form  .fieldset > .field {
	margin: 0 0 15px;
}
.fieldset {
    margin: 0 0 30px;
}
.product.attribute.overview {
    margin: 0 0 30px;
}
/*========= PRODUCT DETAILS PAGE END =========*/

/*========= CART PAGES START =========*/
.cart-container .form.form-cart {
	background-color: #fff;
	padding: 15px 20px;
	border: 1px solid #ddd;
}
.cart.table-wrapper .item-options {
    font-size: 14px;
}
.cart.table-wrapper .col.price, .order-items.table-wrapper .col.price, .cart.table-wrapper .col.qty, .order-items.table-wrapper .col.qty, .cart.table-wrapper .col.subtotal, .order-items.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp, .order-items.table-wrapper .col.msrp {
	text-align: center;
}
.price-including-tax .price, .price-excluding-tax .price {
	font-weight: normal;
}
.cart-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong {
	font-weight: normal;
}
.cart-container .cart-summary .item-options label {
	font-family: "colaborate-regularregular";
}
.cart-summary .actions-toolbar > .primary button, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift {
	background: #009bde none repeat scroll 0 0;
	border: 1px solid #009bde;
}
.abs-revert-secondary-color:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift:hover {
	background: #009bde none repeat scroll 0 0;
	border: 1px solid #009bde;
}
.abs-revert-secondary-color:focus, .abs-revert-secondary-color:active, .cart-summary .actions-toolbar > .primary button:focus, .cart-summary .actions-toolbar > .primary button:active, .cart-summary .form.giftregistry .fieldset .action.primary:focus, .cart-summary .form.giftregistry .fieldset .action.primary:active, .paypal-review .block .actions-toolbar .action.primary:focus, .paypal-review .block .actions-toolbar .action.primary:active, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift:focus, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift:active {
	background: #009bde none repeat scroll 0 0;
}
button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift {
	background: #009bde none repeat scroll 0 0;
}
button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .action-gift:hover {
	background: #009bde none repeat scroll 0 0;
	border: none;
}
button:focus, button:active, .cart.table-wrapper .actions-toolbar > .action:focus, .cart.table-wrapper .actions-toolbar > .action:active, .cart.table-wrapper .action-gift:focus, .cart.table-wrapper .action-gift:active {
	background: #009bde none repeat scroll 0 0;
	filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7;
	border: none;
}
.opc-progress-bar-item._active:before {
    background: #009bde none repeat scroll 0 0;
}
.opc-progress-bar-item._active > span:before {
	background: #009bde none repeat scroll 0 0;
}
.opc-progress-bar-item > span {
	color: #bbb;
}
.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
	font-family: "bebas_neueregular";
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
}

#checkoutSteps {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 15px 20px;
}
.checkout-container .opc-sidebar {
	margin-top: 0;
	border: 1px solid #ddd;
	background-color: #fff;
}
.checkout-onepage-success form input {
	background-color: #009bde;
	border: medium none;
	color: #fff;
	font-family: "colaborate-boldregular";
	font-size: 16px;
	padding: 6px 15px;
}
.checkout-onepage-success form input:hover {
	background-color: #009bde;
	filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7;
}
.form-create-account .field.choice.newsletter {
	clear: both;
}
.cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift {
	margin-bottom: 0px;
	background: transparent none repeat scroll 0 0;
}
.cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .action-gift:hover {
	border: 1px solid #009bde;
}
.minicart-wrapper .action.showcart .counter.qty {
	background: #dc0a8a none repeat scroll 0 0;
}
.opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
	top: 2px !important;
}
/*========= CART PAGES END =========*/

/*========= MY ACCOUNT PAGE START =========*/
.account .sidebar-main .title {
	height: auto;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}
.account .sidebar-main .title strong{
	color: #2a2a2a;
	font-family: "bebas_neueregular";
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
.account-nav .content {
    background: #fff none repeat scroll 0 0;
	padding: 0 0 15px;
}
.account-nav .item a, .account-nav .item > strong {
	color: #222;
}
.account-nav .item.current a, .account-nav .item.current strong {
	border-color: #009bde;
	color: #009bde;
}
.account .col-md-9 .column.main {
	background-color: #fff;
	padding: 10px 20px;
}
.form.password.forget {
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 30px;
}
.account .column.main .toolbar .limiter-options {
	margin: 0 5px;
}
/*========= MY ACCOUNT PAGE END =========*/
/*========= INNER PAGES START =========*/
.cms-page-view .column.main, .form.send.friend, .contact-index-index .column.main {
	background-color: #fff;
	border: 1px solid #ededed;
	padding: 30px;
}
.col1-layout h4 {
	color: #de036f;
	margin: 0 0 8px;
}
/*========= INNER PAGES END =========*/
/*-------- NEW CHANGES END --------*/

@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/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/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: 'colaborate-regularregular';
    font-size: 14px;
	font-weight: normal;
	font-style: normal;
    line-height: 1.42857143;
    color: #545454;
    background-color: #f5f5f5;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #009bde;
    text-decoration: none
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .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;
    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;
    
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
small,
.small {
    font-size: 85%
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #777
}
.text-primary {
    color: #337ab7
}
a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}
.text-success {
    color: #3c763d
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:hover,
a.text-info:focus {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #337ab7
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    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.42857143
}
dt {
    font-family: 'colaborate-boldregular';
	font-weight: normal;
}
dd {
    margin-left: 0
}
@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%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    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.42857143
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
kbd kbd {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    box-shadow: none
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    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
}
@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
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-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-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0%
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0
}
.table > tbody + tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}
table col[class*="col-"] {
    position: static;
    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-family: 'colaborate-boldregular'; */
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type="file"] {
    display: block
}
input[type="range"] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.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[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-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,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label ~ .form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        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
}
@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.42857143;
    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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-opacity: .65;
    -moz-opacity: .65;
    -ms-opacity: .65;
    -o-opacity: .65;
    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 > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    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.3333333;
    border-radius: 6px
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block + .btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropup,
.dropdown {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    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.42857143;
    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 {
        left: auto;
        right: 0
    }
    .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 .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 {
    padding-left: 12px;
    padding-right: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical > .btn-group > .btn {
    float: none
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-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 > 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.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified > li {
    float: none
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}
.nav-pills > li {
    float: left
}
.nav-pills > li > a {
    border-radius: 4px
}
.nav-pills > li + li {
    margin-left: 2px
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7
}
.nav-stacked > li {
    float: none
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified > li {
    float: none
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }
    .nav-justified > li > a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}
.tab-content > .tab-pane {
    display: none
}
.tab-content > .active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}
.navbar-collapse.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, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        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 {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
        float: left
    }
    .navbar-right {
        float: right !important;
        float: right;
        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: #080808
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #9d9d9d
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #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.42857143;
    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.3333333
}
.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 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: .2em .6em .3em;
    font-size: 14px;
    /* font-family: 'colaborate-boldregular'; */
    line-height: 1;
    color: #222;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
.label-default {
    background-color: #777
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}
.label-primary {
    background-color: #337ab7
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}
.label-success {
    background-color: #5cb85c
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}
.label-info {
    background-color: #5bc0de
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}
.label-warning {
    background-color: #f0ad4e
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}
.label-danger {
    background-color: #d9534f
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-family: 'colaborate-boldregular';
    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
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}
.list-group-item > .badge {
    float: right
}
.list-group-item > .badge + .badge {
    margin-right: 5px
}
.nav-pills > li > a > .badge {
    margin-left: 3px
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}
.jumbotron > hr {
    border-top-color: #d5d5d5
}
.container .jumbotron,
.container-fluid .jumbotron {
    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.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out
}
.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}
.thumbnail .caption {
    padding: 9px;
    color: #333
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: bold
}
.alert > p,
.alert > ul {
    margin-bottom: 0
}
.alert > p + p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    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, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 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, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -o-transition: width .6s ease;
    transition: width .6s ease;
    -moz-transition: width .6s ease;
    -webkit-transition: width .6s ease
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}
.panel-body {
    padding: 15px
}
.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, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}
.well-lg {
    padding: 24px;
    border-radius: 6px
}
.well-sm {
    padding: 9px;
    border-radius: 3px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    -webkit-opacity: .2;
    -moz-opacity: .2;
    -ms-opacity: .2;
    -o-opacity: .2;
    opacity: .2
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5
}
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, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 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 {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn + .btn {
    margin-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, 0.5);
        box-shadow: 0 5px 15px rgba(0, 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: 'colaborate-regularregular';
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    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;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}
.tooltip.in {
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    -ms-opacity: .9;
    -o-opacity: .9;
    opacity: .9
}
.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: 'colaborate-regularregular';
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    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, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 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 #ededed;
    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;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -webkit-transition: .6s ease-in-out left
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 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%;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -ms-opacity: .5;
    -o-opacity: .5;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0)
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 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, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 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;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    -ms-opacity: .9;
    -o-opacity: .9;
    opacity: .9
}
.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, 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,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}
.center-block {
    display: block;
    margin-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,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul > li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}
.fa-won:before,
.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
@font-face {
    font-family: 'Playball';
    font-style: normal;
    font-weight: 400;
    src: local('Playball'), local('Playball-Regular'), url(https://fonts.gstatic.com/s/playball/v6/sSjR6AJRrIl2FxjhncYng_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2')
}
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
    line-height: 12px
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    display: none
}
address {
    margin-bottom: 0
}
body {
    line-height: 1.66;
    /* font-weight: 500 */
}
label,
.label {
    font-size: 14px;
    padding: 0 !important;
    margin: 0
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
ul > li,
ol > li {
    margin-bottom: 0
}
a:focus,
a:hover {
    text-decoration: none;
    outline: none
}
h1 {
    font-size: 2.6666em;
    line-height: 1.25em
}
h2 {
    font-size: 2em;
    line-height: 1.25em
}
h3 {
    font-size: 1.6666em;
    line-height: 1.2em
}
h4 {
    font-size: 1.3333em;
    line-height: 1.25em
}
h5 {
    font-size: 1.1666em;
    line-height: 1.1428em
}
h6 {
    font-size: 1em;
    line-height: 1.1666em
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    height: 35px;
    font-size: 14px;
    border: 1px solid #ededed;
    line-height: 1.66;
    background-color: #fff;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}
textarea {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #ededed
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
button {
    -webkit-border-fit: lines;
    color: #fff
}
button:hover {
    filter: alpha(opacity=70) !important;
    -webkit-opacity: .7 !important;
    -moz-opacity: .7 !important;
    -ms-opacity: .7 !important;
    -o-opacity: .7 !important;
    opacity: .7 !important;
    color: #fff
}
.menu-ontop {
    position: fixed !important;
    z-index: 888
}
.social-detail {
    clear: both
}
.social-detail .share-title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: 10px;
    
    font-size: 128.46%;
    color: #aeaeae
}
.social-detail .addthis_sharing_toolbox {
    display: inline-block;
    vertical-align: middle
}
button,
.button {
    overflow: visible;
    width: auto;
    border: none;
    margin: 0;
    cursor: pointer !important;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    white-space: nowrap;
    font-size: 16px;
    font-family: 'colaborate-boldregular';
    opacity: 1 !important
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
    display: none !important
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: url(../images/bg-cat-sear.png) no-repeat right 10px top 50%;
    padding-right: 25px
}
select::-ms-expand {
    display: none
}
.page-title {
    /* margin-bottom: 40px; */margin-bottom: 20px;
}
mark,
.mark {
    background-color: transparent
}
.empty {
    padding-top: 0px
}
.pager {
    margin: 0
}
.account.page-layout-2columns-left .column.main {
    width: 100% !important
}
.modal-footer {
    border: none
}
.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: transparent
}
.table > thead > tr > th {
    text-transform: uppercase
}
.radio,
.checkbox {
    display: inline;
    position: relative;
    top: 1px;
    margin-top: 0 !important
}
.full-wrapper {
    margin-left: -1000px;
    margin-right: -1000px;
    clear: both
}
.page-header {
    padding-bottom: 0;
    border: none
}
.modal-header {
    border-bottom: none
}
.modal-popup .action-close {
    border: none !important
}
.page-main {
    padding: 30px 0
}
.page-main .fieldset > .field:not(.choice) > .label {
    width: auto;
    text-align: left;
    margin-bottom: 5px;
}
.page-main .fieldset > .field.choice:before,
.page-main .fieldset > .field.no-label:before {
    width: auto;
    padding: 0
}
.page-main .fieldset > .field:not(.choice) > .control {
    width: 100%
}
.page-main .abs-margin-for-forms-desktop,
.page-main .fieldset .legend,
.page-main .column:not(.sidebar-main) form .actions-toolbar,
.page-main .column:not(.sidebar-additional) form .actions-toolbar,
.page-main .login-container .fieldset::after {
    margin-left: 0
}
.page-main .form.password.reset,
.page-main .form.send.confirmation,
.page-main .form.password.forget,
.page-main .form.create.account {
    width: 100%
}
.modal-content {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.authentication-dropdown .action-close {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 20px
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
    max-width: none
}
.products.wrapper.products-grid .item {
    float: left
}
.price-box .price {
    font-size: 18px;
    font-weight: normal;
	color: #009bde;
	font-family: 'colaborate-boldregular';
}
.price-box .special-price,
.price-box .old-price {
    display: inline-block
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
    display: none
}
.price-box .special-price {
    margin-right: 10px
}
.price-box .old-price .price {
    text-decoration: line-through;
    color: #999999 !important;
    font-weight: normal;
    font-size: 115%;
    position: relative
}
.price-box .price-from,
.price-box .price-to {
    display: inline-block;
    margin: 0
}
div[class^="swatch-opt-"] {
    display: table
}
.counter:after {
    content: ")"
}
.counter:before {
    content: "("
}
.product-reviews-summary {
    margin: 0 !important;
    padding: 0 !important
}
.product-reviews-summary .rating-summary {
    left: auto;
    padding-right: 10px;
    line-height: 18px !important;
    display: inline-block;
    text-align: center
}
.product-reviews-summary .reviews-actions {
    position: relative;
    line-height: 18px !important
}
.product-reviews-summary .reviews-actions .view span:last-child:after {
    content: "|";
    margin-left: 10px
}
.rating-summary {
    padding-right: 0px
}
.rating-summary .label {
    display: none !important
}
.rating-summary .rating-result {
    font-size: 0;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: auto
}
.rating-summary .rating-result:before {
    content: '\f005\f005\f005\f005\f005';
    white-space: nowrap;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 12px;
    color: #cccccc;
    letter-spacing: 2px;
    position: static;
    height: 18px;
    line-height: 18px
}
.rating-summary .rating-result > span {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden
}
.rating-summary .rating-result > span:before {
    content: '\f005\f005\f005\f005\f005';
    white-space: nowrap;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    position: static;
    font-size: 12px;
    color: #009bde;
    letter-spacing: 2px;
    height: 18px;
    line-height: 18px
}
.product-reviews-summary.empty {
    padding: 0;
    margin: 0
}
.product-reviews-summary.empty a.action {
    font-size: 0;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0
}
.product-reviews-summary.empty a.action:before {
    content: '\f005\f005\f005\f005\f005';
    white-space: nowrap;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 12px;
    color: #cccccc;
    letter-spacing: 2px;
    height: 18px;
    line-height: 18px
}
.page-wrapper {
    overflow-x: hidden;
    left: 0;
    position: relative;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}
.page-header {
    margin: 0
}
.page-title {
    text-transform: uppercase;
    color: #2a2a2a;
    font-size: 30px;
	font-weight: normal;
	font-family: "bebas_neueregular";
}
.owl-controls .owl-nav div {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #bdc0c1
}
.owl-controls .owl-nav div:hover {
    background: #222
}
.owl-controls .owl-nav div:before {
    display: inline-block;
    text-indent: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    font-family: fontawesome
}
.owl-controls .owl-nav div.owl-next:before {
    content: "\f105"
}
.owl-controls .owl-nav div.owl-prev:before {
    content: "\f104"
}
.toolbar .pager .limiter strong,
.toolbar .pager .limiter select,
.toolbar .pager .limiter span {
    display: inline-block;
    vertical-align: middle;
    width: auto
}
.toolbar.review-toolbar {
    border: none
}
.toolbar.review-toolbar .pager {
    margin: 0
}
.toolbar.review-toolbar .pager .limiter {
    float: left
}
legend {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.review-legend {
    border-bottom: 1px solid #ddd
}
.review-field-ratings .review-field-rating .label {
    line-height: 33px
}
.review-field-ratings .review-field-rating .label:after {
    content: ": "
}
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar {
    margin: 0 !important
}
.review-title {
    text-transform: uppercase
}
.review-form {
    max-width: none
}
.review-form .action.submit.primary {
    border: none;
    background: #009bde;
    color: #fff;
}
.review-form .action.submit.primary:hover {
    background: #009bde;
    color: #fff;
    border: none;
	filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7;
}
.fieldset .review-legend.legend {
    padding-bottom: 10px
}
.review-add .fieldset > .field:not(.choice) > .label {
    width: 100%;
    float: none;
    text-align: left
}
.review-add .fieldset > .field:not(.choice) > .control {
    float: none;
    width: 100%
}
.dropdown .mage-dropdown-dialog {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 20px 30px;
    z-index: 40;
    min-width: 155px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1)
}
.product.options.list dt {
    display: inline
}
.product.options.list dd {
    display: inline;
    margin-right: 5px
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    bottom: 2px !important
}
.breadcrumbs .item:not(:last-child):after {
    display: none !important
}
.breadcrumbs {
    text-align: left;
    margin: 0 !important
}
.breadcrumbs ul {
    margin: 0 !important;
    padding: 25px 0 0px !important;
    display: inline-block;
    width: 100%;
    font-size: 86%
}
.breadcrumbs ul li {
    display: inline-block;
    padding: 0 30px 0 0px;
    position: relative;
    float: left;
    color: #222;
	font-size: 15px;
	font-family: 'colaborate-boldregular';
	line-height: normal;
}
.breadcrumbs ul li:not(:last-child):before {
    content: '\f0da' !important;
    display: inline-block !important;
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    width: 13px !important;
    height: 13px !important;
    text-align: center !important;
    line-height: 13px !important;
    position: absolute;
    /* top: 5px; */top: 2px;
    right: 7px;
    color: #666666;
    font-size: 13px !important
}
.breadcrumbs ul li a {
    display: block;
    padding: 0;
	color: #222;
    text-decoration: none !important;
}
.breadcrumbs ul li:last-child strong {
    font-weight: normal;
    color: #009BDE;
    margin-top: -2px
}
.breadcrumbs .title-page h1 {
    text-transform: uppercase;
    font-size: 250%;
    font-weight: bold
}
.tab-custom .title-tab-content {
    text-align: center;
    margin-bottom: 30px
}
.tab-custom .title-tab-content .list-item-tab {
    display: inline-block;
    position: relative
}
.tab-custom .title-tab-content .list-item-tab:before,
.tab-custom .title-tab-content .list-item-tab:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -2px
}
.tab-custom .title-tab-content .list-item-tab:before {
    left: -25px
}
.tab-custom .title-tab-content .list-item-tab:after {
    right: -25px
}
.tab-custom .title-tab-content .list-item-tab .item-tab {
    display: inline-block;
    cursor: pointer;
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 166.67%;
    padding: 0 15px;
    position: relative
}
.tab-custom .title-tab-content .list-item-tab .item-tab:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #a8a8a8;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -8px;
}
.tab-custom .title-tab-content .list-item-tab .item-tab.tab-active {
    cursor: default;
    color: #000000
}
.tab-custom .title-tab-content .list-item-tab .item-tab:last-child:before {
    display: none
}
.tab-custom .tab-content-product {
    height: 0;
    visibility: hidden;
    overflow: hidden
}
.tab-custom .tab-content-product.show-content {
    height: auto;
    visibility: visible;
    overflow: visible
}
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
    width: 100% !important
}
.nav-mobile-container {
    position: relative;
    height: 40px
}
.btn-mobile {
    display: inline-block;
    max-height: 65px
}
.btn-mobile .button-mobile {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 28px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    background: #dc0a8a
}
.navigation-mobile {
    background-color: #fff;
    padding: 20px
}
.navigation-mobile > ul > li {
    border-bottom: 1px solid #ddd;
    position: relative
}
.navigation-mobile > ul > li:last-child {
    border-bottom: none
}
.navigation-mobile > ul > li > a {
    display: block;
    text-transform: uppercase;
    padding: 10px 0
}
.navigation-mobile > ul > li ul {
    display: none;
    padding-left: 10px
}
.navigation-mobile > ul > li ul li {
    position: relative
}
.navigation-mobile > ul > li ul li a {
    display: block;
    padding: 10px 0
}
.navigation-mobile .touch-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #5c5c5c;
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 20px;
    text-align: center;
    cursor: pointer
}
.navigation-mobile .touch-button:before {
    content: '\f067';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    color: #fff
}
.navigation-mobile .touch-button.active:before {
    content: '\f068';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px
}
.navigation-mobile .touch-button span {
    display: none
}
.collapse-type .navigation-mobile {
    display: none;
    position: absolute;
    z-index: 9;
    top: 45px;
    width: 100%
}
.sidebar-type .navigation-mobile {
    position: fixed;
    top: 0;
    left: -350px;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    z-index: 777;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}
.navbar-active {
    overflow-x: hidden
}
.navbar-active .btn-mobile .button-mobile.active:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 555
}
.navbar-active .page-wrapper {
    left: 300px
}
.navbar-active .sidebar-type .navigation-mobile {
    left: 0
}
.products-grid .item .item-inner .box-image a img:hover,
.slider-brand .item a img:hover,
.blog-wrapper .blog-image a img:hover,
.banner-megamenu a img:hover,
.products-sidebar .box-image a img:hover,
.image-sidebar a img:hover,
.minicart-items-wrapper .product .product-image-wrapper img:hover {
    opacity: 0.8
}
@media (min-width: 1200px) {
    .container {
        width: 1200px
    }
    .navigation-mobile-container {
        display: none
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navigation-mobile-container {
        display: none
    }
}
@media (max-width: 991px) {
    .col2-layout > .container > .row > .col-lg-3 {
        margin-bottom: 30px
    }
}
@media (max-width: 767px) {
    .full-wrapper {
        margin-left: -15px;
        margin-right: -15px
    }
    .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
        width: 50% !important
    }
    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item-description,
    .products-grid.wishlist .product-item .price-box,
    .products-grid.wishlist .product-item-tooltip {
        margin-left: 0 !important
    }
    .products-grid.wishlist .product-item-photo {
        float: none !important;
        margin-right: 0 !important
    }
}
@media (max-width: 480px) {
    .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
        width: 100%
    }
}
.owl-item .wrapper-infoslider h2 {
    -o-transition: .4s all ease 0s;
    transition: .4s all ease 0s;
    -moz-transition: .4s all ease 0s;
    -webkit-transition: .4s all ease 0s;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}
.owl-item .wrapper-infoslider h3 {
    -o-transition: .8s all ease 0s;
    transition: .8s all ease 0s;
    -moz-transition: .8s all ease 0s;
    -webkit-transition: .8s all ease 0s;
    -webkit-transform: translate(50%, 0px);
    -moz-transform: translate(50%, 0px);
    -o-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}
.owl-item .wrapper-infoslider .shop-now {
    -o-transition: 1s all ease 0s;
    transition: 1s all ease 0s;
    -moz-transition: 1s all ease 0s;
    -webkit-transition: 1s all ease 0s;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px);
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}
.owl-item.active .wrapper-infoslider h2,
.owl-item.active .wrapper-infoslider h3,
.owl-item.active .wrapper-infoslider .shop-now {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}
.banner-img,
.banner3-img {
    display: block;
    overflow: hidden;
    position: relative;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}
.banner-img:before,
.banner3-img:before {
    background: rgba(0, 0, 0, 0.5) url("../images/iconbr.png") no-repeat scroll center center;
    content: "";
    height: 100%;
    left: 0;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(.5) rotateY(180deg);
    -moz-transform: scale(.5) rotateY(180deg);
    -o-transform: scale(.5) rotateY(180deg);
    transform: scale(.5) rotateY(180deg);
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9
}
.banner-img:hover:before,
.banner3-img:hover:before {
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}
.banner1 {
    overflow: hidden;
    display: block
}
.banner1 img {
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}
.banner1 img:hover {
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7
}
.cslider-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}
.cslider-carousel .cslider-animated-in {
    z-index: 0
}
.cslider-carousel .cslider-animated-out {
    z-index: 1
}
.cslider-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.cslider-height {
    transition: height 500ms ease-in-out 0s
}
.cslider-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}
.cslider-carousel .cslider-stage {
    position: relative
}
.cslider-carousel .cslider-stage::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}
.cslider-carousel .cslider-stage-outer {
    overflow: hidden;
    position: relative
}
.cslider-carousel .cslider-controls .cslider-nav .cslider-prev,
.cslider-carousel .cslider-controls .cslider-nav .cslider-next,
.cslider-carousel .cslider-controls .cslider-dot {
    -moz-user-select: none;
    cursor: pointer
}
.cslider-carousel.cslider-loaded {
    display: block
}
.cslider-carousel.cslider-loading {
    display: block;
    opacity: 0
}
.cslider-carousel.cslider-hidden {
    opacity: 0
}
.cslider-carousel .cslider-item {
    -moz-user-select: none;
    float: left;
    min-height: 1px;
    position: relative
}
.cslider-carousel.cslider-text-select-on .cslider-item {
    -moz-user-select: auto
}
.cslider-carousel .cslider-grab {
    cursor: grab
}
.cslider-carousel.cslider-rtl {
    direction: rtl
}
.cslider-carousel.cslider-rtl .cslider-item {
    float: right
}
.no-js .cslider-carousel {
    display: block
}
.cslider-carousel .cslider-item .cslider-lazy {
    opacity: 0;
    transition: opacity 400ms ease 0s
}
.cslider-carousel .cslider-item img {
    transform-style: preserve-3d
}
.cslider-carousel .cslider-video-wrapper {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    position: relative
}
.cslider-carousel .cslider-video-play-icon {
    background: rgba(0, 0, 0, 0) url("cslider.video.play.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: scale 100ms ease 0s;
    width: 80px;
    z-index: 1
}
.cslider-carousel .cslider-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity 400ms ease 0s
}
.cslider-carousel .cslider-video-frame {
    position: relative;
    z-index: 1
}
.owl-wrapper-outer {
    overflow-x: hidden
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -webkit-border-radius: 50%
}
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
    background: #dc0a8a;
    border-color: #dc0a8a
}
.owl-animated-out {
    z-index: 1
}
.owl-animated-in {
    z-index: 0
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.sm-super-categories .spctabs-items .fadeIn .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.sm-super-categories .spctabs-items .flipInY .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible
}
@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg)
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg)
    }
}
@-moz-keyframes flipInY {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateY(80deg)
    }
    40% {
        -moz-transform: perspective(400px) rotateY(-20deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateY(10deg)
    }
    90% {
        -moz-transform: perspective(400px) rotateY(-5deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateY(0deg)
    }
}
@-o-keyframes flipInY {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateY(80deg)
    }
    40% {
        -o-transform: perspective(400px) rotateY(-20deg)
    }
    70% {
        -o-transform: perspective(400px) rotateY(10deg)
    }
    90% {
        -o-transform: perspective(400px) rotateY(-5deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateY(0deg)
    }
}
@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(80deg)
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }
    90% {
        -webkit-transform: perspective(400px) rotateY(-5deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg)
    }
}
.sm-super-categories .spctabs-items .flipInX .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible
}
@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(85deg)
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(15deg)
    }
    90% {
        -webkit-transform: perspective(400px) rotateX(-5deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}
@-moz-keyframes flipInX {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(85deg)
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-20deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateX(15deg)
    }
    90% {
        -moz-transform: perspective(400px) rotateX(-5deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg)
    }
}
@-o-keyframes flipInX {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(85deg)
    }
    40% {
        -o-transform: perspective(400px) rotateX(-20deg)
    }
    70% {
        -o-transform: perspective(400px) rotateX(15deg)
    }
    90% {
        -o-transform: perspective(400px) rotateX(-5deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg)
    }
}
@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(85deg)
    }
    40% {
        transform: perspective(400px) rotateX(-20deg)
    }
    70% {
        transform: perspective(400px) rotateX(15deg)
    }
    90% {
        transform: perspective(400px) rotateX(-5deg)
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg)
    }
}
.sm-super-categories .spctabs-items .flip .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-backface-visibility: visible;
    -moz-animation-play-state: running;
    -moz-backface-visibility: visible;
    -o-animation-play-state: running;
    -o-backface-visibility: visible;
    animation-play-state: running;
    backface-visibility: visible
}
@-webkit-keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: perspective(500px) rotateY(0);
        -webkit-animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(500px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(500px) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}
@-moz-keyframes flip {
    0% {
        opacity: 0;
        -moz-transform: perspective(500px) rotateY(0);
        -moz-animation-timing-function: ease-out
    }
    40% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -moz-animation-timing-function: ease-out
    }
    50% {
        -moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in
    }
    80% {
        -moz-transform: perspective(500px) rotateY(360deg) scale(.95);
        -moz-animation-timing-function: ease-in
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(500px) scale(1);
        -moz-animation-timing-function: ease-in
    }
}
@-o-keyframes flip {
    0% {
        opacity: 0;
        -o-transform: perspective(500px) rotateY(0);
        -o-animation-timing-function: ease-out
    }
    40% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
        -o-animation-timing-function: ease-out
    }
    50% {
        -o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in
    }
    80% {
        -o-transform: perspective(500px) rotateY(360deg) scale(.95);
        -o-animation-timing-function: ease-in
    }
    100% {
        opacity: 1;
        -o-transform: perspective(500px) scale(1);
        -o-animation-timing-function: ease-in
    }
}
@keyframes flip {
    0% {
        opacity: 0;
        transform: perspective(500px) rotateY(0);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(500px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(500px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in
    }
    100% {
        opacity: 1;
        transform: perspective(500px) scale(1);
        animation-timing-function: ease-in
    }
}
.sm-super-categories .spctabs-items .starwars .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-play-state: running;
    -moz-transform-origin: 50% 50%;
    -moz-animation-play-state: running;
    -o-transform-origin: 50% 50%;
    -o-animation-play-state: running;
    transform-origin: 50% 50%;
    animation-play-state: running
}
@-webkit-keyframes starwars {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg)
    }
    80% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}
@-moz-keyframes starwars {
    0% {
        opacity: 0;
        -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg)
    }
    80% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}
@-o-keyframes starwars {
    0% {
        opacity: 0;
        -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg)
    }
    80% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(200px) scale(1) rotateX(0deg)
    }
}
@keyframes starwars {
    0% {
        opacity: 0;
        transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg)
    }
    80% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(60deg)
    }
    100% {
        opacity: 1;
        transform: perspective(200px) scale(1) rotateX(0deg)
    }
}
.sm-super-categories .spctabs-items .slideRight .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}
@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px
    }
    100% {
        opacity: 1;
        left: 0
    }
}
@-moz-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px
    }
    100% {
        opacity: 1;
        left: 0
    }
}
@-o-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px
    }
    100% {
        opacity: 1;
        left: 0
    }
}
@keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px
    }
    100% {
        opacity: 1;
        left: 0
    }
}
.sm-super-categories .spctabs-items .bounceIn .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
    50% {
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}
@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }
    50% {
        -moz-transform: scale(1.05)
    }
    70% {
        -moz-transform: scale(.9)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}
@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3)
    }
    50% {
        -o-transform: scale(1.05)
    }
    70% {
        -o-transform: scale(.9)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        transform: scale(1.05)
    }
    70% {
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}
.sm-super-categories .spctabs-items .zoomIn .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}
@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.8)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}
@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -o-transform: scale(1.8)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}
.sm-super-categories .spctabs-items .pageTop .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -webkit-transform-origin: 50% 0%;
    -moz-animation-play-state: running;
    -moz-transform-origin: 50% 0%;
    -o-animation-play-state: running;
    -o-transform-origin: 50% 0%;
    animation-play-state: running;
    transform-origin: 50% 0%
}
@-webkit-keyframes pageTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}
@-moz-keyframes pageTop {
    0% {
        opacity: 0;
        -moz-transform: perspective(400px) rotateX(90deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(400px) rotateX(0deg)
    }
}
@-o-keyframes pageTop {
    0% {
        opacity: 0;
        -o-transform: perspective(400px) rotateX(90deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(400px) rotateX(0deg)
    }
}
@keyframes pageTop {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg)
    }
}
.sm-super-categories .spctabs-items .zoomOut .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation: zoomOut 600ms ease both;
    -moz-animation-play-state: paused;
    -o-animation-play-state: running;
    animation-play-state: running
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}
@-moz-keyframes zoomOut {
    0% {
        opacity: 0;
        -moz-transform: scale(.6)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1)
    }
}
@-o-keyframes zoomOut {
    0% {
        opacity: 0;
        -o-transform: scale(.6)
    }
    100% {
        opacity: 1;
        -o-transform: scale(1)
    }
}
@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale(.6)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}
.sm-super-categories .spctabs-items .slideLeft .spctabs-item {
    opacity: 0;
    position: relative;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}
@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px
    }
    100% {
        opacity: 1;
        left: 0
    }
}
@-moz-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px
    }
    100% {
        opacity: 1;
        left: 0
    }
}
@-o-keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px
    }
    100% {
        opacity: 1;
        left: 0
    }
}
@keyframes slideLeft {
    0% {
        opacity: 0;
        left: -30px
    }
    100% {
        opacity: 1;
        left: 0
    }
}
.play .spctabs-item {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}
.login-container .block-customer-login,
.login-container .block-new-customer {
    padding: 30px;
    background-color: #fafafa;
    min-height: 428px;
    border: 1px solid #ddd;
    margin-bottom: 20px
}
.login-container .block-customer-login .block-title,
.login-container .block-new-customer .block-title {
    font-size: 14px;
    padding: 0
}
.login-container .block-customer-login a.action.create.primary,
.login-container .block-new-customer a.action.create.primary {
    color: #fff;
    background: #009bde;
    padding: 10px 20px;
    font-weight: bold
}
.login-container .block-customer-login a.action.create.primary:hover,
.login-container .block-new-customer a.action.create.primary:hover {
    background: #009bde;
	filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7;
}
.form-create-account .fieldset {
    width: 48.8%;
    min-height: 310px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    min-height: 319px
}
.form-create-account .fieldset .legend {
    border-bottom: 1px solid #e8e8e8;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
	font-family: 'colaborate-boldregular';
}
.form-create-account .fieldset.create.info {
    float: left
}
.form-create-account .fieldset.create.info .field-name-firstname,
.form-create-account .fieldset.create.info .field-name-lastname {
    width: 47%
}
.form-create-account .fieldset.create.info .field-name-firstname {
    float: left
}
.form-create-account .fieldset.create.info .field-name-lastname {
    float: right
}
.form-create-account .fieldset.create.account {
    float: right
}
.form-create-account .actions-toolbar {
    clear: both;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift {
    font-weight: normal
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover {
    color: #fff
}
button:hover,
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .action-gift:focus,
.cart.table-wrapper .action-gift:active {
    /* border: 0px */
}
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift {
    color: #fff !important;
    border: 0px !important
}
.cart-container .paypal-review-discount .block > .title:after {
    right: 0;
    top: -7px;
}
.cart-container .cart-summary {
    width: 30%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px;
    position: static;
}
.cart-container .cart-summary .summary.title {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: normal;
}
.cart-container .cart-summary .block > .title:after {
    right: 0;
    top: -7px;
}
.cart-container .cart-summary .block .title {
    padding: 10px 10px 5px;
    background: #fafafa;
    border: 1px solid #ddd;
	border: 1px solid #ddd;
}
.cart-container .cart-summary .block .title strong {
    font-size: 14px !important;
    text-transform: uppercase;
}
.cart-container .cart-summary .block .content {
    padding: 10px 0
}
.cart-container .cart-summary .block .fieldset {
    margin: 0
}
.cart-container .form.form-cart {
    width: 67%
}
.cart-container .cart.main.actions .action {
    border: none;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-family: 'colaborate-boldregular';
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 0;
    background: #009bde;
}
.cart-container .cart.main.actions .action span {
    font-size: 15px;
	font-family: 'colaborate-mediumregular';
	font-weight: normal;
}
.cart-container .cart.main.actions .action:before {
    display: none
}
.cart-container .cart.main.actions .action.update {
    margin-left: 10px;
}
.cart-container .cart.main.actions .action:hover {
    background: #009bde;
	filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7;
}
.cart-container .cart.table-wrapper .product-item-name {
    text-transform: uppercase;
}
.cart-container .cart.table-wrapper .item .col.item {
    border-top: none
}
.cart-container .cart.table-wrapper .actions-toolbar {
    text-align: right
}
.cart-container .cart.table-wrapper .actions-toolbar .action-edit,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete {
    background: none;
    font-size: 14px;
	margin-bottom: 0;
}
.cart-container .cart.table-wrapper .actions-toolbar .action-edit:hover,
.cart-container .cart.table-wrapper .actions-toolbar .action-delete:hover {
    border: none;
    color: #fff;
    background: #009bde;
    border: 1px solid #009bde;
}
.cart-container mark,
.cart-container .mark {
    background: none
}
.cart-container .cart-totals {
    border-top: none
}
.cart-container .checkout-methods-items {
    background: #fafafa;
    margin: 25px -25px -25px;
    padding: 25px;
    border-top: 1px solid #ddd
}
.cart-container .checkout-methods-items .action.primary.checkout {
    height: 40px;
    padding: 0 20px;
    border: none !important;
    color: #fff;
    letter-spacing: 0
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.checkout-shipping-method .actions-toolbar .action.primary {
    line-height: 0
}
.comparison {
    background: #fff;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%
}
.comparison .table-comparison th {
    text-transform: uppercase
}
.comparison .table-comparison .products-grid .item {
    float: left
}
.wishlist-index-index .products-grid .product-item-actions {
    clear: both
}
.wishlist-index-index .products-grid .product-item-actions a {
    float: left !important;
    margin-top: 0 !important
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
    margin: 0 0 10px !important
}
.form-wishlist-items .box-tocart .control {
    margin-bottom: 10px;
    margin-right: 5px !important
}
.checkout-container .opc-sidebar .modal-header {
    border: none;
    padding: 0
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary {
    padding: 15px 20px;
    margin: 0 0 30px;
    background-color: #fff;
}
.checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
    font-size: 30px;
    text-transform: uppercase;
    
}
.checkout-container .authentication-wrapper {
    margin-top: 10px
}
.checkout-container .authentication-wrapper button {
    text-transform: uppercase
}
.checkout-container .block-customer-login .block-title {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    top: -26px;
}
.checkout-container .table-checkout-shipping-method thead th {
    display: none !important
}
.checkout-container .opc-wrapper .fieldset > .field.required > label:after {
    top: 0;
    margin-left: 4px
}
.checkout-container .opc-block-shipping-information {
    padding: 0
}
.checkout-container .opc-block-shipping-information .ship-to,
.checkout-container .opc-block-shipping-information .ship-via {
    padding: 30px;
    margin: 0 0 30px;
    background-color: #fafafa
}
.checkout-container .opc-block-shipping-information .ship-to .shipping-information-title,
.checkout-container .opc-block-shipping-information .ship-via .shipping-information-title {
    font-size: 166.67%;
    text-transform: uppercase;
    
}
.checkout-container .opc-block-shipping-information .ship-to .action-edit,
.checkout-container .opc-block-shipping-information .ship-via .action-edit {
    padding: 0 !important;
    border: none !important;
    background: transparent !important
}
.checkout-container .checkout-payment-method .payment-method-content {
    padding: 0 0 20px
}
.checkout-container .checkout-payment-method .payment-option-title {
    padding-left: 0
}
.checkout-container .checkout-payment-method .payment-option-content {
    padding: 0 0 20px
}
.checkout-container .checkout-payment-method .step-title {
    text-transform: uppercase;
    
}
.checkout-container .opc-wrapper .shipping-address-item {
    width: 100%
}
.checkout-container .opc-wrapper .shipping-address-items {
    margin-top: 30px
}
.checkout-container .opc-wrapper .action-show-popup > span:before {
    content: ""
}
.form-wishlist-items {
    margin: 0 -15px
}
.form-wishlist-items .products-grid.wishlist {
    display: table;
    width: 100%;
    margin-bottom: 30px
}
.form-wishlist-items .products-grid.wishlist .product-items {
    padding: 0;
    list-style: none
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item {
    float: left;
    width: 33.33%;
    padding: 15px;
    margin: 0;
    background-color: #fff;
    position: relative;
    border: 1px solid transparent
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-info {
    width: 100% !important
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .product-item-inner {
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    z-index: 10;
    padding: 0 15px 15px;
    background-color: #fff;
    border: 1px solid #ddd
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty {
    display: inline-block;
    vertical-align: bottom;
    margin: 0
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .field.qty .qty {
    height: 35px
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item .fieldset .product-item-actions {
    display: inline-block;
    vertical-align: bottom;
    margin: 0
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover {
    border: 1px solid #ddd
}
.form-wishlist-items .products-grid.wishlist .product-items li.product-item:hover .product-item-inner {
    display: block
}
.form-wishlist-items .actions-toolbar {
    clear: both;
    padding: 0 15px
}
.category-about-us .page-title {
    display: none
}
.about-us {
    background-color: #fff;
    padding: 20px
}
.about-us .about-image {
    margin-bottom: 15px
}
.about-us.about-demo-1 .about-info {
    margin-bottom: 40px
}
.about-us .about-title {
    font-size: 128.57%;
    color: #444;
    margin-bottom: 10px;
    text-transform: uppercase;
    
}
.about-us .our-team-content .about-title {
    text-align: center;
    margin: 45px 0
}
.about-us .name-member {
    font-size: 116.67%;
    font-weight: bold
}
.about-us .job-member {
    margin: 7px 0 10px;
    font-style: italic
}
.about-us .job-member:before,
.about-us .job-member:after {
    content: "---";
    margin: 0 5px
}
.about-us .social-member {
    list-style: none;
    padding-top: 10px
}
.about-us .social-member .social-icon {
    display: inline-block;
    margin: 0 3px
}
.about-us .social-member .social-icon a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%
}
.about-us .social-member .social-icon a span {
    display: none
}
.about-us .social-member .social-icon a:hover {
    background-color: #dc0a8a !important
}
.about-us .social-member .social-icon.rss a {
    background-color: #f8bc2e
}
.about-us .social-member .social-icon.facebook a {
    background-color: #39599f
}
.about-us .social-member .social-icon.twitter a {
    background-color: #45b0e3
}
.about-us .social-member .social-icon.google a {
    background-color: #1872bf
}
.about-us .des-member.des-client {
    max-width: 950px;
    margin: 0 auto;
    font-style: italic;
    margin-bottom: 10px
}
.about-us .member-info {
    text-align: center;
    padding-top: 15px
}
.about-us .client-say-content {
    text-align: center;
    border-top: 1px dashed #ededed;
    border-bottom: 1px dashed #ededed;
    position: relative
}
.about-us .client-say-content .about-title {
    position: relative;
    top: -12px;
    background-color: #fff;
    padding: 0 10px;
    display: inline-block
}
.about-us .client-say-content .client-say-slider {
    padding-top: 15px
}
.about-us .client-say-content .client-say-slider .owl-dots {
    position: absolute;
    left: 0;
    top: -13px;
    width: 100%
}
.about-us .client-say-content .client-say-slider .owl-dots span {
    width: 16px;
    height: 16px;
    background-color: #d9d9d9;
    border: none;
    margin: 0 2px;
    opacity: 1
}
.about-us .client-say-content .client-say-slider .owl-dots .owl-dot.active span {
    background-color: #929292
}
.about-us .client-say-content .client-say-slider .owl-dots .owl-dot span:hover {
    background-color: #929292
}
.about-us .about-us-center {
    text-align: center
}
.about-us .about-us-center .content-description {
    padding-top: 25px;
    clear: both;
    margin-bottom: 30px
}
.about-us .client-logo-content {
    border-bottom: 1px dashed #ededed;
    border-top: 1px dashed #ededed;
    padding-bottom: 10px;
    text-align: center
}
.about-us .client-logo-content .about-title {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: -11px
}
.about-us .client-logo-content .owl-controls .owl-nav div {
    position: absolute;
    top: 12px
}
.about-us .owl-controls .owl-nav div {
    position: absolute;
    top: 24%
}
.about-us .owl-controls .owl-nav div.owl-next {
    right: -26px
}
.about-us .owl-controls .owl-nav div.owl-prev {
    left: -26px
}
.about-us .client-logo-slider {
    padding: 0 25px
}
.about-us .about-image-slider {
    max-width: 570px;
    margin: 0 auto
}
.about-us .about-image-slider .owl-controls .owl-nav div {
    top: 50%;
    margin-top: -15px
}
.about-us .about-image-slider .owl-controls .owl-nav div:before {
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent
}
.about-us .about-image-slider .owl-controls .owl-nav div.owl-next {
    right: 10px
}
.about-us .about-image-slider .owl-controls .owl-nav div.owl-prev {
    left: 10px
}
.about-us .about-image-slider .owl-controls .owl-nav div:hover {
    border-color: #dc0a8a
}
.about-us .about-image-slider .owl-controls .owl-nav div:hover:before {
    color: #fff
}
.about-us .skills-value {
    padding-top: 52px
}
.about-us .skills-value .label-skill {
    font-weight: bold
}
.about-us .skills-value .range-value {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}
.about-us .skills-value .range-value .rating-skills {
    position: absolute;
    top: 0;
    left: 0px;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px
}
.about-us .skills-value .range-value .rating-skills.skill-1 {
    background-image: url(../../images/skill-style-1.png);
    background-position: -28px 0
}
.about-us .skills-value .range-value .rating-skills.skill-2 {
    background-image: url(../../images/skill-style-2.png);
    background-position: 20px 0
}
.about-us .skills-value .range-value .rating-skills.skill-3 {
    background-image: url(../../images/skill-style-3.png);
    background-position: 20px 0
}
.about-us .about-us-content .description-about {
    padding: 20px 0
}
.about-us .content-faq {
    position: relative;
    top: -15px
}
.about-us .content-faq .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0
}
.about-us .content-faq .panel .panel-title {
    font-size: 14px;
}
.about-us .content-faq .panel .panel-title a {
    display: block;
    padding: 15px 0 15px 25px;
    position: relative
}
.about-us .content-faq .panel .panel-title a:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: 6px;
    background-color: #dc0a8a
}
.about-us .content-faq .panel .panel-title a:before {
    background-color: #dc0a8a;
    content: "-";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 16px
}
.about-us .content-faq .panel .panel-title a.collapsed:after {
    background-color: #737373
}
.about-us .content-faq .panel .panel-title a.collapsed:before {
    background-color: #737373;
    content: "?"
}
.about-us .content-faq .panel .panel-body {
    padding: 0 0 13px
}
.wrapper_404page {
    display: inline-block;
    width: 100%;
    background: url('../images/404-image.jpg') no-repeat center center
}
.wrapper_404page .content-404page {
    color: #fff;
    font-size: 14px;
    margin: 80px 0;
    padding: 15px;
    z-index: 1;
    width: 100%;
    text-align: center
}
.wrapper_404page .content-404page .top-text {
    text-transform: uppercase;
    font-size: 128%
}
.wrapper_404page .content-404page a {
    color: #dc0a8a
}
.wrapper_404page .content-404page a:hover {
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7
}
.wrapper_404page .content-404page .img-404 {
    margin: 30px 0px
}
.wrapper_404page .content-404page .img-404 img {
    width: auto;
    max-width: 100%
}
.wrapper_404page .content-404page .button-404 {
    padding-top: 40px
}
.wrapper_404page .content-404page .btn-404 {
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    vert-align: top;
    padding: 0 20px;
    color: #fff;
    margin: 0 4px;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-transform: uppercase;
    margin-bottom: 10px
}
.wrapper_404page .content-404page .prev-page-btn {
    background-color: #ea3a3c
}
.wrapper_404page .content-404page .prev-page-btn:hover {
    background-color: #c43031
}
.wrapper_404page .content-404page .back2home {
    background-color: #3cb7e7
}
.wrapper_404page .content-404page .back2home:hover {
    background-color: #3094bb
}
.wrapper_404page .img-right-404 {
    margin-top: 60px
}
.google-map {
    border: 5px solid #ddd;
    margin-bottom: 40px
}
.google-map #map {
    width: 100%;
    height: 361px
}
.contact-info .title-bonus-page {
    margin-bottom: 25px
}
.contact-info .address-info {
    margin-bottom: 15px
}
.contact-info .address-info li {
    padding: 10px 0px 10px 30px;
    border-top: 1px solid #f3f3f3;
    position: relative
}
.contact-info .address-info li:before {
    position: absolute;
    left: 0px;
    top: 7px;
    font-family: fontawesome
}
.contact-info .address-info li.add-icon:before {
    content: "\f041";
    font-size: 21px;
    padding-left: 3px
}
.contact-info .address-info li.email-icon:before {
    content: "\f0e0";
    font-size: 16px
}
.contact-info .address-info li.phone-icon:before {
    content: "\f095";
    font-size: 18px
}
.contact-us-page .banner-bottom-wrapper {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1)
}
.contact-us-page .banner-about-us {
    padding-top: 50px
}
.contact-us-page .form.contact .title-bonus-page {
    margin-bottom: 25px
}
.contact-us-page .form.contact .fieldset {
    margin-bottom: 30px
}
.contact-us-page .form.contact .left-input {
    float: left;
    width: 270px
}
.contact-us-page .form.contact .left-input .field {
    margin-bottom: 30px
}
.contact-us-page .form.contact .left-input .field:last-child {
    margin-bottom: 0
}
.contact-us-page .form.contact .field.comment {
    margin-left: 300px
}
.contact-us-page .form.contact .field.comment .input-text {
    height: 165px
}
@media (min-width: 768px) and (max-width: 991px) {
    .cart-container .form.form-cart {
        width: 100%;
        float: none;
        clear: both
    }
    .cart-container .cart-summary {
        position: relative;
        top: auto !important;
        width: 100%
    }
    .image-about-us {
        margin-bottom: 40px
    }
}
@media (max-width: 767px) {
    .login-container .block-customer-login,
    .login-container .block-new-customer {
        min-height: auto
    }
    .form-create-account .fieldset {
        width: 100%;
        float: none
    }
    .cart-container .form.form-cart {
        width: 100%;
        float: none
    }
    .cart-container .cart-summary {
        position: relative;
        top: auto !important;
        width: 100%
    }
    .cart-container .action.continue,
    .cart-container .action.clear,
    .cart-container .action.update {
        width: 100%;
        margin: 0 0 10px !important
    }
    .image-about-us {
        margin-bottom: 40px
    }
    .contact-us-page .form.contact .left-input {
        width: 100%
    }
    .contact-us-page .form.contact .field.comment {
        margin-left: 0;
        clear: both;
        padding-top: 30px
    }
    .block-collapsible-nav {
        position: relative;
        top: auto;
        left: auto
    }
    .block-collapsible-nav .title {
        background-color: #f5f5f5;
        padding: 14px 40px 10px 15px;
    }
}
@media (max-width: 480px) {
    .form-wishlist-items .products-grid.wishlist .product-items li.product-item {
        width: 100% !important
    }
}
.page-footer .footer-content {
    position: relative;
    background: #222222
}
.footer {
    position: relative
}
.footer a {
    color: #cccccc
}
.footer .footer-middle .block,
.footer .footer-middle .container_instagramusers {
    padding: 35px 0px 30px;
    background: none;
    margin: 0px !important
}
@media (max-width: 992px) {
    .footer .footer-middle .block,
    .footer .footer-middle .container_instagramusers {
        padding: 20px 0
    }
}
.footer .footer-middle .block .title,
.footer .footer-middle .container_instagramusers .title,
.footer .footer-middle .block .block-title,
.footer .footer-middle .container_instagramusers .block-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-family: 'colaborate-boldregular';
    margin-bottom: 36px;
    padding-bottom: 8px;
    font-size: 14px;
}
.footer .footer-middle .block .title:before,
.footer .footer-middle .container_instagramusers .title:before,
.footer .footer-middle .block .block-title:before,
.footer .footer-middle .container_instagramusers .block-title:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 170px;
    width: 20px;
	background-color: #009bde;
}
.footer .footer-middle .block .content > p,
.footer .footer-middle .container_instagramusers .content > p {
    color: #ccc;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    padding: 4px 0 4px 40px;
    position: relative
}
.footer .footer-middle .block .content > p.address,
.footer .footer-middle .container_instagramusers .content > p.address {
    background: url('../images/ico-contact.png') no-repeat 0 0;
}
.footer .footer-middle .block .content > p.phone,
.footer .footer-middle .container_instagramusers .content > p.phone {
    background: url('../images/ico-contact.png') no-repeat 0 -43px;
}
.footer .footer-middle .block .content > p.email,
.footer .footer-middle .container_instagramusers .content > p.email {
    background: url('../images/ico-contact.png') no-repeat 4px -88px;
}
.footer .footer-middle .block .content > p a:hover,
.footer .footer-middle .container_instagramusers .content > p a:hover {
    color: #dc0a8a;
}
.footer .footer-middle .block .content ul,
.footer .footer-middle .container_instagramusers .content ul {
    padding-top: 0px
}
.footer .footer-middle .block .content ul li,
.footer .footer-middle .container_instagramusers .content ul li {
    font-size: 14px;
    color: #cccccc;
    padding: 0 0 16px;
}
.cms-page-5 .footer .footer-middle .block .content ul li,
.cms-page-5 .footer .footer-middle .container_instagramusers .content ul li {
    color: #fff
}
.footer .footer-middle .block .content ul li span.label-bt,
.footer .footer-middle .container_instagramusers .content ul li span.label-bt {
    color: #dc0a8a;
    float: right;
    text-align: left;
    width: 65%
}
.footer .footer-middle .block .content ul li a,
.footer .footer-middle .container_instagramusers .content ul li a {
    position: relative;
    /* padding: 2px 0; */
    display: block;
    color: #cccccc;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}
.footer .footer-middle .block .content ul li a:hover,
.footer .footer-middle .container_instagramusers .content ul li a:hover {
    color: #dc0a8a;
}
.footer .footer-middle .block.ft-contact-us,
.footer .footer-middle .container_instagramusers.ft-contact-us {
    padding: 35px 20px 35px
}
@media (max-width: 992px) {
    .footer .footer-middle .block.ft-contact-us,
    .footer .footer-middle .container_instagramusers.ft-contact-us {
        padding: 35px 0px
    }
}
@media (min-width: 1024px) {
    .footer .footer-middle .block.ft-contact-us,
    .footer .footer-middle .container_instagramusers.ft-contact-us {
        background: #151515;
        padding: 35px 20px 75px;
        width: 97%
    }
}
.footer .footer-middle .block.ft-category,
.footer .footer-middle .container_instagramusers.ft-category {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #5f5f5f;
    border-top: 1px solid #5f5f5f;
    padding: 20px 0 25px;
    margin: 45px 0 0
}
.footer .footer-middle .block.ft-category .content ul,
.footer .footer-middle .container_instagramusers.ft-category .content ul {
    margin: 0
}
.footer .footer-middle .block.ft-category .content ul li,
.footer .footer-middle .container_instagramusers.ft-category .content ul li {
    display: inline-block
}
.footer .footer-middle .block.ft-category .content ul li label,
.footer .footer-middle .container_instagramusers.ft-category .content ul li label {
    font-weight: bold !important;
    text-transform: uppercase
}
.footer .footer-middle .block.ft-category .content ul li a,
.footer .footer-middle .container_instagramusers.ft-category .content ul li a {
    padding: 0 12px 0 6px;
    line-height: 100%;
    display: inline-block;
    color: #cccccc
}
.footer .footer-middle .block.ft-category .content ul li a:before,
.footer .footer-middle .container_instagramusers.ft-category .content ul li a:before {
    display: none
}
.footer .footer-middle .block.ft-category .content ul li a:after,
.footer .footer-middle .container_instagramusers.ft-category .content ul li a:after {
    content: "";
    width: 1px;
    height: 12px;
    right: 0;
    top: 1px;
    background: #fff;
    position: absolute
}
.footer .footer-middle .block.ft-category .content ul li a:hover,
.footer .footer-middle .container_instagramusers.ft-category .content ul li a:hover {
    color: #dc0a8a
}
.footer .footer-middle .block.ft-category .content ul li:last-child a:after,
.footer .footer-middle .container_instagramusers.ft-category .content ul li:last-child a:after {
    display: none
}
.footer .footer-middle .block .tags-list,
.footer .footer-middle .container_instagramusers .tags-list {
    margin: 40px 0 0 0
}
.footer-content .socials-wrap {
    padding: 12px
}
@media (min-width: 1024px) {
    .footer-content .socials-wrap {
        width: 97%;
        background: #151515
    }
}
.footer-content .socials-wrap .title-follow {
    display: none
}
.footer-content .socials-wrap ul {
    margin: 0
}
.footer-content .socials-wrap ul li {
    display: inline-block;
    margin: 0 3px;
    position: relative
}
.footer-content .socials-wrap ul li a {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 22px;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    color: #cccccc
}
.footer-content .socials-wrap ul li a .name-social {
    display: none
}
.footer-content .socials-wrap ul li:hover a {
    color: #dc0a8a;
}
.copyright .footer-copyright-content {
    position: relative;
    border-top: 1px solid #393939
}
.copyright .copyright-footer {
    padding: 18px 0;
    font-size: 14px;
    color: #cccccc;
}
@media (max-width: 1200px) {
    .copyright .copyright-footer {
        padding: 10px 0
    }
}
.copyright .copyright-footer a {
    margin: 0 3px
}
.copyright .payment-footer {
    text-align: right;
    padding: 8px 0 0
}
.sm-instagram-gallery {
    max-width: 220px
}
#yt-totop {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #009bde;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 1;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%
}
#yt-totop:before {
    content: "\f106";
    font-family: fontawesome;
    font-size: 20px;
    color: #fff !important
}
#yt-totop:hover {
    filter: alpha(opacity=70) !important;
    -webkit-opacity: .7 !important;
    -moz-opacity: .7 !important;
    -ms-opacity: .7 !important;
    -o-opacity: .7 !important;
    opacity: .7 !important
}
.cms-index-index .menu-vertical-wrap .sambar-inner {
    display: block
}
.cms-index-index .header-container .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.home-item-parent > a {
    color: #dc0a8a
}
.header-124 .dropdown-block .dropup,
.header-124 .dropdown-block .dropdown {
    display: none
}
.header-124 .dropdown-block:hover .dropup,
.header-124 .dropdown-block:hover .dropdown {
    display: block
}
.home-menu-dropdown {
    margin: -15px
}
.home-menu-dropdown .item-home-store {
    width: 25%;
    float: left;
    padding: 15px
}
.home-menu-dropdown .item-home-store .title-menu-home {
    border-bottom: 1px solid #ededed;
    color: #222;
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: -15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}
.home-menu-dropdown .item-home-store li a {
    line-height: 36px;
    color: inherit;
    font-size: 86%
}
.home-menu-dropdown .item-home-store li a:hover {
    color: #dc0a8a
}
.home-menu-dropdown .item-home-store.theme-color li a {
    position: relative
}
.home-menu-dropdown .item-home-store.theme-color li a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e1e1e1;
    margin-right: 10px;
    vertical-align: middle;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}
.home-menu-dropdown .item-home-store.theme-color li a:hover:before {
    opacity: 0.7
}
.home-menu-dropdown .item-home-store.theme-color li.red a:before {
    background-color: #f55555
}
.home-menu-dropdown .item-home-store.theme-color li.blue a:before {
    background-color: #009bde
}
.home-menu-dropdown .item-home-store.theme-color li.brown a:before {
    background-color: #de9c47
}
.home-menu-dropdown .item-home-store.theme-color li.orange a:before {
    background-color: #f6692a
}
.home-menu-dropdown .item-home-store.theme-color li.pink a:before {
    background-color: #fc6c6c
}
.menu-vertical-wrap {
    position: absolute;
    left: 0;
    width: 270px;
    top: -32px
}
.sm_megamenu_wrapper_vertical_menu .block-title {
    background: #dc0a8a;
    border: 0 none !important;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 9px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}
.sm_megamenu_wrapper_vertical_menu .block-title:before {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    /* line-height: 1; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    /* line-height: 20px; */
    font-size: 19px;
    font-weight: normal;
    position: absolute;
    right: 12px;
    color: #fff;
    top: 8px;
}
.sm_megamenu_wrapper_vertical_menu .sambar-inner {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ededed;
    padding: 0 10px;
    position: relative;
    transition: all .3s ease 0s
}
.header-container .cart-wrapper .minicart-wrapper {
    margin: 0;
    position: relative;
    cursor: pointer;
}
.header-container .cart-wrapper .minicart-wrapper .block-minicart {
    width: 350px;
    background-color: #fff;
    /* padding: 20px; */padding: 15px 10px;
    border: #f3f3f3;
    margin: 0px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    right: 0 !important;
    top: 35px !important;
    position: absolute
}

.header-container .cart-wrapper .minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
    font-size: inherit;
    color: #009bde;
    font-weight: normal;
	font-size: 18px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content #btn-minicart-close {
    display: none;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .product.options.list dd span:before {
    content: ":";
    display: inline-block;
    width: 4px;
    height: 8px;
    margin-right: 3px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .items-total,
.header-container .cart-wrapper .minicart-wrapper .block-content .header-minicart {
    display: none;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .subtotal {
    margin: 0;
    float: none;
    display: table;
    width: 100%;
    padding-top: 10px
}
.header-container .cart-wrapper .minicart-wrapper .block-content .subtotal .label {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content .subtotal .price-container {
    float: right;
    margin-right: 20px;
    margin-top: 1px
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper {
    margin: 0;
    padding: 0;
    border-top: none;
    max-height: 350px;
    overflow: auto
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items {
    overflow: hidden;
    padding: 30px 0;
    width: 100%;
    display: inline
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-photo {
    border: 1px solid #ededed
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details {
    position: relative;
    padding-right: 20px;
    margin-left: 88px;
    padding-left: 0
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name {
    position: relative;
    display: block;
    float: left;
    width: 100%
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name a {
    color: #222;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name a:hover {
    color: #dc0a8a
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-pricing .price-container {
    float: left;
    margin-right: 10px
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-pricing .price-excluding-tax {
    font-size: inherit;
    margin-top: 10px
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-pricing .price-excluding-tax .minicart-price .price {
    font-weight: normal;
    color: #222;
    font-size: 14px;
    position: relative;
    top: -4px
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .details-qty .label {
    text-align: left;
    width: auto;
    font-size: 85.71% !important;
    margin-right: 5px
}
.header-container .cart-wrapper .minicart-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .details-qty .item-qty {
    width: 38px;
    height: 25px;
}
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions {
    display: table;
    width: 100%;
    margin-top: 10px
}
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .viewcart,
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .checkout {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ededed;
    color: #666;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 35px;
    margin: 0 15px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 40%;
    cursor: pointer;
}
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .viewcart:hover,
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .checkout:hover {
    color: #fff;
    background: #009bde;
    border-color: #009bde;
}
.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .viewcart {
    float: left
}
.header-container .cart-wrapper .minicart-wrapper .product.actions {
    position: absolute;
    right: 0;
    top: 24px
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .primary,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary {
    display: inline-block;
    margin: 3px
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .action,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .action {
    display: block;
    width: 14px;
    height: 14px;
    margin-bottom: 10px;
    background-image: url(../images/control-cart.png);
    background-repeat: no-repeat
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .action:hover,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .action:hover {
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .action:before,
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .action:before {
    display: none
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .primary .edit {
    background-position: 1px 2px
}
.header-container .cart-wrapper .minicart-wrapper .product.actions .secondary .delete {
    background-position: 1px -37px
}
.header-container .cart-wrapper .minicart-wrapper .minicart-widgets {
    margin: 0
}
.header-container .cart-wrapper .showcart {
    position: relative;
    padding-left: 20px;
    width: 35px;
    text-align: right;
    height: 35px;
    line-height: 35px;
    display: block !important
}
.header-container .cart-wrapper .showcart:after {
    content: '\f07a';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 19px;
    height: 19px;
    line-height: 19px;
    /* width: 30px; */width: 35px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    color: #fff;
    position: absolute;
    /* left: 4px; */left: 0;
	right: 0;
    top: 0px;
    font-size: 19px
}

.header-container .cart-wrapper .showcart:before {
    display: none !important
}
.header-container .cart-wrapper .showcart .counter.qty {
    padding-top: 0 !important;
    display: block !important;
    background: transparent !important;
    float: left;
    margin: 6px 0 0 !important
}
.header-container .cart-wrapper .showcart .text {
    display: inline-block;
    text-transform: capitalize;
    text-align: left;
    font-weight: normal;
    font-size: inherit;
    color: #fff;
    font-size: 86%;
    float: left;
    margin: 0;
    position: static;
    width: auto;
    height: auto
}
.header-container .cart-wrapper .showcart .counter {
    font-weight: normal;
    font-size: 86%;
    color: #fff
}
.header-container .cart-wrapper .showcart .counter:before,
.header-container .cart-wrapper .showcart .counter:after {
    display: none
}
.header-container .cart-wrapper .showcart .counter .counter-number {
    display: none
}
.header-container .cart-wrapper .showcart .counter-label {
    display: none
}
.header-container .cart-wrapper .showcart .price-minicart {
    display: inline-block;
    float: left
}
.header-container .cart-wrapper .showcart .price-minicart .subtotal .label {
    display: none
}
.header-container .cart-wrapper .showcart .spec {
    display: inline-block
}
.header-container .cart-wrapper .showcart .loading-mask .loader > img {
    height: 100%;
    width: auto
}
.header-container .cart-wrapper .mage-dropdown-dialog {
    display: none !important
}
.header-container .cart-wrapper:hover .mage-dropdown-dialog {
    display: block !important
}
.header-container .block-minicart .subtitle.empty {
    padding: 0;
    font-weight: normal;
	font-size: 13px;
}
.header-container .currency-wrapper,
.header-container .language-wrapper {
    color: #666666;
    cursor: pointer;
    display: table-cell;
    float: right;
    line-height: 30px;
    padding: 0;
    position: relative
}
.header-container .currency-wrapper:before,
.header-container .language-wrapper:before {
    background: #ededed;
    content: "";
    display: block;
    height: 18px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 1px
}
@media (max-width: 480px) {
    .header-container .currency-wrapper:before,
    .header-container .language-wrapper:before {
        left: 10px
    }
}
.header-container .switcher .switcher-label {
    display: none !important
}
.header-container .switcher.switcher-language .switcher-option a,
.header-container .switcher.switcher-language .switcher-trigger strong {
    display: inline-block;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: normal
}
.header-container .switcher .dropdown .switcher-trigger {
    cursor: pointer;
    padding: 0 15px 0 0px;
    position: relative;
    line-height: 39px
}
.header-container .switcher .dropdown .switcher-trigger strong {
    font-weight: normal
}
.header-container .switcher .dropdown .switcher-trigger strong:hover {
    color: #dc0a8a
}
.header-container .switcher .dropdown .toggle:before {
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    position: absolute;
    right: 0;
    top: 13px;
    color: #999999
}
.header-container .switcher .dropdown .mage-dropdown-dialog {
    display: none !important;
    cursor: default;
    position: absolute;
    right: -11px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    padding: 20px 25px;
    z-index: 11;
    min-width: 150%;
    box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, 0.2);
    top: 100%;
    left: auto
}
.header-container .switcher .dropdown .switcher-dropdown .switcher-option {
    padding: 5px 0
}
.header-container .switcher .switcher-options {
    display: inline-block
}
.header-container .switcher:hover .mage-dropdown-dialog {
    display: block !important
}
.header-container .dropdown .title-dropdown-block {
    display: none
}
.header-container .dropdown .dropdown-toggle {
    padding: 0 15px 0 0px;
    position: relative;
    line-height: 39px
}
.header-container .dropdown .dropdown-toggle > a {
    color: #666
}
.header-container .dropdown .dropdown-toggle > a:hover {
    color: #dc0a8a
}
.header-container .dropdown .dropdown-toggle:before {
    font-family: fontawesome;
    content: "\f007";
    font-size: 14px;
    position: absolute;
    right: 0
}
.header-container .dropdown:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 120%;
    height: 21%;
    display: none
}
.header-container .dropdown .mage-dropdown-dialog {
    display: none;
    cursor: default;
    position: absolute;
    right: 0px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    padding: 20px 25px;
    z-index: 11;
    min-width: 120%;
    box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, 0.2);
    top: 116%
}
.header-container .dropdown .mage-dropdown-dialog .myaccount-link:before {
    content: '\f007';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    margin-right: 8px
}
.header-container .dropdown .mage-dropdown-dialog .top-link-checkout:before {
    content: '\f046';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    margin-right: 8px;
    width: 10px
}
.header-container .dropdown .mage-dropdown-dialog .my-wishlist:before {
    content: '\f08a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    margin-right: 8px;
    width: 10px
}
.header-container .dropdown .mage-dropdown-dialog .mobile-login:before,
.header-container .dropdown .mage-dropdown-dialog .popup-login:before {
    content: '\f13e';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    margin-right: 8px;
    width: 10px
}
.header-container .dropdown .mage-dropdown-dialog a {
    white-space: nowrap;
    display: block;
    color: #666666
}
.header-container .dropdown .mage-dropdown-dialog a:hover {
    color: #dc0a8a
}
.header-container .dropdown .mage-dropdown-dialog .current {
    color: #dc0a8a
}
.header-container .dropdown .currency-switcher .dropdown-list {
    right: 0;
    left: auto
}
.header-container .dropdown .lang-switcher .dropdown-toggle .flag {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px
}
.header-container .dropdown .lang-switcher .dropdown-list li a span,
.header-container .dropdown .lang-switcher .dropdown-list .current span {
    background-position: left center;
    display: inline-block;
    background-repeat: no-repeat;
    padding-left: 20px
}
.header-container .dropdown:hover .dropdown-toggle a,
.header-container .dropdown:hover .dropdown-toggle .value {
    color: #dc0a8a
}
.header-container .dropdown:hover .dropdown-toggle:after {
    display: block
}
.header-container .dropdown:hover:after,
.header-container .dropdown:hover .mage-dropdown-dialog {
    display: block
}
.header-container .dropdown.block-base {
    padding: 0
}
.header-container .dropdown.block-base .links li {
    float: left;
    margin: 0 10px
}
.header-container .dropdown.block-base .links li a {
    display: block;
    position: relative;
    line-height: 39px;
    color: #666
}
.header-container .dropdown.block-base .links li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dc0a8a;
    position: absolute;
    bottom: -1px;
    z-index: 13;
    display: none
}
.header-container .dropdown.block-base .links li a:hover:after {
    display: block
}
.header-container .dropdown.block-base .links li.first {
    margin-left: 0
}
.header-container .dropdown.block-base .links li.last {
    margin-right: 0
}
.header-container .menu-ontop {
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 888;
    box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    padding: 0 !important
}
.header-container .menu-ontop .menu-vertical-wrap .sambar-inner {
    visibility: hidden
}
.header-container .menu-ontop .menu-vertical-wrap:hover .sambar-inner {
    visibility: visible
}
.header-container .header.links li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-top: 5px;
    position: relative
}
.header-container .header.links li:last-child {
    margin-right: 0;
    padding-right: 0
}
.header-container .header.links li:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #a8a8a8;
    right: 0;
    top: 50%;
    margin-top: -7px
}
.header-container .header.links li:last-child:before {
    display: none
}
.header-container .header.links li a {
    color: #d6d6d6
}
.header-container .header.links li a:hover {
    color: #fff
}
.header-container .header.links li.link.compare {
    display: none
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
    text-align: center
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    display: block;
    text-transform: uppercase;
    color: inherit
}
.slider-megamenu .title-slider-mega h2 {
    border-bottom: 1px solid #d7d7d7;
    color: #000;
    font-size: 116.67%;
    
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: uppercase
}
.slider-megamenu .sm-basic-products .bs-items .bs-item {
    float: none
}
.slider-megamenu .owl-nav {
    position: absolute;
    top: -61px;
    right: 15px
}
.slider-megamenu .products-grid .item .item-inner {
    margin-bottom: 0
}
.navigation-container.css-menu-wrap {
    display: table;
    width: 100%;
    background-color: #dc0a8a;
    position: relative
}
.header-style-2 .navigation-container.css-menu-wrap,
.header-style-5 .navigation-container.css-menu-wrap {
    background-color: transparent !important
}
.header-style-3 .navigation-container.css-menu-wrap {
    background-color: transparent !important;
    display: table !important;
    margin: 0 auto !important;
    width: auto !important
}
.header-style-4 .navigation-container.css-menu-wrap {
    display: table !important;
    width: auto !important;
    margin: 0 auto !important
}
.header-style-5 .navigation-container.css-menu-wrap {
    float: right !important;
    width: auto !important
}
.navigation > .ui-menu > li {
    float: left;
    position: relative
}
.navigation > .ui-menu > li:hover > a,
.navigation > .ui-menu > li.active > a {
    color: #222
}
.navigation > .ui-menu > li > a {
    display: block;
    padding: 10px 20px 7px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff
}
.header-style-2 .navigation > .ui-menu > li > a {
    color: #222 !important
}
.header-style-3 .navigation > .ui-menu > li > a {
    color: #222222 !important;
    display: block;
    font-weight: normal;
    line-height: 43px;
    padding: 15px 25px;
    text-transform: uppercase
}
.header-style-5 .navigation > .ui-menu > li > a {
    display: block;
    font-weight: normal;
    line-height: 43px;
    padding: 15px 25px;
    text-transform: uppercase;
    color: #fff
}
.navigation > .ui-menu > li ul {
    position: absolute !important;
    width: 220px !important;
    z-index: 10;
    text-align: left;
    margin-top: 6px;
    background: #fff;
    width: 100%;
    border-radius: 0;
    padding: 5px 30px;
    box-shadow: 4px 3px 2px 0 rgba(0, 0, 0, 0.2)
}
.navigation > .ui-menu > li ul:before {
    height: 6px;
    width: 100%;
    content: "";
    margin-top: -4px;
    position: absolute;
    left: 0;
    top: 0
}
.navigation > .ui-menu > li ul li {
    line-height: 30px;
    position: relative
}
.navigation > .ui-menu > li ul li a {
    display: block;
    padding: 5px 0
}
.navigation > .ui-menu > li ul li:last-child > a {
    border-bottom: none
}
.navigation > .ui-menu > li ul li ul {
    left: 196px !important;
    top: 0px !important;
    margin-top: 0
}
.quickview-index-index .page-wrapper {
    width: auto !important;
    max-width: 100%;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.3)
}
.quickview-index-index .info-box-detail {
    padding-top: 30px
}
.homepage-wrapper .boxed-container {
    margin: 0px 0 30px
}
img.img-static {
    -o-transition: .2s;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s
}
img.img-static:hover {
    opacity: 0.8
}
.static-image-1 .block-subscribe {
    background: #222;
    color: #fff;
    padding: 30px 40px;
    margin-bottom: 30px !important
}
.static-image-1 .block-subscribe .title-home {
    border: 0;
    padding: 0;
    margin: 0
}
.static-image-1 .block-subscribe .title-home:before {
    background: none;
    width: auto;
    height: auto;
    position: relative;
    content: '\f1d8';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    bottom: auto;
    margin-right: 20px
}
.static-image-1 .block-subscribe .title-home h2 {
    color: #f9f9f9
}
.static-image-1 .block-subscribe .desc {
    font-size: 92.86%;
    padding: 28px 0
}
.static-image-1 .block-subscribe .input-box input {
    height: 50px;
    font-size: 92.86%;
    float: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #8a96a2;
    padding: 0 20px;
    line-height: 50px;
    margin-bottom: 5px
}
.static-image-1 .block-subscribe button.subscribe {
    margin-top: 25px;
    width: 140px;
    font-size: 85.71%;
    height: 41px;
    text-transform: uppercase
}
.latest-post-block .slider-latest-blog .slider-blog {
    padding-top: 25px
}
.latest-post-block .slider-latest-blog .slider-blog .item .date-blog {
    float: left;
    width: 75px;
    padding-right: 25px;
    text-align: right;
    font-family: 'colaborate-boldregular';
    color: #dc0a8a;
    text-transform: uppercase
}
.latest-post-block .slider-latest-blog .slider-blog .item .date-blog .big-txt {
    font-size: 353.84%;
    line-height: 36px
}
.latest-post-block .slider-latest-blog .slider-blog .item .date-blog .normal-txt {
    font-size: 107.69%;
    line-height: 17px
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog {
    margin-bottom: 20px;
    width: 100%;
    float: left
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog {
    margin-left: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 90px
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle {
    padding-top: 2px
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle h2 {
    font-size: 107.14%;
    text-transform: uppercase;
    font-family: 'colaborate-boldregular';
    margin: 15px 0
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle .postDate {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #c8c8c8;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle .postDate .date {
    font-size: 214.29%;
    font-family: 'colaborate-boldregular';
    line-height: 89%;
    display: inline-block;
    width: 100%
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle .postDate .month {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-top: 6px
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postContent {
    font-size: 92.86%;
    color: #222
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 5px
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li {
    float: left;
    color: #999999;
    font-size: 92.30%
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li:first-child {
    margin-right: 20px
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li a {
    color: #999999
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li a:hover {
    color: #dc0a8a
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li.post-user:after {
    content: "|";
    margin-left: 10px
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li.post-cat:before {
    content: '\f07c';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    margin-right: 5px
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post {
    padding-top: 40px;
    margin-left: -3px
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore {
    display: inline-block;
    color: #dc0a8a;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-transform: uppercase;
    font-size: 85.71%;
    font-weight: bold
}
.latest-post-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore:hover {
    color: #fe8377
}
.brand-block .list-brands {
    list-style: none;
    margin: 0 -15px
}
.brand-block .list-brands li {
    margin-bottom: 30px;
    width: 20%
}
.brand-block .list-brands li a {
    display: block;
    border: 1px solid #e8e8e8;
    -o-transition: .1s;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    overflow: hidden
}
.brand-block .list-brands li a img {
    width: 100%
}
.brand-block .list-brands li a:hover {
    border-color: #dc0a8a
}
.cms-index-index .page-main {
    padding-bottom: 0;
    padding-top: 0
}
.box-margin-bottom {
    margin-bottom: 30px
}
.catalog-category-view .page-title {
    display: none
}
.catalog-category-view .banner-bottom-wrapper {
    padding-top: 30px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1)
}
.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    text-align: center;
    background-color: #0a0a0a
}
.label-product {
    position: absolute;
    top: 10px;
    font-size: 86%;
    color: #fff;
    z-index: 1;
    height: 26px;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
}
.label-product:before {
    width: 60px;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: -1
}
.label-product.label-sale {
    left: 10px
}
.label-product.label-sale span {
    margin-left: 10px
}
.label-product.label-sale:before {
    border: 13px solid #dc0a8a;
    border-right-color: rgba(255, 255, 255, 0);
    left: 0px
}
.label-product.label-new {
    right: 10px
}
.label-product.label-new span {
    margin-right: 12px
}
.label-product.label-new:before {
    border: 13px solid #73bafb;
    border-left-color: rgba(255, 255, 255, 0);
    right: 0px
}
.block {
    margin-bottom: 30px;
}
.block, .block-banners, .block-banners-inline {
    margin-bottom: 30px;
}
.block.filter {
    margin-bottom: 30px !important
}
.block .block-title {
    padding: 0 0; 
    font-size: 14px;
}
.block .block-title.filter-title {
    margin-bottom: 12px;
    margin-top: -4px
}
.block .block-title strong {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    border-bottom: 0 none;
    font-size: 18px;
    color: #2a2a2a;
}
.block .block-content .filter-options-title {
    color: #2a2a2a;
    margin: 0 20px;
    position: relative;
    text-transform: uppercase;
    padding: 0px 0px 6px;
	font-size: 16px;
}
.block .block-content .filter-options-title:after {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px
}
.block .block-content .filter-options-content {
    /* margin: 20px */margin: 20px 20px 32px;
}
.block .block-content .filter-options-content .items li {
    margin-bottom: 10px;
	font-family: 'colaborate-boldregular';
}
.block .block-content .filter-options-content .items li:not(:last-child) {
    border-bottom: 1px solid #ededed
}
.block .block-content .filter-options-content .items li a {
    display: inline-block;
    font-size: 15px;
    padding: 0 0 5px;
    position: relative;
    width: 100%;
	color: #2a2a2a;
}
.block .block-content .filter-options-content .items li a .count {
    color: #2a2a2a;
    float: right;
    margin-left: 4px;
    margin-top: 0;
}
.block .block-content .filter-options-content .items li a .count:before,
.block .block-content .filter-options-content .items li a .count:after {
    content: ""
}
.block .block-content .filter-options-content .items li a:hover {
    color: #dc0a8a
}
.block .block-content .filter-options-content .items li:last-child a {
    padding-bottom: 0
}
.block.block-compare .block-title .no-display {
    display: none
}
.block.block-compare .empty {
    margin-top: -30px
}
.block.block-compare .product-items {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}
.block.block-compare .product-items .product-item {
    margin-bottom: 10px
}
.block.block-compare .product-items .delete {
    float: right
}
.block.block-compare .product-items .delete:before {
    content: '\f00d';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}
.block.block-compare .product-items .delete span {
    display: none;
}
.sidebar .block:not(:last-child) {
    margin-bottom: 45px
}
.sidebar .block .block-content {
    background: #fff;
    padding: 20px 15px
}
.sidebar .block .block-content.filter-content {
    background: #fff;
    padding: 15px 0 10px;
}
.sidebar .block .block-content.filter-content .filter-current {
    border: 0
}
.sidebar .block .block-content.filter-content .filter-current strong.block-subtitle.filter-current-subtitle {
    color: #222222;
    
    position: relative;
    text-transform: uppercase;
    border-bottom: 0;
    padding: 5px 20px
}
.sidebar .block .block-content.filter-content .filter-current li.item {
    border: 1px solid #ededed;
    display: inline-block;
    margin: 10px 20px;
    padding: 5px 10px;
    position: relative
}
.sidebar .block .block-content.filter-content .filter-current li.item:after {
    content: "";
    position: absolute;
    background: #ededed;
    height: 100%;
    width: 1px;
    top: 0;
    right: 30px
}
.sidebar .block .block-content.filter-content .filter-current li.item span.filter-label:after {
    content: ":"
}
.sidebar .block .block-content.filter-content .block-actions.filter-actions {
    border: 0;
    border-top: 0;
    padding: 5px 20px;
    margin-bottom: 30px
}
.sidebar .block .block-content.filter-content a.action.remove:before {
    content: '\f00d';
    font-family: FontAwesome;
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-weight: normal;
    margin-left: 10px
}
.sidebar .block .block-content.filter-content a.action.remove span {
    display: none
}
.sidebar .block .block-content.block-content-products {
    padding: 0
}
.sidebar-additional .image-sidebar {
    margin-bottom: 30px
}
.category-product {
    overflow: hidden
}
.category-product .product-items {
    background: #fff;
    margin: 0 -2px -1px 0px;
    float: right;
    position: relative;
    width: 100%;
    overflow: hidden
}
.products-grid {
    position: relative;
    margin: 0
}
.products-grid .product-reviews-summary {
    text-align: center;
    /* display: inline-block; */display: none;
    height: 16px
}
.products-grid .product-item-photo {
    display: block;
    line-height: 0
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper {
    padding: 0 !important
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper img {
    width: 100%
}
.products-grid .product-item-photo .product-image-container .product-image-wrapper img.product-image-photo {
    position: relative;
    float: none
}
.products-grid .item .item-inner {
    background: #fff;
    padding: 10px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}
.products-grid .item .item-inner:hover .box-image a.product-image:before,
.products-grid .item .item-inner:hover .box-image .image-slider-product:before {
    background-size: 35px 25px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px
}
.products-grid .item .item-inner:hover .box-image .bottom-action-out .btn-action {
    -webkit-transform: translate(0px, 0px) !important;
    -moz-transform: translate(0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important
}
.products-grid .item .item-inner .box-image {
    position: relative;
    /* padding: 15px 0 */
}
.products-grid .item .item-inner .box-image .product-image,
.products-grid .item .item-inner .box-image .image-slider-product {
    overflow: hidden;
    display: block
}
.products-grid .item .item-inner .box-image .product-image:before,
.products-grid .item .item-inner .box-image .image-slider-product:before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 55%;
    position: absolute;
    right: 55%;
    z-index: 1;
    top: 0;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s
}
.products-grid .item .item-inner .box-image .product-image img,
.products-grid .item .item-inner .box-image .image-slider-product img {
    width: 100%
}
.products-grid .item .item-inner .box-image .product-image .second-image,
.products-grid .item .item-inner .box-image .image-slider-product .second-image {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 0;
    background: #f8f8f8
}
.products-grid .item .item-inner .box-image .product-image:hover .second-image,
.products-grid .item .item-inner .box-image .image-slider-product:hover .second-image {
    opacity: 1
}
.products-grid .item .item-inner .box-image .bottom-action-out {
    height: 40px;
    left: 0;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 10
}
.products-grid .item .item-inner .box-image .bottom-action-out .bottom-action {
    position: relative;
    width: 100%;
    text-align: center
}
.products-grid .item .item-inner .box-image .bottom-action-out form {
    display: inline-block
}
.products-grid .item .item-inner .box-image .bottom-action-out .add-to-links {
    float: left;
    display: inline-block
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action {
    border: none;
    display: inline-block !important;
    margin: 0 2px;
    line-height: 35px;
    text-align: center;
    color: #f7f7f7;
    filter: alpha(opacity=0) !important;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    -ms-opacity: 0 !important;
    -o-opacity: 0 !important;
    opacity: 0 !important;
    width: 35px;
    height: 35px;
    vertical-align: top;
    border: 1px solid #f7f7f7;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -webkit-transform: translate(0px, -110px);
    -moz-transform: translate(0px, -110px);
    -o-transform: translate(0px, -110px);
    transform: translate(0px, -110px)
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action:hover {
    background-color: #dc0a8a;
    border-color: #dc0a8a
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.btn-cart {
    background: transparent !important;
    border-color: #fff !important;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    padding: 0px
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.btn-cart:hover {
    background-color: #dc0a8a !important;
    color: #fff;
	border-color: #dc0a8a !important;
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.btn-cart:hover:before {
    color: #fff
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.btn-cart.out-of-stock {
    cursor: no-drop
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.btn-cart:before {
    content: '\f07a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.btn-cart span {
    display: none
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.link-compare {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.link-compare:before {
    content: '\f074';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.link-wishlist {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.link-wishlist:before {
    content: '\f08a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.sm_quickview_handler {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action.sm_quickview_handler:before {
    content: '\f06e';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}
.products-grid .item .item-inner .box-image .bottom-action-out .btn-action span {
    display: none;
}
.products-grid .item .item-inner .box-info {
    padding: 10px 0 8px;
    text-align: center;
}
.products-grid .item .item-inner .box-info .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px 0 12px;
    font-size: 15px;
	font-family: 'colaborate-boldregular';
}
.products-grid .item .item-inner .box-info .product-name a {
    white-space: nowrap;
    color: #222;
}
.products-grid .item .item-inner .box-info .product-name a:hover {
    color: #dc0a8a
}
.products-grid .item .item-inner .box-info .price-box {
    height: auto;
    margin: 0;
	line-height: normal;
    display: block;
}
.products-grid .item .item-inner .box-info .product-reviews-summary .label {
    display: none
}
.products-grid .item .item-inner .box-info .product-reviews-summary .rating-result,
.products-grid .item .item-inner .box-info .product-reviews-summary .rating-summary {
    margin: 0px;
    padding: 0px
}
.products-grid .item .item-inner .box-info .product-reviews-summary .reviews-actions a.action {
    font-size: 0px
}
.products-grid .item .item-inner .box-info .product-reviews-summary.no-rating .reviews-actions a.action {
    font-size: 14px; !important
}
.products-list {
    margin: 0
}
.products-list .item .item-inner {
    position: relative;
    display: table;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ededed
}
.products-list .item .item-inner .box-image-list {
    width: 220px;
    float: left;
    position: relative;
    /* padding: 20px 0 */
}
.products-list .item .item-inner .box-image-list:before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 55%;
    position: absolute;
    right: 55%;
    z-index: 1;
    top: 0;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s
}
.products-list .item .item-inner .box-image-list .label-product {
    top: 8px
}
.products-list .item .item-inner .box-image-list .label-product.label-sale {
    left: 8px
}
.products-list .item .item-inner .box-image-list .label-product.label-new {
    right: 8px
}
.products-list .item .item-inner .box-image-list .product-image-container .product-image-wrapper {
    padding: 0 !important;
    overflow: visible
}
.products-list .item .item-inner .box-image-list .product-image-container .product-image-wrapper .product-image-photo {
    position: relative
}
.products-list .item .item-inner .box-image-list .product-item-photo {
    display: block;
    line-height: 0
}
.products-list .item .item-inner .box-image-list .sm_quickview_handler {
    display: block !important;
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 44px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -o-transition: .2s;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    z-index: 5
}
@media (max-width: 991px) {
    .products-list .item .item-inner .box-image-list .sm_quickview_handler {
        display: none !important
    }
}
.products-list .item .item-inner .box-image-list .sm_quickview_handler span {
    display: none
}
.products-list .item .item-inner .box-image-list .sm_quickview_handler:before {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px
}
.products-list .item .item-inner .box-image-list .sm_quickview_handler:hover {
    background-color: #dc0a8a;
    border: 1px solid #dc0a8a
}
.products-list .item .item-inner .box-image-list:hover .sm_quickview_handler {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.products-list .item .item-inner .box-image-list:hover:before {
    background-size: 35px 25px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px
}
.products-list .item .item-inner .box-image-list:hover .lSAction {
    opacity: 1
}
.products-list .item .item-inner .box-info-list {
    margin-left: 240px;
    /* margin-top: 15px */margin-top: 0;
}
.products-list .item .item-inner .box-info-list .product-name {
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'colaborate-boldregular';
    margin: 0 0 10px;
}
.products-list .item .item-inner .box-info-list .price-box {
    margin-top: 0px;
    margin-bottom: 10px
}
.products-list .item .item-inner .box-info-list .bottom-action {
    margin-bottom: 5px;
    display: inline-block
}
.products-list .item .item-inner .box-info-list .bottom-action form {
    float: left
}
.products-list .item .item-inner .box-info-list .bottom-action form .btn-cart {
    background-color: #fff !important;
    border: 1px solid #ededed;
    display: inline-block !important;
    float: left;
    margin: 0 10px 0 0;
    line-height: 35px;
    text-align: center;
    color: #fff;
    height: 35px;
    vertical-align: top;
    color: #999999;
    position: relative;
    font-weight: normal;
    padding: 0 15px
}
.products-list .item .item-inner .box-info-list .bottom-action form .btn-cart:before {
    content: '\f07a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-right: 5px
}
.products-list .item .item-inner .box-info-list .bottom-action form .btn-cart:hover {
    color: #fff !important;
	background-color: #009bde !important;
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important
}
.products-list .item .item-inner .box-info-list .bottom-action form .btn-cart:hover:before {
    color: #fff !important
}
.products-list .item .item-inner .box-info-list .bottom-action .add-to-links {
    float: left
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action {
    background-color: #fff;
    border: 1px solid #ededed;
    display: inline-block !important;
    float: left;
    margin: 0 10px 0 0;
    line-height: 35px;
    text-align: center;
    color: #fff;
    width: 35px;
    height: 35px;
    vertical-align: top;
    color: #999999
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action:before {
    font-size: 13px !important
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action:hover {
    color: #fff !important
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action:hover:before {
    color: #fff !important
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-compare:before {
    content: '\f074';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
	width: 30px;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.link-wishlist:before {
    content: '\f08a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    color: inherit
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action.sm_quickview_handler:before {
    content: '\f06e';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
}
.products-list .item .item-inner .box-info-list .bottom-action .btn-action span {
    display: none
}
.products-list .item .item-inner .box-info-list .ratings {
    display: inline-block;
    width: 100%;
    height: 20px;
    margin: 15px 0 0
}
.products-list .item .item-inner .box-info-list .no-rating {
    height: 20px;
    line-height: 20px;
    margin: 10px 0 5px
}
.products-list .item .item-inner .box-info-list .product-reviews-summary .reviews-actions {
    font-size: 86%
}
.products-list .item .item-inner .box-info-list .product-item-inner {
    margin-bottom: 18px;
    font-size: 14px;
}
.products-list .item .item-inner .box-info-list .product-item-inner .more {
    display: none
}
.toolbar {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0px;
    background: #fff;
    text-align: center;
    height: 38px
}
.toolbar .modes {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    float: left
}
.toolbar .modes .modes-label {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 40px;
    margin-right: 10px;
    font-weight: normal;
    float: left;
}
.toolbar .modes strong.modes-mode,
.toolbar .modes a.modes-mode {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    margin-right: 4px;
    position: relative
}
.toolbar .modes strong.modes-mode:before,
.toolbar .modes a.modes-mode:before {
    content: "";
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url('../images/icon-gird.png') no-repeat #dc0a8a;
    position: absolute;
    top: -3px;
    left: -3px
}
.toolbar .modes strong.modes-mode span,
.toolbar .modes a.modes-mode span {
    display: none
}
.toolbar .modes a.mode-grid:before {
    background-position: center -22px;
    background-color: transparent
}
.toolbar .modes a.mode-list:before {
    background-position: center -93px;
    background-color: transparent
}
.toolbar .modes .mode-grid.active:before,
.toolbar .modes .mode-grid:hover:before {
    background-position: center 15px;
    background-color: #009bde;
}
.toolbar .modes .mode-list.active:before,
.toolbar .modes .mode-list:hover:before {
    background-position: center -58px;
    background-color: #009BDE;
}
.toolbar .sortby-limiter {
    float: right
}
.toolbar .sortby-limiter .label {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 40px;
    margin-right: 10px;
    font-weight: normal;
    float: left
}
.toolbar .toolbar-amount {
    margin: 0
}
.toolbar .toolbar-sorter {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
}
.toolbar .toolbar-sorter .sorter-label,
.toolbar .toolbar-sorter .sorter-options,
.toolbar .toolbar-sorter .sorter-action {
    display: inline-block;
    vertical-align: middle;
    width: auto
}
.toolbar .toolbar-sorter .sorter-label {
    line-height: 32px;
    height: 35px;
    margin: 0;
    background: #fff;
    padding-right: 5px !important
}
.toolbar .toolbar-sorter .sorter-options {
    border: 1px solid #ededed;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    font-size: 12px;
    margin-top: 9px;
	font-family: "colaborate-boldregular";
}
.toolbar .toolbar-sorter .sorter-action {
    color: #999;
    display: inline-block;
    margin-top: 7px;
    padding: 0 5px
}
.toolbar .toolbar-sorter .sorter-action span {
    display: none
}
.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
    content: '\f176';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}
.toolbar .toolbar-sorter .sorter-action.sort-desc:before {
    content: '\f063';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px
}
.toolbar .limiter {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}
.toolbar .limiter .label,
.toolbar .limiter .control,
.toolbar .limiter .limiter-text {
    display: inline-block;
    vertical-align: middle;
    width: auto
}
.toolbar .limiter .limiter-options {
    border: 1px solid #ededed;
    height: 20px;
    line-height: 20px;
    padding: 0 36px 0 6px;
    font-size: 12px;
    margin-top: 9px;
}
.toolbar .limiter .limiter-text {
    display: none
}
.toolbar .pages {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-top: 0;
    margin-right: 10px
}
.toolbar .pages .pages-label {
    font-size: 14px;
    color: #222222;
    line-height: 38px;
    padding-right: 3px;
    font-weight: normal;
}
.toolbar .pages .pages-items {
    display: inline-block;
    line-height: 38px
}
.toolbar .pages .pages-items .item {
    display: inline-block;
    margin: 0 1px;
    vertical-align: top;
    line-height: 38px
}
.toolbar .pages .pages-items .item a {
    display: inline-block;
    padding: 0 3px;
    color: #999999;
    font-size: 86% !important
}
.toolbar .pages .pages-items .item a .label {
    display: none
}
.toolbar .pages .pages-items .item a:hover {
    color: #009bde;
}
.toolbar .pages .pages-items .item.current strong {
    font-weight: normal;
    display: inline-block;
    padding: 0 3px;
    color: #009bde;
}
.toolbar .pages .pages-items .item.current strong .label {
    display: none
}
.toolbar .pages .pages-items .item.pages-item-next a span {
    display: none
}
.toolbar .pages .pages-items .item.pages-item-next a:before {
    content: '\f0da';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px
}
.toolbar .pages .pages-items .item.pages-item-previous a span {
    display: none
}
.toolbar .pages .pages-items .item.pages-item-previous a:before {
    content: '\f0d9';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px
}
.toolbar.toolbar-products .toolbar-amount {
    display: none
}
.toolbar-bottom .toolbar {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
    margin-top: 30px
}
.products-sidebar {
    margin-bottom: 30px
}
.products-sidebar .item {
    border-bottom: 1px solid #ededed;
    margin: 0 15px;
    padding: 15px 0
}
.products-sidebar .item:last-child {
    margin-bottom: 0;
    border: 0px
}
.products-sidebar .item .item-inner .box-image {
    float: left;
    width: 70px
}
.products-sidebar .item .item-inner .box-info {
    margin-left: 85px
}
.products-sidebar .item .item-inner .box-info .product-name {
    margin: 6px 0;
    font-size: 86%
}
.products-sidebar .item .item-inner .box-info .price-box {
    margin-bottom: 0px
}
.products-sidebar .item .item-inner .box-info .product-reviews-summary {
    margin-bottom: 0px;
    overflow: hidden
}
.products-sidebar .item .item-inner .box-info .product-reviews-summary .rating-result {
    line-height: 15px;
    height: 15px
}
.products-sidebar .item .item-inner .box-info .product-reviews-summary .reviews-actions {
    display: none
}
.products-sidebar .item .item-inner .box-info .product-reviews-summary.short.empty .reviews-actions {
    display: block !important
}
.products-sidebar .item .item-inner .box-info .product-item-actions .actions-primary {
    padding: 10px 0
}
.products-sidebar .item .item-inner .box-info .product-item-actions .actions-secondary a {
    display: block
}
.products-sidebar .owl-controls .owl-nav {
    position: absolute;
    right: -4px;
    top: -38px;
    z-index: 9
}
.products-sidebar .owl-controls .owl-nav > div {
    background: transparent;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 0px !important;
    padding: 0px !important
}
.products-sidebar .owl-controls .owl-nav > div:before {
    color: #999999;
    font-weight: normal !important;
    font-size: 20px !important;
    width: 18px;
    height: 18px;
    line-height: 18px
}
.products-sidebar .owl-controls .owl-nav > div:hover {
    color: #dc0a8a;
    background: transparent
}
.products-sidebar .owl-controls .owl-nav > div:hover:before {
    color: #dc0a8a
}
.block-cat .cat-item {
    margin-bottom: 30px
}
.block-cat .content-cat .cat-inner {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 15px
}
.block-cat .content-cat .img-cat img:hover {
    opacity: 0.8
}
.block-cat .content-cat .name-cat {
    line-height: 50px;
    font-size: 116.66%;
    text-transform: uppercase;    
}
.block-cat .content-cat .name-cat a:hover {
    color: #dc0a8a
}
.quickview-index-index .container {
    width: 100%;
    padding: 0
}
@media (max-width: 991px) {
    .products-grid .item .item-inner .box-image .bottom-action-out .bottom-action .btn-action.sm_quickview_handler {
        display: none !important
    }
}
@media (max-width: 767px) {
    .toolbar-top .pages {
        display: none
    }
    .toolbar-top .modes,
    .toolbar-top .toolbar-sorter {
        margin-right: 20px
    }
    .toolbar-bottom .toolbar-sorter,
    .toolbar-bottom .limiter {
        display: none
    }
    .products-list .item .item-inner .box-image-list {
        width: 100%
    }
    .products-list .item .item-inner .box-info-list {
        margin-left: 0;
        clear: both;
        padding-top: 20px
    }
    .products.wrapper.list .product-reviews-summary {
        margin: 0
    }
}
@media (max-width: 480px) {
    .social-detail {
        padding-top: 20px
    }
    .toolbar-top .modes {
        margin-bottom: 15px
    }
    .toolbar-top .toolbar-sorter {
        margin-bottom: 10px
    }
    .toolbar-bottom .modes {
        margin-right: 20px
    }
}
.catalog-product-compare-index .products-grid .item-inner {
    border: 0px
}
.catalog-product-compare-index .products-grid .item-inner form {
    display: inline-block
}
.form.send.friend {
    width: 100%
}
.form.send.friend .actions-toolbar .action.add {
    margin: 0px !important
}
.form.send.friend .control {
    width: auto !important;
    float: none !important
}
.form.send.friend .legend {
    border-bottom: 1px solid #c5c5c5
}
.form.send.friend .fieldset .field {
    width: 45%;
    float: left;
    padding: 0 12px 0 0
}
.form.send.friend .fieldset .field.text {
    width: 90%
}
.cart.table-wrapper .product-item-photo .product-image-photo {
    min-width: 110px !important
}
.product.media .fotorama__thumb {
    background: none
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
    left: 0;
    top: 50%;
    margin-top: -11px;
    transform: none
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
    right: 0;
    top: 50%;
    margin-top: -11px;
    transform: none
}
.product.media .fotorama__stage {
    margin-bottom: 20px;
    border: 1px solid #ededed
}
.product.media .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0 !Important
}
.product.media .fotorama-item .fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0px !important;
    border: 1px solid #ededed;
    margin-right: 5px !important
}
.product.media .fotorama-item .fotorama__thumb-border {
    display: none !important
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
    width: 23px
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
    background: #fff;
    height: 20px;
    padding: 0;
    text-align: center;
    width: 20px
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr:before,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr:before {
    width: 100%;
    height: 100%;
    line-height: 19px !important
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr:hover,
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr:hover {
    background-color: #dc0a8a;
    color: #fff
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 18px
}
.product.media .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 18px
}
.product-essential {
    background: #fff;
    margin-bottom: 30px;
    margin-top: 4px;
    padding: 20px
}
.box-related-upsell .title-view h2 {
    color: #222222;
    display: inline-block;
    font-size: 30px;
    font-family: 'bebas_neueregular';
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.box-related-upsell .products-grid {
    background: #fff;
}
.box-related-upsell .products-grid .owl-stage-outer {
    margin-right: 1px !important
}
.box-related-upsell .products-grid .owl-stage-outer .item-inner {
    border: 0px;
    border-right: 1px solid #ededed
}
.box-related-upsell .owl-controls .owl-nav {
    position: absolute;
    right: 0px;
    top: -42px;
    z-index: 9
}
.box-related-upsell .owl-controls .owl-nav > div {
    background: transparent;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0px !important;
    padding: 0px !important
}
.box-related-upsell .owl-controls .owl-nav > div:before {
    color: #999999;
    line-height: 25px;
    font-size: 25px;
    font-weight: normal
}
.box-related-upsell .owl-controls .owl-nav > div:hover {
    color: #009bde;
    background: transparent
}
.box-related-upsell .owl-controls .owl-nav > div:hover:before {
    color: #009bde;
}
.catalog-product-view .page-main {
    padding-bottom: 0;
    padding-top: 0;
}
.image-box-detail .fotorama__stage {
    margin-bottom: 10px
}
.image-box-detail .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    top: 0;
    transform: none;
    -webkit-transform: none
}
.product-options-wrapper {
    padding-top: 20px;
    display: inline-block;
    width: 100%
}
.product-options-wrapper .fieldset > .field {
    float: left;
    width: 46%;
    margin-right: 4%
}
.info-box-detail .price-box .price {
    font-size: 32px;
}
.info-box-detail .old-price .price {
    font-size: 186%;
    font-weight: normal;
    margin-left: 0;
    margin-right: 15px;
    color: #999999
}
.info-box-detail .page-title-wrapper.product .page-title {
    color: #222222;
    font-size: 23px;
    text-transform: inherit;
    margin-bottom: 2px;
	font-family: "colaborate-mediumregular";
}
.info-box-detail .product-reviews-summary.empty a.action {
    font-size: 15px;
	color: #ccc;
}
@media (max-width: 480px) {
    .info-box-detail .product-reviews-summary .reviews-actions {
        font-size: 10px
    }
}
.info-box-detail .product-info-price .price-box {
    padding: 10px 0 15px;
	margin: 0 0 16px;
	line-height: normal;
	border-bottom: 1px solid #ebebeb;
}
.info-box-detail .product.attibute.overview {
    border-bottom: 1px solid #ededed;
    color: #666;
    font-size: 86%;
    margin-bottom: 20px;
    padding-bottom: 15px
}
.info-box-detail .product-info-stock-sku {
    font-size: 15px;
	font-family: 'colaborate-boldregular';
	margin: 0 0 20px;
}
.info-box-detail .product-info-stock-sku .available:after {
    content: '\f00c';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    margin-left: 5px;
	color: #009bde;
}
.info-box-detail .product-info-stock-sku .sku {
    padding-top: 10px;
    margin-bottom: 15px
}
.info-box-detail .product-info-stock-sku .sku strong {
    
    display: inline-block
}
.info-box-detail .product-info-stock-sku .sku .value {
    display: inline-block
}
.info-box-detail .product-options-bottom {
    float: left
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .control,
.info-box-detail .product-add-form .box-tocart .fieldset .control {
    float: left;
    margin-right: 12px;
    width: 85px !important;
    position: relative
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .control .quantity-controls,
.info-box-detail .product-add-form .box-tocart .fieldset .control .quantity-controls {
    cursor: pointer;
    color: #636363;
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .control .quantity-controls:before,
.info-box-detail .product-add-form .box-tocart .fieldset .control .quantity-controls:before {
    font-family: fontawesome;
    font-size: 14px;
    position: relative;
    top: 0px
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .control .quantity-controls:hover,
.info-box-detail .product-add-form .box-tocart .fieldset .control .quantity-controls:hover {
    opacity: 1
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .control .quantity-controls.quantity-plus,
.info-box-detail .product-add-form .box-tocart .fieldset .control .quantity-controls.quantity-plus {
    right: 2px
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .control .quantity-controls.quantity-plus:before,
.info-box-detail .product-add-form .box-tocart .fieldset .control .quantity-controls.quantity-plus:before {
    content: "\f105"
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .control .quantity-controls.quantity-minus,
.info-box-detail .product-add-form .box-tocart .fieldset .control .quantity-controls.quantity-minus {
    left: 2px
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .control .quantity-controls.quantity-minus:before,
.info-box-detail .product-add-form .box-tocart .fieldset .control .quantity-controls.quantity-minus:before {
    content: "\f104"
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .qty,
.info-box-detail .product-add-form .box-tocart .fieldset .qty {
    float: left;
    margin-right: 10px;
	margin-bottom: 0;
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .qty .label,
.info-box-detail .product-add-form .box-tocart .fieldset .qty .label {
    display: none
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .qty .control #qty,
.info-box-detail .product-add-form .box-tocart .fieldset .qty .control #qty {
    text-align: center;
    margin-right: 0;
    border-color: #ededed;
    background: #fff;
    height: 40px
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .actions,
.info-box-detail .product-add-form .box-tocart .fieldset .actions {
    float: left
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button {
    float: left;
    height: 40px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    background: #dc0a8a;
    margin-right: 10px;
    margin-bottom: 0;
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button span,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button span {
    color: #fff;
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button:before,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button:before {
    content: '\f07a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    margin-right: 10px;
    font-size: 19px
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button:hover,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button:hover {
    background: #fe8377
}
.info-box-detail .product-options-bottom .box-tocart .fieldset .actions button:hover span,
.info-box-detail .product-add-form .box-tocart .fieldset .actions button:hover span {
    color: #fff !important
}
.info-box-detail .product-social-links .action,
.info-box-detail .product-addto-links .action {
    display: inline-block !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #9a9a9a;
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
    float: left;
    margin-right: 10px;
    background: #fff;
    padding: 0px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.info-box-detail .product-social-links .action:before,
.info-box-detail .product-addto-links .action:before {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}
.info-box-detail .product-social-links .action:hover,
.info-box-detail .product-addto-links .action:hover {
    color: #fff;
    border: 1px solid #009bde;
    background-color: #009bde;
}
.info-box-detail .product-social-links .action:hover:before,
.info-box-detail .product-addto-links .action:hover:before {
    color: #fff
}
.info-box-detail .product-social-links .action.tocompare:before,
.info-box-detail .product-addto-links .action.tocompare:before {
    content: '\f074';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    line-height: 40px !important;
    font-size: 14px;
}
.info-box-detail .product-social-links .action.towishlist:before,
.info-box-detail .product-addto-links .action.towishlist:before {
    content: '\f08a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    line-height: 40px !important;
    font-size: 14px;
}
.info-box-detail .product-social-links .action span,
.info-box-detail .product-addto-links .action span {
    display: none
}
.info-box-detail .product-social-links .action.mailto.friend,
.info-box-detail .product-addto-links .action.mailto.friend {
    text-align: center;
    margin: 0px !important;
    padding: 0
}
.info-box-detail .product-social-links .action.mailto.friend .fa,
.info-box-detail .product-addto-links .action.mailto.friend .fa {
    font-size: 14px;
    display: block;
    line-height: 38px
}
.info-box-detail .product-social-links .action.mailto.friend:before,
.info-box-detail .product-addto-links .action.mailto.friend:before {
    line-height: 36px
}
.detail-bottom-wrapper {
    clear: both
}
.detail-bottom-wrapper .detail-bottom {
    margin-bottom: 30px;
}
.detail-bottom-wrapper .fieldset .review-legend.legend strong {
    font-size: 14px;
}
.detail-bottom-wrapper .legend.review-legend > span {
    font-size: 16px;
}
.detail-bottom-wrapper .product.data.items > .item.title {
    margin: 0px 5px 0 0 !important;
    padding: 10px 25px 6px !important;
    width: auto;
    border: none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #fff
}
.detail-bottom-wrapper .product.data.items > .item.title > a {
    color: inherit;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'colaborate-boldregular';
	font-weight: normal;
    border: none;
    background: none;
    padding: 0;
    color: #222 !important;
    background: transparent !important
}
.detail-bottom-wrapper .product.data.items > .item.title > a:hover {
    color: #dc0a8a
}
.detail-bottom-wrapper .product.data.items > .item.title:hover > a,
.detail-bottom-wrapper .product.data.items > .item.title.active > a {
    color: #fff !important
}
.detail-bottom-wrapper .product.data.items > .item.title .counter:before {
    content: "("
}
.detail-bottom-wrapper .product.data.items > .item.title .counter:after {
    content: ")"
}
.detail-bottom-wrapper .product.data.items .data.item.content {
    margin-top: 36px;
    border-top: 2px solid #009bde;
}
.detail-bottom-wrapper .product.data.items .data.item.content ul li:before {
    content: '\f00c';
    font-family: FontAwesome;
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 13px;
    color: #009bde;
    margin-right: 5px;
}
@media (max-width: 767px) {
    .info-box-detail {
        padding-top: 40px
    }
    .detail-bottom-wrapper .product.data.items > .item.title {
        margin: 0 5px 0 0 !important;
        padding: 10px 25px 6px !important;
        width: auto;
        border: none;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        background: #fff
    }
    .detail-bottom-wrapper .product.data.items .data.item.content {
        margin-top: 0 !important;
        margin-bottom: 0px !important
    }
    .product.data.items > .item.title.active {
        border: none !important;
        width: auto !important;
        margin: 0 -1px !important
    }
}
@media (max-width: 480px) {
    .product-social-links {
        clear: both
    }
    .tab-custom .title-tab-content .list-item-tab:before,
    .tab-custom .title-tab-content .list-item-tab:after,
    .tab-custom .title-tab-content .list-item-tab:before,
    .tab-custom .title-tab-content .list-item-tab:before {
        display: none
    }
    .tab-custom .title-tab-content .list-item-tab .item-tab:before {
        display: none
    }
}
.pageblog .category-image {
    margin: 0 0 30px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    background: transparent
}
.pageblog .postTitle {
    min-height: 60px;
    padding-left: 75px;
    position: relative
}
@media (min-width: 1200px) {
    .pageblog .postTitle {
        margin: 20px 0
    }
}
.pageblog .postTitle h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0;
    text-transform: capitalize;
}
.pageblog .postTitle h2 a {
    color: #222
}
.pageblog .postTitle h2 a:hover {
    color: #dc0a8a
}
.pageblog .postTitle .postDate {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #dc0a8a;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 18px;
    padding: 12px 0;
    text-align: center
}
.pageblog .postTitle .postDate .date {
    font-size: 14px;
    color: #fff
}
.pageblog .postTitle .use-cate {
    color: #999999;
    font-size: 86%
}
.pageblog .postTitle .use-cate .user {
    padding-right: 10px;
    margin-right: 15px;
    position: relative
}
.pageblog .postTitle .use-cate .user:before {
    content: '\f007';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    margin-right: 3px
}
.pageblog .postTitle .use-cate .user:after {
    height: 10px;
    width: 1px;
    content: "";
    display: inline-block;
    background: #999999;
    position: absolute;
    right: 0;
    top: 3px
}
.pageblog .postTitle .use-cate .category a {
    color: #999999
}
.pageblog .postTitle .use-cate .category a:hover {
    color: #dc0a8a
}
.pageblog .postTitle .use-cate .category:before {
    content: '\f07c';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    margin-right: 3px
}
.pageblog .postWrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    position: relative
}
.pageblog .postWrapper:last-child {
    margin-bottom: 0
}
.pageblog .postWrapper .image-blog {
    margin-bottom: 20px
}
.pageblog .postWrapper .image-blog img:hover {
    opacity: 0.8
}
.pageblog .postWrapper .info-blog .postContent {
    color: #666666;
    font-size: 86%
}
.pageblog .postWrapper .info-blog .postContent a.aw-blog-read-more {
    width: 100%;
    display: none;
    text-transform: uppercase;
    color: #dc0a8a;
    margin-top: 25px;
}
.pageblog .postWrapper .info-blog .postBookmarks {
    margin-bottom: 10px;
}
.pageblog .postWrapper .info-blog .postBookmarks h4 {
    font-size: 14px;
}
#product-review-container .rating-summary .rating-result:before {
    font-size: 16px;
    color: #009bde !important;
}
#product-review-container .rating-summary .rating-result > span:before {
    font-size: 16px;
    color: #009bde !important;
}
#product-review-container .toolbar {
    margin: 0 !important
}
#product-review-container .toolbar .limiter .limiter-options {
    margin: 5px
}
.action.primary.customize {
    padding: 0 15px !important
}
.field.downloads .sample.link {
    float: left;
    margin-top: 10px;
    text-align: left;
    width: 100%
}
.page-product-downloadable .product-options-wrapper,
.page-product-downloadable .product-options-bottom {
    float: none !important;
    width: 100% !important
}
.fieldset.fieldset-bundle-options {
    margin-bottom: 0px !important
}
.page-product-bundle .product-info-main .bundle-actions,
.page-product-bundle .product-info-main .product-social-links,
.page-product-bundle .product-info-main .action.customization,
.page-product-bundle .product-info-main #customizeTitle {
    display: none
}
.page-product-bundle .block-bundle-summary .bundle-summary,
.page-product-bundle .block-bundle-summary .title {
    display: none
}
.page-product-bundle .field.option .control .qty {
    text-align: center;
    width: 35px
}
.bundle-options-wrapper .radio,
.bundle-options-wrapper .checkbox {
    top: 3px
}
.sm-quickview .field.downloads .control,
.sm-quickview .field.downloads .label {
    width: 100% !important;
    text-align: left !important;
    margin: 5px 0
}
.sm-quickview .product-options-wrapper .legend.links-title {
    margin: 0px !important
}
.product.attribute.overview {
    clear: both
}
.sm-quickview .smqv-title h1 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 15px
}
.deal-wrapper-one {
    background: url('../images/bg-deals.jpg') no-repeat center center
}
.deal-wrapper-one .deal-slider-1,
.deal-wrapper-one .owl-carousel .owl-stage-outer,
.deal-wrapper-one .deals-items {
    overflow: inherit !important
}
.deal-wrapper-one .box-image1 {
    position: relative
}
.deal-wrapper-one .box-image1 .product-image {
    display: inline-block;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 45px;
    width: 100%;
    z-index: 9
}
.deal-wrapper-one .deal-slider-1 {
    background: transparent
}
.deal-wrapper-one .deal-slider-1 .owl-item {
    filter: alpha(opacity=0) !important;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    -ms-opacity: 0 !important;
    -o-opacity: 0 !important;
    opacity: 0 !important
}
.deal-wrapper-one .deal-slider-1 .owl-item.active {
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important
}
.deal-wrapper-one .deal-slider-1 .box-info1 {
    padding: 60px 0 45px
}
.deal-wrapper-one .deal-slider-1 .product-name {
    font-family: 'colaborate-boldregular';
    text-transform: uppercase;
    font-size: 172%;
    margin: 0 0 20px
}
.deal-wrapper-one .deal-slider-1 .product-name a {
    color: #fff
}
.deal-wrapper-one .deal-slider-1 .product-name a:hover {
    color: #dc0a8a
}
.deal-wrapper-one .deal-slider-1 .product-reviews-summary .reviews-actions {
    display: none !important
}
.deal-wrapper-one .deal-slider-1 .deals-description {
    color: #fff;
    font-size: 86%;
    margin: 15px 0 30px;
    width: 85%
}
.deal-wrapper-one .deal-slider-1 .old-price .price {
    color: #fff !important;
    font-size: 185%
}
.deal-wrapper-one .deal-slider-1 .price {
    font-size: 185%
}
.deal-wrapper-one .timer-deal1 {
    margin: 20px 0;
    text-align: left
}
.deal-wrapper-one .timer-deal1 .timer-product {
    display: inline-block;
    width: auto
}
.deal-wrapper-one .timer-deal1 .timer-product .deals-time {
    color: #dc0a8a;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 4px;
    padding: 14px;
    line-height: 18px;
    border: 0px
}
.deal-wrapper-one .timer-deal1 .timer-product .deals-time .num-time {
    font-size: 128%;
    display: block
}
.deal-wrapper-one .timer-deal1 .timer-product .deals-time .name-time {
    font-size: 12px !important;
    display: block
}
.deal-wrapper-one .timer-deal1 .timer-product .deals-time.time-day {
    color: #fff !important;
    background: #dc0a8a
}
.pagesdeal-wrapper {
    margin: 0 -15px
}
.pagesdeal-wrapper .title-home {
    padding: 0 15px
}
.pagesdeal-wrapper .title-home h2 {
    color: #222;
    display: inline-block;
    font-size: 115%;
    font-family: 'colaborate-boldregular';
    margin: 70px 0 25px;
    position: relative;
    text-transform: uppercase
}
.pagesdeal-wrapper .title-home h2:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    right: -45px;
    top: 10px;
    width: 30px;
    background: #dc0a8a
}
.pagesdeal-wrapper .products-grid .deal-item {
    width: 25%;
    padding: 0 15px;
    float: left;
    margin-bottom: 30px
}
.pagesdeal-wrapper .products-grid .deal-item .item-inner {
    padding: 0px;
    border: 0px !important
}
.pagesdeal-wrapper .products-grid .deal-item .item-inner .deals-price {
    margin: 0px 0 10px
}
.pagesdeal-wrapper .product_time {
    background: #dc0a8a;
    font-size: 86%;
    padding: 5px 0;
    width: 100%;
    color: #fff;
    margin: 0;
    text-transform: capitalize
}
.pagesdeal-wrapper .product_time .deals-time {
    display: inline-block;
    width: 22%;
    text-align: center;
    line-height: 15px;
    position: relative
}
.pagesdeal-wrapper .product_time .deals-time:before {
    background: #fff;
    content: "";
    height: 10px;
    width: 1px;
    position: absolute;
    left: -2px;
    top: 12px;
    display: inline-block
}
.pagesdeal-wrapper .product_time .deals-time.time-day:before {
    display: none !important
}
.cms-index-index .header-124 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:first-child a.sm_megamenu_head {
    color: #222;
}
.cms-index-index.cms-home-style-1 .yt-menu {
    background: transparent !important
}
.header-124 .header-inner {
    background: #fff
}
.header-124 .header-inner .logo-wrapper h1.logo {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.header-124 .header-inner .minicart-header {
    float: right;
    margin-top: 8px;
    text-align: left
}
.header-124 .header-inner .search-header-bottom .form.minisearch {
    display: inline-block;
    width: 100%;
    border: 1px solid #ededed;
    position: relative;
    padding-right: 0
}
.header-124 .header-inner .search-header-bottom .form.minisearch input#search {
    color: #a1a1a1;
    line-height: 35px;
    height: 34px;
    border: 0;
    right: 2px;
    font-size: 86%;
    background: transparent;
    padding-left: 15px
}
.header-124 .header-inner .search-header-bottom .form.minisearch .nested {
    display: none
}
.header-124 .header-inner .search-header-bottom .form.minisearch .field.search {
    position: relative;
    margin-right: 42px
}
.header-124 .header-inner .search-header-bottom .form.minisearch .actions {
    position: absolute;
    right: 0;
    top: -1px;
    height: 100%;
    cursor: pointer;
    z-index: 2
}
.header-124 .header-inner .search-header-bottom .form.minisearch .actions button.btn-searchbox,
.header-124 .header-inner .search-header-bottom .form.minisearch .actions button.action.search {
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border: 0px
}
.header-124 .header-inner .search-header-bottom .form.minisearch .actions button.btn-searchbox:before,
.header-124 .header-inner .search-header-bottom .form.minisearch .actions button.action.search:before {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    color: #fff
}
.header-124 .header-inner .search-header-bottom .form.minisearch .actions button.btn-searchbox span,
.header-124 .header-inner .search-header-bottom .form.minisearch .actions button.action.search span {
    display: none
}
.header-124 .header-inner .search-header-bottom .form.minisearch .actions button.btn-searchbox:hover,
.header-124 .header-inner .search-header-bottom .form.minisearch .actions button.action.search:hover {
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7
}
.header-124 .header-top {
    border-bottom: 1px solid #ededed;
    font-size: 86%;
    position: relative;
    background: #fff;
    padding: 0;
    height: 40px
}
.header-124 .header-top .topleft-content .social-footer .socials-wrap {
    margin-left: -10px
}
.header-124 .header-top .topleft-content .social-footer .socials-wrap .title-follow {
    display: none
}
.header-124 .header-top .topleft-content .social-footer .socials-wrap ul {
    margin: 0
}
.header-124 .header-top .topleft-content .social-footer .socials-wrap ul li {
    display: inline-block;
    margin: 8px 5px 5px;
    position: relative
}
.header-124 .header-top .topleft-content .social-footer .socials-wrap ul li a {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    color: #999999
}
.header-124 .header-top .topleft-content .social-footer .socials-wrap ul li a .name-social {
    display: none
}
.header-124 .header-top .dropdown-block {
    display: table-cell;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    float: right;
    color: #666666;
    padding: 0 0 0 30px
}
.header-124 .header-top .dropdown-block .title-dropdown-block {
    display: none
}
.header-124 .header-top .dropdown-block .dropdown-toggle {
    padding: 0 15px 0 0px;
    position: relative;
    line-height: 38px
}
.header-124 .header-top .dropdown-block .dropdown-toggle > a {
    color: #666
}
.header-124 .header-top .dropdown-block .dropdown-toggle:before {
    font-family: fontawesome;
    content: "\f0d7";
    font-size: 12px;
    position: absolute;
    right: 0;
    color: #999999
}
.header-124 .header-top .dropdown-block:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 120%;
    height: 21%;
    display: none
}
.header-124 .header-top .dropdown-block .dropdown-list {
    display: none;
    cursor: default;
    position: absolute;
    right: 0px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    padding: 20px;
    z-index: 11;
    min-width: 120%;
    box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 4px 2px 0 rgba(0, 0, 0, 0.2);
    top: 100%
}
.header-124 .header-top .dropdown-block .dropdown-list .myaccount-link:before {
    content: '\f007';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    margin-right: 8px;
    font-size: 13px
}
.header-124 .header-top .dropdown-block .dropdown-list .top-link-checkout:before {
    content: '\f046';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    font-size: 13px;
    margin-right: 8px;
    width: 10px
}
.header-124 .header-top .dropdown-block .dropdown-list .my-wishlist:before {
    content: '\f08a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    margin-right: 8px;
    width: 10px;
    font-size: 13px
}
.header-124 .header-top .dropdown-block .dropdown-list .mobile-login:before,
.header-124 .header-top .dropdown-block .dropdown-list .popup-login:before {
    content: '\f13e';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    margin-right: 8px;
    font-size: 13px;
    width: 10px
}
.header-124 .header-top .dropdown-block .dropdown-list a {
    white-space: nowrap;
    display: block;
    color: #666666;
    cursor: pointer
}
.header-124 .header-top .dropdown-block .dropdown-list a:hover {
    color: #dc0a8a
}
.header-124 .header-top .dropdown-block .dropdown-list .current {
    color: #dc0a8a
}
.header-124 .header-top .dropdown-block:hover .dropdown-toggle a,
.header-124 .header-top .dropdown-block:hover .dropdown-toggle .value {
    color: #dc0a8a
}
.header-124 .header-top .dropdown-block:hover .dropdown-toggle:after {
    display: block
}
.header-124 .header-top .dropdown-block:hover:after,
.header-124 .header-top .dropdown-block:hover .dropdown-list {
    display: block
}
.header-124 .header-top .dropdown-block.block-base {
    padding: 0
}
.header-124 .header-top .dropdown-block.block-base .links li {
    float: left;
    margin: 0 10px
}
.header-124 .header-top .dropdown-block.block-base .links li a {
    display: block;
    position: relative;
    line-height: 39px;
    color: #666
}
.header-124 .header-top .dropdown-block.block-base .links li a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dc0a8a;
    position: absolute;
    bottom: -1px;
    z-index: 13;
    display: none
}
.header-124 .header-top .dropdown-block.block-base .links li a:hover:after {
    display: block
}
.header-124 .header-top .dropdown-block.block-base .links li.first {
    margin-left: 0
}
.header-124 .header-top .dropdown-block.block-base .links li.last {
    margin-right: 0
}
.header-124 .header-middle .content-header-bottom {
    background: #fff;
    padding: 21px 0 26px;
}
.header-124 .header-middle .col-right2 {
    text-align: right
}
.header-124 .header-middle .search-header-bottom {
    width: 64%;
    display: inline-block;
    margin-right: 30px;
    margin-top: 8px;
    text-align: left
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-124 .header-middle .search-header-bottom {
        width: 55%
    }
}
.cms-home-style-1.cms-index-index .header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner {
    width: auto
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu {
    text-align: left;
    width: 100%
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li {
    display: inline-block
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > * {
    text-align: left
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li._list-parent {
    position: relative
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li._list-parent > div {
    left: 0 !important;
    right: auto !important;
    width: 190px;
    padding: 13px 16px
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > div {
    background: #fff;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.35)
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > div:before {
    height: 3px;
    width: 100%;
    content: "";
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 0
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > a {
    display: block;
    padding: 6px 23px 5px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > a {
        padding: 7px 16px 6px
    }
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.drop-parent > a {
    position: relative
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.drop-parent > a:after {
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    color: #fff;
    position: absolute;
    top: 13px;
    right: 0
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.sm_megamenu_actived > a,
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li:hover > a {
    color: #222
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.sm_megamenu_actived > a:after,
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li:hover > a:after {
    color: #222
}
.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu.hidden-block {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.header-style-1 .menu-under.menu-ontop {
    width: 100%
}
.header-style-1 .menu-under.menu-ontop .navigation-container {
    margin-right: auto;
    margin-left: auto;
    padding: 0px
}
@media (min-width: 768px) {
    .header-style-1 .menu-under.menu-ontop .navigation-container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .header-style-1 .menu-under.menu-ontop .navigation-container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .header-style-1 .menu-under.menu-ontop .navigation-container {
        width: 1170px
    }
}
.header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    color: #fff !important
}
.header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a,
.header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
    color: #222 !important
}
.header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a:after,
.header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a:after {
    color: #222 !important
}
.header-style-1 .header-bottom .content-header-bottom .col-md-3 {
    display: none
}
@media (min-width: 991px) {
    .cms-home-style-1.cms-index-index .header-style-1 .header-bottom .content-header-bottom .col-md-3 {
        display: block !important
    }
}
.cms-home-style-1.cms-index-index .header-style-1 .header-bottom .content-header-bottom .col-md-3 .sm_megamenu_wrapper_vertical_menu {
    margin-bottom: 30px
}
.cms-home-style-1.cms-index-index .header-style-1 .header-bottom .content-header-bottom .col-md-3 .sm_megamenu_wrapper_vertical_menu .sambar-inner {
    position: absolute;
    width: 100%
}
.header-style-1 .header-bottom .content-header-bottom .col-md-9 {
    width: 100%
}
.cms-index-index .header-style-1 .yt-menu {
    background: transparent !important
}
.cms-index-index .header-style-1 .header-bottom .content-header-bottom .col-md-3 {
    display: block
}
.cms-index-index .header-style-1 .header-bottom .content-header-bottom .col-md-9 {
    width: 100%
}
@media (min-width: 1024px) {
    .cms-index-index .header-style-1 .header-bottom .content-header-bottom .col-md-9 {
        width: 75%
    }
}
.header-style-2 .yt-menu,
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sambar-inner {
    background: transparent !important
}
.header-style-2 .sm_megamenu_wrapper_vertical_menu {
    position: relative
}

.header-style-2 .sm_megamenu_wrapper_vertical_menu .block-title {
    padding: 8px 20px 7px !important
}
.header-style-2 .sm_megamenu_wrapper_vertical_menu .sambar-inner {
    display: none;
    left: 0;
    position: absolute;
    top: 44px;
    width: 100%
}
.header-style-2 .sm_megamenu_wrapper_vertical_menu:hover .sambar-inner {
    display: block
}
.header-style-2 a.page-daydeals {
    cursor: pointer;
    text-transform: uppercase;    
    z-index: 2;
}
a.account-head-link {
    background-color: #fdb813;
	color: #fff;
    padding: 6px 11px;
	display: inline-block;
}
.account-head-link:hover {
	color: #222;
}
.header-style-2 a.page-daydeals i {
    font-size: 23px;
    margin-right: 5px
}
@media (max-width: 1024px) {
    .header-style-2 a.page-daydeals {
        width: 30px;
        height: 30px;
        overflow: hidden
    }
    .header-style-2 a.page-daydeals i {
        font-size: 25px
    }
}
@media (max-width: 640px) {
    .header-style-2 a.page-daydeals {
        color: #fff;
        right: 110px;
        top: 8px
    }
}
.header-style-2 a.page-daydeals:hover {
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    -ms-opacity: .7;
    -o-opacity: .7;
    opacity: .7;
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > a {
    color: #222 !important
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a,
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a {
    color: #dc0a8a !important
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.sm_megamenu_actived > a:after,
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a:after {
    color: #dc0a8a !important
}
.header-style-2 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li.drop-parent > a:after {
    color: #222 !important
}
.header-style-2 .header-bottom {
    border-bottom: 2px solid
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu {
    text-align: left;
    width: auto;
    display: table;
    margin: 0 auto
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li {
    display: inline-block
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > * {
    text-align: left
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li._list-parent {
    position: relative
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li._list-parent > div {
    left: 0 !important;
    right: auto !important;
    width: 190px;
    padding: 13px 16px
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > div {
    background: #fff;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.35)
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > div:before {
    height: 3px;
    width: 100%;
    content: "";
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 0
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > a {
    color: #222222;
    display: block;
    font-weight: normal;
    line-height: 43px;
    padding: 15px 20px;
    text-transform: uppercase
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > a {
        padding: 15px
    }
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.drop-parent > a {
    position: relative
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.drop-parent > a:after {
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    color: #222;
    position: absolute;
    top: 30px;
    right: 0px
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.sm_megamenu_actived > a,
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li:hover > a {
    color:
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.sm_megamenu_actived > a:after,
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li:hover > a:after {
    color: #222
}
.header-style-3 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu.hidden-block {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.cms-index-index .header-style-3 .header-inner {
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 999;
    background: transparent
}
@media (max-width: 991px) {
    .cms-index-index .header-style-3 .header-inner {
        top: 0px
    }
}
.header-style-3 .content-header-bottom {
    background: #fff;
    position: relative
}
.header-style-3 .content-header-bottom .navigation-container.hidden-bg {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}
.header-style-3 .logo {
    font-style: 0;
    margin: 0px
}
@media (min-width: 1024px) {
    .header-style-3 .logo {
        position: absolute;
        left: 5px;
        top: 3px;
        z-index: 99
    }
    .header-style-3 .logo img {
        max-width: 160px !important
    }
}
.header-style-3 .setting-top {
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 99;
    width: 125px
}
.header-style-3 .minicart-header {
    display: inline-block
}
.header-style-3 .minicart-header .minicart-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 10px
}
.header-style-3 .minicart-header .minicart-wrapper:before {
    content: '\f07a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #dc0a8a;
    cursor: pointer;
    font-size: 20px
}
.header-style-3 .minicart-header .minicart-wrapper:after {
    height: 40px;
    width: 100%;
    background: transparent;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px
}
.header-style-3 .minicart-header .minicart-wrapper .showcart {
    display: none !important
}
.header-style-3 .minicart-header .mage-dropdown-dialog {
    display: none
}
.header-style-3 .minicart-header .mage-dropdown-dialog .block-minicart {
    top: 44px !important;
    right: -15px !important
}
.header-style-3 .minicart-header:hover .mage-dropdown-dialog {
    display: block !important
}
.header-style-3 .search-form-action {
    float: left
}
.header-style-3 .search-form-action .form.minisearch {
    position: relative
}
.header-style-3 .search-form-action .form.minisearch .nested {
    display: none
}
.header-style-3 .search-form-action .form.minisearch input {
    width: 0px;
    border: 0;
    padding: 0px;
    position: absolute;
    right: 20px;
    top: -6px;
    background: #fff;
    color: #666666;
    font-size: 86%;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s
}
.header-style-3 .search-form-action .form.minisearch .actions {
    position: absolute;
    top: -6px;
    right: 0px
}
.header-style-3 .search-form-action .form.minisearch .actions button {
    background: transparent !important;
    border: 0px;
    padding: 0px
}
.header-style-3 .search-form-action .form.minisearch .actions button span {
    display: none
}
.header-style-3 .search-form-action .form.minisearch .actions button:before {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #dc0a8a;
    font-size: 18px
}
.header-style-3 .search-form-action .form.minisearch .actions button:hover {
    filter: alpha(opacity=65);
    -webkit-opacity: .65;
    -moz-opacity: .65;
    -ms-opacity: .65;
    -o-opacity: .65;
    opacity: .65
}
.header-style-3 .search-form-action .form.minisearch:hover input {
    width: 300px;
    padding-left: 15px
}
@media (max-width: 480px) {
    .header-style-3 .search-form-action .form.minisearch:hover input {
        width: 165px
    }
}
.header-style-3 .block-topsetting {
    position: relative;
    display: inline-block;
    float: left
}
.header-style-3 .block-topsetting .dropdown-toggle {
    cursor: pointer;
    height: 18px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    padding: 0 15px;
    margin: 0 15px;
    position: relative
}
.header-style-3 .block-topsetting .dropdown-toggle:before {
    height: 40px;
    width: 100%;
    background: transparent;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px
}
.header-style-3 .block-topsetting .dropdown-toggle .fa {
    color: #dc0a8a;
    font-size: 21px
}
.header-style-3 .block-topsetting .dropdown-list-setting {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
    width: 245px;
    background: #fff;
    padding: 15px;
    border-top: 1px solid #dc0a8a;
    position: absolute;
    top: 45px;
    right: -45px;
    display: none;
    overflow: hidden
}
.header-style-3 .block-topsetting .dropdown-list-setting .currency-wrapper,
.header-style-3 .block-topsetting .dropdown-list-setting .language-wrapper {
    float: none;
    display: block !important
}
.header-style-3 .block-topsetting .dropdown-list-setting .currency-wrapper .switcher-label,
.header-style-3 .block-topsetting .dropdown-list-setting .language-wrapper .switcher-label {
    color: #222;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: left !important
}
.header-style-3 .block-topsetting .dropdown-list-setting .currency-wrapper:before,
.header-style-3 .block-topsetting .dropdown-list-setting .language-wrapper:before {
    display: none !important
}
.header-style-3 .block-topsetting .dropdown-list-setting > ul li {
    display: block;
    width: 100%;
    padding: 9px 0 8px;
    font-size: 86%;
    border-bottom: 1px solid #ededed;
    cursor: pointer
}
.header-style-3 .block-topsetting .dropdown-list-setting > ul li:last-child {
    border-bottom: 0px
}
.header-style-3 .block-topsetting .dropdown-block .switcher-label {
    display: block !important
}
.header-style-3 .block-topsetting .dropdown-block .switcher-trigger {
    display: none
}
.header-style-3 .block-topsetting .dropdown-block .mage-dropdown-dialog {
    display: block !important;
    min-width: 220px !important;
    position: static !important;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.2) !important;
    border: 0px !important;
    padding: 5px 0 15px !important
}
.header-style-3 .block-topsetting .dropdown-block .mage-dropdown-dialog ul li {
    border: 1px solid #ededed;
    display: inline-block;
    font-size: 86%;
    margin: 4px;
    padding: 1px 4px !important;
    line-height: 22px
}
.header-style-3 .block-topsetting .dropdown-block.switcher-language .mage-dropdown-dialog ul li a {
    background-position: center center;
    background-repeat: no-repeat;
    color: #999;
    display: inline-block;
    font-size: 86%;
    height: 20px;
    text-indent: -9999px;
    width: 20px
}
.header-style-3 .block-topsetting:hover .dropdown-list-setting {
    display: block
}
@media (max-width: 991px) {
    .header-style-3 .navigation-action {
        height: 75px
    }
    .header-style-3 .menu-larger {
        display: none !important
    }
    .header-style-3 .navigation-mobile-container {
        display: block !important;
        left: 0px;
        top: 15px;
        position: absolute !important;
        width: 100%
    }
    .header-style-3 .btn-mobile {
        border-right: 0 none;
        padding-right: 0;
        position: absolute;
        background: transparent;
        margin-left: 15px
    }
    .header-style-3 .btn-mobile a {
        color: #fff !important
    }
    .header-style-3 .btn-mobile a:hover {
        filter: alpha(opacity=65);
        -webkit-opacity: .65;
        -moz-opacity: .65;
        -ms-opacity: .65;
        -o-opacity: .65;
        opacity: .65
    }
    .header-style-3 .header-inner .logo {
        text-align: center;
        font-style: 0;
        margin: 0px
    }
    .header-style-3 .header-inner .logo a.logo {
        position: static !important;
        padding: 12px !important;
        border: 0px !important;
        display: inline-block !important
    }
}
@media (max-width: 641px) {
    .header-style-3 .navigation-mobile-container {
        background: transparent !important;
        height: 40px
    }
    .header-style-3 .header-inner {
        position: static !important
    }
    .header-style-3 .header-inner .yt-menu .menu-under {
        height: 75px;
        background: #fff
    }
    .header-style-3 .header-inner .logo {
        width: 100%;
        text-align: center;
        font-size: 0;
        margin: 0px
    }
    .header-style-3 .header-inner .logo img {
        vertical-align: middle
    }
}
.header-style-4 .currency-wrapper:before,
.header-style-4 .language-wrapper:before {
    background: #d5d2cf !important
}
.header-style-4 .header-top,
.header-style-4 .content-header-bottom {
    background: transparent !important
}
.header-style-4 .header-top {
    border-bottom: 1px solid #d5d2cf;
    font-size: 86%
}
.header-style-4 .header-inner {
    background: url('../images/bg-header4.jpg') repeat scroll 0 0
}
.header-style-4 .logo-wrapper {
    text-align: center
}
.header-style-4 .search-header-bottom {
    width: 100% !important
}
@media (min-width: 1024px) {
    .header-style-4 .search-header-bottom {
        width: 280px !important
    }
}
.header-style-4 .form.minisearch {
    position: relative
}
@media (min-width: 1024px) {
    .header-style-4 .form.minisearch {
        width: 280px
    }
}
.header-style-4 .form.minisearch input {
    color: #999 !important;
    background: #fff !important
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu {
    text-align: left;
    width: auto;
    display: table;
    margin: 0 auto
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li {
    display: inline-block
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > * {
    text-align: left
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li._list-parent {
    position: relative
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li._list-parent > div {
    left: 0 !important;
    right: auto !important;
    width: 190px;
    padding: 13px 16px
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > div {
    background: #fff;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.35)
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > div:before {
    height: 3px;
    width: 100%;
    content: "";
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 0
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > a {
    color: #fff !important;
    display: block;
    font-weight: normal;
    text-transform: uppercase
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.parent-item > a {
    position: relative
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.parent-item > a:after {
    color: #fff
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.sm_megamenu_actived > a,
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li:hover > a {
    color: #222 !important
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.sm_megamenu_actived > a:after,
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li:hover > a:after {
    color: #222
}
.header-style-4 .yt-menu .content-header-bottom .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu.hidden-block {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.header-style-5 {
    position: relative
}
.header-style-5 .yt-menu .menu-under.menu-ontop {
    background: #49566e !important
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu {
    float: right;
    width: auto
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li {
    display: inline-block
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > * {
    text-align: left
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li._list-parent {
    position: relative
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li._list-parent > div {
    left: 0 !important;
    right: auto !important;
    width: 190px;
    padding: 13px 16px
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > div {
    background: #fff;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.35)
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > div:before {
    height: 3px;
    width: 100%;
    content: "";
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 0
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > a {
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 43px;
    padding: 16px 22px;
    text-transform: uppercase
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > a {
        padding: 16px
    }
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.drop-parent > a {
    position: relative
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.drop-parent > a:after {
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 5px
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.drop-parent > a:after {
        right: 0px
    }
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.sm_megamenu_actived > a,
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li:hover > a {
    color: #dc0a8a
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.sm_megamenu_actived > a:after,
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li:hover > a:after {
    color: #dc0a8a
}
.header-style-5 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu.hidden-block {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.header-style-5 .header-inner {
    background: #49566e
}
.cms-index-index .header-style-5 .header-inner {
    left: 0;
    position: static;
    top: 0px;
    width: 100%;
    z-index: 19
}
@media (min-width: 760px) {
    .cms-index-index .header-style-5 .header-inner {
        position: absolute
    }
}
.header-style-5 .content-header-bottom {
    margin: 0px !important
}
.header-style-5 h1.logo {
    font-size: 0px;
    margin: 0px;
    padding: 12px
}
.header-style-5 h1.logo a.logo {
    margin-right: 10px;
    display: inline-block
}
@media (min-width: 1024px) {
    .header-style-5 h1.logo {
        border-right: 1px solid #5c677d
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-style-5 h1.logo {
        padding: 18px 0
    }
}
.header-style-5 .setting-top {
    float: right
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-style-5 .setting-top {
        margin: 20px 0
    }
}
@media (max-width: 640px) {
    .header-style-5 .setting-top {
        position: absolute;
        z-index: 9;
        right: 0;
        bottom: 0
    }
}
.header-style-5 .minicart-header {
    display: inline-block;
    float: left
}
.header-style-5 .minicart-header .minicart-wrapper {
    position: relative;
    display: inline-block;
    padding: 8px
}
@media (min-width: 1200px) {
    .header-style-5 .minicart-header .minicart-wrapper {
        padding: 25px 38px;
        border-left: 1px solid #5c677d;
        border-right: 1px solid #5c677d
    }
}
@media (max-width: 992px) {
    .header-style-5 .minicart-header .minicart-wrapper {
        padding: 8px 25px
    }
}
@media (max-width: 480px) {
    .header-style-5 .minicart-header .minicart-wrapper {
        padding: 8px 15px
    }
}
.header-style-5 .minicart-header .minicart-wrapper:before {
    content: '\f07a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 20px
}
.header-style-5 .minicart-header .minicart-wrapper:after {
    bottom: -30px;
    content: "";
    display: inline-block;
    height: 30px;
    left: 3px;
    position: absolute;
    width: 40px;
    background: transparent
}
.header-style-5 .minicart-header .minicart-wrapper .showcart {
    display: none !important
}
.header-style-5 .minicart-header .mage-dropdown-dialog {
    display: none
}
.header-style-5 .minicart-header .mage-dropdown-dialog .block-minicart {
    top: 100% !important;
    right: 0px !important;
    border-top: 1px solid #dc0a8a
}
@media (max-width: 360px) {
    .header-style-5 .minicart-header .mage-dropdown-dialog .block-minicart {
        right: -50px !important
    }
}
.header-style-5 .minicart-header:hover .mage-dropdown-dialog {
    display: block !important
}
.header-style-5 .search-form-action {
    float: left
}
.header-style-5 .search-form-action .form.minisearch {
    position: relative
}
.header-style-5 .search-form-action .form.minisearch .nested {
    display: none
}
.header-style-5 .search-form-action .form.minisearch .field.search {
    width: 0px;
    padding: 0px;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    display: inline-block;
    background: #49566e;
    float: left;
    position: absolute;
    top: 0;
    right: 100px
}
@media (max-width: 1200px) {
    .header-style-5 .search-form-action .form.minisearch .field.search {
        right: 35px
    }
}
.header-style-5 .search-form-action .form.minisearch .field.search input {
    background: #49566e;
    color: #fff;
    font-size: 86%;
    border: 0;
    padding: 0px
}
@media (min-width: 1200px) {
    .header-style-5 .search-form-action .form.minisearch .field.search input {
        height: 75px
    }
}
.header-style-5 .search-form-action .form.minisearch .actions {
    font-size: 0px;
    border: 0px;
    padding: 8px;
    display: inline-block;
    cursor: pointer
}
@media (min-width: 1200px) {
    .header-style-5 .search-form-action .form.minisearch .actions {
        padding: 23px 38px 25px;
        border-left: 1px solid #5c677d
    }
}
.header-style-5 .search-form-action .form.minisearch .actions button {
    background: transparent !important;
    border: 0px;
    padding: 0px;
    height: 25px
}
.header-style-5 .search-form-action .form.minisearch .actions button span {
    display: none
}
@media (max-width: 1024px) {
    .header-style-5 .search-form-action .form.minisearch .actions button {
        line-height: 20px
    }
}
.header-style-5 .search-form-action .form.minisearch .actions button:before {
    content: '\f002';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
    line-height: 18px
}
.header-style-5 .search-form-action .form.minisearch .actions button:hover {
    filter: alpha(opacity=65) !important;
    -webkit-opacity: .65 !important;
    -moz-opacity: .65 !important;
    -ms-opacity: .65 !important;
    -o-opacity: .65 !important;
    opacity: .65 !important
}
.header-style-5 .search-form-action .form.minisearch:hover .field.search {
    width: 300px;
    padding: 0 40px;
    border-left: 1px solid #5c677d
}
@media (max-width: 540px) {
    .header-style-5 .search-form-action .form.minisearch:hover .field.search {
        width: 200px
    }
}
.header-style-5 .block-topsetting {
    position: relative;
    display: inline-block;
    float: left
}
.header-style-5 .block-topsetting .dropdown-toggle {
    cursor: pointer;
    padding: 8px;
    float: left;
    position: relative
}
@media (min-width: 1200px) {
    .header-style-5 .block-topsetting .dropdown-toggle {
        padding: 25px 38px
    }
}
.header-style-5 .block-topsetting .dropdown-toggle:before {
    height: 30px;
    width: 100%;
    background: transparent;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px
}
.header-style-5 .block-topsetting .dropdown-toggle .fa {
    color: #fff;
    font-size: 21px
}
.header-style-5 .block-topsetting .dropdown-list-setting {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
    width: 245px;
    background: #fff;
    padding: 15px;
    border-top: 1px solid #dc0a8a;
    position: absolute;
    top: 100%;
    right: 0px;
    display: none;
    z-index: 9
}
.header-style-5 .block-topsetting .dropdown-list-setting .currency-wrapper,
.header-style-5 .block-topsetting .dropdown-list-setting .language-wrapper {
    float: none;
    display: block !important
}
.header-style-5 .block-topsetting .dropdown-list-setting .currency-wrapper .switcher-label,
.header-style-5 .block-topsetting .dropdown-list-setting .language-wrapper .switcher-label {
    color: #222;
    font-size: 14px;
    font-family: 'colaborate-boldregular';
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: left !important;
}
.header-style-5 .block-topsetting .dropdown-list-setting .currency-wrapper:before,
.header-style-5 .block-topsetting .dropdown-list-setting .language-wrapper:before {
    display: none !important
}
.header-style-5 .block-topsetting .dropdown-list-setting > ul li {
    display: block;
    width: 100%;
    padding: 9px 0 8px;
    font-size: 86%;
    border-bottom: 1px solid #ededed;
    cursor: pointer
}
.header-style-5 .block-topsetting .dropdown-list-setting > ul li:last-child {
    border-bottom: 0px
}
.header-style-5 .block-topsetting .dropdown-block .switcher-label {
    display: block !important
}
.header-style-5 .block-topsetting .dropdown-block .switcher-trigger {
    display: none
}
.header-style-5 .block-topsetting .dropdown-block .mage-dropdown-dialog {
    display: block !important;
    min-width: auto !important;
    position: static !important;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.2) !important;
    border: 0px !important;
    padding: 15px 0 !important;
    min-width: 220px !important
}
.header-style-5 .block-topsetting .dropdown-block .mage-dropdown-dialog ul li {
    border: 1px solid #ededed;
    display: inline-block;
    font-size: 86%;
    margin: 4px;
    padding: 1px 4px !important;
    line-height: 22px
}
.header-style-5 .block-topsetting .dropdown-block.switcher-language .mage-dropdown-dialog ul li a {
    background-position: center center;
    background-repeat: no-repeat;
    color: #999;
    display: inline-block;
    font-size: 86%;
    height: 20px;
    text-indent: -9999px;
    width: 20px
}
.header-style-5 .block-topsetting:hover .dropdown-list-setting {
    display: block
}
@media (max-width: 991px) {
    .header-style-5 .logo {
        text-align: center
    }
}
@media (min-width: 1030px) and (max-width: 1199px) {
    #ytech_left,
    #ytech_right {
        width: 30% !important
    }
    .main .col-main {
        width: 70% !important
    }
}
#ytech_mommenu {
    position: absolute;
    left: 50px;
    top: 2px;
    z-index: 9
}
.header-style-5 #ytech_mommenu {
    left: 38px;
    top: 20px
}
.header-style-3 #ytech_mommenu {
    left: 25px;
    top: 8px
}
#ytech_mommenu .btn2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    display: none;
    color: #fff;
    cursor: pointer
}
.header-style-3 #ytech_mommenu .btn2 {
    color: #dc0a8a
}
#ytech_mommenu .btn2.leftsidebar,
#ytech_mommenu .btn2.rightsidebar {
    display: none
}
#ytech_mommenu .overlay {
    background: #000;
    bottom: 0;
    content: "";
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9998
}
@media (max-width: 991px) {
    #ytech_right {
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        padding: 15px;
        bottom: 0;
        background: white;
        Z-index: 9999;
        overflow: auto;
        height: 100%;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in
    }
    #ytech_right.active {
        right: 0;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
    #ytech_right .ytech-col-inner {
        padding: 0px 0 50px
    }
    /* #ytech_left {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        padding: 15px;
        bottom: 0;
        background: white;
        Z-index: 9999;
        overflow: auto;
        height: 100%;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in
    } */
    #ytech_left.active {
        left: 0;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }
    #ytech_left .ytech-col-inner {
        padding: 30px 0 50px
    }
}
@media (max-width: 991px) {
    
    .navigation-mobile-container {
        position: relative
    }
}
@media (max-width: 767px) {
    .logo-wrapper {
        text-align: center
    }
    /* .search-header-bottom {
        position: absolute;
        top: 0;
        right: 52px;
        z-index: 9;
        width: auto !important;
        margin: 0px !important
    } */
    .search-header-bottom .btn-search {
        display: block;
        height: 40px;
        width: 30px;
        line-height: 40px
    }
    .search-header-bottom .btn-search:before {
        content: '\f002';
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        color: #fff
    }
    /* .search-header-bottom .search-form-action {
        width: 250px !important;
        display: none !important;
        background: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
        position: absolute !important;
        right: -20px;
        height: 35px;
        top: 40px;
        z-index: 1
    } */
    .search-header-bottom .search-form-action .sm-searbox-content {
        height: 35px
    }
    .search-header-bottom:hover .search-form-action {
        display: block !important
    }
    .sm-serachbox-pro .sm-searbox-content .form-button.button {
        height: 36px
    }
    .header-124 .header-inner .minicart-header {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        margin: 0
    }
    .header-124 .header-inner .minicart-header .cart-wrapper .showcart {
        width: auto !important;
        cursor: pointer
    }
    .header-124 .header-inner .minicart-header .cart-wrapper .showcart .counter.qty,
    .header-124 .header-inner .minicart-header .cart-wrapper .showcart .text {
        display: none
    }
}
@media (max-width: 480px) {
    .header-124 .header-top .dropdown-block {
        padding: 0 0 0 20px !important
    }
    .header-124 .header-top .dropdown-block.currency-block::before,
    .header-124 .header-top .dropdown-block.language-block::before {
        left: 10px
    }
    .header-124 .col-lg-6.col-sm-6.header-topright {
        float: none;
        display: table;
        margin: 0 auto;
        text-align: left
    }
}
.cms-home-style-1.cms-index-index .page-wrapper {
    background: #fff
}
.cms-home-style-1.cms-index-index .page-wrapper .page.messages {
    margin-left: 300px
}
.home-style-1 .mr30 {
    margin-bottom: 30px
}
.home-style-1 .products-sidebar .block-content {
    border: 1px solid #ededed
}
.home-style-1 .block-subscribe {
    border: 1px solid #ededed;
    border-top: 0px;
    padding: 20px;
    overflow: hidden;
    background: url('../images/bg-newletter.jpg') repeat-x
}
.home-style-1 .block-subscribe .title-home h2 {
    color: #222;
    font-size: 115%;
    text-transform: uppercase;
    text-align: left;
    font-family: 'colaborate-boldregular';
    margin-bottom: 12px
}
.home-style-1 .block-subscribe .desc {
    font-size: 93%;
    color: #666666;
    margin-bottom: 15px
}
.home-style-1 .block-subscribe .input-box {
    position: relative
}
.home-style-1 .block-subscribe input {
    border-color: #ededed;
    font-size: 86%;
    color: #999999;
    padding-right: 40px;
    padding-left: 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
.home-style-1 .block-subscribe .button {
    background: transparent !important;
    padding: 0;
    position: absolute;
    right: 8px;
    width: 25px;
    font-size: 0px;
    height: 35px;
    top: 0px;
    line-height: 35px;
    border: 0px
}
.home-style-1 .block-subscribe .button:before {
    content: '\f003';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    height: 35px;
    line-height: 34px;
    color: #dc0a8a;
    font-size: 18px;
    font-weight: bold
}
.home-style-1 .testimonials {
    overflow: hidden;
    margin-bottom: 25px
}
.home-style-1 .testimonials .testimonials-slider {
    margin-bottom: 10px
}
.home-style-1 .testimonials .margin-slider {
    border: 1px solid #ededed;
    margin-top: 35px;
    padding: 0 15px;
    text-align: center
}
.home-style-1 .testimonials .margin-slider .owl-stage-outer {
    padding-top: 60px;
    overflow: inherit !important
}
.home-style-1 .testimonials .margin-slider .image-client {
    margin: -95px auto 15px;
    max-height: 80px;
    max-width: 80px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #dc0a8a
}
.home-style-1 .testimonials .margin-slider .image-client img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
.home-style-1 .testimonials .margin-slider .info-client {
    overflow: hidden
}
.home-style-1 .testimonials .margin-slider .info-client p {
    margin: 0px
}
.home-style-1 .testimonials .margin-slider .info-client .client-name {
    font-size: 14px;
    color: #222;
    font-family: 'colaborate-boldregular';
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.home-style-1 .testimonials .margin-slider .info-client .client-name:before,
.home-style-1 .testimonials .margin-slider .info-client .client-name:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    background: #999999;
    width: 18px;
    height: 1px
}
.home-style-1 .testimonials .margin-slider .info-client .client-name:before {
    left: -27px
}
.home-style-1 .testimonials .margin-slider .info-client .client-name:after {
    right: -27px
}
.home-style-1 .testimonials .margin-slider .info-client .job {
    font-size: 86%;
    color: #999999
}
.home-style-1 .testimonials .margin-slider .info-client .comment {
    font-size: 93%;
    color: #666666;
    position: relative;
    font-style: italic;
    padding: 10px 0
}
.home-style-1 .testimonials .margin-slider .info-client .comment:before,
.home-style-1 .testimonials .margin-slider .info-client .comment:after {
    font-size: 18px;
    content: '';
    display: inline-block;
    width: 15px;
    height: 20px;
    background: url('../images/brackets.png')
}
.home-style-1 .testimonials .margin-slider .info-client .comment:before {
    background-position: 0px 0px
}
.home-style-1 .testimonials .margin-slider .info-client .comment:after {
    background-position: 0px 22px
}
.home-style-1 .testimonials .margin-slider .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #ccc;
    width: 11px;
    height: 11px
}
.home-style-1 .testimonials .margin-slider .owl-dots .owl-dot.active span,
.home-style-1 .testimonials .margin-slider .owl-dots .owl-dot:hover span {
    border-color: #dc0a8a
}
.home-style-1 .policy-shop {
    border: 1px solid #ededed;
    padding: 0 15px
}
.home-style-1 .policy-shop ul {
    margin: 0px
}
.home-style-1 .policy-shop ul li {
    border-bottom: 1px solid #ededed;
    padding: 18px 0
}
.home-style-1 .policy-shop ul li img {
    float: left
}
.home-style-1 .policy-shop ul li .content1 {
    margin-left: 85px;
    font-size: 86%;
    color: #666666
}
.home-style-1 .policy-shop ul li .content1 h2 {
    font-family: 'colaborate-boldregular';
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 8px
}
.home-style-1 .policy-shop ul li:last-child {
    border: 0px
}
.home-style-1 .latest-post-home {
    margin-bottom: 25px
}
.home-style-1 .latest-post-home .title-post h2 {
    color: #222;
    font-size: 115%;
    font-family: 'colaborate-boldregular';
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase
}
.home-style-1 .latest-post-home .image-blog img {
    min-height: 180px
}
.home-style-1 .latest-post-home .postContent {
    border: 1px solid #ededed;
    border-top: 0px;
    padding: 15px 15px 50px;
    position: relative
}
.home-style-1 .latest-post-home .postContent:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    content: "";
    display: inline-block;
    margin-left: -20px
}
.home-style-1 .latest-post-home .postContent h2.postTitle {
    font-size: 14px;
    text-transform: capitalize;
}
.home-style-1 .latest-post-home .postContent h2.postTitle a {
    color: #444 !important
}
.home-style-1 .latest-post-home .postContent h2.postTitle a:hover {
    color: #dc0a8a !important
}
.home-style-1 .latest-post-home .postContent .tabs-post {
    font-size: 86%;
    margin: 8px 0 12px;
    color: #999
}
.home-style-1 .latest-post-home .postContent .tabs-post .fa {
    margin-right: 2px
}
.home-style-1 .latest-post-home .postContent .tabs-post .time {
    padding-left: 8px;
    margin-left: 5px;
    position: relative
}
.home-style-1 .latest-post-home .postContent .tabs-post .time:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    display: inline-block;
    height: 10px;
    width: 1px;
    background: #999999
}
.home-style-1 .latest-post-home .postContent .desc {
    font-size: 86%;
    color: #444444 !important
}
.home-style-1 .latest-post-home .owl-controls .owl-nav {
    position: absolute;
    right: -4px;
    top: -38px;
    z-index: 9
}
.home-style-1 .latest-post-home .owl-controls .owl-nav > div {
    background: transparent !important;
    width: 17px !important;
    height: 17px !important;
    color: #999999;
    margin: 0px !important;
    padding: 0px !important
}
.home-style-1 .latest-post-home .owl-controls .owl-nav > div:before {
    width: 17px !important;
    height: 17px !important;
    line-height: 17px !important;
    color: #999999;
    font-weight: normal !important;
    font-size: 20px !important
}
.home-style-1 .latest-post-home .owl-controls .owl-nav > div:hover {
    color: #dc0a8a;
    background: transparent
}
.home-style-1 .latest-post-home .owl-controls .owl-nav > div:hover:before {
    color: #dc0a8a
}
.home-style-1 .latest-post-home .owl-dots {
    bottom: 22px;
    position: absolute;
    text-align: center;
    width: 100%
}
.home-style-1 .latest-post-home .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #ccc;
    width: 11px;
    height: 11px
}
.home-style-1 .latest-post-home .owl-dots .owl-dot.active span,
.home-style-1 .latest-post-home .owl-dots .owl-dot:hover span {
    background: transparent !important
}
@media (min-width: 1024px) {
    .home-style-1 .wrapper-fulltop-conent {
        padding-left: 8px
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home-style-1 .wrapper-fulltop-conent {
        margin-bottom: 80px
    }
}
.home-style-1 .sm-imageslider {
    margin-bottom: 30px
}
.home-style-1 .sm-imageslider .item-info-slider {
    position: absolute;
    left: 70px;
    top: 100px
}
@media (max-width: 640px) {
    .home-style-1 .sm-imageslider .item-info-slider {
        top: 80px
    }
}
.home-style-1 .sm-imageslider .item-info-slider .item-title {
    font-size: 143%;
    color: #222222;
    text-transform: capitalize
}
@media (max-width: 640px) {
    .home-style-1 .sm-imageslider .item-info-slider .item-title {
        font-size: 14px;
    }
}
.home-style-1 .sm-imageslider .item-info-slider .item-desc-inner {
    font-size: 428%;
    color: #fff;
    font-family: 'colaborate-boldregular';
    text-transform: capitalize
}
@media (max-width: 640px) {
    .home-style-1 .sm-imageslider .item-info-slider .item-desc-inner {
        font-size: 200%
    }
}
@media (min-width: 768px) {
    .home-style-1 .sm-imageslider .item-info-slider .item-desc-inner {
        margin: 10px 0
    }
}
.home-style-1 .sm-imageslider .item-info-slider .shop-now {
    background: transparent;
    border: 1px solid #222;
    color: #222;
    display: block;
    font-size: 115%;
    font-style: italic;
    font-weight: normal;
    padding: 4px 10px;
    text-align: center;
    width: 120px;
    margin-top: 15px
}
@media (min-width: 768px) {
    .home-style-1 .sm-imageslider .item-info-slider .shop-now {
        margin-top: 25px
    }
}
.home-style-1 .sm-imageslider .item-info-slider .shop-now:hover {
    background: #dc0a8a;
    color: #fff;
    border-color: #dc0a8a
}
.home-style-1 .sm-imageslider .owl-nav > div {
    background: transparent !important;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    font-size: 0px !important
}
.home-style-1 .sm-imageslider .owl-nav > div:before {
    font-size: 40px !important;
    color: #fff !important;
    font-weight: normal
}
.home-style-1 .sm-imageslider .owl-nav > div.owl-prev {
    left: 0px
}
.home-style-1 .sm-imageslider .owl-nav > div.owl-prev:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px
}
.home-style-1 .sm-imageslider .owl-nav > div.owl-next {
    right: 0px
}
.home-style-1 .sm-imageslider .owl-nav > div.owl-next:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px
}
.home-style-1 .sm-imageslider .owl-nav > div:hover {
    background: transparent !important
}
.home-style-1 .sm-imageslider .owl-nav > div:hover:before {
    color: #222 !important
}
.home-style-1 .sm-imageslider .owl-dots .owl-dot span {
    background: transparent !important;
    width: 12px;
    height: 12px;
    border: 2px solid #ededed !important
}
.home-style-1 .sm-imageslider:hover .owl-nav > div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.listting-home1 .sm-listing-tabs {
    position: relative;
    border: 1px solid #ededed;
    margin-bottom: 30px
}
.listting-home1 .sm-listing-tabs .post-text {
    margin: 0px;
    position: absolute;
    font-size: 93%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent transparent #ee76cd;
    -webkit-transform: translate(-1px, -1px);
    -moz-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px)
}
.wrapper-listting2 .listting-home1 .sm-listing-tabs .post-text {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent transparent #73bafc
}
.wrapper-listting3 .listting-home1 .sm-listing-tabs .post-text {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent transparent #f7692b
}
.wrapper-listting4 .listting-home1 .sm-listing-tabs .post-text {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 50px;
    border-color: transparent transparent transparent #1ab79c
}
.listting-home1 .sm-listing-tabs .post-text span {
    -webkit-transform: translate(-42px, 5px);
    -moz-transform: translate(-42px, 5px);
    -o-transform: translate(-42px, 5px);
    transform: translate(-42px, 5px);
    color: #fff;
    display: block
}
.listting-home1 .sm-listing-tabs .tab-listing-title {
    display: inline-block;
    color: #222;
    font-family: 'colaborate-boldregular';
    text-transform: uppercase;
    font-size: 115%;
    padding: 12px 0 9px 45px
}
.listting-home1 .sm-listing-tabs .ltabs-tabs-container {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0
}
.listting-home1 .sm-listing-tabs .ltabs-tabs-container ul {
    margin: 0 70px 0 0 !important
}
.listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li {
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 86%;
    line-height: 15px;
    margin-left: -5px;
    padding: 6px 14px 4px;
    margin: 10px 0 10px -5px;
    text-transform: uppercase
}
@media (min-width: 641px) {
    .listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li {
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
        transform: skewX(-20deg);
        border: 1px solid #ededed;
        border-right: 0px
    }
}
@media (min-width: 641px) {
    .listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li span {
        -webkit-transform: skewX(20deg);
        -moz-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        transform: skewX(20deg);
        display: block
    }
}
@media (min-width: 641px) {
    .listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li:last-child {
        border-right: 1px solid #ededed
    }
}
.listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li.tab-sel,
.listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li:hover {
    background: transparent;
    color: #fff;
    background: #ee76cd;
    border-color: #ee76cd
}
.wrapper-listting2 .listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li.tab-sel,
.wrapper-listting2 .listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li:hover {
    background: #73bafc;
    border-color: #73bafc
}
.wrapper-listting3 .listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li.tab-sel,
.wrapper-listting3 .listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li:hover {
    background: #f7692b;
    border-color: #f7692b
}
.wrapper-listting4 .listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li.tab-sel,
.wrapper-listting4 .listting-home1 .sm-listing-tabs .ltabs-tabs-container ul li:hover {
    background: #1ab79c;
    border-color: #1ab79c
}
.listting-home1 .sm-listing-tabs .banner-listtingbas {
    margin: 0px;
    float: left;
    width: 100%
}
.wrapper-listting2 .listting-home1 .sm-listing-tabs .banner-listtingbas {
    margin-left: -1px
}
.listting-home1 .sm-listing-tabs .banner-listtingbas .col-sm-6 {
    padding: 0px
}
.listting-home1 .sm-listing-tabs .banner-listtingbas .col-sm-6 .banner-home1 {
    display: block;
    overflow: hidden
}
.wrapper-listting2 .listting-home1 .sm-listing-tabs .banner-listtingbas .col-sm-6 .banner-home1 {
    margin-left: 0px
}
.listting-home1 .sm-listing-tabs .banner-listtingbas .col-sm-6 ul {
    margin: 0px;
    border-bottom: 1px solid #ededed;
    overflow: hidden
}
.listting-home1 .sm-listing-tabs .banner-listtingbas .col-sm-6 ul li {
    border: 1px solid #ededed;
    border-right: 0px;
    border-bottom: 0px;
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 33.3%;
    float: left
}
.listting-home1 .sm-listing-tabs .banner-listtingbas .col-sm-6 ul li a {
    display: block;
    margin: 22px 10px 21px;
    max-height: 114px;
    max-width: 144px;
    overflow: hidden;
}
@media (max-width: 991px) {
    .listting-home1 .sm-listing-tabs .banner-listtingbas .col-sm-6 ul li a {
        margin: 18px 10px
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .listting-home1 .sm-listing-tabs .banner-listtingbas .col-sm-6 ul li a {
        margin: 17px 10px
    }
}
.listting-home1 .sm-listing-tabs .ltabs-items-container {
    clear: both
}
.listting-home1 .sm-listing-tabs .products-grid {
    position: static;
    margin-left: -1px !important
}
.listting-home1 .sm-listing-tabs .products-grid .item-inner {
    border: 0px;
    border-left: 1px solid #ededed
}
.listting-home1 .sm-listing-tabs .owl-nav {
    right: 12px;
    position: absolute;
    top: 14px;
}
.listting-home1 .sm-listing-tabs .owl-nav > div:hover {
    color: #ee76cd !important
}
.wrapper-listting2 .listting-home1 .sm-listing-tabs .owl-nav > div:hover {
    color: #73bafc !important
}
.wrapper-listting3 .listting-home1 .sm-listing-tabs .owl-nav > div:hover {
    color: #f7692b !important
}
.wrapper-listting4 .listting-home1 .sm-listing-tabs .owl-nav > div:hover {
    color: #1ab79c !important
}
.listting-home1 .sm-listing-tabs .owl-nav > div:hover:before {
    color: #ee76cd !important
}
.wrapper-listting2 .listting-home1 .sm-listing-tabs .owl-nav > div:hover:before {
    color: #73bafc !important
}
.wrapper-listting3 .listting-home1 .sm-listing-tabs .owl-nav > div:hover:before {
    color: #f7692b !important
}
.wrapper-listting4 .listting-home1 .sm-listing-tabs .owl-nav > div:hover:before {
    color: #1ab79c !important
}
.listting-home1 .sm-listing-tabs .owl-controls .owl-nav > div {
    background: transparent !important;
    width: 17px !important;
    height: 17px !important;
    color: #999999;
    margin: 0px !important;
    padding: 0px !important
}
.listting-home1 .sm-listing-tabs .owl-controls .owl-nav > div:before {
    width: 17px !important;
    height: 17px !important;
    line-height: 17px !important;
    color: #999999;
    font-weight: normal !important;
    font-size: 20px !important
}
.listting-home1 .sm-listing-tabs .owl-controls .owl-nav > div:hover:before {
    color: #dc0a8a
}
.home-style-1 .wrapper-listting4 .sm-listing-tabs {
    overflow: hidden
}
.home-style-1 .wrapper-listting4 .sm-listing-tabs .ltabs-loading {
    background-color: #fff
}
.home-style-1 .wrapper-listting4 .ltabs-items-container {
    border-top: 1px solid #ededed
}
.home-style-1 .wrapper-listting4 .sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item:first-child {
    border-bottom: 1px solid #ededed !important
}
.home-style-1 .wrapper-listting4 .products-grid {
    margin: 0px
}
.home-style-1 .wrapper-listting4 .items-style2 .row-items2 {
    padding: 0px !important
}
@media (max-width: 1024px) {
    .home-style-1 .wrapper-listting4 .items-style2 .row-items2 {
        width: 30%
    }
}
@media (max-width: 767px) {
    .home-style-1 .wrapper-listting4 .items-style2 .row-items2 {
        width: 50%;
        float: left
    }
}
@media (max-width: 480px) {
    .home-style-1 .wrapper-listting4 .items-style2 .row-items2 {
        width: 100%
    }
}
.home-style-1 .wrapper-listting4 .items-style2 .row-items2:last-child {
    float: right
}
.home-style-1 .wrapper-listting4 .items-style2 .row-items2 .ltabs-item {
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important
}
.home-style-1 .wrapper-listting4 .items-style2 .row-items2 .item-inner {
    border: 0px !important
}
.home-style-1 .wrapper-listting4 .items-style2 .row-items2 .item-inner .box-info {
    padding: 15px 0 13px
}
.home-style-1 .wrapper-listting4 .banner-center-litting {
    left: 25%;
    position: absolute;
    top: 48px;
    width: 50%;
    z-index: 9;
    background: #fff;
    border: 1px solid #ededed
}
.firefox .home-style-1 .wrapper-listting4 .banner-center-litting {
    top: 48px
}
@media (min-width: 991px) and (max-width: 1024px) {
    .home-style-1 .wrapper-listting4 .banner-center-litting {
        left: 50%;
        margin-left: -139.5px;
        width: 40%
    }
}
@media (max-width: 991px) {
    .home-style-1 .wrapper-listting4 .banner-center-litting {
        margin-left: -145px;
        left: 50%;
        width: 40%
    }
}
@media (max-width: 767px) {
    .home-style-1 .wrapper-listting4 .banner-center-litting {
        display: none
    }
}
.home-style-1 .wrapper-listting4 .banner-center-litting .banner-top {
    position: relative
}
.home-style-1 .wrapper-listting4 .banner-center-litting .icon-center {
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 50%;
    margin-top: -25px
}
.home-style-1 .wrapper-listting4 .brand-bottom {
    float: left;
    width: 100%
}
.home-style-1 .wrapper-listting4 .brand-bottom ul li {
    float: left;
    width: 33.3%;
    text-align: center;
    border-right: 1px solid #ededed
}
.home-style-1 .wrapper-listting4 .brand-bottom ul li:last-child {
    border: 0px
}
.home-style-1 .wrapper-listting4 .brand-bottom ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    text-align: center
}
.firefox .home-style-1 .wrapper-listting4 .brand-bottom ul li a {
    padding: 12px 0
}
.home-style-1 .wrapper-listting4 .brand-bottom ul li:fist-child {
    border: 0px
}
.home-style-1 .wrapper-listting4 .brand-bottom ul li .secd-image {
    border-top: 1px solid #ededed
}
@media (min-width: 640px) and (max-width: 991px) {
    .wrapper-fulltop-conent .banner-home .banner-img {
        float: left
    }
    .wrapper-fulltop-conent .banner-home .banner-img:last-child {
        float: right
    }
}
@media (max-width: 640px) {
    .sm-listing-tabs .ltabs-tabs-container {
        right: 8px;
        top: 10px
    }
}
@media (max-width: 570px) {
    .wrapper-fulltop-conent .banner-home .banner-img img {
        width: 100%
    }
}
@media (max-width: 480px) {
    .sm-listing-tabs .ltabs-tabs-container {
        position: static !important;
        width: 100%;
        text-align: center
    }
    .footer-copyright-content .col-sm-4 {
        width: 100%;
        text-align: center
    }
    .copyright .social-footer,
    .footer .copyright .copyright-footer {
        padding: 8px 0
    }
}
.cms-home-style-2.cms-index-index .slide-img {
    z-index: 0
}
.cms-home-style-2.cms-index-index .slide-img .item .infoslide {
    text-transform: uppercase;
    text-align: center
}
.cms-home-style-2.cms-index-index .slide-img .item .infoslide .des {
    font-size: 158%;
    font-weight: normal;
    color: #222
}
@media (max-width: 480px) {
    .cms-home-style-2.cms-index-index .slide-img .item .infoslide .des {
        font-size: 14px;
    }
}
.cms-home-style-2.cms-index-index .slide-img .item .infoslide h3 {
    font-size: 428%;
    color: #222222;
    font-family: 'colaborate-boldregular';
    margin: 5px 0 30px
}
@media (max-width: 480px) {
    .cms-home-style-2.cms-index-index .slide-img .item .infoslide h3 {
        font-size: 14px;
        margin: 5px 0 15px
    }
}

@media (max-width: 480px) {
    .cms-home-style-2.cms-index-index .slide-img .item .infoslide a.shop-now {
        font-size: 14px;
    }
}

.cms-home-style-2.cms-index-index .slide-img .item .infoslide.col-left {
    left: 100px;
    position: absolute;
    top: 30%
}
@media (max-width: 1199px) {
    .cms-home-style-2.cms-index-index .slide-img .item .infoslide.col-left {
        top: 12%
    }
}
.cms-home-style-2.cms-index-index .slide-img .item .infoslide.col-left .des {
    color: #fff
}
.cms-home-style-2.cms-index-index .slide-img .item .infoslide.col-left h3 {
    color: #222
}
.cms-home-style-2.cms-index-index .slide-img .item .infoslide.col-left a.shop-now {
    color: #fff;
    border-color: #fff
}
.cms-home-style-2.cms-index-index .slide-img .item .infoslide.col-left a.shop-now:hover {
    color: #fff !important
}

.cms-home-style-2.cms-index-index .slide-img .owl-nav > div {
    background: url('../images/nav-layout2.png') no-repeat transparent !important;
    width: 20px !important;
    height: 62px !important;
    position: absolute !important;
    margin: 0px !important;
    top: 45% !important;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    z-index: 9
}
.cms-home-style-2.cms-index-index .slide-img .owl-nav > div:before {
    display: none !important
}
.cms-home-style-2.cms-index-index .slide-img .owl-nav > div.owl-prev {
    background-position: 0px 0px !important;
    left: 0px !important
}
.cms-home-style-2.cms-index-index .slide-img .owl-nav > div.owl-prev:hover {
    background-position: 0px -72px !important
}
.cms-home-style-2.cms-index-index .slide-img .owl-nav > div.owl-next {
    background-position: 0px -215px !important;
    right: 0px !important
}
.cms-home-style-2.cms-index-index .slide-img .owl-nav > div.owl-next:hover {
    background-position: 0px -144px !important
}
.cms-home-style-2.cms-index-index .slide-img:hover .owl-nav > div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.cms-home-style-2.cms-index-index .columns.col1-layout {
    /* margin-top: -85px */margin-top: 0;
}
.cms-home-style-2.cms-index-index .policy-shop2 {
    background: #fff;
    padding: 24px;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    z-index: 1
}
.cms-home-style-2.cms-index-index .policy-shop2 .col-sm-4 {
    text-align: center
}
.cms-home-style-2.cms-index-index .policy-shop2 .col-sm-4 h2 {
    font-size: 115%;
    font-family: 'colaborate-boldregular';
    color: #222;
    text-transform: uppercase;
    margin: 8px 0
}
.cms-home-style-2.cms-index-index .policy-shop2 .col-sm-4 p {
    color: #666;
    font-size: 86%
}
.cms-home-style-2.cms-index-index .bstop-home2 {
    background: #fff
}
.cms-home-style-2.cms-index-index .bstop-home2 .title-home {
    border-bottom: 1px solid #ededed
}
.cms-home-style-2.cms-index-index .bstop-home2 .title-home h2 {
    color: #222;
    font-size: 115%;
    font-family: 'colaborate-boldregular';
    padding: 16px 15px 13px 55px;
    text-transform: uppercase;
    position: relative
}
.cms-home-style-2.cms-index-index .bstop-home2 .title-home h2 .fa {
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    top: 14px;
    left: 20px;
}
.cms-home-style-2.cms-index-index .bstop-home2 .row {
    margin: 0px
}
.cms-home-style-2.cms-index-index .bstop-home2 .col-md-4,
.cms-home-style-2.cms-index-index .bstop-home2 .col-md-8 {
    padding: 0px
}
.cms-home-style-2.cms-index-index .bstop-home2 .col-md-4 .item-inner,
.cms-home-style-2.cms-index-index .bstop-home2 .col-md-8 .item-inner {
    border: 0px !important
}
@media (min-width: 1200px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .col-md-4 .item .item-inner .box-image {
        //padding: 35px 0
    }
}
@media (max-width: 992px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .col-md-4 .item-inner {
        border-bottom: 1px solid #ededed !important
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .col-md-4 {
        width: 20%
    }
    .cms-home-style-2.cms-index-index .bstop-home2 .col-md-8 {
        width: 80%
    }
}
@media (min-width: 1024px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .col-md-8 {
        border-left: 1px solid #ededed
    }
}
.cms-home-style-2.cms-index-index .bstop-home2 .product-top {
    float: left;
    width: 100%
}
.cms-home-style-2.cms-index-index .bstop-home2 .product-top .item,
.cms-home-style-2.cms-index-index .bstop-home2 .product-top .bs-posttext {
    float: left;
    width: 50%
}
@media (max-width: 640px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .product-top .item,
    .cms-home-style-2.cms-index-index .bstop-home2 .product-top .bs-posttext {
        width: 100%
    }
    .cms-home-style-2.cms-index-index .bstop-home2 .product-top .item img,
    .cms-home-style-2.cms-index-index .bstop-home2 .product-top .bs-posttext img {
        width: 100%
    }
}
.cms-home-style-2.cms-index-index .bstop-home2 .product-top .item .item-inner {
    margin: 22px 0;
    border: 0px !important
}
.cms-home-style-2.cms-index-index .bstop-home2 .product-top .item .item-inner .box-image {
    float: left;
    width: 50%
}
@media (max-width: 640px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .product-top .item .item-inner .box-image {
        width: 100%
    }
}
.cms-home-style-2.cms-index-index .bstop-home2 .product-top .item .item-inner .box-info {
    margin-left: 200px;
    text-align: left
}
@media (min-width: 1200px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .product-top .item .item-inner .box-info {
        margin-top: 50px
    }
}
@media (max-width: 640px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .product-top .item .item-inner .box-info {
        margin-left: 0px;
        text-align: center;
        width: 100%;
        float: left
    }
}
.cms-home-style-2.cms-index-index .bstop-home2 .product-bottom {
    float: left;
    width: 100%
}
@media (min-width: 641px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .product-bottom {
        border-top: 1px solid #f5f5f5;
    }
}
.cms-home-style-2.cms-index-index .bstop-home2 .product-bottom .item {
    width: 20%;
    float: left;
    border-left: 1px solid #ededed;
}
.cms-home-style-2.cms-index-index .bstop-home2 .product-bottom .item .item-inner {
    border: 0px !important
}
@media (min-width: 485px) and (max-width: 700px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .product-bottom .item .item-inner .box-image {
        height: 220px;
        overflow: hidden
    }
}
.cms-home-style-2.cms-index-index .bstop-home2 .product-bottom .item:first-child {
    border: 0px
}
@media (max-width: 640px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .product-bottom .item {
        width: 50%
    }
}
@media (max-width: 480px) {
    .cms-home-style-2.cms-index-index .bstop-home2 .product-bottom .item {
        width: 100%
    }
}
.product-basic-home2 .sm-basic-products {
    margin-bottom: -1px;
    background: #fff
}
@media (max-width: 992px) {
    .product-basic-home2 .sm-basic-products .col-md-3 .bs-pretext {
        margin-bottom: 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ededed
    }
}
@media (min-width: 1024px) {
    .product-basic1 .product-basic-home2 .sm-basic-products .col-md-3,
    .product-basic3 .product-basic-home2 .sm-basic-products .col-md-3 {
        padding-right: 0px
    }
}
.product-basic2 .product-basic-home2 .sm-basic-products .col-md-3,
.product-basic4 .product-basic-home2 .sm-basic-products .col-md-3 {
    float: right
}
@media (min-width: 1024px) {
    .product-basic2 .product-basic-home2 .sm-basic-products .col-md-3,
    .product-basic4 .product-basic-home2 .sm-basic-products .col-md-3 {
        padding-left: 0px
    }
}
@media (max-width: 991px) {
    .product-basic2 .product-basic-home2 .sm-basic-products .col-md-3,
    .product-basic4 .product-basic-home2 .sm-basic-products .col-md-3 {
        float: left;
        width: 100%
    }
}
@media (min-width: 1024px) {
    .product-basic-home2 .sm-basic-products .col-md-3 {
        width: 22%
    }
}
.product-basic-home2 .sm-basic-products .categories-pro {
    padding: 28px 10px 0;
    text-align: center
}
.product-basic-home2 .sm-basic-products .categories-pro .fa {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
    padding: 0 24px;
    color: #fff
}
.product-basic-home2 .sm-basic-products .categories-pro .fa.img-fa {
    padding: 20px 12px
}
.product-basic-home2 .sm-basic-products .categories-pro .fa.img-fa img {
    vertical-align: top
}
.product-basic1 .product-basic-home2 .sm-basic-products .categories-pro .fa {
    background: #73bafb;
    padding: 0 28px !important;
    font-size: 55px
}
.product-basic2 .product-basic-home2 .sm-basic-products .categories-pro .fa {
    background: #ee76cd
}
.product-basic3 .product-basic-home2 .sm-basic-products .categories-pro .fa {
    background: #dc0a8a
}
.product-basic4 .product-basic-home2 .sm-basic-products .categories-pro .fa {
    background: #1bb79f
}
.product-basic-home2 .sm-basic-products .categories-pro h2 {
    font-size: 115%;
    font-family: 'colaborate-boldregular';
    margin-bottom: 10px;
    text-transform: uppercase
}
@media (max-width: 1199px) {
    .product-basic-home2 .sm-basic-products .categories-pro h2 {
        font-size: 14px;
    }
}
.product-basic1 .product-basic-home2 .sm-basic-products .categories-pro h2 {
    color: #73bafb
}
.product-basic2 .product-basic-home2 .sm-basic-products .categories-pro h2 {
    color: #ee76cd
}
.product-basic3 .product-basic-home2 .sm-basic-products .categories-pro h2 {
    color: #dc0a8a
}
.product-basic4 .product-basic-home2 .sm-basic-products .categories-pro h2 {
    color: #1bb79f
}
.product-basic-home2 .sm-basic-products .categories-pro ul li a {
    font-size: 86%;
    color: #222;
    text-transform: uppercase;
    padding: 5px;
    display: block
}
.product-basic1 .product-basic-home2 .sm-basic-products .categories-pro ul li a:hover {
    color: #73bafb
}
.product-basic2 .product-basic-home2 .sm-basic-products .categories-pro ul li a:hover {
    color: #ee76cd
}
.product-basic3 .product-basic-home2 .sm-basic-products .categories-pro ul li a:hover {
    color: #dc0a8a
}
.product-basic4 .product-basic-home2 .sm-basic-products .categories-pro ul li a:hover {
    color: #1bb79f
}
@media (min-width: 1024px) {
    .product-basic1 .product-basic-home2 .sm-basic-products .col-md-9,
    .product-basic3 .product-basic-home2 .sm-basic-products .col-md-9 {
        padding-left: 0px
    }
    .product-basic1 .product-basic-home2 .sm-basic-products .col-md-9 .owl-stage-outer,
    .product-basic3 .product-basic-home2 .sm-basic-products .col-md-9 .owl-stage-outer {
        overflow: inherit !important
    }
}
@media (min-width: 1024px) {
    .product-basic2 .product-basic-home2 .sm-basic-products .col-md-9,
    .product-basic4 .product-basic-home2 .sm-basic-products .col-md-9 {
        padding-right: 0px
    }
}
@media (max-width: 991px) {
    .product-basic2 .product-basic-home2 .sm-basic-products .col-md-9,
    .product-basic4 .product-basic-home2 .sm-basic-products .col-md-9 {
        float: left;
        width: 100%
    }
}
@media (min-width: 1024px) {
    .product-basic-home2 .sm-basic-products .col-md-9 {
        width: 78%
    }
}
.product-basic-home2 .sm-basic-products .products-grid .item-inner {
    border: 1px solid transparent;
    border-left: 1px solid #ededed;
    background: transparent
}
@media (min-width: 1024px) {
    .product-basic-home2 .sm-basic-products .products-grid .item-inner:after {
        width: 1px;
        height: 100%;
        content: "";
        background: #ccc;
        position: absolute;
        top: 0;
        z-index: 1;
        left: 0;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0
    }
    .product-basic-home2 .sm-basic-products .products-grid .item-inner:hover {
        border-color: #ccc
    }
    .product-basic-home2 .sm-basic-products .products-grid .item-inner:hover:after {
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        background: #ccc
    }
}
.product-basic-home2 .sm-basic-products .owl-nav > div {
    display: none !important
}
.product-basic-home2 .sm-basic-products .brand-basicproduct2 {
    background: center;
    border-top: 1px solid #ededed;
    background: #fff;
    padding: 8px 55px
}
.product-basic-home2 .sm-basic-products .brand-basicproduct2 .col-md-2 {
    text-align: center
}
@media (max-width: 640px) {
    .product-basic-home2 .sm-basic-products .brand-basicproduct2 {
        display: none
    }
}
.product-basic-home2 .brand-basicproduct2 {
    background: center;
    border-top: 1px solid #ededed;
    background: #fff;
    padding: 8px 55px
}
.product-basic-home2 .brand-basicproduct2 .col-md-2 {
    text-align: center
}
@media (max-width: 640px) {
    .product-basic-home2 .brand-basicproduct2 {
        display: none
    }
}
@media (min-width: 640px) {
    .cms-home-style-2.cms-index-index .product-basic2 .row-item,
    .cms-home-style-2.cms-index-index .product-basic4 .row-item {
        border-right: 1px solid #ededed;
        margin-right: 1px
    }
    .cms-home-style-2.cms-index-index .product-basic2 .row-item .item:first-child,
    .cms-home-style-2.cms-index-index .product-basic4 .row-item .item:first-child {
        border-bottom: 1px solid #ededed
    }
}
@media (max-width: 992px) {
    .cms-home-style-2.cms-index-index .product-basic2 .row-item,
    .cms-home-style-2.cms-index-index .product-basic4 .row-item {
        margin-right: -1px
    }
}
@media (min-width: 480px) and (max-width: 640px) {
    .cms-home-style-2.cms-index-index .product-basic2 .row-item .bs-item,
    .cms-home-style-2.cms-index-index .product-basic4 .row-item .bs-item {
        float: left;
        width: 50%
    }
}
.cms-home-style-2.cms-index-index .product-basic2 .item-inner,
.cms-home-style-2.cms-index-index .product-basic4 .item-inner {
    border: 0px !important
}
.cms-home-style-2.cms-index-index .product-basic2 .item-inner:after,
.cms-home-style-2.cms-index-index .product-basic4 .item-inner:after {
    display: none !important
}
.cms-home-style-2.cms-index-index .product-basic2 .item-inner .box-image,
.cms-home-style-2.cms-index-index .product-basic4 .item-inner .box-image {
    float: left;
    margin-bottom: 10px
}
@media (min-width: 641px) {
    .cms-home-style-2.cms-index-index .product-basic2 .item-inner .box-image,
    .cms-home-style-2.cms-index-index .product-basic4 .item-inner .box-image {
        max-width: 200px
    }
}
@media (max-width: 480px) {
    .cms-home-style-2.cms-index-index .product-basic2 .item-inner .box-image,
    .cms-home-style-2.cms-index-index .product-basic4 .item-inner .box-image {
        width: 100%;
        float: left
    }
}
@media (min-width: 641px) {
    .cms-home-style-2.cms-index-index .product-basic2 .item-inner .box-info,
    .cms-home-style-2.cms-index-index .product-basic4 .item-inner .box-info {
        margin-left: 225px;
        text-align: left !important;
        padding-top: 65px !important
    }
    .cms-home-style-2.cms-index-index .product-basic2 .item-inner .box-info .product-name,
    .cms-home-style-2.cms-index-index .product-basic4 .item-inner .box-info .product-name {
        margin: 5px 0
    }
}
@media (max-width: 640px) {
    .cms-home-style-2.cms-index-index .product-basic2 .item-inner .box-info,
    .cms-home-style-2.cms-index-index .product-basic4 .item-inner .box-info {
        width: 100%;
        float: left;
        margin: 0px;
        text-align: center !important
    }
}
.cms-home-style-2.cms-index-index .latest-post-home .title-post {
    text-align: center
}
.cms-home-style-2.cms-index-index .latest-post-home .title-post h2 {
    color: #222;
    font-size: 22px;
    font-family: 'bebas_neueregular';
    margin-bottom: 30px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.cms-home-style-2.cms-index-index .latest-post-home .title-post h2:before,
.cms-home-style-2.cms-index-index .latest-post-home .title-post h2:after {
    background: #ccc;
    content: "";
    height: 20px;
    position: absolute;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    width: 1px
}
.cms-home-style-2.cms-index-index .latest-post-home .title-post h2:before {
    right: 0;
    bottom: 0px
}
.cms-home-style-2.cms-index-index .latest-post-home .title-post h2:after {
    left: 0;
    top: 0px
}
.cms-home-style-2.cms-index-index .latest-post-home .title-post h2 span {
    display: block;
    line-height: 22px;
    position: relative;
    padding: 6px 20px;
}
.cms-home-style-2.cms-index-index .latest-post-home .title-post h2 span:before,
.cms-home-style-2.cms-index-index .latest-post-home .title-post h2 span:after {
    background: #ccc;
    content: "";
    height: 1px;
    position: absolute;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    width: 20px
}
.cms-home-style-2.cms-index-index .latest-post-home .title-post h2 span:before {
    right: 0;
    bottom: 0px
}
.cms-home-style-2.cms-index-index .latest-post-home .title-post h2 span:after {
    left: 0;
    top: 0px
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner {
    width: 100%;
    float: left
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner.secditem0,
.cms-home-style-2.cms-index-index .latest-post-home .item-inner.secditem2 {
    margin-bottom: 30px
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .image-blog {
    padding: 0px;
    width: 47.2%;
    float: left
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .image-blog img {
    min-height: 200px
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent {
    background: #fff;
    padding: 34px 20px;
    position: relative;
    min-height: 228px;
    float: right;
    width: 47.2%;
}
@media (max-width: 1199px) {
    .cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent {
        padding: 15px
    }
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #fff transparent transparent;
    left: -11px;
    position: absolute;
    top: 45%;
    content: "";
    display: inline-block
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent h2.postTitle {
    font-size: 16px;
	font-family: 'colaborate-boldregular';
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent h2.postTitle a {
    color: #222222;
    white-space: nowrap
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent h2.postTitle a:hover {
    color: #dc0a8a
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent .tabs-post {
    font-size: 13px;
    margin: 5px 0 15px;
    color: #999;
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent .tabs-post .fa {
    margin-right: 5px
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent .tabs-post .time {
    display: inline-block;
    line-height: 10px;
    margin-left: 8px;
    padding-left: 10px;
    position: relative
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent .tabs-post .time:before {
    /* height: 8px; */height: 12px;
    width: 1px;
    background: #999;
    position: absolute;
    /* top: 2px; */top: 4px;
    left: -1px;
    content: "";
    display: inline-block
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent .desc {
    font-size: 14px;
    color: #444444;
    line-height: 22px;
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner.secditem1 .image-blog,
.cms-home-style-2.cms-index-index .latest-post-home .item-inner.secditem3 .image-blog {
    float: right
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner.secditem1 .postContent,
.cms-home-style-2.cms-index-index .latest-post-home .item-inner.secditem3 .postContent {
    float: left
}
.cms-home-style-2.cms-index-index .latest-post-home .item-inner.secditem1 .postContent:before,
.cms-home-style-2.cms-index-index .latest-post-home .item-inner.secditem3 .postContent:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #fff;
    right: -11px;
    left: auto
}
.cms-home-style-2.cms-index-index .latest-post-home .owl-controls .owl-nav {
    position: absolute;
    right: 0px;
    top: -65px;
    z-index: 9
}
@media (min-width: 768px) {
    .cms-home-style-2.cms-index-index .latest-post-home .owl-controls .owl-nav {
        display: none !important
    }
}
.cms-home-style-2.cms-index-index .latest-post-home .owl-controls .owl-nav > div {
    background: transparent;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0px !important;
    padding: 0px !important
}
.cms-home-style-2.cms-index-index .latest-post-home .owl-controls .owl-nav > div:before {
    color: #999999;
    line-height: 25px
}
.cms-home-style-2.cms-index-index .latest-post-home .owl-controls .owl-nav > div:hover {
    color: #dc0a8a;
    background: transparent
}
.cms-home-style-2.cms-index-index .latest-post-home .owl-controls .owl-nav > div:hover:before {
    color: #dc0a8a
}
.cms-home-style-2.cms-index-index .wrapper-brandsdivde .brand-slider {
    padding: 30px 15px;
    margin: 0
}
.cms-home-style-2.cms-index-index .wrapper-brandsdivde .brand-slider .owl-nav > div {
    background: transparent !important;
    position: absolute !important;
    margin: 0px !important;
    padding: 0px !important;
    top: 40%;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    height: 25px;
    line-height: 25px;
    width: 25px
}
.cms-home-style-2.cms-index-index .wrapper-brandsdivde .brand-slider .owl-nav > div:before {
    color: #999 !important;
    font-size: 25px !important;
    width: 25px;
    height: 25px;
    line-height: 25px
}
.cms-home-style-2.cms-index-index .wrapper-brandsdivde .brand-slider .owl-nav > div.owl-prev {
    left: 0px !important
}
@media (min-width: 1024px) {
    .cms-home-style-2.cms-index-index .wrapper-brandsdivde .brand-slider .owl-nav > div.owl-prev {
        left: -30px !important
    }
}
.cms-home-style-2.cms-index-index .wrapper-brandsdivde .brand-slider .owl-nav > div.owl-next {
    right: 0px !important
}
@media (min-width: 1024px) {
    .cms-home-style-2.cms-index-index .wrapper-brandsdivde .brand-slider .owl-nav > div.owl-next {
        right: -30px !important
    }
}
.cms-home-style-2.cms-index-index .wrapper-brandsdivde .brand-slider .owl-nav > div:hover {
    color: #dc0a8a;
    background: transparent
}
.cms-home-style-2.cms-index-index .wrapper-brandsdivde .brand-slider .owl-nav > div:hover:before {
    color: #dc0a8a
}
.cms-home-style-2.cms-index-index .wrapper-brandsdivde .brand-slider:hover .owl-nav > div {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}
@media (max-width: 991px) {
    .bs-items-gird {
        border-top: 1px solid #ededed
    }
    .latest-post-home .item-inner .image-blog,
    .latest-post-home .item-inner .postContent {
        width: 100% !important
    }
    .latest-post-home .item-inner .postContent:before {
        display: none
    }
}
.cms-home-style-3 .mr30 {
    margin-bottom: 30px
}
.cms-home-style-3 .sm-imageslider {
    margin-bottom: 55px
}
.cms-home-style-3 .sm-imageslider .item-info-slider {
    position: absolute;
    left: 0px;
    top: 160px;
    width: 100%
}
@media (min-width: 1500px) {
    .cms-home-style-3 .sm-imageslider .item-info-slider {
        top: 250px
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .cms-home-style-3 .sm-imageslider .item-info-slider {
        top: 90px
    }
}
@media (max-width: 991px) {
    .cms-home-style-3 .sm-imageslider .item-info-slider {
        top: 80px
    }
}
@media (max-width: 640px) {
    .cms-home-style-3 .sm-imageslider .item-info-slider {
        top: 30px
    }
}
@media (max-width: 480px) {
    .cms-home-style-3 .sm-imageslider .item-info-slider {
        display: none
    }
}
.cms-home-style-3 .sm-imageslider .item-info-slider .wrapper-infoslider {
    width: 90%;
    text-align: center;
    margin: 0 auto
}
@media (min-width: 1200px) {
    .cms-home-style-3 .sm-imageslider .item-info-slider .wrapper-infoslider {
        width: 50%
    }
}
.cms-home-style-3 .sm-imageslider .item-info-slider .item-title {
    font-size: 428%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold
}
@media (max-width: 991px) {
    .cms-home-style-3 .sm-imageslider .item-info-slider .item-title {
        font-size: 200%
    }
}
@media (max-width: 640px) {
    .cms-home-style-3 .sm-imageslider .item-info-slider .item-title {
        font-size: 14px;
    }
}
.cms-home-style-3 .sm-imageslider .item-info-slider .item-desc-inner {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 10px;
    line-height: 22px;
}
.cms-home-style-3 .sm-imageslider .item-info-slider .shop-now {
    background: #dc0a8a;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 115%;
    font-weight: normal;
    padding: 8px 25px 6px;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    margin: 30px auto
}
@media (max-width: 640px) {
    .cms-home-style-3 .sm-imageslider .item-info-slider .shop-now {
        font-size: 14px;
    }
}
.cms-home-style-3 .sm-imageslider .item-info-slider .shop-now:hover {
    background: #a82315
}
.cms-home-style-3 .sm-imageslider .owl-nav > div {
    background: rgba(0, 0, 0, 0.4) !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    font-size: 0px !important
}
.cms-home-style-3 .sm-imageslider .owl-nav > div:before {
    font-size: 24px;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important
}
.cms-home-style-3 .sm-imageslider .owl-nav > div.owl-prev {
    left: 0px
}
@media (min-width: 640px) {
    .cms-home-style-3 .sm-imageslider .owl-nav > div.owl-prev {
        left: 80px
    }
}
.cms-home-style-3 .sm-imageslider .owl-nav > div.owl-prev:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px
}
.cms-home-style-3 .sm-imageslider .owl-nav > div.owl-next {
    right: 0px
}
@media (min-width: 640px) {
    .cms-home-style-3 .sm-imageslider .owl-nav > div.owl-next {
        right: 80px
    }
}
.cms-home-style-3 .sm-imageslider .owl-nav > div.owl-next:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px
}
.cms-home-style-3 .sm-imageslider .owl-nav > div:hover {
    background: #dc0a8a
}
.cms-home-style-3 .sm-imageslider .owl-nav > div:hover:before {
    color: #fff;
    background: #dc0a8a
}
.cms-home-style-3 .sm-imageslider .owl-dots .owl-dot span {
    background: transparent !important;
    width: 12px;
    height: 12px;
    border: 2px solid #ededed !important
}
.cms-home-style-3 .sm-imageslider .owl-dots .owl-dot.active span,
.cms-home-style-3 .sm-imageslider .owl-dots .owl-dot:hover span {
    background: transparent !important;
    border-color: #dc0a8a !important
}
.cms-home-style-3 .sm-imageslider:hover .owl-nav > div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.cms-home-style-3 .static-home31 {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 100px
}
@media (max-width: 480px) {
    .cms-home-style-3 .static-home31 .col-xs-6,
    .cms-home-style-3 .static-home31 .col-xs-3 {
        width: 100%
    }
    .cms-home-style-3 .static-home31 .col-xs-6 img,
    .cms-home-style-3 .static-home31 .col-xs-3 img {
        width: 100%
    }
}
.cms-home-style-3 .button-home3 {
    background: transparent;
    border: 2px solid #222;
    color: #222222;
    display: block;
    font-size: 115%;
    font-weight: normal;
    padding: 11px 55px 9px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px auto;
    display: inline-block;
    font-weight: bold
}
.cms-home-style-3 .button-home3:hover {
    background: #dc0a8a;
    color: #fff;
    border-color: #dc0a8a
}
.cms-home-style-3 .block-title-home3 {
    text-align: center;
    margin-bottom: 38px
}
.cms-home-style-3 .block-title-home3 h2 {
    text-transform: uppercase;
    font-size: 185%;
    position: relative;
    color: #222222;
    display: inline-block
}
.cms-home-style-3 .block-title-home3 h2:before,
.cms-home-style-3 .block-title-home3 h2:after {
    position: absolute;
    top: 15px;
    content: "";
    height: 2px;
    width: 30px;
    background: #dc0a8a
}
.cms-home-style-3 .block-title-home3 h2:before {
    left: -50px
}
.cms-home-style-3 .block-title-home3 h2:after {
    right: -50px
}
.cms-home-style-3 .block-title-home3 strong,
.cms-home-style-3 .block-title-home3 span {
    font-weight: bold
}
.cms-home-style-3 .block-title-home3 p {
    color: #666;
    font-size: 14px;
}
.cms-home-style-3 .block-title-home3 .block1-content .row {
    margin-bottom: 10px
}
@media (min-width: 767px) {
    .cms-home-style-3 .wapper-deals {
        margin: 0 -80px;
        position: relative;
        padding-bottom: 175px
    }
    .cms-home-style-3 .wapper-deals .owl-nav {
        display: none
    }
    .cms-home-style-3 .wapper-deals:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 5px;
        left: 0%;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -webkit-transform-origin: left center 0;
        -moz-transform-origin: left center 0;
        -ms-transform-origin: left center 0;
        transform-origin: left center 0;
        z-index: -1
    }
}
@media (min-width: 767px) and (min-width: 1920px) {
    .cms-home-style-3 .wapper-deals:before {
        top: 30px
    }
}
.cms-home-style-3 .wapper-deals .deals-bottom .item-inner {
    margin-top: 30px !important
}
.cms-home-style-3 .wapper-deals .item-inner {
    padding: 0px !important;
    border: 0px !important
}
.cms-home-style-3 .wapper-deals .item-inner .product-image:after {
    background: rgba(0, 0, 0, 0.043) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}
.cms-home-style-3 .wapper-deals .item-inner .box-info .product-name {
    padding: 2px 0
}
.cms-home-style-3 .wapper-deals .deals-countdown {
    margin: 15px 0
}
@media (max-width: 991px) {
    .cms-home-style-3 .wapper-deals .deals-countdown {
        margin: 5px 0
    }
}
.cms-home-style-3 .wapper-deals .deals-countdown .deals-time {
    color: #dc0a8a;
    display: inline-block;
    border: 1px solid #dc0a8a;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 4px;
    padding: 6px 5px;
    line-height: 13px;
    min-width: 40px
}
@media (max-width: 1024px) {
    .cms-home-style-3 .wapper-deals .deals-countdown .deals-time {
        padding: 5px;
        margin: 0 2px
    }
}
.cms-home-style-3 .wapper-deals .deals-countdown .deals-time .num-time {
    font-size: 14px;
}
.cms-home-style-3 .wapper-deals .deals-countdown .deals-time .name-time {
    font-size: 10px;
    text-transform: capitalize
}
.cms-home-style-3 .wapper-deals .deals-countdown .deals-time.time-day {
    color: #fff;
    background: #dc0a8a
}
.cms-home-style-3 .wapper-deals .view-more {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0
}
.cms-home-style-3 .latest-post-home3 .title-post {
    text-align: center
}
.cms-home-style-3 .latest-post-home3 .title-post h2 {
    color: #222;
    font-size: 115%;
    font-family: 'colaborate-boldregular';
    margin-bottom: 30px;
    text-transform: uppercase;
    display: inline-block;
    position: relative
}
.cms-home-style-3 .latest-post-home3 .item {
    position: relative;
    display: inline-block;
    padding-top: 38px;
    float: left;
    width: 100%
}
.cms-home-style-3 .latest-post-home3 .item:before {
    background: #dc0a8a;
    content: "";
    display: inline-block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 9
}
@media (max-width: 480px) {
    .cms-home-style-3 .latest-post-home3 .item:before {
        display: none
    }
}
.cms-home-style-3 .latest-post-home3 .item-inner {
    margin-bottom: 0px;
    width: 100%;
    float: left;
    position: relative
}
.cms-home-style-3 .latest-post-home3 .item-inner.second {
    margin: 0px
}
.cms-home-style-3 .latest-post-home3 .item-inner.second .image-blog {
    float: right
}
.cms-home-style-3 .latest-post-home3 .item-inner.second .image-blog .img-link {
    max-height: 340px
}
.cms-home-style-3 .latest-post-home3 .item-inner.second .postContent {
    float: left;
    text-align: right !important
}
.cms-home-style-3 .latest-post-home3 .item-inner.second .postContent .postDate {
    right: -65px
}
@media (max-width: 480px) {
    .cms-home-style-3 .latest-post-home3 .item-inner.second .postContent {
        text-align: left !important
    }
}
.cms-home-style-3 .latest-post-home3 .image-blog {
    padding: 0px;
    width: 48%;
    float: left
}
@media (max-width: 480px) {
    .cms-home-style-3 .latest-post-home3 .image-blog {
        width: 100%
    }
}
.cms-home-style-3 .latest-post-home3 .postDate {
    background: #fff;
    font-size: 115%;
    height: 75px;
    left: 50%;
    margin-left: -38px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -38px;
    width: 75px;
    z-index: 99;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding-top: 18px;
    line-height: 20px;
    border: 1px solid #dc0a8a
}
.cms-home-style-3 .latest-post-home3 .postContent {
    padding: 60px 0;
    width: 48%;
    min-height: 175px;
    float: right
}
@media (max-width: 640px) {
    .cms-home-style-3 .latest-post-home3 .postContent {
        padding: 60px 0 0
    }
}
@media (max-width: 480px) {
    .cms-home-style-3 .latest-post-home3 .postContent {
        width: 100%
    }
}
.cms-home-style-3 .latest-post-home3 .postContent h2.postTitle {
    font-size: 158%;
    text-transform: capitalize
}
.cms-home-style-3 .latest-post-home3 .postContent h2.postTitle a {
    color: #222222
}
.cms-home-style-3 .latest-post-home3 .postContent h2.postTitle a:hover {
    color: #dc0a8a
}
.cms-home-style-3 .latest-post-home3 .postContent .use-cate {
    color: #999999;
    font-size: 86%;
    margin: 12px 0
}
.cms-home-style-3 .latest-post-home3 .postContent .use-cate .user {
    padding-right: 10px;
    margin-right: 15px;
    position: relative
}
.cms-home-style-3 .latest-post-home3 .postContent .use-cate .user:before {
    content: '\f007';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px
}
.cms-home-style-3 .latest-post-home3 .postContent .use-cate .user:after {
    height: 10px;
    width: 1px;
    content: "";
    display: inline-block;
    background: #999999;
    position: absolute;
    right: 0;
    top: 3px
}
.cms-home-style-3 .latest-post-home3 .postContent .use-cate .category a {
    color: #999999
}
.cms-home-style-3 .latest-post-home3 .postContent .use-cate .category a:hover {
    color: #dc0a8a
}
.cms-home-style-3 .latest-post-home3 .postContent .use-cate .category:before {
    content: '\f07c';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    margin-right: 3px
}
.cms-home-style-3 .latest-post-home3 .postContent .desc {
    font-size: 14px;
    color: #666666;
    line-height: 28px
}
.cms-home-style-3 .latest-post-home3 .owl-controls .owl-nav {
    position: absolute;
    right: 0px;
    top: -42px;
    z-index: 9
}
@media (min-width: 768px) {
    .cms-home-style-3 .latest-post-home3 .owl-controls .owl-nav {
        display: none !important
    }
}
@media (max-width: 480px) {
    .cms-home-style-3 .latest-post-home3 .owl-controls .owl-nav {
        right: 40%
    }
}
.cms-home-style-3 .latest-post-home3 .owl-controls .owl-nav > div {
    background: transparent;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0px !important;
    padding: 0px !important
}
.cms-home-style-3 .latest-post-home3 .owl-controls .owl-nav > div:before {
    color: #999999;
    line-height: 25px
}
.cms-home-style-3 .latest-post-home3 .owl-controls .owl-nav > div:hover {
    color: #dc0a8a;
    background: transparent
}
.cms-home-style-3 .latest-post-home3 .owl-controls .owl-nav > div:hover:before {
    color: #dc0a8a
}
.cms-home-style-3 .latest-post-home3 .view-more {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 40px;
    float: left
}
.cms-home-style-3 .full-top-block4 {
    background: #fff;
    text-align: center
}
.cms-home-style-3 .full-top-block4 .title-home h2 {
    font-size: 185%;
    color: #222222;
    text-transform: uppercase;
    font-family: 'colaborate-boldregular';
    margin: 6px 0
}
.cms-home-style-3 .block-subscribe {
    padding: 50px 0 60px;
    border-bottom: 1px solid #ededed;
    margin: 0px !important
}
.cms-home-style-3 .block-subscribe .block-content {
    width: 47%;
    margin: 0 auto
}
@media (max-width: 640px) {
    .cms-home-style-3 .block-subscribe .block-content {
        width: 100%
    }
}
.cms-home-style-3 .block-subscribe .block-content .desc {
    color: #666;
    line-height: 20px;
    margin-bottom: 35px
}
.cms-home-style-3 .block-subscribe .block-content .input-box {
    position: relative;
    margin: 0 auto
}
@media (min-width: 1360px) {
    .cms-home-style-3 .block-subscribe .block-content .input-box {
        width: 95%
    }
}
.cms-home-style-3 .block-subscribe .block-content .input-box input {
    padding-left: 20px;
    height: 50px;
    line-height: 30px;
    padding: 8px 86px 8px 20px;
    color: #999999 !important;
    border: 1px solid #ededed !important;
    font-size: 86%
}
.cms-home-style-3 .block-subscribe .block-content .input-box button {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.cms-home-style-3 .block-subscribe .block-content .input-box button:hover {
    background: #a82315
}
.cms-home-style-3 .wrapper-brandsdivde {
    padding: 45px 0
}
.cms-home-style-3 .wrapper-brandsdivde .brand-slider {
    max-height: 65px
}
.cms-home-style-3 .wrapper-brandsdivde .brand-slider .owl-nav > div {
    background: transparent !important;
    position: absolute !important;
    margin: 0px !important;
    padding: 0px !important;
    top: 22%;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}
.cms-home-style-3 .wrapper-brandsdivde .brand-slider .owl-nav > div:before {
    color: #999 !important;
    font-size: 22px !important
}
.cms-home-style-3 .wrapper-brandsdivde .brand-slider .owl-nav > div.owl-prev {
    left: 0px !important
}
@media (min-width: 992px) {
    .cms-home-style-3 .wrapper-brandsdivde .brand-slider .owl-nav > div.owl-prev {
        left: -40px !important
    }
}
.cms-home-style-3 .wrapper-brandsdivde .brand-slider .owl-nav > div.owl-next {
    right: 0px !important
}
@media (min-width: 992px) {
    .cms-home-style-3 .wrapper-brandsdivde .brand-slider .owl-nav > div.owl-next {
        right: -40px !important
    }
}
.cms-home-style-3 .wrapper-brandsdivde .brand-slider .owl-nav > div:hover {
    color: #dc0a8a;
    background: transparent
}
.cms-home-style-3 .wrapper-brandsdivde .brand-slider .owl-nav > div:hover:before {
    color: #dc0a8a !important
}
.cms-home-style-3 .wrapper-brandsdivde .brand-slider:hover .owl-nav > div {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}
.cms-home-style-4 {
    background: #fff
}
.home-style-4 .sm-imageslider {
    margin: 20px 0 40px
}
.home-style-4 .sm-imageslider .item-info-slider {
    position: absolute;
    left: 0px;
    top: 135px;
    width: 100%;
    text-align: center
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home-style-4 .sm-imageslider .item-info-slider {
        top: 60px
    }
}
@media (max-width: 991px) {
    .home-style-4 .sm-imageslider .item-info-slider {
        top: 40px
    }
}
@media (max-width: 480px) {
    .home-style-4 .sm-imageslider .item-info-slider {
        top: 0px
    }
}
.home-style-4 .sm-imageslider .item-info-slider .item-title {
    font-size: 143%;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold
}
.home-style-4 .sm-imageslider .item-info-slider .item-desc-inner {
    font-size: 428%;
    color: #fff;
    font-family: 'colaborate-boldregular';
    text-transform: capitalize
}
@media (max-width: 991px) {
    .home-style-4 .sm-imageslider .item-info-slider .item-desc-inner {
        font-size: 200%
    }
}
@media (max-width: 480px) {
    .home-style-4 .sm-imageslider .item-info-slider .item-desc-inner {
        font-size: 14px;
    }
}
.home-style-4 .sm-imageslider .item-info-slider .shop-now {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 115%;
    font-style: italic;
    font-family: 'colaborate-boldregular';
    padding: 5px 10px;
    text-align: center;
    width: 120px;
    margin: 25px auto 0
}
@media (max-width: 480px) {
    .home-style-4 .sm-imageslider .item-info-slider .shop-now {
        margin: 5px auto 0
    }
}
.home-style-4 .sm-imageslider .item-info-slider .shop-now:hover {
    background: #dc0a8a;
    color: #fff;
    border-color: #dc0a8a
}
.home-style-4 .sm-imageslider .owl-nav > div {
    background: transparent;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    font-size: 0px !important
}
.home-style-4 .sm-imageslider .owl-nav > div:before {
    font-size: 24px
}
.home-style-4 .sm-imageslider .owl-nav > div.owl-prev {
    left: 15px !important
}
.home-style-4 .sm-imageslider .owl-nav > div.owl-prev:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px
}
.home-style-4 .sm-imageslider .owl-nav > div.owl-next {
    right: 15px !important
}
.home-style-4 .sm-imageslider .owl-nav > div.owl-next:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px
}
.home-style-4 .sm-imageslider .owl-nav > div:hover {
    background: #dc0a8a
}
.home-style-4 .sm-imageslider .owl-nav > div:hover:before {
    color: #fff
}
.home-style-4 .sm-imageslider .owl-dots .owl-dot span {
    background: transparent !important;
    width: 12px;
    height: 12px;
    border: 2px solid #ededed !important
}
.home-style-4 .sm-imageslider:hover .owl-nav > div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.home-style-4 .policy-shop4 {
    background: url('../images/bg-policy4.png');
    padding: 40px 25px;
    display: block;
    margin-bottom: 30px;
    border: 4px solid #e1e3d8;
    border-image: repeating-linear-gradient(-45deg, #e1e3d8, #e1e3d8 2px, #f7f4ef 2px, #f7f4ef 7px) 10
}
.home-style-4 .policy-shop4 .col-sm-4 {
    text-align: center
}
.home-style-4 .policy-shop4 .col-sm-4 h2 {
    font-size: 115%;
    font-family: 'colaborate-boldregular';
    color: #222;
    text-transform: uppercase;
    margin: 8px 0
}
.home-style-4 .policy-shop4 .col-sm-4 p {
    color: #666;
    font-size: 86%
}
.home-style-4 .sm-listing-tabs {
    text-align: center;
    margin-bottom: 20px
}
.home-style-4 .sm-listing-tabs .tab-listing-title {
    text-align: center;
    color: #222;
    font-family: 'colaborate-boldregular';
    text-transform: uppercase;
    font-size: 185%;
    margin: 0px;
    position: relative;
    padding: 0 15px;
    display: inline-block
}
.home-style-4 .sm-listing-tabs .tab-listing-title:before,
.home-style-4 .sm-listing-tabs .tab-listing-title:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 30px;
    background: #dc0a8a;
    position: absolute;
    top: 18px
}
.home-style-4 .sm-listing-tabs .tab-listing-title:before {
    left: -40px
}
.home-style-4 .sm-listing-tabs .tab-listing-title:after {
    right: -40px
}
.home-style-4 .sm-listing-tabs .ltabs-tabs-container {
    display: table;
    margin: 20px auto
}
.home-style-4 .sm-listing-tabs .ltabs-tabs-container ul {
    margin: 0 !important;
    border: 0px !important;
    padding: 0px !important
}
.home-style-4 .sm-listing-tabs .ltabs-tabs-container ul li {
    border-right: 0px;
    color: #222;
    background: #f7f3eb;
    cursor: pointer;
    display: inline-block;
    font-size: 86%;
    line-height: 15px;
    padding: 7px 15px 4px;
    margin: 0 4px;
    text-transform: uppercase
}
.home-style-4 .sm-listing-tabs .ltabs-tabs-container ul li span {
    display: block
}
.home-style-4 .sm-listing-tabs .ltabs-tabs-container ul li.tab-sel,
.home-style-4 .sm-listing-tabs .ltabs-tabs-container ul li:hover {
    background: #dc0a8a;
    color: #fff
}
.home-style-4 .sm-listing-tabs .ltabs-items-container {
    position: relative
}
.home-style-4 .sm-listing-tabs .ltabs-items-container .item .item-inner {
    border: 0px !important;
    padding: 0 !important
}
.home-style-4 .sm-listing-tabs .ltabs-items-container .item .item-inner .product-image {
    z-index: 0
}
.home-style-4 .sm-listing-tabs .ltabs-items-container .item .item-inner .product-image:after {
    background: rgba(0, 0, 0, 0.043);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    content: ""
}
.home-style-4 .sm-listing-tabs .ltabs-items-container .item .item-inner .price-box .price {
    color: #222 !important
}
.home-style-4 .sm-listing-tabs .ltabs-items-container .owl-controls .owl-nav > div {
    background: rgba(0, 0, 0, 0.6) !important;
    margin: 0px !important;
    padding: 0px !important;
    top: 35%;
    position: absolute !important;
    z-index: 9;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s
}
.home-style-4 .sm-listing-tabs .ltabs-items-container .owl-controls .owl-nav > div.owl-prev {
    left: -10px
}
.home-style-4 .sm-listing-tabs .ltabs-items-container .owl-controls .owl-nav > div.owl-next {
    right: -10px
}
.home-style-4 .sm-listing-tabs .ltabs-items-container .owl-controls .owl-nav > div:before {
    color: #fff;
    font-size: 24px !important
}
.home-style-4 .sm-listing-tabs .ltabs-items-container .owl-controls .owl-nav > div:hover {
    color: #fff !important;
    background: #dc0a8a !important
}
.home-style-4 .sm-listing-tabs .ltabs-items-container .owl-controls .owl-nav > div:hover:before {
    color: #fff !important
}
.home-style-4 .sm-listing-tabs .ltabs-items-container:hover .owl-controls .owl-nav > div {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.home-style-4 .block-slider-basic-product {
    margin-bottom: 40px;
    clear: both
}
.home-style-4 .block-slider-basic-product .basicproducts_title_text {
    text-transform: uppercase;
    position: relative;
    color: #222222;
    font-size: 185%;
    font-family: 'colaborate-boldregular';
    margin-bottom: 20px;
    display: inline-block
}
@media (max-width: 480px) {
    .home-style-4 .block-slider-basic-product .basicproducts_title_text {
        font-size: 150%
    }
}
.home-style-4 .block-slider-basic-product .basicproducts_title_text:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 30px;
    background: #dc0a8a;
    position: absolute;
    top: 18px;
    right: -50px
}
@media (max-width: 480px) {
    .home-style-4 .block-slider-basic-product .basicproducts_title_text:after {
        display: none
    }
}
.home-style-4 .block-slider-basic-product .sm-basic-products {
    border: 1px solid #ededed
}
.home-style-4 .block-slider-basic-product .sm-basic-products .row-item {
    border-right: 1px solid #ededed;
    margin-right: -1px
}
.home-style-4 .block-slider-basic-product .sm-basic-products .row-item .item:first-child {
    border-bottom: 1px solid #ededed
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner {
    border: 0px !important;
    padding: 20px 5px 20px 20px !important;
    float: left;
    width: 100%
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner:hover .box-image .sm_quickview_handler {
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .box-image {
    float: left
}
@media (min-width: 1024px) {
    .home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .box-image {
        max-width: 195px
    }
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .box-image .product-image:after {
    background: rgba(0, 0, 0, 0.043);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    content: ""
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action {
    border: none;
    display: inline-block !important;
    margin: 0 5px 0 0px;
    text-align: center;
    color: #666666;
    vertical-align: top;
    border: 1px solid #ededed;
    background: transparent !important
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action:hover {
    background-color: #dc0a8a;
    border-color: #dc0a8a;
    color: #fff;
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action:hover:before {
    color: #fff !important
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action.btn-cart {
    background: transparent;
    padding: 0 10px;
    height: 35px;
    font-weight: normal;
    text-transform: uppercase
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action.btn-cart:hover {
    background-color: #dc0a8a
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action.btn-cart:before {
    content: '\f07a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: #999999;
    margin-right: 4px;
    font-size: 18px
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action.btn-cart span {
    display: inline-block !important
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action.link-compare {
    width: 35px;
    height: 35px;
    line-height: 35px
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action.link-compare:before {
    content: '\f074';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action.link-wishlist {
    width: 35px;
    height: 35px;
    line-height: 35px
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action.link-wishlist:before {
    content: '\f08a';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action.sm_quickview_handler {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -18px !important;
    z-index: 9;
    color: #fff;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action.sm_quickview_handler:before {
    content: '\f06e';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .btn-action span {
    display: none
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .box-info {
    margin-left: 230px;
    text-align: left !important;
    padding-top: 25px
}
@media (min-width: 992px) and (max-width: 1024px) {
    .home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .box-info {
        margin-left: 208px
    }
}
@media (max-width: 991px) {
    .home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .box-info {
        margin-left: 0px;
        float: left;
        width: 100%
    }
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .box-info .product-name {
    margin: 0 0 5px
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .box-info .price-box .price {
    color: #222 !important
}
.home-style-4 .block-slider-basic-product .sm-basic-products .item-inner .box-info .bottom-action {
    margin-top: 20px
}
.home-style-4 .block-slider-basic-product .sm-basic-products .owl-nav {
    position: absolute !important;
    right: -5px;
    top: -72px
}
.home-style-4 .block-slider-basic-product .sm-basic-products .owl-nav > div {
    background: #7a7a7a !important;
    height: 40px
}
.home-style-4 .block-slider-basic-product .sm-basic-products .owl-nav > div:before {
    font-size: 25px !important;
    font-weight: normal;
    color: #fff !important
}
.home-style-4 .block-slider-basic-product .sm-basic-products .owl-nav > div:hover {
    background: #dc0a8a !important;
    color: #fff !important
}
.home-style-4 .wrapper-banner4 {
    float: left;
    width: 100%;
    margin-bottom: 40px
}
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4 {
    padding: 0px
}
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4 .banner4 {
    position: relative;
    padding: 0px;
    display: block;
    cursor: pointer;
    max-width: 390px
}
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4 .banner4:before {
    width: 100%;
    height: 100%;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7)
}
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4 .banner4 .content-bn {
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    z-index: 1;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
@media (max-width: 1024px) {
    .home-style-4 .wrapper-banner4 .banner-home4.col-sm-4 .banner4 .content-bn {
        top: 30%
    }
}
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4 .banner4 .content-bn h3 {
    font-size: 115%;
    text-transform: capitalize
}
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4 .banner4 .content-bn h2 {
    font-size: 185%;
    text-transform: uppercase;
    font-family: 'colaborate-boldregular';
    margin: 3px 0 30px
}
@media (max-width: 1024px) {
    .home-style-4 .wrapper-banner4 .banner-home4.col-sm-4 .banner4 .content-bn h2 {
        font-size: 125%
    }
}
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4 .banner4 .content-bn a.shop-now {
    font-size: 14px;
    font-family: 'colaborate-boldregular';
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px 25px 5px;
    height: 36px;
    line-height: 36px;
    color: #fff;
}
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4 .banner4 .content-bn a.shop-now:hover {
    background: #dc0a8a;
    border-color: #dc0a8a
}
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4.active .banner4:before,
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4:hover .banner4:before {
    background: rgba(0, 0, 0, 0.2)
}
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4.active .banner4 .content-bn,
.home-style-4 .wrapper-banner4 .banner-home4.col-sm-4:hover .banner4 .content-bn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.home-style-4 .testimonials-home {
    background: url('../images/testimonial.jpg') no-repeat top center;
    padding-top: 35px;
    margin-bottom: 30px;
    position: relative;
    min-height: 230px;
    clear: both;
}
@media (max-width: 360px) {
    .home-style-4 .testimonials-home {
        padding-top: 10px
    }
}
.home-style-4 .testimonials-home .margin-slider {
    overflow: hidden;
    margin: 0 auto
}
.home-style-4 .testimonials-home .margin-slider .owl-carousel .owl-stage-outer {
    overflow: visible !important
}
.home-style-4 .testimonials-home .navslider {
    z-index: 99
}
.home-style-4 .testimonials-home .navslider > a {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 99;
    margin: 0
}
.home-style-4 .testimonials-home .navslider > a i {
    display: none
}
.home-style-4 .testimonials-home .navslider > a.prev {
    left: 50%;
    margin-left: -120px;
    top: 50px
}
.home-style-4 .testimonials-home .navslider > a.next {
    right: 50%;
    margin-right: -120px;
    top: 50px
}
.home-style-4 .testimonials-home .navslider > a:before {
    font-size: 0px
}
.home-style-4 .testimonials-home .testimonials-slider {
    max-width: 240px;
    margin: 0 auto
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item {
    min-height: auto;
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .client-child {
    text-align: center
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .image-client {
    display: inline-block;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    width: 80px !important;
    height: 80px !important
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .image-client img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0px auto;
    border: 2px solid transparent
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment {
    color: #fff;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0 -450px;
    text-align: center
}
@media (min-width: 768px) and (max-width: 1024px) {
    .home-style-4 .testimonials-home .testimonials-slider .owl-item .comment {
        margin: 0 -320px !important
    }
}
@media (max-width: 640px) {
    .home-style-4 .testimonials-home .testimonials-slider .owl-item .comment {
        margin: 0 -220px !important
    }
}
@media (max-width: 480px) {
    .home-style-4 .testimonials-home .testimonials-slider .owl-item .comment {
        font-size: 14px;
        margin: 0 -110px !important
    }
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .client-name {
    font-size: 15px;
    font-family: 'colaborate-boldregular';
    margin-top: 6px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
@media (max-width: 480px) {
    .home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .client-name {
        margin-top: 5px
    }
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .client-name:before,
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .client-name:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    top: 10px;
    background: #fff
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .client-name:before {
    left: -40px
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .client-name:after {
    right: -40px
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .client-job {
    color: #fff;
    font-size: 13px;
	/* font-family: 'colaborate-boldregular'; */
    margin: 6px 0 15px;
}
@media (max-width: 480px) {
    .home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .client-job {
        margin: 5px 0
    }
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .content {
    color: #fff;
    font-style: normal;
    font-size: 16px;
	line-height: 18px;
	font-family: 'colaborate-boldregular';
    margin-bottom: 20px;	
}
@media (max-width: 640px) {
    .home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .content {
        font-size: 11px
    }
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .content:before,
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .content:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 20px;
    //background: url('../images/brackets1.png')
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .content:before {
    background-position: 0px 0px
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .content:after {
    background-position: 0px 22px
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item.active .image-client {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item.active .image-client {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item.active.center .image-client {
    position: relative;
    z-index: 999;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background: transparent !important
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item.active.center .image-client img {
    width: 80px !important;
    height: 80px !important;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #dc0a8a
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item.active.center .comment {
    display: block !important;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    margin: 0 -450px;
    text-align: center
}
.home-style-4 .testimonials-home .testimonials-slider .owl-item.active.center .comment .content {
    width: 100% !important;
    margin: 0 auto !important
}
.home-style-4 .testimonials-home .owl-dots .owl-dot span {
    background: transparent !important;
    border: 2px solid #fff
}
.home-style-4 .wrapper-slider-blog45 .owl-nav {
    position: absolute !important;
    right: -3px;
    top: -74px;
    height: 40px
}
.home-style-4 .wrapper-slider-blog45 .owl-nav > div {
    background: #7a7a7a !important;
    padding: 0px;
    margin: 0 5px
}
.home-style-4 .wrapper-slider-blog45 .owl-nav > div:before {
    font-size: 26px !important;
    font-weight: normal;
    color: #fff !important
}
.home-style-4 .wrapper-slider-blog45 .owl-nav > div:hover {
    background: #dc0a8a !important
}
.home-style-4 .wrapper-slider-blog45 .owl-nav > div:hover:before {
    color: #fff !important
}
.home-style-4 .wrapper-brandsdivde .brand-slider4 {
    background: url('../images/bg-brand.jpg') repeat-x top center;
    padding: 40px 0px;
    margin: 0px
}
@media (max-width: 480px) {
    .home-style-4 .wrapper-brandsdivde .brand-slider4 {
        padding: 30px 15px
    }
}
.home-style-4 .wrapper-brandsdivde .brand-slider4 .owl-nav > div {
    background: transparent !important;
    position: absolute !important;
    margin: 0px !important;
    padding: 0px !important;
    top: 38%;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    width: 25px;
    height: 25px;
    line-height: 25px
}
.home-style-4 .wrapper-brandsdivde .brand-slider4 .owl-nav > div:before {
    color: #999 !important;
    font-size: 25px !important;
    width: 25px;
    height: 25px;
    line-height: 25px
}
.home-style-4 .wrapper-brandsdivde .brand-slider4 .owl-nav > div.owl-prev {
    left: 0px !important
}
@media (min-width: 1024px) {
    .home-style-4 .wrapper-brandsdivde .brand-slider4 .owl-nav > div.owl-prev {
        left: -30px !important
    }
}
.home-style-4 .wrapper-brandsdivde .brand-slider4 .owl-nav > div.owl-next {
    right: 0px !important
}
@media (min-width: 1024px) {
    .home-style-4 .wrapper-brandsdivde .brand-slider4 .owl-nav > div.owl-next {
        right: -30px !important
    }
}
.home-style-4 .wrapper-brandsdivde .brand-slider4 .owl-nav > div:hover {
    color: #dc0a8a;
    background: transparent
}
.home-style-4 .wrapper-brandsdivde .brand-slider4 .owl-nav > div:hover:before {
    color: #dc0a8a !important
}
.home-style-4 .wrapper-brandsdivde .brand-slider4:hover .owl-nav > div {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}
.wrapper-slider-blog45 .title-home-blog h2 {
    text-transform: uppercase;
    position: relative;
    color: #222222;
    font-size: 185%;
    font-family: 'colaborate-boldregular';
    margin-bottom: 30px;
    display: inline-block
}
@media (max-width: 480px) {
    .wrapper-slider-blog45 .title-home-blog h2 {
        font-size: 150%
    }
}
.wrapper-slider-blog45 .title-home-blog h2:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 30px;
    background: #dc0a8a;
    position: absolute;
    top: 18px;
    right: -50px
}
@media (max-width: 480px) {
    .wrapper-slider-blog45 .title-home-blog h2:after {
        display: none
    }
}
.wrapper-slider-blog45 .slider-blog4 .item-inner {
    padding-left: 20px
}
.wrapper-slider-blog45 .slider-blog4 .item-inner .image-blog {
    position: relative
}
.wrapper-slider-blog45 .slider-blog4 .item-inner .image-blog .banner-img {
    max-height: 260px;
    overflow: hidden
}
.wrapper-slider-blog45 .slider-blog4 .item-inner .image-blog .postDate {
    position: absolute;
    bottom: 20px;
    left: -20px;
    font-size: 85%;
    color: #fff;
    z-index: 9;
    background: #dc0a8a;
    padding: 8px 15px
}
.wrapper-slider-blog45 .slider-blog4 .item-inner .postContent {
    background: #fff;
    padding: 20px 0;
    position: relative;
    min-height: 175px
}
.wrapper-slider-blog45 .slider-blog4 .item-inner .postContent:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #fff transparent transparent;
    left: -11px;
    position: absolute;
    top: 45%;
    content: "";
    display: inline-block
}
.wrapper-slider-blog45 .slider-blog4 .item-inner .postContent h2.postTitle {
    font-size: 14px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wrapper-slider-blog45 .slider-blog4 .item-inner .postContent .tabs-post {
    font-size: 86%;
    margin: 12px 0;
    color: #999
}
@media (min-width: 768px) and (max-width: 992px) {
    .wrapper-slider-blog45 .slider-blog4 .item-inner .postContent .tabs-post {
        font-size: 75%
    }
}
.wrapper-slider-blog45 .slider-blog4 .item-inner .postContent .tabs-post .time {
    display: inline-block;
    line-height: 10px;
    margin-left: 8px;
    padding-left: 10px;
    position: relative
}
.wrapper-slider-blog45 .slider-blog4 .item-inner .postContent .tabs-post .time:before {
    height: 8px;
    width: 1px;
    background: #999;
    position: absolute;
    top: 2px;
    left: -1px;
    content: "";
    display: inline-block
}
.wrapper-slider-blog45 .slider-blog4 .item-inner .postContent .desc {
    font-size: 86%;
    color: #444444
}
.cms-home-style-5.cms-index-index {
    background: #fff
}
.cms-home-style-5.cms-index-index .item-inner a.product-image:after {
    background: rgba(0, 0, 0, 0.043);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    content: ""
}
.cms-home-style-5 .owl-nav > div {
    background: url('../images/nav-layout5.png') no-repeat transparent !important;
    width: 30px !important;
    height: 20px !important;
    margin: 0px 5px !important
}
.cms-home-style-5 .owl-nav > div:before {
    display: none !important
}
.cms-home-style-5 .owl-nav > div.owl-prev {
    background-position: 0px -117px !important
}
.cms-home-style-5 .owl-nav > div.owl-prev:hover {
    background-position: 0px -78px !important
}
.cms-home-style-5 .owl-nav > div.owl-next {
    background-position: 0px 0px !important
}
.cms-home-style-5 .owl-nav > div.owl-next:hover {
    background-position: 0px -39px !important
}
.cms-home-style-5 .sm-imageslider {
    margin-bottom: -1px
}
.cms-home-style-5 .sm-imageslider .owl-dots {
    bottom: 35px !important;
    margin-left: -50px;
    width: 100px !important;
    left: 50%
}
@media (max-width: 480px) {
    .cms-home-style-5 .sm-imageslider .owl-dots {
        bottom: 5px !important
    }
}
.cms-home-style-5 .sm-imageslider .owl-dots .owl-dot span {
    background: transparent !important;
    border: 2px solid #222 !important
}
.cms-home-style-5 .sm-imageslider .owl-dots .owl-dot.active span,
.cms-home-style-5 .sm-imageslider .owl-dots .owl-dot:hover span {
    background: transparent !important;
    border-color: #dc0a8a !important
}
.cms-home-style-5 .sm-imageslider .owl-nav {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center
}
@media (max-width: 480px) {
    .cms-home-style-5 .sm-imageslider .owl-nav {
        bottom: 0px
    }
}
.cms-home-style-5 .sm-imageslider .owl-nav > div {
    margin: 0px 45px !important;
    position: static !important
}
.cms-home-style-5 .category-img {
    margin: 0px
}
.cms-home-style-5 .category-img .col-sm-3 {
    padding: 0px
}
@media (max-width: 480px) {
    .cms-home-style-5 .category-img .col-sm-3 {
        width: 100% !important
    }
}
.cms-home-style-5 .category-img .col-sm-3 .box-img {
    display: block;
    position: relative
}
.cms-home-style-5 .category-img .col-sm-3 .box-img h2 {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s
}
.cms-home-style-5 .category-img .col-sm-3 h2 {
    color: #fff;
    font-size: 185%;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-family: 'colaborate-boldregular';
    padding: 10px 10px 8px
}
@media (min-width: 767px) and (max-width: 991px) {
    .cms-home-style-5 .category-img .col-sm-3 h2 {
        font-size: 14px;
    }
}
.cms-home-style-5 .category-img .col-sm-3 .conten-cat {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 9;
    padding: 85px 0 0;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s
}
@media (min-width: 1920px) {
    .cms-home-style-5 .category-img .col-sm-3 .conten-cat {
        padding: 35% 0 0
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .cms-home-style-5 .category-img .col-sm-3 .conten-cat {
        padding: 20px 0 0
    }
}
.cms-home-style-5 .category-img .col-sm-3 .conten-cat h3 {
    font-size: 115%;
    text-transform: uppercase;
    margin-bottom: 10px
}
@media (min-width: 767px) and (max-width: 991px) {
    .cms-home-style-5 .category-img .col-sm-3 .conten-cat h3 {
        font-size: 14px;
    }
}
.cms-home-style-5 .category-img .col-sm-3 .conten-cat .button-cate {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: 'colaborate-boldregular';
    height: 38px;
    line-height: 38px;
    padding: 0 28px;
    margin-top: 15px
}
.cms-home-style-5 .category-img .col-sm-3 .conten-cat .button-cate:hover {
    background: #dc0a8a;
    border-color: #dc0a8a
}
.cms-home-style-5 .category-img .col-sm-3:hover .conten-cat {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.cms-home-style-5 .category-img .col-sm-3:hover .box-img h2 {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}
.cms-home-style-5 .wrapper-fulltop-conent .row {
    margin: 0px !important
}
.cms-home-style-5 .wrapper-fulltop-conent .row .col-md-6 {
    padding: 0px !important
}
.cms-home-style-5 .basicproducts_title_text {
    display: inline-block;
    font-size: 185%;
    text-transform: uppercase;
    font-family: 'colaborate-boldregular';
    position: relative;
    color: #222222;
    margin: 25px 0 15px
}
@media (min-width: 1400px) {
    .cms-home-style-5 .basicproducts_title_text {
        margin: 42px 0 25px
    }
}
@media (max-width: 480px) {
    .cms-home-style-5 .basicproducts_title_text {
        font-size: 115%
    }
}
.cms-home-style-5 .basicproducts_title_text:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 30px;
    background: #dc0a8a;
    position: absolute;
    top: 18px;
    right: -50px
}
@media (max-width: 480px) {
    .cms-home-style-5 .basicproducts_title_text:after {
        display: none
    }
}
.cms-home-style-5 .block-slider-basic-product {
    padding: 0 35px
}
.cms-home-style-5 .block-slider-basic-product .products-grid .item-inner {
    padding: 0px !important;
    border: 0px
}
@media (min-width: 1400px) {
    .cms-home-style-5 .block-slider-basic-product .products-grid .item-inner .box-info .product-name {
        padding: 8px 0 15px
    }
}
.cms-home-style-5 .block-slider-basic-product .owl-nav {
    position: absolute;
    right: 0;
    top: -55px;
    width: 90px
}
@media (max-width: 480px) {
    .cms-home-style-5 .block-slider-basic-product .owl-nav {
        top: -40px
    }
}
.cms-home-style-5 .sm-listing-tabs {
    padding: 40px
}
@media (max-width: 480px) {
    .cms-home-style-5 .sm-listing-tabs {
        padding: 40px 10px
    }
}
.cms-home-style-5 .sm-listing-tabs .tab-listing-title {
    display: inline-block;
    font-size: 185%;
    text-transform: uppercase;
    font-family: 'colaborate-boldregular';
    position: relative;
    color: #222222;
    margin: 0px 0 20px
}
.cms-home-style-5 .sm-listing-tabs .tab-listing-title:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 30px;
    background: #dc0a8a;
    position: absolute;
    top: 18px;
    right: -50px
}
.cms-home-style-5 .sm-listing-tabs .ltabs-tabs-container {
    float: left;
    width: 24%;
    border: 1px solid #ededed;
    padding-bottom: 30px
}
@media (min-width: 1600px) {
    .cms-home-style-5 .sm-listing-tabs .ltabs-tabs-container {
        width: 20%;
        min-height: 340px;
        padding-bottom: 70px
    }
}
@media (min-width: 767px) and (max-width: 900px) {
    .cms-home-style-5 .sm-listing-tabs .ltabs-tabs-container {
        width: 30%;
        padding-bottom: 30px
    }
}
@media (max-width: 765px) {
    .cms-home-style-5 .sm-listing-tabs .ltabs-tabs-container {
        width: 100%;
        float: none;
        border: 0px;
        margin-bottom: 20px;
        padding-bottom: 0px !important;
        text-align: left
    }
}
.cms-home-style-5 .sm-listing-tabs .ltabs-tabs-container ul {
    border: 0px !important
}
.cms-home-style-5 .sm-listing-tabs .ltabs-tabs-container li.ltabs-tab {
    border-bottom: 1px solid #ededed;
    padding: 13px 20px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #222;
}
.cms-home-style-5 .sm-listing-tabs .ltabs-tabs-container li.ltabs-tab span {
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
}
.cms-home-style-5 .sm-listing-tabs .ltabs-tabs-container li.ltabs-tab:hover,
.cms-home-style-5 .sm-listing-tabs .ltabs-tabs-container li.ltabs-tab.tab-sel {
    background: #dc0a8a;
    border-color: #dc0a8a;
    outline: 1px solid #dc0a8a
}
.cms-home-style-5 .sm-listing-tabs .ltabs-tabs-container li.ltabs-tab:hover span,
.cms-home-style-5 .sm-listing-tabs .ltabs-tabs-container li.ltabs-tab.tab-sel span {
    color: #fff
}
.cms-home-style-5 .sm-listing-tabs .ltabs-items-container {
    margin-left: 350px !important
}
.cms-home-style-5 .sm-listing-tabs .ltabs-items-container .item-inner {
    padding: 0px !important
}
@media (min-width: 1600px) {
    .cms-home-style-5 .sm-listing-tabs .ltabs-items-container {
        margin-left: 400px !important
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .cms-home-style-5 .sm-listing-tabs .ltabs-items-container {
        margin-left: 260px !important
    }
}
@media (min-width: 767px) and (max-width: 900px) {
    .cms-home-style-5 .sm-listing-tabs .ltabs-items-container {
        margin-left: 230px !important
    }
}
@media (max-width: 765px) {
    .cms-home-style-5 .sm-listing-tabs .ltabs-items-container {
        margin: 0px !important
    }
}
.cms-home-style-5 .sm-listing-tabs .ltabs-items-container .item-inner {
    border: 0px !important
}
.cms-home-style-5 .sm-listing-tabs .owl-nav {
    position: absolute;
    right: 0;
    top: -55px;
    width: 90px
}
.cms-home-style-5 .testimonials-home {
    background: url('../images/bg-tesminal5.jpg') no-repeat top center;
    padding-top: 35px;
    margin-bottom: 50px;
    position: relative;
    min-height: 335px
}
@media (max-width: 360px) {
    .cms-home-style-5 .testimonials-home {
        padding-top: 10px
    }
}
.cms-home-style-5 .testimonials-home .margin-slider {
    overflow: hidden;
    margin: 0 auto
}
.cms-home-style-5 .testimonials-home .margin-slider .owl-carousel .owl-stage-outer {
    overflow: visible !important
}
.cms-home-style-5 .testimonials-home .navslider {
    z-index: 99
}
.cms-home-style-5 .testimonials-home .navslider > a {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 99;
    margin: 0
}
.cms-home-style-5 .testimonials-home .navslider > a i {
    display: none
}
.cms-home-style-5 .testimonials-home .navslider > a.prev {
    left: 50%;
    margin-left: -120px;
    top: 50px
}
.cms-home-style-5 .testimonials-home .navslider > a.next {
    right: 50%;
    margin-right: -120px;
    top: 50px
}
.cms-home-style-5 .testimonials-home .navslider > a:before {
    font-size: 0px
}
.cms-home-style-5 .testimonials-home .testimonials-slider {
    max-width: 240px;
    margin: 0 auto
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item {
    min-height: 230px
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .client-child {
    text-align: center
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .image-client {
    display: inline-block;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    width: 80px !important;
    height: 80px !important
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .image-client img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0px auto;
    border: 2px solid transparent
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment {
    color: #fff;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0 -450px;
    text-align: center
}
@media (min-width: 768px) and (max-width: 1024px) {
    .cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment {
        margin: 0 -320px !important
    }
}
@media (max-width: 640px) {
    .cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment {
        margin: 0 -220px !important
    }
}
@media (max-width: 360px) {
    .cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment {
        font-size: 14px;
        margin: 0 -130px !important;
    }
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .client-name {
    font-size: 14px;
    font-family: 'colaborate-boldregular';
    margin-top: 10px;
    text-transform: uppercase;
    display: inline-block;
    position: relative
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .client-name:before,
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .client-name:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 20px;
    position: absolute;
    top: 10px;
    background: #fff
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .client-name:before {
    left: -40px
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .client-name:after {
    right: -40px
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .client-job {
    color: #fff;
    font-size: 12px;
    margin: 5px 0 15px
}
@media (max-width: 360px) {
    .cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .client-job {
        margin: 5px 0
    }
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .content {
    color: #fff;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 20px
}
@media (max-width: 640px) {
    .cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .content {
        font-size: 11px
    }
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .content:before,
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .content:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 20px;
    //background: url('../images/brackets1.png')
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .content:before {
    background-position: 0px 0px
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item .comment .content:after {
    background-position: 0px 22px
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item.active .image-client {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item.active .image-client {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item.active.center .image-client {
    position: relative;
    z-index: 999;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background: transparent !important
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item.active.center .image-client img {
    width: 80px !important;
    height: 80px !important;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #dc0a8a
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item.active.center .comment {
    display: block !important;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    margin: 0 -450px;
    text-align: center
}
.cms-home-style-5 .testimonials-home .testimonials-slider .owl-item.active.center .comment .content {
    width: 100% !important;
    margin: 0 auto !important
}
.cms-home-style-5 .testimonials-home .owl-dots .owl-dot span {
    background: transparent !important;
    border: 2px solid #fff
}
.cms-home-style-5 .testimonials-home .owl-dots .owl-dot.active span,
.cms-home-style-5 .testimonials-home .owl-dots .owl-dot:hover span {
    border-color: #dc0a8a !important
}
.cms-home-style-5 .wrapper-slider-blog45 {
    padding: 0 40px
}
@media (max-width: 480px) {
    .cms-home-style-5 .wrapper-slider-blog45 {
        padding: 0 10px
    }
}
.cms-home-style-5 .wrapper-slider-blog45 .owl-nav {
    position: absolute !important;
    right: -3px;
    top: -55px;
    height: 40px
}
.cms-home-style-5 .wrapper-slider-blog45 .owl-nav > div {
    background-color: transparent !important
}
.cms-home-style-5 .wrapper-slider-blog45 .owl-nav > div:hover {
    background-color: transparent !important
}
.cms-home-style-5 .full-top-block4 > .container {
    width: auto !important
}
.cms-home-style-5 .block-subscribe {
    background: url('../images/bg-brand.jpg') repeat-x top center;
    padding: 50px 0;
    text-align: center;
    margin: 0px 40px !important
}
@media (max-width: 480px) {
    .cms-home-style-5 .block-subscribe {
        margin: 0 10px !important
    }
}
.cms-home-style-5 .block-subscribe .title-home h2 {
    font-size: 185%;
    color: #222222;
    text-transform: uppercase;
    font-family: 'colaborate-boldregular';
    margin: 6px 0
}
.cms-home-style-5 .block-subscribe .block-content {
    width: 47%;
    margin: 0 auto
}
@media (max-width: 640px) {
    .cms-home-style-5 .block-subscribe .block-content {
        width: 100%
    }
}
.cms-home-style-5 .block-subscribe .block-content .desc {
    color: #666;
    line-height: 20px;
    margin-bottom: 35px
}
.cms-home-style-5 .block-subscribe .block-content .input-box {
    position: relative
}
@media (min-width: 1360px) {
    .cms-home-style-5 .block-subscribe .block-content .input-box {
        width: 62%;
        margin: 0 auto
    }
}
.cms-home-style-5 .block-subscribe .block-content .input-box input {
    height: 50px;
    line-height: 30px;
    padding: 8px 86px 8px 20px;
    color: #999999 !important;
    border: 1px solid #ededed !important;
    font-size: 86%
}
.cms-home-style-5 .block-subscribe .block-content .input-box button {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.cms-home-style-5 .wrapper-brandsdivde {
    background: url('../images/bg-brand.jpg') repeat-x top center;
    margin: 0 40px;
    padding: 0 80px
}
@media (max-width: 992px) {
    .cms-home-style-5 .wrapper-brandsdivde {
        padding: 0px 20px;
        margin: 0 30px
    }
}
.cms-home-style-5 .wrapper-brandsdivde .brand-slider {
    padding: 45px 0 40px;
    margin: 0px
}
@media (min-width: 1920px) {
    .cms-home-style-5 .wrapper-brandsdivde .brand-slider {
        width: 85%;
        margin: 0 auto
    }
}
.cms-home-style-5 .wrapper-brandsdivde .brand-slider a {
    display: inline-block
}
.cms-home-style-5 .wrapper-brandsdivde .owl-nav > div {
    position: absolute !important;
    margin: 0px !important;
    padding: 0px !important;
    top: 45%;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    width: 25px;
    height: 25px;
    line-height: 25px
}
.cms-home-style-5 .wrapper-brandsdivde .owl-nav > div:before {
    color: #999 !important;
    font-size: 25px !important;
    width: 25px;
    height: 25px;
    line-height: 25px
}
.cms-home-style-5 .wrapper-brandsdivde .owl-nav > div.owl-prev {
    left: -50px !important
}
.cms-home-style-5 .wrapper-brandsdivde .owl-nav > div.owl-next {
    right: -50px !important
}
.cms-home-style-5 .wrapper-brandsdivde .owl-nav > div:hover {
    color: #dc0a8a;
    background: transparent
}
.cms-home-style-5 .wrapper-brandsdivde .owl-nav > div:hover:before {
    color: #dc0a8a !important
}
.cms-home-style-5 .wrapper-brandsdivde:hover .owl-nav > div {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}
@media (max-width: 1199px) {
    .cms-home-style-1 .header-container .sm_megamenu_wrapper_vertical_menu .sambar-inner {
        min-height: 467px
    }
    .cms-home-style-1 .title-home {
        padding: 2px 0 21px
    }
    .cms-home-style-1 .title-home h2 {
        font-size: 128.57%
    }
    .cms-home-style-1 .top-container-wrap .container .deal-wrapper {
        width: 235px;
        margin-top: -228px
    }
    .cms-home-style-1 .top-container-wrap .container .deal-wrapper .deal-posttext ul li a {
        height: 71px;
        line-height: 71px;
        width: 71px
    }
    .cms-home-style-1 .static-image-1 .block-subscribe {
        margin-bottom: 21px !important
    }
    .cms-home-style-1 .static-image-1 .block-subscribe .desc {
        padding: 10px 0
    }
    .cms-home-style-1 .static-image-1 .block-subscribe .input-box input {
        height: 38px;
        line-height: 38px
    }
    .cms-home-style-1 .static-image-1 .block-subscribe button.subscribe {
        margin-top: 1px
    }
    .cms-home-style-1 .sm-super-categories .title-home {
        margin-right: -30px
    }
    .cms-home-style-1 .sm-super-categories .category-wrap {
        width: 30%
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .container-slider .slider .vpo-wrap .vp .item {
        width: 100%
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap {
        width: 70%
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item {
        width: 33.33% !important
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item.item-virtual {
        width: 66.66% !important
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .clear3 {
        display: block
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .clear4 {
        display: none
    }
    
    .home-style-2 .title-home h2 {
        font-size: 128.57%
    }
    .home-style-2 .vertical-menu-box {
        float: left;
        width: 25%
    }
    .home-style-2 .sm-imageslider {
        margin-left: 220px
    }
    .home-style-2 .sm_megamenu_wrapper_vertical_menu .block-title {
        height: 49px;
        line-height: 49px
    }
    .home-style-2 .sm_megamenu_wrapper_vertical_menu .sambar-inner > ul > li > a {
        padding: 1px 0 !important
    }
    .home-style-2 .sm_megamenu_wrapper_vertical_menu .sambar-inner > ul > li > a .sm_megamenu_icon {
        line-height: 35px
    }
    .home-style-2 .sm_megamenu_wrapper_vertical_menu .sambar-inner > ul > li > a .sm_megamenu_icon:before {
        top: 10px !important
    }
    .home-style-2 .sm_megamenu_wrapper_vertical_menu .sambar-inner > ul > li:last-child > a .sm_megamenu_icon:before {
        top: 10px !important
    }
    .home-style-2 .static-image-1-index2 .box-margin-bottom {
        margin-bottom: 22px
    }
    .home-style-2 .sm-super-categories .title-home {
        margin-right: -30px
    }
    .home-style-2 .sm-super-categories .category-wrap {
        width: 30%
    }
    .home-style-2 .sm-super-categories .category-wrap .container-slider .slider .vpo-wrap .vp .item {
        width: 100%
    }
    .home-style-2 .sm-super-categories .spctabs-wrap {
        width: 70%
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item {
        width: 33.33% !important
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item.item-virtual {
        width: 66.66% !important
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .clear3 {
        display: block
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .clear4 {
        display: none
    }
    .home-style-2 .block-subscribe .block-content {
        height: 393px
    }
    .home-style-2 .block-subscribe .block-content .desc {
        padding: 25px 0
    }
    .home-style-2 .block-subscribe .block-content .thanks-box {
        padding: 15px 30%
    }
    .home-style-3 .title-home {
        padding: 3px 0 23px
    }
    .home-style-3 .title-home h2 {
        font-size: 114.86%
    }
    .home-style-3 .static-image-1-index2 .box-margin-bottom {
        margin-bottom: 22px
    }
    .home-style-3 .sm-super-categories .category-wrap {
        width: 35%
    }
    .home-style-3 .sm-super-categories .category-wrap .spctabs-tabs-container {
        right: 40px
    }
    .home-style-3 .sm-super-categories .spctabs-wrap {
        width: 65%
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs li > span {
        padding: 0 7px
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col {
        position: relative;
        padding-top: 342px
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col .item {
        width: 50% !important;
        min-height: 348px
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col .item.item-virtual {
        width: 100% !important;
        position: absolute;
        top: 0
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col .clear3 {
        display: none
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col .clear4 {
        display: block
    }
    .home-style-4 .banner-list .box-margin-bottom {
        margin-bottom: 15px
    }
    .home-style-5 .title-home {
        padding: 7px 0 22px
    }
    .home-style-5 .title-home h2 {
        font-size: 114.86%
    }
    .home-style-5 .sm_megamenu_wrapper_vertical_menu .sambar-inner {
        padding: 1px 20px
    }
    .home-style-5 .sm_megamenu_wrapper_vertical_menu .sambar-inner > ul > li:first-child {
        padding-top: 3px
    }
    .home-style-5 .sm_megamenu_wrapper_vertical_menu .sambar-inner > ul > li > a {
        padding: 0 !important
    }
    .home-style-5 .sm_megamenu_wrapper_vertical_menu .sambar-inner > ul > li > a .sm_megamenu_icon {
        line-height: 38px
    }
    .home-style-5 .sm_megamenu_wrapper_vertical_menu .sambar-inner > ul > li > a .sm_megamenu_icon:before {
        top: 10px !important
    }
    .home-style-5 .sm_megamenu_wrapper_vertical_menu .sambar-inner > ul > li:last-child > a .sm_megamenu_icon:before {
        top: 10px !important
    }
}
@media (max-width: 991px) {
    .cms-home-style-1 .top-container-wrap .container .deal-wrapper {
        display: none
    }
    .cms-home-style-1 .title-home {
        padding: 5px 0 21px
    }
    .cms-home-style-1 .title-home h2 {
        font-size: 114.29%
    }
    .cms-home-style-1 .static-image-1 .block-subscribe {
        padding: 15px;
        margin-bottom: 15px !important
    }
    .cms-home-style-1 .static-image-1 .block-subscribe .title-home {
        margin-bottom: 20px
    }
    .cms-home-style-1 .static-image-1 .block-subscribe .desc {
        display: none
    }
    .cms-home-style-1 .static-image-1 .block-subscribe button.subscribe {
        margin-top: 17px
    }
    .cms-home-style-1 .sm-super-categories .category-wrap {
        width: 35%
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap {
        width: 65%
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col {
        position: relative;
        padding-top: 342px
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item {
        width: 50% !important;
        min-height: 348px
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item.item-virtual {
        width: 100% !important;
        position: absolute;
        top: 0
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .clear3 {
        display: none
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .clear4 {
        display: block
    }
    .home-style-2 .title-home h2 {
        font-size: 114.29%
    }
    .home-style-2 .top-full .vertical-menu-box {
        display: none
    }
    .home-style-2 .top-full .sm-imageslider {
        margin-left: 0
    }
    .home-style-2 .static-image-1-index2 .box-margin-bottom {
        margin-bottom: 15px
    }
    .home-style-2 .sm-super-categories .category-wrap {
        width: 35%
    }
    .home-style-2 .sm-super-categories .spctabs-wrap {
        width: 65%
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col {
        position: relative;
        padding-top: 342px
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item {
        width: 50% !important;
        min-height: 348px
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item.item-virtual {
        width: 100% !important;
        position: absolute;
        top: 0
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .clear3 {
        display: none
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .clear4 {
        display: block
    }
    .home-style-2 .block-subscribe .block-content {
        height: 295px;
        padding: 22px
    }
    .home-style-2 .block-subscribe .block-content .desc {
        padding: 0 0 10px
    }
    .home-style-2 .block-subscribe .block-content .input-box input {
        margin-bottom: 15px
    }
    .home-style-2 .block-subscribe .block-content .thanks-box {
        padding: 5px 10%
    }
    .home-style-2 .latest-post-wrapper .slider-latest-blog .slider-blog .item .blog-item-content .info-blog {
        padding-left: 0
    }
    .home-style-2 .latest-post-wrapper .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle {
        min-height: 70px
    }
    .home-style-2 .latest-post-wrapper .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle .postDate {
        margin-right: 10px;
        position: relative;
        float: left
    }
    .home-style-2 .latest-post-wrapper .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle h2 {
        margin: 0 0 15px
    }
    .home-style-2 .latest-post-wrapper .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postContent {
        font-size: 92.86%;
        color: #222
    }
    .home-style-2 .latest-post-wrapper .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post {
        margin-left: 0px
    }
    .home-style-3.homepage-wrapper .boxed-container {
        margin: 15px 0
    }
    .home-style-3 .slideshow-box {
        margin-bottom: 30px
    }
    .home-style-3 .static-image-1-index3 .box-margin-bottom {
        margin-bottom: 0
    }
    .home-style-3 .static-image-1-index3 img {
        width: 100%
    }
    .home-style-3 .title-home {
        padding: 5px 0 22px
    }
    .home-style-3 .title-home h2 {
        font-size: 114.29%
    }
    .home-style-3 .static-image-1-index2 .box-margin-bottom {
        margin-bottom: 15px
    }
    .home-style-3 .sm-super-categories .title-home {
        margin-right: 0
    }
    .home-style-3 .sm-super-categories .category-wrap {
        margin-bottom: 20px;
        padding-right: 0;
        width: 100%
    }
    .home-style-3 .sm-super-categories .category-wrap .container-slider {
        margin-top: -9px;
        width: 32%;
        float: left
    }
    .home-style-3 .sm-super-categories .category-wrap .container-slider .slider .vpo-wrap .vp .item {
        width: 100%
    }
    .home-style-3 .sm-super-categories .category-wrap .banner-c-brand {
        float: left;
        width: 68%
    }
    .home-style-3 .sm-super-categories .category-wrap .banner-c-brand .banner {
        float: left;
        margin-top: 0;
        width: 65%
    }
    .home-style-3 .sm-super-categories .category-wrap .banner-c-brand .brand {
        margin-top: -5px;
        padding-left: 30px;
        width: 35%
    }
    .home-style-3 .sm-super-categories .category-wrap .banner-c-brand .brand ul li {
        width: 100%;
        padding: 6px 7px 4px
    }
    .home-style-3 .sm-super-categories .category-wrap .banner-c-brand .brand ul li a {
        overflow: hidden
    }
    .home-style-3 .sm-super-categories .spctabs-wrap {
        padding-left: 0 !Important;
        width: 100%
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col {
        padding-top: 342px;
        position: relative
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col .item {
        width: 50% !important;
        min-height: 348px
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col .item.item-virtual {
        width: 100% !important;
        position: absolute;
        top: 0
    }
    .home-style-4 .static-image-1-index4 .box-margin-bottom {
        margin-bottom: 10px
    }
    .home-style-4 .supercategories-wrap .title-home {
        left: 34%
    }
    .home-style-4 .supercategories-wrap .sm-super-categories:before,
    .home-style-4 .supercategories-wrap .sm-super-categories:after {
        left: 34%
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .category-wrap {
        width: 34%
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap {
        width: 66%
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .spctabs-tabs-container {
        margin-top: 60px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .spctabs-items-container {
        margin-top: 49px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .ltabs-item-slide.slide-3col .item {
        width: 50% !important
    }
    .home-style-4 .supercategories-wrap.supercate-right .sm-super-categories:before,
    .home-style-4 .supercategories-wrap.supercate-right .sm-super-categories:after {
        right: 34%
    }
    .home-style-5 .top-full .slideshow-box {
        padding-left: 15px
    }
    .home-style-5 .static-image-2-index5 .box-margin-bottom {
        margin-bottom: 18px
    }
    .home-style-5 .supercategories-wrap .title-home {
        padding: 0 0 21px
    }
    .home-style-5 .supercategories-wrap .sm-super-categories .ltabs-item-slide.slide-3col .item {
        width: 33.33% !important
    }
}
@media (max-width: 767px) {
    .cms-home-style-1 .static-image-1 .block-subscribe {
        margin-bottom: 7px !important;
        padding: 14px 10px;
    }
    .cms-home-style-1 .static-image-1 .block-subscribe .title-home {
        margin-bottom: 10px
    }
    .cms-home-style-1 .static-image-1 .block-subscribe .title-home:before {
        font-size: 14px;
        margin-right: 5px
    }
    .cms-home-style-1 .static-image-1 .block-subscribe .title-home h2 {
        font-size: 92.86%
    }
    .cms-home-style-1 .static-image-1 .block-subscribe .input-box input {
        margin-bottom: 10px;
        height: 30px;
        line-height: 30px
    }
    .cms-home-style-1 .static-image-1 .block-subscribe .input-box .validation-advice {
        margin-bottom: 10px
    }
    .cms-home-style-1 .static-image-1 .block-subscribe button.subscribe {
        height: 30px;
        line-height: 30px;
        margin-bottom: 0;
        margin-top: 0
    }
    .cms-home-style-1 .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        padding: 0px 10px;
        font-size: 114.87%
    }
    .cms-home-style-1 .sm-super-categories .title-home {
        margin-right: 0
    }
    .cms-home-style-1 .sm-super-categories .category-wrap {
        margin-bottom: 20px;
        padding-right: 0;
        width: 100%
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .container-slider {
        margin-top: -9px;
        width: 32%;
        float: left
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .banner-c-brand {
        float: left;
        width: 68%
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .banner-c-brand .banner {
        float: left;
        margin-top: 0;
        width: 65%
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .banner-c-brand .brand {
        margin-top: -5px;
        padding-left: 30px;
        width: 35%
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .banner-c-brand .brand ul li {
        width: 100%;
        padding: 6px 7px 10px
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .banner-c-brand .brand ul li a {
        overflow: hidden
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap {
        padding-left: 0 !Important;
        width: 100%
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col {
        padding-top: 0
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item {
        width: 33.33% !important;
        min-height: 310px
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item.item-virtual {
        position: relative;
        width: 66.67% !important
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .clear4 {
        display: none
    }
    .cms-home-style-1 .latest-post-wrapper .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post {
        margin-left: 0px
    }
    .cms-home-style-1 .brand-block .list-brands li {
        margin-bottom: 30px;
        float: left;
        width: 50%
    }
    .cms-home-style-1 .brand-block .list-brands li a {
        overflow: hidden
    }
    .home-style-2 .static-image-1-index2 .col-lg-4.col-md-4.col-sm-4 {
        width: 34%;
        float: left
    }
    .home-style-2 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 {
        width: 66%;
        float: left
    }
    .home-style-2 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6 {
        width: 50%;
        float: left
    }
    .home-style-2 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6.box-margin-bottom {
        margin-bottom: 17px
    }
    .home-style-2 .brand-block .list-brands li {
        margin-bottom: 30px;
        float: left;
        width: 50%
    }
    .home-style-2 .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        padding: 0px 10px;
        font-size: 114.87%
    }
    .home-style-2 .sm-super-categories .title-home {
        margin-right: 0
    }
    .home-style-2 .sm-super-categories .category-wrap {
        margin-bottom: 20px;
        padding-right: 0;
        width: 100%
    }
    .home-style-2 .sm-super-categories .category-wrap .container-slider {
        margin-top: -9px;
        width: 32%;
        float: left
    }
    .home-style-2 .sm-super-categories .category-wrap .banner-c-brand {
        float: left;
        width: 68%
    }
    .home-style-2 .sm-super-categories .category-wrap .banner-c-brand .banner {
        float: left;
        margin-top: 0;
        width: 65%
    }
    .home-style-2 .sm-super-categories .category-wrap .banner-c-brand .brand {
        margin-top: -5px;
        padding-left: 30px;
        width: 35%
    }
    .home-style-2 .sm-super-categories .category-wrap .banner-c-brand .brand ul li {
        width: 100%;
        padding: 6px 7px 10px
    }
    .home-style-2 .sm-super-categories .category-wrap .banner-c-brand .brand ul li a {
        overflow: hidden
    }
    .home-style-2 .sm-super-categories .spctabs-wrap {
        padding-left: 0 !Important;
        width: 100%
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col {
        padding-top: 0
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item {
        width: 33.33% !important;
        min-height: 310px
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item.item-virtual {
        position: relative;
        width: 66.67% !important
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .clear4 {
        display: none
    }
    .home-style-2 .block-subscribe .block-content {
        height: auto
    }
    .home-style-2 .block-subscribe .block-content button.subscribe {
        margin-bottom: 15px
    }
    .home-style-2 .latest-post-wrapper .slider-latest-blog {
        margin-left: 0;
        padding-top: 40px
    }
    .home-style-2 .latest-post-wrapper .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post {
        margin-left: 0
    }
    .home-style-3 .static-image-1-index2 .col-lg-4.col-md-4.col-sm-4 {
        width: 34%;
        float: left
    }
    .home-style-3 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 {
        width: 66%;
        float: left
    }
    .home-style-3 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6 {
        width: 50%;
        float: left
    }
    .home-style-3 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6.box-margin-bottom {
        margin-bottom: 17px
    }
    .home-style-3 .deal-wrapper-index3 .owl-carousel .owl-stage-outer {
        margin-bottom: -58px
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col {
        padding-top: 408px
    }
    .home-style-3 .brand-block .list-brands li {
        margin-bottom: 30px;
        float: left;
        width: 50%
    }
    .home-style-3 .brand-block .list-brands li a {
        overflow: hidden
    }
    .home-style-4 .static-image-1-index4 .col-lg-4.col-md-4.col-sm-4 {
        width: 34%;
        float: left
    }
    .home-style-4 .static-image-1-index4 .col-lg-8.col-md-8.col-sm-8 {
        width: 66%;
        float: left
    }
    .home-style-4 .static-image-1-index4 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6 {
        width: 50%;
        float: left
    }
    .home-style-4 .static-image-1-index4 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6.box-margin-bottom {
        margin-bottom: 13px
    }
    .home-style-4 .supercategories-wrap .title-home {
        left: 0;
        margin-left: 0
    }
    .home-style-4 .supercategories-wrap .banner-c-brand {
        position: absolute;
        top: 129px;
        width: 31%
    }
    .home-style-4 .supercategories-wrap .sm-super-categories:before,
    .home-style-4 .supercategories-wrap .sm-super-categories:after {
        left: 0%;
        margin-left: 0px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap {
        width: 100%
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .spctabs-items-container {
        padding: 0 0 0 34%
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .ltabs-item-slide.slide-4col .item {
        min-height: 312px
    }
    .home-style-4 .supercategories-wrap.supercate-right .sm-super-categories:before,
    .home-style-4 .supercategories-wrap.supercate-right .sm-super-categories:after {
        right: 0%;
        margin-right: 0px
    }
    .home-style-4 .supercategories-wrap.supercate-right .sm-super-categories .spctabs-wrap .spctabs-items-container {
        padding: 0 34% 0 0
    }
    .home-style-4 .supercategories-wrap.supercate-right .sm-super-categories .spctabs-wrap .owl-theme .owl-controls {
        left: 10px;
        right: auto
    }
    .home-style-4 .static-image-2-index4 .col-lg-6.col-md-6.col-sm-6:first-child {
        margin-bottom: 15px
    }
    .home-style-4 .block-subscribe .block-content {
        height: auto
    }
    .home-style-4 .block-subscribe .block-content button.button {
        margin-bottom: 15px
    }
    .home-style-4 .latest-post-wrapper .slider-latest-blog {
        margin: 0;
        padding-top: 40px
    }
    .home-style-4 .list-brands li {
        margin-bottom: 30px;
        float: left;
        width: 50%
    }
    .home-style-5 .static-service-1-index5 .item-service .icon {
        width: 100%
    }
    .home-style-5 .static-service-1-index5 .item-service .info {
        text-align: center
    }
    .home-style-5 .supercategories-wrap .sm-super-categories .spctabs-wrap {
        margin-top: 55px !important
    }
    .home-style-5 .supercategories-wrap .sm-super-categories .ltabs-item-slide.slide-3col .item {
        width: 50% !important
    }
    .home-style-5 .latest-post-wrapper .slider-latest-blog {
        margin-left: 0
    }
    .home-style-5 .latest-post-wrapper .slider-latest-blog .item .blog-item-content .info-blog .action-post {
        margin-left: 0
    }
    .home-style-5 .brand-block .list-brands li {
        float: left;
        width: 33.33%
    }
}
@media (max-width: 567px) {
    .cms-home-style-1 .static-image-1 .col-lg-4.col-md-4.col-xs-4 {
        width: 100%
    }
    .cms-home-style-1 .static-image-1 .col-lg-8.col-md-8.col-xs-8 {
        width: 100%
    }
    .cms-home-style-1 .static-image-1 .col-lg-8.col-md-8.col-xs-8 .col-lg-6.col-md-6.col-xs-6 {
        width: 100%
    }
    .cms-home-style-1 .static-image-1 .col-lg-8.col-md-8.col-xs-8 .col-lg-6.col-md-6.col-xs-6.box-margin-bottom {
        margin-bottom: 15px
    }
    .cms-home-style-1 .static-image-1 img {
        width: 100%;
        margin-bottom: 15px
    }
    .cms-home-style-1 .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        margin: 0 10px;
        padding: 0px 10px;
        font-size: 14px;
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .spctabs-tabs-container {
        right: 40px
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col {
        padding-top: 342px
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item {
        width: 50% !important;
        min-height: 348px
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item.item-virtual {
        width: 100% !important;
        position: absolute;
        top: 0
    }
    .home-style-2 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6.box-margin-bottom {
        margin-bottom: 12px
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .spctabs-tabs-container {
        right: 40px
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col {
        padding-top: 342px
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item {
        width: 50% !important;
        min-height: 348px
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item.item-virtual {
        width: 100% !important;
        position: absolute;
        top: 0
    }
    .home-style-3 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6.box-margin-bottom {
        margin-bottom: 11px
    }
    .home-style-3 .deal-wrapper-index3 .owl-carousel .owl-stage-outer {
        margin-bottom: 30px
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .spctabs-tabs-container {
        right: 40px
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col {
        padding-top: 340px
    }
    .home-style-4 .static-image-1-index4 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6.box-margin-bottom {
        margin-bottom: 8px
    }
    .home-style-4 .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time {
        position: relative;
        top: -25px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .category-wrap {
        width: 100%;
        padding-right: 0px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .category-wrap .banner-c-brand {
        padding-top: 80px;
        position: static;
        width: 100%
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap {
        width: 100%
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .owl-theme .owl-controls {
        top: -58px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .spctabs-tabs-container {
        top: 0px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs li > span {
        padding: 0 7px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .spctabs-items-container {
        padding: 0
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .ltabs-item-slide.slide-4col {
        padding-top: 30px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .ltabs-item-slide.slide-4col .item {
        width: 50% !important;
        min-height: 353px
    }
    .home-style-4 .supercategories-wrap.supercate-right .sm-super-categories .spctabs-wrap .spctabs-tabs-container {
        right: 0
    }
    .home-style-5 .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs li > span {
        padding: 0 7px
    }
    .home-style-5 .brand-block .list-brands li {
        width: 50%
    }
}
@media (max-width: 479px) {
    .cms-home-style-1 .static-image-1 .col-lg-4.col-md-4.col-xs-4 {
        width: 100%
    }
    .cms-home-style-1 .static-image-1 .col-lg-8.col-md-8.col-xs-8 {
        width: 100%
    }
    .cms-home-style-1 .static-image-1 .col-lg-8.col-md-8.col-xs-8 .col-lg-6.col-md-6.col-xs-6 {
        width: 100%
    }
    .cms-home-style-1 .static-image-1 .col-lg-8.col-md-8.col-xs-8 .col-lg-6.col-md-6.col-xs-6.box-margin-bottom {
        margin-bottom: 15px
    }
    .cms-home-style-1 .static-image-1 img {
        width: 100%;
        margin-bottom: 15px
    }
    .cms-home-style-1 .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        margin: 0 10px;
        padding: 0px 10px;
        font-size: 14px;
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .container-slider {
        width: 100%
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .banner-c-brand {
        width: 100%
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .banner-c-brand .banner {
        width: 100%;
        margin-top: 15px
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .banner-c-brand .brand {
        width: 100%;
        margin: 15px 0 0;
        padding: 0
    }
    .cms-home-style-1 .sm-super-categories .category-wrap .banner-c-brand .brand ul li {
        width: 50%
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap {
        padding-left: 0 !Important;
        width: 100%
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .spctabs-tabs-container {
        width: 250px
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox {
        width: 100%
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox span.spctabs-tab-selected {
        width: 80%
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col {
        padding-top: 0
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item {
        width: 100% !important;
        min-height: 0px
    }
    .cms-home-style-1 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item.item-virtual {
        position: relative;
        width: 100% !important
    }
    .home-style-2 .static-image-1-index2 .col-lg-4.col-md-4.col-sm-4 {
        width: 100%;
        margin-bottom: 30px
    }
    .home-style-2 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 {
        width: 100%
    }
    .home-style-2 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6.box-margin-bottom {
        margin-bottom: 15px
    }
    .home-style-2 .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        margin: 0 10px;
        padding: 0px 10px;
        font-size: 14px;
    }
    .home-style-2 .sm-super-categories .category-wrap .container-slider {
        width: 100%
    }
    .home-style-2 .sm-super-categories .category-wrap .banner-c-brand {
        width: 100%
    }
    .home-style-2 .sm-super-categories .category-wrap .banner-c-brand .banner {
        width: 100%;
        margin-top: 15px
    }
    .home-style-2 .sm-super-categories .category-wrap .banner-c-brand .brand {
        width: 100%;
        margin: 15px 0 0;
        padding: 0
    }
    .home-style-2 .sm-super-categories .category-wrap .banner-c-brand .brand ul li {
        width: 50%
    }
    .home-style-2 .sm-super-categories .spctabs-wrap {
        padding-left: 0 !Important;
        width: 100%
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .spctabs-tabs-container {
        width: 250px
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox {
        width: 100%
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox span.spctabs-tab-selected {
        width: 80%
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col {
        padding-top: 0
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item {
        width: 100% !important;
        min-height: 0px
    }
    .home-style-2 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-4col .item.item-virtual {
        position: relative;
        width: 100% !important
    }
    .home-style-3 .static-image-1-index2 .col-lg-4.col-md-4.col-sm-4 {
        width: 100%;
        margin-bottom: 30px
    }
    .home-style-3 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 {
        width: 100%
    }
    .home-style-3 .static-image-1-index2 .col-lg-8.col-md-8.col-sm-8 .col-lg-6.col-md-6.col-sm-6.box-margin-bottom {
        margin-bottom: 15px
    }
    .home-style-3 .sm-super-categories .category-wrap .container-slider {
        width: 100%
    }
    .home-style-3 .sm-super-categories .category-wrap .banner-c-brand {
        width: 100%
    }
    .home-style-3 .sm-super-categories .category-wrap .banner-c-brand .banner {
        width: 100%;
        margin-top: 15px
    }
    .home-style-3 .sm-super-categories .category-wrap .banner-c-brand .brand {
        width: 100%;
        margin: 15px 0 0;
        padding: 0
    }
    .home-style-3 .sm-super-categories .category-wrap .banner-c-brand .brand ul li {
        width: 50%
    }
    .home-style-3 .sm-super-categories .spctabs-wrap {
        padding-left: 0 !Important;
        width: 100%
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .spctabs-tabs-container {
        width: 250px
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox {
        width: 100%
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox span.spctabs-tab-selected {
        width: 80%
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col {
        padding-top: 0
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col .item {
        width: 100% !important;
        min-height: 0px
    }
    .home-style-3 .sm-super-categories .spctabs-wrap .ltabs-item-slide.slide-3col .item.item-virtual {
        position: relative;
        width: 100% !important
    }
    .home-style-4 .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time {
        width: 100%;
        min-width: 0
    }
    .home-style-4 .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time > label {
        margin-right: 5px;
        display: inline;
        width: 84%
    }
    .home-style-4 .sm-countdownproduct-slider .smcountdownproductslider-heading .smcountdownproductslider-time .deals-time {
        margin-right: 5px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .category-wrap {
        padding: 0
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .category-wrap .banner-c-brand img.img-static {
        width: 100%
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap {
        padding: 0 !important
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .spctabs-tabs-container {
        margin-top: 50px;
        top: 1px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox span.spctabs-tab-arrow,
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox span.spctabs-tab-selected {
        height: 31px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .spctabs-tabs-container .spctabs-tabs-wrap.spctabs-selectbox span.spctabs-tab-selected {
        width: 171px
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .spctabs-wrap .spctabs-items-container {
        padding: 0 !important
    }
    .home-style-4 .supercategories-wrap .sm-super-categories .ltabs-item-slide.slide-3col .item {
        width: 100% !important
    }
    .home-style-4 .supercategories-wrap.supercate-right .sm-super-categories .spctabs-wrap {
        padding: 0 !important
    }
    .home-style-4 .supercategories-wrap.supercate-right .sm-super-categories .spctabs-wrap .owl-theme .owl-controls {
        top: -59px
    }
    .home-style-5 .slidebar.deal-wrapper,
    .home-style-5 .slider-basic-wrapper {
        width: 100%
    }
    .home-style-5 .static-service-1-index5 {
        overflow: hidden;
        border: 0
    }
    .home-style-5 .static-service-1-index5 .item-service {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .home-style-5 .static-service-1-index5 .item-service:first-child {
        border-top: 1px solid #ededed;
        padding-top: 20px
    }
    .home-style-5 .supercategories-wrap .sm-super-categories .spctabs-tabs-wrap.spctabs-selectbox span.spctabs-tab-selected {
        width: 190px
    }
    .home-style-5 .supercategories-wrap .sm-super-categories .ltabs-item-slide.slide-3col .item {
        width: 100% !important
    }
    .home-style-5 .static-image-2-index5 .col-lg-6.col-md-6.col-sm-6.col-xs-6 {
        width: 100%
    }
    .home-style-5 .static-image-2-index5 .col-lg-6.col-md-6.col-sm-6.col-xs-6:first-child {
        margin-bottom: 15px
    }
    .home-style-5 .brand-block .list-brands li {
        width: 100%
    }
}
@media (min-width: 1024px) {
    .cms-home-style-1 .footer-style-1:before {
        content: "";
        display: inline-block;
        background: #151515;
        height: 100%;
        width: 31%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 0
    }
}
@media (min-width: 1024px) and (max-width: 991px) {
    .cms-home-style-1 .footer-style-1:before {
        width: 48%
    }
}
@media (min-width: 1024px) and (max-width: 640) {
    .cms-home-style-1 .footer-style-1:before {
        display: none
    }
}
.cms-home-style-1 .footer-style-1 .socials-wrap {
    padding: 12px;
    background: transparent;
    margin-left: -10px;
    padding: 12px 0
}
.cms-home-style-1 .footer-style-1 .block.ft-contact-us {
    padding: 35px 0px 75px !important;
    background: transparent
}
.before-footer {
    background: #009bde;
    padding: 34px 0;
}
.before-footer .mess-footer {
    /* text-transform: uppercase; */ text-transform: capitalize;
    /* font-size: 100%; */font-size: 14px;
    /* font-style: italic; */
	font-style: normal;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
	line-height: normal;
}
@media (min-width: 768px) and (max-width: 992px) {
    .before-footer .mess-footer {
        font-size: 80%
    }
}
.before-footer .block-subscribe {
    margin-bottom: 0 !important;
    width: 100%
}
@media (min-width: 1200px) {
    .before-footer .block-subscribe {
        width: 100%;
    }
}
.before-footer .block-subscribe .input-box {
    position: relative
}
.before-footer .block-subscribe input {
    background: #fff !important;
    padding-left: 15px;
    border-color: #fff !important;
    color: #444444 !important;
    padding-right: 105px;
    font-size: 14px;
    height: 36px;
}
.before-footer .block-subscribe button {
    text-transform: uppercase;
    font-size: 14px; !important;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0px;
    color: #fff;
	background-color: #fdb813 !important;
}
.before-footer .payment-footer {
    margin-bottom: 15px;
    text-align: right
}
@media (max-width: 767px) {
    .before-footer .payment-footer {
        text-align: left
    }
}
.footer-style-2.footer-content {
    background: #181818
}
.footer-style-2.footer-content li a {
    color: #fff
}
.footer-style-2 .footer .footer-middle .block.ft-contact-us {
    background: transparent;
    padding: 35px 0 0
}
.footer-style-2 .socials-wrap {
    margin-left: 0;
    background: transparent;
    padding: 12px 0 25px;
}
.footer-style-2 .copyright-footer {
    text-align: center
}
.footer-style-3 {
    position: relative;
    background: #49566e !important;
    color: #fff
}
.cms-index-index .footer-style-3 {
    margin-top: 0px
}
.footer-style-3 .socials-wrap {
    padding: 16px 0px 0px;
    background: transparent;
    margin-left: -10px
}
@media (max-width: 640px) {
    .footer-style-3 .socials-wrap {
        text-align: center
    }
}
.footer-style-3 .socials-wrap .socials-wrap {
    margin-left: -10px
}
.footer-style-3 .socials-wrap .socials-wrap .title-follow {
    display: none
}
.footer-style-3 .socials-wrap .socials-wrap ul {
    margin: 0
}
.footer-style-3 .socials-wrap .socials-wrap ul li {
    display: inline-block;
    margin: 0 3px;
    position: relative
}
.footer-style-3 .socials-wrap .socials-wrap ul li a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    color: #fff
}
.footer-style-3 .socials-wrap .socials-wrap ul li a .name-social {
    display: none
}
.footer-style-3 .socials-wrap .socials-wrap ul li:hover a {
    color: #dc0a8a
}
.footer-style-3 .footer {
    position: relative
}
.footer-style-3 .footer a {
    color: #fff !important
}
.footer-style-3 .footer .footer-middle {
    padding: 0 40px
}
@media (max-width: 480px) {
    .footer-style-3 .footer .footer-middle {
        padding: 0 10px
    }
}
.footer-style-3 .footer .footer-middle .block,
.footer-style-3 .footer .footer-middle .container_instagramusers {
    padding: 35px 0px 30px;
    background: none
}
@media (max-width: 992px) {
    .footer-style-3 .footer .footer-middle .block,
    .footer-style-3 .footer .footer-middle .container_instagramusers {
        padding: 20px 0
    }
}
.footer-style-3 .footer .footer-middle .block .title,
.footer-style-3 .footer .footer-middle .container_instagramusers .title,
.footer-style-3 .footer .footer-middle .block .block-title,
.footer-style-3 .footer .footer-middle .container_instagramusers .block-title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-family: 'colaborate-boldregular';
    margin-bottom: 30px;
    padding-bottom: 8px;
    font-size: 14px;
}
.footer-style-3 .footer .footer-middle .block .title:before,
.footer-style-3 .footer .footer-middle .container_instagramusers .title:before,
.footer-style-3 .footer .footer-middle .block .block-title:before,
.footer-style-3 .footer .footer-middle .container_instagramusers .block-title:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 170px;
    width: 20px;
    background: #dc0a8a
}
.footer-style-3 .footer .footer-middle .block .content > p,
.footer-style-3 .footer .footer-middle .container_instagramusers .content > p {
    color: #fff;
    font-size: 86%;
    margin: 15px 0 15px -5px;
    overflow: hidden;
    padding: 4px 0 4px 40px;
    position: relative
}
.footer-style-3 .footer .footer-middle .block .content > p.address,
.footer-style-3 .footer .footer-middle .container_instagramusers .content > p.address {
    background: url('../images/ico-contact.png') no-repeat 0 0
}
.footer-style-3 .footer .footer-middle .block .content > p.phone,
.footer-style-3 .footer .footer-middle .container_instagramusers .content > p.phone {
    background: url('../images/ico-contact.png') no-repeat 0 -43px
}
.footer-style-3 .footer .footer-middle .block .content > p.email,
.footer-style-3 .footer .footer-middle .container_instagramusers .content > p.email {
    background: url('../images/ico-contact.png') no-repeat 0 -88px
}
.footer-style-3 .footer .footer-middle .block .content > p.email a:hover,
.footer-style-3 .footer .footer-middle .container_instagramusers .content > p.email a:hover {
    color: #dc0a8a
}
.footer-style-3 .footer .footer-middle .block .content ul,
.footer-style-3 .footer .footer-middle .container_instagramusers .content ul {
    padding-top: 0px
}
.footer-style-3 .footer .footer-middle .block .content ul li,
.footer-style-3 .footer .footer-middle .container_instagramusers .content ul li {
    font-size: 86%;
    padding: 4px 0;
    color: #fff
}
.footer-style-3 .footer .footer-middle .block .content ul li span.label-bt,
.footer-style-3 .footer .footer-middle .container_instagramusers .content ul li span.label-bt {
    color: #dc0a8a;
    float: right;
    text-align: left;
    width: 65%
}
.footer-style-3 .footer .footer-middle .block .content ul li a,
.footer-style-3 .footer .footer-middle .container_instagramusers .content ul li a {
    position: relative;
    padding: 2px 0;
    color: #fff !important;
    display: block;
    -o-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}
.footer-style-3 .footer .footer-middle .block .content ul li a:hover,
.footer-style-3 .footer .footer-middle .container_instagramusers .content ul li a:hover {
    color: #dc0a8a
}
.footer-style-3 .footer .footer-middle .block.ft-category,
.footer-style-3 .footer .footer-middle .container_instagramusers.ft-category {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #5f5f5f;
    border-top: 1px solid #5f5f5f;
    padding: 20px 0 25px;
    margin: 45px 0 0
}
.footer-style-3 .footer .footer-middle .block.ft-category .content ul,
.footer-style-3 .footer .footer-middle .container_instagramusers.ft-category .content ul {
    margin: 0
}
.footer-style-3 .footer .footer-middle .block.ft-category .content ul li,
.footer-style-3 .footer .footer-middle .container_instagramusers.ft-category .content ul li {
    display: inline-block
}
.footer-style-3 .footer .footer-middle .block.ft-category .content ul li label,
.footer-style-3 .footer .footer-middle .container_instagramusers.ft-category .content ul li label {
    font-weight: bold !important;
    text-transform: uppercase
}
.footer-style-3 .footer .footer-middle .block.ft-category .content ul li a,
.footer-style-3 .footer .footer-middle .container_instagramusers.ft-category .content ul li a {
    padding: 0 12px 0 6px;
    line-height: 100%;
    display: inline-block;
    color: #fff
}
.footer-style-3 .footer .footer-middle .block.ft-category .content ul li a:before,
.footer-style-3 .footer .footer-middle .container_instagramusers.ft-category .content ul li a:before {
    display: none
}
.footer-style-3 .footer .footer-middle .block.ft-category .content ul li a:after,
.footer-style-3 .footer .footer-middle .container_instagramusers.ft-category .content ul li a:after {
    content: "";
    width: 1px;
    height: 12px;
    right: 0;
    top: 1px;
    background: #fff;
    position: absolute
}
.footer-style-3 .footer .footer-middle .block.ft-category .content ul li a:hover,
.footer-style-3 .footer .footer-middle .container_instagramusers.ft-category .content ul li a:hover {
    color: #dc0a8a
}
.footer-style-3 .footer .footer-middle .block.ft-category .content ul li:last-child a:after,
.footer-style-3 .footer .footer-middle .container_instagramusers.ft-category .content ul li:last-child a:after {
    display: none
}
.footer-style-3 .footer .footer-middle .block .tags-list,
.footer-style-3 .footer .footer-middle .container_instagramusers .tags-list {
    margin: 40px 0 0 0
}
.footer-style-3 .copyright {
    border-top: 1px solid #5c677d
}
.footer-style-3 .copyright .footer-copyright-content {
    position: relative;
    padding: 0 40px;
    border: 0px
}
.footer-style-3 .copyright .copyright-footer {
    padding: 18px 0;
    font-size: 86%;
    color: #fff;
    text-align: center
}
@media (max-width: 1200px) {
    .footer-style-3 .copyright .copyright-footer {
        padding: 10px 0
    }
}
.footer-style-3 .copyright .copyright-footer a {
    color: #dc0a8a
}
.footer-style-3 .copyright .payment-footer {
    text-align: right;
    padding: 8px 0 0
}
@media (max-width: 640px) {
    .footer-style-3 .copyright .payment-footer {
        text-align: center
    }
}
.footer-style-3 .thm-dark {
    background: transparent !important
}
.basicproducts_title_text {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold
}
.bs-pretext {
    margin-bottom: 10px
}
.sm-basic-products {
    margin: 0
}
.sm-basic-products .bs-items {
    margin: 0;
    padding: 0;
    width: 100%
}
.sm-basic-products .bs-content {
    margin: 0;
    padding: 0
}
.sm-basic-products .bs-items .bs-votes {
    margin-bottom: 5px
}
.sm-basic-products .bs-items .bs-btn-add {
    margin-bottom: 5px
}
.sm-basic-products .bs-items .bs-btn-add form {
    margin: 0
}
.sm-basic-products .bs-items .bs-btn-add .hikashop_add_to_cart {
    display: inline-block;
    margin: 5px 5px 5px 0px
}
.sm-basic-products .bs-items .bs-btn-add .hikashop_add_wishlist {
    display: inline-block;
    margin: 5px 5px 5px 0px
}
.sm-basic-products .bs-items .bs-item .bs-image {
    max-width: 100%
}
.sm-basic-products .bs-items .bs-item .bs-image img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}
.sm-basic-products .bs-items .bs-item .bs-detail {
    text-align: right
}
.sm-basic-products .bs-title {
    margin-bottom: 10px
}
.sm-basic-products .bs-prices {
    margin-bottom: 5px
}
.sm-basic-products .bs-price {
    font-family: 'colaborate-boldregular';
    font-family: Georgia
}
.sm-basic-products .bs-description {
    margin-bottom: 5px;
    line-height: 18px;
    word-wrap: break-word;
    color: #636363
}
.sm-basic-products .bs-cat-date {
    word-wrap: break-word;
    margin-bottom: 5px
}
.sm-basic-products .bs-category {
    margin-bottom: 5px
}
.sm-basic-products .bs-review {
    margin-bottom: 5px
}
.sm-basic-products .bs-review .ratings {
    margin: 0
}
.sm-basic-products .bs-review .rating-box {
    margin-right: 5px
}
.sm-basic-products .bs-review .rating-links {
    padding-top: 1px
}
.sm-basic-products .bs-price {
    margin-bottom: 5px
}
.sm-basic-products .bs-btn-addtocart {
    margin-bottom: 10px
}
.sm-basic-products .bs-btn-addtocart button {
    color: #FFF
}
.sm-basic-products .add-to-links {
    margin: 0
}
.sm-basic-products .add-to-links li {
    margin-bottom: 5px
}
.sm-basic-products .bs-date {
    margin-bottom: 5px
}
.sm-basic-products .bs-description p {
    line-height: 18px;
    word-wrap: break-word
}
.sm-basic-products .bs-items .bs-item {
    overflow: hidden;
    padding: 0
}
.sm-basic-products .bs-items a {
    text-decoration: none
}
.cf:before,
.cf:after {
    content: " ";
    display: table
}
.cf:after {
    clear: both
}
.sm-basic-products.lt-ie9 .bs-resp01-6 .bs-item {
    width: 16.600%
}
.sm-basic-products.lt-ie9 .bs-resp01-5 .bs-item {
    width: 19.958%
}
.sm-basic-products.lt-ie9 .bs-resp01-4 .bs-item {
    width: 24.995%
}
.sm-basic-products.lt-ie9 .bs-resp01-3 .bs-item {
    width: 33.315%
}
.sm-basic-products.lt-ie9 .bs-resp01-2 .bs-item {
    width: 49.985%
}
.sm-basic-products.lt-ie9 .bs-resp01-1 .bs-item {
    width: 100%
}
.sm-basic-products.lt-ie9 .bs-resp01-1 .clr1,
.sm-basic-products.lt-ie9 .bs-resp01-2 .clr2,
.sm-basic-products.lt-ie9 .bs-resp01-3 .clr3,
.sm-basic-products.lt-ie9 .bs-resp01-4 .clr4,
.sm-basic-products.lt-ie9 .bs-resp01-5 .clr5,
.sm-basic-products.lt-ie9 .bs-resp01-6 .clr6 {
    clear: both
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .sm-basic-products .bs-resp04-6 .bs-item {
        width: 16.650%
    }
    .sm-basic-products .bs-resp04-5 .bs-item {
        width: 19.958%
    }
    .sm-basic-products .bs-resp04-4 .bs-item {
        width: 24.995%
    }
    .sm-basic-products .bs-resp04-3 .bs-item {
        width: 33.315%
    }
    .sm-basic-products .bs-resp04-2 .bs-item {
        width: 49.985%
    }
    .sm-basic-products .bs-resp04-1 .bs-item {
        width: 100%
    }
    .sm-basic-products .bs-resp04-1 .clr1,
    .sm-basic-products .bs-resp04-2 .clr2,
    .sm-basic-products .bs-resp04-3 .clr3,
    .sm-basic-products .bs-resp04-4 .clr4,
    .sm-basic-products .bs-resp04-5 .clr5,
    .sm-basic-products .bs-resp04-6 .clr6 {
        clear: both
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .sm-basic-products .bs-resp03-6 .bs-item {
        width: 16.650%
    }
    .sm-basic-products .bs-resp03-5 .bs-item {
        width: 19.958%
    }
    .sm-basic-products .bs-resp03-4 .bs-item {
        width: 24.995%
    }
    .sm-basic-products .bs-resp03-3 .bs-item {
        width: 33.295%
    }
    .sm-basic-products .bs-resp03-2 .bs-item {
        width: 49.999%
    }
    .sm-basic-products .bs-resp03-1 .bs-item {
        width: 100%
    }
    .sm-basic-products .bs-resp03-1 .clr1 {
        clear: both
    }
    .sm-basic-products .bs-resp03-2 .clr2 {
        clear: both
    }
    .sm-basic-products .bs-resp03-3 .clr3 {
        clear: both
    }
    .sm-basic-products .bs-resp03-4 .clr4 {
        clear: both
    }
    .sm-basic-products .bs-resp03-5 .clr5 {
        clear: both
    }
    .sm-basic-products .bs-resp03-6 .clr6 {
        clear: both
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .sm-basic-products .bs-resp02-6 .bs-item {
        width: 16.650%
    }
    .sm-basic-products .bs-resp02-5 .bs-item {
        width: 19.958%
    }
    .sm-basic-products .bs-resp02-4 .bs-item {
        width: 24.995%
    }
    .sm-basic-products .bs-resp02-3 .bs-item {
        width: 33.315%
    }
    .sm-basic-products .bs-resp02-2 .bs-item {
        width: 49.999%
    }
    .sm-basic-products .bs-resp02-1 .bs-item {
        width: 100%
    }
    .sm-basic-products .bs-resp02-1 .clr1,
    .sm-basic-products .bs-resp02-2 .clr2,
    .sm-basic-products .bs-resp02-3 .clr3,
    .sm-basic-products .bs-resp02-4 .clr4,
    .sm-basic-products .bs-resp02-5 .clr5,
    .sm-basic-products .bs-resp02-6 .clr6 {
        clear: both
    }
}
@media all and (min-width: 1200px) {
    .sm-basic-products .bs-resp01-6 .bs-item {
        width: 16.650%
    }
    .sm-basic-products .bs-resp01-5 .bs-item {
        width: 19.970%
    }
    .sm-basic-products .bs-resp01-4 .bs-item {
        width: 24.995%
    }
    .sm-basic-products .bs-resp01-3 .bs-item {
        width: 33.315%
    }
    .sm-basic-products .bs-resp01-2 .bs-item {
        width: 49.999%
    }
    .sm-basic-products .bs-resp01-1 .bs-item {
        width: 100%
    }
    .sm-basic-products .bs-resp01-1 .clr1,
    .sm-basic-products .bs-resp01-2 .clr2,
    .sm-basic-products .bs-resp01-3 .clr3,
    .sm-basic-products .bs-resp01-4 .clr4,
    .sm-basic-products .bs-resp01-5 .clr5,
    .sm-basic-products .bs-resp01-6 .clr6 {
        clear: both
    }
}
.bs-item:before,
.bs-item:after {
    content: " ";
    display: table
}
.bs-item:after {
    clear: both
}
.sambar {
    position: relative
}
.sambar a:focus {
    outline: none
}
.sambar ul li {
    background: none;
    margin: 0;
    padding: 0;
    position: relative
}
.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
    display: table;
    content: '';
    line-height: 0
}
.sambar .sambar-inner:after {
    clear: both
}
.sm_megamenu_wrapper_horizontal_menu {
    width: 100%;
    display: block;
    position: relative;
    clear: both
}
.sm_megamenu_wrapper_horizontal_menu .list-parent {
    position: relative !important
}
.sm_megamenu_wrapper_horizontal_menu .list-parent > div {
    width: 196px !important;
    padding: 0 !important
}
.sm_megamenu_wrapper_horizontal_menu .list-parent > div .title-cat {
    display: none
}
.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu {
    margin: 0
}
.sm_megamenu_wrapper_horizontal_menu .sambar-inner {
    list-style: none;
    width: 100%;
    padding: 0
}
.sm_megamenu_wrapper_menu_full {
    width: 100%;
    margin: 0;
    display: block;
    position: relative;
    z-index: 9999
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
    list-style: none;
    width: 940px;
    margin: 0px auto 0px auto;
    height: 43px;
    padding: 0px 20px 0px 20px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li {
    float: left;
    text-align: center;
    position: static;
    padding: 0 0px;
    border: none
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
    position: static !important
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
    background: transparent
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
    padding: 0px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
    text-decoration: none;
    display: block;
    position: relative
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
    position: relative;
    z-index: 11
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
    float: right;
    right: 0;
    margin-right: 0px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
    margin-right: 0px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    margin: 0px auto;
    top: -9999em;
    position: absolute;
    text-align: left;
    z-index: 999;
    padding: 0px;
    margin-top: 0px;
    background: #fff;
    width: 100%;
    border-radius: 0;
    box-shadow: 4px 3px 2px 0 rgba(0, 0, 0, 0.2)
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns:before,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth:before {
    height: 3px;
    width: 100%;
    content: "";
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 0
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 16.1446374257406%
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 32.2892748514812%
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 48.4339122772218%
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 64.5785497029624%
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 91.723187128703%
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 100%;
    left: 0
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    width: 100%
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    top: auto;
    /* padding: 30px 10px; */padding: 15px 10px;
    background: #FFFFFF
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
    left: 21px;
    top: 33px;
    display: block
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
    left: 50%;
    margin-left: -470px;
    top: 32px;
    display: block
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
    left: auto;
    right: 0
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
    left: auto;
    right: 0px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
    right: 18px;
    top: 33px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    float: left
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
    width: 16.6666666667%;
    padding: 0 15px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
    width: 33.3333333333%;
    padding: 0 15px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
    width: 50.0%;
    padding: 0 15px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
    width: 66.6666666667%;
    padding: 0 15px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
    width: 83.3333333333%;
    padding: 0 15px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 100%;
    padding: 0 15px;
    clear: both
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    text-align: left
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100%;
    padding: 0
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .levels a {
    display: block
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels a {
    display: block;
    width: 10em
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li {
    float: left;
    width: 150px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul {
    position: absolute;
    top: -23px;
    margin: 15px 0px 0px 4px;
    padding: 6px;
    left: -999em
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li ul ul {
    top: -23px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul ul ul {
    left: -999em
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .levels li li li:hover ul {
    left: 142px
}
.sm_megamenu_description {
    display: block;
    padding-left: 10px
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul {
    margin: 0
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .parent-item > a {
    position: relative
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .parent-item > a:after {
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    color: #222;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 12px
}
.header-style-1 .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .parent-item > a:after {
    color: #fff
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
    padding-left: 13px
}
.sm_megamenu_align_right {
    text-align: right
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
    display: block
}
.sambar .sambar-inner .btn-sambar {
    background: #fff;
    color: #FFFFFF;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 7px;
    display: none
}
.sambar .sambar-inner .btn-inner {
    background: #08c;
    width: 100%;
    padding: 7px 0;
    float: left
}
.sambar .btn-sambar .icon-bar {
    display: block;
    height: 2px;
    margin: 2px 0;
    width: 18px
}
.sm_megamenu_wrapper_horizontal_menu .media-list {
    width: 100%
}
.sm_megamenu_wrapper_horizontal_menu li.media {
    width: 100% !important;
    padding: 0 0 10px 0 !important;
    display: block
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
    float: left
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu {
    float: left;
    padding-bottom: 15px;
    padding-left: 15px
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu i {
    padding-right: 10px
}
.sm_megamenu_wrapper_horizontal_menu .title-megamenu-home {
    float: left;
    font-family: 'colaborate-boldregular';
    text-transform: uppercase;
    font-size: 108.33% !important;
    line-height: 2em !important;
    width: 100% !important;
    position: relative;
    text-align: left
}
.sm_megamenu_wrapper_horizontal_menu .clear_item_megamenu {
    clear: both;
    border: 1px solid #ccc
}
.sm_megamenu_wrapper_horizontal_menu .element_shop_product-1,
.sm_megamenu_wrapper_horizontal_menu .element_shop_product-2 {
    padding: 15px 0 0 0
}
.sm_megamenu_wrapper_horizontal_menu #fitvid402488 {
    width: 100%;
    display: block;
    height: 202px
}
.sm_megamenu_wrapper_horizontal_menu iframe {
    border: none
}
.sm_megamenu_wrapper_horizontal_menu #gmap_canvas img {
    max-width: none !important;
    background: none !important
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
    width: 20%
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu li {
    width: 100%
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu li {
    width: 100%
}
.sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu {
    width: 30.068956956776%
}
.sm_megamenu_wrapper_horizontal_menu .pull-right {
    float: right;
    display: inline-block
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu {
    width: 100%
}
.sm_megamenu_wrapper_horizontal_menu .dropdown-menu li {
    float: left !important;
    width: 100% !important
}
.sm-megamenu-child .sm_megamenu_title .title-cat {
    border-bottom: 1px solid #ededed;
    color: #222;
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: -15px;
    padding-bottom: 14px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
	padding-bottom: 5px;
	min-height: 40px;
}
.sm-megamenu-child .sm_megamenu_title > a {
    display: inline-block;
    padding: 0 0 5px;
    color: inherit;
    line-height: normal;
    font-size: 14px;
    text-transform: capitalize;
}
.sm-megamenu-child .sm_megamenu_title > a:hover {
    color: #dc0a8a
}
.sm-megamenu-child .sm_megamenu_firstcolumn .has-2col {
    padding: 0 !important
}
.class-5-columns-parent .sm_megamenu_col_1 {
    width: 20% !important
}
.static-image-menu {
    padding-left: 15px
}
.static-image-menu .banner-img {
    display: inline-block
}
.banner-megamenu {
    padding-top: 20px
}
.margin-bottom {
    margin-bottom: 40px
}
.categories-group {
    border-right: 1px solid #d7d7d7;
    padding-left: 0 !important;
    width: 55% !important
}
@media all and (max-width: 767px) {
    .sm_megamenu_wrapper_horizontal_menu .sambar-inner {
        box-shadow: none;
        list-style: none outside none;
        margin: 30px auto 0;
        padding: 0;
        width: 100%
    }
    .sambar .sambar-inner .btn-sambar {
        display: block;
        clear: both;
        margin: 7px
    }
    .sambar .sambar-inner .btn-sambar + .sm_megamenu_menu {
        display: none;
        margin-left: -30px;
        width: 92%;
        float: left
    }
    .sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu {
        display: block
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
        width: 100%;
        position: relative;
        overflow: hidden
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
        position: relative
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div > div {
        box-shadow: none
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
        position: static;
        float: left;
        height: 0;
        width: 100%
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_1column,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_2columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_3columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_4columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_5columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_6columns,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open > .sm_megamenu_dropdown_fullwidth {
        height: auto
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
        width: 98%
    }
    .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head {
        padding: 4px 10px
    }
    .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu {
        width: 100% !important
    }
    .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown .item-home-megamenu li {
        width: 100%
    }
    .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu {
        width: 100%
    }
    .sm_megamenu_wrapper_horizontal_menu .megamenu-dropdown-2 .item-home-megamenu li {
        width: 100%
    }
    .sm_megamenu_wrapper_horizontal_menu .envato_sites {
        background: rgba(0, 0, 0, 0) url("img/drop.png") no-repeat scroll 100% 11px !important;
        width: 100% !important
    }
    .sm_megamenu_wrapper_horizontal_menu .envato_tuts {
        background: rgba(0, 0, 0, 0) url("img/drop.png") no-repeat scroll 99% 9px !important
    }
    .sm_megamenu_wrapper_horizontal_menu .envato_col_1 {
        left: 0 !important;
        position: relative;
        display: none;
        width: 100%
    }
    .sm_megamenu_wrapper_horizontal_menu .envato_sites:hover > .envato_col_1 {
        margin-top: 0;
        display: block;
        border: none
    }
    .sm_megamenu_wrapper_horizontal_menu .envato-sublv-3 {
        position: relative;
        left: 0;
        top: -1px;
        border: none;
        width: 100%;
        background: #ffffff;
        display: none
    }
}
.sambar {
    position: relative
}
.sambar a:focus {
    outline: none
}
.sambar ul li {
    background: none;
    margin: 0;
    padding: 0;
    position: relative
}
.sambar .sambar-inner:before,
.sambar .sambar-inner:after {
    display: table;
    content: '';
    line-height: 0
}
.sambar .sambar-inner:after {
    clear: both
}
.sm_megamenu_wrapper_vertical_menu {
    display: block;
    position: relative;
    z-index: 11
}
.sm_megamenu_wrapper_vertical_menu .drop-3 {
    padding: 0 15px !important
}
.sm_megamenu_wrapper_vertical_menu .sm-megamenu-child .sm_megamenu_firstcolumn .has-2col > div > div {
    padding: 3px 0
}
.sm_megamenu_wrapper_vertical_menu .sm-megamenu-child .sm_megamenu_firstcolumn .has-2col > div > div:last-child {
    padding-top: 19px
}
.sm_megamenu_wrapper_vertical_menu .static-image-menu.ab-right {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 215px;
    overflow: hidden
}
.sm_megamenu_wrapper_vertical_menu .drop-4 > div {
    padding: 0 15px !important
}
.sm_megamenu_wrapper_vertical_menu .drop-4 > div .has-2col > div > div:last-child {
    padding-top: 0 !important
}
.sm_megamenu_wrapper_vertical_menu .drop-4 > div:last-child {
    padding-bottom: 15px !important
}
.sm_megamenu_wrapper_vertical_menu .products-grid .item .item-inner .box-info .product-name a {
    color: #222;
    font-size: 14px;
}
.sm_megamenu_wrapper_vertical_menu .products-grid .item .item-inner .box-info .product-name a:hover {
    color: #dc0a8a
}
.sm_megamenu_wrapper_vertical_menu {
    margin: 0
}
.sm_megamenu_wrapper_vertical_menu ul.sm_megamenu_menu {
    margin: 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
    list-style: none;
    padding: 0px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
    position: relative;
    border: none;
    border-bottom: 1px solid #ededed
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:last-child {
    border-bottom: none
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_top_actived,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_actived {
    background: none
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > a,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open > a {
    color: #dc0a8a
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover:before,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 100%;
    position: absolute;
    right: -39px;
    top: 0px;
    z-index: 10
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover {
    background: #3A5163
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_nodrop:hover a {
    padding: 0px;
    border: none
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
    outline: 0;
    text-decoration: none;
    position: relative;
    display: block;
    color: #222222;
    font-size: 14px;
}
.sm_megamenu_wrapper_vertical_menu .icon_items {
    display: inline-block;
    width: 37px;
}
.sm_megamenu_wrapper_vertical_menu .icon_items img {
    vertical-align: middle;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
    color: #dc0a8a;
    text-shadow: none;
    position: relative;
    z-index: 11;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover div a {
    display: inline-block
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_haschild > span.sm_megamenu_icon:before {
    content: '\f0da';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    /* padding: 4px 0; */padding: 0;
    float: right;
    color: #999999;
    position: absolute;
    right: 0px;
    top: 10px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:last-child .sm_megamenu_haschild > span.sm_megamenu_icon:before {
    display: none !important
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_actived > span:before {
    content: '\f0da';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    padding: 4px 0;
    float: right;
    color: #999999
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    margin: 0px auto;
    position: absolute;
    visibility: hidden;
    display: none;
    text-align: left;
    z-index: 999;
    left: 249px !important;
    top: 0px;
    border-top: 2px solid transparent;
    background-color: #fff
}
@media (min-width: 992px) and (max-width: 1200px) {
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
        left: 190px !important
    }
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth > div {
    width: 100%;
    box-shadow: 4px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 3px 2px rgba(0, 0, 0, 0.2);
    padding: 15px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_drop:hover > div {
    visibility: visible;
    display: block
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
    width: 196px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
    width: 337px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
    width: 505px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
    width: 673px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
    width: 842px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
    width: 889px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
    width: 100%
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_first_fullwidth {
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
    left: 100%;
    top: 0px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
    left: 138px;
    top: -1px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    float: left;
    padding: 15px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
    width: 16.6666%
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
    width: 25%
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
    width: 33.3333%
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
    width: 50%
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
    width: 66.6666%
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
    width: 100%;
    padding: 0 15px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
    width: 125px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
    width: 250px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
    width: 375px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
    width: 500px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
    width: 625px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100%
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
    width: 100%;
    /* padding: 15px 0 */padding: 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 10px;
    text-shadow: none
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .strong {
    font-weight: bold
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .italic {
    font-style: italic
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
    margin-top: 7px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 18px;
    padding-bottom: 11px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
    
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 7px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .product-items {
    margin: 10px 0 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3.product-name {
    padding: 10px 0 0;
    border-bottom: none
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li div a {
    display: inline-block;
    padding: 0;
    color: inherit;
    line-height: 36px;
    font-size: 92.86%
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:not(.list-parent) .sm_megamenu_head_item > div.sm_megamenu_title:first-child a {
    border-bottom: 1px solid #ededed;
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: normal;
    /* margin-bottom: 15px; */margin-bottom: 10px;
    /* margin-top: -12px; */margin-top: 0;
	line-height: normal;
    /* padding-bottom: 12px; */padding-bottom: 5px;
    text-transform: uppercase
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:not(.list-parent) .sm_megamenu_head_item > div.sm_megamenu_title > .sm_megamenu_title a {
    color: #222;
    text-transform: capitalize;
    margin: 0px;
    padding: 0px;
    border: 0px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .pusher {
    margin-top: 18px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .help,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .favorite,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .mail,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .print {
    padding-left: 36px;
    margin-bottom: 18px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .help {
    background: url("img/help.png") no-repeat 0px 2px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .favorite {
    background: url("img/favorite.png") no-repeat 0px 2px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .mail {
    background: url("img/mail.png") no-repeat 0px 2px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .print {
    background: url("img/print.png") no-repeat 0px 2px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .imgshadow_dark {
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #333;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .imgshadow_light {
    background: #FFFFFF;
    padding: 4px;
    border: 1px solid #777;
    margin-top: 5px;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .img_left {
    width: auto;
    float: left;
    margin: 2px 15px 5px 0px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .img_right {
    width: auto;
    float: right;
    margin: 2px 0px 5px 15px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .black_box,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .dark_grey_box {
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding: 4px 6px 4px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #0A0A0A;
    -webkit-box-shadow: inset 0 0 3px #000;
    -moz-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li {
    line-height: 24px;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left;
    width: 145px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li a {
    padding: 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul li:hover {
    background: none;
    border: none;
    padding: 0;
    margin: 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .greybox li {
    background: #0A0A0A;
    border: 1px solid #000;
    margin: 0px 0px 4px 0px;
    padding: 4px 6px 4px 6px;
    width: 131px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .greybox li:hover {
    background: #141414;
    border: 1px solid #111;
    padding: 4px 6px 4px 6px;
    margin: 0px 0px 4px 0px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li {
    background: url("img/plus_dark.png") left 6px no-repeat;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 21px;
    width: 109px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .plus li:hover {
    background: url("img/plus_dark.png") left 6px no-repeat;
    padding: 0px 0px 0px 21px;
    margin: 0px 0px 4px 0px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social {
    list-style: none;
    margin: 0;
    padding: 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li {
    padding-top: 5px;
    margin: 0 12px 12px 0;
    float: left;
    position: relative;
    display: inline;
    width: 32px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li img {
    border: none
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li:hover {
    padding-top: 5px;
    margin: -1px 12px 12px 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li ul.social li span {
    display: none
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .levels a {
    display: block
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a {
    display: block;
    width: 10em
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels a.parent:hover {
    background: url("img/drop2_dark.png") right center no-repeat
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li {
    float: left;
    width: 150px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul {
    position: absolute;
    background: #161616;
    border: 1px solid #000;
    top: -23px;
    margin: 15px 0px 0px 4px;
    padding: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: -moz-linear-gradient(left, #161616, #0a0a0a);
    background: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#0a0a0a), to(#161616));
    background: -o-linear-gradient(left, #161616, #0a0a0a);
    left: -999em
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li ul ul {
    top: -23px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul ul ul {
    left: -999em
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li:hover ul,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .levels li li li:hover ul {
    left: 142px
}
.sm_megamenu_wrapper_vertical_menu #contact_form label,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu legend {
    font-size: 12px;
    font-family: 'colaborate-regularregular';
}
.sm_megamenu_wrapper_vertical_menu #contact_form legend {
    margin-bottom: 10px
}
.sm_megamenu_wrapper_vertical_menu #contact_form {
    display: block;
    margin-bottom: 10px
}
.sm_megamenu_wrapper_vertical_menu #contact_form label {
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
    width: 80px;
    font-size: 12px
}
.sm_megamenu_wrapper_vertical_menu #contact_form input,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu textarea,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu select {
    font-family: 'colaborate-regularregular';
    font-size: 12px;
    width: 200px;
    padding: 5px;
    color: #FFFFFF;
    background-color: #222222;
    border: 1px solid #0a0a0a;
    margin: 7px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
}
.sm_megamenu_wrapper_vertical_menu #contact_form textarea {
    resize: none
}
.sm_megamenu_wrapper_vertical_menu #contact_form input:focus,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu textarea:focus,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu select:focus {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px;
    border: 1px solid #333
}
.sm_megamenu_wrapper_vertical_menu #contact_form input:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu textarea:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu select:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px
}
.sm_megamenu_wrapper_vertical_menu #contact_form .required {
    color: #C00
}
.sm_megamenu_wrapper_vertical_menu #contact_form .form_buttons {
    margin: 4px 0 0 80px
}
.sm_megamenu_wrapper_vertical_menu #contact_form input.button {
    width: 80px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #1E1E1E;
    border: 1px solid #0a0a0a;
    color: #cccccc;
    padding: 4px 7px 4px 7px
}
.sm_megamenu_wrapper_vertical_menu #contact_form input.button:hover {
    color: #eeeeee;
    background-color: #222222;
    border: 1px solid #000
}
.sm_megamenu_wrapper_vertical_menu #contact_form .special {
    display: none
}
.sm_megamenu_wrapper_vertical_menu #contact_form .error,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu #contact_form .sent {
    font-size: 11px;
    padding: 2px 5px 2px 5px;
    text-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.sm_megamenu_wrapper_vertical_menu #contact_form .error {
    background: #FBE5E2;
    border: #f2a197 solid 1px;
    color: #992213
}
.sm_megamenu_wrapper_vertical_menu #contact_form .sent {
    background: #E1F8CB;
    border: #c6d880 solid 1px;
    color: #37620d
}
.sm_megamenu_wrapper_vertical_menu .sambar-inner {
    background-color: #ffffff
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_black li:hover div a:hover {
    color: #dc0a8a
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_black li ul li a:hover {
    color: #dc0a8a
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue {
    background: #014464;
    border: 1px solid #015b86;
    border-top: 1px solid #029feb;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
    background: -o-linear-gradient(top, #0272a7, #013953)
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li:hover div a {
    color: #0294da
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li:hover div a:hover {
    color: #33bcfd
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_blue li ul li a:hover {
    color: #33bcfd
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown {
    background: #44391e;
    border: 1px solid #5c4c29;
    border-top: 1px solid #a28748;
    background: -moz-linear-gradient(top, #736033, #382f19);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#736033), to(#382f19));
    background: -o-linear-gradient(top, #736033, #382f19)
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li:hover div a {
    color: #8b733e
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li:hover div a:hover {
    color: #bfa670
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_brown li ul li a:hover {
    color: #bfa670
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green {
    background: #3e5718;
    border: 1px solid #52711f;
    border-top: 1px solid #8bc135;
    background: -moz-linear-gradient(top, #658c26, #354914);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#658c26), to(#354914));
    background: -o-linear-gradient(top, #658c26, #354914)
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li:hover div a {
    color: #6f992a
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li:hover div a:hover {
    color: #a3d158
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_green li ul li a:hover {
    color: #a3d158
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue {
    background: #52786b;
    border: 1px solid #608c7d;
    border-top: 1px solid #99b9ae;
    background: -moz-linear-gradient(top, #709e8e, #52786b);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#709e8e), to(#52786b));
    background: -o-linear-gradient(top, #709e8e, #52786b)
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li:hover div a {
    color: #608c7d
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li:hover div a:hover {
    color: #99b9ae
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_lightblue li ul li a:hover {
    color: #99b9ae
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange {
    background: #d24900;
    border: 1px solid #f45500;
    border-top: 1px solid #ff945b;
    background: -moz-linear-gradient(top, #ff6717, #c14300);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6717), to(#c14300));
    background: -o-linear-gradient(top, #ff6717, #c14300)
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li:hover div a {
    color: #f45500
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li:hover div a:hover {
    color: #ff945b
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_orange li ul li a:hover {
    color: #ff945b
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink {
    background: #910045;
    border: 1px solid #b30055;
    border-top: 1px solid #ff1a87;
    background: -moz-linear-gradient(top, #d50066, #80003d);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d50066), to(#80003d));
    background: -o-linear-gradient(top, #d50066, #80003d)
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li:hover div a {
    color: #e6006d
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li:hover div a:hover {
    color: #ff4da1
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_pink li ul li a:hover {
    color: #ff4da1
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple {
    background: #6a5f71;
    border: 1px solid #7b6f83;
    border-top: 1px solid #ada5b3;
    background: -moz-linear-gradient(top, #8c8094, #615867);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8c8094), to(#615867));
    background: -o-linear-gradient(top, #8c8094, #615867)
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li:hover div a {
    color: #7b6f83
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li:hover div a:hover {
    color: #ada5b3
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_purple li ul li a:hover {
    color: #ada5b3
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red {
    background: #830701;
    border: 1px solid #a40802;
    border-top: 1px solid #fd190f;
    background: -moz-linear-gradient(top, #d70b02, #830701);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d70b02), to(#830701));
    background: -o-linear-gradient(top, #d70b02, #830701)
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li:hover div a {
    color: #d60a03
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li:hover div a:hover {
    color: #fd5953
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu_red li ul li a:hover {
    color: #fd5953
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_icon {
    display: block
}
.sm_megamenu_wrapper_vertical_menu .sambar-inner > ul > li > a .sm_megamenu_icon {
    /* line-height: 39px; */line-height: 34px;
    display: inline-block
}
.sm_megamenu_lv1 .sm_megamenu_nodesc .sm_megamenu_title {
    line-height: 30px
}
.sm_megamenu_title .sm_megamenu_icon {
    min-height: 21px
}
.sm_megamenu_description {
    font-size: 10px;
    display: block;
    padding-left: 10px
}
.sm_megamenu_description > p {
    color: #CCCCCC !important
}
.sm_megamenu_title span {
    line-height: 21px;
    display: inline-block
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li div div.sm_megamenu_title {
    display: inline-block;
    padding: 0;
    width: 100%
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button {
    background: url("img/bt.png") no-repeat scroll 0px 0px transparent;
    padding: 4px 10px 3px;
    display: block;
    text-decoration: none;
    color: #305f8e;
    height: 26px;
    float: right;
    padding-right: 30px;
    text-shadow: none;
    border: none
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content .sm_megamenu_head_button:hover {
    background: url("img/bt_hover.png") no-repeat scroll 0px 0px transparent;
    padding: 4px 10px 3px;
    display: block;
    text-decoration: none;
    color: #e25203;
    height: 26px;
    float: right;
    padding-right: 30px;
    text-shadow: none
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul {
    margin: 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li a span {
    padding-left: 13px;
    background: url("img/li_normal.png") no-repeat scroll 0 50% transparent
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li a:hover span {
    background: url("img/li_active.png") no-repeat scroll 0 50% transparent;
    color: #74B6E1
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content label {
    color: #fff
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul li input {
    -moz-border-radius: 3px 3px 3px 3px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content ul.form-list li {
    clear: both
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset {
    background: none;
    border: none;
    margin: 0;
    padding: 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list {
    margin-top: 5px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li {
    width: 350px;
    margin-top: 5px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fields .field {
    width: 280px;
    margin-top: 5px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label {
    float: left;
    font-weight: none;
    -moz-border-radius: 3px 0 0 3px;
    border: 1px solid #a2c1cc;
    background-color: #F3F8FA;
    padding: 0px 5px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label {
    color: #444444;
    width: 100px;
    text-shadow: none;
    font-weight: none;
    height: 25px;
    *padding-top: 2px;
    *border-top: 1px solid #3a5163;
    padding: 4px 5px 5px 15px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li label {
    color: #444444;
    width: 65px;
    text-shadow: none;
    font-weight: none;
    height: 25px;
    padding: 3px 5px 2px 15px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list .input-box {
    width: 130px;
    clear: none;
    display: inline
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list input.input-text {
    width: 145px;
    display: block;
    height: 30px;
    -moz-border-radius: 0 3px 3px 0;
    font-size: 15px;
    *padding-top: 2px;
    *padding-bottom: 1px;
    *line-height: 25px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li.wide .input-box {
    clear: both
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list li.wide label {
    width: 228px;
    -moz-border-radius: 5px 5px 0 0;
    height: 25px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .fieldset ul.form-list textarea {
    width: 238px;
    background-color: #fff;
    border: 1px solid #a2c1cc;
    color: #2F2F2F;
    margin: 0;
    font-size: 15px;
    border-radius: 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .buttons-set {
    border: none;
    margin: 0 0 10px 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form .buttons-set p {
    margin: 0
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form button.sm_megamenu_head_button {
    padding-top: 0px
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_content form button.sm_megamenu_head_button:hover {
    padding-top: 0px
}
.sm_megamenu_align_right {
    text-align: right
}
.sambar .sambar-inner .btn-sambar {
    background: #fff;
    color: #FFFFFF;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 7px
}
.sambar .sambar-inner .btn-inner {
    background: #08c;
    width: 100%;
    padding: 7px 0;
    float: left
}
.sambar .btn-sambar .icon-bar {
    background-color: #0A263C;
    display: block;
    height: 2px;
    margin: 2px 0;
    width: 18px
}
@media all and (max-width: 800px) {
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
        width: 125px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
        width: 250px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
        width: 375px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
        width: 500px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
        width: 510px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
        width: 510px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
        width: 510px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
        width: 125px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
        width: 250px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
        width: 375px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
        width: 500px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
        width: 510px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
        width: 510px
    }
}
@media all and (min-width: 1200px) and (max-width: 1460px) {
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
        width: 196px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
        width: 337px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
        width: 505px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
        width: 673px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
        width: 790px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
        width: 889px
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
        width: 125px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
        width: 250px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
        width: 375px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
        width: 500px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
        width: 625px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
        width: 730px
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
        width: 125px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
        width: 250px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
        width: 375px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
        width: 420px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
        width: 490px
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
        width: 550px
    }
}
.sm_megamenu_wrapper_vertical_menu .title-cat-st h2 > a {
    font-weight: bolder;
    font-size: 14px;
    margin-bottom: 18px;
    padding-bottom: 11px
}
.sm_megamenu_wrapper_vertical_menu .col-sm-1,
.sm_megamenu_wrapper_vertical_menu .col-sm-2,
.sm_megamenu_wrapper_vertical_menu .col-sm-3,
.sm_megamenu_wrapper_vertical_menu .col-sm-4,
.sm_megamenu_wrapper_vertical_menu .col-sm-5,
.sm_megamenu_wrapper_vertical_menu .col-sm-6 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: center !important;
    line-height: 2;
    background-color: #f5f5f5 !important;
    border: 1px solid #ddd
}
.sm_megamenu_wrapper_vertical_menu .envato_sites {
    width: 697% !important
}
.sm_megamenu_wrapper_vertical_menu .envato_col_1 {
    background: #ffffff;
    width: 100%;
    position: absolute;
    left: 100%;
    display: inline-block;
    display: none
}
.sm_megamenu_wrapper_vertical_menu .envato_sites:hover > .envato_col_1 {
    background: #ffffff;
    display: block;
    margin-top: -31px;
    border: 1px solid #ccc
}
.sm_megamenu_wrapper_vertical_menu .media-list {
    width: 100%
}
.sm_megamenu_wrapper_vertical_menu li.media {
    width: 100% !important;
    padding: 0 0 10px 0 !important;
    display: block
}
.sm_megamenu_wrapper_vertical_menu .add_media_element,
.sm_megamenu_wrapper_vertical_menu .add_content_video,
.sm_megamenu_wrapper_vertical_menu .add_google_map,
.sm_megamenu_wrapper_vertical_menu .text_1,
.sm_megamenu_wrapper_vertical_menu .text_2,
.sm_megamenu_wrapper_vertical_menu .text_3 {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 108.33% !important;
    line-height: 2em
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu {
    width: 20%
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu li {
    width: 100%
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu li {
    width: 100%
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu {
    width: 29.103583146366%
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown {
    padding: 0 10px
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 {
    padding: 0 10px
}
.sm_megamenu_wrapper_vertical_menu ul.dropdown-menu {
    padding: 0 10px !important
}
.sm_megamenu_wrapper_vertical_menu .pink img,
.sm_megamenu_wrapper_vertical_menu .orange img,
.sm_megamenu_wrapper_vertical_menu .purple img,
.sm_megamenu_wrapper_vertical_menu .red img,
.sm_megamenu_wrapper_vertical_menu .royal-blue img,
.sm_megamenu_wrapper_vertical_menu .salmon img,
.sm_megamenu_wrapper_vertical_menu .silver img,
.sm_megamenu_wrapper_vertical_menu .taupe img,
.sm_megamenu_wrapper_vertical_menu .white img,
.sm_megamenu_wrapper_vertical_menu .yellow img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu {
    float: left
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu {
    float: left;
    padding-bottom: 15px;
    padding-left: 15px
}
.sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu i {
    padding-right: 10px
}
.sm_megamenu_wrapper_vertical_menu .title-megamenu-home {
    float: left;
    font-family: 'colaborate-boldregular';
    text-transform: uppercase;
    font-size: 108.33% !important;
    line-height: 2em !important;
    width: 100% !important;
    position: relative;
    text-align: left
}
.sm_megamenu_wrapper_vertical_menu .clear_item_megamenu {
    clear: both;
    border: 1px solid #ccc
}
.sm_megamenu_wrapper_vertical_menu .element_shop_product-1,
.sm_megamenu_wrapper_vertical_menu .element_shop_product-2 {
    padding: 15px 0 0 0
}
.sm_megamenu_wrapper_vertical_menu .title-megamenu-home {
    float: left;
    font-family: 'colaborate-boldregular';
    text-transform: uppercase;
    font-size: 108.33% !important;
    line-height: 2em !important;
    width: 100% !important;
    position: relative;
    text-align: left
}
.sm_megamenu_wrapper_vertical_menu #fitvid402488 {
    width: 100%;
    display: block;
    height: 202px
}
.sm_megamenu_wrapper_vertical_menu iframe {
    border: none
}
.sm_megamenu_wrapper_vertical_menu #gmap_canvas img {
    max-width: none !important;
    background: none !important
}
.sm_megamenu_wrapper_vertical_menu .pull-right {
    float: right;
    display: inline-block
}
.sm_megamenu_wrapper_vertical_menu .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.sm_megamenu_wrapper_vertical_menu .media-object {
    display: block
}
.sm_megamenu_wrapper_vertical_menu .icon_items img {
    vertical-align: middle
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu {
    width: 100%
}
.sm_megamenu_wrapper_vertical_menu .dropdown-menu li {
    float: left !important;
    width: 96% !important
}
.sm_megamenu_wrapper_vertical_menu .contact_field-3 textarea {
    width: 100%;
    background: #ffffff;
    max-width: 780px;
    border: 1px solid #ccc;
    color: #000000;
    font-size: 14px;
    display: inline-block
}
.sm_megamenu_wrapper_vertical_menu .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.sm_megamenu_wrapper_vertical_menu .pull-right-contact input {
    padding: 7px 15px;
    background: #2e8ab8;
    cursor: pointer;
    float: right;
    border: 0;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap
}
.sm_megamenu_wrapper_vertical_menu .contact_field-1,
.sm_megamenu_wrapper_vertical_menu .contact_field-2 {
    width: 49%
}
.sm_megamenu_wrapper_vertical_menu .contact_field-1 {
    float: left
}
.sm_megamenu_wrapper_vertical_menu .contact_field-2 {
    float: right
}
.sm_megamenu_wrapper_vertical_menu .contact_field-1 input,
.sm_megamenu_wrapper_vertical_menu .contact_field-2 input {
    margin: 14px 0;
    height: 34px
}
.sm_megamenu_wrapper_vertical_menu li.megamenu-home {
    width: 100%;
    text-align: left
}
.sm_megamenu_wrapper_vertical_menu a.items-home {
    font-size: 18px
}
.sm_megamenu_wrapper_vertical_menu .envato-sublv-3 {
    position: absolute;
    left: 100%;
    top: -1px;
    border: 1px solid #ccc;
    width: 100%;
    display: none
}
.sm_megamenu_wrapper_vertical_menu .envato_tuts:hover .envato-sublv-3 {
    display: inline-block
}
.sm_megamenu_wrapper_vertical_menu .envato_tuts:hover .envato-sublv-3 ul {
    padding: 0 10px
}
.sm_megamenu_wrapper_vertical_menu .envato_tuts:hover .envato-sublv-3 ul li.psd-tuts,
.sm_megamenu_wrapper_vertical_menu .envato_tuts:hover .envato-sublv-3 ul li.code-tuts {
    line-height: 24px;
    padding: 5px 0
}
@media all and (max-width: 767px) {
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu p,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu ul,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h2,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu h3 {
        line-height: 15px
    }
    .sm_megamenu_wrapper_vertical_menu {
        width: 100%;
        display: none
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
        box-shadow: none
    }
    .sm_megamenu_wrapper_vertical_menu .sambar-inner {
        box-shadow: none;
        list-style: none outside none;
        margin: 30px auto 0;
        padding: 0;
        width: 100%
    }
    .sambar .sambar-inner .btn-sambar {
        display: block;
        clear: both;
        margin: 7px
    }
    .sambar .sambar-inner .btn-sambar + .sm_megamenu_menu {
        display: none;
        width: 100%;
        float: left
    }
    .sambar .sambar-inner .btn-sambar.open + .sm_megamenu_menu {
        display: block
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li {
        width: 100%;
        border-top: 1px solid #fff;
        position: relative;
        overflow: hidden
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_align_right .sm_megamenu_right {
        position: relative
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div > div {
        box-shadow: none
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
        position: static;
        float: left;
        height: 0;
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_1column,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_2columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_3columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_4columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_5columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_6columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover > .sm_megamenu_dropdown_fullwidth,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
        height: auto
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
        width: 98%
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_drop,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_actived,
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_drop {
        background: none
    }
    .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li a.sm_megamenu_head {
        padding: 4px 10px
    }
    .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu {
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown .item-home-megamenu li {
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu {
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .megamenu-dropdown-2 .item-home-megamenu li {
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .envato_sites {
        background: rgba(0, 0, 0, 0) url("img/drop.png") no-repeat scroll 100% 11px !important;
        width: 100% !important
    }
    .sm_megamenu_wrapper_vertical_menu .envato_tuts {
        background: rgba(0, 0, 0, 0) url("img/drop.png") no-repeat scroll 99% 9px !important
    }
    .sm_megamenu_wrapper_vertical_menu .envato_col_1 {
        left: 0 !important;
        position: relative;
        display: none;
        width: 100%
    }
    .sm_megamenu_wrapper_vertical_menu .envato_sites:hover > .envato_col_1 {
        display: block;
        border: none
    }
    .sm_megamenu_wrapper_vertical_menu .envato-sublv-3 {
        position: relative;
        left: 0;
        top: -1px;
        border: none;
        width: 100%;
        background: #ffffff;
        display: none
    }
}
.sm_megamenu_col_6.image-group .banner-img {
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block !important
}
.sm-imageslider-inner {
    overflow: hidden
}
.sm-imageslider .owl-controls .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%
}
.sm-imageslider .image-pre-text {
    margin: 10px 0
}
.sm-imageslider .image-post-text {
    margin-top: 5px
}
.sm-imageslider .title-imageslider {
    font-family: 'colaborate-boldregular';
    font-size: 16px;
    margin-bottom: 15px
}
.sm-imageslider .sm-imageslider-loading {
    background: url("../images/477.gif") no-repeat center center scroll transparent;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    padding: 0;
    min-height: 250px
}
.sm-imageslider-content .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.sm-imageslider-content .owl-animated-in {
    z-index: 0
}
.sm-imageslider-content .owl-animated-out {
    z-index: 1
}
.sm-imageslider-content .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.sm-imageslider-inner .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.sm-imageslider-content {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    min-height: 100px
}
.sm-imageslider-content .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.sm-imageslider-inner.theme2 .owl-stage {
    background-color: #ddd;
    padding: 5px 0
}
.sm-imageslider-content .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.theme1 .sm-imageslider-content .owl-stage-outer {
    overflow: hidden
}
.sm-imageslider-content .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px)
}
.sm-imageslider-content .owl-controls .owl-nav .owl-prev,
.sm-imageslider-content .owl-controls .owl-nav .owl-next,
.sm-imageslider-content .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.sm-imageslider-content .owl-dots .owl-dot {
    display: inline-block
}
.sm-imageslider-content.owl-loaded {
    display: block
}
.sm-imageslider-content.owl-loading {
    opacity: 0;
    display: block
}
.sm-imageslider-content.owl-hidden {
    opacity: 0
}
.sm-imageslider-content .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.sm-imageslider-content .owl-item img {
    display: block;
    width: 100%
}
.sm-imageslider-content.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: text;
    -ms-user-select: element;
    user-select: element
}
.sm-imageslider-content.owl-rtl {
    direction: rtl
}
.sm-imageslider-content.owl-rtl .owl-item {
    float: right
}
.no-js .sm-imageslider-content {
    display: block
}
.sm-imageslider-content .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.sm-imageslider-content .owl-item img {
    transform-style: preserve-3d
}
.sm-imageslider-inner .owl-theme .owl-controls .owl-nav div {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
.sm-imageslider-inner .owl-theme .owl-controls .owl-nav div:hover {
    opacity: 1
}
.sm-imageslider-content .owl-controls .owl-dot,
.sm-imageslider-content .owl-controls .owl-nav .owl-next,
.sm-imageslider-content .owl-controls .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer
}
.sm-imageslider-inner .owl-theme .owl-dots .owl-dot {
    display: inline-block
}
.sm-imageslider-inner.theme2 .owl-theme .owl-dots .owl-dot.active span,
.sm-imageslider-inner.theme2 .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #55e415
}
.sm-imageslider-inner .owl-theme .owl-dots .owl-dot span {
    border: 0
}
.sm-imageslider-inner.theme2 .owl-nav .owl-prev {
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    z-index: 99;
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5)
}
.sm-imageslider-inner.theme2 .owl-nav .owl-prev:hover {
    background-color: #55E415;
    cursor: pointer
}
.sm-imageslider-inner.theme2 .owl-nav .owl-next {
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center
}
.sm-imageslider-inner.theme2 .owl-nav .owl-next:hover {
    background-color: #55E415;
    cursor: pointer
}
.sm-imageslider-inner .owl-item .item img {
    border: none
}
.sm-imageslider-inner.theme1 .item {
    overflow: hidden
}
.sm-imageslider-inner.theme2 .item {
    position: relative;
    border: none;
    overflow: hidden
}
.sm-imageslider-inner.theme2 .item .item-info {
    display: block;
    position: absolute;
    z-index: 999;
    bottom: 10%;
    right: 5%
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc {
    padding: 10px 20px 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    font-family: 'colaborate-regularregular';
    white-space: normal;
    margin-right: 0;
    position: relative;
    background: none
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc:after {
    background: #000000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skewX(160deg);
    -o-transform: skewX(160deg);
    -ms-transform: skewX(160deg);
    -moz-transform: skewX(160deg);
    width: 100%;
    z-index: 1
}
.sm-imageslider-inner.theme2 .item .item-info .item-desc .item-desc-inner {
    font-family: 'colaborate-boldregular';
    font-size: 14px;
    position: relative;
    z-index: 2;
    white-space: nowrap
}
.sm-imageslider-inner.theme2 .item .item-info .item-title {
    display: inline-block;
    margin-top: -5px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 17px;
    word-wrap: break-word;
    float: right;
    margin-right: 24px;
    position: relative;
    white-space: normal
}
.sm-imageslider-inner.theme2 .item .item-info .item-title:after {
    background: #55E415;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 3;
    bottom: 0;
    transform: skewX(160deg);
    -o-transform: skewX(160deg);
    -ms-transform: skewX(160deg);
    -moz-transform: skewX(160deg);
    width: 100%
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a {
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    font-family: 'colaborate-boldregular';
    font-size: 12px
}
.sm-imageslider-inner.theme2 .item .item-info .item-title .item-title-inner {
    position: relative;
    display: inline-block;
    padding: 3px 15px 10px 15px
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a {
    position: relative;
    z-index: 4
}
.sm-imageslider-inner.theme2 .item .item-info .item-title a:hover {
    text-decoration: none;
    cursor: pointer
}
.sm-imageslider-inner.theme2 .item .item-info .item-title-inner:before {
    border-color: transparent #636363;
    border-style: solid;
    border-width: 5px 0px 0px 10px;
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 0px;
    width: 0;
    z-index: 3
}
.sm-imageslider {
    position: relative
}
.sm-imageslider-inner.theme2 {
    overflow: visible
}
.sm-imageslider-inner.theme2 .owl-nav .owl-prev {
    left: -115px
}
.sm-imageslider-inner.theme2 .owl-nav .owl-next {
    right: -115px
}
.sm-imageslider.theme2 {
    overflow: hidden
}
@media all and (max-width: 479px) {
    .sm-imageslider {
        padding-left: 0;
        padding-right: 0
    }
    .sm-imageslider-inner.theme2 .owl-nav .owl-prev {
        left: -50px
    }
    .sm-imageslider-inner.theme2 .owl-nav .owl-next {
        right: -50px
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .sm-imageslider {
        padding-left: 0;
        padding-right: 0
    }
    .sm-imageslider-inner.theme2 .owl-nav .owl-prev {
        left: -80px
    }
    .sm-imageslider-inner.theme2 .owl-nav .owl-next {
        right: -80px
    }
}
.sm-imageslider .item-image img {
    width: 100%;
    max-width: 100%
}
.imgsl-preload {
    min-height: 200px;
    overflow: hidden;
    height: 200px
}
.sm-imageslider.theme2.boxed {
    padding: 0
}
.sm-imageslider.theme2.boxed .owl-nav .owl-prev {
    left: 0
}
.sm-imageslider.theme2.boxed .owl-nav .owl-next {
    right: 0
}
.sm-listing-tabs {
    margin: 0;
    padding: 0
}
.sm-listing-tabs .owl-stage-outer {
    padding: 0;
    margin: 0;
    overflow: hidden
}
.sm-listing-tabs .owl-controls {
    margin: 0 -20px
}
.sm-listing-tabs .ltabs-wrap {
    margin: 0;
    padding: 0
}
.sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    padding-bottom: 20px
}
.sm-listing-tabs .ltabs-wrap .ltabs-tabs-container ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.acd-btn-add {
    float: left
}
.sm-listing-tabs .sm-listing-tabs .tab-all .ltabs-tab-img {
    height: 30px
}
.sm-listing-tabs .item-price {
    padding-right: 5px
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    display: block
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    display: inline;
    text-transform: uppercase;
    font-weight: normal;
    color: #bbc1cd;
    padding: 0px 20px;
    font-size: 142.86%;
    position: relative;
    cursor: pointer
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
    margin-top: -48px
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
    margin-top: 0
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
    margin-top: -48px
}
.sm-listing-tabs .ltabs-tab-img {
    float: left;
    margin-right: 10px;
    overflow: hidden
}
.sm-listing-tabs .item-prices {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #909090;
    float: left;
    padding: 2% 0;
    width: 40%
}
.sm-listing-tabs .other-infor {
    margin-top: 15px
}
.sm-listing-tabs .hits {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #909090;
    float: left;
    overflow: hidden;
    padding: 2% 0 2% 3%;
    width: 53%
}
.sm-listing-tabs .hits-text {
    color: #0088cc
}
.sm-listing-tabs .item-title {
    margin-bottom: 5px;
    text-transform: uppercase
}
.sm-listing-tabs .item-review .ratings .rating-box .rating {
    width: 100% !important
}
.sm-listing-tabs .item-review .ratings .rating-box {
    margin-right: 5px
}
.sm-listing-tabs .created-date {
    color: #909090;
    margin-bottom: 10px
}
.sm-listing-tabs .item-addcart {
    margin-bottom: 5px
}
.sm-listing-tabs .add-to-links {
    list-style: outside none none;
    margin: 0 0 5px
}
.sm-listing-tabs .add-to-links li:first-child {
    margin-bottom: 5px
}
.sm-listing-tabs ul.add-to-links li {
    font-style: normal;
    margin: 0
}
.sm-listing-tabs .item-desc {
    margin-bottom: 5px
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
    display: none
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
    clear: both;
    color: #888;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    position: relative;
    text-align: left
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    background: #fff none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-image: none;
    border-top-left-radius: 3px;
    overflow: hidden;
    text-indent: 20px;
    width: 167px;
    border: 1px solid #ededed;
    border-right: 0px
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
    -moz-user-select: none;
    background: #ededed none repeat scroll 0 0;
    border: 1px solid #ededed;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 12px;
    text-align: center;
    width: 30px
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
    display: inline-block;
    float: left;
    height: 30px;
    position: relative;
    z-index: 1
}
.sm-listing-tabs .add-loadmore {
    float: right;
    margin-left: 10px;
    margin-top: 2px
}
.sm-listing-tabs .loaded .add-loadmore {
    display: none
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 28px;
    width: 100%;
    z-index: 9999
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
    display: block;
    background: #fff;
    border: 1px solid #ededed
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
    display: block;
    line-height: 20px;
    padding: 5px 10%
}
.sm-listing-tabs .ltabs-wrap .ltabs-items-container {
    margin: 0;
    padding: 0
}
.sm-listing-tabs .ltabs-items-container .ltabs-items {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-inner {
    margin: 0;
    padding: 0;
    width: 100%
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-selected {
    display: block
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap {
    box-shadow: 0 0 0 #000;
    margin: 0;
    opacity: 0;
    padding: 0
}
.sm-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
    box-shadow: 0 0 0 #000;
    max-width: 99.9%;
    width: 99.9%
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
    box-shadow: 0 0 0 #000;
    float: left;
    margin-bottom: 0px;
    opacity: 0
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
    margin: 0 10px
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    overflow: hidden
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img {
    width: 100%
}
.sm-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image img:hover {
    opacity: 0.7;
    transform: scale(1.1, 1.1)
}
.sm-listing-tabs .ltabs-items .ltabs-loading {
    background: transparent url("../images/477.gif") no-repeat scroll center center;
    display: block;
    max-width: 100%;
    min-height: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9
}
.sm-listing-tabs .ltabs-items-container .ltabs-loadmore {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
    background-color: #0088cc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
    background: transparent url("../images/301.GIF") no-repeat scroll center center;
    display: none;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    width: 22px
}
.sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn::after {
    content: attr(data-label)
}
.sm-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
    display: none
}
.sm-listing-tabs .ltabs-items-container.show-slider .new-box {
    top: 1px
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
    box-shadow: none
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-item .item-inner .item-image {
    box-sizing: border-box
}
.sm-listing-tabs .ltabs-item {
    width: 100%
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
    opacity: 1
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner {
    margin: 0
}
.sm-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item .item-inner .bs-detail {
    padding-top: 10px
}
.sm-listing-tabs .ltabs-items-container.show-slider .owl-theme .owl-controls {
    position: static
}
@media all and (max-width: 479px) {
    .sm-listing-tabs .ltabs-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }
    .ltabs-tabs-container .ltabs-tabs li {
        border-left: medium none !important;
        border-right: medium none !important;
        border-top: medium none !important
    }
    .sm-listing-tabs .ltabs-item .hits {
        padding-left: 0;
        width: 100%
    }
    .sm-listing-tabs .ltabs-tab-img {
        display: none
    }
    .sm-listing-tabs .ltabs04-6 .ltabs-item {
        width: 16.64%
    }
    .sm-listing-tabs .ltabs04-5 .ltabs-item {
        width: 19.958%
    }
    .sm-listing-tabs .ltabs04-4 .ltabs-item {
        width: 24.995%
    }
    .sm-listing-tabs .ltabs04-3 .ltabs-item {
        width: 33.315%
    }
    .sm-listing-tabs .ltabs04-2 .ltabs-item {
        width: 49.985%
    }
    .sm-listing-tabs .ltabs04-1 .ltabs-item {
        width: 100%
    }
    .sm-listing-tabs .ltabs04-1 .clr1,
    .sm-listing-tabs .ltabs04-2 .clr2,
    .sm-listing-tabs .ltabs04-3 .clr3,
    .sm-listing-tabs .ltabs04-4 .clr4,
    .sm-listing-tabs .ltabs04-5 .clr5,
    .sm-listing-tabs .ltabs04-6 .clr6 {
        clear: both
    }
    .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }
    .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
        width: 100%
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .sm-listing-tabs .ltabs03-6 .ltabs-item {
        width: 16.64%
    }
    .sm-listing-tabs .ltabs03-5 .ltabs-item {
        width: 19.958%
    }
    .sm-listing-tabs .ltabs03-4 .ltabs-item {
        width: 24.995%
    }
    .sm-listing-tabs .ltabs02-5 .ltabs-item .hits {
        width: 100%
    }
    .sm-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }
    .sm-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }
    .sm-listing-tabs .ltabs03-3 .ltabs-item {
        width: 33.295%
    }
    .sm-listing-tabs .ltabs03-2 .ltabs-item {
        width: 49.999%
    }
    .sm-listing-tabs .ltabs03-1 .ltabs-item {
        width: 100%
    }
    .sm-listing-tabs .ltabs03-1 .clr1,
    .sm-listing-tabs .ltabs03-2 .clr2,
    .sm-listing-tabs .ltabs03-3 .clr3,
    .sm-listing-tabs .ltabs03-4 .clr4,
    .sm-listing-tabs .ltabs03-5 .clr5,
    .sm-listing-tabs .ltabs03-6 .clr6 {
        clear: both
    }
    .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }
    .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
        width: 100%
    }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
    .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }
    .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
        padding-left: 0;
        width: 100%
    }
    .sm-listing-tabs .ltabs02-6 .ltabs-item {
        width: 16.64%
    }
    .sm-listing-tabs .ltabs02-5 .ltabs-item {
        width: 19.958%
    }
    .sm-listing-tabs .ltabs02-4 .ltabs-item {
        width: 24.995%
    }
    .sm-listing-tabs .ltabs02-3 .ltabs-item {
        width: 33.315%
    }
    .sm-listing-tabs .ltabs02-2 .ltabs-item {
        width: 49.999%
    }
    .sm-listing-tabs .ltabs02-1 .ltabs-item {
        width: 100%
    }
    .sm-listing-tabs .ltabs02-4 .ltabs-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }
    .sm-listing-tabs .ltabs02-4 .ltabs-item .hits,
    .sm-listing-tabs .ltabs02-5 .ltabs-item .hits,
    .sm-listing-tabs .ltabs02-6 .ltabs-item .hits {
        padding-left: 0;
        width: 100%
    }
    .sm-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }
    .sm-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }
    .sm-listing-tabs .ltabs02-1 .clr1,
    .sm-listing-tabs .ltabs02-2 .clr2,
    .sm-listing-tabs .ltabs02-3 .clr3,
    .sm-listing-tabs .ltabs02-4 .clr4,
    .sm-listing-tabs .ltabs02-5 .clr5,
    .sm-listing-tabs .ltabs02-6 .clr6 {
        clear: both
    }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
    .sm-listing-tabs .ltabs01-6 .ltabs-item {
        width: 16.64%
    }
    .sm-listing-tabs .ltabs01-5 .ltabs-item {
        width: 20%
    }
    .sm-listing-tabs .ltabs01-4 .ltabs-item {
        width: 25%
    }
    .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }
    .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
        padding-left: 0;
        width: 100%
    }
    .sm-listing-tabs .ltabs01-3 .ltabs-item {
        width: 33.315%
    }
    .sm-listing-tabs .ltabs01-2 .ltabs-item {
        width: 49.999%
    }
    .sm-listing-tabs .ltabs01-1 .ltabs-item {
        width: 100%
    }
    .sm-listing-tabs .ltabs01-1 .clr1,
    .sm-listing-tabs .ltabs01-2 .clr2,
    .sm-listing-tabs .ltabs01-3 .clr3,
    .sm-listing-tabs .ltabs01-4 .clr4,
    .sm-listing-tabs .ltabs01-5 .clr5,
    .sm-listing-tabs .ltabs01-6 .clr6 {
        clear: both
    }
}
@media all and (min-width: 1600px) {
    .sm-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
    .sm-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
        border-bottom: medium none;
        border-right: medium none;
        width: 100%
    }
    .sm-listing-tabs .ltabs01-3 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-4 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-5 .ltabs-item .hits,
    .sm-listing-tabs .ltabs01-6 .ltabs-item .hits {
        padding-left: 0;
        width: 100%
    }
    .sm-listing-tabs .ltabs00-6 .ltabs-item {
        width: 16.64%
    }
    .sm-listing-tabs .ltabs00-5 .ltabs-item {
        width: 20%
    }
    .sm-listing-tabs .ltabs00-4 .ltabs-item {
        width: 25%
    }
    .sm-listing-tabs .ltabs00-3 .ltabs-item {
        width: 33.315%
    }
    .sm-listing-tabs .ltabs00-2 .ltabs-item {
        width: 49.999%
    }
    .sm-listing-tabs .ltabs00-1 .ltabs-item {
        width: 100%
    }
    .sm-listing-tabs .ltabs00-1 .clr1,
    .sm-listing-tabs .ltabs00-2 .clr2,
    .sm-listing-tabs .ltabs00-3 .clr3,
    .sm-listing-tabs .ltabs00-4 .clr4,
    .sm-listing-tabs .ltabs00-5 .clr5,
    .sm-listing-tabs .ltabs00-6 .clr6 {
        clear: both
    }
}
.sm-listing-tabs.lt-ie9 .ltabs01-6 .ltabs-item {
    width: 16.64%
}
.sm-listing-tabs.lt-ie9 .ltabs01-5 .ltabs-item {
    width: 20%
}
.sm-listing-tabs.lt-ie9 .ltabs01-4 .ltabs-item {
    width: 25%
}
.sm-listing-tabs.lt-ie9 .ltabs01-3 .ltabs-item {
    width: 33.315%
}
.sm-listing-tabs.lt-ie9 .ltabs01-2 .ltabs-item {
    width: 49.999%
}
.sm-listing-tabs.lt-ie9 .ltabs01-1 .ltabs-item {
    width: 100%
}
.sm-listing-tabs.lt-ie9 .ltabs01-1 .clr1,
.sm-listing-tabs.lt-ie9 .ltabs01-2 .clr2,
.sm-listing-tabs.lt-ie9 .ltabs01-3 .clr3,
.sm-listing-tabs.lt-ie9 .ltabs01-4 .clr4,
.sm-listing-tabs.lt-ie9 .ltabs01-5 .clr5,
.sm-listing-tabs.lt-ie9 .ltabs01-6 .clr6 {
    clear: both
}
.sm-listing-tabs .ltabs-item .item-desc {
    overflow: hidden
}
.sm-listing-tabs .ltabs-item .item-readmore {
    text-align: right
}
.sm-listing-tabs .ltabs-item .item-desc + .item-readmore {
    margin-top: 10px
}
.sm-listing-tabs .ltabs-item .item-votes {
    margin: 0 0 10px
}
.sm-listing-tabs .ltabs-item .item-btn-add {
    clear: both;
    display: block;
    overflow: hidden;
    padding-top: 10px
}
.sm-listing-tabs .ltabs-item .item-btn-add form {
    margin: 0
}
.sm-listing-tabs .ltabs-item .item-btn-add .hikashop_add_to_cart,
.sm-listing-tabs .ltabs-item .item-btn-add .hikashop_add_wishlist {
    display: inline-block;
    margin: 10px 5px 0 0
}
.cf::before,
.cf::after {
    content: " ";
    display: table
}
.cf::after {
    clear: both
}
.sm-listing-tabs .pre-text,
.sm-listing-tabs .post-text {
    margin: 10px
}
.deal-wrapper-index3 .deals-preload.boxed {
    overflow: visible;
    max-height: 414px;
}
.deal-wrapper-index3 .owl-carousel .owl-stage-outer {
    padding-top: 98px;
    top: -98px
}
.deal-wrapper-index3 .owl-theme .owl-nav > div {
    background: #bdc0c1;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 0;
    right: -5px
}
.deal-wrapper-index3 .owl-theme .owl-nav > div.owl-prev {
    right: 36px;
    left: auto
}
.deal-wrapper-index3 .owl-theme .owl-nav > div:before {
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px
}
.deal-wrapper-index3 .owl-theme .owl-nav > div:hover {
    background: #222
}
.deal-wrapper-index3 .products-grid .item .item-inner .box-image:hover .deals-countdown {
    display: none
}
.deal-wrapper-index3 .deals-countdown {
    position: absolute;
    width: 100%;
    background: #dbdbdb;
    height: auto;
    display: inline-block;
    text-align: center;
    color: #363636;
    line-height: 130%;
    padding: 7px 0;
    bottom: 0
}
.deal-wrapper-index3 .deals-countdown .deals-time {
    float: left;
    width: 25%;
    border: 0;
    padding: 0;
    margin: 0
}
.deal-wrapper-index3 .deals-countdown .deals-time:after {
    display: none
}
.deal-wrapper-index3 .deals-countdown .deals-time > div {
    display: inline-block;
    width: 100%
}
.deal-wrapper-index3 .deals-countdown .deals-time > div.num-time {
    font-size: 128.57%;
    margin-top: 5px;
    font-weight: bold
}
.deal-wrapper-index3 .deals-countdown .deals-time > div.title-time {
    font-size: 85.71%
}
.deals_title_text {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold
}
.sm-deals {
    overflow: hidden
}
.sm-deals .deals-items {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden
}
.sm-deals .deals-items .deals-item {
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.sm-deals .deals-items .deals-item .deals-item-inner {
    padding: 10px;
    overflow: hidden;
    border: 1px solid transparent
}
.sm-deals .deals-items .deals-item .deals-item-inner:hover {
    border: 1px solid #bbb;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    background: #fff
}
.sm-deals .towishlist:before {
    content: '\e600'
}
.sm-deals .tocompare:before {
    content: '\e61e'
}
.sm-deals .deals-items .deals-item .deals-image {
    max-width: 100%;
    margin: 0;
    padding-bottom: 10px
}
.sm-deals .deals-items .deals-item .deals-image img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}
.sm-deals .deals-items .deals-item .deals-detail {
    text-align: right
}
.sm-deals .deals-title {
    margin: 5px 0
}
.sm-deals .deals-description {
    margin: 5px 0;
    line-height: 18px;
    word-wrap: break-word
}
.sm-deals .deals-review {
    margin: 5px 0
}
.sm-deals .deals-price {
    margin: 10px 0
}
.sm-deals .deals-review .ratings {
    margin: 0
}
.sm-deals .deals-review .rating-box {
    margin-right: 5px
}
.sm-deals .deals-review .rating-links {
    padding-top: 1px
}
.sm-deals .product-item-actions {
    margin: 10px 0
}
.sm-deals .deals-detail {
    margin: 5px 0
}
.sm-deals .deals-btn-addtocart {
    margin-bottom: 10px
}
.sm-deals .add-to-links {
    margin: 0
}
.sm-deals .deals-items .deals-image:hover {
    opacity: 0.7
}
@media all and (max-width: 467px) {
    .sm-deals .deals-resp05-6 .deals-item {
        width: 16.666%
    }
    .sm-deals .deals-resp05-5 .deals-item {
        width: 20%
    }
    .sm-deals .deals-resp05-4 .deals-item {
        width: 25%
    }
    .sm-deals .deals-resp05-3 .deals-item {
        width: 33.333%
    }
    .sm-deals .deals-resp05-2 .deals-item {
        width: 50%
    }
    .sm-deals .deals-resp05-1 .deals-item {
        width: 100%
    }
    .sm-deals .deals-resp05-1 .clr1,
    .sm-deals .deals-resp05-2 .clr2,
    .sm-deals .deals-resp05-3 .clr3,
    .sm-deals .deals-resp05-4 .clr4,
    .sm-deals .deals-resp05-5 .clr5,
    .sm-deals .deals-resp05-6 .clr6 {
        clear: both
    }
    .sm-deals .product-item-actions {
        display: block
    }
    .sm-deals .product-item-actions .actions-primary {
        display: table-cell
    }
    .sm-deals .product-item-actions .actions-primary + .actions-secondary {
        display: table-cell;
        padding-left: 10px;
        width: 50%
    }
    .sm-deals .product-item-actions .actions-primary + .actions-secondary > .action {
        margin-right: 10px
    }
}
@media all and (min-width: 468px) and (max-width: 767px) {
    .sm-deals .deals-resp04-6 .deals-item {
        width: 16.666%
    }
    .sm-deals .deals-resp04-5 .deals-item {
        width: 20%
    }
    .sm-deals .deals-resp04-4 .deals-item {
        width: 25%
    }
    .sm-deals .deals-resp04-3 .deals-item {
        width: 33.333%
    }
    .sm-deals .deals-resp04-2 .deals-item {
        width: 50%
    }
    .sm-deals .deals-resp04-1 .deals-item {
        width: 100%
    }
    .sm-deals .deals-resp04-1 .clr1,
    .sm-deals .deals-resp04-2 .clr2,
    .sm-deals .deals-resp04-3 .clr3,
    .sm-deals .deals-resp04-4 .clr4,
    .sm-deals .deals-resp04-5 .clr5,
    .sm-deals .deals-resp04-6 .clr6 {
        clear: both
    }
    .sm-deals .product-item-actions {
        display: block
    }
    .sm-deals .product-item-actions .actions-primary {
        display: table-cell
    }
    .sm-deals .product-item-actions .actions-primary + .actions-secondary {
        display: table-cell;
        padding-left: 10px;
        width: 50%
    }
    .sm-deals .product-item-actions .actions-primary + .actions-secondary > .action {
        margin-right: 10px
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .sm-deals .deals-resp03-6 .deals-item {
        width: 16.666%
    }
    .sm-deals .deals-resp03-5 .deals-item {
        width: 20%
    }
    .sm-deals .deals-resp03-4 .deals-item {
        width: 25%
    }
    .sm-deals .deals-resp03-3 .deals-item {
        width: 33.333%
    }
    .sm-deals .deals-resp03-2 .deals-item {
        width: 50%
    }
    .sm-deals .deals-resp03-1 .deals-item {
        width: 100%
    }
    .sm-deals .deals-resp03-1 .clr1,
    .sm-deals .deals-resp03-2 .clr2,
    .sm-deals .deals-resp03-3 .clr3,
    .sm-deals .deals-resp03-4 .clr4,
    .sm-deals .deals-resp03-5 .clr5,
    .sm-deals .deals-resp03-6 .clr6 {
        clear: both
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
    .sm-deals .deals-resp02-6 .deals-item {
        width: 16.666%
    }
    .sm-deals .deals-resp02-5 .deals-item {
        width: 20%
    }
    .sm-deals .deals-resp02-4 .deals-item {
        width: 25%
    }
    .sm-deals .deals-resp02-3 .deals-item {
        width: 33.333%
    }
    .sm-deals .deals-resp02-2 .deals-item {
        width: 50%
    }
    .sm-deals .deals-resp02-1 .deals-item {
        width: 100%
    }
    .sm-deals .deals-resp02-1 .clr1,
    .sm-deals .deals-resp02-2 .clr2,
    .sm-deals .deals-resp02-3 .clr3,
    .sm-deals .deals-resp02-4 .clr4,
    .sm-deals .deals-resp02-5 .clr5,
    .sm-deals .deals-resp02-6 .clr6 {
        clear: both
    }
}
@media all and (min-width: 1200px) {
    .sm-deals .deals-resp01-6 .deals-item {
        width: 16.666%
    }
    .sm-deals .deals-resp01-5 .deals-item {
        width: 20%
    }
    .sm-deals .deals-resp01-4 .deals-item {
        width: 25%
    }
    .sm-deals .deals-resp01-3 .deals-item {
        width: 33.333%
    }
    .sm-deals .deals-resp01-2 .deals-item {
        width: 50%
    }
    .sm-deals .deals-resp01-1 .deals-item {
        width: 100%
    }
    .sm-deals .deals-resp01-1 .clr1,
    .sm-deals .deals-resp01-2 .clr2,
    .sm-deals .deals-resp01-3 .clr3,
    .sm-deals .deals-resp01-4 .clr4,
    .sm-deals .deals-resp01-5 .clr5,
    .sm-deals .deals-resp01-6 .clr6 {
        clear: both
    }
}
.sm-deals .owl-nav > div {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #bdc0c1;
    top: 50%;
    z-index: 1
}
.sm-deals .owl-nav > div:before {
    display: inline-block;
    text-indent: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    font-family: fontawesome
}
.sm-deals .owl-nav > div.owl-prev {
    left: -2px
}
.sm-deals .owl-nav > div.owl-prev:before {
    content: "\f104"
}
.sm-deals .owl-nav > div.owl-next {
    right: -2px
}
.sm-deals .owl-nav > div.owl-next:before {
    content: "\f105"
}
.sm-deals .owl-nav > div:hover {
    background: #222;
    cursor: pointer
}
.sm-deals.boxed {
    padding: 0
}
.sm-deals .owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
    position: relative;
    display: none
}
.sm-deals-loading {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    background: url(../images/loading.gif) center center no-repeat transparent;
    min-height: 200px
}
.sm-deals .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px
}
.sm-deals .owl-controls .owl-dot,
.sm-deals .owl-controls .owl-nav .owl-next,
.sm-deals .owl-controls .owl-nav .owl-prev {
    -moz-user-select: none;
    cursor: pointer
}
.sm-deals .owl-theme .owl-dots .owl-dot {
    display: inline-block
}
.sm-deals .owl-theme .owl-dots .owl-dot.active span,
.sm-deals .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #55e415
}
.sm-deals .owl-theme .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px
}
.search-autocomplete {
    margin-top: 35px !important
}
.sm-searchbox .sm-searchbox-content .form.minisearch {
    text-align: left;
    border: none;
    position: static;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%
}
.sm-searchbox .sm-searchbox-content .field.searchbox .control > input {
    float: left;
    color: #a1a1a1;
    line-height: 34px;
    /* position: absolute; */position: relative;
    border-right: 1px solid #ededed;
    left: 2px;
    z-index: 0;
    /* padding-left: 170px; */padding-left: 12px;
    height: 34px;
    border: 0;
    right: 2px;
    font-size: 86%;
    background: transparent
}
.sm-searchbox .sm-searchbox-content .field.searchbox .control > select {
    width: 160px;
    height: 34px;
    line-height: 34px;
    padding: 0 25px 0 10px;
    float: left;
    background: #f5f5f5 url('../images/bg-cat-sear.png') no-repeat right 10px top 13px;
    border: 0;
    position: relative;
    z-index: 1;
    font-size: 86%;
    color: #999999;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid transparent;
    border-right: 1px solid #ededed
}
.sm-searchbox .sm-searchbox-content .field.searchbox .control > select:before {
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    position: absolute;
    right: 0;
    color: #999999
}
.sm-serachbox-pro .sm-searbox-content .form-button.button:hover:before {
    color: #dc0a8a
}
.sm-serachbox-pro select option {
    padding: 5px 10px;
    color: #636363
}
.sm-serachbox-pro input.input-text,
.sm-serachbox-pro select,
.sm-serachbox-pro textarea {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c1ccd1;
    font-size: 13px;
    margin: 0;
    padding: 0
}
@media all and (max-width: 640px) {
    .sm-serachbox-pro .sm-searbox-content .form-search > input {
        height: 34px;
        line-height: 34px;
        padding-left: 10px
    }
    .sm-serachbox-pro .sm-searbox-content .form-button.button {
        height: 38px;
        width: 43px
    }
    .sm-serachbox-pro .sm-searbox-content .form-search > select {
        display: none
    }
}

/*-------- RESPONSIVE START --------*/
@media screen and (min-width: 1362px) {
	.cms-home-style-2.cms-index-index .slide-img .item .infoslide.col-right { right: 26%; top: 15%;}
}

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

	/*HEADER*/
	.header-124 .header-middle .search-header-bottom { width: 56%;}
	.navigation-megamenu-wrapper ul.sm_megamenu_menu > li > a { font-size: 15px;}
	.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li > a { padding: 7px 13px 6px;}
	.header-124 .yt-menu .sm_megamenu_wrapper_horizontal_menu .sambar-inner .sm_megamenu_menu > li.drop-parent > a:after { top: 15px;}
	.header-style-2 a.page-daydeals i { font-size: 18px;}
	header .content-header-bottom a.page-daydeals { font-size: 14px; padding: 9px 12px;}

	/*SLIDER*/
	.cms-home-style-2.cms-index-index .slide-img .item .infoslide.col-right { right: 18%;}
	.infoslide .slider-caption-header { font-size: 50px; line-height: 46px; margin: 0 0 10px;}
	.infoslide .slider-caption-list { margin: 0 0 20px;}
	.infoslide .slider-caption-list li:before { font-size: 15px; padding: 0 10px 0 0;}
	.infoslide .slider-caption-list li { font-size: 20px; line-height: 30px;}
	
	/*NEW PRODUCTS*/
	.new_products .col-md-4 { float: right;}
	.new_products .col-md-4 .item { border-left: 1px solid #ededed;}
	
	/*FOOTER*/
	.footer-style-2 .footer .footer-middle .block.ft-contact-us { padding: 20px 0 0;}
	.foot-logo { margin: 0 0 25px;}
	
	/*CATEGORY PAGE*/
	.block .block-content .filter-options-content { margin: 20px 10px 32px;}
	.block .block-content .filter-options-title { margin: 0 10px;}
	.toolbar .modes { margin-left: 15px;}
	.toolbar .toolbar-sorter { margin-right: 10px;}
	.toolbar .limiter { margin-right: 15px;}
	.category-product.products-grid .item .item-inner .box-image { margin: 0;}
	.category-product.products-grid .item .item-inner .box-info { padding: 10px 0 8px;}
	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
}

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

	/*HEADER*/
	.header-124 .header-middle .content-header-bottom { padding: 15px 0px 15px;}
	.header-style-2 .sm_megamenu_wrapper_vertical_menu { display: none;}
	.header-middle .logo-wrapper.col-md-3 { width: 30%;}
	.header-middle .col-right2.col-md-9 { width: 70%;}
	.header-124 .header-middle .search-header-bottom { width: 50%; padding: 0;}
	.header-middle .col-right2.col-md-9 .search-header-bottom { width: 50%; padding: 0;}
	.header-middle .col-right2.col-md-9 .free-ship { width: 140px;}
	.header-middle .col-right2.col-md-9 .next-day { width: 84px;}
	.navigation-megamenu-wrapper { display: none;}
	.content-header-bottom .col-md-9 .navigation-container  { float: left;}
	.navigation-mobile-container { float: left; margin-top: -3px; margin-right: 10px; margin-bottom: 5px;}
	header .content-header-bottom a.page-daydeals { float: left; height: 34px; line-height: normal; width: auto;}
	a.account-head-link { margin-left: 5px;}
	.collapse-type .navigation-mobile { width: 310px; padding: 10px 15px; box-shadow: 0 1px 2px 0 #000; text-align: left;}
	.navigation-mobile > ul > li { margin-bottom: 10px;}
	.navigation-mobile > ul > li > a { padding: 0 0 10px;}
	.navigation-mobile > ul > li ul li a { padding: 0 0 5px;}
	.navigation-mobile .touch-button { height: 15px; line-height: 15px; width: 15px; top: 5px;}
	.navigation-mobile .touch-button:before { font-size: 10px;}
	.navigation-mobile ul li ul li a { color: #222;}
	.navigation-mobile > ul > li ul li:before { content: "\f105"; float: left; font-family: FontAwesome; padding-right: 8px;}
	.header-container .menu-ontop { position: relative !important;}
	.header-container .cart-wrapper .minicart-wrapper .block-content > .actions .viewcart, .header-container .cart-wrapper .minicart-wrapper .block-content > .actions .checkout { background: #009bde none repeat scroll 0 0; border: 1px solid #009bde; color: #fff;}
	
	/*SLIDER*/
	.infoslide .slider-caption-header { font-size: 34px; line-height: 30px; margin: 0 0 15px;}
	.infoslide .slider-caption-header span { padding-right: 6px;}
	.slider-caption-header br { display: none;}
	.infoslide a.shop-now { font-size: 18px; padding: 6px 20px;}
	ul.sm-imageslider { margin-bottom: 10px;}
	
	/*NEW PRODUCTS*/
	.new_products .col-md-4 { width: 20%;}
	.new_products .col-md-8 { width: 80%;}
	.bottom-action-out-wrap { display: none;}
	
	/*BLOG*/
	.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent { min-height: 170px;}
	
	/*CALL TO ACTION*/
	.before-footer .col-lg-4 { width: 40%;}
	.before-footer .col-lg-8 { width: 60%;}
	.mess-footer span:after { padding: 0 5px;}
	.mess-footer span { font-size: 26px;}
	
	/*FOOTER*/
	.footer-middle .col-lg-4.ft-contact-us { width: 25%;}
	.footer-middle .col-lg-8 { width: 75%;}
	.footer-middle .col-lg-8 .row > div { width: 33.33%;}
	.footer .footer-middle .block .content > p { word-wrap: break-word;}
	.footer .footer-middle .block .content > p.phone, .footer .footer-middle .container_instagramusers .content > p.phone {
		background: rgba(0, 0, 0, 0) url("../images/ico-contact.png") no-repeat scroll 0 -38px;}
	.footer .footer-middle .block .content > p.email, .footer .footer-middle .container_instagramusers .content > p.email {
		background: rgba(0, 0, 0, 0) url("../images/ico-contact.png") no-repeat scroll 4px -82px;}
		
	/*INNER PAGES*/
	.page-title { margin-bottom: 10px;}
	.account .sidebar-main .title { margin: 0 0 10px;}
	.block .title strong { margin-bottom: 0; margin-top: 0;}
	
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.fotorama__nav-wrap.fotorama__nav-wrap--horizontal { margin: 0 0 20px;}
}

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

	/*GLOBAL*/
	.new_products h1, .box-related-upsell .title-view h2 { font-size: 26px;}
	.full-wrapper { margin-left: -10px; margin-right: -10px;}
	.container { padding-left: 10px; padding-right: 10px;}
	.row { margin-left: -10px; margin-right: -10px;}
	.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 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/*HEADER*/
	.header-124 .header-middle .content-header-bottom { padding: 10px 0 5px;}
	.header-middle .logo-wrapper.col-md-3 { width: 100%;}
	.header-middle .col-right2.col-md-9 { width: 100%;}
	.header-middle .col-right2.col-md-9 .free-ship { width: 125px;}
	.header-middle .col-right2.col-md-9 .next-day { width: 72px;}
	.header-container .cart-wrapper .minicart-wrapper .block-minicart { right: -102px !important;}
	.header-middle .col-right2.col-md-9 .free-ship, 
    .header-middle .col-right2.col-md-9 .next-day {}
	.search-header-bottom .btn-search { display: none;}
	.header-middle .col-right2.col-md-9 .search-header-bottom {  float: left;/*width: 95%;*/}
	.header-124 .header-inner .search-header-bottom .form.minisearch .actions button.btn-searchbox, .header-124 .header-inner .search-header-bottom .form.minisearch .actions button.action.search { padding: 0 10px;}
	
	/*SLIDER*/
	.sm-imageslider .owl-item .img { background-image: url("../images/slider/slide1.jpg"); background-position: 50% center; background-repeat: no-repeat;
	background-size: cover; height: 230px;}
	.sm-imageslider .owl-item .img img { display: block !important;}
	.cms-home-style-2.cms-index-index .slide-img .item .infoslide.col-right { right: 10%;}
	.infoslide .slider-caption-header { font-size: 24px; line-height: normal; margin: 0 0 10px;}
	.infoslide .slider-caption-list li { font-size: 16px; line-height: 22px;}
	.infoslide .slider-caption-list li:before { font-size: 13px;  margin-left: -15px; margin-top: -1px; position: absolute;}
	.infoslide .slider-caption-list li { font-size: 16px; line-height: 22px; padding-left: 15px;}
	.cms-home-style-2.cms-index-index .slide-img .item .infoslide a.shop-now { font-size: 18px;}
	.sm-imageslider .owl-controls { display: none;}
	
	/*NEW PRODUCTS*/
	.new_products .col-md-4, .new_products .col-md-8 { width: 100%;}
	.cms-home-style-2.cms-index-index .bstop-home2 .product-bottom .item { width: 50%; border-bottom: 1px solid #ededed;}
	.cms-home-style-2.cms-index-index .bstop-home2 .product-bottom .item:first-child { border-bottom: 1px solid #ededed;}
	.new_products .col-md-4 .item { border: none;}
	.cms-home-style-2.cms-index-index .bstop-home2 .product-bottom .item:nth-child(2n+1),
	.cms-home-style-2.cms-index-index .bstop-home2 .product-bottom:last-child .item:nth-child(6){ border-left: medium none;}
	.products-grid .item .item-inner .box-image a { height: 204px;}
	.new_products .products-grid .col-md-4 .box-image a { height: auto;}
	.box-related-upsell .products-grid .item .item-inner .box-image a { height: auto;}
	
	/*TESTIMONIALS*/
	.home-style-4 .testimonials-home { padding-top: 15px;}
	.home-style-4 .testimonials-home .testimonials-slider { max-width: 350px;}
	.home-style-4 .testimonials-home .testimonials-slider .owl-item .comment .content { font-family: "colaborate-regularregular"; font-size: 14px;
		height: 138px; overflow: hidden;}
	
	/*BLOG*/
	.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent { min-height: auto;}
	.cms-home-style-2.cms-index-index .latest-post-home .item-inner .postContent .tabs-post .time:before { top: 0;}
	
	/*CALL TO ACTION*/
	.before-footer { padding: 20px 0; text-align: center;}
	.before-footer .col-lg-4, .before-footer .col-lg-8 { width: 100%;}
	.before-footer .col-lg-4 { margin: 0 0 15px;}
	
	/*FOOTER*/
	.footer-middle .col-lg-4.ft-contact-us, .footer-middle .col-lg-8 { width: 100%;}
	.footer-middle .col-lg-8 .row > div { width: 100%; clear: both;}
	.footer .footer-middle .block .content > p.phone, .footer .footer-middle .container_instagramusers .content > p.phone {
		background: rgba(0, 0, 0, 0) url("../images/ico-contact.png") no-repeat scroll 0 -43px;}
	.footer .footer-middle .block .content > p.email, .footer .footer-middle .container_instagramusers .content > p.email {
		background: rgba(0, 0, 0, 0) url("../images/ico-contact.png") no-repeat scroll 4px -85px;}	
	.footer .footer-middle .block, .footer .footer-middle .container_instagramusers { padding: 0 0 20px;}
	.footer .footer-middle .block .title, .footer .footer-middle .container_instagramusers .title, .footer .footer-middle .block .block-title, .footer .footer-middle .container_instagramusers .block-title { margin-bottom: 25px; padding-bottom: 3px;}
	.footer .footer-middle .block .content ul, .footer .footer-middle .container_instagramusers .content ul { display: inline-block; width: 100%;}
	.sm-instagram-gallery { max-width: 100%;}
	.footer .footer-middle .block .content ul li, .footer .footer-middle .container_instagramusers .content ul li { float: left; padding: 0 0 10px; width: 33.33%;}
	.footer .footer-middle .block .content .payment li { width: auto;}
	.block.ft-my-account ul { margin-bottom: 0;}
	.copyright .social-footer, .footer .copyright .copyright-footer { padding: 15px 0;}
	
	/*CATEGORY PAGE*/
	.page-main { padding: 20px 0;}
	.block .block-title.filter-title { margin-bottom: 10px; margin-top: 0;}
	.toolbar .sortby-limiter .label { display: none;}
	.col2-layout .category-product.products-grid .item.product-item { clear: none !important; width: 50%;}
	.products-list .item .item-inner .box-image-list { text-align: center;}
	
	/*PRODUCT DETAIL PAGE*/
	.info-box-detail { padding-top: 10px;}
	.info-box-detail .product-options-bottom .box-tocart .fieldset .control, .info-box-detail .product-add-form .box-tocart .fieldset .control {
		width: 68px !important; margin-right: 0;}
	.info-box-detail .product-add-form .box-tocart .fieldset .actions button { padding: 0 12px;}
	.info-box-detail .product-info-main .product-social-links { clear: none;}
	
	/*INNER PAGES*/
	.form-create-account .fieldset { min-height: auto;}
	
	/*CHECKOUT PAGES*/
	.cart.table-wrapper .item .col.item { padding-bottom: 30px; padding-left: 122px;}
	.checkout-container .opc-estimated-wrapper { clear: both;}
	.checkout-container .checkout-payment-method .payment-method-content { padding: 0 15px 20px;}
	.checkout-payment-method .payment-option { margin: 0;}
	.checkout-payment-method .billing-address-form { margin-bottom: 20px;}
	
}

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

	/*GLOBAL*/
	.new_products h1, .box-related-upsell .title-view h2 { font-size: 24px;}
	.full-wrapper { margin-left: -5px; margin-right: -5px;}
	.container { padding-left: 5px; padding-right: 5px;}
	.row { margin-left: -5px; margin-right: -5px;}
	.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 {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	/*HEADER*/
	.header-middle .col-right2.col-md-9 .free-ship, 
    .header-middle .col-right2.col-md-9 .next-day { }
    .header-middle .col-right2.col-md-9 .free-ship { width: 90px; padding: 0;}
	.header-middle .col-right2.col-md-9 .next-day { width: 62px; }
    .header-middle .col-right2.col-md-9 .search-header-bottom {/*width: 48%*/}
	.navigation-mobile-container { margin-right: 5px;}
	.nav-mobile-container { height: 35px;}
	.btn-mobile .button-mobile { height: 35px; line-height: 35px; width: 35px;}
	.btn-mobile .button-mobile i { font-size: 21px;}
	.page-daydeals span { padding-left: 5px;}
	.header-style-2 a.page-daydeals i { font-size: 16px;}
	header .content-header-bottom a.page-daydeals { font-size: 12px; padding: 7px 8px; height: auto;}
	.header-container .cart-wrapper .showcart:after { font-size: 14px; height: 30px; line-height: 30px; width: 30px;}
	.header-container .cart-wrapper .showcart { height: 30px; padding-left: 0; width: 30px;}
	a.account-head-link { margin-left: 0; font-size: 12px; padding: 5px 6px;}
	.navigation-mobile > ul > li > a { padding: 0 0 5px;}
	.navigation-mobile .touch-button { top: 2px;}
	.header-container .cart-wrapper .minicart-wrapper .block-minicart { right: -76px !important; top: 30px !important;}
	.header-container .cart-wrapper .minicart-wrapper .block-minicart { width: 310px;}
	.sm-searchbox .sm-searchbox-content .field.searchbox .control > input { font-size: 12px; height: 30px; left: 3px; line-height: 30px; padding-left: 5px;}
	.header-124 .header-inner .search-header-bottom .form.minisearch .actions button.btn-searchbox, .header-124 .header-inner .search-header-bottom .form.minisearch .actions button.action.search { height: 32px; line-height: 30px; padding: 0 10px;}
	.header-124 .header-inner .search-header-bottom .form.minisearch .actions button.btn-searchbox::before, .header-124 .header-inner .search-header-bottom .form.minisearch .actions button.action.search:before { font-size: 12px; width: 8px;}
	
	
    
    
	/*SLIDER*/
	.sm-imageslider .owl-item .img { height: 180px; background-position: 44% center;}
	.infoslide .slider-caption-header { font-size: 18px; margin: 0 0 5px;}
	.infoslide .slider-caption-list li:before { font-size: 11px;}
	.infoslide .slider-caption-list li { font-size: 14px; line-height: 18px;}
	.infoslide .slider-caption-list { margin: 0 0 10px;}
	.infoslide a.shop-now { padding: 3px 12px;}
	.cms-home-style-2.cms-index-index .slide-img .item .infoslide.col-right { right: 5%;}
	ul.sm-imageslider { margin-bottom: 0;}
	
	/*NEW PRODUCTS*/
	.products-grid .item .item-inner { padding: 5px;}
	.products-grid .item .item-inner .box-image a { height: 135px;}
	.new_products .products-grid .col-md-4 .box-image a { height: auto;}
	.block, .block-banners, .block-banners-inline { margin-bottom: 20px;}
	.column.main .offer_box.block:last-child { margin-bottom: 20px;}
	
	/*SPECIAL PRODUCTS*/
	.box-related-upsell .owl-controls .owl-nav { top: -38px;}
	.box-related-upsell .owl-carousel .owl-item { width: 155px !important;}
	
	/*TESTIMONIALS*/
	.home-style-4 .testimonials-home .testimonials-slider { max-width: 290px;}
	
	/*BLOG*/
	.cms-home-style-2.cms-index-index .latest-post-home .title-post h2 { margin-bottom: 20px;}
	.cms-home-style-2.cms-index-index .latest-post-home .owl-controls .owl-nav { right: 10px; top: -50px;}
	.cms-home-style-2.cms-index-index .latest-post-home .item-inner.secditem0, .cms-home-style-2.cms-index-index .latest-post-home .item-inner.secditem2 {
		margin-bottom: 20px;}
		
	/*CALL TO ACTION*/
	.page-footer { padding-top: 30px;}
	.before-footer .col-lg-4 { margin: 0 0 10px;}
	
	/*FOOTER*/
	.footer .footer-middle .block .content ul li, .footer .footer-middle .container_instagramusers .content ul li { width: 50%; padding: 0 0 8px;}
	.footer .footer-middle .block .title, .footer .footer-middle .container_instagramusers .title, .footer .footer-middle .block .block-title, .footer .footer-middle .container_instagramusers .block-title { margin-bottom: 20px; padding-bottom: 0;}
	.footer .footer-middle .block, .footer .footer-middle .container_instagramusers { padding: 0 0 10px;}
	#yt-totop { height: 30px; line-height: 30px; width: 30px;}
	
	/*CATEGORY PAGE*/
	.block .block-title.filter-title { margin-bottom: 5px;}
	.toolbar .toolbar-sorter .sorter-options { width: 76px;}
	.toolbar .toolbar-sorter .sorter-action { width: 12px;}
	.toolbar .limiter .limiter-options { padding: 0 24px 0 6px;}
	.toolbar .modes { margin-left: 5px; margin-right: 10px;}
	.toolbar .toolbar-sorter { margin-right: 5px;}
	.toolbar .limiter { margin-right: 0;}
	
	/*PRODUCT DETAIL PAGE*/
	.product-essential { padding: 20px 10px;}
	.info-box-detail .page-title-wrapper.product .page-title { font-size: 18px;}
	.info-box-detail .product-info-main .product-social-links { clear: both; padding: 15px 0 0;}
	
	/*INNER PAGES*/
	.page-title { font-size: 24px;}
	.login-container .block-customer-login, .login-container .block-new-customer { padding: 15px;}
	
	.form.password.forget { padding: 15px;}
	.form-create-account .fieldset { padding: 15px;}
	
	.cms-page-view .column.main, .form.send.friend, .contact-index-index .column.main  { padding: 15px;}
	
	/*CHECKOUT PAGES*/
	.cart-container .cart-summary { padding: 15px;}
	.item-actions .actions-toolbar { text-align: center !important;}
	.item-actions .actions-toolbar a { margin-bottom: 10px !important;}
	#checkoutSteps { padding: 15px 10px;}

}
	
/*-------- RESPONSIVE END --------*/