/*Normalize.css*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

















































/* #4c5671 blue */
/* #706553 tan */
/* #454545 gray */

.hardwareImages img {
    float: left;
    padding: 0;
    margin: 10px 10px 0 0;
}

.form-allowed-tags {
    display: none;
}

/* Form Elements */
input[type=submit] {
    border: 1px solid #706553;
    background: #817460;
    color: #fff;
    padding: .75em 1.5em;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

    input[type=submit]:hover {
        background: #999172;
        cursor: pointer;
    }




.hardwareImages {
    float: left;
    clear: left;
    border-bottom: 1px solid gray;
    padding: 0 0 10px 0;
    width: 100%;
    margin: 0 0 10px 0;
}

img.hardwareHeaderImage {
    float: left;
    padding: 0;
    margin: 10px 10px 0 0;
}

p.ReturnToTop {
    clear: both;
}

html {
    font-size: 12pt;
}

body {
    font-family:'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    font-size:.875em;
    line-height:1.429em;
    color: #454545;
    padding: 0;
    margin: 0;
}

a {
    font-size: 8pt;
    color: #454545;
}

    a:hover {
        font-size: 8pt;
        color: #706553;
    }

#header {
    width: 1024px;
    background: white url(images/headerBar.gif) repeat-x bottom left;
}

body#finishes #header {
    width: 1085px;
}

body#showcaseLanding #header {
    width: 1085px;
}

#header2 {
    width: 1085px;
    background: white url(images/headerBar.gif) repeat-x bottom left;
}


/* Nav */

/*#nav li{list-style:none;display:inline;color:#4c5671;padding:0 20px 0 0;}*/

/*#nav a{text-decoration:none;color:#4c5671;font-size:9pt;font-weight:bold;letter-spacing:1px;margin:0;}*/

/*#nav a:hover{color:#706553;}*/

#nav {
    position: relative;
    top: -5px;
}


    #nav ul {
        width: 1024px;
        margin: 0;
        padding: 10px 0;
        background: #817460; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxNzQ2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MDY1NTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #817460 0%, #706553 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#817460), color-stop(100%,#706553)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #817460 0%,#706553 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #817460 0%,#706553 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #817460 0%,#706553 100%); /* IE10+ */
        background: linear-gradient(to bottom, #817460 0%,#706553 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#817460', endColorstr='#706553',GradientType=0 ); /* IE6-8 */
    }


    #nav li {
        list-style: none;
        display: inline;
        color: #4C5671;
        padding: 10px 0 10px 0;
        margin: 0;
        border-right: 1px solid #938c81;
    }

        #nav li a {
            text-decoration: none;
            color: white;
            font-size: 9pt;
            font-weight: bold;
            letter-spacing: 1px;
            margin: 0;
            padding: 0 15px;
        }

        #nav li.lastLink {
            border-right: none;
        }

    #nav ul li a:hover {
        color: #dcdcdc;
    }

    #nav li.facebook {
        margin: 0;
        padding: 0;
    }

#nav {
    padding: 30px 0 0 0;
    float: left;
    margin: 0;
}

.deck{
	margin: 1em 0;
	padding: 0;
	width: 75%;
}
.deck p{
	font-size: 24px;
	color: #aaa;
	line-height: 1.3;
	
}


#search {
    padding: 25px 0 0 0;
    float: left;
    margin: 0;
}

.clear {
    clear: both;
}

/* Showcase */
#showcaseKitchens a.Kitchens,
#showcaseBedroomFurniture a.Bedroom,
#showcaseKitchenettes a.Kitchenettes,
#showcaseLaundry a.Laundry,
#showcaseLockers a.Lockers,
#showcaseMantles a.Mantles,
#showcaseOffices a.Offices,
#showcaseOrganizing a.Organizing,
#showcaseVanities a.Vanities {
    font-weight: bold;
    color: #9E7335;
    text-decoration: none;
}

#gallery {
    width: 750px;
    height: 570px;
    position: relative;
    background: white;
    float: left;
}

    #gallery ul {
        list-style: none;
        padding: 10px;
        margin: 0;
        width: 195px;
        float: right;
        height: 520px;
        overflow: auto;
    }

        #gallery ul li {
            display: inline;
            width: 50px;
            height: 50px;
            float: left;
            margin: 0 4px 4px 0;
            border: 1px solid #444;
            cursor: pointer;
        }

            #gallery ul li img {
                display: block;
                width: 50px;
                height: 50px;
            }

            #gallery ul li span {
                display: none;
                position: absolute;
                left: 620px;
                top: 320px;
                width: 200px;
                font-family: verdana, arial, sans-serif;
                color: gray;
                font-size: 11px;
                line-height: 15px;
                text-align: right;
            }

                #gallery ul li span b {
                    color: #444;
                }

            #gallery ul li.click i img.default {
                margin: 10px auto;
                border: 1px solid gray;
                padding: 1px;
            }

            #gallery ul li.off {
                display: none;
            }

            #gallery ul li.click {
                border-color: gray;
                background: #f8f8f8;
                cursor: default;
            }

                #gallery ul li.click i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 545px;
                    height: 355px;
                }

                    #gallery ul li.click i img {
                        margin: 10px auto;
                        width: auto;
                        height: auto;
                        border: 1px solid gray;
                        padding: 1px;
                    }

                #gallery ul li.click span {
                    display: block;
                }





h4 {
    color: #706553;
    font-size: 11pt;
}

h6 {
    font-size: 8pt;
    color: #9e7335;
}


#leftColumn {
    width: 300px;
    float: left;
    text-align: center;
}


    #leftColumn p {
        padding: 10px;
        font-size: 14pt;
        font-weight: normal;
        line-height: 1.5em;
        color: #706553;
    }

#home #leftColumn p {
    font-size: 9pt;
}

#leftColumn a {
    color: #4c5671;
}

    #leftColumn a:hover {
        color: #706553;
    }

#rightColumn {
    float: left;
    width: 650px;
    padding-top: 3px;
}

#rightColumnSub {
    float: left;
    width: 650px;
    padding-top: 3px;
    border-left: 1px solid gray;
    margin: 10px;
    padding-left: 20px;
}

#rightColumnSub2 {
    float: left;
    width: 750px;
    padding-top: 3px;
    border-left: 1px solid gray;
    margin: 10px;
    padding-left: 20px;
}

#content {
    width: 1024px;
}

#content2 {
    width: 1124px;
}


/* Footer */

#footerLinks li {
    display: inline;
    padding-right: 20px;
}

#footerLinks ul {
    padding-left: 300px;
    margin: 0;
    padding-top: 0px;
}

#footerLinks {
    height: 30px;
    background: #706553;
}

    #footerLinks a {
        color: white;
        text-decoration: none;
        font-size: 8pt;
    }

#footer {
    padding-top: 1px;
    border-top: 3px solid #4c5671;
    width: 1024px;
}

    #footer li {
        display: table-cell;
        vertical-align: middle;
    }

        #footer li img {
            width: 15px;
            height: 15px;
            vertical-align: middle;
        }

        #footer li.pinterest img {
            width: 30px;
        }

body #footer {
    padding-top: 1px;
    border-top: 3px solid #4c5671;
    width: 1085px;
}

body#showcaseLanding #footer {
    padding-top: 1px;
    border-top: 3px solid #4c5671;
    width: 1085px;
}

#footer2 {
    padding-top: 1px;
    border-top: 3px solid #4c5671;
    width: 1085px;
}

#footer font {
    font-size: 8pt;
}







tr {
    vertical-align: top;
    /*
	height:225px;
	this was breaking Google plus 1
	*/
}

td {
    padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Segoe UI Semibold','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    margin: 1em 0 0 0;
    padding: 0;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.2em;
}

h4 {
}

h5 {
    font-size: 1em;
}

h6 {
}

p {
    font-size: 9pt;
}

#woodTable {
    font-size: 9pt;
    font-weight: bold;
}

    #woodTable a {
        color: black;
        font-size: 8pt;
        font-weight: normal;
    }

img {
    border: none;
}

#finishes {
    width: 700px; /* width of container for all finishes */
}

    #finishes div {
        width: 165px;
        float: left;
        margin: 0 0 0 0; /* the float: left takes each image and makes it so they float next to each other. The margin has four numbers: top, right, bottom, left. Each number indicates the amount of space to add on that side. */
    }

#finishes {
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

.triangleStyle {
    float: left;
    padding: 10px 20px 0 50px;
    margin-left: 10px;
    border-right: 1px solid #902c08;
    border-bottom: 1px solid #902c08;
    width: 250px;
    height: 380px;
}

.triangle {
    width: 680px;
    padding-bottom: 30px;
}

.triangleHeader {
    color: #902c08;
}

#designTips li {
    font-size: 10pt;
}


/*Contact Us Form*/
.contact h6 {
    margin-bottom: 0;
}

.contact tr {
    height: 0;
}

.contact td {
    font-size: 9pt;
}

.contact input[type=submit] {
    margin: 1em 0 0 0;
}

.contact table {
    margin-top: 2em;
}





.Finishtable td {
    padding: 0 10px 10px 10px;
    text-align: center;
}

.Finishtable p {
    font-weight: bold;
    text-align: center;
}

#wrapper1 {
    width: 1024px;
    margin: 0 auto;
}

.entry-title a {
    font-size: 14pt;
    color: #4c5671;
    text-decoration: none;
}

    .entry-title a:hover {
        text-decoration: underline;
    }

#main li {
    list-style: none;
}

.entry-utility {
    border-bottom: 1px dotted gray;
    padding-bottom: 15px;
}

#project350 {
    margin: 1em auto;
    width: 156px;
    text-align: center /*fix IE*/;
    display: none;
}

table#edgeProfileTable div,
table#raisedPanelTable div,
table#stickingProfileTable div {
    position: relative;
    height: 80px;
}

table#edgeProfileTable tr,
table#raisedPanelTable tr,
table#stickingProfileTable tr {
    height: 150px;
}

table#edgeProfileTable p,
table#raisedPanelTable p,
table#stickingProfileTable p {
    color: black;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
}

/* OG-GRID Gallery Preview */

.og-grid-container {
    position: relative;
    top: 0;
    left: 0;
}

.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .og-grid li {
        display: inline-block;
        margin: 10px 5px 0 5px;
        vertical-align: top;
    }

        .og-grid li > a,
        .og-grid li > a img {
            width: 150px;
            border: none;
            outline: none;
            display: block;
            position: relative;
        }

        .og-grid li.og-expanded > a::after {
            top: auto;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #cebfa7;
            border-width: 15px;
            left: 50%;
            margin: -20px 0 0 -15px;       
        }

.og-expander {
    position: absolute;
    background: #cebfa7;
    top: auto;
    left: 0%;
    width: 650px;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
}

.og-expander-inner {
    padding: 50px 30px;
    height: 100%;
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

    .og-close::before,
    .og-close::after {
        content: '';
        position: absolute;
        width: 100%;
        top: 50%;
        height: 1px;
        background: #888;

        -moz-transform:         rotate(45deg);
		-webkit-transform:      rotate(45deg);
        -o-transform:           rotate(45deg);
        -ms-transform:          rotate(45deg);
        transform:              rotate(45deg);
    }

    .og-close::after {
        -moz-transform:         rotate(-45deg);
		-webkit-transform:      rotate(-45deg);
        -o-transform:           rotate(-45deg);
        -ms-transform:          rotate(-45deg);
        transform:              rotate(-45deg);
        
    }

    .og-close:hover::before,
    .og-close:hover::after {
        background: #333;
    }

.og-fullimg,
.og-details {
    position: relative;
}

.og-details {
    padding: 0 40px 0 20px;
}

.og-fullimg {
    text-align: center;
}

    .og-fullimg img {
        display: inline-block;        
        border: 1px solid #eee;
        /*max-height: 100%;
    max-width: 100%;*/
    }





    .og-fullimg img{
        position: relative;        
        /*width: 250px;
        height: 150px;*/
        padding: 0;
        
        margin: 0 30px 30px 0;        
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; }


     .og-fullimg img:before,
     .og-fullimg img:after {
        content: '';
        z-index: -1;
        position: absolute;
        left: 10px;
        bottom: 10px;
        width: 70%;
        /*max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
        /*max-height: 100px;*/
        height: 55%;
        -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        -webkit-transform: skew(-15deg) rotate(-6deg);
        -moz-transform: skew(-15deg) rotate(-6deg);
        -ms-transform: skew(-15deg) rotate(-6deg);
        -o-transform: skew(-15deg) rotate(-6deg);
        transform: skew(-15deg) rotate(-6deg); }


      .og-fullimg img:after {
        left: auto;
        right: 10px;
        -webkit-transform: skew(15deg) rotate(6deg);
        -moz-transform: skew(15deg) rotate(6deg);
        -ms-transform: skew(15deg) rotate(6deg);
        -o-transform: skew(15deg) rotate(6deg);
        transform: skew(15deg) rotate(6deg); }






















.og-details h3 {
    font-family: 'Segoe UI Light','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 1.9em;
}
/*
.og-details p {

}
 
.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: none;
}
 
.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px;
}
 
.og-details a:hover {
    border-color: #999;
    color: #999;
}*/

.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    animation: loader 0.5s infinite ease-in-out both;
}

@keyframes loader {
    0% {
        background: #ddd;
    }

    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
    }

    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
    }
}

@media screen and (max-width: 830px) {

    .og-expander p {
        font-size: 13px;
    }

    .og-expander a {
        font-size: 12px;
    }
}

@media screen and (max-width: 650px) {

    .og-fullimg {
        display: none;
    }

    .og-details {
        float: none;
        width: 100%;
    }
}
