/*!
 * Copyright Marketing 360
 */


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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 {
    -moz-box-sizing: content-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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 */

@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
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret,
    .comment-form .form-submit input[type="submit"]>.caret,
    .dropup>.comment-form .form-submit input[type="submit"]>.caret,
    .woocommerce .quantity [type="button"]>.caret,
    .dropup>.woocommerce .quantity [type="button"]>.caret,
    .woocommerce.widget_product_search [type="submit"]>.caret,
    .dropup>.woocommerce.widget_product_search [type="submit"]>.caret,
    .button>.caret,
    .dropup>.button>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table,
    .woocommerce .shop_table,
    .woocommerce-cart .cart_totals table {
        border-collapse: collapse !important
    }
    .table td,
    .table th,
    .woocommerce .shop_table td,
    .woocommerce .shop_table th,
    .woocommerce-cart .cart_totals table td,
    .woocommerce-cart .cart_totals table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
.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;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    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,
.woocommerce.widget_product_search label {
    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
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .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 {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    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-weight: bold
}

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
}

.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,
.woocommerce .shop_table,
.woocommerce-cart .cart_totals 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,
.woocommerce .shop_table>thead>tr>th,
.woocommerce .shop_table>tbody>tr>th,
.woocommerce .shop_table>tfoot>tr>th,
.woocommerce .shop_table>thead>tr>td,
.woocommerce .shop_table>tbody>tr>td,
.woocommerce .shop_table>tfoot>tr>td,
.woocommerce-cart .cart_totals table>thead>tr>th,
.woocommerce-cart .cart_totals table>tbody>tr>th,
.woocommerce-cart .cart_totals table>tfoot>tr>th,
.woocommerce-cart .cart_totals table>thead>tr>td,
.woocommerce-cart .cart_totals table>tbody>tr>td,
.woocommerce-cart .cart_totals table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th,
.woocommerce .shop_table>thead>tr>th,
.woocommerce-cart .cart_totals 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,
.woocommerce .shop_table>caption+thead>tr:first-child>th,
.woocommerce .shop_table>colgroup+thead>tr:first-child>th,
.woocommerce .shop_table>thead:first-child>tr:first-child>th,
.woocommerce .shop_table>caption+thead>tr:first-child>td,
.woocommerce .shop_table>colgroup+thead>tr:first-child>td,
.woocommerce .shop_table>thead:first-child>tr:first-child>td,
.woocommerce-cart .cart_totals table>caption+thead>tr:first-child>th,
.woocommerce-cart .cart_totals table>colgroup+thead>tr:first-child>th,
.woocommerce-cart .cart_totals table>thead:first-child>tr:first-child>th,
.woocommerce-cart .cart_totals table>caption+thead>tr:first-child>td,
.woocommerce-cart .cart_totals table>colgroup+thead>tr:first-child>td,
.woocommerce-cart .cart_totals table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody,
.woocommerce .shop_table>tbody+tbody,
.woocommerce-cart .cart_totals table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table,
.woocommerce .shop_table .woocommerce .shop_table,
.woocommerce-cart .cart_totals table .woocommerce-cart .cart_totals 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-child(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,
.woocommerce .shop_table>thead>tr>td.active,
.woocommerce .shop_table>tbody>tr>td.active,
.woocommerce .shop_table>tfoot>tr>td.active,
.woocommerce .shop_table>thead>tr>th.active,
.woocommerce .shop_table>tbody>tr>th.active,
.woocommerce .shop_table>tfoot>tr>th.active,
.woocommerce .shop_table>thead>tr.active>td,
.woocommerce .shop_table>tbody>tr.active>td,
.woocommerce .shop_table>tfoot>tr.active>td,
.woocommerce .shop_table>thead>tr.active>th,
.woocommerce .shop_table>tbody>tr.active>th,
.woocommerce .shop_table>tfoot>tr.active>th,
.woocommerce-cart .cart_totals table>thead>tr>td.active,
.woocommerce-cart .cart_totals table>tbody>tr>td.active,
.woocommerce-cart .cart_totals table>tfoot>tr>td.active,
.woocommerce-cart .cart_totals table>thead>tr>th.active,
.woocommerce-cart .cart_totals table>tbody>tr>th.active,
.woocommerce-cart .cart_totals table>tfoot>tr>th.active,
.woocommerce-cart .cart_totals table>thead>tr.active>td,
.woocommerce-cart .cart_totals table>tbody>tr.active>td,
.woocommerce-cart .cart_totals table>tfoot>tr.active>td,
.woocommerce-cart .cart_totals table>thead>tr.active>th,
.woocommerce-cart .cart_totals table>tbody>tr.active>th,
.woocommerce-cart .cart_totals 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,
.woocommerce .shop_table>thead>tr>td.success,
.woocommerce .shop_table>tbody>tr>td.success,
.woocommerce .shop_table>tfoot>tr>td.success,
.woocommerce .shop_table>thead>tr>th.success,
.woocommerce .shop_table>tbody>tr>th.success,
.woocommerce .shop_table>tfoot>tr>th.success,
.woocommerce .shop_table>thead>tr.success>td,
.woocommerce .shop_table>tbody>tr.success>td,
.woocommerce .shop_table>tfoot>tr.success>td,
.woocommerce .shop_table>thead>tr.success>th,
.woocommerce .shop_table>tbody>tr.success>th,
.woocommerce .shop_table>tfoot>tr.success>th,
.woocommerce-cart .cart_totals table>thead>tr>td.success,
.woocommerce-cart .cart_totals table>tbody>tr>td.success,
.woocommerce-cart .cart_totals table>tfoot>tr>td.success,
.woocommerce-cart .cart_totals table>thead>tr>th.success,
.woocommerce-cart .cart_totals table>tbody>tr>th.success,
.woocommerce-cart .cart_totals table>tfoot>tr>th.success,
.woocommerce-cart .cart_totals table>thead>tr.success>td,
.woocommerce-cart .cart_totals table>tbody>tr.success>td,
.woocommerce-cart .cart_totals table>tfoot>tr.success>td,
.woocommerce-cart .cart_totals table>thead>tr.success>th,
.woocommerce-cart .cart_totals table>tbody>tr.success>th,
.woocommerce-cart .cart_totals 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,
.woocommerce .shop_table>thead>tr>td.info,
.woocommerce .shop_table>tbody>tr>td.info,
.woocommerce .shop_table>tfoot>tr>td.info,
.woocommerce .shop_table>thead>tr>th.info,
.woocommerce .shop_table>tbody>tr>th.info,
.woocommerce .shop_table>tfoot>tr>th.info,
.woocommerce .shop_table>thead>tr.info>td,
.woocommerce .shop_table>tbody>tr.info>td,
.woocommerce .shop_table>tfoot>tr.info>td,
.woocommerce .shop_table>thead>tr.info>th,
.woocommerce .shop_table>tbody>tr.info>th,
.woocommerce .shop_table>tfoot>tr.info>th,
.woocommerce-cart .cart_totals table>thead>tr>td.info,
.woocommerce-cart .cart_totals table>tbody>tr>td.info,
.woocommerce-cart .cart_totals table>tfoot>tr>td.info,
.woocommerce-cart .cart_totals table>thead>tr>th.info,
.woocommerce-cart .cart_totals table>tbody>tr>th.info,
.woocommerce-cart .cart_totals table>tfoot>tr>th.info,
.woocommerce-cart .cart_totals table>thead>tr.info>td,
.woocommerce-cart .cart_totals table>tbody>tr.info>td,
.woocommerce-cart .cart_totals table>tfoot>tr.info>td,
.woocommerce-cart .cart_totals table>thead>tr.info>th,
.woocommerce-cart .cart_totals table>tbody>tr.info>th,
.woocommerce-cart .cart_totals 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,
.woocommerce .shop_table>thead>tr>td.warning,
.woocommerce .shop_table>tbody>tr>td.warning,
.woocommerce .shop_table>tfoot>tr>td.warning,
.woocommerce .shop_table>thead>tr>th.warning,
.woocommerce .shop_table>tbody>tr>th.warning,
.woocommerce .shop_table>tfoot>tr>th.warning,
.woocommerce .shop_table>thead>tr.warning>td,
.woocommerce .shop_table>tbody>tr.warning>td,
.woocommerce .shop_table>tfoot>tr.warning>td,
.woocommerce .shop_table>thead>tr.warning>th,
.woocommerce .shop_table>tbody>tr.warning>th,
.woocommerce .shop_table>tfoot>tr.warning>th,
.woocommerce-cart .cart_totals table>thead>tr>td.warning,
.woocommerce-cart .cart_totals table>tbody>tr>td.warning,
.woocommerce-cart .cart_totals table>tfoot>tr>td.warning,
.woocommerce-cart .cart_totals table>thead>tr>th.warning,
.woocommerce-cart .cart_totals table>tbody>tr>th.warning,
.woocommerce-cart .cart_totals table>tfoot>tr>th.warning,
.woocommerce-cart .cart_totals table>thead>tr.warning>td,
.woocommerce-cart .cart_totals table>tbody>tr.warning>td,
.woocommerce-cart .cart_totals table>tfoot>tr.warning>td,
.woocommerce-cart .cart_totals table>thead>tr.warning>th,
.woocommerce-cart .cart_totals table>tbody>tr.warning>th,
.woocommerce-cart .cart_totals 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,
.woocommerce .shop_table>thead>tr>td.danger,
.woocommerce .shop_table>tbody>tr>td.danger,
.woocommerce .shop_table>tfoot>tr>td.danger,
.woocommerce .shop_table>thead>tr>th.danger,
.woocommerce .shop_table>tbody>tr>th.danger,
.woocommerce .shop_table>tfoot>tr>th.danger,
.woocommerce .shop_table>thead>tr.danger>td,
.woocommerce .shop_table>tbody>tr.danger>td,
.woocommerce .shop_table>tfoot>tr.danger>td,
.woocommerce .shop_table>thead>tr.danger>th,
.woocommerce .shop_table>tbody>tr.danger>th,
.woocommerce .shop_table>tfoot>tr.danger>th,
.woocommerce-cart .cart_totals table>thead>tr>td.danger,
.woocommerce-cart .cart_totals table>tbody>tr>td.danger,
.woocommerce-cart .cart_totals table>tfoot>tr>td.danger,
.woocommerce-cart .cart_totals table>thead>tr>th.danger,
.woocommerce-cart .cart_totals table>tbody>tr>th.danger,
.woocommerce-cart .cart_totals table>tfoot>tr>th.danger,
.woocommerce-cart .cart_totals table>thead>tr.danger>td,
.woocommerce-cart .cart_totals table>tbody>tr.danger>td,
.woocommerce-cart .cart_totals table>tfoot>tr.danger>td,
.woocommerce-cart .cart_totals table>thead>tr.danger>th,
.woocommerce-cart .cart_totals table>tbody>tr.danger>th,
.woocommerce-cart .cart_totals 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: .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,
    .table-responsive>.woocommerce .shop_table,
    .table-responsive>.woocommerce-cart .cart_totals 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,
    .table-responsive>.woocommerce .shop_table>thead>tr>th,
    .table-responsive>.woocommerce .shop_table>tbody>tr>th,
    .table-responsive>.woocommerce .shop_table>tfoot>tr>th,
    .table-responsive>.woocommerce .shop_table>thead>tr>td,
    .table-responsive>.woocommerce .shop_table>tbody>tr>td,
    .table-responsive>.woocommerce .shop_table>tfoot>tr>td,
    .table-responsive>.woocommerce-cart .cart_totals table>thead>tr>th,
    .table-responsive>.woocommerce-cart .cart_totals table>tbody>tr>th,
    .table-responsive>.woocommerce-cart .cart_totals table>tfoot>tr>th,
    .table-responsive>.woocommerce-cart .cart_totals table>thead>tr>td,
    .table-responsive>.woocommerce-cart .cart_totals table>tbody>tr>td,
    .table-responsive>.woocommerce-cart .cart_totals table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 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,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea,
.gfield select,
.gfield textarea,
.gfield input[type="text"],
.gfield input[type="password"],
.gfield input[type="datetime"],
.gfield input[type="datetime-local"],
.gfield input[type="date"],
.gfield input[type="month"],
.gfield input[type="time"],
.gfield input[type="week"],
.gfield input[type="number"],
.gfield input[type="email"],
.gfield input[type="url"],
.gfield input[type="search"],
.gfield input[type="tel"],
.gfield input[type="color"],
.woocommerce .input-text,
.woocommerce .quantity [type="number"],
.woocommerce-ordering .orderby,
.woocommerce.single-product table.variations select,
.woocommerce-cart .shipping-calculator-form select,
.woocommerce.widget_product_search [type="text"],
.woocommerce.widget_layered_nav select {
    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);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment textarea:focus,
.gfield select:focus,
.gfield textarea:focus,
.gfield input[type="text"]:focus,
.gfield input[type="password"]:focus,
.gfield input[type="datetime"]:focus,
.gfield input[type="datetime-local"]:focus,
.gfield input[type="date"]:focus,
.gfield input[type="month"]:focus,
.gfield input[type="time"]:focus,
.gfield input[type="week"]:focus,
.gfield input[type="number"]:focus,
.gfield input[type="email"]:focus,
.gfield input[type="url"]:focus,
.gfield input[type="search"]:focus,
.gfield input[type="tel"]:focus,
.gfield input[type="color"]:focus,
.woocommerce .input-text:focus,
.woocommerce .quantity [type="number"]:focus,
.woocommerce-ordering .orderby:focus,
.woocommerce-cart .shipping-calculator-form select:focus,
.woocommerce.widget_product_search [type="text"]: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,
.comment-form-author input::-moz-placeholder,
.comment-form-email input::-moz-placeholder,
.comment-form-url input::-moz-placeholder,
.comment-form-comment textarea::-moz-placeholder,
.gfield select::-moz-placeholder,
.gfield textarea::-moz-placeholder,
.gfield input[type="text"]::-moz-placeholder,
.gfield input[type="password"]::-moz-placeholder,
.gfield input[type="datetime"]::-moz-placeholder,
.gfield input[type="datetime-local"]::-moz-placeholder,
.gfield input[type="date"]::-moz-placeholder,
.gfield input[type="month"]::-moz-placeholder,
.gfield input[type="time"]::-moz-placeholder,
.gfield input[type="week"]::-moz-placeholder,
.gfield input[type="number"]::-moz-placeholder,
.gfield input[type="email"]::-moz-placeholder,
.gfield input[type="url"]::-moz-placeholder,
.gfield input[type="search"]::-moz-placeholder,
.gfield input[type="tel"]::-moz-placeholder,
.gfield input[type="color"]::-moz-placeholder,
.woocommerce .input-text::-moz-placeholder,
.woocommerce .quantity [type="number"]::-moz-placeholder,
.woocommerce-ordering .orderby::-moz-placeholder,
.woocommerce-cart .shipping-calculator-form select::-moz-placeholder,
.woocommerce.widget_product_search [type="text"]::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.comment-form-author input:-ms-input-placeholder,
.comment-form-email input:-ms-input-placeholder,
.comment-form-url input:-ms-input-placeholder,
.comment-form-comment textarea:-ms-input-placeholder,
.gfield select:-ms-input-placeholder,
.gfield textarea:-ms-input-placeholder,
.gfield input[type="text"]:-ms-input-placeholder,
.gfield input[type="password"]:-ms-input-placeholder,
.gfield input[type="datetime"]:-ms-input-placeholder,
.gfield input[type="datetime-local"]:-ms-input-placeholder,
.gfield input[type="date"]:-ms-input-placeholder,
.gfield input[type="month"]:-ms-input-placeholder,
.gfield input[type="time"]:-ms-input-placeholder,
.gfield input[type="week"]:-ms-input-placeholder,
.gfield input[type="number"]:-ms-input-placeholder,
.gfield input[type="email"]:-ms-input-placeholder,
.gfield input[type="url"]:-ms-input-placeholder,
.gfield input[type="search"]:-ms-input-placeholder,
.gfield input[type="tel"]:-ms-input-placeholder,
.gfield input[type="color"]:-ms-input-placeholder,
.woocommerce .input-text:-ms-input-placeholder,
.woocommerce .quantity [type="number"]:-ms-input-placeholder,
.woocommerce-ordering .orderby:-ms-input-placeholder,
.woocommerce-cart .shipping-calculator-form select:-ms-input-placeholder,
.woocommerce.widget_product_search [type="text"]:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder,
.comment-form-author input::-webkit-input-placeholder,
.comment-form-email input::-webkit-input-placeholder,
.comment-form-url input::-webkit-input-placeholder,
.comment-form-comment textarea::-webkit-input-placeholder,
.gfield select::-webkit-input-placeholder,
.gfield textarea::-webkit-input-placeholder,
.gfield input[type="text"]::-webkit-input-placeholder,
.gfield input[type="password"]::-webkit-input-placeholder,
.gfield input[type="datetime"]::-webkit-input-placeholder,
.gfield input[type="datetime-local"]::-webkit-input-placeholder,
.gfield input[type="date"]::-webkit-input-placeholder,
.gfield input[type="month"]::-webkit-input-placeholder,
.gfield input[type="time"]::-webkit-input-placeholder,
.gfield input[type="week"]::-webkit-input-placeholder,
.gfield input[type="number"]::-webkit-input-placeholder,
.gfield input[type="email"]::-webkit-input-placeholder,
.gfield input[type="url"]::-webkit-input-placeholder,
.gfield input[type="search"]::-webkit-input-placeholder,
.gfield input[type="tel"]::-webkit-input-placeholder,
.gfield input[type="color"]::-webkit-input-placeholder,
.woocommerce .input-text::-webkit-input-placeholder,
.woocommerce .quantity [type="number"]::-webkit-input-placeholder,
.woocommerce-ordering .orderby::-webkit-input-placeholder,
.woocommerce-cart .shipping-calculator-form select::-webkit-input-placeholder,
.woocommerce.widget_product_search [type="text"]::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.comment-form-author input[disabled],
.comment-form-author input[readonly],
fieldset[disabled] .comment-form-author input,
.comment-form-email input[disabled],
.comment-form-email input[readonly],
fieldset[disabled] .comment-form-email input,
.comment-form-url input[disabled],
.comment-form-url input[readonly],
fieldset[disabled] .comment-form-url input,
.comment-form-comment textarea[disabled],
.comment-form-comment textarea[readonly],
fieldset[disabled] .comment-form-comment textarea,
.gfield select[disabled],
.gfield select[readonly],
fieldset[disabled] .gfield select,
.gfield textarea[disabled],
.gfield textarea[readonly],
fieldset[disabled] .gfield textarea,
.gfield input[type="text"][disabled],
.gfield input[type="text"][readonly],
fieldset[disabled] .gfield input[type="text"],
.gfield input[type="password"][disabled],
.gfield input[type="password"][readonly],
fieldset[disabled] .gfield input[type="password"],
.gfield input[type="datetime"][disabled],
.gfield input[type="datetime"][readonly],
fieldset[disabled] .gfield input[type="datetime"],
.gfield input[type="datetime-local"][disabled],
.gfield input[type="datetime-local"][readonly],
fieldset[disabled] .gfield input[type="datetime-local"],
.gfield input[type="date"][disabled],
.gfield input[type="date"][readonly],
fieldset[disabled] .gfield input[type="date"],
.gfield input[type="month"][disabled],
.gfield input[type="month"][readonly],
fieldset[disabled] .gfield input[type="month"],
.gfield input[type="time"][disabled],
.gfield input[type="time"][readonly],
fieldset[disabled] .gfield input[type="time"],
.gfield input[type="week"][disabled],
.gfield input[type="week"][readonly],
fieldset[disabled] .gfield input[type="week"],
.gfield input[type="number"][disabled],
.gfield input[type="number"][readonly],
fieldset[disabled] .gfield input[type="number"],
.gfield input[type="email"][disabled],
.gfield input[type="email"][readonly],
fieldset[disabled] .gfield input[type="email"],
.gfield input[type="url"][disabled],
.gfield input[type="url"][readonly],
fieldset[disabled] .gfield input[type="url"],
.gfield input[type="search"][disabled],
.gfield input[type="search"][readonly],
fieldset[disabled] .gfield input[type="search"],
.gfield input[type="tel"][disabled],
.gfield input[type="tel"][readonly],
fieldset[disabled] .gfield input[type="tel"],
.gfield input[type="color"][disabled],
.gfield input[type="color"][readonly],
fieldset[disabled] .gfield input[type="color"],
.woocommerce .input-text[disabled],
.woocommerce .input-text[readonly],
fieldset[disabled] .woocommerce .input-text,
.woocommerce .quantity [type="number"][disabled],
.woocommerce .quantity [type="number"][readonly],
fieldset[disabled] .woocommerce .quantity [type="number"],
.woocommerce-ordering .orderby[disabled],
.woocommerce-ordering .orderby[readonly],
fieldset[disabled] .woocommerce-ordering .orderby,
.woocommerce-cart .shipping-calculator-form select[disabled],
.woocommerce-cart .shipping-calculator-form select[readonly],
fieldset[disabled] .woocommerce-cart .shipping-calculator-form select,
.woocommerce.widget_product_search [type="text"][disabled],
.woocommerce.widget_product_search [type="text"][readonly],
fieldset[disabled] .woocommerce.widget_product_search [type="text"] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control,
textarea.comment-form-author input,
textarea.comment-form-email input,
textarea.comment-form-url input,
textarea.comment-form-comment textarea,
textarea.gfield select,
textarea.gfield textarea,
textarea.gfield input[type="text"],
textarea.gfield input[type="password"],
textarea.gfield input[type="datetime"],
textarea.gfield input[type="datetime-local"],
textarea.gfield input[type="date"],
textarea.gfield input[type="month"],
textarea.gfield input[type="time"],
textarea.gfield input[type="week"],
textarea.gfield input[type="number"],
textarea.gfield input[type="email"],
textarea.gfield input[type="url"],
textarea.gfield input[type="search"],
textarea.gfield input[type="tel"],
textarea.gfield input[type="color"],
textarea.woocommerce .input-text,
textarea.woocommerce .quantity [type="number"],
textarea.woocommerce-ordering .orderby,
textarea.woocommerce-cart .shipping-calculator-form select,
textarea.woocommerce.widget_product_search [type="text"] {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.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"],
.gfield_radio>li input[type="radio"],
.gfield_checkbox>li input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline,
.gfield_radio>li,
.gfield_checkbox>li {
    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,
.gfield_radio>li+.gfield_radio>li,
.gfield_checkbox>li+.gfield_checkbox>li {
    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,
.gfield_radio>li.disabled,
fieldset[disabled] .gfield_radio>li,
.gfield_checkbox>li.disabled,
fieldset[disabled] .gfield_checkbox>li {
    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
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.form-group-sm .form-control,
.form-group-sm .comment-form-author input,
.form-group-sm .comment-form-email input,
.form-group-sm .comment-form-url input,
.form-group-sm .comment-form-comment textarea,
.form-group-sm .gfield select,
.form-group-sm .gfield textarea,
.form-group-sm .gfield input[type="text"],
.form-group-sm .gfield input[type="password"],
.form-group-sm .gfield input[type="datetime"],
.form-group-sm .gfield input[type="datetime-local"],
.form-group-sm .gfield input[type="date"],
.form-group-sm .gfield input[type="month"],
.form-group-sm .gfield input[type="time"],
.form-group-sm .gfield input[type="week"],
.form-group-sm .gfield input[type="number"],
.form-group-sm .gfield input[type="email"],
.form-group-sm .gfield input[type="url"],
.form-group-sm .gfield input[type="search"],
.form-group-sm .gfield input[type="tel"],
.form-group-sm .gfield input[type="color"],
.form-group-sm .woocommerce .input-text,
.form-group-sm .woocommerce .quantity [type="number"],
.woocommerce .quantity [type="number"],
.form-group-sm .woocommerce-ordering .orderby,
.form-group-sm .woocommerce-cart .shipping-calculator-form select,
.form-group-sm .woocommerce.widget_product_search [type="text"] {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,
select.form-group-sm .form-control,
select.form-group-sm .comment-form-author input,
select.form-group-sm .comment-form-email input,
select.form-group-sm .comment-form-url input,
select.form-group-sm .comment-form-comment textarea,
select.form-group-sm .gfield select,
select.form-group-sm .gfield textarea,
select.form-group-sm .gfield input[type="text"],
select.form-group-sm .gfield input[type="password"],
select.form-group-sm .gfield input[type="datetime"],
select.form-group-sm .gfield input[type="datetime-local"],
select.form-group-sm .gfield input[type="date"],
select.form-group-sm .gfield input[type="month"],
select.form-group-sm .gfield input[type="time"],
select.form-group-sm .gfield input[type="week"],
select.form-group-sm .gfield input[type="number"],
select.form-group-sm .gfield input[type="email"],
select.form-group-sm .gfield input[type="url"],
select.form-group-sm .gfield input[type="search"],
select.form-group-sm .gfield input[type="tel"],
select.form-group-sm .gfield input[type="color"],
select.form-group-sm .woocommerce .input-text,
select.form-group-sm .woocommerce .quantity [type="number"],
select.form-group-sm .woocommerce-ordering .orderby,
select.form-group-sm .woocommerce-cart .shipping-calculator-form select,
select.form-group-sm .woocommerce.widget_product_search [type="text"] {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .comment-form-author input,
select[multiple].form-group-sm .comment-form-author input,
textarea.form-group-sm .comment-form-email input,
select[multiple].form-group-sm .comment-form-email input,
textarea.form-group-sm .comment-form-url input,
select[multiple].form-group-sm .comment-form-url input,
textarea.form-group-sm .comment-form-comment textarea,
select[multiple].form-group-sm .comment-form-comment textarea,
textarea.form-group-sm .gfield select,
select[multiple].form-group-sm .gfield select,
textarea.form-group-sm .gfield textarea,
select[multiple].form-group-sm .gfield textarea,
textarea.form-group-sm .gfield input[type="text"],
select[multiple].form-group-sm .gfield input[type="text"],
textarea.form-group-sm .gfield input[type="password"],
select[multiple].form-group-sm .gfield input[type="password"],
textarea.form-group-sm .gfield input[type="datetime"],
select[multiple].form-group-sm .gfield input[type="datetime"],
textarea.form-group-sm .gfield input[type="datetime-local"],
select[multiple].form-group-sm .gfield input[type="datetime-local"],
textarea.form-group-sm .gfield input[type="date"],
select[multiple].form-group-sm .gfield input[type="date"],
textarea.form-group-sm .gfield input[type="month"],
select[multiple].form-group-sm .gfield input[type="month"],
textarea.form-group-sm .gfield input[type="time"],
select[multiple].form-group-sm .gfield input[type="time"],
textarea.form-group-sm .gfield input[type="week"],
select[multiple].form-group-sm .gfield input[type="week"],
textarea.form-group-sm .gfield input[type="number"],
select[multiple].form-group-sm .gfield input[type="number"],
textarea.form-group-sm .gfield input[type="email"],
select[multiple].form-group-sm .gfield input[type="email"],
textarea.form-group-sm .gfield input[type="url"],
select[multiple].form-group-sm .gfield input[type="url"],
textarea.form-group-sm .gfield input[type="search"],
select[multiple].form-group-sm .gfield input[type="search"],
textarea.form-group-sm .gfield input[type="tel"],
select[multiple].form-group-sm .gfield input[type="tel"],
textarea.form-group-sm .gfield input[type="color"],
select[multiple].form-group-sm .gfield input[type="color"],
textarea.form-group-sm .woocommerce .input-text,
select[multiple].form-group-sm .woocommerce .input-text,
textarea.form-group-sm .woocommerce .quantity [type="number"],
select[multiple].form-group-sm .woocommerce .quantity [type="number"],
textarea.form-group-sm .woocommerce-ordering .orderby,
select[multiple].form-group-sm .woocommerce-ordering .orderby,
textarea.form-group-sm .woocommerce-cart .shipping-calculator-form select,
select[multiple].form-group-sm .woocommerce-cart .shipping-calculator-form select,
textarea.form-group-sm .woocommerce.widget_product_search [type="text"],
select[multiple].form-group-sm .woocommerce.widget_product_search [type="text"] {
    height: auto
}

.input-lg,
.form-group-lg .form-control,
.form-group-lg .comment-form-author input,
.form-group-lg .comment-form-email input,
.form-group-lg .comment-form-url input,
.form-group-lg .comment-form-comment textarea,
.form-group-lg .gfield select,
.form-group-lg .gfield textarea,
.form-group-lg .gfield input[type="text"],
.form-group-lg .gfield input[type="password"],
.form-group-lg .gfield input[type="datetime"],
.form-group-lg .gfield input[type="datetime-local"],
.form-group-lg .gfield input[type="date"],
.form-group-lg .gfield input[type="month"],
.form-group-lg .gfield input[type="time"],
.form-group-lg .gfield input[type="week"],
.form-group-lg .gfield input[type="number"],
.form-group-lg .gfield input[type="email"],
.form-group-lg .gfield input[type="url"],
.form-group-lg .gfield input[type="search"],
.form-group-lg .gfield input[type="tel"],
.form-group-lg .gfield input[type="color"],
.form-group-lg .woocommerce .input-text,
.form-group-lg .woocommerce .quantity [type="number"],
.form-group-lg .woocommerce-ordering .orderby,
.form-group-lg .woocommerce-cart .shipping-calculator-form select,
.form-group-lg .woocommerce.widget_product_search [type="text"] {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg,
select.form-group-lg .form-control,
select.form-group-lg .comment-form-author input,
select.form-group-lg .comment-form-email input,
select.form-group-lg .comment-form-url input,
select.form-group-lg .comment-form-comment textarea,
select.form-group-lg .gfield select,
select.form-group-lg .gfield textarea,
select.form-group-lg .gfield input[type="text"],
select.form-group-lg .gfield input[type="password"],
select.form-group-lg .gfield input[type="datetime"],
select.form-group-lg .gfield input[type="datetime-local"],
select.form-group-lg .gfield input[type="date"],
select.form-group-lg .gfield input[type="month"],
select.form-group-lg .gfield input[type="time"],
select.form-group-lg .gfield input[type="week"],
select.form-group-lg .gfield input[type="number"],
select.form-group-lg .gfield input[type="email"],
select.form-group-lg .gfield input[type="url"],
select.form-group-lg .gfield input[type="search"],
select.form-group-lg .gfield input[type="tel"],
select.form-group-lg .gfield input[type="color"],
select.form-group-lg .woocommerce .input-text,
select.form-group-lg .woocommerce .quantity [type="number"],
select.form-group-lg .woocommerce-ordering .orderby,
select.form-group-lg .woocommerce-cart .shipping-calculator-form select,
select.form-group-lg .woocommerce.widget_product_search [type="text"] {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .comment-form-author input,
select[multiple].form-group-lg .comment-form-author input,
textarea.form-group-lg .comment-form-email input,
select[multiple].form-group-lg .comment-form-email input,
textarea.form-group-lg .comment-form-url input,
select[multiple].form-group-lg .comment-form-url input,
textarea.form-group-lg .comment-form-comment textarea,
select[multiple].form-group-lg .comment-form-comment textarea,
textarea.form-group-lg .gfield select,
select[multiple].form-group-lg .gfield select,
textarea.form-group-lg .gfield textarea,
select[multiple].form-group-lg .gfield textarea,
textarea.form-group-lg .gfield input[type="text"],
select[multiple].form-group-lg .gfield input[type="text"],
textarea.form-group-lg .gfield input[type="password"],
select[multiple].form-group-lg .gfield input[type="password"],
textarea.form-group-lg .gfield input[type="datetime"],
select[multiple].form-group-lg .gfield input[type="datetime"],
textarea.form-group-lg .gfield input[type="datetime-local"],
select[multiple].form-group-lg .gfield input[type="datetime-local"],
textarea.form-group-lg .gfield input[type="date"],
select[multiple].form-group-lg .gfield input[type="date"],
textarea.form-group-lg .gfield input[type="month"],
select[multiple].form-group-lg .gfield input[type="month"],
textarea.form-group-lg .gfield input[type="time"],
select[multiple].form-group-lg .gfield input[type="time"],
textarea.form-group-lg .gfield input[type="week"],
select[multiple].form-group-lg .gfield input[type="week"],
textarea.form-group-lg .gfield input[type="number"],
select[multiple].form-group-lg .gfield input[type="number"],
textarea.form-group-lg .gfield input[type="email"],
select[multiple].form-group-lg .gfield input[type="email"],
textarea.form-group-lg .gfield input[type="url"],
select[multiple].form-group-lg .gfield input[type="url"],
textarea.form-group-lg .gfield input[type="search"],
select[multiple].form-group-lg .gfield input[type="search"],
textarea.form-group-lg .gfield input[type="tel"],
select[multiple].form-group-lg .gfield input[type="tel"],
textarea.form-group-lg .gfield input[type="color"],
select[multiple].form-group-lg .gfield input[type="color"],
textarea.form-group-lg .woocommerce .input-text,
select[multiple].form-group-lg .woocommerce .input-text,
textarea.form-group-lg .woocommerce .quantity [type="number"],
select[multiple].form-group-lg .woocommerce .quantity [type="number"],
textarea.form-group-lg .woocommerce-ordering .orderby,
select[multiple].form-group-lg .woocommerce-ordering .orderby,
textarea.form-group-lg .woocommerce-cart .shipping-calculator-form select,
select[multiple].form-group-lg .woocommerce-cart .shipping-calculator-form select,
textarea.form-group-lg .woocommerce.widget_product_search [type="text"],
select[multiple].form-group-lg .woocommerce.widget_product_search [type="text"] {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control,
.has-feedback .comment-form-author input,
.has-feedback .comment-form-email input,
.has-feedback .comment-form-url input,
.has-feedback .comment-form-comment textarea,
.has-feedback .gfield select,
.has-feedback .gfield textarea,
.has-feedback .gfield input[type="text"],
.has-feedback .gfield input[type="password"],
.has-feedback .gfield input[type="datetime"],
.has-feedback .gfield input[type="datetime-local"],
.has-feedback .gfield input[type="date"],
.has-feedback .gfield input[type="month"],
.has-feedback .gfield input[type="time"],
.has-feedback .gfield input[type="week"],
.has-feedback .gfield input[type="number"],
.has-feedback .gfield input[type="email"],
.has-feedback .gfield input[type="url"],
.has-feedback .gfield input[type="search"],
.has-feedback .gfield input[type="tel"],
.has-feedback .gfield input[type="color"],
.has-feedback .woocommerce .input-text,
.has-feedback .woocommerce .quantity [type="number"],
.has-feedback .woocommerce-ordering .orderby,
.has-feedback .woocommerce-cart .shipping-calculator-form select,
.has-feedback .woocommerce.widget_product_search [type="text"] {
    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 {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.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,
.has-success .gfield_radio>li,
.has-success.gfield_radio>li label,
.has-success .gfield_checkbox>li,
.has-success.gfield_checkbox>li label {
    color: #3c763d
}

.has-success .form-control,
.has-success .comment-form-author input,
.has-success .comment-form-email input,
.has-success .comment-form-url input,
.has-success .comment-form-comment textarea,
.has-success .gfield select,
.has-success .gfield textarea,
.has-success .gfield input[type="text"],
.has-success .gfield input[type="password"],
.has-success .gfield input[type="datetime"],
.has-success .gfield input[type="datetime-local"],
.has-success .gfield input[type="date"],
.has-success .gfield input[type="month"],
.has-success .gfield input[type="time"],
.has-success .gfield input[type="week"],
.has-success .gfield input[type="number"],
.has-success .gfield input[type="email"],
.has-success .gfield input[type="url"],
.has-success .gfield input[type="search"],
.has-success .gfield input[type="tel"],
.has-success .gfield input[type="color"],
.has-success .woocommerce .input-text,
.has-success .woocommerce .quantity [type="number"],
.has-success .woocommerce-ordering .orderby,
.has-success .woocommerce-cart .shipping-calculator-form select,
.has-success .woocommerce.widget_product_search [type="text"] {
    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,
.has-success .comment-form-author input:focus,
.has-success .comment-form-email input:focus,
.has-success .comment-form-url input:focus,
.has-success .comment-form-comment textarea:focus,
.has-success .gfield select:focus,
.has-success .gfield textarea:focus,
.has-success .gfield input[type="text"]:focus,
.has-success .gfield input[type="password"]:focus,
.has-success .gfield input[type="datetime"]:focus,
.has-success .gfield input[type="datetime-local"]:focus,
.has-success .gfield input[type="date"]:focus,
.has-success .gfield input[type="month"]:focus,
.has-success .gfield input[type="time"]:focus,
.has-success .gfield input[type="week"]:focus,
.has-success .gfield input[type="number"]:focus,
.has-success .gfield input[type="email"]:focus,
.has-success .gfield input[type="url"]:focus,
.has-success .gfield input[type="search"]:focus,
.has-success .gfield input[type="tel"]:focus,
.has-success .gfield input[type="color"]:focus,
.has-success .woocommerce .input-text:focus,
.has-success .woocommerce .quantity [type="number"]:focus,
.has-success .woocommerce-ordering .orderby:focus,
.has-success .woocommerce-cart .shipping-calculator-form select:focus,
.has-success .woocommerce.widget_product_search [type="text"]: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,
.has-warning .gfield_radio>li,
.has-warning.gfield_radio>li label,
.has-warning .gfield_checkbox>li,
.has-warning.gfield_checkbox>li label {
    color: #8a6d3b
}

.has-warning .form-control,
.has-warning .comment-form-author input,
.has-warning .comment-form-email input,
.has-warning .comment-form-url input,
.has-warning .comment-form-comment textarea,
.has-warning .gfield select,
.has-warning .gfield textarea,
.has-warning .gfield input[type="text"],
.has-warning .gfield input[type="password"],
.has-warning .gfield input[type="datetime"],
.has-warning .gfield input[type="datetime-local"],
.has-warning .gfield input[type="date"],
.has-warning .gfield input[type="month"],
.has-warning .gfield input[type="time"],
.has-warning .gfield input[type="week"],
.has-warning .gfield input[type="number"],
.has-warning .gfield input[type="email"],
.has-warning .gfield input[type="url"],
.has-warning .gfield input[type="search"],
.has-warning .gfield input[type="tel"],
.has-warning .gfield input[type="color"],
.has-warning .woocommerce .input-text,
.has-warning .woocommerce .quantity [type="number"],
.has-warning .woocommerce-ordering .orderby,
.has-warning .woocommerce-cart .shipping-calculator-form select,
.has-warning .woocommerce.widget_product_search [type="text"] {
    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,
.has-warning .comment-form-author input:focus,
.has-warning .comment-form-email input:focus,
.has-warning .comment-form-url input:focus,
.has-warning .comment-form-comment textarea:focus,
.has-warning .gfield select:focus,
.has-warning .gfield textarea:focus,
.has-warning .gfield input[type="text"]:focus,
.has-warning .gfield input[type="password"]:focus,
.has-warning .gfield input[type="datetime"]:focus,
.has-warning .gfield input[type="datetime-local"]:focus,
.has-warning .gfield input[type="date"]:focus,
.has-warning .gfield input[type="month"]:focus,
.has-warning .gfield input[type="time"]:focus,
.has-warning .gfield input[type="week"]:focus,
.has-warning .gfield input[type="number"]:focus,
.has-warning .gfield input[type="email"]:focus,
.has-warning .gfield input[type="url"]:focus,
.has-warning .gfield input[type="search"]:focus,
.has-warning .gfield input[type="tel"]:focus,
.has-warning .gfield input[type="color"]:focus,
.has-warning .woocommerce .input-text:focus,
.has-warning .woocommerce .quantity [type="number"]:focus,
.has-warning .woocommerce-ordering .orderby:focus,
.has-warning .woocommerce-cart .shipping-calculator-form select:focus,
.has-warning .woocommerce.widget_product_search [type="text"]: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,
.has-error .gfield_radio>li,
.has-error.gfield_radio>li label,
.has-error .gfield_checkbox>li,
.has-error.gfield_checkbox>li label {
    color: #a94442
}

.has-error .form-control,
.has-error .comment-form-author input,
.has-error .comment-form-email input,
.has-error .comment-form-url input,
.has-error .comment-form-comment textarea,
.has-error .gfield select,
.has-error .gfield textarea,
.has-error .gfield input[type="text"],
.has-error .gfield input[type="password"],
.has-error .gfield input[type="datetime"],
.has-error .gfield input[type="datetime-local"],
.has-error .gfield input[type="date"],
.has-error .gfield input[type="month"],
.has-error .gfield input[type="time"],
.has-error .gfield input[type="week"],
.has-error .gfield input[type="number"],
.has-error .gfield input[type="email"],
.has-error .gfield input[type="url"],
.has-error .gfield input[type="search"],
.has-error .gfield input[type="tel"],
.has-error .gfield input[type="color"],
.has-error .woocommerce .input-text,
.has-error .woocommerce .quantity [type="number"],
.has-error .woocommerce-ordering .orderby,
.has-error .woocommerce-cart .shipping-calculator-form select,
.has-error .woocommerce.widget_product_search [type="text"] {
    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,
.has-error .comment-form-author input:focus,
.has-error .comment-form-email input:focus,
.has-error .comment-form-url input:focus,
.has-error .comment-form-comment textarea:focus,
.has-error .gfield select:focus,
.has-error .gfield textarea:focus,
.has-error .gfield input[type="text"]:focus,
.has-error .gfield input[type="password"]:focus,
.has-error .gfield input[type="datetime"]:focus,
.has-error .gfield input[type="datetime-local"]:focus,
.has-error .gfield input[type="date"]:focus,
.has-error .gfield input[type="month"]:focus,
.has-error .gfield input[type="time"]:focus,
.has-error .gfield input[type="week"]:focus,
.has-error .gfield input[type="number"]:focus,
.has-error .gfield input[type="email"]:focus,
.has-error .gfield input[type="url"]:focus,
.has-error .gfield input[type="search"]:focus,
.has-error .gfield input[type="tel"]:focus,
.has-error .gfield input[type="color"]:focus,
.has-error .woocommerce .input-text:focus,
.has-error .woocommerce .quantity [type="number"]:focus,
.has-error .woocommerce-ordering .orderby:focus,
.has-error .woocommerce-cart .shipping-calculator-form select:focus,
.has-error .woocommerce.widget_product_search [type="text"]: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,
.has-feedback label.woocommerce.widget_product_search label~.form-control-feedback {
    top: 0
}

.help-block,
.gfield_description {
    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,
    .form-inline .comment-form-author input,
    .form-inline .comment-form-email input,
    .form-inline .comment-form-url input,
    .form-inline .comment-form-comment textarea,
    .form-inline .gfield select,
    .form-inline .gfield textarea,
    .form-inline .gfield input[type="text"],
    .form-inline .gfield input[type="password"],
    .form-inline .gfield input[type="datetime"],
    .form-inline .gfield input[type="datetime-local"],
    .form-inline .gfield input[type="date"],
    .form-inline .gfield input[type="month"],
    .form-inline .gfield input[type="time"],
    .form-inline .gfield input[type="week"],
    .form-inline .gfield input[type="number"],
    .form-inline .gfield input[type="email"],
    .form-inline .gfield input[type="url"],
    .form-inline .gfield input[type="search"],
    .form-inline .gfield input[type="tel"],
    .form-inline .gfield input[type="color"],
    .form-inline .woocommerce .input-text,
    .form-inline .woocommerce .quantity [type="number"],
    .form-inline .woocommerce-ordering .orderby,
    .form-inline .woocommerce-cart .shipping-calculator-form select,
    .form-inline .woocommerce.widget_product_search [type="text"] {
        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,
    .form-inline .input-group .comment-form-author input,
    .form-inline .input-group .comment-form-email input,
    .form-inline .input-group .comment-form-url input,
    .form-inline .input-group .comment-form-comment textarea,
    .form-inline .input-group .gfield select,
    .form-inline .input-group .gfield textarea,
    .form-inline .input-group .gfield input[type="text"],
    .form-inline .input-group .gfield input[type="password"],
    .form-inline .input-group .gfield input[type="datetime"],
    .form-inline .input-group .gfield input[type="datetime-local"],
    .form-inline .input-group .gfield input[type="date"],
    .form-inline .input-group .gfield input[type="month"],
    .form-inline .input-group .gfield input[type="time"],
    .form-inline .input-group .gfield input[type="week"],
    .form-inline .input-group .gfield input[type="number"],
    .form-inline .input-group .gfield input[type="email"],
    .form-inline .input-group .gfield input[type="url"],
    .form-inline .input-group .gfield input[type="search"],
    .form-inline .input-group .gfield input[type="tel"],
    .form-inline .input-group .gfield input[type="color"],
    .form-inline .input-group .woocommerce .input-text,
    .form-inline .input-group .woocommerce .quantity [type="number"],
    .form-inline .input-group .woocommerce-ordering .orderby,
    .form-inline .input-group .woocommerce-cart .shipping-calculator-form select,
    .form-inline .input-group .woocommerce.widget_product_search [type="text"] {
        width: auto
    }
    .form-inline .input-group>.form-control,
    .form-inline .input-group>.comment-form-author input,
    .form-inline .input-group>.comment-form-email input,
    .form-inline .input-group>.comment-form-url input,
    .form-inline .input-group>.comment-form-comment textarea,
    .form-inline .input-group>.gfield select,
    .form-inline .input-group>.gfield textarea,
    .form-inline .input-group>.gfield input[type="text"],
    .form-inline .input-group>.gfield input[type="password"],
    .form-inline .input-group>.gfield input[type="datetime"],
    .form-inline .input-group>.gfield input[type="datetime-local"],
    .form-inline .input-group>.gfield input[type="date"],
    .form-inline .input-group>.gfield input[type="month"],
    .form-inline .input-group>.gfield input[type="time"],
    .form-inline .input-group>.gfield input[type="week"],
    .form-inline .input-group>.gfield input[type="number"],
    .form-inline .input-group>.gfield input[type="email"],
    .form-inline .input-group>.gfield input[type="url"],
    .form-inline .input-group>.gfield input[type="search"],
    .form-inline .input-group>.gfield input[type="tel"],
    .form-inline .input-group>.gfield input[type="color"],
    .form-inline .input-group>.woocommerce .input-text,
    .form-inline .input-group>.woocommerce .quantity [type="number"],
    .form-inline .input-group>.woocommerce-ordering .orderby,
    .form-inline .input-group>.woocommerce-cart .shipping-calculator-form select,
    .form-inline .input-group>.woocommerce.widget_product_search [type="text"] {
        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,
.form-horizontal .gfield_radio>li,
.form-horizontal .gfield_checkbox>li {
    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: 14.3px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn,
.comment-form .form-submit input[type="submit"],
.woocommerce .quantity [type="button"],
.woocommerce.widget_product_search [type="submit"],
.button {
    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,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:active:focus,
.comment-form .form-submit input[type="submit"].active:focus,
.comment-form .form-submit input[type="submit"].focus,
.comment-form .form-submit input[type="submit"]:active.focus,
.comment-form .form-submit input[type="submit"].active.focus,
.woocommerce .quantity [type="button"]:focus,
.woocommerce .quantity [type="button"]:active:focus,
.woocommerce .quantity [type="button"].active:focus,
.woocommerce .quantity [type="button"].focus,
.woocommerce .quantity [type="button"]:active.focus,
.woocommerce .quantity [type="button"].active.focus,
.woocommerce.widget_product_search [type="submit"]:focus,
.woocommerce.widget_product_search [type="submit"]:active:focus,
.woocommerce.widget_product_search [type="submit"].active:focus,
.woocommerce.widget_product_search [type="submit"].focus,
.woocommerce.widget_product_search [type="submit"]:active.focus,
.woocommerce.widget_product_search [type="submit"].active.focus,
.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus,
.comment-form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"].focus,
.woocommerce .quantity [type="button"]:hover,
.woocommerce .quantity [type="button"]:focus,
.woocommerce .quantity [type="button"].focus,
.woocommerce.widget_product_search [type="submit"]:hover,
.woocommerce.widget_product_search [type="submit"]:focus,
.woocommerce.widget_product_search [type="submit"].focus,
.button:hover,
.button:focus,
.button.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active,
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"].active,
.woocommerce .quantity [type="button"]:active,
.woocommerce .quantity [type="button"].active,
.woocommerce.widget_product_search [type="submit"]:active,
.woocommerce.widget_product_search [type="submit"].active,
.button:active,
.button.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,
.comment-form .form-submit input[type="submit"].disabled,
.comment-form .form-submit input[type="submit"][disabled],
fieldset[disabled] .comment-form .form-submit input[type="submit"],
.woocommerce .quantity [type="button"].disabled,
.woocommerce .quantity [type="button"][disabled],
fieldset[disabled] .woocommerce .quantity [type="button"],
.woocommerce.widget_product_search [type="submit"].disabled,
.woocommerce.widget_product_search [type="submit"][disabled],
fieldset[disabled] .woocommerce.widget_product_search [type="submit"],
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default,
.woocommerce .quantity [type="button"] {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.woocommerce .quantity [type="button"]:hover,
.woocommerce .quantity [type="button"]:focus,
.woocommerce .quantity [type="button"].focus,
.woocommerce .quantity [type="button"]:active,
.woocommerce .quantity [type="button"].active,
.open>.dropdown-toggle.woocommerce .quantity [type="button"] {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.woocommerce .quantity [type="button"]:active,
.woocommerce .quantity [type="button"].active,
.open>.dropdown-toggle.woocommerce .quantity [type="button"] {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active,
.woocommerce .quantity [type="button"].disabled,
.woocommerce .quantity [type="button"][disabled],
fieldset[disabled] .woocommerce .quantity [type="button"],
.woocommerce .quantity [type="button"].disabled:hover,
.woocommerce .quantity [type="button"][disabled]:hover,
fieldset[disabled] .woocommerce .quantity [type="button"]:hover,
.woocommerce .quantity [type="button"].disabled:focus,
.woocommerce .quantity [type="button"][disabled]:focus,
fieldset[disabled] .woocommerce .quantity [type="button"]:focus,
.woocommerce .quantity [type="button"].disabled.focus,
.woocommerce .quantity [type="button"][disabled].focus,
fieldset[disabled] .woocommerce .quantity [type="button"].focus,
.woocommerce .quantity [type="button"].disabled:active,
.woocommerce .quantity [type="button"][disabled]:active,
fieldset[disabled] .woocommerce .quantity [type="button"]:active,
.woocommerce .quantity [type="button"].disabled.active,
.woocommerce .quantity [type="button"][disabled].active,
fieldset[disabled] .woocommerce .quantity [type="button"].active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge,
.woocommerce .quantity [type="button"] .badge {
    color: #fff;
    background-color: #333
}

.btn-primary,
.comment-form .form-submit input[type="submit"],
.woocommerce.widget_product_search [type="submit"],
.button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.comment-form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"].focus,
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"].active,
.open>.dropdown-toggle.comment-form .form-submit input[type="submit"],
.woocommerce.widget_product_search [type="submit"]:hover,
.woocommerce.widget_product_search [type="submit"]:focus,
.woocommerce.widget_product_search [type="submit"].focus,
.woocommerce.widget_product_search [type="submit"]:active,
.woocommerce.widget_product_search [type="submit"].active,
.open>.dropdown-toggle.woocommerce.widget_product_search [type="submit"],
.button:hover,
.button:focus,
.button.focus,
.button:active,
.button.active,
.open>.dropdown-toggle.button {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"].active,
.open>.dropdown-toggle.comment-form .form-submit input[type="submit"],
.woocommerce.widget_product_search [type="submit"]:active,
.woocommerce.widget_product_search [type="submit"].active,
.open>.dropdown-toggle.woocommerce.widget_product_search [type="submit"],
.button:active,
.button.active,
.open>.dropdown-toggle.button {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.comment-form .form-submit input[type="submit"].disabled,
.comment-form .form-submit input[type="submit"][disabled],
fieldset[disabled] .comment-form .form-submit input[type="submit"],
.comment-form .form-submit input[type="submit"].disabled:hover,
.comment-form .form-submit input[type="submit"][disabled]:hover,
fieldset[disabled] .comment-form .form-submit input[type="submit"]:hover,
.comment-form .form-submit input[type="submit"].disabled:focus,
.comment-form .form-submit input[type="submit"][disabled]:focus,
fieldset[disabled] .comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"].disabled.focus,
.comment-form .form-submit input[type="submit"][disabled].focus,
fieldset[disabled] .comment-form .form-submit input[type="submit"].focus,
.comment-form .form-submit input[type="submit"].disabled:active,
.comment-form .form-submit input[type="submit"][disabled]:active,
fieldset[disabled] .comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"].disabled.active,
.comment-form .form-submit input[type="submit"][disabled].active,
fieldset[disabled] .comment-form .form-submit input[type="submit"].active,
.woocommerce.widget_product_search [type="submit"].disabled,
.woocommerce.widget_product_search [type="submit"][disabled],
fieldset[disabled] .woocommerce.widget_product_search [type="submit"],
.woocommerce.widget_product_search [type="submit"].disabled:hover,
.woocommerce.widget_product_search [type="submit"][disabled]:hover,
fieldset[disabled] .woocommerce.widget_product_search [type="submit"]:hover,
.woocommerce.widget_product_search [type="submit"].disabled:focus,
.woocommerce.widget_product_search [type="submit"][disabled]:focus,
fieldset[disabled] .woocommerce.widget_product_search [type="submit"]:focus,
.woocommerce.widget_product_search [type="submit"].disabled.focus,
.woocommerce.widget_product_search [type="submit"][disabled].focus,
fieldset[disabled] .woocommerce.widget_product_search [type="submit"].focus,
.woocommerce.widget_product_search [type="submit"].disabled:active,
.woocommerce.widget_product_search [type="submit"][disabled]:active,
fieldset[disabled] .woocommerce.widget_product_search [type="submit"]:active,
.woocommerce.widget_product_search [type="submit"].disabled.active,
.woocommerce.widget_product_search [type="submit"][disabled].active,
fieldset[disabled] .woocommerce.widget_product_search [type="submit"].active,
.button.disabled,
.button[disabled],
fieldset[disabled] .button,
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled.focus,
.button[disabled].focus,
fieldset[disabled] .button.focus,
.button.disabled:active,
.button[disabled]:active,
fieldset[disabled] .button:active,
.button.disabled.active,
.button[disabled].active,
fieldset[disabled] .button.active {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge,
.comment-form .form-submit input[type="submit"] .badge,
.woocommerce.widget_product_search [type="submit"] .badge,
.button .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success,
.btn-secondary {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success,
.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active,
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge,
.btn-secondary .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    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 {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.woocommerce .quantity [type="button"] {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

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 solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.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 solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.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;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.pagination,
.pagination-nav ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li,
.pagination-nav ul>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span,
.pagination-nav ul>li>a,
.pagination-nav ul>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,
.pagination-nav ul>li:first-child>a,
.pagination-nav ul>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,
.pagination-nav ul>li:last-child>a,
.pagination-nav ul>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,
.pagination-nav ul>li>a:hover,
.pagination-nav ul>li>span:hover,
.pagination-nav ul>li>a:focus,
.pagination-nav ul>li>span:focus {
    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,
.pagination-nav ul>.active>a,
.pagination-nav ul>.active>span,
.pagination-nav ul>.active>a:hover,
.pagination-nav ul>.active>span:hover,
.pagination-nav ul>.active>a:focus,
.pagination-nav ul>.active>span:focus {
    z-index: 2;
    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,
.pagination-nav ul>.disabled>span,
.pagination-nav ul>.disabled>span:hover,
.pagination-nav ul>.disabled>span:focus,
.pagination-nav ul>.disabled>a,
.pagination-nav ul>.disabled>a:hover,
.pagination-nav ul>.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
}

.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
}

.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
}

.alert,
.gform_wrapper .validation_error,
.gform_confirmation_message,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-checkout .payment_methods .payment_box {
    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,
.gform_confirmation_message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info,
.woocommerce-message,
.woocommerce-info,
.woocommerce-checkout .payment_methods .payment_box {
    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,
.gform_wrapper .validation_error,
.woocommerce-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.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
}

.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.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.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;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
    left: 15%
}

.carousel-control .icon-next,
.carousel-control .fa-chevron-right {
    right: 15%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    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,
.carousel-caption .comment-form .form-submit input[type="submit"],
.carousel-caption .woocommerce .quantity [type="button"],
.carousel-caption .woocommerce.widget_product_search [type="submit"],
.carousel-caption .button {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .fa-chevron-left,
    .carousel-control .fa-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        font-size: 30px
    }
    .carousel-control .fa-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .fa-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
}

.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,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.gform_fields:before,
.gform_fields:after,
.gfield:before,
.gfield:after,
.ginput_complex:before,
.ginput_complex:after,
.woocommerce .col2-set:before,
.woocommerce .col2-set:after,
.woocommerce form.login:before,
.woocommerce form.login:after,
.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce-tabs ul.tabs:before,
.woocommerce-tabs ul.tabs:after,
.widget.woocommerce .product_list_widget li:before,
.widget.woocommerce .product_list_widget li:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.pager:after,
.gform_fields:after,
.gfield:after,
.ginput_complex:after,
.woocommerce .col2-set:after,
.woocommerce form.login:after,
.woocommerce ul.products:after,
.woocommerce-tabs ul.tabs:after,
.widget.woocommerce .product_list_widget li: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;
    visibility: hidden !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
    }
    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
    }
    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
    }
    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
    }
    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
    }
    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
    }
}

.hover-fade:hover {
    opacity: .75
}

.transition-all {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../img/fancybox/fancybox_sprite.png')
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancybox/fancybox_overlay.png')
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../img/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url('../img/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050
}

#fancybox-buttons.top {
    top: 10px
}

#fancybox-buttons.bottom {
    bottom: 10px
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    background: #323232;
    background: -moz-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -o-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: -ms-linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    background: linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0)
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('../img/fancybox/fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: .8
}

#fancybox-buttons a:hover {
    opacity: 1
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0
}

#fancybox-buttons a.btnDisabled {
    opacity: .4;
    cursor: default
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050
}

#fancybox-thumbs.bottom {
    bottom: 2px
}

#fancybox-thumbs.top {
    top: 2px
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: .5
}

#fancybox-thumbs ul li.active {
    opacity: .75;
    padding: 0;
    border: 1px solid #fff
}

#fancybox-thumbs ul li:hover {
    opacity: 1
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    line-height: 1.2
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
    text-decoration: none
}

img,
video {
    max-width: 100%;
    height: auto
}

td {
    padding: 8px
}

.comment-form {
    max-width: 500px
}

.comment-form-comment textarea {
    height: auto
}

.search-form.row,
.protected-post-form.row {
    max-width: 380px;
    margin-left: -5px;
    margin-right: -5px
}

.search-form [class*="col-"],
.protected-post-form [class*="col-"] {
    padding: 0 5px
}

[class*="widget_search"] {
    margin: 20px 0
}

.alignleft,
.alignright,
.alignnone,
.aligncenter {
    display: block;
    margin-bottom: 12.5px
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:768px) {
    .alignleft {
        float: left;
        margin-right: 15px
    }
    .alignright {
        float: right;
        margin-left: 15px
    }
}

.wp-caption-text {
    margin-top: 3px
}

.wp-caption {
    width: auto !important
}

div.gallery {
    margin: 0 -10px;
    padding: 0;
    list-style: none
}

div.gallery:before,
div.gallery:after {
    content: " ";
    display: table
}

div.gallery:after {
    clear: both
}

.gallery-item {
    float: left;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px
}

.gallery-item .thumbnail {
    margin-bottom: 0
}

.gallery-thumb {
    width: 100%;
    max-width: 100%;
    height: auto
}

.gallery.gallery-xs-1 .gallery-item {
    width: 100%
}

.gallery.gallery-xs-2 .gallery-item {
    width: 50%
}

.gallery.gallery-xs-3 .gallery-item {
    width: 33.33333333%
}

.gallery.gallery-xs-4 .gallery-item {
    width: 25%
}

.gallery.gallery-xs-5 .gallery-item {
    width: 20%
}

.gallery.gallery-xs-6 .gallery-item {
    width: 16.66666667%
}

.gallery-item-xs-clear {
    clear: left
}

@media screen and (min-width:768px) {
    .gallery.gallery-sm-1 .gallery-item {
        width: 100%
    }
    .gallery.gallery-sm-2 .gallery-item {
        width: 50%
    }
    .gallery.gallery-sm-3 .gallery-item {
        width: 33.33333333%
    }
    .gallery.gallery-sm-4 .gallery-item {
        width: 25%
    }
    .gallery.gallery-sm-5 .gallery-item {
        width: 20%
    }
    .gallery.gallery-sm-6 .gallery-item {
        width: 16.66666667%
    }
    .gallery-item-xs-clear {
        clear: none
    }
    .gallery-item-sm-clear {
        clear: left
    }
}

@media screen and (min-width:992px) {
    .gallery.gallery-md-1 .gallery-item {
        width: 100%
    }
    .gallery.gallery-md-2 .gallery-item {
        width: 50%
    }
    .gallery.gallery-md-3 .gallery-item {
        width: 33.33333333%
    }
    .gallery.gallery-md-4 .gallery-item {
        width: 25%
    }
    .gallery.gallery-md-5 .gallery-item {
        width: 20%
    }
    .gallery.gallery-md-6 .gallery-item {
        width: 16.66666667%
    }
    .gallery-item-xs-clear,
    .gallery-item-sm-clear {
        clear: none
    }
    .gallery-item-md-clear {
        clear: left
    }
}

@media screen and (min-width:1200px) {
    .gallery.gallery-lg-1 .gallery-item {
        width: 100%
    }
    .gallery.gallery-lg-2 .gallery-item {
        width: 50%
    }
    .gallery.gallery-lg-3 .gallery-item {
        width: 33.33333333%
    }
    .gallery.gallery-lg-4 .gallery-item {
        width: 25%
    }
    .gallery.gallery-lg-5 .gallery-item {
        width: 20%
    }
    .gallery.gallery-lg-6 .gallery-item {
        width: 16.66666667%
    }
    .gallery-item-xs-clear,
    .gallery-item-sm-clear,
    .gallery-item-md-clear {
        clear: none
    }
    .gallery-item-lg-clear {
        clear: left
    }
}

.embed-responsive {
    clear: both;
    padding-bottom: 56.25%
}

.post-meta dl,
.post-meta dt,
.post-meta dd {
    display: inline-block
}

.post-meta dt {
    margin: 0 2px 0 5px
}

.commentlist .children {
    list-style: none
}

.comment-body {
    margin-bottom: 20px
}

.pagination-nav {
    margin: 20px 0
}

.pagination-nav ul {
    margin: 0
}

.gf_clear,
.gform_validation_container {
    display: none !important;
    visibility: hidden !important
}

.gform_description {
    display: block;
    margin-bottom: 20px
}

.gfield_required {
    color: #a94442
}

.gfield.gfield_error input[type="text"],
.gfield.gfield_error input[type="password"],
.gfield.gfield_error input[type="number"],
.gfield.gfield_error input[type="email"],
.gfield.gfield_error input[type="url"],
.gfield.gfield_error input[type="tel"] {
    border-color: #a94442
}

.gfield.gfield_error label,
.gfield.gfield_error .validation_message.gfield_description {
    color: #a94442
}

.gfield.gfield_error .validation_message.gfield_description {
    margin-top: 2px
}

.gform_fields {
    margin: 0 -10px
}

.gform_fields,
.gform_fields ul {
    padding: 0;
    list-style: none
}

.gform_fields ul {
    margin: 0
}

.gfield {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px
}

.gfield textarea,
.gfield select[multiple] {
    height: auto
}

.gfield_radio>li,
.gfield_checkbox>li {
    display: block
}

.ginput_complex {
    width: 100%
}

.ginput_full,
.ginput_left,
.ginput_right {
    display: block
}

@media screen and (min-width:480px) {
    .ginput_left,
    .ginput_right {
        float: left;
        width: 50%
    }
    .ginput_full {
        clear: both
    }
    .ginput_left {
        padding-right: 10px
    }
    .ginput_right {
        padding-left: 10px
    }
}

.ginput_total {
    color: #579f3a;
    font-size: 17px
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
    display: inline-block;
    width: 5em;
    vertical-align: top
}

.gfield_time_hour label,
.gfield_time_minute label,
.gfield_time_ampm label {
    display: block
}

.gfield_time_hour input[type="text"],
.gfield_time_minute input[type="text"],
.gfield_time_ampm input[type="text"] {
    display: inline-block;
    width: 4.25em
}

.gfield_list {
    width: 100%
}

.gfield_list>thead>tr>th {
    padding-bottom: 5px
}

.gfield_list>tbody>tr>td {
    padding: 10px 0 0 10px
}

.gfield_list>tbody>tr>td:first-child {
    padding-left: 0
}

.gfield_list>tbody>tr:first-child>td {
    padding-top: 0
}

.gfield_list_icons {
    width: 60px;
    vertical-align: middle
}

.gform_fields.description_above .gfield_description {
    margin-top: 0
}

.gform_fields.description_below .gfield_description {
    margin-bottom: 0
}

.gsection {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee
}

.gform_footer {
    margin-bottom: 20px
}

@media screen and (min-width:600px) {
    .gform_fields.left_label .gfield>.gfield_label,
    .gform_fields.right_label .gfield>.gfield_label,
    .gform_fields.left_label .gfield>.ginput_container,
    .gform_fields.right_label .gfield>.ginput_container {
        float: left
    }
    .gform_fields.left_label .gfield>.gfield_label,
    .gform_fields.right_label .gfield>.gfield_label {
        width: 25%;
        padding-right: 10px;
        text-align: left
    }
    .gform_fields.left_label .gfield>.ginput_container,
    .gform_fields.right_label .gfield>.ginput_container {
        width: 75%
    }
    .gform_fields.left_label .gfield_time_hour,
    .gform_fields.right_label .gfield_time_hour {
        margin-left: 5px
    }
    .gform_fields.left_label .gfield_description,
    .gform_fields.right_label .gfield_description {
        padding-left: 25%
    }
    .gform_fields.right_label .gfield>.gfield_label {
        text-align: right
    }
    .gform_footer.left_label,
    .gform_footer.right_label {
        padding-left: 25%
    }
}

.gf_scroll_text {
    overflow-y: auto;
    max-height: 200px
}

@media screen and (min-width:768px) {
    .gf_half {
        width: 50%
    }
    .gf_one_third {
        width: 33.33333333%
    }
    .gf_two_thirds {
        width: 66.66666667%
    }
    .gf_clear {
        clear: both
    }
    .gf_list_one_half .gfield_radio>li,
    .gf_list_one_third .gfield_radio>li,
    .gf_list_one_fourth .gfield_radio>li,
    .gf_list_one_half .gfield_checkbox>li,
    .gf_list_one_third .gfield_checkbox>li,
    .gf_list_one_fourth .gfield_checkbox>li {
        padding-right: 20px
    }
    .gf_list_one_half .gfield_radio>li,
    .gf_list_one_half .gfield_checkbox>li {
        float: left;
        width: 50%
    }
    .gf_list_one_half .gfield_radio>li:nth-child(2n+1),
    .gf_list_one_half .gfield_checkbox>li:nth-child(2n+1) {
        clear: left
    }
    .gf_list_one_third .gfield_radio>li,
    .gf_list_one_third .gfield_checkbox>li {
        float: left;
        width: 33.33333333%
    }
    .gf_list_one_third .gfield_radio>li:nth-child(3n+1),
    .gf_list_one_third .gfield_checkbox>li:nth-child(3n+1) {
        clear: left
    }
    .gf_list_one_fourth .gfield_radio>li,
    .gf_list_one_fourth .gfield_checkbox>li {
        float: left;
        width: 25%
    }
    .gf_list_one_fourth .gfield_radio>li:nth-child(4n+1),
    .gf_list_one_fourth .gfield_checkbox>li:nth-child(4n+1) {
        clear: left
    }
    .gf_list_inline .gfield_radio>li,
    .gf_list_inline .gfield_checkbox>li {
        display: inline-block;
        padding-right: 20px
    }
}

.woocommerce .price del,
.woocommerce .product_list_widget del {
    font-size: 80%
}

.woocommerce .price del,
.woocommerce .product_list_widget del,
.woocommerce .price del .amount,
.woocommerce .product_list_widget del .amount {
    color: #bbb
}

.woocommerce .price ins,
.woocommerce .product_list_widget ins {
    text-decoration: none
}

.woocommerce .onsale {
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1;
    width: 46px;
    height: 46px;
    background: #65bb4a;
    border-radius: 50%;
    color: #fff;
    line-height: 46px;
    vertical-align: middle;
    text-align: center
}

.woocommerce .required {
    color: red;
    border: none
}

.woocommerce select[multiple].input-text,
.woocommerce textarea.input-text {
    height: auto
}

.woocommerce .chosen-container {
    width: 100% !important
}

.woocommerce .quantity {
    display: inline-block;
    position: relative;
    padding-right: 20px
}

.woocommerce .quantity input {
    vertical-align: middle
}

.woocommerce .quantity [type="number"] {
    display: inline-block;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 50px
}

.woocommerce .quantity [type="button"].plus,
.woocommerce .quantity [type="button"].minus {
    position: absolute;
    right: 0;
    height: 15px;
    width: 20px;
    padding: 0;
    line-height: 15px;
    vertical-align: middle;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.woocommerce .quantity [type="button"].plus {
    top: 0;
    border-bottom-right-radius: 0
}

.woocommerce .quantity [type="button"].minus {
    bottom: 0;
    border-top-right-radius: 0
}

.woocommerce .lost_reset_password .input-text {
    max-width: 400px
}

@media screen and (min-width:992px) {
    .woocommerce .col2-set {
        margin: 0 -10px
    }
    .woocommerce .col2-set [class*="col-"] {
        float: left;
        width: 50%;
        padding: 0 10px
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        float: left;
        width: 50%
    }
    .woocommerce form .form-row-first {
        padding-right: 10px
    }
    .woocommerce form .form-row-last {
        padding-right: 0;
        padding-left: 10px
    }
    .woocommerce form .clear {
        clear: both
    }
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    margin: 20px 0
}

.woocommerce-error {
    list-style: none
}

.stars {
    position: relative;
    font-size: 1em
}

.stars a {
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px
}

.stars a:last-child {
    border-right: 0
}

.stars a.star-1,
.stars a.star-2,
.stars a.star-3,
.stars a.star-4,
.stars a.star-5 {
    border-right: 1px solid #ccc
}

.stars a.star-1:after,
.stars a.star-2:after,
.stars a.star-3:after,
.stars a.star-4:after,
.stars a.star-5:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-indent: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stars a.star-1 {
    width: 2em
}

.stars a.star-1:after {
    content: "\f006"
}

.stars a.star-1:hover:after,
.stars a.star-1.active:after {
    content: "\f005"
}

.stars a.star-2 {
    width: 3em
}

.stars a.star-2:after {
    content: "\f006\f006"
}

.stars a.star-2:hover:after,
.stars a.star-2.active:after {
    content: "\f005\f005"
}

.stars a.star-3 {
    width: 4em
}

.stars a.star-3:after {
    content: "\f006\f006\f006"
}

.stars a.star-3:hover:after,
.stars a.star-3.active:after {
    content: "\f005\f005\f005"
}

.stars a.star-4 {
    width: 5em
}

.stars a.star-4:after {
    content: "\f006\f006\f006\f006"
}

.stars a.star-4:hover:after,
.stars a.star-4.active:after {
    content: "\f005\f005\f005\f005"
}

.stars a.star-5 {
    width: 6em;
    border: 0
}

.stars a.star-5:after {
    content: "\f006\f006\f006\f006\f006"
}

.stars a.star-5:hover:after,
.stars a.star-5.active:after {
    content: "\f005\f005\f005\f005\f005"
}

.woocommerce .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    width: 5.4em;
    margin-bottom: 10px;
    line-height: 1em;
    color: #ffbf0d;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woocommerce .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .products .star-rating {
    margin: 0 auto 5px
}

.woocommerce .products .star-rating:before {
    left: 5px
}

.woocommerce .products .star-rating span {
    left: 5px
}

.woocommerce .term-image {
    margin-bottom: 20px
}

.woocommerce-ordering {
    margin-bottom: 20px
}

.woocommerce-ordering .orderby {
    max-width: 300px
}

@media screen and (min-width:768px) {
    .woocommerce .woocommerce-result-count {
        float: left
    }
    .woocommerce .woocommerce-ordering {
        float: right
    }
}

.woocommerce ul.products {
    margin: 0 -10px;
    padding: 0;
    list-style: none
}

.woocommerce ul.products>li {
    position: relative;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
    text-align: center
}

.woocommerce ul.products>li .wp-post-image {
    width: 100%;
    margin-bottom: 10px
}

.woocommerce ul.products>li>a:first-child {
    display: block;
    position: relative;
    text-decoration: none
}

.woocommerce ul.products>li>a:first-child:hover {
    opacity: .75
}

.woocommerce ul.products>li h3 {
    font-size: 17px
}

.woocommerce ul.products>li .price {
    display: block;
    margin-bottom: 10px;
    font-size: 15px
}

.woocommerce.single-product .product {
    position: relative
}

.woocommerce.single-product .product .woocommerce-main-image img {
    width: 100%
}

.woocommerce.single-product .product .images {
    margin-bottom: 20px
}

.woocommerce.single-product .product .images .thumbnails {
    margin-top: 10px
}

.woocommerce.single-product .product .images .thumbnails a {
    display: inline-block;
    width: 50%;
    padding: 5px;
    border: 1px solid #ddd;
    text-align: center
}

.woocommerce.single-product .product .price {
    font-size: 18px
}

.woocommerce.single-product .product p.price {
    margin: 0;
    padding: 10px 5px;
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.woocommerce.single-product .product_meta {
    margin: 10px 0
}

.woocommerce.single-product .product_meta>span {
    display: block
}

.woocommerce.single-product .cart {
    margin-top: 20px
}

.woocommerce.single-product .variations_form.cart {
    margin-top: 0
}

.woocommerce.single-product table.variations {
    width: 100%;
    margin-bottom: 10px
}

.woocommerce.single-product table.variations td {
    padding: 6px;
    border-bottom: 1px solid #ddd
}

.woocommerce.single-product table.variations td label {
    margin: 0
}

.woocommerce.single-product table.variations select {
    display: inline-block;
    width: auto
}

.woocommerce.single-product table.variations .reset_variations {
    font-size: .9em
}

.woocommerce.single-product .single_variation {
    margin-bottom: 20px
}

.woocommerce.single-product .shop_attributes p {
    margin-bottom: 0
}

.woocommerce-tabs {
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.woocommerce-tabs ul.tabs {
    padding: 0;
    list-style: none
}

.woocommerce-tabs ul.tabs a {
    display: block;
    width: 100%;
    padding: 8px 12px;
    background: #eee;
    color: #666;
    text-decoration: none
}

.woocommerce-tabs ul.tabs .active a {
    background: #ddd
}

.woocommerce-tabs #reviews .commentlist {
    padding: 0;
    list-style: none
}

.woocommerce-tabs #reviews .commentlist .comment {
    border-bottom: 1px solid #ddd
}

.woocommerce-tabs #reviews .commentlist .comment_container {
    margin-top: 15px
}

.woocommerce-tabs #reviews .commentlist .avatar {
    float: left;
    margin-right: 15px
}

.woocommerce-tabs #reviews .commentlist .comment-text {
    overflow: hidden
}

.woocommerce-tabs #reviews .comment-respond {
    padding: 10px;
    background: #f4f4f4
}

.woocommerce-product-rating {
    margin-bottom: 10px
}

@media (min-width:768px) {
    .woocommerce.single-product .product .images,
    .woocommerce.single-product .product .summary {
        float: left
    }
    .woocommerce.single-product .product .images {
        width: 40%;
        margin-bottom: 30px
    }
    .woocommerce.single-product .product .summary {
        width: 60%;
        padding-left: 30px
    }
    .woocommerce.single-product .product .summary p.price {
        padding: 15px 10px
    }
    .woocommerce.single-product .product table.variations td {
        padding: 10px 8px
    }
    .woocommerce-tabs ul.tabs {
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd
    }
    .woocommerce-tabs ul.tabs li {
        display: inline-block;
        margin-bottom: -1px;
        border: 1px solid #ddd
    }
    .woocommerce-tabs ul.tabs li.active {
        border-bottom-color: #fff
    }
    .woocommerce-tabs ul.tabs li.active a {
        background: #fff
    }
    .woocommerce-tabs .panel h2 {
        font-size: 24px
    }
    .woocommerce-tabs #reviews .comment-respond {
        padding: 20px 20px 10px
    }
}

@media (min-width:992px) {
    .woocommerce.single-product .product .images .thumbnails a {
        width: 25%
    }
}

.woocommerce-cart .cart-wrap {
    padding: 10px 20px;
    background: #f8f8f8;
    border: 3px solid #ddd
}

.woocommerce-cart .shop_table.cart {
    width: 100%
}

.woocommerce-cart .shop_table.cart .cart_item td {
    background: #fff
}

.woocommerce-cart .shop_table.cart th.product-subtotal,
.woocommerce-cart .shop_table.cart .product-subtotal {
    text-align: right
}

.woocommerce-cart .shop_table.cart .product-thumbnail {
    display: none
}

.woocommerce-cart .shop_table.cart .product-thumbnail img {
    width: 100%
}

@media screen and (min-width:600px) {
    .woocommerce-cart .shop_table.cart .product-thumbnail {
        width: 90px;
        display: table-cell
    }
}

.woocommerce-cart .shop_table.cart td.totals {
    padding: 6px 0 0
}

.woocommerce-cart .shop_table.cart .coupon {
    margin: 10px 0
}

.woocommerce-cart .shop_table.cart .coupon label {
    display: block
}

.woocommerce-cart .shop_table.cart .coupon .input-text {
    display: inline-block;
    width: auto
}

.woocommerce-cart .cart_totals h2 {
    font-size: 18px
}

.woocommerce-cart .cart_totals table {
    margin-bottom: 0
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
    background: #fff
}

.woocommerce-cart .cart_totals table td {
    text-align: right
}

.woocommerce-cart .product-remove {
    font-weight: 700;
    font-size: 18px
}

.woocommerce-cart .shipping-calculator-form {
    text-align: right
}

@media screen and (min-width:768px) {
    .woocommerce .shop_table .cart_totals tbody>tr>th,
    .woocommerce .shop_table .cart_totals tbody>tr>td {
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.woocommerce-checkout #customer_details {
    margin-bottom: 20px
}

.woocommerce-checkout .payment_methods {
    padding: 0;
    list-style: none
}

.woocommerce-checkout .payment_methods label {
    display: inline-block
}

.woocommerce-checkout .payment_methods .payment_box p {
    margin: 0
}

.woocommerce.widget_product_search [type="text"] {
    display: inline-block;
    margin-bottom: 5px
}

.widget.woocommerce .product_list_widget {
    padding: 0;
    list-style: none
}

.widget.woocommerce .product_list_widget li {
    margin-top: 10px
}

.widget.woocommerce .product_list_widget li:first-child {
    margin-top: 0
}

.widget.woocommerce .product_list_widget a {
    display: block
}

.widget.woocommerce .product_list_widget img {
    float: right;
    width: 40px
}

.woocommerce .product-categories {
    padding: 0;
    margin: 0;
    list-style: none
}

.woocommerce .product-categories li a {
    display: block;
    padding: 5px 3px
}

@media (min-width:768px) {
    .site-sidebar .woocommerce .product-categories li {
        border-bottom: 1px solid #ddd
    }
    .site-sidebar .woocommerce .product-categories li:hover>a,
    .site-sidebar .woocommerce .product-categories li.current-cat>a,
    .site-sidebar .woocommerce .product-categories li.current-cat-parent>a {
        background: #f4f4f4
    }
    .site-sidebar .woocommerce .product-categories li.cat-parent {
        position: relative
    }
    .site-sidebar .woocommerce .product-categories li.cat-parent>a:after {
        content: '';
        display: block;
        position: absolute;
        top: 11px;
        right: 5px;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 4px solid #777;
        border-bottom: 4px solid transparent
    }
    .site-sidebar .woocommerce .product-categories li.cat-parent ul.children {
        display: none;
        position: absolute;
        top: -1px;
        left: 100%;
        z-index: 10;
        margin: 0;
        padding: 0;
        min-width: 180px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
    }
    .site-sidebar .woocommerce .product-categories li.cat-parent ul.children li a {
        padding: 5px 10px
    }
    .site-sidebar .woocommerce .product-categories li.cat-parent:hover>ul.children {
        display: block
    }
}

.woocommerce.widget_layered_nav ul,
.woocommerce.widget_layered_nav_filters ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.woocommerce.widget_layered_nav ul li a,
.woocommerce.widget_layered_nav_filters ul li a {
    display: inline-block;
    padding: 4px 2px
}

.woocommerce.widget_layered_nav ul li .count,
.woocommerce.widget_layered_nav_filters ul li .count {
    display: inline-block;
    padding: 3px 5px;
    background: #ddd;
    border-radius: 6px;
    line-height: 1
}

.woocommerce.widget_layered_nav_filters ul li a:before {
    display: inline-block;
    content: "\f00d";
    margin-right: 4px;
    font-family: FontAwesome
}

.widget_price_filter .price_slider {
    margin-bottom: 1em
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    overflow: hidden
}

.widget_price_filter .price_slider_amount .button {
    float: left
}

.widget_price_filter .price_label {
    font-size: 85%
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: .9em;
    height: .9em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #aaa;
    cursor: pointer;
    background: #fff;
    outline: none;
    top: -0.2em
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.5em
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #888;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #ddd
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .myaccount_user,
.woocommerce .myaccount_address {
    margin-bottom: 20px
}

.dropdown-menu {
    margin-top: 0
}

.dropdown-menu>li>a {
    padding: 4px 10px
}

.dropdown-menu .dropdown.has-child-dropdown>a,
.dropdown-menu-left .dropdown.has-child-dropdown>a {
    padding-right: 35px
}

.dropdown-menu-right .dropdown.has-child-dropdown>a {
    padding-left: 35px
}

.dropdown-menu .dropdown-toggle .caret,
.dropdown-menu .dropdown-split-toggle .caret {
    border: none;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    border-bottom: 4px solid transparent
}

.btn-group.open .dropdown-menu .dropdown-toggle,
.btn-group.open .dropdown-menu .dropdown-split-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown-menu .dropdown-split-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 10px;
    background: #fff;
    border-left: 1px solid #e4e4e4;
    border-left: 1px solid #ccc;
    color: #888;
    cursor: pointer
}

.dropdown-menu .dropdown-split-toggle:hover {
    color: #444
}

.dropdown-menu .dropdown-split-toggle .caret {
    margin: 0
}

.dropdown-menu .dropdown-toggle {
    position: relative
}

.dropdown-menu .dropdown-toggle .caret {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -2px
}

.dropdown-menu .dropdown-menu,
.dropdown-menu .dropdown-menu-left {
    top: 0;
    left: 100%
}

.dropdown-menu-right .dropdown-menu {
    left: auto;
    right: 100%
}

.dropdown-menu-right .dropdown-toggle,
.dropdown-menu-right .dropdown-split-toggle {
    right: auto
}

.dropdown-menu-right .dropdown-toggle .caret,
.dropdown-menu-right .dropdown-split-toggle .caret {
    border: none;
    border-top: 4px solid transparent;
    border-right: 4px solid;
    border-bottom: 4px solid transparent
}

.dropdown-menu-right .dropdown-split-toggle {
    left: 0;
    border-left: none;
    border-right: 1px solid #ccc
}

.dropdown-menu-right .dropdown-toggle .caret {
    left: 5px
}

.dropdown-hover:hover>.dropdown-menu,
.dropdown-hover .dropdown:hover>.dropdown-menu {
    display: block
}

.dropdown-hover .dropdown-menu {
    margin-top: 0
}

.main-nav>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-nav>ul>li {
    display: inline-block
}

.main-nav>ul>li>a {
    display: block;
    padding: 12px 16px;
    text-decoration: none
}

.main-nav>ul>li.has-child-dropdown>a {
    padding-right: 8px
}

.main-nav>ul>li.active>a {
    color: #23527c
}

.main-nav>ul>li>.dropdown-split-toggle {
    padding: 2px 6px;
    border-right: none;
    cursor: pointer
}

.main-nav>ul>li>.dropdown-split-toggle .caret {
    margin: 0;
    border: none;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.main-nav>ul>li.dropdown>a,
.main-nav>ul>li.dropdown>.dropdown-toggle {
    display: inline-block
}

.main-nav>ul>li.dropdown>.dropdown-split-toggle {
    color: #888;
    border-left: 1px solid #e4e4e4;
    border-left: 1px solid #ccc
}

.main-nav>ul>li.dropdown>.dropdown-split-toggle:hover {
    color: #444
}

.main-nav>ul>li.dropdown-menu-left>.dropdown-menu {
    left: 0
}

.main-nav>ul>li.dropdown-menu-right>.dropdown-menu {
    right: 0
}

.btn-mobile-nav {
    padding: 0 8px;
    font-size: 28px;
    line-height: 1
}

.btn-mobile-cart {
    padding: 3px 8px;
    font-size: 16px
}

@media (max-width:991px) {
    .mobile-nav-wrap {
        z-index: 105;
        overflow: auto;
        position: fixed;
        top: 0;
        left: -260px;
        width: 260px;
        height: 100%;
        background: #222;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .mobile-nav-wrap h3 {
        margin-bottom: 0;
        padding: 8px 10px;
        background: #777;
        color: #fff;
        font-size: 14px
    }
    .show-mobile-nav .mobile-nav-wrap {
        left: 0
    }
    .mobile-nav-close {
        display: inline-block;
        padding: 4px 10px;
        color: #fff;
        font-size: 20px
    }
    .mobile-nav-close:hover {
        color: #fff
    }
    .mobile-nav,
    .woo-category-nav {
        padding: 0;
        margin: 0;
        list-style: none
    }
    .mobile-nav>li,
    .woo-category-nav>li {
        position: relative;
        border-bottom: 1px solid #555
    }
    .mobile-nav>li a,
    .woo-category-nav>li a {
        display: block;
        padding: 6px 10px;
        color: #fff;
        text-decoration: none
    }
    .mobile-nav>li a:hover,
    .woo-category-nav>li a:hover {
        background: #111;
        color: #fff
    }
    .mobile-nav li.cat-parent.show-child>ul.children,
    .woo-category-nav li.cat-parent.show-child>ul.children {
        display: block
    }
    .mobile-nav li.cat-parent.show-child>.toggle-mobile-cat>.fa-plus:before,
    .woo-category-nav li.cat-parent.show-child>.toggle-mobile-cat>.fa-plus:before {
        content: '\f068'
    }
    .mobile-nav li.cat-parent ul.children,
    .woo-category-nav li.cat-parent ul.children {
        display: none;
        padding: 0;
        margin: 0;
        list-style: none;
        background: #333
    }
    .mobile-nav li.cat-parent ul.children li,
    .woo-category-nav li.cat-parent ul.children li {
        position: relative;
        border-top: 1px solid #555
    }
    .mobile-nav li.cat-parent ul.children li a,
    .woo-category-nav li.cat-parent ul.children li a {
        padding-left: 20px
    }
    .mobile-nav li.cat-parent ul.children ul.children,
    .woo-category-nav li.cat-parent ul.children ul.children {
        background: #444
    }
    .mobile-nav li.cat-parent ul.children ul.children li a,
    .woo-category-nav li.cat-parent ul.children ul.children li a {
        padding-left: 30px
    }
    .mobile-nav .dropdown-toggle,
    .woo-category-nav .dropdown-toggle,
    .mobile-nav .dropdown-split-toggle,
    .woo-category-nav .dropdown-split-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding: 6px 10px;
        z-index: 10;
        color: #fff;
        border: 1px solid #555;
        border-top: none;
        border-bottom: none
    }
    .mobile-nav .dropdown-menu,
    .woo-category-nav .dropdown-menu {
        position: relative;
        float: none;
        padding: 0;
        margin: 0;
        min-width: inherit;
        background-color: #333;
        border: none;
        border-radius: 0;
        box-shadow: none
    }
    .mobile-nav .dropdown-menu li a,
    .woo-category-nav .dropdown-menu li a {
        padding-left: 20px
    }
}

.page-header {
    margin-top: 0;
    padding-bottom: 0
}

.woocommerce ul.products>li {
    float: left
}

@media screen and (min-width:380px) {
    .woocommerce ul.products>li {
        width: 50%;
        max-width: none
    }
    .woocommerce ul.products>li:nth-child(2n+1) {
        clear: both
    }
}

@media screen and (min-width:560px) {
    .woocommerce ul.products>li {
        width: 33.33333333%
    }
    .woocommerce ul.products>li:nth-child(2n+1) {
        clear: none
    }
    .woocommerce ul.products>li:nth-child(3n+1) {
        clear: both
    }
}

@media screen and (min-width:700px) {
    .woocommerce ul.products>li {
        width: 25%
    }
    .woocommerce ul.products>li:nth-child(2n+1),
    .woocommerce ul.products>li:nth-child(3n+1) {
        clear: none
    }
    .woocommerce ul.products>li:nth-child(4n+1) {
        clear: both
    }
}

@media screen and (min-width:768px) {
    .woocommerce ul.products>li {
        width: 33.33333333%
    }
    .woocommerce ul.products>li:nth-child(2n+1),
    .woocommerce ul.products>li:nth-child(3n+1),
    .woocommerce ul.products>li:nth-child(4n+1) {
        clear: none
    }
    /*.woocommerce ul.products>li:nth-child(3n+1) {
        clear: both
    }*/
}

@media screen and (min-width:992px) {
    .woocommerce ul.products>li {
        width: 25%
    }
    .woocommerce ul.products>li:nth-child(2n+1),
    .woocommerce ul.products>li:nth-child(3n+1),
    .woocommerce ul.products>li:nth-child(4n+1) {
        clear: none
    }
    .woocommerce ul.products>li:nth-child(4n+1) {
        clear: both
    }
}

.btn,
.comment-form .form-submit input[type="submit"],
.woocommerce .quantity [type="button"],
.woocommerce.widget_product_search [type="submit"],
.button {
    border: none
}

.btn.btn-grey,
.comment-form .form-submit input[type="submit"].btn-grey,
.woocommerce .quantity [type="button"].btn-grey,
.woocommerce.widget_product_search [type="submit"].btn-grey,
.button.btn-grey {
    background: #aaa;
    color: #fff
}

.btn.btn-grey:hover,
.btn.btn-grey:focus,
.comment-form .form-submit input[type="submit"].btn-grey:hover,
.comment-form .form-submit input[type="submit"].btn-grey:focus,
.woocommerce .quantity [type="button"].btn-grey:hover,
.woocommerce .quantity [type="button"].btn-grey:focus,
.woocommerce.widget_product_search [type="submit"].btn-grey:hover,
.woocommerce.widget_product_search [type="submit"].btn-grey:focus,
.button.btn-grey:hover,
.button.btn-grey:focus {
    background: #bbb;
    color: #fff
}

.btn.btn-thin,
.comment-form .form-submit input[type="submit"].btn-thin,
.woocommerce .quantity [type="button"].btn-thin,
.woocommerce.widget_product_search [type="submit"].btn-thin,
.button.btn-thin {
    padding-top: 4px;
    padding-bottom: 4px
}

.site-header {
    margin-bottom: 15px
}

.site-header-top {
    padding: 5px 0;
    background: #f4f4f4
}

.site-header-main {
    padding: 20px 0
}

.site-header-logo .logo {
    margin: 0
}

.site-header-logo .logo a,
.site-header-logo .logo img {
    display: inline-block
}

.site-header-nav {
    border: 1px solid #ddd;
    border-left: none;
    border-right: none
}

@media (max-width:991px) {
    .site-header {
        padding-top: 39px;
        border-bottom: 1px solid #ddd
    }
    .site-header-logo .logo {
        text-align: center
    }
    #header-top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    #header-top.headroom--pinned {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    #header-top.headroom--unpinned {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media (min-width:992px) {
    .site-header {
        margin-bottom: 20px
    }
    .site-header-top {
        padding: 10px 0
    }
}

.site-content {
    margin-bottom: 30px
}

.site-sidebar .widget {
    margin-bottom: 20px
}

.site-sidebar .widget .widget-title {
    font-size: 18px
}

.site-footer {
    padding-top: 20px;
    border-top: 1px solid #ddd
}

.site-footer .widget-title {
    font-size: 18px
}

.site-footer .menu,
.site-footer .product-categories {
    padding: 0;
    margin-bottom: 10px;
    list-style: none
}

.site-footer .menu>li>a,
.site-footer .product-categories>li>a {
    display: inline-block;
    padding: 2px 2px
}

.site-footer .woocommerce.widget_product_categories .cat-parent ul.children {
    display: none
}

.site-footer-bottom {
    margin-top: 20px;
    padding: 20px 0 10px;
    background: #f4f4f4
}

@media (max-width:767px) {
    .site-footer {
        text-align: center
    }
}

.block-center {
    margin: 0 auto
}

.bottom {
    margin-bottom: 0
}

.bottom5 {
    margin-bottom: 5px
}

.bottom10 {
    margin-bottom: 10px
}

.bottom15 {
    margin-bottom: 15px
}

.bottom20 {
    margin-bottom: 20px
}

.bottom30 {
    margin-bottom: 30px
}

.bottom40 {
    margin-bottom: 40px
}

.bottom50 {
    margin-bottom: 50px
}

.bottom60 {
    margin-bottom: 60px
}

.bottom70 {
    margin-bottom: 70px
}

.bottom80 {
    margin-bottom: 80px
}

.bottom90 {
    margin-bottom: 90px
}

.bottom100 {
    margin-bottom: 100px
}

.top {
    margin-top: 0
}

.top5 {
    margin-top: 5px
}

.top10 {
    margin-top: 10px
}

.top20 {
    margin-top: 20px
}

.top25 {
    margin-top: 25px
}

.top30 {
    margin-top: 30px
}

.top40 {
    margin-top: 40px
}

.top50 {
    margin-top: 50px
}

.ul-space li {
    margin-bottom: 5px
}

.row.row10 {
    margin-right: -5px;
    margin-left: -5px
}

.row.row10 [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

@media (max-width:767px) {
    .block-xs {
        display: block;
        width: 100%
    }
}