﻿/* EM EQUATION: 1 / Xpx * Ypx = Nem | X = parent font size (ie: 16px), Y = px of the element you're changing (ie: 12px), Y = resulting em (ie: .75em)*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/

/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
*/
html {
    font-family: sans-serif; /*1*/
    -ms-text-size-adjust: 100%; /*2*/
    -webkit-text-size-adjust: 100%; /*2*/
}

/*Remove default margin.*/
body {
    margin: 0;
}

/*HTML5 display definitions
   ==========================================================================*/
/*
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/*
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio, canvas, progress, video {
    display: inline-block; /*1*/
    vertical-align: baseline; /*2*/
}

    /*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
*/
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden], template {
    display: none;
}

/*Links
   ==========================================================================*/
/*Remove the gray background color from active links in IE 10.*/
a {
    background-color: transparent;
}

    /*Improve readability when focused and also mouse hovered in all browsers.*/
    a:active, a:hover {
        outline: 0;
    }

/*Text-level semantics
   ==========================================================================*/

/*Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
abbr[title] {
    border-bottom: 1px dotted;
}

/*Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
b, strong {
    font-weight: bold;
}

/*Address styling not present in Safari and Chrome.*/
dfn {
    font-style: italic;
}

/*
    * Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/*Address styling not present in IE 8/9.*/
mark {
    background: #ff0;
    color: #000;
}

/*Address inconsistent and variable font size in all browsers.*/
small {
    font-size: 80%;
}

/*Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/*Embedded content
   ==========================================================================*/
/*Remove border when inside `a` element in IE 8/9/10.*/
img {
    border: 0;
}

/*Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
    overflow: hidden;
}

/*Grouping content
   ==========================================================================*/
/*Address margin not present in IE 8/9 and Safari.*/
figure {
    margin: 1em 40px;
}

/*Address differences between Firefox and other browsers.*/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/*Contain overflow in all browsers.*/
pre {
    overflow: auto;
}

/*Address odd `em`-unit font size rendering in all browsers.*/
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/*Forms
   ==========================================================================*/
/*
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
*/

/*
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button, input, optgroup, select, textarea {
    color: inherit; /*1*/
    font: inherit; /*2*/
    margin: 0; /*3*/
}

/*Address `overflow` set to `hidden` in IE 8/9/10/11.*/
button {
    overflow: visible;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
*/

button, select {
    text-transform: none;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
*/

button,
html input[type="button"], /*1*/
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /*2*/
    cursor: pointer; /*3*/
}

    /*Re-set default cursor for disabled elements.*/
    button[disabled], html input[disabled] {
        cursor: default;
    }

    /*Remove inner padding and border in Firefox 4+.*/
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
*/
input {
    line-height: normal;
}

    /*
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
*/

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box; /*1*/
        padding: 0; /*2*/
    }

    /*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
*/
    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /*
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
*/

    input[type="search"] {
        -webkit-appearance: textfield; /*1*/
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box; /*2*/
        box-sizing: content-box;
    }

        /*
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
*/

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/*
 * Define consistent border, margin, and padding.
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
    border: 0; /*1*/
    padding: 0; /*2*/
}

/*Remove default vertical scrollbar in IE 8/9/10/11.*/
textarea {
    overflow: auto;
}

/*
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
    font-weight: bold;
}

/*Tables
   ==========================================================================*/

/*Remove most spacing between table cells.*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*Classes to help with a faux-sticky footer*/
html {
    height: 100%;
    overflow-y: scroll;
}

body {
    height: 100%;
}

/* Clearfix */
.cf:after, .cf:before {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/* Modular CSS for very simple, common things*/
.c {
    text-align: center;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

/* Float Left class for images */
.fl {
    float: left;

    margin: 0 20px 20px 0;
}

/* Float Right class for images */
.fr {
    float: right;

    margin: 0 0 20px 20px;
}

@media only screen and (max-width : 750px) {
    /* Taking off the float styles used on images */
    .fr, .fl {
        display: block;
        float: none !important;
        margin: 10px auto !important;
    }
}

/*list reset to get rid of bullets and such*/
.lr ul, ul.lr {
    list-style: none;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

.AdminLinkCategory {
    font-size: 1.125em; /*18*/
}

    .AdminLinkCategory:hover {
        text-decoration: none;
    }

.ProductPriceDiscounted {
    color: #b62424;
    font-weight: bold;
    padding-left: 1.125em /*20*/;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible {
    display: block;
    visibility: visible;
}

/* the following is used for admin edit links through live site */
#pageProduct_adminEditLink {
    background-color: #5E5E5E;
    border: solid 2px #DFDFDF;
    border-radius: 10px;
    box-shadow: inset 0 0 10px #000;
    color: #fff;
    cursor: pointer;
    font-size: .875em; /*14*/
    left: .625em; /*10*/
    filter: alpha(opacity=90);
    opacity: 0.9;
    padding: .3125em; /*5*/
    position: fixed;
    top: .625em /*10*/;
    z-index: 99999;
}

    #pageProduct_adminEditLink:hover {
        border-color: #2F2F2F;
    }

    #pageProduct_adminEditLink a {
        color: #fff;
        text-decoration: none;
    }

        #pageProduct_adminEditLink a:hover, #pageProduct_adminEditLink a:visited {
            color: #fff;
        }

/* the following is used for individual pages/snippets admin edit link */
.adminEditLinkContainer {
    position: relative;
}

    .adminEditLinkContainer > * {
        z-index: 5;
        position: relative;
    }

/* makes inner content above the container when logged in as admin */
.adminEditLink {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

adminEditLink a {
    display: inline;
    margin: 0;
    height: auto;
    width: auto;
    line-height: normal;
    padding: 0;
}

.admineditLinkHover {
    background-color: #CFCFCF;
    background: rgba(207,207,207, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CFCFCF, endColorstr=#CFCFCF)";
}

.ErrorText {
    color: #b62424;
}
/* used for .net validators */

.userDefaultTitles {
    font-size: larger;
    font-weight: bold;
    padding: .625em 0; /*10*/
}

/* Gallery and Slideshow */
.blog-gallery {
    margin: 25px 0 0;
}

.galleryContent a.gallery-lightbox, a.slideshow-tn {
    display: inline-block;
    margin: 0 5px 5px;
}

    .galleryContent a.gallery-lightbox img, a.slideshow-tn img {
        border: 5px solid #000;
        margin: 0 !important;
        max-height: 85px;
        width: auto !important;
    }

        .galleryContent a.gallery-lightbox img:hover, a.slideshow-tn img:hover {
            cursor: pointer;
        }

.gallery-slideshow {
    text-align: center;
}

    .gallery-slideshow .bx-wrapper {
        margin-bottom: 30px;
    }

        .gallery-slideshow .bx-wrapper img {
            display: inline-block;
        }

    .gallery-slideshow li {
        text-align: center;
    }

    .gallery-slideshow .bx-wrapper .bx-viewport {
        background: rgba(255,255,255,.5);
        border: 0;
        box-shadow: none;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        padding-bottom: 16px;
    }

    .gallery-slideshow ul {
        margin: 0;
        padding: 0;
    }

        .gallery-slideshow ul li {
            padding: 20px 0 10px;
        }

    .gallery-slideshow .bx-controls.bx-has-controls-direction {
        position: absolute;
        right: 0;
        top: 0;
    }

    .gallery-slideshow .bx-wrapper .bx-controls-direction a {
        height: 32px;
        left: auto;
        margin-top: 0;
        outline: 0 none;
        position: absolute;
        right: 10px;
        text-indent: -9999px;
        top: 10px;
        width: 32px;
        z-index: 900;
    }

        .gallery-slideshow .bx-wrapper .bx-controls-direction a.bx-prev {
            left: auto;
            right: 50px;
        }

    .gallery-slideshow .bx-wrapper .bx-caption {
        background: rgba(0, 0, 0, 0.75);
        bottom: 0;
    }

/** GRIDVIEW STYLES **/
.cart-contents table {
    width: 100%;
}

.gridview th a {
    text-decoration: none;
}

    .gridview th a:hover {
        text-decoration: underline;
    }

.gridview td {
    padding: .4375em; /*7*/
}

    .gridview td a {
        text-decoration: none;
    }

        .gridview td a:hover {
            text-decoration: underline;
        }

/* used in the shopping cart listing for the total price of cart */
.TotalCartCost {
    font-size: .9375em; /*15*/
    font-weight: bold;
}

.shoppingCartFooter {
    text-align: right;
    padding: .625em 2.5em .625em 0; /*10 40*/
}

.shoppingCartDiscountText {
    font-size: .6875em; /*11*/
    color: #5BCF5A;
}

.cartDeleteBtn {
    text-align: center;
    color: #b62424;
}

.cartDeleteColumn {
    width: 1.125em; /*20*/
}

.finalCheckoutPrice {
    font-size: 1.125em; /*18*/
    font-weight: bold;
}

/* This is for the javascript message that shows only if users have their javascript disabled in browser */
#NoJavascriptFound {
    z-index: 10;
    border: solid 5px #b62424;
    background-color: #FDF3EA;
    color: #000;
    font-size: .9375em; /*15*/
    left: 0;
    padding: .625em; /*10*/
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#NoJavascriptFoundInterior {
    background-color: #FDF3EA;
    border: solid 5px #b62424;
    color: #000;
    font-size: .8125em; /*13*/
    margin: .625em 0; /*10*/
    padding: .625em; /*10*/
    text-align: left;
}

    #NoJavascriptFound a, #NoJavascriptFoundInterior a {
        color: #b62424;
        text-decoration: underline;
    }

        #NoJavascriptFound a:hover, #NoJavascriptFoundInterior a:hover {
            color: #b62424;
            text-decoration: underline;
        }

        #NoJavascriptFound a:visited, #NoJavascriptFoundInterior a:visited {
            color: #b62424;
            text-decoration: underline;
        }

.impersonateBox {
    background-color: #796F66;
    border-radius: 19px;
    color: #FFF;
    margin: .3125em 0 0 .3125em; /*5*/
    padding: .625em; /*10*/
    position: fixed;
    z-index: 9999;
}

.price {
    margin: 7px 0;
}


.nm {
    margin: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.np {
    padding: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.wishlist-delete {
    font-size: .875em;
}

.main-product-image table {
    table-layout: fixed;
    width: 100%;
}

/*** Shopping Cart ***/
.add-line {
    table-layout: fixed;
}

    .add-line td {
        padding: 0 5px;
    }

    .add-line .TextBox {
        width: 100%;
    }

@media (min-width : 700px) {
    .add-line td {
        width: 30%;
    }

        .add-line td.cart-comment {
            width: 50%;
        }

        .add-line td.cart-quantity {
            width: 30%;
        }
}

.cart-footer {
    margin-top: 10px;
    text-align: right;
}

.order-totals {
    margin: 20px 0;
}

.total-cost {
    font-weight: 700;
    margin-bottom: 10px;
}

.cart-estimates td {
    padding: 5px 10px;
    text-align: right;
}

/* Wishlist */
.wishlist-entry {
    border-bottom: 1px solid silver;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.wishlist-image {
    float: left;
    padding-right: 20px;
    width: 20%;
}

.wishlist-content {
    float: left;
    width: 80%;
}

/* Modal Pop Ups */
.modalBackdrop {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: none;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}

.modalPopUp {
    background: #fff;
    display: none;
    font-size: 0.9em;
    left: 50%;
    margin: 0 0 0 -45%;
    padding: 0;
    position: absolute;
    top: 1em;
    width: 90%;
}

.modalTitle {
    background: #bc0000;
    background: -webkit-linear-gradient(top, rgba(187,0,0,1) 0%,rgba(159,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(187,0,0,1) 0%,rgba(159,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(187,0,0,1) 0%,rgba(159,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(187,0,0,1) 0%,rgba(159,0,0,1) 100%);
    color: #fff;
    font: 1.4em "Oswald", sans-serif;
    line-height: 1.875;
    margin: 0 0 0.5em;
    position: relative;
    text-align: center;
    min-height: 1.875em;
}

.modalClose {
    display: block;
    position: absolute;
    top: 0.15em;
    right: 0.15em;
    background: #fff;
    border: 1px solid #666;
    border-radius: 15px;
    font: 25px ​Arial,​Helvetica,​sans-serif;
    line-height: 1;
    padding: 0 5px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

    .modalClose:hover {
        border-color: #000;
        background: #fff;
        color: #000;
        text-decoration: none;
    }

    .modalClose:active {
        background: #000;
        color: #fff;
        border-color: #000;
        text-decoration: none;
    }

.modalContent {
    margin-bottom: 0.5em;
    position: relative;
    padding: 0 2% 0.5em;
}

    .modalContent:before, .modalContent:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .modalContent:after {
        clear: both;
    }

    .modalContent ul {
        padding-left: 30px;
    }

.modalPopUp p {
    margin: 0 0 0.5em;
}

/** Responsive **/
/*** 83.75em (1340px) ***/
@media only screen and (max-width : 83.75em) {
    .modalPopUp {
        width: 40%;
        margin: 0 0 0 -20%;
    }
}

/*** 62.5em (1000px) ***/
@media only screen and (max-width : 62.5em) {
    .modalPopUp {
        width: 50%;
        margin: 0 0 0 -25%;
    }
}

/*** 56.25em (900px) ***/
@media only screen and (max-width : 56.25em) {
    .modalPopUp {
        width: 60%;
        margin: 0 0 0 -30%;
    }
}

/*** 48.4375em (775px) ***/
@media only screen and (max-width : 48.4375em) {
    /* Modal Pop Ups */
    .modalPopUp {
        width: 70%;
        margin: 0 0 0 -35%;
    }

    #lightbox.modalPopUp {
        width: 80%;
        margin: 0 0 0 -40%;
    }
}

/*** 34.375em (550px) ***/
@media only screen and (max-width : 34.375em) {

    textarea {
        width: 100%;
    }

    .content img {
        display: block;
        float: none !important;
        margin: .625em auto !important; /*10*/
    }

    /*** Shopping Cart ***/
    .cart-contents th {
        display: none;
    }

    .cart-contents td, .add-line td {
        display: block;
        padding: 15px 10px;
        text-align: left;
        width: 100% !Important;
    }

        .cart-contents td:nth-child(even) {
            background: #E5E5E5;
        }

        .cart-contents td.rate {
            font-weight: bold;
            padding-top: 20px;
        }

    .cart-contents tr:nth-child(n+3) td:first-child {
        padding-top: 50px;
    }

    .cart-contents tr:nth-child(odd) {
        background: none !important;
    }

    .cart-contents td:before {
        font-weight: bold;
    }

    .cart-contents td.cart-code:before {
        content: "Code \2014\00a0";
    }

    .cart-contents td.cart-item:before {
        content: "Item \2014\00a0";
    }

    .cart-contents td.cart-price:before {
        content: "Price \2014\00a0";
    }

    .cart-contents td.cart-quantity:before {
        content: "Quantity \2014\00a0";
    }

    .cart-contents td.cart-total:before {
        content: "Item Total \2014\00a0";
    }

    .cart-contents td.cart-comment:before {
        content: "Comment \2014\00a0";
    }

    .cart-contents td.order-number:before {
        content: "Order Number \2014\00a0";
    }

    .cart-contents td.cart-button {
        text-align: center;
    }

    /* Wishlist */
    .wishlist-image, .wishlist-content {
        float: none;
        padding-right: 0;
        width: 100%;
    }

    .wishlist-image {
        text-align: center;
    }
}

/* Forms */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

input[type="text"], input[type="email"], input[type="password"], textarea, .item select, .item input[type="email"], .item input[type="tel"] {
    background: #fff;
    border: 1px solid #ccc;
    height: 34px;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}

textarea {
    height: 80px;
}

input[disabled], button[disabled] {
    opacity: .5;
}

label, .TableRowLabel {
    padding-right: 7px;
    padding-bottom: 3px;
}

    label .req {
        color: #777;
        font-size: 11px;
    }

.actions {
    padding: 10px 0;
}

input[type="submit"], input[type="button"], button[type="submit"] {
    background: #000;
    border: 0;
    color: #fff;
    font-size: 19px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

    input[type="submit"]:hover, input[type="button"]:hover, button[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:focus, button[type="submit"]:focus {
        background: #777;
    }

.item input[type="text"], .item input[type="password"], .item input[type="email"], .item input[type="tel"], .item select, .item textarea {
    width: 100%;
}

.halfi, .onethirdi, .twothirdi {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
    width: 50%;
}

div.halfi:nth-of-type(2n) {
    margin-left: -5px;
    padding-left: 10px;
    padding-right: 0;
}

.item .nesti input, .item .nesti select {
    margin-left: 5px;
    margin-right: 5px;
    width: 60px;
}

    .item .nesti input:first-child {
        margin-left: 0;
    }

    .item .nesti input:last-child {
        margin-right: 0;
    }

.twothirdi {
    width: 70%;
}

.onethirdi {
    width: 30%;
}

    .onethirdi + .twothirdi, .twothirdi + .onethirdi {
        margin-left: -5px;
        padding-left: 10px;
        padding-right: 0;
    }

.checki, .radioi {
    margin-bottom: 5px;
}

.item .checki input, .item .radioi input {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 3px;
}

.item input, .item select, .item textarea {
    margin-bottom: 15px;
}

a.btn-cancel {
    background-color: #777;
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
}

@media only screen and (max-width : 750px) {
    .halfi {
        display: block;
        padding: 0;
        width: 100%;
    }

        .halfi:nth-child(2n), div.halfi:nth-of-type(2n) {
            margin-left: 0;
            padding: 0;
        }
}

@media only screen and (max-width : 550px) {
    .onethirdi, .twothirdi {
        display: block;
        margin-left: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (max-width : 400px) {
    .item .nesti input, .item .nesti select {
        margin-left: 2px;
        margin-right: 2px;
    }
}

.custom-lock, .custom-lock input {
    margin: 0;
}
