﻿/* EM EQUATION: 1 / Xpx * Ypx = Nem | X = parent font size (ie: 16px), Y = px of the element you're changing (ie: 12px), N = resulting em (ie: .75em)*/
/****************************************************************************************
NOTE: This site is using critical path CSS method to help with page speed scores.
That means, some CSS that's in this stylesheet is being inlined in the <head> which
can be found in parent.master. If you're changing styles you should double check
if they need to be changed in the critical CSS as well.
****************************************************************************************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/************************* Ideal Cart resets *************************/
/* Makes all images responsive ready */
:root * > img {
    max-width: 100%;
}

/* Give every element this box-sizing and position of relative */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

/* Always keeps a scrollbar present even when there isn't an overflow on the browser window. Helps prevent janky behavior when a scrollbar appear/disappears. */
html {
    overflow-y: scroll;
}

/* Horizontal Rule styling */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 0;
}

/* For when you want some small, aside text */
.notes {
    font-size: 12px;
    font-style: italic;
    margin: 5px 0;
}

/* Clearfix for floating elements */
.cf:after, .cf:before {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* Modular class for overflow hidden */
.overflow-hidden {
    overflow: hidden;
}

/* Hide Text */
.ht {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*Archived ht, kept just in case*/
/*.ht {
    display: block;
    font-size: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}*/

/* Center */
.c {
    text-align: center;
}

/* Right */
.r {
    text-align: right;
}

/* Left */
.l {
    text-align: left;
}

/* Float Left class for elements */
.fl {
    float: left;
    margin: 0 20px 15px 0;
    max-width: 600px;
}

/* Float Right class for elements */
.fr {
    float: right;
    margin: 0 0 15px 20px;
}

    /* Float classes for videos */
    .fl.fl-video, .fr.fr-video {
        max-width: 400px;
        width: 100%;
    }

    /* Center images in floats when on small screens */
    .fl > img, .fr > img {
        display: block;
        margin: 0 auto;
    }

@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;
}

/* Skip link for accessibility*/
#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip a:focus {
        position: static;
        width: auto;
        height: auto;
    }

/* Margin classes */
/* No margin */
.nm {
    margin: 0 !important;
}

/* Margin bottom */
.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

/* Margin top*/
.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

/* Padding classes */
/* No padding */
.np {
    padding: 0 !important;
}

/* Padding left */
.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 20px;
}

.pl-40 {
    padding-left: 40px;
}

/* Padding right */
.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

/*HR styling*/
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.75),rgba(0,0,0,0));
    margin: 30px 0;
}
/* Forms */
input[type="text"], input[type="email"], input[type="password"], textarea, .DropDownList, .item input[type="email"], .item input[type="tel"] {
    background: #fff;
    height: 30px;
    height: 30px;
    margin-bottom: 5px;
    padding: 4px 3px 3px 5px;
}

.DropDownList {
    font-size: 14px;
    height: auto;
}

textarea {
    height: 80px;
}

input[disabled] {
    opacity: .5;
}

label, .TableRowLabel {
    padding-right: 7px;
    padding-bottom: 3px;
}

.actions {
    padding: .625em 0; /*10*/
}

.wishlist-entry .actions {
    text-align: right;
}

    .wishlist-entry .actions input[type="submit"] {
        margin-left: 10px;
    }

input[type="submit"] {
    background: #000;
    border: 0;
    color: #fff;
    padding: 6px;
}

    input[type="submit"]:hover, .btn:hover, .Buttons:hover, input[type="submit"]:active, .btn:active, .Buttons:active, input[type="submit"]:focus, .button:focus, .Buttons:focus {
        background: #eaeaea;
        color: #000;
    }

.item {
    margin-bottom: .9375em;
}

    .item input[type="text"], .item input[type="password"], .item input[type="email"], .item input[type="tel"], .item select, .item textarea {
        width: 99%;
    }

    .item label {
        display: block;
    }

    .item select {
        padding: 5px;
    }

.shorti {
    display: inline-block;
    padding-right: .625em; /*10*/
    vertical-align: top;
    width: 49.5%;
}

.item label span {
    font-size: 14px;
    color: red;
}

p.unlock {
    margin-top: 0;
}

    p.unlock label {
        color: inherit;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

.ErrorBox {
    background-color: #ffcccc;
    border: 1px #660000 solid;
    color: #660000;
    font-size: .5625em; /*9*/
    font-weight: bold;
    width: auto;
}

.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;
}

a.slideshow-tn {
    display: inline-block;
    margin: 0 5px 5px;
}

    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-ul {
}

.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 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: 9999;
}

    .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 **/
.gridview th a {
    text-decoration: none;
}

    .gridview th a:hover {
        text-decoration: underline;
    }

.gridview td {
    padding: .4375em; /*7*/
}

.gridview tr.even td {
}

.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;
}

.wishlist-delete {
    font-size: .875em;
}

/*** Shopping Cart ***/
.add-line {
    table-layout: fixed;
}

    .add-line td {
        padding: 0 5px;
    }

    .add-line .TextBox {
        width: 100%;
    }

    .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;
}

.total-cost {
    font-weight: 700;
    margin-bottom: 10px;
}

/* 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%;
}

/** Responsive **/
/*** 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, .ad-line td {
        display: block;
        padding: 15px 10px;
        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: "Total \2014\00a0";
    }

    .cart-contents td.cart-comment:before {
        content: "Comment \2014\00a0";
    }

    .cart-contents td.cart-ordernumber:before {
        content: "Order Number \2014\00a0";
    }

    .cart-contents td.cart-date:before {
        content: "Date \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;
    }
}

.halfi, .onethirdi, .twothirdi, .thirdi {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
    width: 50%;
}

div.halfi:nth-of-type(2n), div.thirdi:nth-of-type(2), div.thirdi:nth-of-type(3) {
    margin-left: -5px;
    padding-left: 10px;
    padding-right: 0;
}

div.thirdi:nth-of-type(2) {
    padding-right: 10px;
}

.twothirdi {
    width: 70%;
}

.onethirdi {
    width: 30%;
}

.thirdi {
    width: 33.3%;
}

.onethirdi + .twothirdi, .twothirdi + .onethirdi {
    margin-left: -5px;
    padding-left: 10px;
    padding-right: 0;
}

@media only screen and (max-width : 950px) {
    .thirdi:nth-of-type(1) {
        display: block;
        padding: 0;
        width: 100%;
    }

    div.thirdi:nth-of-type(1n+2) {
        width: 50%;
    }

    div.thirdi:nth-of-type(2) {
        margin-left: 0;
        padding-left: 0;
        padding-right: 10px;
    }

    div.thirdi:nth-of-type(3) {
        padding-right: 0;
    }
}

@media only screen and (max-width : 550px) {
    .halfi, div.thirdi {
        display: block;
        padding: 0;
        width: 100% !important;
    }

        .halfi:nth-child(2n), div.halfi:nth-of-type(2n), div.thirdi:nth-of-type(2), div.thirdi:nth-of-type(3) {
            margin-left: 0;
            padding: 0;
        }

    .onethirdi, .twothirdi {
        display: block;
        margin-left: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
}
