/** BASE */
* {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

img,
iframe,
div {
    max-width: 100%;
}

img {
    height: auto !important;
}

ul {
    padding: 0;
}

code {
    display: inline-block;

    padding: 5px 10px;
}

/** TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Lato', 'Open Sans';
}

a.default{ color: #2F302F; }

/** FORM */
input{ color: #333;  }
input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus {
    outline: none;
}

.lists-detail input:invalid {
    border: 3px dashed red !important;
}

.container-fullwidth {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#wrapper {
    min-height: 100%;
    margin-bottom: -310px;
}

#wrapper:after {
    display: block;

    content: '';
}
#wrapper:after {
    height: 310px;
}
#footer {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
}

/* HELPER CLASSES */
.conceal {
    display: none;
}
.pl0 {
    padding-left: 0;
}
.pr0 {
    padding-right: 0;
}
.nomargin {
    margin: 0 !important;
}
.float-xs-none {
    float: none !important;
}
.green {
    color: green;
}
.red {
    color: red;
}



p img.left {
    float: left;

    margin-right: 15px;
}

p img.right {
    float: right;

    margin-left: 15px;
}


.content {
    margin: 20px auto;
}
.content ul {
    margin-left: 5px;

    list-style: none;
}
.posts.view .content ul li:before {
    font-family: FontAwesome;

    padding-right: 10px;

    content: '\f105';
}
.title,
.subtitle {
    text-align: center;
    text-transform: uppercase;
}
li.home {
    margin-left: -15px;
}



.alert .close {
    position: relative;
    top: -7px;
}

/* Single Product */
.single > header {
    margin-bottom: 30px;
    padding: 10px 0;

    border-bottom: 1px solid #ddd;
}
.single > header h1 {
    font-size: 30px;

    text-align: left;
}

#product-reviewRaty {
    margin: -2px 10px 0 0;
}

.information ul {
    padding-left: 20px;
}

/*
Product Paging
 */

.catalogtoolbar {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;

    border: 1px solid #efefef;
    background: none;
}
.catalogtoolbar select {
    display: inline-block;

    width: auto;
    margin: 0;
}

@media screen and (max-width: 480px) {
    .catalogtoolbar label {
        margin-top: 10px;
    }
    .catalogtoolbar .label-perpage {
        display: block;
    }
}
.catalogtoolbar form {
    margin: 0;
}
.catalogtoolbar .pages {
    font-size: 22px;
    font-weight: 200;

    text-align: right;
}

@media screen and (max-width: 480px) {
    .catalogtoolbar .pages {
        text-align: left !important;
    }
}

.catalogtoolbar .pages a {
    margin: 0 1px;
    padding: 0 5px;

    text-align: center;

    color: #d2322d;
}
.catalogtoolbar .pages a:hover {
    background-color: rgba(213, 100, 82, .2);
}
.catalogtoolbar .pages .active {
    margin: 0 1px;
    padding: 0 5px;

    text-align: center;

    color: #fff;
    background-color: #d2322d;
    text-shadow: none;
}
.catalogtoolbar .pages .previous,
.catalogtoolbar .pages .next {
    position: relative;
    top: -1px;

    margin: 0;

    color: #d2322d;
}
.catalogtoolbar .pages .previous a,
.catalogtoolbar .pages .next a {
    position: absolute;
    left: 0;

    margin: 0;
    padding: 0;
}
.catalogtoolbar .pages .previous a {
    width: 23px;
    height: 30px;
    margin: 0;
}
.catalogtoolbar .pages .previous a:hover,
.catalogtoolbar .pages .next a:hover {
    color: rgba(213, 100, 82, .2);
    background: none;
}
.catalogtoolbar .pages .next {
    color: #d2322d;
}
.catalogtoolbar .pages .next a {
    width: 23px;
    height: 30px;
    margin: 2px 0 0 0;
}
.catalogtoolbar .pages .next:hover,
.catalogtoolbar .pages .previous:hover {
    color: rgba(213, 100, 82, .8);
}

/* Items */
.item-block figure.view-thumb {
    overflow: hidden;

    margin: 0;
}
.item-block figure.view-thumb figcaption {
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;

    opacity: 0;

    -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
}

.item-block figure.view-thumb:hover figcaption {
    opacity: 1;

    -ms-filter: 'progid: DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
}

.item-block figure.view-thumb figcaption {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    max-width: 100%;
    height: 100%;
}

#original-price {
    font-size: .7em;

    margin-right: 5px;

    text-decoration: line-through;
}
.single #original-price {
    font-size: 1em;
}

.item-block .price {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 20px;

    position: relative;

    max-width: 300px;
    height: 40px;
    padding: 10px;

    text-align: center;

    color: #fff;
    background: #33485d;
}

.item-block figure a {
    display: block;
}

.item-block .name {
    font-size: .9em;

    position: relative;

    max-width: 300px;
    padding: 10px;

    text-align: center;

    color: #fff;
    background: #000;
}

.item-block .name a {
    color: #fff;
}
.item-block img {
    width: 100%;
}

.sidebar {
    padding-left: 20px;
}
.sidebar .widget-header h4 {
    font-size: 15px;

    color: #e55137;
}

div.filter {
    margin-bottom: 10px;

    border-bottom: 1px solid #ddd;
}

div.filter:last-child {
    margin-bottom: 20px;

    border-bottom: none;
}

.sidebar ul.filter-compact li:nth-child(n+6) {
    display: none;
}

.headerbox {
    font-family: 'Lato', serif;
    font-size: 14px;
    font-weight: normal;

    padding-left: 15px;

    color: #666;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.headerbox span {
    padding: 5px;
}

.readmore-js-toggle {
    padding-top: 20px;
}



/* Group View */
.single form label {
    line-height: 34px;

    float: left;

    width: 20%;
    margin-right: 5px;

    color: #777;
}



.single .price {
    font-size: 1.5em;
}

.single .variants {
    padding: 20px;

    border-top: 1px solid #e5e5e5;
}

.single .variants select {
    float: left;

    width: auto;
}
.single .variants * {
    margin-bottom: 0;
}
.single .variants .btn {
    margin: 0 3px;
}

.single .form-actions select {
    float: left;

    width: auto;
    margin-right: 10px;
}
.single .form-actions .btn {
    float: left;

    margin: 0 2px;
    padding: 4px 10px;
}
.form-actions a.btn {
    font-size: 12px;

    padding: 4px 10px;
}

#productgroup-accordion {
    clear: both;
}

/** ADDONS FORM */
.addonsform {
    margin-bottom: 25px;
}

.addons-header {
    font-size: 20px !important;

    margin-top: 0;
}

.addonsform img {
    max-height: 50px;
    margin-right: 15px;
}

.addonsform input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

.addonsform .addon_checkbox + label {
    line-height: 22px;

    padding-left: 10px;
}


.addonsform [type='checkbox']:not(:checked),
.addonsform [type='checkbox']:checked {
    position: absolute;
    left: -9999px;
}

.addonsform [type='checkbox']:not(:checked) + label,
.addonsform [type='checkbox']:checked + label {
    position: relative;

    padding-left: 25px;

    cursor: pointer;
}

.addonsform [type='checkbox']:not(:checked) + label:before,
.addonsform [type='checkbox']:checked + label:before {
    position: absolute;
    top: 4px;
    left: 0;

    width: 17px;
    height: 17px;

    content: '';

    border: 1px solid #aaa;
    border-radius: 3px;
    background: #f8f8f8;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
}

.addonsform [type='checkbox']:not(:checked) + label:after,
.addonsform [type='checkbox']:checked + label:after {
    font-size: 18px;
    line-height: .8;

    position: absolute;
    top: 3px;
    left: 4px;

    content: '✔';
    transition: all .2s;

    color: #8fb442;
}

.addonsform [type='checkbox']:not(:checked) + label:after {
    transform: scale(0);

    opacity: 0;
}
.addonsform [type='checkbox']:checked + label:after {
    transform: scale(1);

    opacity: 1;
}

.rating img {
    display: inline-block !important;

    width: auto !important;
}
#popover {
    display: none;

    padding: 15px 30px;
}
#popover th,
#popover td {
    padding: 5px 3px;
}
#popover .btn-input-qty {
    padding: 3px;
}
#popover button[type=submit] {
    font-size: 13px;

    height: auto;
    padding: 10px;

    text-transform: uppercase;
}

#popover .summary {
    padding: 10px 25px;

    border: 1px solid #ccc;
    border-radius: 5px;
    background: #e7e7e7;
}
#popover .summary .buy {
    margin-top: 5px;
}
#popover .summary a.btn {
    font-size: 16px !important;
}
#popover .summary .price {
    font-size: 25px;
}

#related .accordion-heading {
    margin-bottom: 12px;
}
#related h4 {
    font-size: 15px;
    font-style: italic;

    margin-top: 0;
}
#related .detail {
    margin-left: -15px;
    padding: 5px 10px;
}

#related .row {
    padding: 10px 0;
}

#related .row:not(:last-child):after {
    display: block;

    margin: 0 15px -5px;
    padding: 5px 0;

    border-bottom: 1px solid #ddd;
}

/* Bundles View */
.bundle-products {
    margin: 0;

    list-style-type: none;
}
.bundle-products li {
    clear: both;

    margin-bottom: 10px;
    padding-top: 10px;

    border-top: 1px solid #ddd;
}
.bundle-products li:first-child {
    padding-top: 0;

    border-top: none;
}
.bundle-products figure {
    max-width: 100px;
    margin: 0 5px 5px 0;
}
.bundle-products header {
    font-size: 1.2em;
    font-weight: bold;
}
.bundle-products .btn,
#popover .btn {
    font-size: 12px;

    padding: 4px 8px;

    border-radius: 3px;
}
.btn-input-qty {
    width: 40% !important;
}
@media screen and (min-width: 768px) {
    .fullfancy {
        min-width: 600px;
        min-height: 600px;
    }
}

.bundle-products .bundle-product {
    clear: both;

    margin-bottom: 10px;

    list-style: none;
}
.bundle-products .bundle-item {
    clear: both;
}

.bundle-products .selected .btn-select-product {
    display: none !important;
}

.bundle-products :not(.selected) .btn-change-product,
.bundle-products :not(.selected) .btn-cancel-product {
    display: none !important;
}

.bundle-products .upgrades {
    overflow: visible !important;

    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px 10px 10px 15px;

    border-top: 1px dashed #ddd;
    background: #efefef;
}
.bundle-products .upgrades h4 {
    padding: 0 15px;
}

.tooltip-inner {
    padding: 7px 10px;
}
.tooltip-arrow,
.tooltip-inner {
    opacity: .95;
}
.tooltip-inner h5 {
    margin-bottom: 5px;
    padding-bottom: 5px;

    color: #fff;
    border-bottom: 1px dotted #efefef;
}

/** Lists */
.lists-grid-item {
    margin-bottom: 10px;
    position: relative;

    border: 1px solid #ddd;
}

.lists-grid-item-title {
    font-size: 20px !important;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    margin-bottom: 0 !important;
    padding: 10px 5px !important;

    text-align: center;

    color: white;
    background: rgba(0, 0, 0, .8);
}

.lists-grid-item-title a,
.lists-grid-item-title a:hover {
    color: white;
}

.lists-grid-item-title a:hover {
    text-decoration: none;
}

/* Cart View */
.cart tbody tr td {
    vertical-align: middle;
}
.cart tbody tr td:nth-child(1) {
    width: 10%;
}
.cart tbody tr td:nth-child(2) {
    width: 55%;
}
.cart tbody tr td:nth-child(3) {
    width: 10%;
}
.cart tbody tr td:nth-child(4) {
    width: 15%;
}
.cart tbody tr td:nth-child(5) {
    width: 10%;
}

.cart tr:last-child td {
    font-size: 1.3em;

    padding-top: 30px;
    padding-bottom: 30px;
}

.carts.view #upgrades h4,
.orders.view #upgrades h4 {
    font-size: 12px;
    font-weight: normal;

    margin: 3px 0;
}
.carts.view #upgrades img,
.orders.view #upgrades img {
    max-width: 50px;
    margin-right: 10px;
}

.cart input[type='text'],
.cart input[type='number'] {
    padding: 6px 10px;
}

.cart select {
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 3px 5px;
}

.cart .cart-qty {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .cart .cart-usecoupon {
        margin-left: 10px;
    }
}


.cart-actions-bar {
    margin-top: 15px;
    padding: 15px 10px;

    border: 1px solid #ddd;
    background: #fafafa;
}

@media screen and (min-width: 768px) {
    .cart-actions-bar {
        text-align: right;
    }
}

.cart-actions-bar a:hover {
    text-decoration: none;
}


/* Cart Checkout */
.step-header {
    margin-bottom: 10px;

    border-bottom: 1px solid #ddd;
}
.step-header h4 {
    text-transform: uppercase;
}

.checkout-step {
    clear: both;

    margin-bottom: 30px;
}
.checkout-step .semi {
    width: 45%;
}
.checkout-step .semi.left {
    float: left;
    clear: both;

    margin-right: 5%;
}
.checkout-step .semi.right {
    float: right;

    margin-left: 5%;
}
.checkout-step .full {
    clear: both;

    width: 100%;
}

.checkout-step a:hover,
.checkout-step a:focus,
.checkout-step a:active {
    text-decoration: none;
}

.checkout-changeorder {
    padding: 6px 12px;
}

/* Boxes */
.box {
    margin-bottom: 20px;
}
.box.bordered {
    padding: 20px;

    border: 1px solid #ddd;
}

.cart-view .coupon {
    font-size: 12px;

    clear: both;

    padding-left: 5px;

    text-transform: uppercase;

    color: #999;
}
.cart-view .couponname {
    font-weight: bold;
}

.checkout form > .row div.checkout-row div.wrapper {
    margin-bottom: 30px;
    padding: 15px 10px;

    border: solid 1px #e7ded5;
}
.checkout form > .row div.checkout-row > h3 {
    font-size: 16px;

    margin: 0;
    padding: 14px;

    text-transform: uppercase;

    color: #fff;
    background: #102042;
}
.checkout form .total table {
    width: 100%;
    margin: 0 0 10px 0;
}
.checkout form .total tr {
    border-bottom: solid 1px #d6d6d6;
}
.checkout form .total td {
    padding: 10px 5px;
}
.checkout form .total thead tr {
    font-weight: bold;
}
.checkout form .total tr td:nth-child(2) {
    text-align: center;
}
.checkout form .total tr td:nth-child(3) {
    text-align: right;
}
.checkout form .total #totalrow {
    font-weight: bold;
}

/* Forms */
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
textarea {
    font: 12px Arial, sans-serif;
    line-height: 20px;

    -moz-box-sizing: border-box; /* Firefox */
         box-sizing: border-box;
    width: 100%;
    padding: 10px;

    -webkit-transition: all .2s linear 0s;
       -moz-transition: all .2s linear 0s;
         -o-transition: all .2s linear 0s;

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    background: #fff;
    box-shadow: #fff 0 1px 0;
}

input.condensed {
    padding: 2px 5px !important;
}

textarea {
    height: auto;
    padding: 5px 10px;
}

input[type=checkbox] {
    float: left;

    margin-right: 5px;
}
button {
    height: 34px;
}
select {
    line-height: 35px;

    -moz-box-sizing: border-box; /* Firefox */
         box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding: 7px 6px;

    -webkit-transition: all .2s linear 0s;
       -moz-transition: all .2s linear 0s;
         -o-transition: all .2s linear 0s;
    vertical-align: middle;

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    outline: 0;
    background: #fff;
}
option {
    border-right: 2px solid rgba(0, 0, 0, .3);
}
div.input {
    margin: 0 0 10px 0;
}

.btn,
.btn:hover,
.btn:focus {
    border-color: transparent;
}

a.btn {
    line-height: 24px;
}
a.btn.btn-sm{
    line-height: inherit;
    font-size: 12px;
}

input.error,
label.error,
select.error,
textarea.error {
    margin-top: 0;
}
label.error,
div.error-message {
    font-size: 12px;

    display: block;

    padding-left: 2px;

    color: #d84646 !important;
    border: none;
    background: transparent;
}
.radio label.error,
.checkbox label.error {
    float: right !important;
}
input.error,
select.error,
textarea.error,
div.error input {
    margin-bottom: 2px !important;

    border: 1px solid #d84646 !important;
}


.form-actions {
    clear: both;

    margin-top: 20px;
    margin-bottom: 20px;
    padding: 19px 20px 20px;

    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;

    *zoom: 1;
}

.form-actions:before,
.form-actions:after {
    line-height: 0;

    display: table;

    content: '';
}

.form-actions:after {
    clear: both;
}

/* Tables */
.width10 {
    width: 10%;
}
.width15 {
    width: 15%;
}
.width20 {
    width: 20%;
}
.width30 {
    width: 30%;
}
.width40 {
    width: 40%;
}
.width70 {
    width: 70%;
}

/* Columns */
.border-right {
    border-right: 1px solid #fafafa;
}

/* Language Switch */
#langswitch {
    position: absolute;
}
#langswitch ul {
    position: relative;
    top: 7px;

    padding-left: 15px;
}
#langswitch li {
    float: left;

    padding: 0 5px 0;

    list-style: none;

    opacity: .5;
}
#langswitch li.active {
    opacity: 1;
}


.infobox {
    margin: 10px 15px 20px;
    padding: 5px 10px;

    text-align: left;

    border: 1px solid #ddd;
    background: #f5f5f5;
}

.top-header .contact {
    font-size: 15px;
    line-height: 250%;

    padding: 0 20px;

    color: #fff;
}

/* reviews */
div.testimonials {
    font-size: 13px;

    clear: both;

    height: 100%;
    margin: 0;
    padding: 0 0 0 60px;

    background: url(/img/quote1.png) no-repeat 0 3px;
}

div.testimonials-text {
    overflow: hidden;

    margin: 10px 0 -10px 0;
    padding: 0;
}

div.testimonials-text h5 {
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: bold;

    margin: 2px 20px 10px 0;
    padding: 0;

    color: #666;
}

div.testimonials-text .date {
    margin: 2px 0 10px 0;
}

div.testimonials-text .rating {
    margin-top: 0;
    margin-right: 15px;
}

.divider {
    clear: both;

    height: 5px;
    margin: 15px 0;

    background: url(/img/dot_bg.png) repeat-x 0 0;
}

.rm {
    display: block;
    clear: both;
}

/* loginform */
.customerforms form {
    position: relative;

    padding-top: 30px;
    padding-bottom: 30px;

    border: 1px solid #ddd;
    background: #fafafa;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.customerforms form .header {
    padding: 0 30px 30px 30px;
}

.customerforms form .content {
    margin: 0;
    padding: 0 30px 25px 30px;
}

.customerforms form .footer {
    overflow: auto;

    padding: 0 30px;

    text-align: right;
}

.customerforms form input {
    font-size: 14px;

    margin-bottom: 10px;
    padding: 10px 25px;

    color: #9d9e9e;
    border-radius: 3px;
}

/** My Account Box */
.myaccountbox {
    font-size: 18px;
    line-height: 35px;

    padding: 15px;

    background: #fafafa;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.myaccountbox ul {
    margin-bottom: 0;
}

.sideline {
    padding: 0 0 0 20px;
}

footer .foot ul li {
    list-style: none;
}
footer .social ul li {
    float: left;

    padding-left: 10px;

    list-style: none;
}
footer .social li a {
    display: inline-block;
}
footer .social .pull-left,
footer .social .pull-right {
    width: 50%;
} footer .social .pull-right ul {
    float: right;
}

#footer .header {
    font-size: 17px;
    font-weight: 500;

    margin: 0 0 10px 0;

    text-transform: uppercase;
}

footer .row:first-child ul li:before {
    font-family: 'FontAwesome';
    font-size: 13px;

    padding-right: 5px;

    content: '\f08b';
}

footer .icon-box:after,
footer .row:first-child ul li:after {
    display: block;

    width: 60%;
    margin: 8px 0;

    content: ' ';

    border-bottom: 1px dashed #eee;
}

footer .icon-box .icon {
    font-size: 18px !important;
    font-size: 1em;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin-bottom: 0;

    text-align: left;
}

footer .icon-box .fa-map-marker {
    height: 50px;
}

footer .fb_iframe_widget,
footer .fb_iframe_widget span,
footer .fb_iframe_widget span iframe[style] {
    margin-top: -3px;
    margin-left: -3px;
    /*width:93% !important;*/
}

footer .row.social {
    margin-top: 10px;
    padding: 15px 0 5px 0;
}

footer html div {
    border: 0 !important;
}

.btn-circle {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 1.428571429;
    padding: 6px 0;
    text-align: center;
}

.btn-circle.btn-lg {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}

footer .payment-methods img{ max-height: 40px; }

.top-footer h3{ height: 74px; }
.top-footer p{ height: 80px; }

.single #availability {
    color: green;
}
.single #availability.yellow {
    color: #e55137;
}
.single #availability.red {
    color: red;
}
.addthis_toolbox {
    margin-top: 40px;
}

.welcome .dropdown a i {
    font-size: 12px;

    position: absolute;
    top: 15px;
    left: 5px;

    color: white;
}

ul.accountmobile {
    display: none;
}

.navbar {
    min-height: inherit;
    margin-bottom: 0;

    border: 0;
}

.navbar-collapse {
    max-height: 100%;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    text-decoration: none;

    background-color: transparent;
}


.navbar-nav li li {
    position: relative;

    margin: auto auto;

    white-space: nowrap;
}

.navbar-nav li li a {
    font-size: 13px;
    line-height: 20px;

    display: block;

    padding: 5px 25px;

    text-decoration: none;
}

.navbar-nav > li > a {
    font-size: 16px;
    line-height: 100%;

    position: relative;

    display: inline-block;

    padding: 12px 18px;

    text-decoration: none;
}

/* Styling All Dropdowns */
.navbar-nav ul {
    left: auto;

    display: none;
    visibility: hidden;

    min-width: auto;
    padding: 5px 0;

    -webkit-transition: all .4s;
       -moz-transition: all .4s;
            transition: all .4s;

    opacity: 0;
    background: white;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}

@media screen and (min-width: 992px) {
    .navbar-nav ul {
        display: block;
    }
}

.navbar-nav ul a {
    color: #666;
}

@media screen and (min-width: 992px) {
    .navbar-nav li:hover > ul {
        visibility: visible;

        opacity: 1;
    }
}

/* Styling First-level Dropdown */
.navbar-nav > li > ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: auto !important;

    list-style: none;
}

.navbar-nav > li > ul:before {
    position: absolute;
    top: -5px;
    right: auto;
    left: 12px;

    display: inline-block;

    content: '';
}

/* Styling Second-Level Dropdown */
.navbar-nav ul ul {
    position: absolute;
    top: 0;
    left: 105%;

    list-style: none;
}

.navbar-nav ul ul:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: -20px;

    display: block;

    content: '';

    background: transparent;
}

/*.nav a:hover {
    transition: all .2s;
}*/




/* Error Pages */
.error {
    margin-top: 40px;
}
.error h1 {
    font-size: 5em;
    line-height: 100%;
}
.error h4 {
    font-size: 1.3em;

    margin-bottom: 30px;
}
.error ul {
    margin-left: 20px;
}
.error i {
    font-size: 25em;

    color: rgba(0,0,0, .1);
}

.dl-horizontal dt {
    width: auto;

    text-align: left;
}
.dl-horizontal dd {
    margin-bottom: 5px;
    margin-left: 20px;
}

/* Facebook Widget */
#fb-root {
    display: none;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/** Store Locator */
#map-storelocator {
    height: 350px;
}
@media screen and (min-width: 768px) {
    #map-storelocator {
        height: 600px;
    }
}
@media screen and (min-width: 768px) {
    #panel-storelocator {
        height: 600px;
    }
}

.row-storelocator {
    border-bottom: 10px solid #ddd;
}

.storelocator-panel {
    overflow: auto;

    padding-top: 10px;
}

.storelocator-panel .store-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
    padding: 5px;
}
.storelocator-panel .directions-panel {
    font-size: .8em;
}

.storelocator-panel .store-list li.store:hover {
    cursor: pointer;
}

.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
    background: #fafafa;
}

.storelocator-panel .directions {
    display: none;
}

.storelocator-panel .location-search {
    display: none;
}

.storelocator-panel .location-search input {
    width: 100%;
    padding: 10px;
    font-size: 1.2em;

    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    background: #fff;
    box-shadow: #fff 0 1px 0;
}

.storelocator-panel .location-search h4 {
    font-size: 1em;

    margin: 0 0 10px 0;
    padding: 0;
}

.storelocator-panel .store-list .no-stores {
    color: grey;
}

.storelocator-panel .store .features {
    display: none;
}

.storelocator-panel .feature-filter {
    overflow: hidden;
}

.storelocator-panel .feature-filter label {
    font-size: .8em;

    display: block;
    float: left;

    margin: 0 .4em;
}

#map-storelocator .store .title {
    font-size: 1.35em;

    margin-bottom: 10px;
    padding-bottom: 5px;

    color: #555;
    border-bottom: 2px solid #d6d6d6;
}
#map-storelocator .store .address,
#map-storelocator .store .phone,
#map-storelocator .store .slug,
#map-storelocator .store .email,
#map-storelocator .store .misc {
    font-size: 1em;
    margin: .2em 0;
    padding-left: 20px; 
}

#map-storelocator .store .phone:before,
#map-storelocator .store .address:before,
#map-storelocator .store .email:before,
#map-storelocator .store .slug:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 5px;
    position: absolute;
    left: 0px;
}

#map-storelocator .store .slug{ margin-top: 10px; }

#map-storelocator .store .address:before {
    content: '\f041';
}

#map-storelocator .store .email:before {
    content: '\f0e0';
}

#map-storelocator .store .phone:before {
    content: '\f095';
}

#map-storelocator .store .slug:before {
    content: '\f05a';
}

#map-storelocator .store .misc {
    margin-top: 10px;
    padding: 10px;

    border: 1px solid #ccc;
    background-color: #fafafa;
}

#map-storelocator .store .misc p {
    margin-bottom: 0;
}

#map-wrapper .location-search {
    position: absolute;
    text-align: center;
    top: 1.5em;
    z-index: 97;
    left: 0;
    right: 0;
}

#map-wrapper .location-search input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #ABA9A9;
    display: inline-block;
    font-size: 1.5em;
    min-width: 35%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.store .title {
    font-weight: bold;

    text-align: left;
}

.store .address,
.store .phone,
.store .web,
.store .misc {
    font-size: 80%;

    display: block;

    margin-top: .2em;
    margin-bottom: .5em;
}

.store .features {
    font-size: 70%;

    overflow: hidden;

    max-width: 250px;
    margin: 0;
    padding: 0;

    color: grey;
}

.store .features li {
    display: inline;
    float: left;

    padding-right: .8em;
}

.store .web a {
    color: green;
}

.store .action {
    font-size: 1em;

    display: none;

    margin-right: .5em;

    color: green;
}

.store .action.streetview {
    /*display: block;*/
}

.store-single{ margin-top: -20px; }
.store-single .row > div > div.misc{ margin: 20px 0 5px; padding: 10px; border: 1px solid #ccc; background-color: #fafafa;  }
.store-single h3{ font-size: 24px !important; }
.store-single .information{ line-height: 20px; font-size: 1.1em; line-height: 24px; }
    .store-single .information .icon-padding{ padding-left: 35px; }
.store-single .icon{ margin-left: -30px; font-size: 24px; float: left; color: #999; }
    .store-single .icon.small{ margin-top: -1px }
        ..store-single .icon.small i{ font-size: 22px; }

    .store-single .icon.large{ margin-top: -2px; }
        .store-single .icon.large i{ font-size: 28px; }
.store-single hr{ margin-top: 9px; margin-bottom: 9px; }

.store-single .table > tbody > tr > td { border: none; }
.store-single .table>tbody>tr.active>td{ background-color: rgba(71,181,72,.6); color: #fff; }
.store-single .table>tbody>tr.active.closed>td{ background-color: rgba(206, 33, 33, 0.6); color: #fff; }

.store-single.border-top{ border-top: 5px solid #f1f1f1; }
.store-single.border-bottom{ border-bottom: 5px solid #f1f1f1; }
.store-single .border-right{ border-right: 5px solid #f1f1f1; }

.store-single .paymentmethods img{ height: 30px !important; }

.store-single .switcher{ position: absolute; left: 15px; top: 15px; color: #866e99; background: #ffffff; padding: 5px 14px; text-decoration: none; }
.store-single h4{ 
    font-size: 18px;
    background: #f67828;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
}
.store-single h4 i{ color: rgba(255,255,255,.9); }



@media (min-width: 1025px){
    .store-single .information{ padding-left: 0; }
        .store-single .information .col-md-5 .icon-padding{ padding-left: 20px; }
    .store-single h3 {  margin-left: -15px; margin-right: -15px; }

}

.text-lowercase{ text-transform: lowercase; }
.text-capitalize{ text-transform: capitalize; }
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 */
.yamm .navbar-nav {
    width: 100%;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .dropdown a,
.yamm .container {
    position: relative;
}

.yamm .dropdown ul ul {
    position: static;

    box-shadow: none;
}

.navbar-nav ul ul {
    position: absolute;
    top: 0;
    left: 105%;

    list-style: none;
}

.yamm .dropdown-menu {
    left: auto !important;

    display: block;
    visibility: hidden;

    min-width: auto;
    padding: 15px 10px;

    -webkit-transition: all .4s;
       -moz-transition: all .4s;
            transition: all .4s;

    opacity: 0;
}

.yamm .dropdown-menu li {
    width: auto;

    list-style: none;
}

.yamm .dropdown-menu li a {
    padding: 5px 15px;
}

.yamm .dropdown-menu li.navitem-header {
    padding: 5px 0;
    /*border-bottom: 1px solid #ddd;*/
}

.yamm .dropdown-menu li.navitem-header,
.yamm .dropdown-menu li.navitem-header a {
    font-size: 16px;
    font-weight: bold;

    color: #666;
}

.yamm .dropdown-menu li.navitem-header a {
    padding: 0;
}

/* more buffer for hover */
.yamm .dropdown > .dropdown-menu:before {
    position: absolute;
    top: -5px;
    right: auto;
    left: 12px;

    display: inline-block;

    content: '';
}

.yamm .dropdown-menu .dropdown-menu {
    left: 105% !important;
}

.yamm .dropdown-menu .dropdown-menu:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -20px;

    display: block;

    content: ' ';

    background: transparent;
}

@media screen and (min-width: 992px) {
    .yamm .dropdown:hover > .dropdown-menu,
    .yamm .dropdown:hover > .dropdown-menu ul {
        visibility: visible;

        opacity: 1;
    }
}

.yamm .flyout .dropdown-menu {
    padding: 5px 0;
}

.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    right: 0 !important;
    left: 0 !important;
}

.yamm img {
    max-width: 100% !important;
    height: auto !important;
}

.yamm .icon {
    margin-top: -7px;
}

#searchform input{ color: #333; }

@media (min-width: 767px) {
    .cart-view .box.bordered {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    body {
        padding: 0;
    }
    .container {
        width: auto;
        padding: 0 10px;
    }

    .top-header {
        height: 80px !important;
    }

    .cart,
    #searchform input,
    .welcome .greet,
    .counter {
        width: 100% !important;
    }

    .counter {
        float: none;

        width: 100%;
        margin-right: -10px;
        margin-left: -10px;
    }

    #langswitch {
        position: relative;
    }
    #langswitch ul {
        position: relative;
        top: 0;
    }
    #langswitch li {
        float: left;

        padding: 0 5px 0;

        list-style: none;

        opacity: .5;
    }
    #langswitch li.active {
        opacity: 1;
    }

    ul.accountmobile {
        display: block;

        list-style: none;
    }

    ul.accountmobile li {
        float: left;

        padding: 10px 20px;
    }
    ul.dropdown {
        display: none !important;
    }

    .single .price {
        display: block;
        float: none !important;
    }

    /* loginform */
    .customerforms form {
        margin-bottom: 20px;
    }
}

/* Jquery UI */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-widget-content {
    color: #222;
    border: 1px solid #aaa;
    background: #fff;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: normal;

    color: #555;
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
}

.ui-widget-header {
    font-weight: bold;

    color: #222;
    border: 1px solid #aaa;
    background: #ccc;
}

/* Jquery UI Slider */
.ui-slider-horizontal {
    height: .8em;
}
.ui-slider {
    position: relative;

    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;

    height: 100%;
}
.ui-slider .ui-slider-range {
    font-size: .7em;

    position: absolute;
    z-index: 1;

    display: block;

    border: 0;
    background-position: 0 0;
}


.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;

    margin-left: -.6em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;

    width: 1.2em;
    height: 1.2em;

    cursor: default;
}

#pricerange-selector {
    width:    -moz-calc(100% - 1.2em);
    width: -webkit-calc(100% - 1.2em);
    width:      -o-calc(100% - 1.2em);
    width:         calc(100% - 1.2em);
    margin-bottom: 20px;
    margin-left: .6em;
}

#pricerange-output input {
    width: 80px;
}

/* Advanced Search */
#searchResults {
    font-size: 13px;
    line-height: 15px;

    position: absolute;
    z-index: 9999;

    min-width: 220px;

    transition: none !important;

    border: 1px solid #ddd;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #ccc;
            box-shadow: 0 0 5px #ccc;
}

#searchResults > div:nth-child(even) {
    margin-top: 5px;

    border-top: 1px solid #ddd;
}

#searchResults .searchbox-header {
    padding: 2px 5px 0 0;

    text-align: right;

    color: #bbb;
}

#searchResults .title,
#searchResults .subtitle {
    text-align: left;
    text-transform: capitalize;
}

#searchResults .list {
    padding: 2px 5px;
}
#searchResults .list span.title {
    display: inline-block;

    margin-right: 5px;
}
#searchResults .list span.subtitle {
    color: #428bca;
}

#searchResults .banner {
    clear: both;

    min-height: 60px;
    padding: 5px;
}
#searchResults .banner:hover {
    background: #eee;
}
#searchResults .banner img {
    float: left;

    width: 50px;
    margin-right: 10px;
}
#searchResults .banner span.title {
    display: block;

    padding-left: 60px;

    white-space: pre-wrap;
}
#searchResults .banner span.subtitle {
    display: block;

    padding: 2px 0 0 60px;

    color: #428bca;
}

#searchResults a:hover {
    text-decoration: none;
}
#searchResults .searchbox-empty {
    margin: 10px 0;
}

.table.rates img {
    max-width: 18px;
    margin-top: -2px;
    margin-right: 5px;
}

#footer-hours {
    font-size: 14px;

    position: fixed;
    bottom: 0;
    left: 0;

    max-width: 275px;
    padding: 10px 15px;

    color: white;
    border-radius: 0 3px 0 0;
    box-shadow: 6px 3px 7px -3px #666;
}

#footer-hours a {
    color: white;
    border-bottom: 1px solid white;
}

#footer-hours a:hover {
    text-decoration: none;
}

#footer-hours p {
    line-height: 25px;

    margin-bottom: 0;
}

.hours-open {
    background: rgba(143, 180, 66, .8);
}

.hours-closed {
    background: rgba(205, 53, 68, .8);
}

/* Contact Form */
#footer-contact {
    position: fixed;
    right: 50px;
    bottom: 0;
}
#footer-contact .footer-contact-form {
    position: relative;

    display: none;
    visibility: hidden;

    margin-bottom: 20px;
    padding: 10px;

    transition: visibility 0s linear .5s, opacity .5s linear;

    opacity: 0;
    background: #fff;
    -moz-box-shadow: 0 0 30px #444;
         box-shadow: 0 0 30px #444;
}
#footer-contact.active .footer-contact-form {
    display: block;
    visibility: visible;

    opacity: 1;
}
#footer-contact.active .footer-contact-form:after {
    position: absolute;
    right: 30px;
    bottom: -32px;

    width: 0;
    height: 0;

    content: '';

    border-width: 16px 13px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    background: transparent;
}

#footer-contact .footer-contact-form input[type=text],
#footer-contact .footer-contact-form input[type=email],
#footer-contact .footer-contact-form textarea {
    line-height: 20px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    padding: 5px;
}

#footer-contact .footer-contact-form .input {
    margin-bottom: 5px;
}

#footer-contact .footer-contact-form .btn-primary {
    color: #fff;
    background: #42b6e3;
}

#footer-contact .footer-contact-button {
    display: inline-block;
    float: right;

    padding: 5px 10px;

    cursor: pointer;
    text-transform: uppercase;

    color: #fff;
    background: #42b6e3;
}
#footer-contact .footer-contact-button:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    display: inline-block;

    margin-left: 10px;

    content: '\f086';

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer-header {
    max-width: 390px;
    margin: -10px -10px 10px -10px;
    padding: 10px;

    color: #fff;
    background-color: #42b6e3;
}

#footer-header img {
    max-width: 100%;
    margin: 10px;
}

#footer-contact-message {
    display: block;

    text-align: center;
}

#footer-contact-message .wrapper {
    width: 60%;
    margin: 0 auto;
}

#footer-contact.active #overlay-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#footer-contact .tbshops {
    width: 100px !important;
    margin-top: 5px;
}

/** Spacing **/
.p-0 {
    padding: 0 !important
}

.p-10 {
    padding: 10px !important
}

.p-20 {
    padding: 20px !important
}

.p-30 {
    padding: 30px !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-l-35 {
    padding-left: 35px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.m-0 {
    margin: 0 !important
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.b-t {
  border-top: 1px solid #ccc;
}

.b-b {
  border-bottom: 1px solid #ccc;
}

.b-l {
  border-left: 1px solid #ccc;
}

.b-r {
  border-right: 1px solid #ccc;
}

.b-all {
  border: 1px solid #ccc;
}

.b-none {
  border: 0 !important;
}

ul.styled li{
    list-style-type: disc;
    margin-left: 20px;
}

@media screen and (min-width: 1440px) {
    .text-lg-right{ text-align: right; }
}

#age-verify .modal-dialog{ margin-top: -30px; }

#age-verify .modal-header{
    padding: 10px 80px;
}

#age-verify .modal-header, #age-verify .modal-footer, #age-verify .modal-body{
    background: #d9534f;
    color: #fff;
}

#age-verify .modal-body {
    position: relative;
    padding: 20px 30px;
    margin: -5px 0 -30px;
}

#age-verify .modal-footer{
    padding: 10px 10px 30px;
    margin-top: 20px;
}

.modal.in .modal-dialog 
{
    -webkit-transform: translate(0, calc(50vh - 50%));
    -ms-transform: translate(0, 50vh) translate(0, -50%);
    -o-transform: translate(0, calc(50vh - 50%));
    transform: translate(0, 50vh) translate(0, -50%);     
    transition: none;
}
