/* frontend.css
-------------------------------------------------------------- */
.clear {
    clear: both
}

.bigidea{
height:108px!important;
}

.nobr {
    white-space: nowrap
}

.info {
    background: #F7F5C6;
    padding: 10px 20px;
    border: 1px solid #EEEAC1;
    color: #747165;
    box-shadow: inset 0 0 0 1px #ffc;
    -webkit-box-shadow: inset 0 0 0 1px #ffc;
    -moz-box-shadow: inset 0 0 0 1px #ffc
}

.info a {
    color: #93864E
}

div.jigoshop_error {
    border: 1px solid;
    margin: 10px 0;
    padding: 10px 10px 10px 32px;
    background-repeat: no-repeat;
    background-position: 10px center
}

div.jigoshop_error a.button, div.jigoshop_message a.button {
    margin-top: 0;
    float: right
}

div.jigoshop_error {
    color: #D8000C;
    background-color: #ffd4d4;
    background-image: url('images-jigoshop/error.png')
}

div.jigoshop_message {
    background-image: url("images-jigoshop/success.png");
    background-position: 3px 3px;
    background-repeat: no-repeat;
    clear: both;
    color: #4f8a10;
    padding-left: 25px;
}

p small {
    color: #999
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 50%;
    width: 450px;
    margin-left: -225px;
    font-size: 12px;
    text-align: center;
    background: #f7f5c6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f5c6), to(#eeeac1));
    background: -webkit-linear-gradient(#f7f5c6, #eeeac1);
    background: -moz-linear-gradient(center top, #f7f5c6 0, #eeeac1 100%);
    background: -moz-gradient(center top, #f7f5c6 0, #eeeac1 100%);
    padding: 8px 0;
    border: 1px solid #EEEAC1;
    color: #747165;
    z-index: 999999;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .3);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .3);
    -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .3)
}

small.note {
    padding-left: 25px;
    display: block;
    color: #999;
    font-size: 11px;
    line-height: 21px;
    margin-top: 10px
}

#breadcrumb {
    overflow: hidden;
    margin: 0 0 1em !important;
    padding: 0;
    font-size: .92em;
    color: #999 !important
}

#breadcrumb a {
    color: #999 !important
}

.wp-pagenavi {
    clear: both;
    margin-bottom: 15px
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #aaa;
    padding: 3px 5px;
    margin: 2px
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000
}

.wp-pagenavi span.current {
    font-weight: 700
}

div.product {
    position: relative
}

div.product .product_title {
    clear: none
}

div.product p.price {
    color: green;
    font-size: 1.3em
}

div.product p.price del {
    font-size: 14px;
    color: #aaa
}

div.product p.stock {
    font-size: .92em;
    float: left;
    padding: 2px 0 0 0
}

div.product div.images {
    float: left;
    width: 314px;
    margin-bottom: 10px;
    position: relative
}

div.product div.images img {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 6px;
    display: block
}

div.product div.images div.thumbnails {
    padding-top: 10px;
    overflow: hidden;
}

div.product div.images div.thumbnails a {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left
}

div.product div.images div.thumbnails a img {
    padding: 3px
}

div.product div.images div.thumbnails a.last {
    margin-right: 0
}

div.product div.images div.thumbnails a.first {
    clear: both
}

div.product div.summary {
    float: right;
    width: 300px
}

div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

div.product div.social span {
    margin: 0 0 0 2px
}

div.product div.social span span {
    margin: 0
}

div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

div.product div.social iframe {
    float: left;
    margin-top: 3px
}

div.product #tabs {
    clear: both;
    padding: 1em 0 0 0;
    margin: 0 0 1em 0
}

div.product #tabs ul.tabs {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #ddd;
    overflow: hidden;
    margin: 0 !important;
    padding: 4px 4px 0;
    list-style: none outside !important
}

div.product #tabs ul.tabs li {
    float: left;
    margin: 0 4px 0 0;
    font-size: .92em
}

div.product #tabs ul.tabs a {
    float: left;
    padding: 6px 12px;
    background: #eee;
    text-decoration: none;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

div.product #tabs ul.tabs li.active a {
    background: #fff;
    color: #555
}

div.product #tabs .panel {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px 15px 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.stock {
    color: green;
    float: left
}

.out-of-stock {
    color: red
}

p.cart {
    float: right
}

form.cart {
    margin-bottom: 24px;
    float: right;
    width: 100%;
    clear: both
}

form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

form.cart table {
    font-size: 12px;
    border-width: 0 0 1px 0 !important
}

form.cart table td {
    padding: 4px 4px 4px 0 !important
}

form.cart table div.quantity {
    float: none;
    margin: 0;
    width: 72px
}

form.cart table small.stock {
    display: block;
    float: none
}

form.cart .variations label {
    font-weight: 700
}

form.cart .variations select {
    width: 100%;
    float: left
}

form.cart .button {
    vertical-align: middle;
    float: left;
    margin: 2px 0 !important
}

span.onsale {
    background: green;
    color: #fff;
    min-height: 32px;
    min-width: 32px;
    padding: 4px;
    font-size: 12px;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 0;
    left: -15px;
    margin: -6px 0 0 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.products ul, ul.products {
    margin: 0 0 14px !important;
    padding: 0 !important;
    float: left
}

.products {
    clear: both
}

.products li {
    float: left;
    margin: 0 10px 20px 0;
    padding: 0 !important;
    position: relative;
    width: 150px
}

.products li .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -6px -6px 0 0
}

.products li a {
    text-decoration: none
}

.products li a img {
    width: 150px !important;
    height: 150px !important;
    display: block;
    margin: 0 0 8px !important;
    border: 1px solid #ddd
}

.products li a:hover img {
    border: 1px solid #bbb
}

.products li strong {
    color: #555;
    display: block
}

.products li .price {
    color: green;
    display: block;
    font-weight: 400;
    float: right;
    text-align: right
}

.products li .price del {
    font-size: 10px;
    line-height: 10px;
    margin: -2px 0 0 0;
    display: block;
    color: #aaa
}

.products li .price .from {
    font-size: 10px;
    line-height: 10px;
    margin: -2px 0 0 0;
    display: block;
    color: #aaa;
    padding-bottom: 3px
}

.products li.first {
    clear: both
}

.products li.last {
    margin-right: 0
}

table.shop_attributes {
    border: 0 !important;
    border-top: 1px dotted #ccc !important
}

table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    color: #000 !important;
    border-bottom: 1px dotted #ccc;
    margin: 0 !important;
    line-height: 1.5em
}

table.shop_attributes td {
    font-style: italic;
    padding: 0 !important;
    border-bottom: 1px dotted #ccc;
    margin: 0 !important;
    line-height: 1.5em
}

table.shop_attributes td p {
    margin: 0 !important;
    padding: 8px
}

table.shop_attributes .alt td, table.shop_attributes .alt th {
    background: #f9f9f9
}

a.button, button.button, input.button, #review_form #submit {
    color: #fff;
    background: #2FBB98;
    line-height: 1em !important;
    margin: 4px 2px 0 0;
    font-size: 12px !important;
    width: auto !important;
    vertical-align: middle !important;
    text-align: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

a.button:hover, button.button:hover, input.button:hover, #review_form #submit:hover {
    background: #f93;
    text-decoration: none
}

.cart .button, .cart input.button {
    float: none
}

.button-alt {
    color: #fff;
    background: #069bcd;
    padding: 6px;
    line-height: 1em !important;
    margin: 4px 2px 0 0;
    float: left;
    font-size: 12px !important;
    width: auto !important;
    vertical-align: middle !important;
    text-align: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.button-alt:hover {
    background: #0588b5
}

#reviews h2 small {
    float: right;
    color: #999;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0 0
}

#reviews h2 small a {
    text-decoration: none;
    color: #999
}

#reviews h3 {
    margin: 0
}

#reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

#reviews #comment {
    height: 75px
}

#reviews #comments .add_review {
    overflow: hidden;
}

#reviews #comments h2 {
    clear: none
}

#reviews #comments ol.commentlist {
    overflow: hidden;
    margin: 0 !important
}

#reviews #comments ol.commentlist li {
    padding: 00;
    margin: 0 0 20px;
    border: 0;
    position: relative
}

#reviews #comments ol.commentlist li .meta {
    color: #999;
    font-size: .75em
}

#reviews #comments ol.commentlist li img {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0;
    line-height: 1
}

#reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 11px 11px 0
}

#reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 11px
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .86em
}

.star-rating {
    float: right;
    width: 80px;
    height: 16px;
    background: url(images-jigoshop/star.png) repeat-x left 0
}

.star-rating span {
    background: url(images-jigoshop/star.png) repeat-x left -32px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
    float: left
}

.hreview-aggregate .star-rating {
    margin: 10px 0 0 0
}

#review_form #respond {
    overflow: hidden;
    border: 1px solid #E7E7E7;
    margin: 0 !important;
    padding: 10px 20px 20px;
    width: auto
}

#review_form #respond p {
    margin: 0 0 10px !important
}

p.stars {
    overflow: hidden;
}

p.stars span {
    width: 80px;
    height: 16px;
    position: relative;
    float: left;
    background: url(images-jigoshop/star.png) repeat-x left 0
}

p.stars span a {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden
}

p.stars span a:hover, p.stars span a:focus {
    background: url(images-jigoshop/star.png) repeat-x left -16px
}

p.stars span a.active {
    background: url(images-jigoshop/star.png) repeat-x left -32px
}

p.stars span a.star-1 {
    width: 16px;
    z-index: 10
}

p.stars span a.star-2 {
    width: 32px;
    z-index: 9
}

p.stars span a.star-3 {
    width: 48px;
    z-index: 8
}

p.stars span a.star-4 {
    width: 64px;
    z-index: 7
}

p.stars span a.star-5 {
    width: 80px;
    z-index: 6
}

table.shop_table {
    border: 1px solid #E7E7E7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

table.shop_table th {
    color: #888;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    padding: 9px 12px !important
}

table.shop_table td {
    border-top: 1px solid #E7E7E7;
    padding: 6px 10px;
    vertical-align: middle
}

table.shop_table td a.button {
    margin: 0 3px
}

table.shop_table tfoot td {
    font-weight: 700
}

table.my_account_orders {
    font-size: .85em
}

table.my_account_orders th, table.my_account_orders td {
    padding: 4px 8px !important;
    vertical-align: top
}

table.my_account_orders .button {
    white-space: nowrap;
    margin: 4px 0
}

ul.cart_list, ul.product_list_widget {
    list-style: none outside !important;
    padding: 0 !important;
    margin: 0 !important
}

ul.cart_list li, ul.product_list_widget li {
    padding: 4px 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

ul.cart_list li a, ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

ul.cart_list li img, ul.product_list_widget li img {
    float: left;
    margin-right: 4px;
    border: 1px solid #ddd
}

ul.cart_list li dt, ul.product_list_widget li dt {
    font-weight: 700;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0
}

ul.cart_list li dd, ul.product_list_widget li dd {
    display: inline;
    padding: 0
}

.jigoshop_cart .total {
    border-top: 3px double #ddd;
    padding: 4px 0 4px;
    margin: 0 !important
}

.jigoshop_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.jigoshop_cart .buttons {
    overflow: hidden;
}

a.remove {
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
    background: url(images-jigoshop/remove.png) #ccc
}

a.remove:hover {
    background-color: #f93
}

.cart th, .cart td {
    vertical-align: middle
}

td.actions {
    text-align: right
}

td.actions .coupon {
    float: left
}

td.actions .coupon label {
    display: none
}

td.actions .coupon .input-text {
    width: 80px !important;
    float: left;
    margin: 1px 6px 0 0 !important
}

td.actions .button-alt {
    float: right;
    margin: 2px 0 0 6px
}

td.product-name dl.variation {
    margin: 0
}

td.product-name dl.variation dt {
    font-weight: 700;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0
}

td.product-name dl.variation dd {
    display: inline;
    margin: 0 12px 0 0;
    padding: 0
}

td.quantity, .jigoshop #content div.quantity {
    min-width: 80px
}

.quantity input {
    margin-left: 0;
    margin-right: 0
}

.quantity input.qty {
    border: 1px solid #ccc;
    width: 20px;
    height: 14px;
    display: inline;
    padding: 1px 5px 2px;
    line-height: 1em !important;
    vertical-align: middle;
    text-align: right
}

.quantity input.plus, .quantity input.minus {
    background: #ccc;
    padding: 4px;
    vertical-align: middle;
    line-height: 1em !important;
    border: 0;
    width: 20px;
    color: #fff !important;
    cursor: pointer
}

.quantity input.minus {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.quantity input.minus {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.quantity input.plus {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.quantity input.plus {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.quantity input.minus:hover, .quantity input.plus:hover {
    background: #f93
}

.cart input {
    width: 100px;
    margin: 0 !important;
    vertical-align: middle;
    line-height: 1em !important
}

.col2-set {
    overflow: hidden;
    width: 100%
}

.col2-set .col-1 {
    float: left;
    width: 48%
}

.col2-set .col-2 {
    float: right;
    width: 48%
}

.cart-collaterals {
    overflow: hidden;
    width: 100%
}

.cart-collaterals .related {
    width: 310px;
    float: left
}

.cart-collaterals .cross-sells {
    width: 314px;
    float: left
}

.cart-collaterals .shipping_calculator {
    float: right;
    width: 225px;
    clear: right;
    text-align: right;
    overflow: hidden;
    margin: 20px 0 0 0
}

.cart-collaterals .shipping_calculator .button {
    width: 225px !important;
    float: none !important;
    display: block
}

.cart-collaterals .shipping_calculator .col2-set .col-1, .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.cart-collaterals .cart_totals {
    float: right;
    width: 225px;
    text-align: right
}

.cart-collaterals .cart_totals h2 {
    text-align: left;
    margin: 0;
    margin-left: 10px
}

.cart-collaterals .cart_totals p {
    margin: 0 !important;
    text-align: left
}

.cart-collaterals .cart_totals table {
    border-collapse: separate;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 6px !important;
    padding: 0
}

.cart-collaterals .cart_totals table tr:first-child th, .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0 !important
}

.cart-collaterals .cart_totals table td, .cart-collaterals .cart_totals table th {
    padding: 6px 12px !important
}

.cart-collaterals .cart_totals table small {
    display: block;
    color: #999
}

.cart-collaterals .cart_totals .discount td {
    color: green
}

.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #E7E7E7;
    padding: 6px 24px
}

.cart-collaterals .cart_totals a.button-alt {
    width: 193px;
    display: block;
    font-size: .92em
}

.form-row {
    overflow: hidden;
    padding: 3px;
    margin: 0 0 6px !important
}

.form-row label {
    display: block
}

.form-row label.hidden {
    visibility: hidden
}

.form-row select {
    width: 100%;
    cursor: pointer;
    margin: 0 !important
}

.form-row .required {
    color: #c00;
    font-weight: 700
}

.form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.form-row label.checkbox {
    display: inline
}

form .form-row input.input-text, #content .form-row input.input-text, form .form-row textarea, #content .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ccc;
    width: 100%;
    padding: 6px;
    margin: 0;
    outline: 0;
    background: #fff none;
    font-size: 14px;
    line-height: 1em
}

form .form-row textarea, #content .form-row textarea {
    height: 3.5em;
    line-height: 1.5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

form .form-row input.input-text:focus, #content .form-row input.input-text:focus, form .form-row textarea:focus, #content .form-row textarea:focus {
    box-shadow: inset 0 0 0 3px #faf9dc;
    -webkit-box-shadow: inset 0 0 0 3px #faf9dc;
    -moz-box-shadow: inset 0 0 0 3px #faf9dc
}

.form-row-first, .form-row-last {
    float: left;
    width: 47%;
    overflow: visible
}

.form-row-last {
    float: right
}

form.login {
    border: 1px solid #ccc;
    padding: 20px;
    border: 1px solid #E7E7E7;
    margin: 20px 0 20px 0;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#payment {
    background: #F9F9F9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#payment ul.payment_methods {
    overflow: hidden;
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #eee;
    margin: 0 !important;
    list-style: none outside
}

#payment ul.payment_methods li {
    line-height: 2.5em;
    text-align: left;
    margin: 0 !important;
    font-weight: 400
}

#payment ul.payment_methods li input {
    margin: 0 1em 0 0 !important
}

#payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    position: relative
}

#payment div.form-row {
    padding: 1em;
    border-top: 1px solid #fff
}

#payment #place_order {
    float: right;
    margin: 0
}

#payment .terms {
    padding: 0 1em 0 !important;
    text-align: right
}

#payment div.payment_box {
    position: relative;
    width: 96%;
    background: #f5f5f5;
    border: 1px solid #eee;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
    padding: 1em 2% 0;
    margin: 1em 0 1em 0;
    font-size: .92em
}

#payment div.payment_box #cc-expire-month, #payment div.payment_box #cc-expire-year {
    width: 48%;
    float: left
}

#payment div.payment_box #cc-expire-year {
    float: right
}

#payment div.payment_box span.help {
    font-size: 11px;
    color: #999;
    line-height: 13px;
    font-weight: 400
}

#payment div.payment_box p, #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#payment div.payment_box:after {
    content: "";
    display: block;
    border: 8px solid #eee;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -4px;
    left: 0;
    margin: -1em 0 0 2em
}

#payment div.payment_message {
    position: relative;
    width: 96%;
    background: #f5f5f5;
    color: red;
    border: 1px solid #eee;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
    padding: 1em 2% 1em;
    margin: 1em 0 1em 0;
    font-size: .92em
}

#payment div.payment_message:after {
    content: "";
    display: block;
    border: 8px solid #eee;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -4px;
    left: 85%;
    margin: -1em 0 0 2em
}

div.shipping-address {
    padding: 0;
    clear: left
}

#shiptobilling {
    float: right;
    line-height: 1.62em !important;
    margin: 0 !important;
    padding: 0
}

#shiptobilling label {
    font-size: .6875em
}

.checkout .col-2 h3 {
    float: left;
    clear: none
}

.checkout .col-2 .notes {
    clear: left
}

.checkout .col-2 .form-row-first {
    clear: left
}

.checkout #customer_details, .checkout #order_review, .checkout #payment {
    margin-bottom: 24px
}

.checkout .jigoshop-validated input.input-text {
    background-image: url('images-jigoshop/accepted.jpg') !important;
    background-position: 95% center !important;
    background-repeat: no-repeat !important
}

.checkout .jigoshop-validated select {
    border: green 1px solid !important
}

.checkout .jigoshop-invalid select {
    border: red 1px solid !important
}

.checkout .jigoshop-invalid input.input-text {
    background-image: url('images-jigoshop/rejected.png') !important;
    background-position: 95% center !important;
    background-repeat: no-repeat !important;
    border: red 1px solid !important
}

.order_details {
    overflow: hidden;
    margin: 0 0 1.5em;
    list-style: none
}

.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1em;
    border-right: 1px dashed #ccc;
    padding-right: 2em
}

.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5em;
    color: #333
}

.order_details li.method {
    border: 0
}

.addresses .title {
    overflow: hidden;
}

.addresses .title h3 {
    float: left
}

.addresses .title .edit {
    float: right
}

.widget_price_filter .price_slider_wrapper .button {
    float: right;
    margin: 0 !important
}

.widget_price_filter .price_slider_wrapper .price_slider {
    margin: 1em .6em .6em
}

.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    outline: 0 !important
}

.widget_price_filter .price_slider_wrapper .price_slider_amount {
    overflow: hidden;
    line-height: 2em
}

.widget_layered_nav ul {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none outside !important
}

.widget_layered_nav ul li {
    overflow: hidden;
    padding: 0 0 1px
}

.widget_layered_nav ul li a, .widget_layered_nav ul li span {
    padding: 1px 0;
    float: left
}

.widget_layered_nav ul li.chosen a {
    padding: 0 6px 0 18px;
    border: 1px solid #39c;
    background: #39c url(images-jigoshop/cross_white.png) no-repeat 6px center;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.widget_layered_nav ul small.count {
    float: right;
    margin-left: 6px;
    font-size: 1em;
    padding: 1px 0;
    color: #999
}

fieldset.variations {
    border: 0
}

div.product div.product_meta, div.product div.variations_button {
    clear: left
}

section#primary div.product div.summary {
    width: 42%
}

.single_variation .price {
    float: left
}

.single_variation, .stock {
    clear: left
}

.customized_product_label {
    font-weight: 700
}

dl.customization {
    margin: 0
}

dl.customization dt {
    font-weight: 700;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0
}

dl.customization dd {
    display: inline;
    margin: 0 12px 0 0;
    padding: 0
}

.applied-coupons-values {
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 2px #fff, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    border: 1px solid #aaa;
    line-height: 13px;
    padding: 3px 20px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative
}

.cart-discount-code {
    font-size: 12px;
    padding-right: 5px;
    color: #888;
    float: right
}

.close {
    display: block;
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 white;
    opacity: .2;
}

input:-ms-input-placeholder {
    background: #fff;
    color: LightGray
}

.jigoshop .site-content {
    width: 66%
}

.jigoshop .site-content .cross-sells {
    width: auto
}

.jigoshop .site-content div.jigoshop_error, .jigoshop .site-content div.jigoshop_message {
    padding: 15px 10px 15px 32px
}

.jigoshop .site-content div.jigoshop_error a.button, .jigoshop .site-content div.jigoshop_message a.button {
    margin-top: -4px
}

.jigoshop .site-content input.qty {
    border: 0;
    border-radius: 0
}

.jigoshop .site-content .quantity input.qty {
    border: 1px solid #ccc;
    width: 20px;
    display: inline;
    padding: 1px 5px 2px;
    line-height: 1em;
    vertical-align: middle
}

.jigoshop .site-content .quantity input.plus, .jigoshop .site-content .quantity input.minus {
    padding: 5px 4px 4px 4px;
    vertical-align: middle;
    line-height: 1em;
    border: 0;
    width: 20px;
    color: #fff !important;
    cursor: pointer
}

.jigoshop .site-content .quantity input.minus {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.jigoshop .site-content .quantity input.plus {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.jigoshop .site-content .quantity input.minus:hover, .jigoshop .site-content .quantity input.plus:hover {
    background: #a9c146
}

.cross-sells ul, .cross-sells li {
    list-style: none outside !important
}

.products ul, ul.products, .products li {
    list-style: none outside !important
}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images-jigoshop/ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #555
}*/

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(images-jigoshop/ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none
}*/

/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(images-jigoshop/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121
}*/

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-widget :active {
    outline: 0
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(images-jigoshop/ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(images-jigoshop/ui/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x;
    color: #cd0a0a
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.price_slider_wrapper .ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(images-jigoshop/ui/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
    color: #222
}

.price_slider_wrapper .ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(images-jigoshop/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: 700
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(images-jigoshop/prettyphoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(images-jigoshop/prettyphoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(images-jigoshop/prettyphoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(images-jigoshop/prettyphoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(images-jigoshop/prettyphoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_next:hover {
    background: url(images-jigoshop/prettyphoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(images-jigoshop/prettyphoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(images-jigoshop/prettyphoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(images-jigoshop/prettyphoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(images-jigoshop/prettyphoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(images-jigoshop/prettyphoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(images-jigoshop/prettyphoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(images-jigoshop/prettyphoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url(images-jigoshop/prettyphoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(images-jigoshop/prettyphoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: .7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(images-jigoshop/prettyphoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(images-jigoshop/prettyphoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(images-jigoshop/prettyphoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(images-jigoshop/prettyphoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    background: url(images-jigoshop/prettyphoto/light_rounded/btnnext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(images-jigoshop/prettyphoto/light_rounded/btnprevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand:hover {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract:hover {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(images-jigoshop/prettyphoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(images-jigoshop/prettyphoto/dark_rounded/contentpattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(images-jigoshop/prettyphoto/dark_rounded/contentpattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    background: url(images-jigoshop/prettyphoto/dark_rounded/btnnext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(images-jigoshop/prettyphoto/dark_rounded/btnprevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand:hover {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract:hover {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}

div.dark_rounded .pp_nav .pp_play {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(images-jigoshop/prettyphoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(images-jigoshop/prettyphoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: #000
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
    background: url(images-jigoshop/prettyphoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(images-jigoshop/prettyphoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_expand:hover {
    background: url(images-jigoshop/prettyphoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract {
    background: url(images-jigoshop/prettyphoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract:hover {
    background: url(images-jigoshop/prettyphoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(images-jigoshop/prettyphoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    background: url(images-jigoshop/prettyphoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_nav .pp_pause {
    background: url(images-jigoshop/prettyphoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_arrow_previous {
    background: url(images-jigoshop/prettyphoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(images-jigoshop/prettyphoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(images-jigoshop/prettyphoto/dark_square/btnnext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(images-jigoshop/prettyphoto/dark_square/btnprevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_expand {
    background: url(images-jigoshop/prettyphoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_expand:hover {
    background: url(images-jigoshop/prettyphoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract {
    background: url(images-jigoshop/prettyphoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract:hover {
    background: url(images-jigoshop/prettyphoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(images-jigoshop/prettyphoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_square .pp_nav .pp_play {
    background: url(images-jigoshop/prettyphoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(images-jigoshop/prettyphoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(images-jigoshop/prettyphoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(images-jigoshop/prettyphoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(images-jigoshop/prettyphoto/light_square/btnnext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(images-jigoshop/prettyphoto/light_square/btnprevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_top .pp_left {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(images-jigoshop/prettyphoto/facebook/contentpatterntop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(images-jigoshop/prettyphoto/facebook/contentpatternleft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(images-jigoshop/prettyphoto/facebook/contentpatternright.png) top right repeat-y
}

div.facebook .pp_expand {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_expand:hover {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract:hover {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(images-jigoshop/prettyphoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}

div.facebook .pp_arrow_next {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_nav .pp_pause {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_next:hover {
    background: url(images-jigoshop/prettyphoto/facebook/btnnext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(images-jigoshop/prettyphoto/facebook/btnprevious.png) center left no-repeat;
    cursor: pointer
}

div.facebook .pp_bottom .pp_left {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(images-jigoshop/prettyphoto/facebook/contentpatternbottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(images-jigoshop/prettyphoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}

.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, .5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(images-jigoshop/prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important
}

a.pp_next {
    background: url(images-jigoshop/prettyphoto/light_rounded/btnnext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(images-jigoshop/prettyphoto/light_rounded/btnnext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
    background: #fff
}

div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: url(images-jigoshop/prettyphoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
    background: url(images-jigoshop/prettyphoto/dark_rounded/contentpattern.png) top left repeat
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px
}

.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_fade, .pp_gallery li.default a img {
    display: none
}

/* reset */
audio, canvas, video {
    display: inline-block;
}

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

[hidden] {
    display: none;
}

h4 {
    font-size: 2.1rem;
    margin: 2.5rem 0;
}

h5 {
    font-size: 1.8rem;
    margin: 3.0rem 0;
}

h6 {
    font-size: 1.6rem;
    margin: 3.6rem 0;
}

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

dfn {
    font-style: italic;
}

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

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1.4rem;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 1.4rem;
    margin: 2rem 0;
    overflow: auto;
    padding: 2rem;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite, blockquote small {
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em, blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

blockquote .cite-author {
    font: italic 2rem "DejaVu", georgia, arial, serif;
    color: #3f3f3f;
}

blockquote .cite-author:before {
    content: "-";
    margin-right: .8rem;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 2rem;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 2rem;
}

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

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

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

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

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 2rem;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 1.6rem;
    margin: 2rem 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: .6rem 1rem .6rem 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

figure img,
figure canvas,
figure iframe {
    width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

hr { /* background: url(https://www.jigoshop.com/wp-content/themes/jigoshop2/images/dotted-line.png) repeat center top; */
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 2.4rem;
}

.genericon:before, .menu-toggle:after, .featured-post:before, .date a:before, .entry-meta .author a:before, .format-audio .entry-content:before, .comments-link a:before, .tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before, .attachment .entry-title:before, .attachment-meta:before, .attachment-meta a:before, .comment-awaiting-moderation:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .bypostauthor > .comment-body .fn:before, .error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 1.6rem/1 Genericons;
    vertical-align: text-bottom;
}

.post-password-required input[type="submit"] {
    padding: .7rem 2.4rem .4rem;
    vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
    padding: .5rem 2.4rem .6rem;
}

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
    max-width: 100%;
}

.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto;
}

img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* Images */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: .5rem 2rem .5rem 0;
}

.wp-caption.alignleft {
    margin: .5rem 1rem .5rem 0;
}

img.alignright {
    margin: .5rem 0 .5rem 2rem;
}

.wp-caption.alignright {
    margin: .5rem 0 .5rem 1rem;
}

img.alignnone,
img.aligncenter {
    display: block;
    margin: .5rem auto;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
    color: #220e10;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley, .rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
    list-style-position: inside;
}

/* font icons */
.glyphicon-asterisk:before {
    content: "\2a"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}
.fa-line-chart:before {
content: "\f201";
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before, .fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.alignleft.big-icon {
    margin: .5rem 2rem .5rem 0;
}

.alignright.big-icon {
    margin: .5rem 0 .5rem 2rem;
}

.big-icon {
    width: 30rem;
    height: 21.5rem;
    text-align: center;
    vertical-align: middle;
    line-height: 15rem;
    font-size: 16.6rem;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}

#print_button .printfriendly {
    float: none;
    margin: 0;
    text-align: center;
}

.article .button,
.article a.button,
.article .error404 .article .search-form input[type="submit"],
.article input[type="submit"].button,
#print_button .printfriendly a,
.article body .button-alt,
.article button {
    padding: 1.7rem 2.5rem 1.8rem;
}

.button.dark,
a.button.dark,
body .button-alt.button.dark,
#print_button .printfriendly a,
input.button.secondary.right,
.widget.panel.jigoshop_cart .button,
button.dark {
    background: #474f40;
}

.button.light,
a.button.light,
body .button-alt.button.light,
.widget.panel.jigoshop_cart .button.checkout,
button.light {
    background: #e7ece3;
    color: #474f40 !important;
}

.button.light:hover,
a.button.light:hover,
body .button-alt.button.light:hover,
button.light:hover {
    background: #dadfd6 !important;
}

.login input[type="submit"].button-primary {
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

#main-nav + .inside {
    clear: both;
}

#main-nav + .inside:before {
    background: rgba(255, 255, 255, .08);
    content: '';
    display: block;
    height: 1px;
    left: 0;
    margin-top: -1.9rem;
    position: absolute;
    right: 0;
}

.product-details .price {
    clear: both;
}

.product-details del {
    color: #abb4a4;
    font-weight: normal;
    font-size: 21px;
}

.product-details ins {
    background: none;
    color: #474f40;
}

.products li .price {
    margin-bottom: 0;
}

.products li .price del {
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 2px;
}

.products li .price ins {
    background: none;
}

.product-details .quantity {
    margin: 4px 4px 0 0 !important;
    width: 50px;
    height: 47px;
    float: left;
}

.product-details .quantity .minus,
.product-details .quantity .plus {
    display: none;
}

.product-details .quantity .input-text.qty {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 3px;
}

/* columns */
.col-wrap {
    list-style: none;
    margin: 2.4rem -1.263%;
    padding: 0;
}

/* col-wrap clearfix */
.col-wrap:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.col-wrap > .pf-content > [class^='col-'],
.col-wrap > .pf-content > [class*=' col-'],
.col-wrap > [class^='col-'],
.col-wrap > [class*=' col-'] {
    float: left;
    margin: 0;
    min-height: 1px;
    padding: 0 1.232%;
}

.col-wrap > .pf-content > [class^='col-']:after,
.col-wrap > .pf-content > [class*=' col-']:after,
.col-wrap > .pf-content > [class^='col-']:before,
.col-wrap > .pf-content > [class*=' col-']:before,
.col-wrap > [class^='col-']:after,
.col-wrap > [class*=' col-']:after,
.col-wrap > [class^='col-']:before,
.col-wrap > [class*=' col-']:before {
    display: none;
}

.col-wrap > .pf-content > [class^='col-'] > :first-child,
.col-wrap > .pf-content > [class*=' col-'] > :first-child,
.col-wrap > [class^='col-'] > :first-child,
.col-wrap > [class*=' col-'] > :first-child {
    margin-top: 0;
}

.col-wrap > .pf-content > [class^='col-'] > :last-child,
.col-wrap > .pf-content > [class*=' col-'] > :last-child,
.col-wrap > [class^='col-'] > :last-child,
.col-wrap > [class*=' col-'] > :last-child {
    margin-bottom: 0;
}

.col-1 {
    width: 8.333333333333%;
}

.col-2 {
    width: 16.666666666666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333333332%;
}

.col-5 {
    width: 41.666666666665%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333333335%;
}

.col-8 {
    width: 66.666666666664%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333333334%;
}

.col-11 {
    width: 91.666666666667%;
}

.col-12 {
    width: 100%;
}

/* header */
#header .banner {
    clear: both;
    color: #fff;
}

#header {
    background: #474f40 url(images/blog_header_bg.jpg) no-repeat !important;
    background-size: cover !important;
}

.login h1 a {
    background: url(images/logo.png) no-repeat 0 1rem;
    background-size: 100% auto;
    height: 0;
    padding-bottom: 21.2%;
    width: 100%;
}

header + nav.inside {
    margin-top: -2.5rem;
}

/* breadcrumbs */
.breadcrumbs {
    font-size: 1.3rem;
    list-style: none;
    padding: 0;
}

/* breadcrumbs clearfix */
.breadcrumbs:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .breadcrumbs, *:first-child + html .breadcrumbs {
}

.breadcrumbs li,
.breadcrumbs [typeof="v:Breadcrumb"] {
    float: left;
}

.breadcrumbs li + li,
.breadcrumbs [typeof="v:Breadcrumb"] + [typeof="v:Breadcrumb"] {
    font-weight: 600;
}

.breadcrumbs a,
.breadcrumbs [property="v:title"] {
    color: #474f40;
    display: inline-block;
}

header .breadcrumbs a,
header .breadcrumbs [property="v:title"] {
    color: #fff;
}

.breadcrumbs li + li:before,
.breadcrumbs [typeof="v:Breadcrumb"] + [typeof="v:Breadcrumb"]:before {
    background: #ced6c8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .23);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .23);
    color: #fff;
    content: '\00203A';
    display: inline-block;
    font: 600 1.7rem "Open Sans", arial, sans-serif;
    height: 1.5rem;
    line-height: 1.2rem;
    margin: 0 1.4rem;
    text-align: center;
    width: 1.5rem;
}

header .breadcrumbs li + li:before,
header .breadcrumbs [typeof="v:Breadcrumb"] + [typeof="v:Breadcrumb"]:before {
    background: #7f8479;
    vertical-align: middle;
    line-height: 11px;
    position: relative;
    top: -1px;
}

.breadcrumbs li:last-child:before,
.breadcrumbs [typeof="v:Breadcrumb"]:last-child:before {
    background: #2FBB98;
}

/* header cart */
#top-nav .widget-place {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, .08);
    padding: 0;
    color: #fff;
    height: 4rem;
}

#top-nav .widget-place .price {
    display: inline-block;
    line-height: 4rem;
}

/* related clearfix */
.related:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.star-rating {
    width: 80px;
    height: 16px;
    background: url(images/layout/star.png) repeat-x left 0;
}

.star-rating span {
    background: url(images/layout/star.png) repeat-x left -32px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
    float: left;
}

/* article */
.article {
    color: #474f40;
    position: relative;
}

.article h2 {
    font-size: 2.6rem;
    font-weight: 700;
}

.article h1:first-child {
    margin-top: 0;
}

.article aside h2 {
    font-size: 1.8rem;
    text-align: center;
    position: relative;
}

.article aside h2:before {
    content: '';
    border-top: 1px solid;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.article aside h2 span {
    background: #fff;
    display: inline-block;
    padding: 0 1rem;
    position: relative;
}

.error404 .article h2 {
    font-size: 4.8rem;
    font-weight: 400;
}

article.post .inside,
.article .inside {
    padding: 0;
}

.are-you-using + .comment {
    margin-top: 3rem;
}

.are-you-using {
    background: #f3f5f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2.5rem;
}

.article aside .are-you-using h2 {
    font-size: 2.6rem;
    margin: 0 0 1.5rem;
}

.article aside .are-you-using h2 span {
    background: transparent;
}

.article aside .are-you-using h2:before {
    display: none;
}

.article aside .are-you-using p {
    margin: 0 0 1.5rem;
}

.article aside .are-you-using strong {
    color: #1dac7f;
}

.article h3 {
    font-size: 2.2rem;
    font-weight: 700;
}

.article h4 {
    font-size: 1.9rem;
    font-weight: 700;
}

.article hr {
    border-top: 1px solid #d7dfd0;
    clear: both;
    height: 0;
    margin: 3.5rem 0;
}

.article blockquote {
    margin: 7rem 0 2rem;
    padding: 2rem 12rem 2rem 7.4rem;
    position: relative;
}

.article blockquote,
.article blockquote p {
    color: #474f40 !important;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 2.7rem !important;
    font-weight: 300;
    text-align: left;
}

.article blockquote:before {
    background: #f3f5f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 4.4rem;
}

.article blockquote cite {
    color: #474f40;
    display: block;
    font-style: normal;
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 2rem;
    text-transform: none;
}

.article blockquote cite a {
    display: block;
}

.article blockquote cite a:hover {
    color: #474f40;
    text-decoration: none;
}

.article ul:not(.side-menu, #jigoshop) {
    font-size: 1.7rem;
    margin: 2rem 0;
    padding-left: 4rem;
}

.article ul:not(.side-menu, #jigoshop) > li {
    list-style: none;
    padding-left: 3.2rem;
    position: relative;
}

.article ul:not(.side-menu, #jigoshop) > li + li {
    margin-top: .5rem;
}

.article ul:not(.side-menu, #jigoshop) > li:before {
    background: #2FBB98;
    content: '';
    display: block;
    left: 0;
    height: 1.3rem;
    position: absolute;
    top: .7rem;
    width: .4rem;
}

.article ol {
    counter-reset: li;
    font-size: 1.7rem;
    margin: 2rem 0;
    padding-left: 3.7rem;
}

.article ol > li {
    list-style: none;
    padding-left: 3.5rem;
    position: relative;
}

.article ol > li + li {
    margin-top: .5rem;
}

.article ol > li:before {
    color: #2FBB98;
    content: counter(li);
    counter-increment: li;
    font-size: 2.1rem;
    font-weight: bold;
    left: 0;
    top: -2px;
    position: absolute;
}

.article form > div {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.article form.variations_form > div {
    margin: 0;
}

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

.article input[type="text"],
.article input[type="password"],
.article input[type="search"],
.article textarea {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .29);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .29);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .29);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #c8d0c2;
    color: #474f40;
    font: 1.7rem/2.2rem "Open Sans", arial, sans-serif;
   /* padding: 1.1rem 1rem;*/
    width: 100%;
}

.article textarea {
    min-height: 13.2rem;
}

.error404 .article .search-form label .screen-reader-text,
.article label {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.error404 .article .search-form label .screen-reader-text {
    clip: auto;
    position: static !important;
}

.article label[for] {
    cursor: pointer;
}

.article input[type="checkbox"] {
    display: none;
}

.article input[type="checkbox"] + label {
    margin: 0;
    padding: 1.2rem 0;
}

.article input[type="checkbox"] + label[for]:before,
.article .checkbox-label span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .21);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .21);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .21);
    border: 1px solid #8f9988;
    content: '';
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    height: 1.8rem;
    line-height: 1.8rem;
    margin-right: .8rem;
    text-align: center;
    vertical-align: bottom;
    width: 1.8rem;
}

.article label[for] + .checkbox-label span {
    margin-left: .8rem;
    margin-right: 0;
}

.article input[type="checkbox"]:checked + label[for]:before,
.article .checkbox-label input[type="checkbox"]:checked + span:before {
    content: '\0000D7';
    /* line-height: 1.6rem; */
    line-height: 16px;
}

.article .checkbox-label input[type="checkbox"]:checked + span:before {
    display: block;
}

.article form button.alignleft,
.article form .button.alignleft {
    margin-right: 2rem;
}

.article form button.alignright,
.article form .button.alignright {
    margin-left: 2rem;
    margin-right: 0;
}

.error404 .article .search-form label {
    display: block;
    margin: 0 auto 2rem;
    max-width: 50rem;
    text-align: left;
}

.article .video {
    margin: 5rem auto 4.5rem;
    width: 82.597%;
}

.grey-bg {
    background: #e7ede3;
    margin-top: 7rem;
    padding: 3rem 0 6rem;
}

.side {
    float: right;
    width: calc(100% - 27rem);
}

aside.side {
    float: left;
    width: 24.8rem;
}

.side + .side + * {
    clear: both;
}

.single-docs.aside-fixed aside.side {
    padding-top: 2rem;
    position: fixed;
}

.single-docs.aside-fixed-bottom aside.side {
    bottom: 0;
    position: absolute;
    top: auto !important;
}

.side-menu {
    background: #f3f5f2;
    border: solid 1px #d7dfd0;
    border-radius: 3px;
    margin: 0;
    padding: 0;
}

.side-menu a {
    color: #474f40;
    display: block;
    padding: 1.2rem 1.5rem;
}

.side-menu li + li a {
    border-top: solid 1px #d7dfd0;
}

.side-menu a.active,
.side-menu a.current,
.side-menu li.active a,
.side-menu li.current a,
.side-menu a:hover {
    background: #e7ece3;
    text-decoration: none;
}

/* posts list [START] */
.page-id-3265 .article section .row.plans,
.customize-support .article section .row.plans,
.article ul.posts-list {
    list-style: none;
    margin: 2.4rem -1.263%;
    padding: 0;
}

.posts-list:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .posts-list, *:first-child + html .posts-list {
}

.customize-support .article section .row.plans:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .customize-support .article section .row.plans, *:first-child + html .customize-support .article section .row.plans {
}

.page-id-3265 .article section .row.plans:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .page-id-3265 .article section .row.plans, *:first-child + html .page-id-3265 .article section .row.plans {
}

.page-id-3265 .article section .row.plans .columns,
.customize-support .article section .row.plans .columns,
.article ul.posts-list > li {
    float: left;
    margin: 0;
    min-height: 1px;
    padding: 0 1.232%;
    width: 33.333333333332%;
}

.page-id-3265 .article section .row.plans .columns,
.customize-support .article section .row.plans .columns {
    text-align: left;
}

.page-id-3265 .article section .row.plans .columns:nth-child(3n+1),
.customize-support .article section .row.plans .columns:nth-child(3n+1),
.article ul.posts-list > li:nth-child(3n+1) {
    clear: both;
}

.page-id-3265 .article section .row.plans .columns li:before,
.customize-support .article section .row.plans .columns li:before,
.article ul.posts-list > li:before,
.article ul.posts-list > li:after {
    display: none;
}

.page-id-3265 .article .pricing-table,
.page-id-3265 .article .pricing-table > li,
.customize-support .article .pricing-table,
.customize-support .article .pricing-table > li {
    padding: 0;
}

.page-id-3265 .article .pricing-table,
.customize-support .article .pricing-table {
    background: #fff;
    display: block;
    font-size: 1.3rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px rgba(208, 216, 202, .28);
    -moz-box-shadow: 0 1px rgba(208, 216, 202, .28);
    box-shadow: 0 1px rgba(208, 216, 202, .28);
    border: solid 1px #d9dfd5;
    padding: 2rem;
    text-decoration: none !important;
}

.page-id-3265 .article .pricing-table > .title,
.customize-support .article .pricing-table > .title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
}

.page-id-3265 .article .pricing-table > .cta-button,
.customize-support .article .pricing-table > .cta-button {
    margin: 1.5rem 0 0;
}

/* search results list [START] */
.article ul.search-results-list {
    list-style: none;
    font-size: 1.3rem;
    margin: 2.4rem -1.263%;
    padding: 0;
}

/* search-results-list clearfix */
.search-results-list:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .search-results-list, *:first-child + html .search-results-list {
}

.article ul.search-results-list > li {
    float: left;
    margin: 2.2rem 0 !important;
    min-height: 1px;
    padding: 0 1.232%;
    width: 33.333333333332%;
}

.article ul.search-results-list > li:nth-child(3n+1) {
    clear: both;
}

.article ul.search-results-list > li:before,
.article ul.search-results-list > li:after {
    display: none;
}

.article ul.search-results-list > li h1 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
}

ul.search-results-list > li h2 {
    display: inline-block;
    height: 78px;
    overflow: hidden;
    margin-bottom: 0;
}

ul.search-results-list > li .post-img .category {
    position: absolute;
    left: 0;
    top: 0;
}

img[src='']:not([src*='.']) {
    display: none;
}

.post-img {
    margin: 2rem 0;
    position: relative;
}

.post-img,
.post-img img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

figcaption.category,
.post-img .category {
    background: #2FBB98;
    border: 0;
    -webkit-border-radius: 3px 0;
    -moz-border-radius: 3px 0;
    border-radius: 3px 0;
    color: #2FBB98;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 2rem;
    padding: 1rem 2rem;
    text-transform: uppercase;
}

.post-img .category {
    margin: 0;
}

figcaption.category a,
.post-img .category a {
    color: #fff !important;
}

figcaption.category [rel*=category],
.post-img .category [rel*=category] {
    color: #fff;
    display: inline-block;
}

figcaption.category [rel*=category] ~ [rel*=category],
.post-img .category [rel*=category] ~ [rel*=category] {
    display: none;
}

.post-img img + .category {
    left: 0;
    position: absolute;
    top: 0;
}

.blog article figcaption.category {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0;
    padding: 0;
}

.blog article figcaption.category [rel*=category] {
    background: #2FBB98;
    border: 0;
    -webkit-border-radius: 3px 0;
    -moz-border-radius: 3px 0;
    border-radius: 3px 0;
    color: #2FBB98;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 2rem;
    padding: 1rem 2rem;
    text-transform: uppercase;
}

.blog article figcaption.category [rel*=category] {
    display: inline-block;
}

.blog .posts-list .entry-title,
.archive .posts-list .entry-title {
    min-height: 7.8rem;
    margin-bottom: 0;
    line-height: 2.6rem;
}

.blog .posts-list .post-img,
.archive .posts-list .post-img {
    margin: 1rem 0 2rem;
}

.blog .posts-list li {
    margin-top: 0 !important;
}

.blog .posts-list .post-img figcaption.category {
    position: absolute;
    z-index: 10;
    left: 0;
}

.blog .posts-list li p,
.archive .posts-list li p {
    clear: both;
    word-wrap: break-word;
}

.blog.paged .posts-list {
    max-width: 678px;
    margin: 0 auto;
}

.blog.paged .posts-list li {
    width: 50%;
    padding: 0 1.632%;
    min-height: 508px;
    vertical-align: top;
    float: left;
    clear: none !important;
}

.blog.paged .posts-list li .hentry {
    padding-top: 185px;
    position: relative;
}

.blog.paged .posts-list li .hentry .post-img {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
}

.blog.paged .posts-list li .hentry .entry-title,
.blog.paged .posts-list li .hentry .entry-title a {
    color: #464e3f;
    font-weight: 400;
    min-height: initial;
}

.blog.paged .posts-list li .hentry .entry-title {
    margin-bottom: 13px;
}

.blog.paged .posts-list li .hentry .entry-summary {
    font-size: 13px;
    line-height: 24px;
}

/* docs block-grid list [START] */
.article ul.block-grid {
    list-style: none;
    font-size: 1.3rem;
    margin: 2.4rem -1.263%;
    padding: 0;
}

/* block-grid clearfix */
.block-grid:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .block-grid, *:first-child + html .block-grid {
}

.article ul.block-grid > li {
    float: left;
    margin: 2.2rem 0 !important;
    min-height: 1px;
    padding: 0 1.232%;
    width: 33.333333333332%;
}

.article ul.block-grid > li:nth-child(3n+1) {
    clear: both;
}

.article ul.block-grid > li:before,
.article ul.block-grid > li:after {
    display: none;
}

.article ul.block-grid > li h3 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
}

.article ul.block-grid > li > div {
    background: #fff;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px rgba(208, 216, 202, .28);
    -moz-box-shadow: 0 1px rgba(208, 216, 202, .28);
    box-shadow: 0 1px rgba(208, 216, 202, .28);
    border: solid 1px #d9dfd5;
    padding: 0 2rem;
    text-decoration: none !important;
}

.article ul.block-grid > li > div figure {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 -2rem;
    position: relative;
}

.article ul.block-grid > li > div figure img {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.article ul.block-grid > li > div figure figcaption {
    background: rgba(71, 79, 64, .8);
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    right: 0;
    text-align: center;
    top: 0;
}

.article ul.block-grid > li > div figure:hover figcaption {
    opacity: 1;
}

.article ul.block-grid > li > div figure figcaption .button {
    margin: 0;
}

/* trusted */
#trusted {
    text-align: center;
    padding: 4.8rem 0 7.4rem;
    clear: both;
}

#trusted ul {
    list-style-type: none;
    margin: 4.5rem 0 2rem;
    padding: 0;
}

#trusted ul li {
    display: inline-block;
}

/* others */
#others {
    float: left;
    padding: 4.5rem 0 7rem;
    text-align: center;
    width: 100%;
}

#others ul {
    list-style-type: none;
    padding: 0;
}

#others ul li.first {
    margin-left: 0;
}

#others ul li {
    display: inline-block;
    float: left;
    width: 32.7rem;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-left: 2.3rem;
}

#others .cloud {
    border: 1px solid #c8d0c2;
    border-radius: 5px;
    min-height: 12rem;
    margin-bottom: 1.5rem;
    padding: 3.1rem 1.9rem;
    position: relative;
    color: #474f40;
    font-style: italic;
    font-size: 1.7rem;
    line-height: 2.4rem;
}

#others .cloud p {
    margin: 0;
}

#others .cloud p:before {
    content: '"';
}

#others .cloud p:after {
    content: '"';
}

#others .cloud:before {
    background: #fff url(images/layout/sprites.png) -1.7rem -2.9rem no-repeat;
    background-size: 23.7rem auto;
    content: "";
    width: 1.9rem;
    height: 1.1rem;
    position: absolute;
    left: 50%;
    margin-left: -.95rem;
    bottom: -1.1rem;
    z-index: 4;
}

#others .cloud-user {
    margin-left: 5.7rem;
    overflow: hidden;
}

#others .cloud-user img {
    margin-right: 1.1rem;
    border-radius: 5rem;
}

#others .cloud-user div {
    float: left;
    margin: 1.2rem 0 0;
    text-align: left;
}

#others .cloud-user .fn {
    display: block;
    color: #535b4d;
    font: 1.7rem "Open Sans", arial, sans-serif;
}

#others a {
    text-decoration: none;
}

/* downloads */
#downloads .counter-box .counter > span {
    background: #91b035;
    display: inline-block;
    padding: 0 2.2rem;
    border-radius: 4px;
    box-shadow: 0 1px 0 #677933;
    -moz-box-shadow: 0 1px 0 #677933;
    -webkit-box-shadow: 0 1px 0 #677933;
    margin: 0 .4rem
}

/* pagination */
.pagination.loop-pagination {
    clear: both;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

.pagination.loop-pagination a.prev {
    left: 0;
    padding-left: 2rem;
    position: absolute;
}

.pagination.loop-pagination a.next {
    right: 0;
    padding-right: 2rem;
    position: absolute;
}

.pagination.loop-pagination a.prev .meta-nav,
.pagination.loop-pagination a.next .meta-nav {
    background: #2FBB98;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .23);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .23);
    color: #fff;
    display: block;
    font: 600 1.7rem "Open Sans", arial, sans-serif;
    height: 1.5rem;
    line-height: 1.2rem;
    margin: 0;
    position: absolute;
    text-align: center;
    top: .4rem;
    width: 1.5rem;
}

.pagination.loop-pagination a.prev .meta-nav {
    left: 0;
}

.pagination.loop-pagination a.next .meta-nav {
    right: 0;
}

/* entry meta */
.entry-meta a {
    padding-left: 1.6rem;
}

.entry-meta a:hover {
    text-decoration: underline !important;
}

/* footer */
#footer .phone,
.contact .phone,
#text-8.widget .phone {
    color: #2FBB98;
    font: 700 2.2rem/2.7rem "Open Sans", arial, sans-serif;

    white-space: nowrap;
}

.social .social-icon.linkedin {
    background-position: -8.4rem -16.2rem;
}

/* contact form */
#footer form,
#contact-form,
#jigowatt_form #jigowatt_form_4 {
    float: left;
    padding-right: 3%;
    width: 50%;
}

#footer form input[type="text"],
#footer form textarea,
#contact-form input[type="text"],
#contact-form textarea,
#jigowatt_form #jigowatt_form_4 input[type="text"],
#jigowatt_form #jigowatt_form_4 textarea {
    background: #393f33;
    border: 1px solid #535d4b;
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .47);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .47);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .47);
    color: #8f9b83;
    font: 1.3rem/2.2rem "Open Sans", arial, sans-serif;
    height: auto;
    margin: .4rem 0;
    padding: 1rem;
}

#footer form ::-webkit-input-placeholder,
#contact-form ::-webkit-input-placeholder,
#jigowatt_form #jigowatt_form_4 ::-webkit-input-placeholder { /* WebKit browsers */
    color: #8f9b83;
}

#footer form :-moz-placeholder,
#contact-form :-moz-placeholder,
#jigowatt_form #jigowatt_form_4 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8f9b83;
}

#footer form ::-moz-placeholder,
#contact-form ::-moz-placeholder,
#jigowatt_form #jigowatt_form_4 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8f9b83;
}

#footer form :-ms-input-placeholder,
#contact-form :-ms-input-placeholder,
#jigowatt_form #jigowatt_form_4 :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #8f9b83;
}

.add-to-mailing-list {
    width: 50%;
    float: right;
    line-height: 3.7rem;
    margin: 4px 0;
}

#footer form [type='checkbox'],
#contact-form [type='checkbox'],
#jigowatt_form #jigowatt_form_4 [type='checkbox'] {
    display: none;
}

#footer form [type='checkbox'] + label,
#contact-form [type='checkbox'] + label,
#jigowatt_form #jigowatt_form_4 [type='checkbox'] + label {
    font-size: 1rem;
    color: #8f9b83;
    line-height: 1;
    display: inline-block;
    padding-left: 2.4rem;
    position: relative;
    vertical-align: middle;
}

#footer form [type='checkbox'] + label:before,
#contact-form [type='checkbox'] + label:before,
#jigowatt_form #jigowatt_form_4 [type='checkbox'] + label:before {
    background: url('images/layout/checkbox2.png'); /* new_sprites */
    content: '';
    cursor: pointer;
    display: block;
    height: 1.8rem;
    left: 0;
    margin-top: -.9rem;
    position: absolute;
    top: 50%;
    width: 1.8rem;
}

#footer form [type='checkbox']:checked + label:before,
#contact-form [type='checkbox']:checked + label:before,
#jigowatt_form #jigowatt_form_4 [type='checkbox']:checked + label:before {
    background-position: 0 100%;
}

#footer form button,
#contact-form button,
#jigowatt_form #jigowatt_form_4 input[type="submit"] {
    margin: .4rem 0;
    padding: .9rem 1.6rem;
}

.contact-tree h2 {
    font-weight: 400;
}

.contact-tree h2.title {
    font-weight: 600;
}

.contact-tree b {
    color: #1dac7f;
}

/* shop page */
.slider .owl-controls .owl-next,
.slider .owl-controls .owl-prev {
    background: transparent;
    opacity: 1 !important;
    position: absolute;
    height: 3.2rem;
    border-radius: 0;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    text-indent: 200%;
    top: 50%;
    margin-top: -2.2rem;
    width: 3.2rem;
}

.slider .owl-controls .owl-next {
    right: -8.5rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slider .owl-controls .owl-prev {
    left: -8.5rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slider .owl-controls .owl-next:before {
    background: #e7ece3;
    content: '';
    display: block;
    height: .6rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.2rem;
}

.slider .owl-controls .owl-next:after {
    background: #e7ece3;
    content: '';
    display: block;
    height: 3.2rem;
    right: 0;
    position: absolute;
    top: 0;
    width: .6rem;
}

.slider .owl-controls .owl-prev:before {
    background: #e7ece3;
    content: '';
    display: block;
    height: .6rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.2rem;
}

.slider .owl-controls .owl-prev:after {
    background: #e7ece3;
    content: '';
    display: block;
    height: 3.2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: .6rem;
}

#products-slider .owl-item > div {
    padding-top: 6rem;
}

.product-src {
    position: relative;
    width: 100%;
}

li.product .product-src {
    position: absolute;
    right: 2.3rem;
    top: -1.8rem;
    width: 19.7rem;
}

.slider .product-src {
    float: left;
    margin: 0 5rem;
    width: 38rem;
}

.product-src > figure {
    background: url(images/layout/monitor-back.png) center top no-repeat;
    background-size: 100% 100%;
    padding: 3.6% 3.6% 34.212%;
    position: relative;
    width: 100%;
}

.product-src > figure:before {
    background: url(images/layout/monitor-front.png) center top no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.product-src > figure:after {
    content: '';
    display: block;
    height: 0;
    padding: 0 0 56.899%;
    width: 100%;
}

.product-src > figure img,
.products li a .product-src > figure img {
    border: 0;
    max-height: 58.275%;
    height: auto !important;
    position: absolute;
    width: auto !important;
    max-width: 92.8%;
}

.product-src > figure .images,
.products li a .product-src > figure .images {
    height: 58.275%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 92.8%;
}

.product-src > figure .images img,
.products li a .product-src > figure .images img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}

.product-src > figure .images a,
.products li a .product-src > figure .images a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.product-src > figure figcaption {
    bottom: 14%;
    color: #fff;
    font-size: 1.6rem;
    left: 6.5%;
    line-height: 4.35;
    padding: 0;
    position: absolute;
    width: 100%;
    max-width: 14.2rem;
    max-height: 14rem;
    height: 100%;
}

.product-src > figure figcaption img {
    max-width: 100%;
    max-height: 100%;
}

.product-src > figure figcaption strong {
    color: #2FBB98;
    font-size: 1.75em;
    left: 0;
    height: 1.429em;
    line-height: 1.3575em;
    border-width: 1px 0;
    margin-top: -.7143em;
    top: 50%;
    position: absolute;
    width: 100%;
}

.product-src > figure figcaption strong:before,
.product-src > figure figcaption strong:after {
    background: rgba(255, 255, 255, .25);
    content: '';
    display: block;
    height: 1px;
    left: 1.6rem;
    top: 0;
    position: absolute;
    right: 1.6rem;
}

.product-src > figure figcaption strong:after {
    bottom: 0;
    top: auto;
}

.product-top-bar {
    background: #e7ece3;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, .03);
    -moz-box-shadow: inset 0 1px rgba(0, 0, 0, .03);
    box-shadow: inset 0 1px rgba(0, 0, 0, .03);
    margin: -1px -1px 0;
    height: 8.9rem;
    padding: 1.3rem 2.3rem;
    position: relative;
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

a:hover .product-top-bar {
    background: #474f40;
}

.rating {
    color: #474f40;
    display: inline-block;
    line-height: 6.1rem;
    font-size: 2rem;
    font-weight: 600;
    height: 6.1rem;
    margin-right: 1.6rem;
    text-align: center;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    position: relative;
    vertical-align: middle;
    width: 6.1rem;
}

.details-rating .rating {
    font-size: 4.1rem;
    height: 12.8rem;
    line-height: 12.8rem;
    margin: 1.5rem 0;
    width: 12.8rem;
}

.rating sup {
    font-size: 0.55em;
}

a:hover .rating {
    color: #fff;
}

.rating canvas {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    width: 100%;
}

.rating canvas.hover {
    opacity: 0;
}

a:hover .rating canvas.unhover {
    opacity: 0;
}

a:hover .rating canvas.hover {
    opacity: 1;
}

.slider + .products-list {
    border-top: 1px solid #d0d8ca;
    margin: 2rem 0;
    padding: 2rem 0;
}

/* products clearfix */
.products:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .products, *:first-child + html .products {
}

.products,
.products ul.products {
    margin: 2rem -1.166% !important;
    padding: 0 !important;
}

.products > li {
    float: left;
    margin: 2.2rem 0 !important;
    padding: 1.14% !important;
    width: 33.333333333332%;
}

aside .products {
    margin: 2rem 0 !important;
}

aside .products > li {
    float: none;
    margin: 4.4rem 0 !important;
    padding: 0 !important;
    width: 100%;
}

.products > li:before {
    display: none !important;
}

.products > li.product.first {
    clear: none;
}

.products > li.product:nth-child(3n+1) {
    clear: both;
}

.products > li a {
    background: #fff;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px rgba(208, 216, 202, .28);
    -moz-box-shadow: 0 1px rgba(208, 216, 202, .28);
    box-shadow: 0 1px rgba(208, 216, 202, .28);
    border: solid 1px #d9dfd5;
    text-decoration: none !important;
}

.product-content {
    padding: 5.1rem 2rem 0;
}

.products .price,
.products li .price {
    float: none;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    color: #474f40;
    position: relative;
    text-shadow: 0 0 5px #fff;
    z-index: 1;
}

.products .title {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.4;
    color: #1dac7f;
    display: block;
    margin: .8rem 0;
}

.products .short-description {
    font-size: 1.3rem;
    color: #474f40;
    margin: 1.5rem 0;
    height: 4rem;
    overflow: hidden;
}

/* slide description */
.slide-description {
    margin-left: 42.17%;
    padding: 2.8rem 0 0;
    width: 57.83%;
}

.slide-description .mark {
    font-size: 1.8rem;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.slide-description strong {
    display: block;
    font-size: 4.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

/* product page start*/
.product-box h1 {
    font-size: 4.8rem;
}

.details-wrap {
    list-style: none;
    margin: 2.4rem -1.748%;
    padding: 0;
}

.details-wrap h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-top: 0;
}

.product-details .cat_list a + a:before {
    color: #474F40;
    content: ', ';
}

.product-details table {
    border: 0;
    font-size: 1.5rem;
    margin: 2.5rem 0 2.5rem;
}

.product-details table th {
    font-weight: 400;
    padding: 0;
    text-transform: none;
}

.product-details table td {
    border: 0;
    font-weight: 700;
    padding: 0;
}

.details-wrap .select_label {
    font-size: 1.5rem;
    font-weight: 400;
    margin: .6rem 0;
    position: absolute;
}

.product-details #tabs {
    margin-bottom: 2rem;
}

.product-details .radio-list {
    background: transparent;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right;
    white-space: nowrap;
}

.select-licence .variations {
    padding: 0;
    left: 0;
    margin: 0 0 -3px;
    text-align: left;
    position: absolute;
    bottom: 100%;
    width: 100%;
}

.product-details .radio-list > li {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    display: inline-block;
    float: none;
    height: auto !important;
    margin: 0 !important;
    padding: 2px 1px 5px !important;
    width: auto;
}

.product-details .radio-list > li label {
    border: solid 1px #d7dfd0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #4c5544;
    display: block;
    font-size: .9rem;
    font-weight: 400;

    line-height: 1.2;
    white-space: normal;
    padding: .5rem 1rem 0 2.5rem;
    margin: 0;
    text-transform: uppercase;
    width: 5.7rem;
    height: 5.4rem;
}

.product-details .radio-list > li label:first-line {
    display: block;
    font-size: 2.3rem;
    font-weight: 700;
}

.variations_form {
    text-align: right;
    margin-top: 6.6rem;
    background: #e7ece3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 4.7rem;
    color: #474f40;
    padding: 1.2rem;
    position: relative;
    top: -2px;
}

.product-details .radio-list > li:before,
.product-details .radio-list > li input[type=radio],
.product-details .variations_form .quantity {
    display: none !important;
}

.product-details .radio-list > li.active {
    background: #e7ece3;
}

.product-details .radio-list > li.active label {
    border-color: transparent;
    background: #e7ece3;
}

.product-details #tabs > ul > li:before {
    display: none;
}

.product-details #tabs > .ui-tabs-panel {
    background: #e7ece3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 4.7rem;
    color: #474f40;
    padding: 1.2rem;
    position: relative;
    top: -2px;
}

.product-details p.price {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 4.5rem;
    color: #474f40;
}

.single_variation {
    display: inline-block !important;
    float: left;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 4.5rem;
    color: #474f40;
    vertical-align: middle;
}

.single_variation .price {
    float: none;
}

.product-details .variations_button .button-alt {
    display: inline-block;
    vertical-align: middle;
}

/* col-wrap clearfix */
.details-wrap:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .details-wrap, *:first-child + html .details-wrap {
}

.product-details {
    float: left;
    min-height: 1px;
    padding: 0 1.69%;
    width: 32.177%;
}

.details-src {
    float: left;
    min-height: 1px;
    padding: 0 1.69%;
    width: 50.282%;
}

.details-rating {
    float: left;
    font-size: 1.5rem;
    min-height: 1px;
    padding: 3.94% 1.69% 0;
    text-align: center;
    width: 15.385%;
}

.details-rating a {
    color: #474f40;
}

.downloads-counter {
    border-top: 1px solid #d7dfd0;
    font-size: 1.3rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.downloads-counter span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}

.full_docs {
    color: #474f40;
    display: block;
}

.full_docs:after {
    border-bottom: 2px solid #d7dfd0;
    border-right: 2px solid #d7dfd0;
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    content: '';
    display: inline-block;
    height: .7rem;
    margin-left: .3em;
    position: relative;
    top: -.15em;
    vertical-align: middle;
    width: 1.3rem;
}

/* plugin-users clearfix */
.plugin-users > *:first-child {
    margin-top: 0;
}

.plugin-users-form:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .plugin-users-form, *:first-child + html .plugin-users-form {
}

.plugin-users .site-address {
    float: left;
    margin-right: 2rem;
    width: calc(100% - 19rem);
}

.plugin-users .post-site-address {
    float: left;
    text-align: right;
    width: 17rem;
}

.article ul.plugin-users-list {
    clear: both;
    margin: 0 -1.2rem 2.4rem;
    padding: 0;
    text-align: center;
}

.article ul.plugin-users-list > li {
    float: left;
    margin: 2.4rem 0 0 !important;
    padding: 0 1.2rem;
    width: 50%;
}

.article ul.plugin-users-list > li:before {
    display: none;
}

.article ul.plugin-users-list > li figure {
    background: none repeat scroll 0 0 #e7ece3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 172px;
    padding-bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.article ul.plugin-users-list > li figure img {
    left: 50%;
    margin-left: -32%;
    max-height: 80%;
    max-width: 90%;
    position: absolute;
    top: 18px;
    vertical-align: middle;
    width: auto;
}

.article ul.plugin-users-list > li em {
    color: #474f40;
    display: block;
    font-style: italic;
    margin: 1.5rem 0;
}

/* comments */
.comment-list,
.commentlist,
ol.commentlist {
    margin: 4rem 0 0;
    padding: 0;
}

.comment-list .children,
.commentlist .children,
ol.commentlist .children {
    margin-top: 11rem;
}

.comment-list .comment,
.commentlist .comment,
aside .comment {
    margin: 0;
    padding: 0;
}

.comment-list .comment:before,
.commentlist .comment:before {
    display: none;
}

.comment-body,
.comment_container,
blockquote.comment_container {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #c8d0c2;
    font-size: 1.7rem !important;
    margin: 0;
    padding: 1.5rem 2rem;
    position: relative;
    text-align: center;
}

.comment-body {
    margin-bottom: 11rem;
}

.comment-body p,
.comment_container p,
blockquote.comment_container p {
    font-style: italic;
    font-size: 1.7rem !important;
}

.comment-body:before,
.comment_container:before,
blockquote.comment_container:before {
    display: none;
}

.comment-body:after,
.comment_container:after,
blockquote.comment_container:after {
    background: #fff;
    border: 1px solid #c8d0c2;
    border-width: 0 0 1px 1px;
    -webkit-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: -1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: -1px 1px 0 rgba(0, 0, 0, .1);
    bottom: -.9rem;
    left: 50%;
    content: '';
    display: block;
    margin-left: -.7rem;
    height: 1.5rem;
    position: absolute;
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(-45deg); /* Mozilla */
    -ms-transform: rotate(-45deg); /* IE 9 */
    -o-transform: rotate(-45deg); /* Old Opera */
    transform: rotate(-45deg);
    width: 1.5rem;
}

.comment-body .comment-author,
.comment_container .comment-author {
    left: 0;
    margin-top: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
}

.comment-body .comment-author .avatar,
.comment_container .comment-author .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 6.1rem;
    margin-right: .8rem;
    width: 6.1rem;
}

.comment-body .comment-author .avatar img,
.comment_container .comment-author .avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 6.1rem;
    width: 6.1rem;
}

.comment_container .comment-author .meta {
    line-height: 6.1rem;
}

.comment_container .comment-author .author {
    display: inline-block;
    font-style: normal !important;
    line-height: 1.5;
    vertical-align: middle;
}

.comment_container .comment-author .author p {
    font-style: normal !important;
}

.comment_container .comment-author time {
    display: block;
    font-size: 1.4rem !important;
}

.comment-body .comment-reply-link {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.comment-body .comment-meta {
    position: absolute;
    font: italic 400 1.3rem/2.4rem "Open Sans", arial, sans-serif;
    bottom: 1rem;
    left: 7rem;
    right: 7rem;
}

.comment-body .says {
    display: none;
}

div.quote div.pf-content {
    display: inline-block;
    vertical-align: middle;
}

/* reviews */
#reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    position: absolute;
    font: italic 400 1.3rem/2.4rem "Open Sans", arial, sans-serif !important;
    bottom: 1rem;
    left: 7rem;
    right: 7rem;
    margin: 0;
}

#reviews #comments ol.commentlist li .comment-text div.description {
    margin: 0 0 2.4rem;
}

#reviews #comments ol.commentlist li .comment-text div.star-rating {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

#reviews #comments ol.commentlist li img {
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 6.1rem;
    margin-left: -3rem;
    width: 6.1rem;
    left: 50%;
    margin-top: 20px;
    position: absolute;
    top: 100%;
}

#reviews #comments ol.commentlist li {
    margin-bottom: 11rem;
}

/* product page end*/
/* category side */
.widget_categories {
    border-top: 3px solid #d7dfd0;
    text-align: left !important;
}

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

.widget_categories h2 {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.widget_categories h2:before {
    display: none;
}

.widget_categories h2 span {
    background: #fff;
    display: inline-block;
    padding: 0 1rem;
    position: relative;
}

.widget_categories ul {
    font-size: 1.7rem;
    margin: 2rem 0;
    margin: 0;
    padding: 0 !important;
}

.widget_categories li {
    list-style: none;
    padding: 0 !important;
    position: relative;
}

.widget_categories li + li {
    margin-top: .5rem;
}

.widget_categories li:before {
    display: none !important;
}

.widget_categories a {
    color: #474f40 !important;
    display: block;
}

.widget_categories .current a {
    font-weight: 700;
}

/* cart start */
.jigoshop-cart .article form .row {
    list-style: none;
    margin: 2.4rem -1.263%;
    padding: 0;
}

.jigoshop-cart .article form .row:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .jigoshop-cart .article form .row, *:first-child + html .jigoshop-cart .article form .row {
}

.jigoshop-cart .article form .row .columns {
    float: left;
    margin: 0;
    min-height: 1px;
    padding: 0 1.232%;
}

.jigoshop-cart .article form .row .columns:before,
.jigoshop-cart .article form .row .columns:after {
    display: none;
}

.jigoshop-cart .article form .row .columns > :first-child {
    margin-top: 0;
}

.jigoshop-cart .article form .row .columns > :last-child {
    margin-bottom: 0;
}

.jigoshop-cart .article form .row .columns.one {
    width: 8.333333333333%;
}

.jigoshop-cart .article form .row .columns.two {
    width: 16.666666666666%;
}

.jigoshop-cart .article form .row .columns.three {
    width: 25%;
}

.jigoshop-cart .article form .row .columns.four {
    width: 33.333333333332%;
}

.jigoshop-cart .article form .row .columns.five {
    width: 41.666666666665%;
}

.jigoshop-cart .article form .row .columns.six {
    width: 50%;
}

.jigoshop-cart .article form .row .columns.seven {
    width: 58.333333333335%;
}

.jigoshop-cart .article form .row .columns.eight {
    width: 66.666666666664%;
}

.jigoshop-cart .article form .row .columns.nine {
    width: 75%;
}

.jigoshop-cart .article form .row .columns.ten {
    width: 83.333333333334%;
}

.jigoshop-cart .article form .row .columns.eleven {
    width: 91.666666666667%;
}

.jigoshop-cart .article form .row .columns.twelve {
    width: 100%;
}

input.button.secondary.right {
    float: right;
}

table.shop_table {
    border: 0;
}

table.shop_table th {
    color: #474f40;
    font-size: 1.5rem;
    font-weight: 400;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-transform: none;
}

table.shop_table th,
table.shop_table td {
    text-align: center;
}

table.shop_table th:first-child,
table.shop_table td:first-child {
    text-align: left;
}

table.shop_table th:last-child,
table.shop_table td:last-child {
    text-align: right;
}

table.shop_table td {
    border: 0;
}

table.shop_table tbody td {
    border-top: 1px solid #d7dfd0;
}

table.shop_table tfoot td {
    background: #e7ede3;
    font-weight: 400;
}

table.shop_table tfoot td:last-child {
    font-weight: 700;
}

table.shop_table tfoot tr:last-child td {
    font-size: 2.5rem;
    font-weight: 700;
}

table.shop_table tfoot tr:first-child td:first-child {
    border-radius: 3px 0 0 0;
}

table.shop_table tfoot tr:first-child td:last-child {
    border-radius: 0 3px 0 0;
}

table.shop_table tfoot tr:last-child td:last-child {
    border-radius: 0 0 3px 0;
    position: relative;
}

table.shop_table tfoot tr:last-child td:last-child:before {
    background: #c4ccbd;
    content: '';
    display: block;
    height: 1px;
    max-width: 5.5rem;
    position: absolute;
    right: 1rem;
    top: 0;
    width: 25%;
}

table.shop_table tfoot tr:last-child td:first-child {
    border-radius: 0 0 0 3px;
}

table.shop_table td.product-name {
    padding-left: 5rem;
    position: relative;
}

table.shop_table td.product-name a {
    font-size: 2.2rem;
}

table.shop_table td.product-name a.remove {
    background: none;
    height: 3.6rem;
    left: 1rem;
    margin-top: -1.8rem;
    position: absolute;
    top: 50%;
    width: 3.6rem;
}

table.shop_table td.product-name a.remove:before {
    content: '\0000D7';
    color: #cfd7ca;
    left: 0;
    line-height: 1;
    font-size: 3.6rem;
    position: absolute;
    text-indent: 0;
    top: 0;
}

.product-subtotal {
    font-size: 2.2rem;
}

div.comment {
    margin-bottom: 11rem;
}

.article table.shop_table input[type="text"],
.article table.shop_table input[type="password"],
.article table.shop_table input[type="search"],
.article table.shop_table textarea {
    text-align: center;
    width: auto;
}

/* cart top */
#top-nav .widget-place {
    width: 6.6rem;
}

.widget.panel.jigoshop_cart {
    background: transparent;
    display: block;
    line-height: 2;
    position: absolute;
    padding: 0 1.9rem;
    margin-top: 4.1rem;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
    z-index: 555;
}

#top-nav .widget-place:hover .widget.panel.jigoshop_cart {
    background: #2FBB98;
    padding: 1rem 1.9rem 1.5rem;
    -moz-box-shadow: 0px 1px 1px #40403f;
    -webkit-box-shadow: 0px 1px 1px #40403f;
    box-shadow: 0px 1px 1px #40403f;
}

.widget.panel.jigoshop_cart .buttons {
    margin: 0;
}

#top-nav .widget-place:not(:hover) .widget.panel.jigoshop_cart * {
    display: none;
}

.widget.panel.jigoshop_cart h5 {
    bottom: 100%;
    cursor: pointer;
    display: inline-block !important;
    font-size: 1.2rem;
    line-height: 4rem;
    padding: 0 1.9rem;
    margin: 0 -1.9rem;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.widget-place:hover .widget.panel.jigoshop_cart h5 {
    background-color: #2FBB98;
}

.widget.panel.jigoshop_cart a {
    color: #484f3f;
    font-size: 1.4rem;
    /* line-height:1.2; */
    text-decoration: none;
}

.widget.panel.jigoshop_cart .button {
    padding: 1.2rem 1.6rem;
}

.widget.panel.jigoshop_cart .button + .button {
    margin-left: 1rem;
}

.widget.panel.jigoshop_cart .total {
    border-top: 1px solid #accd65;
}

.widget.panel.jigoshop_cart dt, .widget.panel.jigoshop_cart strong {
    font-weight: 400;
}

.widget.panel.jigoshop_cart img.attachment-shop_tiny {
    display: none;
}

.widget.panel.jigoshop_cart dl {
    margin: 0;
}

ul.cart_list li + li {
    border-top: 1px solid #5d5e5c;
}

/* cart end*/

/* checkout start */
.jigoshop-checkout .article form.checkout {
    text-align: left;
}

#payment ul.payment_methods li {
    padding: 0;
}

#payment ul.payment_methods li:before {
    display: none;
}

#payment .form-row label {
    display: block;
}

.checkout-button {
    float: right;
}

/* checkout end*/

/* support table */
.support {
    border: 1px solid #d9dfd3;
}

.support h2 {
    text-align: center;
    color: #4c5544;
    font: 700 25px "Open Sans", arial, sans-serif;
    margin: 20px 0;
}

.support table {
    text-align: left;
}

.support table th {
    background: #4c5544;
    color: #fff;
    text-transform: none;
    padding: 0 19px;
    height: 55px;
    line-height: 16px;
    font-weight: normal;
}

.support table th,
.support table td {
    width: 132px;
}

.support table th + th,
.support table td + td {
    width: 97px;
}

.support table th + th + th,
.support table td + td + td {
    width: 110px;
}

.support table th + th + th + th,
.support table td + td + td + td {
    width: 86px;
}

.support table th + th + th + th + th,
.support table td + td + td + td + td {
    width: 250px;
}

.support table th + th + th + th + th + th,
.support table td + td + td + td + td + td {
    width: 250px;
}

.support table th + th + th + th + th + th + th,
.support table td + td + td + td + td + td + td {
    width: 97px;
}

.support table th + th {
    border-left: 1px solid #5a6352;
}

.support table td {
    padding: 22px 19px;
    color: #4d5645;
    line-height: 18px;
    font-size: 13px;
}

.support table td + td {
    border-left: 1px solid #d9dfd3;
}

.support table tr:nth-child(even) td {
    background: #f1f3ee;
}

.support table td.last,
.support table th.last {
    text-align: right;
}

.support h2 span {
    display: inline-block;
    padding-left: 59px;
    position: relative;
}

.support h2 span:before {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0;
    top: -6px;
}

.support.small h2 span:before {
    background: url(images/layout/icons.png) 0 0 no-repeat;
}

.support.enterprise h2 span:before {
    background: url(images/layout/icons.png) 0 -46px no-repeat;
}

.support.enterprise table th {
    background: #2FBB98;
}

.support.enterprise table th + th {
    border-left: 1px solid #83ad2d;
}

/* tymczasowe */
span.onsale {
    background: url('images/sale_badge.png'); /* new_sprites */
    height: 8.5rem;
    left: -0.8rem;
    overflow: hidden;
    text-indent: 200%;
    top: 2.9rem;
    width: 10.5rem;
}

div.plugin-users h2 {
    float: left;
}

div.plugin-users .button {
    float: right;
}

div.pp_overlay {
    z-index: 9999;
}

div.pp_pic_holder .comment-respond > *:first-child {
    margin-top: 0 !important;
}

#nav-below .nav-previous,
#nav-below .nav-next {
    max-width: 50%;
    overflow: hidden;
    padding: 0 2rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#nav-below .meta-nav {
    background: #2FBB98;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .23);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .23);
    color: #fff;
    display: block;
    font: 600 1.7rem "Open Sans", arial, sans-serif;
    height: 1.5rem;
    line-height: 1.2rem;
    margin: 0;
    position: absolute;
    text-align: center;
    top: .5rem;
    width: 1.5rem;
}

#nav-below .nav-previous .meta-nav {
    left: 0;
}

#nav-below .nav-next .meta-nav {
    right: 0;
}

p.stock {
    display: none;
}

.article ul.download-list {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}

.article ul.download-list li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 18.7rem;
}

.article ul.download-list li:before {
    display: none;
}

.article ul.download-list a {
    border: 1px solid #dbe1d5;
    border-radius: 3px;
    color: #474f40;
    display: block;
    padding: 1rem 0 1rem 3.6rem;
}

.article ul.download-list a:before {
    background: #fff url('images/green-arrow.png') no-repeat 50% 0px; /* new_sprites */
    box-shadow: 2px 2px 0 0 #8ab132,
    -2px 2px 0 0 #8ab132;
    border-radius: 0 0 3px 3px;
    content: '';
    display: inline-block;
    height: 9px;
    left: 2.2rem;
    margin: 3px 0;
    position: absolute;
    width: 13px;
}

.press-materials.col-4 {
    margin: 0 auto;
}

.choose-bar {
    height: 80px;
    background: #e7ece3;
    border-bottom: 1px solid #d2d7cf;
    margin-top: -3.5rem;
}

.category-label {
    line-height: 80px;
    font-size: 22px !important;
    color: #474f40;
    float: left;
}

.category-dropdown {
    width: 35rem;
    line-height: 90px;
    position: relative;
    z-index: 100;
    margin: 0px auto;
    background: #e7ece3;
    border-bottom: 1px solid #d2d7cf;
    border-right: 1px solid #d2d7cf;
    border-left: 1px solid #d2d7cf;
    text-align: center;
}

.category-dropdown a {
    color: #474f40;
    font-size: 26px;
}

.category-dropdown a:after {
    width: 22px;
    height: 15px;
    display: block;
    float: right;
    margin: 40px 20px 0 0;
    content: ' ';
    background: url('images/jigo-category-select-arrow.png');
}

.extension-container {
    display: none;
}

.extension-container a {
    line-height: 40px;
    display: block;
    clear: both;
    margin: 0 0 1rem 0;
}

.extension-container a:after {
    background: none;
    width: 0px;
    content: '';
    margin: 0;
}

.are-you-using {
    text-align: center;
}

.col-4 .are-you-using {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.col-4 .are-you-using .button.dark {
    margin: 0 auto;
    display: inline-block;
    float: none;
}

.col-4 .products {
    width: 100%;
}

.col-4 .related.products h2 {
    margin-bottom: 0;
}

.col-4 .related.products ul.products {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.post-image {
    margin: 4rem auto;
    padding: 0 2rem;
}

.page-id-16231 .article ul.block-grid > li > div {
    padding: 2rem;
    position: relative;
}

.page-id-16231 .article ul.block-grid .actions {
    height: 4.7rem;
}

.page-id-16231 .article ul.block-grid .actions .button {
    bottom: 2rem;
    left: 50%;
    margin: 0;
    margin-left: -5.4rem;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 10.8rem !important;
}

.article ul.brand-colours {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.article ul.brand-colours > li {
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 1.4rem !important;
    padding: 0;
    line-height: 13.7rem;
    height: 14.1rem;
    width: 14.1rem;
    text-align: center;
    display: inline-block;
}

.article ul.brand-colours > li:last-child {
    border-color: #d9e1d6;
}

.article ul.brand-colours > li:before {
    display: none;
}

#features,
.sections-menu li:last-child {
    display: none;
}

.payment_box.payment_method_paypal_pro label {
    display: block;
}

#order_review .shop_table td.product-name {
    padding-left: 9px;
}

/* Documentation */
.banner .search-form .search-field {
    background: rgba(130, 132, 119, 0.5);
    border: 1px solid #a5a293;
    max-width: 421px;
    width: 100%;
    padding: 13px 21px;
    box-shadow: inset 1px 1px 1px 1px #656356;
    -moz-box-shadow: inset 1px 1px 1px 1px #656356;
    -webkit-box-shadow: inset 1px 1px 1px 1px #656356;
    color: #fff;
    vertical-align: top;
    height: 49px;
}

.banner .search-form .search-submit {
    background: #2FBB98;
    font-weight: bold;
    text-transform: uppercase;
    height: 49px;
    padding: 0 25px;
}

.inside.wrapp {
    padding: 0;
}

.inside .side.full {
    width: calc(100%);
}

.doc-list .doc-list-item h2 {
    height: 35px !important;
}

.inside .side.full .col-wrap {
    margin-top: 0;
}

.doc-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 -25px;
}

.doc-list .doc-list-item {
    display: inline-block;
    float: left;
    max-width: 326px;
    width: 100%;
    margin-left: 25px;
    margin-bottom: 36px;
}

.doc-list .doc-list-item h2 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #47503f;
    margin-top: 0;
    display: inline-block;
    height: 35px !important;
    overflow: hidden;
}

.doc-list .doc-list-item h2 a {
    color: #47503f;
}

.doc-list .doc-list-item ul {
    list-style-type: none;
    padding: 3px 0;
    margin-bottom: 13px;
}

.doc-list .doc-list-item ul li {

}

.doc-list .doc-list-item ul li + li {
    border-top: 1px solid #e6e7e2;
}

.doc-list .doc-list-item ul li a {
    color: #464e41;
    padding: 6px 20px;
    display: block;
    position: relative;
    font-size: 13px;
}

.doc-list .doc-list-item ul li a:before {
    background: #1dac7f;
    content: "";
    width: 4px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 8px;
}

.doc-list .doc-list-item ul li a:hover {
    text-decoration: none;
    font-weight: bold;
}

.doc-list .doc-list-item ul li a:hover:before {
    top: 16px;
    bottom: 12px;
}

.doc-list .doc-list-item.recent ul {
    border: 1px solid #d7dfd0;
    background: #f3f5f2;
    border-radius: 4px;
    padding: 3px 17px;
}

.doc-list .doc-list-item .more {
    padding-right: 30px;
    position: relative;
    font-size: 13px;
}

.doc-list .doc-list-item .more:before {
    background: #2FBB98;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    content: '\00203A';
    display: inline-block;
    font: 600 1.7rem "Open Sans", arial, sans-serif;
    height: 1.5rem;
    line-height: 1.2rem;
    margin: 0;
    text-align: center;
    width: 1.5rem;
    position: absolute;
    right: 0;
    top: 2px;
}

.doc-list .doc-list-item {
    max-width: 338px !important;
    margin-left: 22px !important;
}

.doc-list .doc-list-item ul li a {
    padding: 6px 16px !important;
}

/* features from home*/
#features {
    background: none;
}

#features ul {
    margin-top: 4.1rem;
}

#features h3 {
    color: #474f40;
    font-size: 2.2rem;
}

/* contact form (!!!) [ START ] */
#review_form form,
div.pp_pic_holder form,
.contact-tree,
.contact-tree form,
.article #jigowatt_form,
.article #jigowatt_form form {
    border: 0;
}

#review_form form legend,
div.pp_pic_holder form legend,
.contact-tree legend,
.article #jigowatt_form legend {
    display: none;
}

#review_form form fieldset,
div.pp_pic_holder form fieldset,
.contact-tree fieldset,
.article #jigowatt_form fieldset {
    padding: 0;
    border: 0;
}

#review_form form input[type="text"],
#review_form form input[type="password"],
#review_form form input[type="search"],
#review_form form input[type="email"],
#review_form form select,
#review_form form textarea,
div.pp_pic_holder form input[type="text"],
div.pp_pic_holder form input[type="password"],
div.pp_pic_holder form input[type="search"],
div.pp_pic_holder form input[type="email"],
div.pp_pic_holder form select,
div.pp_pic_holder form textarea,
.contact-tree input[type="text"],
.contact-tree input[type="password"],
.contact-tree input[type="search"],
.contact-tree input[type="email"],
.contact-tree select,
.contact-tree textarea,
.article #jigowatt_form input[type="text"],
.article #jigowatt_form input[type="password"],
.article #jigowatt_form input[type="search"],
.article #jigowatt_form input[type="email"],
.article #jigowatt_form select,
.article #jigowatt_form textarea {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .29);
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    background: #fff;
    border-radius: 3px;
    border: solid 1px #c8d0c2;
    color: #474f40;
    font: 1.7rem/2.2rem "Open Sans", arial, sans-serif;

    margin: 0;
   /* padding: 1.1rem 1rem;*/
    width: 100%;
}

#review_form form textarea,
div.pp_pic_holder form textarea,
.contact-tree textarea,
.article #jigowatt_form textarea {
    min-height: 13.2rem;
}

#review_form form label,
div.pp_pic_holder form label,
.contact-tree label,
.article #jigowatt_form label {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    text-align: left;
    padding: 0;

    width: auto;
}

#review_form form span.required,
div.pp_pic_holder form span.required,
.contact-tree span.required,
.article #jigowatt_form span.required {
    float: none;
}

form p.hidden,
.error_messages > li:before {
    display: none !important;
}

/*contact form 7 */
div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

/*owl carousel*/
/* clearfix */
.mini-carousel span {
    display: inline-block;
    text-indent: -99999999px;
}

.ui-tabs-nav:last-child.ui-tabs-active:after {
    background: #fff;
}

.carousel .buttonNav {
    margin-top: 1rem;
}

.menu-on #main-nav {
    z-index: 100;
    display: block;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(https://www.jigoshop.com/wp-content/themes/jigoshop2/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* style for docs */
.archive.tax-sections .hentry {
    float: left;
    margin: 2.2rem 1.248% !important;
    padding: 1.14% !important;
    width: 100%;
    background: #fff;
    display: block;
    max-width: 325px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px rgba(208, 216, 202, .28);
    -moz-box-shadow: 0 1px rgba(208, 216, 202, .28);
    box-shadow: 0 1px rgba(208, 216, 202, .28);
    border: solid 1px #d9dfd5;
    text-decoration: none !important;
    height: 324px;
}

.archive.tax-sections .hentry h2.entry-title {
    font-size: 1.9rem;
    margin: 1.4rem 0;
}

/* dodane */
.archive.tax-sections .article ul.search-results-list li {
    min-height: 216px;
}

.archive.tax-sections .article ul.search-results-list .type-docs {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    font-size: 1.7rem;
    box-shadow: none;
}

.archive.tax-sections .article ul.search-results-list .type-docs h2 {
    min-height: 7.8rem;
    margin-bottom: 0;
    line-height: 2.6rem;
    font-weight: 600;
    font-size: 2.1rem;
    height: 78px;
}

.archive.tax-sections .article ul.search-results-list .type-docs .post-img {
    display: none;
}

.compare-banner {
    margin-right: 30px;
}

/* changelog */
.entry-changelog > ul {
    padding: 0 !important;
}

.entry-changelog > ul > li {
    padding: 0 !important;
}

.entry-changelog > ul > li:before {
    display: none !important;
}

.entry-changelog > ul ul {
    margin-top: 8px !important;
}

/* reviews popup */
div.pp_default .pp_content_container .pp_right {
    padding-right: 34px !important;
}

div.pp_default .pp_content_container .pp_left {
    padding-left: 26px !important;
}

div.pp_default .pp_content {
    max-width: 552px !important;
    width: 100% !important;
    background: #f8f8f8 !important;
}

div.pp_default .pp_content h3#reply-title {
    margin: 2.2rem 0 !important;
}

a.pp_close {
    right: 27px !important;
}

/*nix gravatar cache */
.wrap.gravatar-cache {
    max-width: 900px;
}

.wrap.gravatar-cache .gravatar-cache-form {
    float: left;
    margin-right: 20px;
}

.wrap.gravatar-cache .postbox-container {
    float: right;
    width: 300px;
}

.wrap.gravatar-cache .postbox-container h3 {
    font-size: 15px;
    font-weight: normal;
    padding: 7px 10px;
    margin: 0;
    line-height: 1;
}

.disabled-input {
    background: #E0E0E0;
}

.carousel .nextButton {
    position: absolute;
    right: 10px;
    top: 133px;
    width: 35px;
    height: 35px;
    background: url("https://www.jigoshop.com/wp-content/themes/jigoshop2/images/next_button.png") no-repeat center;
    cursor: pointer;
    z-index: 9999;
}

.carousel .prevButton {
    position: absolute;
    left: 10px;
    top: 133px;
    width: 35px;
    height: 35px;
    background: url("https://www.jigoshop.com/wp-content/themes/jigoshop2/images/prev_button.png");
    cursor: pointer;
    z-index: 9999;
}

/* numbers */
.carousel .buttonNav .numbers {
    position: relative;
    float: left;
    margin: 5px;
    color: #828282;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    font-size: 1em;
    font-family: Arial, Verdana;
}

.carousel .buttonNav .numbers:hover {
    color: #000;
    text-decoration: underline;
}

.carousel .buttonNav .numberActive {
    background: none;
    color: #000;
    cursor: default;
}

.carousel .shadow {
    width: 100%;
    height: 82px;
}

.carousel .shadow .shadowLeft {
    background: url("https://www.jigoshop.com/wp-content/themes/jigoshop2/images/shadowleft.png") no-repeat;
    width: 100px;
    height: 82px;
    /* fix png problems in ie */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jigoshop2/images/shadowLeft.png, sizingmethod=scale)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/ themes /jigoshop2/ images/shadowLeft.png, sizingmethod=scale); /* IE6 & 7 */
}

.carousel .shadow .shadowMiddle {
    height: 82px;
    background: url("https://www.jigoshop.com/wp-content/themes/jigoshop2/images/shadowtile.png") repeat-x;
    /* fix png problems in ie */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jigoshop2/images/shadowTile.png, sizingmethod=scale)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/ themes /jigoshop2/ images/shadowTile.png, sizingmethod=scale); /* IE6 & 7 */
}

.carousel .shadow .shadowRight {
    width: 100px;
    height: 82px;
    background: url("https://www.jigoshop.com/wp-content/themes/jigoshop2/images/shadowright.png") no-repeat;
    /* fix png problems in ie */
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jigoshop2/images/shadowRight.png, sizingmethod=scale)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/ themes /jigoshop2/ images/shadowRight.png, sizingmethod=scale); /* IE6 & 7 */
}

.carousel .buttonNav .bullet {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .75);
    opacity: .3;
    margin: 0 0.3em;
    width: 1rem;
    height: 1rem;
}

.carousel .buttonNav .bulletActive {
    opacity: 1;
}

.carousel .buttonNav {
    text-align: center;
}

.carousel .slides {
    margin: 0 auto;
}

.carousel .description > div {
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: -18%;
    text-align: center;
    position: static !important;
}

.carousel .description > div a {
    color: #fff;
    display: block;
    font-style: italic;
    font-weight: 400;
}

/* gradient color for Opera */
.carousel .gradient {
    background-image: url(https://www.jigoshop.com/wp-content/themes/jigoshop2/scripts/gradient.svg);
}

#news p, #features p {
    font-size: 1.5rem;
}

#news p, #features p {
    color: #474f40;
    font: 400 1.3rem/2.4rem "Open Sans", arial, sans-serif;
}

/* update gdy brak photo */
.posts-list .post-img,
ul.search-results-list .post-img {
    max-width: 326px;
    width: 100%;
    max-height: 185px;
    height: 185px;
    display: block;
    float: left;
    background: #f1f1f1;
    overflow: hidden;
}

.posts-list .entry-title,
ul.search-results-list .entry-title {
    font-weight: 600;
    font-size: 2.1rem;
}

ul.search-results-list .entry-title {
    height: 93px;
}

/* koniec update */

/* MATEUSZ RAMI�CZEK */

/* GLOBAL SEARCH ARTICLE */
.article .left_menu-search,
.article .right_content-search {
    float: left;
}

/* 404 */
section#noSearch {
    width: 740px;
    margin: 0 auto;
    padding: 0;
    background: url(images/search_scan.jpg) center 80px no-repeat;
}

#noserach-wrp {
    padding: 250px 0 77px 0;
}

#noSearch h1.h2 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 45px;
    margin-bottom: 10px;
    text-align: center;
}

#noSearch span.b {
    font-weight: bold;
}

#noSearch h1.h2 span.i {
    font-style: italic;
}

#noSearch p {
    text-align: center;
    margin-bottom: 54px;
}

#noSearch .search-nofound form {
    margin-bottom: 67px;
}

#noSearch input[type="search"] {
    box-shadow: none;
    border: 1px solid #c4ccbe;
    padding: 0 5px;
    width: 377px;
    height: 47px;
}

#noSearch input[type="submit"] {
    width: 102px;
    height: 44px;
    margin-left: 9px;
    background: #2FBB98;
    color: #fff;
    padding: 0;
    margin-top: 0;
    border-radius: 3px;
}

#noSearch .search-nofound {
    width: 500px;
    margin: 0 auto;
    padding: 0;
}

#noSearch a.goBack_button {
    width: 203px;
    height: 49px;
    background: #474f40 !important;
    color: #fff;
    padding: 1.5rem 2.5rem 1.8rem;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-radius: 2px;
    margin-left: 134px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    section#noSearch {
        width: 640px;
    }

    #noSearch h1.h2 {
        text-align: center;
    }

    #noSearch a.goBack_button {
        font-size: 13px;
    }
}

@media only screen and (min-width: 536px) and (max-width: 640px) {
    section#noSearch {
        width: 486px;
    }

    #noSearch h1.h2 {
        text-align: center;
    }

    #noSearch a.goBack_button {
        font-size: 13px;
    }
}

@media only screen and (min-height: 445px) and (max-width: 536px) {
    section#noSearch {
        width: 400px;
    }

    #noSearch h1.h2 {
        text-align: center;
    }

    #noSearch a.goBack_button {
        font-size: 13px;
    }

    #noSearch input[type="search"] {
        width: 337px;
    }

    #noSearch input[type="submit"] {
        width: 62px;
    }
}

@media only screen and (min-height: 360px) and (max-width: 445px) {
    section#noSearch {
        width: 360px;
    }

    #noSearch input[type="search"] {
        width: 277px;
    }

    #noSearch input[type="submit"] {
        width: 42px;
    }

    #noSearch a.goBack_button {
        width: 203px;
        margin-left: 74px;
    }
}

@media only screen and (min-height: 250px) and (max-width: 360px) {
    section#noSearch {
        width: 250px;
    }

    #noSearch p {
        font-size: 13px;
    }

    #noSearch input[type="search"] {
        width: 177px;
    }

    #noSearch input[type="submit"] {
        width: 42px;
    }

    #noSearch a.goBack_button {
        width: 173px;
        margin-left: 54px;
    }
}

/* 404 end */

/* LEFT COL SEARCH ARTICLE */
.left_menu-search {
    width: 22%;
}

.left_menu-search ul {
    border: 1px solid #d7dfd0;
    border-radius: 2px;
    padding-left: 0 !important;
}

.left_menu-search ul li {
    list-style: none;
    padding: 10px !important;
    background: #f3f5f2;
    margin-top: 0 !important;
    cursor: pointer;
}

.left_menu-search ul li.active,
.left_menu-search ul li:hover {
    background: #e7ede3;
}

.left_menu-search ul li:before {
    background: none !important;
    padding-left: 0 !important;
}

.left_menu-search ul li a {
    color: #474f40;
}

/* RIGHT COL SEARCH ARTICLE */
.right_content-search {
    width: 73%;
    margin-left: 28px;
}

.right_content-search aside {
    margin-bottom: 20px;
    overflow: hidden;
}

.right_content-search aside h2 {
    color: #a0ab42 !important;
    text-align: left !important;
}

.right_content-search aside h2:before {
    border-top: none !important;
}

.right_content-search aside p {
    margin: 0 0 8px 0.4rem;
}

.right_content-search aside time {
    color: #8f9c82;
    font-style: italic;
    font-size: 12px;
}

/* RESPONSIVE SEARCH ARTICLE */
@media only screen and (min-width: 300px) and (max-width: 768px) {
    .left_menu-search {
        width: 100%;
        float: none;
    }

    .right_menu-search {
        width: 100%;
        float: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    .right_content-search aside h2 {
        font-size: 2.8em !important;
    }

    .right_content-search aside p {
        font-size: 1.9em !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
    .left_menu-search ul li a {
        font-size: 1.6em !important;
    }
}

/* SEARCH 2 */
.search-content {
    width: 100%;
    margin-left: 28px;
}

.search-content section {
    overflow: hidden;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d7dfd0;
    position: relative;
    width: 92%;
}

.search-content section:last-child {
    border-bottom: none;
}

.search-content aside {
    margin-bottom: 20px;
    width: 29%;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}

.search-content section h2 {
    margin-left: 20px;
}

.search-content aside h3 {
    color: #1dac7f !important;
    text-align: left !important;
    margin: 0.5em 0 !important;
}

.search-content aside h3:before {
    border-top: none !important;
}

.search-content aside p {
    margin: 0 0 8px 0.4rem;
}

.search-content aside time {
    color: #8f9c82;
    font-style: italic;
    font-size: 12px;
}

.search-content .search-more {
    margin-top: 12px;
    color: #47503f;
    background: url(images/search-more.png) right center no-repeat;
    float: right;
    font-size: 14px;
    font-weight: normal;
    padding: 0 23px 0 0;
}

@media only screen and (min-width: 300px) and (max-width: 555px) {
    .search-content aside {
        width: 100%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 360px) {
    .search-content aside {
        margin-left: 0px;
    }

    .search-content aside h3 {
        font-size: 3.5rem;
    }

    .search-content aside p {
        font-size: 2.5rem;
        margin: 0 0 8px 0.4rem;
    }
}

.page-id-3265 section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.page-id-3265 section aside {
    width: 48.75%;
    height: 100%;
    border: 1px solid #c5c9c2;
    border-radius: 2px;
    float: left;
    margin: 22px 0 50px 0;
}

.page-id-3265 section aside#first-aside-support,
.page-id-3265 section aside#second-aside-support {

}

.page-id-3265 section aside#first-aside-support {
    background: url(images/layout/jig_f.jpg) no-repeat;
}

.page-id-3265 section aside#second-aside-support {
    background: url(images/layout/jig_s.jpg) no-repeat;
    margin-left: 26px;
}

.compare-banner {
    width: 100%;
}

.compare-banner img {
    width: 100% !important;
}

.page-id-3265 section aside h3.first-line {
    margin-top: 200px;
    text-align: center;
}

.page-id-3265 section aside p {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 15px;
    color: #4c5544;
    text-align: center;
    margin-top: -10px;
}

.page-id-3265 section aside p img {
    padding: 0 2px;
}

.page-id-3265 section aside p span {
    color: #2FBB98;
}

.page-id-3265 section .content_wrapper > p {
    clear: both;
    max-width: 100%;
}

.page-id-3265 section p.support-title {
    clear: both;
    display: block;
    width: 60%;
    font-weight: bold;
}

.page-id-3265 section p.support-info {
    width: 100%;
}

.page-id-3265 section .support-info span {
    font-weight: bold;
}

.page-id-3265 section aside.third-aside-support {
    width: 48.75%;
    height: 100%;
    background: url(images/layout/jig_coron_icon.png) left top no-repeat #fff;
}

.page-id-3265 section aside.third-aside-support + aside.third-aside-support {
    margin-left: 26px;
}

.page-id-3265 section aside.third-aside-support h3 {
    text-align: center;
    margin-bottom: 14px !important;
}

.page-id-3265 section aside.third-aside-support p.count {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 15px;
    color: #4c5544;
}

.page-id-3265 section aside.third-aside-support p {
    padding: 1% 4% 4% 4%;
    text-align: justify;
}

.page-id-3265 section aside.third-aside-support p span {
    font-weight: bold;
}

@media only screen and (min-width: 980px) and (max-width: 1280px) {

    .page-id-3265 section {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .page-id-3265 section aside {
        width: 48.75%;
        height: 100%;
        border: 1px solid #c5c9c2;
        border-radius: 2px;
        float: left;
        margin: 22px 0 50px;
    }

    .page-id-3265 section aside#first-aside-support {
        background: url(images/layout/jig_f.jpg) no-repeat;
        background-size: 110%;
    }

    .page-id-3265 section aside#second-aside-support {
        background: url(images/layout/jig_s.jpg) no-repeat;
        background-size: 110%;
        margin-left: 26px;
    }

    .page-id-3265 section p.support-info {
        width: 100%;
    }

    .page-id-3265 section aside.third-aside-support {
        width: 48.75%;
        height: 100%;
        background: url(images/layout/jig_coron_icon.png) left top no-repeat #fff;
    }

    .page-id-3265 section aside.third-aside-support p {
        padding: 3% 4% 4% 4%;
        text-align: justify;
    }

    .compare-banner {
        margin-right: 52px;
    }

    .page-id-3265 section .content_wrapper > p {
        font-size: 16px;
    }

}

@media only screen and (min-width: 980px) and (max-width: 1045px) {
    .page-id-3265 section {
        width: 85%;
        margin: 0 auto;
        padding: 0;
    }

    .page-id-3265 section aside {
        width: 48.5%;
        height: 100%;
        border: 1px solid #c5c9c2;
        border-radius: 2px;
        float: left;
        margin: 22px 0 50px;
    }

    .page-id-3265 section aside#first-aside-support {
        background: url(images/layout/jig_f.jpg) no-repeat;
        background-size: 110%;
    }

    .page-id-3265 section aside#second-aside-support {
        background: url(images/layout/jig_s.jpg) no-repeat;
        background-size: 110%;
        margin-left: 26px;
    }

    .page-id-3265 section p.support-info {
        width: 100%;
    }

    .page-id-3265 section aside.third-aside-support {
        width: 48.5%;
        height: 100%;
        background: url(images/layout/jig_coron_icon.png) left top no-repeat #fff;
    }

    .page-id-3265 section aside.third-aside-support p {
        padding: 3% 4% 4% 4%;
        text-align: justify;
    }

    .compare-banner {
        margin-right: 52px;
    }

    .page-id-3265 section .content_wrapper > p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 980px) {

    .page-id-3265 section {
        width: 800px;
        margin: 0 auto;
        padding: 0;
    }

    .page-id-3265 section aside {
        width: 48%;
        height: 100%;
        border: 1px solid #c5c9c2;
        border-radius: 2px;
        float: left;
        margin: 22px 0 50px;
    }

    .compare-banner {
        margin-right: 38px;
    }

    .page-id-3265 section aside#first-aside-support {
        background: url(images/layout/jig_f.jpg) no-repeat;
        background-size: 110%;
    }

    .page-id-3265 section aside#second-aside-support {
        background: url(images/layout/jig_s.jpg) no-repeat;
        background-size: 110%;
        margin-left: 31px;
    }

    .page-id-3265 section p.support-info {
        width: 100%;
    }

    .page-id-3265 section aside.third-aside-support {
        width: 100%;
        height: 100%;
        background: url(images/layout/jig_coron_icon.png) left top no-repeat #fff;
        margin-left: 0 !important;
    }

    .page-id-3265 section aside.third-aside-support p {
        padding: 5% 4% 4% 4%;
        text-align: justify;
        font-size: 16px;
    }

    .page-id-3265 section .content_wrapper > p {
        font-size: 16px;
    }

}

@media only screen and (min-width: 780px) and (max-width: 800px) {

    .page-id-3265 section {
        width: 768px;
        margin: 0 auto;
        padding: 0;
    }

    .page-id-3265 section aside {
        width: 45%;
        height: 100%;
        border: 1px solid #c5c9c2;
        border-radius: 2px;
        float: left;
        margin-right: 26px;
        margin-top: 22px;
        margin-bottom: 50px;
    }

    .page-id-3265 section aside#first-aside-support {
        background: url(images/layout/jig_f.jpg) no-repeat;
        background-size: 110%;
    }

    .page-id-3265 section aside#second-aside-support {
        background: url(images/layout/jig_s.jpg) no-repeat;
        background-size: 110%;
    }

    .page-id-3265 section p.support-info {
        width: 90%;
    }

    .page-id-3265 section aside.third-aside-support {
        width: 45%;
        height: 100%;
        background: url(images/layout/jig_coron_icon.png) left top no-repeat #fff;
    }

    .page-id-3265 section aside.third-aside-support h3 {
        font-size: 14px;
    }

    .compare-banner {
        margin-right: 30px;
    }

    .page-id-3265 section p {
        max-width: 100%;
        font-size: 16px !important;
    }

    .page-id-3265 sectionaside.third-aside-support p {
        padding: 6% 4% 4% 4%;
        text-align: justify;
        font-size: 16px;
    }

    .page-id-3265 section .content_wrapper > p {
        font-size: 16px;
    }

}

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

    .page-id-3265 section {
        width: 360px;
        margin: 0 auto;
        padding: 0;
    }

    .page-id-3265 section aside {
        width: 100%;
        height: 100%;
        border: 1px solid #c5c9c2;
        border-radius: 2px;
        margin-right: 26px;
        margin-top: 22px;
        margin-bottom: 50px;
    }

    .page-id-3265 section aside#first-aside-support {
        background: url(images/layout/jig_f.jpg) no-repeat;
        background-size: 110%;
    }

    .page-id-3265 section aside#second-aside-support {
        background: url(images/layout/jig_s.jpg) no-repeat;
        background-size: 110%;
        margin-left: 0;
    }

    .page-id-3265 section p.support-title {
        width: 100%;
        font-size: 16px;
        text-align: justify;
    }

    .page-id-3265 section p.support-info {
        width: 100%;
        font-size: 16px;
        text-align: justify;
    }

    .page-id-3265 section aside.third-aside-support {
        width: 100%;
        height: 100%;
        background: url(images/layout/jig_coron_icon.png) left top no-repeat #fff;
        margin-left: 0 !important;
    }

    .page-id-3265 section aside.third-aside-support p {
        padding: 9% 4% 4% 4%;
        text-align: justify;
        font-size: 16px;
    }

    .page-id-3265 section .content_wrapper > p {
        font-size: 16px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 360px) {

    .page-id-3265 section {
        width: 320px;
        margin: 0 auto;
        padding: 0;
    }

    .page-id-3265 section aside {
        width: 100%;
        height: 100%;
        border: 1px solid #c5c9c2;
        border-radius: 2px;
        margin-right: 26px;
        margin-top: 22px;
        margin-bottom: 50px;
    }

    .page-id-3265 section aside#first-aside-support {
        background: url(images/layout/jig_f.jpg) no-repeat;
        background-size: 300px;
    }

    .page-id-3265 section aside#second-aside-support {
        background: url(images/layout/jig_s.jpg) no-repeat;
        background-size: 300px;
        margin-left: 0;
    }

    .page-id-3265 section aside.third-aside-support {
        margin-left: 0 !important;
    }

    .page-id-3265 section aside.third-aside-support p {
        font-size: 16px;
    }

    .page-id-3265 section .content_wrapper > p {
        font-size: 16px;
    }

}

/* featured respo from home */
@media (max-width: 1024px) {
    #features ul li img {
        width: 100%;
    }

}

@media (max-width: 767px) {
    #features ul li {
        width: 50%;
    }

    #features ul li:last-child {
        display: none;
    }

    .carousel .slides {
        -webkit-transform: scale(0.8);
        left: -22px;
        margin-bottom: -63px;
    }

    .carousel .description {
        position: relative;
    }
}

/* featured respo from home end*/

@media (max-width: 1024px) {
    .doc-list .doc-list-item {
        max-width: 308px;
    }
}

@media (max-width: 979px) {
    #jigoshop-features .button {
        float: right;
        margin-top: 30px;
    }

    #others .cloud {
        padding: 27px 20px;
    }

    #others .cloud-user {
        margin-left: 40%;
    }

    .contact .phone {
        font-size: 1.8rem;
    }

    .contact address,
    .contact .social {
        float: left;
        width: 40%;
    }

    #footer form,
    #contact-form,
    #jigowatt_form #jigowatt_form_4 {
        width: 60%;
    }

    #footer form input[type="text"], #footer form textarea,
    #contact-form input[type="text"], #contact-form textarea,
    #jigowatt_form #jigowatt_form_4 input[type="text"], #jigowatt_form #jigowatt_form_4 textarea {
        width: 100%;
    }

    #footer form [type='checkbox'] + label,
    #contact-form [type='checkbox'] + label,
    #jigowatt_form #jigowatt_form_4 [type='checkbox'] + label {
        font-size: 1.3rem;
    }

    .doc-list .doc-list-item {
        max-width: none;
        float: none;
        width: 97%;
    }
}

@media (max-width: 767px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        margin-bottom: 2rem;
        width: 100%;
    }

    .col-mobile > .col-1 {
        width: 8.333333333333%;
    }

    .col-mobile > .col-2 {
        width: 16.666666666666%;
    }

    .col-mobile > .col-3 {
        width: 25%;
    }

    .col-mobile > .col-4 {
        width: 33.333333333332%;
    }

    .col-mobile > .col-5 {
        width: 41.666666666665%;
    }

    .col-mobile > .col-6 {
        width: 50%;
    }

    .col-mobile > .col-7 {
        width: 58.333333333335%;
    }

    .col-mobile > .col-8 {
        width: 66.666666666664%;
    }

    .col-mobile > .col-9 {
        width: 75%;
    }

    .col-mobile > .col-10 {
        width: 83.333333333334%;
    }

    .col-mobile > .col-11 {
        width: 91.666666666667%;
    }

    .col-mobile > .col-12 {
        width: 100%;
    }

    #downloads ul {
        line-height: 54px;
        font-size: 26px;
    }

    #downloads ul li {
        padding: 0 2%;
    }

    .products > li {
        float: none;
        width: 100%;
    }

    .menu-top-menu-container {
        display: none;
    }

    #top-nav .widget-place {
        display: none; /* chwilowo */
        border: 0;
    }

    /* body.menu-on {
		left: 38%;
	} */
    .menu-on #menu-on {
        right: 2rem;
    }

    #footer form {
        display: none;
    }

    .product-box h1 {
        letter-spacing: -1px;
    }

    .product-details {
        width: 60%;
    }

    .details-src {
        width: 40%;
    }

    .details-rating {
        width: 40%;
        padding-top: 0;
    }

    .details-rating .rating {
        font-size: 2rem;
        height: 6.4rem;
        line-height: 6.4rem;
        margin: .7rem 0;
        width: 6.4rem;
    }

    .downloads-counter {
        margin-top: 0.5rem;
        padding-top: 0.5rem;
    }

    .downloads-counter span {
        display: inline-block;
        margin-left: .4rem;
    }

    .product-src > figure figcaption {
        font-size: 0.7rem;
    }

    .slide-description {
        margin-left: 0;
        padding: 0;
        width: 100%;;
    }

    .slider .product-src {
        float: none;
        margin: 0 auto;
    }

    #products-slider .owl-item > div {
        padding: 0;
    }

    .slider .owl-controls .owl-prev {
        left: 1rem;
    }

    .slider .owl-controls .owl-next {
        right: 1rem;
    }

    .slider .owl-controls .owl-next, .slider .owl-controls .owl-prev {
        top: 14rem;
    }

    .side {
        width: calc(100% - 20rem);
    }

    aside.side {
        width: 18rem;
    }

    .article ul.posts-list > li,
    .article ul.search-results-list > li {
        width: 50%;
    }

    .article ul.posts-list > li:nth-child(3n+1),
    .article ul.search-results-list > li:nth-child(3n+1) {
        clear: none;
    }

    .article ul.posts-list > li:nth-child(2n+1),
    .article ul.search-results-list > li:nth-child(2n+1) {
        clear: both;
    }

    .article ul.search-results-list article > *:first-child {
        margin-top: 0;
    }
}

@media (max-width: 512px) {
    .article input[type="checkbox"]:checked + label[for]:before,
    .article .checkbox-label input[type="checkbox"]:checked + span:before {
        line-height: 9px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 375px) {
    #main-nav .menu a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .submenu:before, .sub-menu:before {
        display: none;
    }

    #main-nav {
        width: 40%;
    }

    #main-nav .menu {
        margin: 0 -1.3rem 0 0 !important;
    }

    #main-nav .sub-menu {
        left: 0 !important;
        position: relative !important;
        top: 0 !important;
        box-shadow: none !important;
        width: 100% !important;
        font-weight: bold;
        padding: 0;
    }

    .sub-menu li {
        width: 100%;
        border-bottom: 1px solid #d7dfd0;
    }

    .sub-menu li:hover a {
        background: #fff !important;
    }

    #main-nav .menu li:hover {
        box-shadow: none;
    }

    #main-nav .menu li a {
        padding: 15px 15px 15px 30px !important;
        background: #e7ede3;
        color: #47503f !important;
        text-transform: uppercase !important;
    }

    #main-nav .menu li:hover a,
    #main-nav .menu li[class*=current] a {
        box-shadow: none !important;
        color: #47503f !important;
        background: #e7ede3 !important;
    }

    #main-nav .menu li:hover ul li a {
        background: #fff !important;
    }
}

strong.search-item {
    background: #e7ede3;
    border-radius: 5px;
    padding: 3px;
    display: inline-block;
    font-weight: bold;
}

.startedg {
    margin: 70px 0 70px 0;
    padding-left: 14%;
}

.startedg img {
    width: 323px;
    float: left;
}

.startedg h2 {
    font: 56px 'Open Sans', 'Arial', sans-serif;
    max-width: 375px;
    padding: 30px 0;
    margin-left: 330px;
}

.main_p {
    clear: both;
}

.main_p .number {
    width: 47px;
    height: 47px;
    background: #9dc54c;
    color: #fff;
    border-radius: 50%;
    font: 700 32px/47px 'Open Sans', 'Arial', sans-serif;
    padding: 1px 13px;
    float: left;
    margin-right: 15px;
}

.main_p h3 {
    font: 700 32px 'Open Sans', 'Arial', sans-serif;
    color: #4c5544;
    margin: 2.2rem 0 9px 0 !important;
}

.main_p p {
    font: 16px 'Open Sans', 'Arial', sans-serif;
    color: #4c5544;
    margin-left: 63px;
}

.contentg {
    padding: 40px 60px;
}

.puct {
    margin: 0 0 70px 0;

    clear: both;
    clear: b;
}

.puct h4 {
    font: 700 26px 'Open Sans', 'Arial', sans-serif;
    margin: 2.2rem 0 9px 0;
}

.contentg ul {
    padding-left: 0 !important;
}

.contentg ul li {
    padding-left: 2rem !important;
    max-width: 880px;
    display: block;
    clear: both;
    /* padding: 0 !important; */
}

.contentg ul li span {
    font-weight: bold;
}

.contentg ul li:before {
    content: "";
    background: #9dc54c;
    width: 12px !important;
    height: 12px !important;
    position: absolute;
    left: 0;
    border-radius: 50%;
}

.contentg ul li img {
    margin-left: -2rem;
    padding: 21px 0;
}

.contentg p {
    max-width: 880px;
    font: 700 16px 'Open Sans', 'Arial', sans-serif;
    clear: both;
}

/* REPONSIVE */

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

    .startedg {
        padding-left: 0;
    }
}

@media only screen and (max-width: 533px) {
    .startedg img {
        float: none;
    }

    .startedg h2 {
        margin-left: 10px;
    }

    .contentg ul li:before {
        width: 8px !important;
        height: 8px !important;
    }
}

.page-id-31581 h1.h2 {
    display: none
}

/* calendar */
.widget_calendar {
    padding-top: 82px;
    margin-top: 38px;
    background: none !important;
    border: none !important;
    border-top: 3px solid #d7dfd0 !important;
    border-radius: 0 !important;
    box-shadow: none;
}

.widget_calendar #calendar_wrap {
    background-color: #f3f5f2 !important;
    position: relative;
    border: 1px solid #e1e4de !important;
    border-radius: 8px !important;
    box-shadow: none;
}

.widget_calendar #calendar_wrap:before {
    content: "Calendar";
    text-transform: uppercase;
    color: #474f40;
    font: 700 19px "Open Sans", arial, sans-serif;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: -54px;
}

.widget_calendar #wp-calendar {
    margin: 0;
    position: relative;
}

.widget_calendar #wp-calendar caption {
    color: #5e6558;
    font: 15px "Open Sans", arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #e1e4de;
}

.widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
    text-align: center;
    font: 15px "Open Sans", arial, sans-serif;
}

.widget_calendar #wp-calendar th {
    background: #fff;
    padding: 5px;
    border-bottom: 1px solid #e1e4de;
    width: 38px;
    height: 38px;
}

.widget_calendar #wp-calendar th + th {
    border-left: 1px solid #e1e4de;
}

.widget_calendar #wp-calendar td {
    text-align: center;
    padding: 0;
    width: 38px;
    height: 38px;
    border: none;
}

.widget_calendar #wp-calendar tr:nth-child(odd) td:nth-child(even) {
    background: #fff;
}

.widget_calendar #wp-calendar tr:nth-child(even) td:nth-child(odd) {
    background: #fff;
}

.widget_calendar #wp-calendar #today, .widget_calendar #wp-calendar tbody td a {
    background: #2FBB98;
    color: #fff;
    padding: 0;
}

.widget_calendar #wp-calendar tbody td a {
    display: block;
    height: 100%;
    line-height: 38px;
}

.widget_calendar #wp-calendar tbody td a:hover {
    background-color: #474f40;
}

.widget_calendar #wp-calendar #today a {
    color: #fff;
    display: block;
}

.widget_calendar #wp-calendar tfoot .pad {
    display: none;
}

.widget_calendar #wp-calendar tfoot #prev, .widget_calendar #wp-calendar tfoot #next {
    display: block;
    padding: 0;
    position: absolute;
    border-radius: 2px;
    top: 13px;
    width: 19px;
    height: 19px;
    color: #fff;
}

.widget_calendar #wp-calendar tfoot #prev a, .widget_calendar #wp-calendar tfoot #next a {
    display: block;
    text-align: center;
    line-height: 19px;
    border-radius: 2px;
    width: 19px;
    height: 19px;
    color: #2FBB98;
    background: #2FBB98;
    font-size: 1px;
    position: relative;
}

.widget_calendar #wp-calendar tfoot #prev a:before, .widget_calendar #wp-calendar tfoot #next a:before {
    display: inline-block;
    color: #fff;
    font: normal normal normal 12px/20px FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    text-align: center;
}

.widget_calendar #wp-calendar tfoot #prev a:before {
    content: "\f053";
    text-indent: -1px;
}

.widget_calendar #wp-calendar tfoot #next a:before {
    content: "\f054";
    text-indent: 2px;
}

.widget_calendar #wp-calendar tfoot #prev {
    left: 13px;
}

.widget_calendar #wp-calendar tfoot #next {
    right: 13px;
}

.widget_calendar #wp-calendar a {
    position: relative;
}

.widget_calendar #wp-calendar a[title] {
    word-wrap: break-word;
}

.widget_calendar #wp-calendar a[title]:hover:after {
    content: attr(title);
    word-wrap: break-word;
    width: 270px;
    text-align: left;
    padding: 4px 8px;
    color: #333;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    background: #fff;
    border: 1px solid #e1e4de;
    border-radius: 8px;
    padding: 23px 16px;
    font: 13px/20px "Open Sans", arial, sans-serif;
}

/* careers */
.dev-team h3 {
    font: 48px 'Open Sans', 'Arial', sans-serif !important;
    color: #474f40 !important;
    text-align: center;
    margin: 5px 0 45px 0;
}

.about_tab .ourteam.pe, .about_tab .list.pe {
    text-align: center;
}

.about_tab .pe li {
    width: 300px;
    clear: none !important;
    text-align: center !important;
    float: none !important;
    display: inline-block !important;
    margin: 0 40px;
}

.about_tab .pe li img {
    margin-bottom: 10px;
}

.about_tab .pe li h4 {
    font: 22px 'Open Sans', 'Arial', sans-serif !important;
    color: #474f40;
    margin: 0 0 6px 0;
}

.about_tab .pe li p {
    font: 15px 'Open Sans', 'Arial', sans-serif !important;
    color: #474f40;
}

.about_tab .dev-team p {
    font: 15px 'Open Sans', 'Arial', sans-serif;
    color: #474f40;
    text-align: center;
}

.about-team-p {
    background: #f3f5f2;
    clear: both;
    position: relative;
    padding: 0 6rem;
    margin-bottom: 36px;
}

.about-team-p h3 {
    font: 26px 'Open Sans', 'Arial', sans-serif !important;
    color: #474f40 !important;
    font-weight: normal !important;
    text-align: center;
    padding: 30px 0 10px 0;
}

.about-team-p h3 span {
    font-weight: bold;
}

.about-team-p p {
    font: 15px/24px 'Open Sans', 'Arial', sans-serif !important;
    color: #474f40;
    text-align: center;
    max-width: 915px;
    margin: 0 auto;
}

.about-team-p ul {
    overflow: hidden;
    margin: 54px auto;
    max-width: 700px;
}

.about-team-p ul li:before {
    content: "";
    background: #2FBB98;
    width: 4px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 9px;
}

.about-team-p ul li {
    width: 100%;
    font: 13px/30px 'Open Sans', 'Arial', sans-serif;
    color: #474f40;
    list-style: none;
    float: left;
    position: relative;
    padding: 0 0 0 17px;
}

.about-team-p .exit-b {
    position: absolute;
    content: "";
    background: url(images/exit_new-team.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 65px;
    right: 180px;
    cursor: pointer;
}

.about_tab .dev-team {
    max-width: none;
    margin: 0 auto -55px auto;
    padding: 0;
    position: relative;
}

.about_tab .dev-team h3 {
    margin: 5px 0 25px 0 !important;
}

.about_tab .ui-tabs .supportteam {
    border: none;
    background: none;
}

.about_tab .ui-tabs .supportteam li {
    height: auto;
    border: none;
    background: none;
}

.about_tab .ui-tabs .supportteam li:hover, .about_tab .ui-tabs .supportteam li:hover a {
    background: none;
}

.about_tab .ui-tabs .supportteam li:hover h4, .about_tab .ui-tabs .supportteam li.ui-state-active h4 {
    font-weight: bold !important;
}

.about_tab .ui-tabs .supportteam li:last-child:hover:after {
    display: none !important;
}

.about_tab .ui-tabs .supportteam li a {
    border: none !important;
}

.about_tab .ui-tabs .supportteam li.ui-state-active .ui-tabs-anchor {
    display: block;
    position: relative;
}

.about_tab .ui-tabs .supportteam li.ui-state-active .ui-tabs-anchor:after {
    content: "\f0d8";
    display: inline-block;
    height: 28px;
    text-shadow: none;
    font: normal normal normal 42px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 0px;
    color: #f1f4f0;
    left: 50%;
}

.about_tab .ui-tabs {
    border: none;
}

.about_tab .about-team-p {
    background: #f3f5f2;
    max-width: none;
    border: none;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: -20px;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.about_tab .inside {
    max-width: none;
}

.about_tab .we-are-looking {
    max-width: 945px;
    margin: 0 auto 36px;
}

.about_tab .we-are-looking h3 {
    margin: 48px 0 45px 0 !important;
}

/*@media only screen and (min-width:290px) and (max-width: 955px)  {
	.about_tab .ui-tabs .supportteam li {border: 1px solid #fff;padding: 10px;box-shadow:none;}
	.about_tab .ui-tabs .supportteam li.ui-state-active .ui-tabs-anchor:after {display: none;}
	.about_tab .ui-tabs .supportteam li.ui-state-active {background: #f3f5f2;border: 1px solid #f3f5f2;}
}*/
/*NEW SERVICES*/
.service_wrp ul li {
    padding: 60px 0 60px 0;
}

.service_wrp ul li:nth-child(even) {
    background: #f3f5f2;
}

.service_wrp .service_img {
    float: left;
    margin: 20px 42px 0 0;
}

.service_wrp .service_content h2 {
    font-size: 4.8rem;
    font-weight: normal;
}

.service_wrp .service_content .read_more {
    width: 130px;
    height: 49px;
    overflow: hidden;
}

.service_wrp .service_content .read_more a {
    width: 130px;
    text-align: center;
    background: #95bf41;
    display: block;
    line-height: 49px;
    color: #fff;
    border-radius: 3px;
}

.service_wrp ul li:before {
    background: none !important;
}

.service_wrp .no-marg-service {
    padding-left: 0 !important;
}

/*New thank you page*/
.love_thanks {
    background: url(images/thank_love.png) no-repeat center 0;
    position: relative;
    text-align: center;
    padding: 140px 0 0 0;
    max-width: 570px;
    margin: 70px auto;
}

.love_thanks h2 {
    font: 50px 'Open Sans Regular', 'Arial', sans-serif;
    font-weight: normal;
}

.love_thanks p {
    font: 17px 'Open Sans Regular', 'Arial', sans-serif;
    font-weight: normal;
}

.offer:before {
    content: "";
    position: absolute;
    background: #d7dfd0;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
}

.offer {
    position: relative;
}

.offer_wrp {
    width: 340px;
    margin: 0 auto;
    padding: 25px 0;
}

.offer h3 {
    font: 700 19px 'Open Sans Regular', 'Arial', sans-serif;
    text-align: center;
}

.offer ul {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.offer ul li:before {
    display: none !important;
}

.offer ul li {
    font: 15px 'Open Sans Regular', 'Arial', sans-serif;
    padding: 3px 23px !important;
}

.offer ul li img {
    margin: 0 4px;
    vertical-align: top;
}

.offer ul li a {
    color: #474F40;
}

/*About us update*/
.page-template-page-about-us-php .about_tab .about-team-p {
    margin-bottom: 45px;
    padding-top: 4rem;
}

.page-template-page-about-us-php .about_tab .about-team-p h3 {
    margin-top: -15px;
    padding-top: 0;
}

.page-template-page-about-us-php .about_tab .ui-tabs .supportteam li a {
    border: none !important;
    height: 100%;
    min-height: 311px !important;
    display: block;
}

@media only screen and (min-width: 290px) and (max-width: 1550px) {
    .about_tab .ui-tabs .supportteam {
        width: 100%;
    }

    .about_tab .pe li {
        width: 22%;
        margin: 0 1%;
    }

    .about_tab .pe li h4 {
        font-size: 2.2rem !important;
    }

    .about_tab .pe li p {
        font-size: 1.5rem !important;
    }

    .page-template-page-about-us-php .about_tab .ui-tabs .supportteam li a {
        min-height: inherit !important;
    }
}

/*New guide version*/
.guide-list .startedg {
    margin-top: -26px;
}

.guide-chapter .hidden_stg {
    display: none;
    color: #484e40;
}

.guide-chapter .hidden_stg h2 {
    font: 700 26px 'Open Sans', 'Arial', sans-serif;
    margin: 2.2rem 0 3rem 0;
}

.guide-chapter .hidden_stg h3 {
    font: 700 20px 'Open Sans', 'Arial', sans-serif;
    margin: 2.2rem 0 3rem 0;
}

.guide-chapter .hidden_stg ul {
    padding: 0;
    list-style-type: none;
}

.guide-chapter .hidden_stg ul li {
    padding-left: 24px;
    position: relative;
}

.guide-chapter .hidden_stg ul li:before {
    content: "";
    background: #9cc44a;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 6px;
}

.guide-chapter .hidden_stg img {
    display: block;
    margin: 2.1rem 0 2.1rem -2.1rem !important;
}

.guide-chapter {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
}

.guide-chapter > li {
    border-top: 1px solid #d7dfd0;
    padding: 25px 0;
    position: relative;
    padding-left: 60px;
}

.guide-chapter > li:before {
    background: #474f40;
    content: counter(item) " ";
    border-radius: 50%;
    font: 700 32px/47px 'Open Sans', 'Arial', sans-serif;
    color: #fff;
    counter-increment: item;
    width: 47px;
    height: 47px;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1;
    text-align: center;
}

.guide-chapter > li:first-child {
    border-top: none;
}

.guide-chapter > li .chapter-title {
    margin: 0;
    font: 400 28px 'Open Sans', 'Arial', sans-serif !important;
    cursor: pointer;
    color: #47503f;
}

.guide-chapter > li.active:before {
    background: #9dc54c;
}

.guide-chapter > li.active .chapter-title {
    font-weight: bold !important;
}

/*history*/
.history {
    overflow: hidden;
    position: relative;
}

.history h2 {
    font: 48px 'Open Sans', 'Arial', sans-serif !important;
    color: #474f40 !important;
    text-align: center;
    margin: 5px auto;
    max-width: 560px;
}

.history .history-top {
    background: url("images/history-top.jpg") no-repeat scroll center 70px rgba(0, 0, 0, 0);
    background-size: 22%;
    height: 478px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.history-top .round {
    border: 1px solid #e0e3da;
    border-radius: 50%;
    display: inline-block;
    height: 250px;
    margin-top: 132px;
    padding: 15px 20px;
    text-align: center;
    width: 250px;
}

.history-top .round:nth-child(2) {
    margin-left: 440px;
}

.history .col-center {
    clear: both;
}

.history .col-center .one-c h3 {
    color: #474f40;
    font: 700 2.2rem "Open Sans", arial, sans-serif;
    height: 54px;
    padding: 10px 0;
    text-align: center;
    margin: 50px 0 20px 0 !important;
}

.history .col-center .one-c p {
    text-align: center;
    padding: 10px 23px;
    margin: 0 auto;
    max-width: 875px;
}

.history .proxar {
    background: #f3f5f2;
}

.history .proxar-logo {
    width: 323px;
    margin: 0 auto;
}

.histry .next h2 {
    color: #a2aea0;
}

@media only screen and (min-width: 948px) and (max-width: 1070px) {
    .history .history-top {
        background-position: 45% 50px;
        background-size: 320px;
    }

    .history-top .round:nth-child(2) {
        margin-left: 330px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 948px) {
    .history .history-top {
        background-position: center 150px;
        background-size: 200px;
    }

    .history-top .round:nth-child(2) {
        margin-left: 174px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .history .history-top {
        margin: 0 0 30px 0;
        background: none;
        height: 541px;
    }

    .history-top .round {
        float: none;
        margin: 20px auto;
    }

    .history-top .round:nth-child(2) {
        margin: 20px auto;
    }

    .history-top .round h4 {
        font-size: 20px;
    }

    .history-top .round p {
        font-size: 17px !important;
        line-height: 140% !important;
    }

    .proxar-logo img {
        width: 84% !important;
    }
}

/*Mission*/
.thumb3 {
    background: url(images/mission_3_img.png) no-repeat;
    background-size: 100% !important;
    max-height: 16.4rem;
    max-width: 16.4rem;
    width: 100%;
    height: 16.4rem;
    display: block;
    text-indent: -999999px;
    text-align: initial;
    position: relative;
    top: 30px;
    margin: 0 4.2rem 2.6rem 0;
}

.thumb4 {
    background: url(images/mission_4_img.png) no-repeat;
    background-size: 100% !important;
    max-height: 16.4rem;
    max-width: 16.4rem;
    width: 100%;
    height: 16.4rem;
    display: block;
    text-indent: -999999px;
    text-align: initial;
    position: relative;
    top: 30px;
    margin: 0 0 2.6rem 4.2rem;
}

.mission {
    max-width: 100rem !important;
}

.mission .list {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 1rem;
    width: 100%;
}

.mission .list li {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 4.1rem;
}

.mission .list li h3 {
    color: #474f40;
    font: 700 2.2rem "Open Sans", arial, sans-serif;
}

/*wysija*/
.widget_wysija_cont .inputContainer {
    position: relative;
    float: left
}

.widget_wysija_cont .ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    z-index: 5000;
    cursor: pointer
}

.formError .formErrorContent {
    background: none repeat scroll 0 0 #8E2121;
    border: 1px solid #BBBBBB;
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 11px;
    padding: 4px 10px;
    position: relative;
    width: 150px;
    z-index: 5001
}

.widget_wysija_cont .formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    z-index: 5006
}

.widget_wysija_cont .formError .formErrorArrowBottom {
    margin: 0px 0 0 12px;
    top: 2px
}

.widget_wysija_cont .formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    font-size: 0px;
    height: 1px;
    background: #8E2121;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block
}

.widget_wysija_cont .greenPopup .formErrorArrow div {
    background: #33be40
}

.widget_wysija_cont .blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF
}

.widget_wysija_cont .formError .formErrorArrow .line10 {
    width: 15px;
    border: none
}

.widget_wysija_cont .formError .formErrorArrow .line9 {
    width: 13px;
    border: none
}

.widget_wysija_cont .formError .formErrorArrow .line8 {
    width: 11px
}

.widget_wysija_cont .formError .formErrorArrow .line7 {
    width: 9px
}

.widget_wysija_cont .formError .formErrorArrow .line6 {
    width: 7px
}

.widget_wysija_cont .formError .formErrorArrow .line5 {
    width: 5px
}

.widget_wysija_cont .formError .formErrorArrow .line4 {
    width: 3px
}

.widget_wysija_cont .formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd
}

.widget_wysija_cont .formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd
}

.widget_wysija_cont .formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd
}

.greenPopup .formErrorContent {
    background: none repeat scroll 0 0 #FFFBCC;
    color: #555555
}

.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
    margin: 5px 0 15px;
    color: #333333;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.4em
}

.widget_wysija_cont .error, .widget_wysija_cont .login #login_error {
    background-color: #FFEBE8;
    border-color: #CC0000
}

.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin: 5px 15px 2px;
    padding: 0 0.6em;
    color: #333333
}

.widget_wysija_cont.updated, .widget_wysija_cont .login .message {
    background-color: #FFFFE0;
    border-color: #E6DB55
}

.widget_wysija_cont .xdetailed-updated {
    background-color: #FFFFE0;
    border-color: #E6DB55;
    color: #000;
    font-weight: bold;
    display: none
}

.widget_wysija_cont .xdetailed-errors {
    background-color: #A50000;
    border-color: #888888;
    color: #DDDDDD;
    font-weight: bold;
    display: none
}

.widget_wysija_cont .instruct {
    font-style: italic;
    font-weight: bold;
    padding: 5px 0;
    font-size: 11px
}

.widget_wysija_cont .needInfo {
    padding-left: 15px;
    text-decoration: underline
}

.widget_wysija_cont .wysija-submit {
    display: block;
    margin-top: 20px
}

.widget_wysija_cont input.defaultlabels {
    color: #888
}

.widget_wysija_cont input.defaultlabels:focus {
    color: #373737
}

.widget_wysija_cont .abs-req {
    display: none
}

.widget_wysija_cont p label {
    display: block
}

.widget_wysija_cont .iframe-hidden {
    display: none
}

.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
    background-color: #FFFFFF;
    border: 1px solid;
    border-radius: 0 0 0 0;
    font-weight: normal;
    margin: 4px 0;
    padding: 4px
}

.widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
    background-color: #e55057;
    color: #fff
}

.widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
    background-color: #e55057;
    color: #fff;
    border-color: #CC0000
}

.widget_wysija_cont .allmsgs ul {
    padding: 0
}

.widget_wysija_cont .allmsgs li {
    list-style-type: none
}

.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background-color: #FFFFE0;
    border-color: #E6DB55
}

.widget_wysija_cont .updated ul {
    margin: 0
}

.widget_wysija_cont .showerrors {
    color: #DDDDDD
}

#wysija-subscriptions input.checkboxx {
    margin-left: 0px;
    margin-right: 10px
}

#wysija-subscriptions th label {
    margin-right: 10px
}

#wysija-box-after-comment {
    width: 25px
}

#wysija-box-after-register {
    margin: 0 6px 0 0;
    padding: 3px
}

.wysija-after-register {
    padding-bottom: 10px
}

.wysija-unsubscribed-on {
    color: #bbb
}

.widget_wysija .wysija-required {
    font-weight: bold
}

.widget_wysija .wysija-radio-label, .widget_wysija .wysija-checkbox-label {
    margin: 0 0 5px 0;
    cursor: pointer
}

.widget_wysija .wysija-radio, .widget_wysija .wysija-checkbox {
    margin: 0 5px 0 0;
    vertical-align: middle
}

.xdetailed-errors, .xdetailed-updated {
    display: none
}

/*hide choice of category*/
.choose-bar {
    display: none;
}

/*frezeframe animated gif stopper */
.freezeframe_done {
    margin: 0 !important;
}
.jigoshop #products .product {
    vertical-align: top!important;
}
#products .product .title {
    vertical-align: inherit;
}
#products .product .title {
    height: 50px;
    font-size: 14px;
}
#products .product .price {
    height: 25px;
}
.jigoshop .plugin-data .dl-horizontal dt {
    width:200px;
}
.jigoshop .plugin-data .dl-horizontal dd {
    margin-left:210px;
}
#jigoshop .product .summary form {
    padding-left: 20px;
}