/*
This file includes the following files:
 - /core/css/html5.css
 - /css/richtext.css
 - /css/style.css
*/

/* ---------- Start /core/css/html5.css ---------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main { 
    display:block;
}
nav ul {
    list-style:none;
}
button {
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0;
}
a:active, a:focus, input:active {
	outline: 0;
}
a:active, a:focus, input:focus {
	-moz-outline-style: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
blockquote, q {
    quotes:none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img {
	vertical-align: bottom; /*html5ness*/
}
/*Add to a container to fix light text on a dark bg*/
.lightondark,
.lightondark h1,
.lightondark h2,
.lightondark h3,
.lightondark h4,
.lightondark h5,
.lightondark h6,
.lightondark p,
.lightondark a {
	opacity: 0.99;
	-webkit-font-smoothing: antialiased;
	-webkit-opacity: 1;
}
.clearing {
	clear: both;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
}
.clearafter:after,
.cf:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	visibility: hidden;
}
#ie6 .clearafter,
#ie7 .clearafter,
#ie6 .cf,
#ie7 .cf {
	zoom: 1;
}
#ie6 .pngfix {
	behavior: url("/core/javascript/iepngfix/iepngfix.htc"); /*IE6 fix alpha transparency*/
}
#ie6 {
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); /*IE6 BG flicker*/
}
/* Never create an empty :hover, :active etc. declaration, please. Breaks the following */
#ie6 body {
	behavior: url("/core/javascript/csshover.htc"); /*IE6 whatever:hover*/
}
#ie6,
#ie7,
#ie8,
#ie9 {
	height: 100%;
}

.core-asset-pending {
	background: #CCC;
	color: #666;
}
	.core-asset-pending p {
		padding: 47% 7% 0% 7%;
		text-align: center;
		font-size: 1.2em;
	}


/* ---------- End /core/css/html5.css ---------- */

/* ---------- Start /css/richtext.css ---------- */

/* ======================= */
/* = Richtext stylesheet = */
/* ======================= */

/* This should only apply to the wysiwyg */
body.richtext {
	font-size: 75%;
	background: #FFF;
}

.richtext {
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #5a5a5a;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
	font-weight: normal;
	margin-bottom: 0.5em;
	font-family: "Proxima N W02 Reg", Arial, sans-serif; 
	color: #464646;
}

.richtext h1 {
	font-size: 2.25em;
	text-transform: uppercase;
	font-weight: normal;
	color: #282828;
}

.richtext h2 {
	font-size: 1.583em;
	color: #282828;
}

.richtext h3 {
	font-size: 1.25em;
}

.richtext h4 {
	font-size: 1.16em;
}

.richtext h5 {
	font-size: 1.0833em;
	color: #282828;
}

.richtext h6 {
	font-size: 1em;
}

.richtext h1.special,
.richtext h2.special {
	font-family: 'Gill Sans Shadow W02', sans-serif;
}

.richtext p,
p.richtext {
	line-height: 1.5;
	margin-bottom: 1.5em;
	text-align: left;
}

p.small-margin {
	margin-bottom: 0.5em;
}

.richtext p.small,
.richtext p small,
.richtext.small,
.richtext small {
	font-size: 0.916em;
}

.richtext blockquote {
	border: 1px solid #BBB;
	background-color: #EEE;
	padding: 1em 2em;
	margin: 0.5em 0 1em 0;
	font-style: italic;
	font-family: Georgia, Times, serif;
	line-height: 1.4;
}

.richtext ul,
.richtext ol {
	padding: 5px 0;
	margin: 0 0 0.5em 0;
}

.richtext ul ul,
.richtext ol ol {
	margin-top: 0.3em;
}

.richtext ul li {
	list-style: disc inside;
}

.richtext ol {
	list-style: decimal outside;
	padding-left: 20px;
}

.richtext ol ol {
	list-style-type: lower-alpha;
}

.richtext ol ol ol {
	list-style-type: lower-roman;
}

.richtext li {
	line-height: 1.5em;
	margin: 0 0 0.5em;
}
.richtext ul li {
	/* background: transparent url(/images/bullet.gif) no-repeat 0 0.45em; */
	padding-left: 15px;
}

.richtext dl {
	/* margin: 0 2em 1em 2.5em; */
}

.richtext dt {
	font-weight: bold;
	/* margin: 1em 0 0.4em 0; */

}

.richtext dd {
	/* line-height: 1.3em; */
	/* margin-bottom: 0.5em; */
}

.richtext dt {
		font-weight: bold;
		margin-bottom: 10px;
		width: auto;
		float: left;
		clear: left;
		margin-right: 5px;
	}
	.richtext dd {
		margin-bottom: 10px;
	}

.richtext a {
	color: #de8111;
}
	.richtext a:hover {
		text-decoration: underline;
	}

/* ---------- End /css/richtext.css ---------- */

/* ---------- Start /css/style.css ---------- */

/* =================== */
/* = Main Stylesheet = */
/* =================== */

body {
    font-size: 75%;
    font-family: Arial, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

.width-wrap {
    width: 925px;
    margin: 0 auto;
}

.core-asset-pending p {
    padding-top: 5px;
}

.button,
button {
    border: 1px solid #b8b8b8;
    border-radius: 3px;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    color: #8f8f8f;
    background: #f5f5f5;
    cursor: pointer;

    background-image: linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
    background-image: -o-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
    background-image: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
    background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
    background-image: -ms-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #f8f8f8),
        color-stop(1, #dddddd)
    );
}
    .button span,
    button span {
        padding: 5px 4px 3px;
        display: inline-block;
    }

.button-small {
    font-size: 0.916em;
    text-transform: uppercase;
    font-weight: bold;
    color: #8f8f8f;
    font-family: Arial, sans-serif;
    padding: 9px 16px;
    margin-top: -1px;
}
    .button-small span {
        padding: 0;
    }

.toggle-button {
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 2px 12px;
}
    .toggle-button span {
        font: 0.916em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
        text-transform: uppercase;
        color: #969696;
    }
    .toggle-button.left span {
        background: url(/images/left.gif) 0px 1px no-repeat;
        padding-left: 10px;
    }

/* Cookie Bar Styling */
#cookie_policy_banner p {
    width: 925px;
    text-align: center;
}
#cookie_policy_banner #cookie_policy_banner_close {
    position: static;
    top: auto;
    right: auto;
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
}

/* Half Cirlces */
.half-circle--top,
.half-circle--bottom {
    width: 34px;
    height: 17px;
    background-color: #fff;
    border: 1px solid gray;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .half-circle--top {
        border-top-left-radius: 17px;
        border-top-right-radius: 17px;
        border-bottom: 0;
    }
    .half-circle--bottom {
        border-bottom-left-radius: 17px;
        border-bottom-right-radius: 17px;
        border-top: 0;
    }

/* Pill Buttons */
#login.mini-page button,
#login.mini-page a.button,
#content.account .button,
#content.account button,
button.button-pill,
.button-pill {
    background: #e79000;

    background-image: linear-gradient(top, #f7a800 0%, #d57400 100%);
    background-image: -o-linear-gradient(top, #f7a800 0%, #d57400 100%);
    background-image: -moz-linear-gradient(top, #f7a800 0%, #d57400 100%);
    background-image: -webkit-linear-gradient(top, #f7a800 0%, #d57400 100%);
    background-image: -ms-linear-gradient(top, #f7a800 0%, #d57400 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #f7a800),
        color-stop(1, #d57400)
    );

    border: 0;
    border-radius: 40px;
    padding: 3px 30px 3px;
	font-size: 1.16em;
	font-family: "Proxima N W02 Reg", Arial, sans-serif;
	text-transform: uppercase;
	color: white;
	margin-bottom: 40px;
	box-shadow: 0px 1px 2px 0px #999;
}
    .button-pill span {
        color: white;
    }

    .button-pill-grey,
    #content.account .button-pill-grey {
        background: #eaeaea;

        background-image: linear-gradient(top, #f8f8f8 0%, #dedede 100%);
        background-image: -o-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
        background-image: -moz-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
        background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
        background-image: -ms-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
        background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #f8f8f8),
            color-stop(1, #dedede)
        );
        border: 1px solid #d8d8d8;
        box-shadow: none;
    }
        .button-pill-grey span {
            color: #787878;
        }



    .button-pill.button-padlock span {
        background: url(/images/padlock.png) no-repeat;
        padding-left: 30px;
    }
    .button-pill.button-mail span {
        background: url(/images/grey-mail.png) 0 4px no-repeat;
        padding-left: 25px;
    }

    .button-pill-small {
        font: bold 1em Arial, sans-serif !important;
        text-transform: capitalize !important;
        color: #808080 !important;
        padding: 3px 20px 3px !important;
    }

    p.richtext .button-pill-small {
        position: relative;
        top: -5px;
        float: right;
    }

    .button-square {
        border-radius: 0;
        border: 1px solid #777777;
        border-bottom: 0;
        background: #656565;
        color: white;
        font: 1.2em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
    }
        .button-square span {
            color: white;
            text-transform: uppercase;
            padding: 5px 15px 3px;
        }
        .button-square.external span {
            padding-right: 34px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAIAAACJ2loDAAAAK0lEQVQYlWP4jw2kpqYicxkgQrgAYUVwI3EqgovjVIQmSMBNBKwjSxFBAACJ/8gF3hwzewAAAABJRU5ErkJggg==) no-repeat 100px 7px;
        }

/* Form Fields */
form.bordered-form {
    padding: 30px 40px;
    border: 1px solid #bebebe;
}
.field {
    margin-bottom: 20px;
}
.field label {
    font-weight: bold;
    color: #5a5a5a;
    display: block;
    margin-bottom: 6px;
}
.field input.input {
    width: 100%;
    border: 1px solid #b4b4b4;
    height: 27px;
    text-indent: 10px;
    font-size: 1.2em;
    box-shadow: inset 1px 1px 7px #DDD;
}
.field select {
    width: 100%;
}
.field textarea {
    border: 1px solid #b4b4b4;
}
.promo-error,
.field p.error {
    color: #CC0000;
    margin-top: 3px;
}

.promo-error {
    clear: both;
    margin-bottom: 10px;
}

p.notice {
    color: #3f7c29;
    margin-top: 10px;
    margin-right: 90px;
    padding-left: 33px;
    padding-top: 3px;
    text-transform: uppercase;
    float: right;
    font-size: 1.1em;
    height: 17px;
    background-image: url("/images/notice-saved.png");
    background-size: 22px;
    background-repeat: no-repeat;
}


.voucher-form #voucher_message {
    width: 100%;
    height: 130px;
}



#header {
    border-bottom: 1px solid #787878;
    position: relative;
    margin-bottom: 60px;
    z-index: 600;
}
    #header .width-wrap {
        position: relative;
        min-height: 100px;
    }
    #header .logo {
        left: 0;
        width: 128px;
        height: 128px;
        bottom: -44px;
        display: block;
        margin-bottom: 0;
        position: absolute;
        background-image: url("/images/rokitlogo.svg");
        background-size: 128px;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -9999px;
    }
    #header #main-nav {
        top: 60px;
        margin-left: 148px;
        padding-bottom: 10px;
        z-index: 600;
        position: absolute;
        margin-right: -20px;
    }
        #header #main-nav > ul > li {
            float: left;
            margin-left: 12px;
            position: relative;
        }
            #header #main-nav > ul > li li {
                float: none;
            }
        #header #main-nav a {
            font: 1.41em 'Gill Sans MT', Calibri, 'Gill Sans', Arial, Helvetica;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: 1px;
            color: #000000;
            padding: 0 10px;
        }
            #header #main-nav a.sale{
                color: #c02323;
            }


            #header #main-nav > ul > li > a {
                height: 39px;
                line-height: 39px;
                float: left;
            }
            #header #main-nav > ul > li:hover > a {
                /* TODO: Change to texture */
                color: #6a6a6a;
                background: #E7DECE;
                border-bottom: 1px solid #fff;
            }
            #main-nav .dropdown-nav {
                position: absolute;
                top: 40px;
                left: 0;
                width: 450px;
                border: 1px solid #f3cfcf;
                border-top: 5px solid #e7dece;
                background: white;
                z-index: 600;
                display: none;
                box-shadow: 3px 3px 7px -2px #888;
                font-size: 1.15em;
                line-height: 1.2;
            }
                #main-nav > ul > li:hover .dropdown-nav {
                    display: block;
                }
                #main-nav .dropdown-nav .leftcol {
                    width: 300px;
                    float: left;
                    border-right: 1px dashed #d1d1d1;
                }
                #main-nav .dropdown-nav .rightcol {
                    width: 149px;
                    float: left;
                }
            #main-nav .dropdown-nav.narrow {
                width: auto;
            }
                #header #main-nav .dropdown-nav.narrow ul.leftnav {
                    border-right: none;
                    width: 200px;
                    padding-right: 14px;
                }

                #main-nav .dropdown-nav h3 {
                    color: #282828;
                    font-size: 1em;
                    text-transform: uppercase;
                    font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
                    padding: 10px 14px 6px;
                    border-bottom: 1px solid #c6b9a2;
                }
                    #main-nav .dropdown-nav .leftcol h3 {
                    }
                    #header #main-nav .dropdown-nav ul {
                        padding-left: 14px;
                        padding-top: 15px;
                        padding-bottom: 10px;
                    }
                    #header #main-nav .dropdown-nav ul.leftnav,
                    #header #main-nav .dropdown-nav ul.rightnav {
                        width: 135px;
                        float: left;
                    }
                    #header #main-nav .dropdown-nav ul.leftnav {
                        border-right: 1px dashed #d1d1d1;
                    }
                    #header #main-nav .dropdown-nav ul li {
                        margin-bottom: 3px;
                    }
                    #header #main-nav .dropdown-nav a {
                        /* font-size: 0.916em; */
                        font-size: 1em;
                        line-height: 1.2;
                        text-transform: capitalize;
                        color: #777777;
                        font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
                        /* font-family: Arial, sans-serif; */
                        letter-spacing: 0;
                        padding: 0;
                    }
                        #header #main-nav .dropdown-nav a strong {
                            color: #000;
                        }
    #header #sub-nav {
        position: absolute;
        top: 23px;
        right: 0px;
        text-align: right;
        font-size: 0.916em;
    }
        #header #sub-nav span {
            border-left: 1px solid #cccccc;
            margin-left: 10px;
            padding-left: 15px;
        }

        #header #sub-nav .bag,
        #header #sub-nav a.bag {
            padding-left: 20px;
            border-right: 0;
            padding-right: 0;
            font-size: 1.1em;
        }
    #header .search-form {
        position: absolute;
        top: 12px;
        right: 290px;
    }

        #header .search-form ::-webkit-input-placeholder {
           color: #000;
        }

        #header .search-form :-moz-placeholder { /* Firefox 18- */
           color: #000;
        }

        #header .search-form ::-moz-placeholder {  /* Firefox 19+ */
           color: #000;
        }

        #header .search-form :-ms-input-placeholder {
           color: #000;
        }

        #header .search-form input.text {
            width: 285px;
            height: 28px;
            padding: 0;
            border: 1px solid #3c3c3c;
            text-indent: 11px;
            color: #000;
            text-transform: uppercase;
            font-size: 1.0em;
        }
        #header .search-form button.submit {
            position: absolute;
            right: 1px;
            top: 0;

            display: block;
            width: 35px;
            height: 100%;
			border: 0;
			cursor: pointer;
			background: url(/images/header-search-2.png) center no-repeat;
			background-color: #3c3c3c;
		}
			#header .search-form button.submit span {
				visibility: hidden;
			}

    #header #inline-search-results {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        z-index: 900;
        border: 1px solid #3c3c3c;
        display: none;
    }
    #header #inline-search-results li {
    }
    #header #inline-search-results a {
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-indent: 10px;
    }
    #header #inline-search-results a:hover {
        background: #DDD;
    }
	#header #header-callouts {
		position: absolute;
		bottom: -43px;
		left: 158px;
		width: 770px;
	}
	#header #header-callouts a {
		border: 1px solid #b4b4b4;
		box-shadow: 2px 2px 3px #e7e7e7;
		width: 370px;
		display: inline-block;
		text-align: center;
		white-space: nowrap;
		font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
		font-size: 1.166em;
		color: #6f6f6f;
	}
		#header #header-callouts a.callout-0 {
			margin-right: 20px;
		}
		#header #header-callouts a span {
			display: inline-block;
			padding: 8px;
		}
		#header #header-callouts a strong {
			font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Bold', Arial, sans-serif;
			font-weight: normal;
		}
	#header .secure {
		font: 1.333em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
		color: #363636;
		position: absolute;
		right: 5px;
		bottom: -40px;
		padding-right: 33px;
		padding-top: 10px;
		background: url(/images/padlock-1x.png) no-repeat top right;
	}
            #header .search-form button.submit span {
                visibility: hidden;
            }
    #header #header-callouts {
        position: absolute;
        bottom: -43px;
        left: 158px;
        width: 770px;
    }
    #header #header-callouts a {
        border: 1px solid #b4b4b4;
        box-shadow: 2px 2px 3px #e7e7e7;
        width: 370px;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
        font-size: 1.166em;
        color: #6f6f6f;
    }
        #header #header-callouts a.callout-0 {
            margin-right: 20px;
        }
        #header #header-callouts a span {
            display: inline-block;
            padding: 8px;
        }
        #header #header-callouts a strong {
            font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Bold', Arial, sans-serif;
            font-weight: normal;
        }
    #header .secure {
        font: 1.333em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
        color: #363636;
        position: absolute;
        right: 5px;
        bottom: -40px;
        padding-right: 33px;
        padding-top: 10px;
        background: url(/images/padlock-1x.png) no-repeat top right;
    }

.dashed-section {
    border-top: 1px dashed #d1d1d1;
    padding-top: 15px;
}
.dashed-box {
    border: 1px dashed #d1d1d1;
    margin-top: 15px;
    padding: 20px;
}

.callouts {
    border-left: 1px solid #787878;
    border-bottom: 1px solid #787878;
    margin-bottom: 15px;
}
    .callouts .callout {
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        border-right: 1px solid #787878;
        border-top: 1px solid #787878;
        width: 25%;
        height: 270px;
        float: left;
        cursor: pointer;
    }
     .callouts .callout h3,
     .callouts .callout p {
        padding: 0 30px;
        text-align: center;
     }

     .callouts .callout h3 {
        font-size: 1.416em;
        font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
        line-height: 1.1;
        color: #151515;
        text-transform: uppercase;
        margin-top: 12px;
     }
     .callouts .callout p {
        margin-top: 6px;
        font: 0.916em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
        text-transform: uppercase;
     }

#footer {
    margin-top: 20px;
    padding-bottom: 15px;
}
    #footer .dashed {
        border-top: 1px dashed #d1d1d1;
    }
    #footer .social {
        padding-top: 24px;
        padding-bottom: 6px;
    }
        #footer .social .field {
            width: 600px;
            float: left;
        }
        #footer .social label {
            display: block;
            font-weight: normal;
            margin-bottom: 15px;
        }
        #footer .social .input {
            width: 258px;
            margin-right: 10px;
            float: left;
        }
        #footer .social .like {
            background: url(/images/rokit-on-facebook.jpg) no-repeat;
            float: left;
            width: 190px;
            padding-top: 25px;
            padding-left: 55px;
        }
    #footer .about {
        padding-bottom: 15px;
    }
        #footer .about h2 {
            text-align: center;
            margin-top: -6px;
            font-size: 1.000em;
            color: #5a5a5a;
            text-transform: uppercase;
            margin-bottom: 10px;
        }
            #footer .about span {
                background: white;
                padding: 0 20px;
            }
        #footer .about p {
            width: 455px;
            margin: 0 auto;
            text-align: center;
            font-size: 0.916em;
            line-height: 1.54;
            color: #5a5a5a;
        }
    #footer .sitemap {
        margin-top: 10px;
        padding-bottom: 30px;
    }
        #footer .sitemap h3 {
            display: block;
            width: 140px;
            height: 22px;

            background: white url(/images/footer-est-1x.png) center no-repeat;
            text-indent: -9999px;
            margin: 0 auto;
            margin-top: -12px;
            padding: 0 16px;
        }
        #footer.enclosed h3 {
            margin-top: -22px;
            margin-bottom: 8px;
        }
        #footer.enclosed .footer-links {
            padding-bottom: 14px;
        }
        #footer.enclosed .footer-links {
            background: none;
        }
        #footer .sitemap h4 {
            text-transform: uppercase;
            color: #5a5a5a;
            font-size: 1.000em;
            margin-bottom: 10px;
        }
        #footer .sitemap div {
            border-left: 1px solid #cccccc;
            padding-left: 12px;
            float: left;
            margin-top: 25px;
        }
        #footer .sitemap li {
            padding-top: 8px;
        }
            #footer .sitemap li a {
                color: #646464;
                font-size: 0.916em;
            }
                #footer .sitemap li a:hover {
                    text-decoration: underline;
                }
        #footer .sitemap .col-help {
            width: 190px;
            float: left;
        }
        #footer .sitemap .col-more {
            width: 190px;
        }
        #footer .sitemap .col-account {
            width: 190px;
            float: left;
        }
        #footer .sitemap .col-follow {
            width: 302px;
            position: relative;
        }
            #footer .sitemap .col-follow .icons {
                position: absolute;
                top: 27px;
                left: 129px;
            }
            #footer .sitemap .col-follow .icons li {
                float: left;
                margin-right: 8px;
            }
            #footer .sitemap .col-follow .icons a {
                display: block;
                width: 47px;
                height: 28px;
                text-indent: -9999px;
                background: url(/images/social-icons-sprite.png) no-repeat;
            }
                #footer .sitemap .col-follow .icons a.facebook {   background-position: -62px -43px; }
                #footer .sitemap .col-follow .icons a.twitter {    background-position: -62px -0px; }
                #footer .sitemap .col-follow .icons a.pinterest {  background-position: -62px -131px; }
                #footer .sitemap .col-follow .icons a.youtube {    background-position: -62px -215px; }
                #footer .sitemap .col-follow .icons a.instagram {  background-position: -62px -174px; }
                #footer .sitemap .col-follow .icons a.blog {       background-position: -62px -87px; }
                #footer .sitemap .col-follow .icons a.tumblr {     background-position: -62px -256px; }

                #footer .sitemap .col-follow .icons a.facebook:hover {   background-position: -0px -43px; }
                #footer .sitemap .col-follow .icons a.twitter:hover {    background-position: -0px -0px; }
                #footer .sitemap .col-follow .icons a.pinterest:hover {  background-position: -0px -131px; }
                #footer .sitemap .col-follow .icons a.youtube:hover {    background-position: -0px -215px; }
                #footer .sitemap .col-follow .icons a.instagram:hover {  background-position: -0px -174px; }
                #footer .sitemap .col-follow .icons a.blog:hover {       background-position: -0px -87px; }
                #footer .sitemap .col-follow .icons a.tumblr:hover {     background-position: -0px -256px; }
    #footer .footer-links {
        border-bottom: 1px dashed #d1d1d1;
        padding: 10px 0;
        text-transform: uppercase;
        color: #787878;
        font-size: 0.916em;
        background: url(/images/footer-cards-1x-noamex.png) center right no-repeat;
    }
        #footer .footer-links a {
            margin-left: 14px;
            padding-left: 16px;
            background: url(/images/dot.gif) center left no-repeat;
        }

.pagination-dots {
    text-align: center;
    padding: 10px 0;
}
    .pagination-dots a {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background: #c8c8c8;
        margin: 0 3px;
        text-indent: -9999px;
    }
    .pagination-dots .current {
        background: black;
    }

#banners {
}
    #banner-wrap {
        width: 920px;
        height: 540px;
        position: relative;
    }
    #banners .slide {
        display: none;
        position: absolute;
    }
        #banners .slide a {
            display: block;
        }
        #banners .slide a.cover {
            position: absolute;
            top: 0;
            display: block;
            height: 540px;
            z-index: 200;
            zoom: 1;
            background: #fff;
            filter: alpha(opacity=0);
            opacity: 0;
        }
        #banners .orientation-vertical a.cover {
            width: 920px;
            left: 0;
        }


div.dotted-title {
    border: 1px dashed #b1b1b1;
    padding: 1px;
}
    div.dotted-title .title {
        border: 0;
    }

.dotted-title h2,
.dotted-title h3,
.dotted-title h4 {
    margin-left: 20px;
    margin-bottom: 10px;
}

.dotted-title ol,
.dotted-title ul {
    margin-left: 35px;
    margin-bottom: 15px;
}

.dotted-title li {
    list-style-type: circle;
    line-height: 1.2rem;
}

.dotted-title ol li {
    list-style-type: decimal;
}

div.title .intro h2 {
    float: none;
    background: none;
    padding-left: 0;
    font-weight: bold;
    text-transform: none;
    margin: 0 20px;
    padding-bottom: 15px;
    padding-top: 0;
    font-size: 1em;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.54;
    color: #121212;
    letter-spacing: 0;
}

div.title h1,
div.title h2,
h1.title,
#login.mini-page header h1,
#content.account header h1 {
    background: #e7dece url(/images/cardboard-texture.jpg);
    padding: 15px 20px 8px;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 1px;
    font-family: 'Gill Sans W04 Roman', Arial, sans-serif;
}

div.title h1.title {
    background: none;
}

div.title,
h1.title,
#login.mini-page header h1,
#content.account header h1 {
    background: #e7dece url(/images/cardboard-texture.jpg);
}
div.title {
    position: relative;
    border: 1px solid #bebdbc;
}
div.title h2 {
    width: auto;
    display: inline-block;
    float: left;
}
div.title p {
    float: left;
    font: 1.167em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Helvetica, Arial, sans-serif;
    color: #282828;
    padding-top: 18px;
}
    div.title .right {
        position: absolute;
        top: 00px;
        right: 20px;
    }
    div.title .right a {
        color: #dd8010;
    }

div.listing-title p {
    float: none;
    margin: 0 20px;
    padding-bottom: 15px;
    padding-top: 0;
    font-size: 1em;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.54;
    color: #121212;
}

    div.listing-title p a {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
        color: #de8111;
        cursor: pointer;
    }

    div.listing-has-image .intro {
        background: white;
        background: rgba(255, 255, 255, 0.85);
        width: 545px;
    }


/*
 * My Account Styling
 */
#login.mini-page {
    padding-top: 130px;
    background: url(/images/account-sq-logo-1x.gif) top center no-repeat;
}
    #login.mini-page header {
        position: relative;
    }
    #login.mini-page header h1 {
        text-align: center;
    }
    #login.mini-page header a {
        position: absolute;
        top: -45px;
        border: none;
        font: 1.416em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
        text-transform: uppercase;
        color: black;
        padding: 0;
        padding-top: 6px;
        padding-left: 20px;
        background: url(/images/account-back.gif) left center no-repeat;
    }
    #login.mini-page .clearafter {
        border-top: 1px dashed #d1d1d1;
        border-bottom: 1px dashed #d1d1d1;
        border-right: 1px dashed #d1d1d1;
    }
    #login.mini-page .maincol {
        background: none;
        border: 1px dashed #d1d1d1;
        border-top: 0;
        border-bottom: 0;
        min-height: auto;
    }
        #login.mini-page .maincol h2 {
            display: none;
        }
    #login.mini-page .subcol {
        border: 0;
        border-left: 0;
        min-height: auto;
        height: auto;
    }
    #login.mini-page a {
        color: #de8111;
        font: bold 1em Helvetica, Arial, sans-serif;
    }
    #login.mini-page footer {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    #login.mini-page footer p {
        font-size: 1.2em;
    }
    #login.mini-page footer p strong {
        font-size: 1.2em;
        font-family: 'Gill Sans W04 Roman', Arial, sans-serif;
        font-weight: normal;
        background: url(/images/padlock-1x.gif) top left no-repeat;
        padding-left: 18px;
        padding-top: 3px;
    }
    #login.mini-page .subcol h3 {
        margin-top: 25px;
        margin-bottom: 20px;
        font-size:  1.75em;
        font-family: 'Gill Sans W04 Roman', Arial, sans-serif;
        color: #282828;
    }
    #login.mini-page .error {
        border: 1px solid #FF9999;
        background: #FFCCCC;
        margin-bottom: 15px;
        padding: 8px;
        color: #333;
    }
        #login.mini-page .error a {
            color: red;
            text-decoration: underline;
        }
    #content.account .subcol {
        width: 140px;
        float: left;
        border-top: 1px dashed #d1d1d1;
        border-right: 1px dashed #d1d1d1;
        padding-top: 25px;
        margin-top: 15px;
    }
        #content.account .subcol nav a {
            display: block;
            font-weight: bold;
            color: #747474;
            font-family: Helvetica, Arial, sans-serif;
            margin-bottom: 14px;
        }
            #content.account .subcol nav a:after {
                padding-left: 5px;
                font-size: 1em;
                content: "»";
            }
            #content.account .subcol nav a.account-logout {
                margin-top: 30px;
                color: #A6A6A6;
            }
                #content.account .subcol nav a.account-logout:after {
                    content: "";
                }
            #content.account .subcol nav a.active {
                color: #de8111;
            }
    #content.account .maincol {
        width: 743px;
        float: left;
        border-top: 1px dashed #d1d1d1;
        border-left: 1px dashed #d1d1d1;
        margin-top: 15px;
        margin-left: -1px;
        padding-left: 40px;
    }
        #content.account .maincol h3 {
            font-size: 1.16em;
            font-family: 'Gill Sans W04 Roman', Arial, sans-serif;
            letter-spacing: 1px;
            font-weight: normal;
            text-transform: uppercase;
            color: #383838;
            border-bottom: 1px dashed #d1d1d1;
            padding-bottom: 4px;
            margin-top: 25px;
            margin-bottom: 15px;
        }
        #content.account .maincol fieldset {
            margin-bottom: 40px;
        }
        #content.account .button-account-mini {
            background: #b6b6b6;
            background-image: -moz-linear-gradient(top, #f8b628 0%, #c66d00 100%);
            background-image: -webkit-linear-gradient(top, #f8b628 0%,#c66d00 100%);
            background-image: -o-linear-gradient(top, #f8b628 0%,#c66d00 100%);
            background-image: -ms-linear-gradient(top, #f8b628 0%,#c66d00 100%);
            filter:progid:dximagetransform.microsoft.gradient( startcolorstr='#f8b628', endcolorstr='#c66d00',gradienttype=0 );
            background: linear-gradient(top, #f8b628 0%,#c66d00 100%);
            border: 0;
            box-shadow: 0px 1px 1px #CCC;
            font-weight: normal;
            font-size: 10px;
            font-family: Arial, Helvetica, sans-serif;
            color: white;
            text-decoration: none;
        }
        #content.account dl dt {
            color: #5a5a5a;
            font-size: 1em;
        }
        #content.account dl dd {
            font-size: 1em;
        }
        #content.account .field {
            width: 300px;
        }
        #content.account #customer_firstname_wrap,
        #content.account #customer_lastname_wrap,
        #content.account #customer_password_wrap,
        #content.account #customer_password_confirm_wrap {
            float: left;
        }

        #content.account #customer_firstname_wrap,
        #content.account #customer_password_wrap {
            margin-right: 75px;
        }

    #content.account fieldset.loyalty {
        background-repeat: no-repeat;
        background-position: bottom right;
        min-height: 255px;
        margin-bottom: -10px;
        padding-bottom: 20px;
    }
    #content.account .loyalty dt {
        padding-top: 4px;
        width: auto;
        font-weight: normal;
        margin-right: 12px;
        vertical-align: baseline;
        line-height: 28px;
        margin-top: -1px;
    }
    #content.account .loyalty dd {
        padding-top: 4px;
        line-height: 24px;
        font-size: 2em;
        font-weight: bold;
        font-family: Helvetica, Arial, sans-serif;
        vertical-align: baseline;
        border-top: 1px dashed #cbcbcb;
        margin-left: 0;
        width: 400px;
    }


    #login.mini-page .maincol button {
        float: right;
    }


.breadcrumb {
    padding-bottom: 9px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 0.916em;
}
    .breadcrumb a {
        padding-left: 10px;
        padding-right: 15px;
        padding-top: 1px;
        background: url(/images/breadcrumb-right.gif) right no-repeat;
        color: #282828;
    }
        .breadcrumb a.back {
            float: right;
        }
    .breadcrumb span {
        padding-left: 10px;
        color: #787878;
    }


.listing {
}
    .listing .subcol {
        float: left;
        width: 174px;
        border-right: 1px dashed #d1d1d1;
    }
        .listing .subcol h3 {
            font: 1.167em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
            color: #282828;
            text-transform: uppercase;
            padding: 10px 15px;
        }
            .listing .subcol h3 a,
            .listing .subcol h4 a {
                font-size: 0.78em;
                font: 0.78em Helvetica, Arial, sans-serif;
                text-transform: capitalize;
                color: #646464;
                border-bottom: 1px solid #646464;
                padding-bottom: 0;
                /* float: right; */
            }
            .listing .subcol h4 {
                color: #282828;
                cursor: pointer;
                font: 1.167em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
                padding-bottom: 4px;
                padding-top: 10px;
                padding-left: 30px;
                border-top: 1px solid #c8c8c8;
                border-bottom: 1px solid #c8c8c8;
                background: url(/images/down.gif) 17px 14px no-repeat;
            }
                .listing .subcol h4 a {
                    margin-right: 10px;
                }
                .listing .subcol .closed h4 {
                    border-bottom: 0;
                    background-image: url(/images/right.gif);
                }
            .listing .subcol .closed ul {
                display: none;
            }
            .listing .subcol ul {
                margin-top: 12px;
                margin-bottom: 12px;
                max-height: 108px;
                overflow: auto;
                margin-right: 10px;
            }
                .listing .subcol li a {
                    color: #282828;
                    font: 0.916em Helvetica, Arial, sans-serif;
                    margin-bottom: 5px;
                    padding-left: 30px;
                    background: url(/images/tickbox-false.gif) 12px 0 no-repeat;
            }
                .listing .subcol li.active a {
                    background: url(/images/tickbox-false.gif) 12px 0 no-repeat;
                }
                .listing .subcol li.nocheck a {
                    background-image: none;
                }
                .listing .subcol li.active a::before {
                    display: inline-block;
                    content: " ";
                    width: 6px;
                    height: 6px;
                    margin-left: -16px;
                    margin-right: 7px;
                    position: relative;
                    top: -1px;

                    background: #de8111;
                }
            .listing .subcol li.measurement {
                font-size: 0.9em;
                line-height: 1.2em;
                color: #7f7f7f;
                margin-top: 4px;
                margin-bottom: 4px;
                margin-left: 29px;
            }
    .listing .maincol {
        float: left;
        width: 748px;
        border-left: 1px dashed #d1d1d1;
        padding-top: 1px;
        padding-left: 1px;
        margin-left: -1px;
        background: white;
    }
        .listing .maincol-fullwidth {
            float: none;
            width: 100%;
            border-left: 0;
            margin-top: 10px;
        }
        .listing #no-results {
            background: #f5f5f5;
            padding: 20px;
        }
            .listing #no-results h1 {
                margin-bottom: 10px;
                font-size: 1.75em;
                font-family: 'Gill Sans W04 Roman', sans-serif;
            }
            .listing #no-results p {
                font-size: 1.1em;
                color: #3b3b3b;
            }
        .listing .maincol .filter {
            background: #f5f5f5;
            padding: 10px 15px;
            font-size: 0.916em;
            color: #282828;
        }
            .listing .maincol .filter .left {
                width: 300px;
                float: left;
            }
                .listing .maincol .filter .left .count {
                    border-right: 1px solid #aaaaaa;
                    padding-right: 10px;
                    margin-right: 8px;
                }
                .listing .maincol .filter .perpage a,
                .listing .maincol .filter .right a {
                    margin-left: 2px;
                    padding: 4px;
                    border: 1px solid #f5f5f5;
                    display: inline-block;
                    min-width: 9px;
                    text-align: center;
                }
                    .listing .maincol .filter .perpage a:hover,
                    .listing .maincol .filter .right a:hover {
                        border: 1px solid #666666;
                        border-radius: 13px;
                        padding: 4px;
                    }
                    .listing .maincol .filter .perpage a.active,
                    .listing .maincol .filter .right a.active {
                        border: 1px solid #282828;
                        border-radius: 13px;
                        padding: 4px;
                    }
            .listing .maincol .filter .center {
                width: 119px;
                float: left;
                text-align: center;
            }
                .listing .maincol .filter .center a {
                    display: inline-block;
                    padding: 4px 12px;
                    background: url(/images/up.gif) right 8px no-repeat;
                }
            .listing .maincol .filter .right {
                margin-left: 20px;
                float: right;
                text-align: right;
            }
                .listing .maincol .filter select {
                    font-size: 0.9em;
                }
        .listing .maincol-fullwidth .product {
            width: 169px;
        }
        .listing .product {
            width: 170px;
            height: 242px;
            float: left;
            text-align: center;
            padding: 15px 8px 10px;
            margin-bottom: 30px;
            position: relative;
        }
            .soldout .listing .product {
                width: 169px;
            }
            .listing .no-image {
                display: block;
                width: 160px;
                height: 210px;
            }
            .listing .product img {
                margin-bottom: 10px;
            }
            .listing .product h4 {
                text-align: center;
                color: #363636;
                font: 0.916em Helvetica, Arial, sans-serif;
            }
            .listing .product .price {
                text-align: center;
                margin-top: 5px;
                color: #363636;
                font: bold 1em Helvetica, Arial, sans-serif;
            }
                .listing .product .was {
                    font-size: 0.9em;
                    /* text-decoration: line-through; */
                }
                .listing .product .now {
                    color: #c02323;
                }
            .listing .product .quick-view {
                position: absolute;
                left: 18px;
                top: 185px;

                display: block;
                width: 150px;
                height: 23px;

                text-align: center;
                background: url(/images/cardboard-texture.jpg);
                border-radius: 20px;
                border: 1px solid #d7cebc;
                font: 1em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', sans-serif;
                text-transform: uppercase;
                line-height: 26px;
                opacity: 0;
                -webkit-transition: 0.4s opacity ease-out;
            }
                .listing  .product .quick-view span {
                    padding-right: 15px;
                    padding-top: 1px;
                    background: url(/images/plus.gif) top right no-repeat;
                }
                .js .listing  .product:hover .quick-view {
                    opacity: 1;
                }

#save_search {
    margin-top: 15px;
    text-align: center;
}
    #save_search a.button {
        border: 1px solid #d6d6d6;
        font-size: 1.09em;
        display: inline-block;
        width: 80%;
        margin: 0 auto;
    }
    #save_search a.button span {
        font-size: 1em;
        font-weight: bold;
        font-family: Helvetica, Arial, sans-serif;
        color: #656565;
        padding: 6px 0 6px 20px;
        text-shadow: 1px 1px 0px #FFF;
        background: url(/images/star.png) no-repeat 2px 5px;
    }

.soldout {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d1d1d1;
}
.soldout h1 {
    font: 2.1667em/1 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', sans-serif;
    color: #de8111;
    text-transform: uppercase;
    padding: 15px 15px 8px;
    border: 1px solid #c8c8c8;
    margin-bottom: 15px;
}
    .soldout p {
        color: #363636;
    }

/* Product Page */
.product-detail {
}
    .product-detail .leftcol {
        width: 430px;
        float: left;
    }
    .product-detail .rightcol {
        width: 411px;
        float: right;
        padding-right: 50px;
        position: relative;
    }
        .product-detail .rightcol h1 {
            font: 1.75em/1.1 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', sans-serif;
            color: #3c3c3c;
            margin-bottom: 10px;
        }
        .product-detail p.stock {
            margin-bottom: 15px;
        }
            .product-detail .unique {
                color: #e79000;
                display: block;
                font-size: 1.25em;
                margin-bottom: 0.7em;
                font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', sans-serif;
            }
                .product-detail .unique strong {
                    font-style: italic;
                }
        .product-detail .rightcol .stock span.stock {
            font: 0.916em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
            text-transform: uppercase;
            color: #676767;
            letter-spacing: 1px;
            margin-right: 10px;
        }
            .product-detail .rightcol .stock-sold {
                margin-bottom: 10px;
            }
            .product-detail .rightcol .stock-sold span.stock {
                font-size: 1.25em;
                color: #de8111;
            }
        .product-detail .rightcol .stock .price {
            font: 1.5em Helvetica, Arial, sans-serif;
            color: #282828;
        }
        .product-detail .rightcol .stock .was-price {
            font-size: 1.25em;
        }
        .product-detail .rightcol .now-price {
            color: #c02323;
            font-size: 1.5em;
            margin-top: -10px;
            margin-bottom: 10px;
        }
        .product-detail .actions {
            margin-bottom: 18px;
        }
        .product-detail .actions .button-pill {
            margin-right: 60px;
            padding: 3px 58px;
        }
    .product-detail dl {
        color: #5a5a5a;
    }
    .product-detail dt {
        font-weight: bold;
        margin-bottom: 10px;
        width: auto;
        float: left;
        clear: left;
        margin-right: 5px;
    }
    .product-detail dd {
        margin-bottom: 10px;
    }

    .product-detail .tabs {
        width: 461px;
        margin-bottom: 15px;
    }
        .product-detail .tabs nav a {
            color: #646464;
            font: bold 1em Helvetica, sans-serif;
            padding: 5px 22px;
            background: url(/images/cardboard-texture.jpg);
            display: inline-block;
            border: 1px solid #c8c8c8;
            margin-bottom: -1px;
        }
        .product-detail .tabs nav a.current {
            border-bottom: 1px solid white;
            background: white;
        }
        .product-detail .tabs > div {
            border: 1px solid #c8c8c8;
            padding: 15px;
            color: #5a5a5a;
        }
        .product-detail .tabs p.strong {
            font-weight: bold;
        }
        .product-detail dl.two-col dd {
            float: left;
            margin-right: 20px;
        }
        .product-detail .size-guide-button {
            float: right;
        }
        #inline-sizeguidemodal img {
            float: right;
            margin-top: 30px;
            margin-left: 10px;
            margin-bottom: 10px;
        }
            #inline-sizeguidemodal.image-landscape-Y img {
                float: none;
                margin-top: 0;
            }

        .related {
            width: 461px;
        }
            .related h3 {
                font: 1.333em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Helvetica, sans-serif;
                color: #363636;
                margin-bottom: 6px;
            }
            .related .col {
                width: 80px;
                float: left;
                margin-right: 15px;
            }
                .related .col-4 {
                    margin-right: 0;
                }
            .related img {
                border: 1px solid #c8c8c8;
            }
            .related .price {
                text-align: center;
                color: #363636;
                font: bold 0.916em Helvetica, Arial, sans-serif;
                padding: 6px 0;
            }
    .product-detail .gallery {
        margin-bottom: 15px;
        position: relative;
    }
        .product-detail .leftcol .thumbs {
            width: 80px;
            float: left;
            height: 442px;
            overflow: hidden;
            position: relative;
        }
        .product-detail .thumbs .thumb {
            display: block;
            margin-bottom: 6px;
        }
        .product-detail .thumbs .thumb img {
            border: 1px solid #c8c8c8;
        }
        .product-detail .thumbs .gallery-arrow--up,
        .product-detail .thumbs .gallery-arrow--down {
            position: absolute;
            left: 23px;
        }
        .product-detail .thumbs .gallery-arrow--up {
            top: 0;
        }
        .product-detail .thumbs .gallery-arrow--down {
            bottom: 0;
        }
        .product-detail .thumbs .gallery-arrow--up img,
        .product-detail .thumbs .gallery-arrow--down img {
            margin-left: 9px;
            display: block;
            position: absolute;
        }
        .product-detail .thumbs .gallery-arrow--up img {
            top: 0;
        }
        .product-detail .thumbs  .gallery-arrow--down img {
            bottom: 0;
        }
        .gallery-actions {
            font: 0.916em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
            text-transform: uppercase;
            padding-left: 85px;
        }
        .gallery-actions p {
            display: inline-block;
        }
        .gallery-actions a {
            float: right;
        }
        .product-detail .leftcol .view {
            float: left;
            margin-left: 4px;
            border: 1px solid #c8c8c8;
            text-align: center;
            height: 442px;
            width: 344px;
            position: relative;
            overflow: hidden;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                    box-sizing: border-box;
        }
            .product-detail .leftcol .view a {
                font: 0.8333em Helvetica, Arial, sans-serif;
                color: #616161;
                position: absolute;
                bottom: 10px;
                right: 15px;
            }
        /* Design has bottom border however on Recycled page can end up with double
         * dashed lines close together */
        .product-detail .social {
            border-top: 1px dashed #d1d1d1;
            /* border-bottom: 1px dashed #d1d1d1; */
            padding-top: 8px;
            padding-bottom: 8px;
            padding-left: 7px;
        }
            .product-detail .social .twitter-share-button {
                position: relative;
                top: 2px;
                margin-left: 20px;
                margin-right: 20px;
            }
            .product-detail .social .fb-like {
                position: relative;
                top: -1px;
            }
    .product-detail .rightcol #zoom {
        display: block;
        /* width: 462px; */
        /* height: 442px; */
        /* border: 1px solid #AAA; */
        /* min-height: 100%; */

        position: absolute;
        left: -1px;
        top: 0;
        /* background: white; */
        overflow: hidden;
    }
        .product-detail .rightcol #zoom img {
            display: none;
        }
    .product-detail .zoom-handle {
        display: none;
        width: 180px;
        height: 180px;

        background: white;
        opacity: 0.5;

        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #CCC;
        pointer-events: none;
    }
    .product-detail .recycled {
        border-top: 1px dashed #cbcbcb;
        margin-top: 10px;
        padding-top: 20px;
    }
        .product-detail .recycled .related {
            width: 175px;
            margin-right: 40px;
            float: left;
        }
            .product-detail .recycled .related .col-1 {
                margin-right: 0;
                margin-bottom: 10px;
            }
        .product-detail .recycled .recycled-content {
            padding-right: 350px;
            margin-left: 215px;
            background-repeat: no-repeat;
            background-position: top right;
        }
        .product-detail .recycled h3 {
            font: 1.3em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Helvetica, Arial, sans-serif;
            color: #363636;
            margin-bottom: 0.625em;
        }
        .product-detail .recycled-content img {
            margin: 10px 15px;
        }

.fullscreengallery {
    width: 800px;
    margin: 0 auto;
}
    .fullscreengallery .thumbnails {
        text-align: center;
    }
    .fullscreengallery .thumbnails a img {
        border: 1px solid #c8c8c8;
        margin: 10px;
    }


.preview-product {
    width: 460px;
}

    .preview-product .leftcol {
        width: 174px;
        float: left;
        margin-right: 20px;
    }
        .preview-product .leftcol img {
            border: 1px solid #c8c8c8;
            margin-bottom: 10px;
        }
        .preview-product .social-actions {
        }
        .preview-product .social-actions .pin-it-button,
        .preview-product .social-actions .twitter-share-button,
        .preview-product .social-actions .rokit-fb-like {
            float: left;
            margin-right: 12px;
        }
        .preview-product .social-actions .rokit-fb-like {
            margin-right: 12px;
        }
        .preview-product .social-actions a img {
            border: 0;
        }


    .preview-product .rightcol {
        width: 265px;
        padding-right: 0;
    }
    .preview-product .rightcol h1 {
        font-size: 1.41em;
        line-height: 1.2;
    }
    .preview-product .rightcol .stock .price {
        font-size: 1.25em;
    }
    .preview-product .tabs > div {
        padding: 0;
        padding-top: 20px;
        border: 0;
        border-top: 1px solid #c8c8c8;
    }
    .js .preview-product .tabs > div + div {
        display: none;
    }
    .preview-product .button-pill {
        margin-bottom: 0;
    }

.basket-page div.title a {
    position: absolute;
    top: 8px;
    right: 21px;
}
.basket {
    margin-top: 25px;
    width: 100%;
    border: 1px solid #c8c8c8;
    border-right: 0;
}
    .basket th,
    .basket td {
        border-right: 1px solid #c8c8c8;
    }
    .basket th {
        border-bottom: 1px solid #c8c8c8;
        font: 1.167em/1 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Helvetica, Arial, sans-serif;
        color: #484848;
        text-transform: uppercase;
        padding: 13px 20px 11px;
    }
    .basket td {
        border-bottom: 1px dashed #c8c8c8;
        vertical-align: top;
        padding: 22px 20px;
    }
    .basket td.image {
        border-right: 0;
        padding: 15px 0 15px 14px;
        width: 98px;
    }
    .basket p.title,
    .account-basket .title  {
        width: 165px;
        color: #585858;
        font: 1.333em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Helvetica, sans-serif;
    }
    .basket p.actions {
        margin-top: 10px;
        color: #565656;
        font: 0.916em Helvetica, Arial, sans-serif;
    }
        .basket p.actions a {
            padding-right: 8px;
            padding-left: 6px;
            border-right: 1px solid #b4b4b4;
        }
        .basket p.actions .first {
            padding-left: 0;
        }
        .basket p.actions .last {
            border-right: 0;
        }
    .basket th.price,
    .basket th.price p,
    .basket td.price p {
        text-align: right;
    }
    .basket td.options {
        width: 179px;
    }
    .basket td.price {
        width: 195px;
        position: relative;
    }
    .basket-twothirds td.price {
        width: 130px;
    }
    .basket td.price,
    .basket-page .price-summary td {
        text-align: right;
        color: #363636;
        font: 1.25em Helvetica, Arial, sans-serif;
    }
    .basket td.price strong {
        font-size: 12px;
        color: #5a5a5a;
    }
    .basket tr.sold .title,
    .basket tr.sold .options dl dt,
    .basket tr.sold .options dl dd,
    #content.account .basket .sold dl dt {
        color: #b3b3b3;
    }
    .basket tr.sold .image img {
        opacity: 0.4;
    }
    .basket td.price .button-pill,
    #content.account .basket td.price .button-pill{
        font-size: 0.933em;
        position: absolute;
        bottom: 19px;
        left: 15px;
        padding-left: 0;
        padding-right: 0;
        width: 205px;
        text-align: center;
    }
        #content.account .basket td.price .button-pill {
            width: 140px;
        }
        .basket td.price .button-pill span {
            /* font-family: "Proxima N W02 Reg", Arial, sans-serif; */
        }
    .basket .add-on {
        font-size: 0.8em;
        color: #990000;
    }
        .basket .add-on .label {
            padding-right: 5px;
        }
        .basket .add-on .price {
            padding-left: 5px;
        }
    .basket .qty-selector {
    }
        .basket .qty-selector .qty,
        .basket .qty-selector a {
            border: 1px solid #cfcfcf;
            border-radius: 3px;
            padding: 1px 0;
            text-align: center;
            display: inline-block;
            width: 26px;
            margin-left: 5px;
            box-shadow: inset 1px 1px 7px #DDD;
        }
            .basket .qty-selector a {
                color: #858585;
                width: 19px;
                margin-left: 1px;
                font-weight: bold;
                background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
                background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e0e0e0 100%);
                background-image: -o-linear-gradient(top, #f5f5f5 0%,#e0e0e0 100%);
                background-image: -ms-linear-gradient(top, #f5f5f5 0%,#e0e0e0 100%);
                filter:progid:dximagetransform.microsoft.gradient( startcolorstr='#f5f5f5', endcolorstr='#e0e0e0',gradienttype=0 );
                background: linear-gradient(top, #f5f5f5 0%,#e0e0e0 100%);
            }
            .basket .qty-selector a:hover {
                text-decoration: none;
                background-image: -moz-linear-gradient(top, #e0e0e0 0%, #f5f5f5 100%);
                background-image: -webkit-linear-gradient(top, #e0e0e0 0%,#f5f5f5 100%);
                background-image: -o-linear-gradient(top, #e0e0e0 0%,#f5f5f5 100%);
                background-image: -ms-linear-gradient(top, #e0e0e0 0%,#f5f5f5 100%);
                filter:progid:dximagetransform.microsoft.gradient( startcolorstr='#e0e0e0', endcolorstr='#f5f5f5',gradienttype=0 );
                background: linear-gradient(top, #e0e0e0 0%,#f5f5f5 100%);
            }

.basket-delivery-message {
    padding-top: 10px;
    padding-bottom: 10px;
}
.basket-delivery-message p {
    color: #c02323;
}

.basket-page .delivery-info-banner {
     background-color: #e7dece;
     padding: 23px 0;
     width: 100%;
     margin: 20px auto;
 }
    .basket-page .delivery-info-banner p {
             text-align: center;
             margin: 0;
             font-size: 11.7px;
         }
.basket-page .summary
{
    margin-top: 18px;
    margin-bottom: 15px;
}
    .basket-page .summary .left {
        width: 428px;
        float: left;
        padding-bottom: 35px;
        background: url(/images/cards-paypal-noamex.png) 25px 100% no-repeat;
    }
        .basket-page .summary h3 {
            font: 1.167em 'Gill Sans MT', Calibri, '3Gill Sans W04 Roman', Helvetica, sans-serif;
            margin-bottom: 8px;
            color: #484848;
        }
        .basket-page .summary .voucher {
            border: 1px solid #cccccc;
            padding: 14px 22px 0px;
        }
        .basket-page .summary .voucher h3 {
            text-transform: uppercase;
        }
        .basket-page .summary .voucher .field {
            width: 260px;
            margin-right: 9px;
            float: left;
        }
    .basket-page .summary .right {
        width: 415px;
        float: right;
    }
    .basket-page .price-summary table {
        width: 100%;
    }
    .basket-page .price-summary th {
        font: bold 1em Helvetica, Arial, sans-serif;
        color: #5a5a5a;
        padding-bottom: 15px;
    }
    .basket-page .price-summary td {
        padding-right: 21px;
    }
    .basket-page .price-summary .totalprice th,
    .basket-page .price-summary .totalprice td {
        border-top: 1px dashed #c8c8c8;
        padding-top: 15px;
    }
    .basket-page .price-summary .totalprice th {
        font-size: 1.333em
    }
    .basket-page .price-summary .totalprice td {
        font-size: 1.75em;
    }
    .basket-actions {
        margin-bottom: 40px;
    }
    .basket-actions .button-pill {
        float: right;
        margin-right: 22px;
    }
    .basket-actions .toggle-button {
        position: relative;
        top: 12px;
        margin-left: 23px;
    }

.basket-page .loyalty-card {
    background: url(/images/loyalty-card-icon.jpg) no-repeat 10px 7px;
    padding-left: 90px;
}
    .basket-page .loyalty-card h3 {
        text-transform: uppercase;
        font-family: 'Gill Sans W04 Book', Helvetica, Arial, sans-serif;
        float: left;
        margin-right: 30px;
    }
    .basket-page .loyalty-card p {
        color: #363636;
        font-size: 1.1em;
        margin-top: -1px;
    }
    .basket-page .loyalty-card p strong,
    #content.account .loyalty-summary p strong {
        margin-left: 5px;
    }
    .basket-page .loyalty-card p span + span,
    #content.account .loyalty-summary p span + span {
        margin-left: 25px;
    }
 #content.account .loyalty-summary h3 {
     margin-bottom: 5px;
}
#content.account .loyalty-summary p {
    background: url(/images/loyalty-card-icon.jpg) no-repeat 10px 7px;
    padding-left: 90px;
    color: #363636;
    font-size: 1.1em;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 0;
}

.twocolpage {
    margin-top: 10px;
}

.dotted-title + .twocolpage {
    margin-top: 20px;
}

.cols {
    font-size: 0;
    margin-right: -60px;
}
    .cols > * {
        font-size: 12px;
    }
.col {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.col--half {
    width: 50%;
}
.col img {
    width: 100%;
    height: auto !important;
    margin-bottom: 24px;
}
.col input.input,
.col textarea {
    box-sizing: border-box;
    max-width: 433px;
}
.col .field {
    margin-bottom: 30px;
}
.col .field label {
    margin-bottom: 15px;
}
.col .field input.input {
    line-height: 2.3;
    height: auto;
    box-shadow: none;
}
.col .field input.input.number {
    text-align: right;
    padding: 1px 20px;
}
.cols .right {
    text-align: right;
    padding-right: 60px;
}

#checkout {}
    #checkout .submission-error {
        border: 1px solid #c02323;
        padding: 10px;
        margin-bottom: 10px;
    }
    #checkout .submission-error p {
        color: #c02323;
        padding: 0;
        margin: 0;
    }
    #checkout div.title {
        margin-bottom: 35px;
    }
        #checkout .title h1 {
            background: url(/images/cards-paypal-noamex.png) no-repeat center right;
            margin-right: 15px;
        }
    #checkout .maincol,
    .twocolpage .maincol {
        width: 620px;
        float: left;
        margin-right: 27px;
    }
    #checkout .subcol,
    .twocolpage .subcol {
        width: 278px;
        float: left;
    }
    #checkout h3 {
        font: 1.1667em 'Gill Sans MT', Calibri, 'Gill Sans W04 Book', Helvetica, Arial, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #282828;
        border-bottom: 1px dashed #b2b2b2;
        padding-bottom:8px;
        margin-bottom: 15px;
        margin-top: 30px;
    }
    #checkout .existing {
        padding: 10px 20px;
        border: 1px dashed #b2b2b2;
        margin-bottom: 25px;
    }
        #checkout .existing h3 {
            border: 0;
            padding-bottom: 5px;
            margin-bottom: 0;
            margin-top: 0;
        }
        #checkout .existing h3 a {
            margin-left: 40px;
        }
    #checkout .field {
        width: 280px;
        float: left;
        margin-right: 30px;
    }
    #checkout .address-wrap {
        width: 305px;
        float: left;
    }
        #checkout .copy-delivery-address {
            margin-bottom: 20px;
        }
        #checkout label strong {
            color: #5a5a5a;
        }
        #checkout .billing-address {
            margin-right: 10px;
        }
    #checkout .postcode-lookup {
        background: #f3f3f3;
        border: 1px solid #b4b4b4;
        padding: 10px;
    }
        #checkout .postcode-lookup input {
            width: 130px;
            float: left;
        }
        #checkout .postcode-lookup a {
            margin-top: 0;
            margin-left: 15px;
            cursor: pointer;
        }
            #checkout .postcode-lookup a:hover {
                color: #de8111;
            }
        #checkout .payment-method {
            margin-bottom: 20px;
        }
            #checkout .payment-method .field {
                margin: 0;
                width: auto;
            }
                #checkout .payment-method label  {
                    margin: 0 30px 0 0;
                    float: left;
                    vertical-align: middle;
                }
                    #checkout .payment-method input {
                        margin-right: 5px;
                        /*vertical-align: middle;*/
                    }
                    #checkout .payment-method img {
                        margin: 0 0 0 10px;
                        vertical-align: middle;
                    }
                    #checkout .payment-method small {
                        font-size: 0.9em;
                        line-height: 1.25;
                        font-weight: normal;
                        float: left;
                        width: 200px;
                    }
                #checkout .payment-method .payment-method__card {

                }
                #checkout .payment-method .payment-method__paypal {
                    margin-right: 8px;
                }
            #checkout #payment_type_wrap,
            #checkout #payment_name_wrap {
                float: none;
            }
            #checkout #payment_name_wrap {
                clear: both;
            }
            #checkout #payment_start_wrap,
            #checkout #payment_expiry_wrap {
                width: 125px;
            }

            #payment_expiry_month,
            #payment_expiry_year {
                width: 45%;
            }

            #checkout #payment_type_wrap {
                background: url(/images/cards-noamex.png) no-repeat 0px 22px;
                padding-bottom: 5px;
            }
                #checkout #payment_type_wrap label {
                    margin-bottom: 10px;
                }
                #checkout #payment_type_wrap select {
                    margin-left: 280px;
                }
            #checkout #payment_cv2_wrap {
                width: 134px;
                padding-right: 70px;
                background: url(/images/cv2.gif) no-repeat 96px 18px;
            }

            #checkout #payment_cv2_wrap input {
                width: 81px;
            }

            #checkout #order_billing_address_address_postcode_wrap,
            #checkout #order_delivery_address_address_postcode {
                width: 134px;
            }
    #checkout .footer {
        border: 1px solid #dddddd;
        background: #f3f3f3;
        padding: 20px 20px;
        margin-bottom: 15px;
    }
        #checkout .footer p strong {
            font: normal 1.20em "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
            color: #383838;
        }
        #checkout .footer p button {
            float: right;
            margin-top: -10px;
        }
    #checkout .optin {
        padding-left: 22px;
        text-indent: -22px;
        font-weight: bold;
        color: #5a5a5a;
        line-height: 1.5;
    }
        #checkout .optin input {
            margin-right: 5px;
        }
    #checkout aside .callout,
    .subcol .callout {
        margin-bottom: 20px;
    }
    #checkout aside h4,
    .subcol h4 {
        text-transform: uppercase;
        font-size: 1.25em;
    }
    #checkout.thanks {
        margin-bottom: 20px;
    }
    #checkout.thanks .title {
        margin-bottom: 17px;
    }
    #checkout.thanks .dotted {
        border: 1px dashed #d1d1d1;
        padding: 18px;
        display: block;
    }
        #checkout.thanks h2 {
            width: auto;
            padding: 5px 0;
            border-bottom: 1px dashed #d1d1d1;
            text-transform: uppercase;
            font-size: 1.1667em;
        }
        #checkout.thanks ol {
            padding-left: 0;
        }
        #checkout.thanks li {
            list-style-position: inside;
        }
        #checkout #thanks-like iframe {
            margin-top: 2px;
            margin-left: 10px;
        }
        #checkout.thanks p.account {
            margin-top: 20px;
        }
  #checkout .loyalty {
    padding-top: 22px;
    padding-bottom: 37px;
    border-bottom: 1px dashed #cbcbcb;
    background: url(/images/loyalty-card-med.jpg) no-repeat;
    margin-bottom: 15px;
    padding-left: 110px;
}
    #checkout .loyalty p {
        color: #5a5a5a;
    }
    #checkout .loyalty-signup {
        margin-top: 20px;
        margin-bottom: 20px;
        border-top: 1px dashed #cbcbcb;
        padding-top: 20px;
        background-position: 0px 20px;
        padding-bottom: 2px;
    }

.shipping-form #address_country_wrap label {
    display: none;
}
.shipping-form #address_country_wrap {
    margin-bottom: 5px;
}
.shipping-form select {
    width: 200px;
}
.shipping-form {
    margin-bottom: 5px;
}

.address-modal {
    width: 260px;
}
.address-modal h2 {
}
.address-modal li a {
    padding: 4px;
    display: block;
    cursor: pointer;
}
    .address-modal li a:hover {
        background: #EEE;
    }

#simplemodal-overlay {
    background: #000;
    background-color: rgb(0, 0, 0)!important;
}
.simplemodal-wrap {
    overflow: hidden !important;
}

.simplemodal-wrap iframe {
    padding-top: 15px;
}

.simplemodal-wrap-auto {
    overflow: auto !important;
}
#simplemodal-container {
    position: relative;
    padding: 15px 18px;
    border: 1px solid #b3b3b3;
    background: white;
    /* height: auto !important; */
    /* top: 10% !important; */
}
    #simplemodal-container .simplemodal-close {
        display: inline-block;
        cursor: pointer;

        position: absolute;
        top: 9px;
        right: 22px;

        font: 1.1667em 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: #646464;
        padding-right: 18px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAcElEQVQYV42QOw6AIBBEOSwdxBD2IFTQcR46qCk5hLUOweBGo2G6nTfZn3DOaa23l5RSIQQhpSSi1trBVEqBCdRxzpknBkN5YVgzwaM3HgmMNMbMNsv4r/ljtVl2jPustbXWnSmlBBP/EN77r7fEGE/wTMeE+d6qeAAAAABJRU5ErkJggg==) no-repeat right 3px;
    }


    #simplemodal-container.fullscreen .simplemodal-close {
        top: 50px;
        right: 100px;
    }

.rokit-fb-like-nocount {
    width: 48px;
    overflow: hidden;
}



/*
 * Store Locator
 */
.locations {
    margin-bottom: 20px;
}
.locations .location {
    padding: 25px 20px;
    border: 1px dashed #cbcbcb;
    width: 400px;
    float: left;
    margin-top: 20px;
}

.locations .col-0 {
    margin-right: 40px;
}
    .locations .location .richtext {
        width: 170px;
        float: left;
    }
    .locations .location img {
        float: right;
        border: 1px solid #cbcbcb;
    }


/*
 * Contact Page
 */
.contact .left {
    width: 525px;
    float: left;
}
.contact .right {
    width: 370px;
    float: right;
}
    .contact .richtext {
        padding-bottom: 0;
    }
    .contact form {
        margin-right: -20px;
    }
    .contact .field {
        width: 225px;
        float: left;
        margin-right: 20px;
    }
    .contact #contact_message_wrap {
        float: none;
        width: 470px;
    }
    .contact #contact_message_wrap textarea {
        width: 100%;
    }
    #contact_optin_wrap {
        width: 310px;
    }
    .field-checkbox label {
        font-weight: normal;
    }
    .contact #contact_optin_wrap {
        text-indent: -20px;
        margin-left: 20px;
    }

/*
 * FAQs
 */
.faqs-wrap {
    margin-top: 15px;
    border-top: 1px dashed #d1d1d1;
    position: relative;
}
    .faqs-wrap .intro {
        margin-top: 20px;
        width: 185px;
        margin-bottom: 0;
    }
dl.faqs {
    border-right: 1px dashed #d1d1d1;
    width: 361px;
    min-height: 350px;
    padding: 10px 0;
}
    .faqs dt {
        color: #888;
        line-height: 1.5;
        width: 150px;
        padding: 0.5em 15px;
        cursor: pointer;
    }
    .faqs h2 {
        font-size: 1.1em;
        color: #5a5a5a;
        border-bottom: 1px dashed #d1d1d1;
        padding-bottom: 6px;
        font-weight: bold;
        margin-top: 25px;
    }
    .faqs dt:hover {
        text-decoration: underline;
    }
    .js .faqs dt {
     font-weight: bold;
    }
    .js .faqs dt.current {
        color: #dd8010;
        visibility: visible;
        text-decoration: underline;
    }
    .faqs > dt {
        float: left;
        clear: left;
    }
    .faqs dt {
        background: url(/images/right.gif) 5px 13px no-repeat;
    }
    .js .faqs dd.current {
        visibility: visible;
/*      z-index: 2;*/
    }
    .faqs > dd {
        margin-bottom: 0;
        margin-left: 180px;
        background: #FFF;
    }
    .js .faqs > dd {
        position: absolute;
        left: 220px;
        top: 0;
        margin-left: 0;
        visibility: hidden;
        min-height: 100%;
        border-left: 1px dashed #d1d1d1;
        border-right: 1px dashed #d1d1d1;
        width: 210px;
        padding-left: 20px;
        padding-right: 20px;
    }
        .faqs dd dl {
            padding: 10px 0;
        }
            .faqs dl dt {
                float: left;
            }
            .faqs dl dd {
                background: #FFF;
                margin-left: 241px;
                width: 349px;
/*              border-left: 1px solid #CFCFCF;*/
                padding: 0 20px 10px;
            }
            .js .faqs dl dd {
                top: 0;
                background: #FFF;
                position: absolute;
                visibility: hidden;
            }
            .faqs dd .richtext {
                margin-top: 10px;
            }





/*
 * jQuery UI Styling
 */
/*
 * jQuery UI Slider 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.price-slider-wrapper {
    padding-right: 25px;
    padding-bottom: 10px;
}
.price-slider { position: relative; }
.ui-slider { position: relative; text-align: left; margin-top: 20px; margin-bottom: 20px; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 18px; height: 25px; cursor: pointer; background: url(/images/rokit-slider.png); margin-top: -8px; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }


.price-slider .label {
    position: absolute;
    bottom: -30px;
    font-size: 0.8333em;
    color: #282828;
    text-align: center;
    width: 40px;
    display: inline-block;
}

.ui-slider-horizontal { height: 2px; background: #b9b9b9; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; background: #666; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }



/*
 * 2X Assets for Hi-DPI Screens
 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {


    #footer .footer-links {
        background-size: 157px 16px;
        background-image: url(/images/footer-cards-2x-noamex.jpg);
    }

    #footer .sitemap h3 {
        background-image: url(/images/footer-est-2x-noamex.png);
        background-size: 135px 22px;
        margin-top: -11px;
    }
}

/**********/
/** BLOG **/
/**********/

/* General Styles */
.blog {}
    .blog .one-fourth {
        width: 200px;
    }
    .blog .three-fourths {
        width: 680px;
    }
    .blog .right {
        float: right;
    }
    .blog .left {
        float: left;
    }
    .blog header.main {
        border: 1px dashed #b1b1b1;

    }
        .blog header.main div {
            background: #e7dece url(/images/cardboard-texture.jpg);
            margin: 1px;
            padding: 28px 25px 14px;
        }
            .blog header.main h1 {
                font-family: 'Gill Sans W04 Roman', Arial, sans-serif;
                letter-spacing: 1px;
                text-transform: uppercase;
            }
    .blog div.main {
        margin-top: 20px;
    }
        .blog div.main .pagination {
            margin-top: 3px;
            background-color: #f5f5f5;
            font-size: 0.9em;
            color: #646454;
            padding: 6px 15px;
        }
            .blog div.main .pagination ul {
                float: right;
            }
                .blog div.main .pagination ul li {
                    float: left;
                }
                    .blog div.main .pagination ul li a {
                        display: block;
                        height: 22px;
                        padding: 0 9px;
                        text-align: center;
                        vertical-align: 10px;
                        line-height: 22px;
                    }
                    .blog div.main .pagination ul li a.prev {}
                    .blog div.main .pagination ul li a.next {}
                    .blog div.main .pagination ul li a.active {
                        background: url(/images/pagination-circle.png) no-repeat center;
                    }
    .blog .sidebar {
        color: #646454;
        font-size: 1em;
    }
        .blog .sidebar a {
            color: #646454;
        }
        .blog .sidebar div.instagram,
        .blog .sidebar div.twitter {
            margin-top: 55px;
        }
        .blog .sidebar div.instagram {
            padding-bottom: 10px;
        }
        .blog .sidebar .instagram .instagram-feed {
            padding: 0;
            margin: 0;
            border: 0;
            width: 200px;
        }
        .blog .sidebar .instagram-feed img {
            float: left;
            margin-right: 5px;
            margin-bottom: 5px;
        }
        .blog .sidebar div,
        .blog .sidebar nav {
            padding: 20px 15px 30px 30px;
            border-top: 1px solid #e2e2e2;
        }
        .blog .sidebar .icon {
            display: block;
            width: 47px;
            height: 28px;
            text-indent: -9999em;
            background: url(/images/social-icons-sprite.png) no-repeat 0 0;
        }
            .blog .sidebar div header {}
                .blog .sidebar div header a {
                    margin-top: -34px;
                    margin-left: -35px;
                }
                .blog .sidebar .instagram header a {background-position: -61px -174px;}
                .blog .sidebar .instagram header a:hover {background-position: 0 -174px;}
                .blog .sidebar .twitter header a {background-position: -61px 0;}
                .blog .sidebar .twitter header a:hover {background-position: 0 0;}
                .blog .sidebar div h1,
                .blog .sidebar nav h1 {
                    text-transform: uppercase;
                    color: #696969;
                    font-size: 1.1em;
                    font-weight: bold;
                    margin-bottom: 15px;
                }
                .blog .sidebar .twitter .tweet {
                    margin: 0px 0;
                    padding: 0;
                    border: 0;
                    margin-bottom: 15px;
                    line-height: 1.5;
                }
                    .blog .sidebar .twitter .tweet p {
                        line-height: 1.8;
                    }
                    .blog .sidebar .twitter .tweet a {
                        color: #e3954a;
                        text-decoration: underline;
                    }
                    .blog .sidebar .twitter .tweet .screen-name {
                        font-weight: bold;
                    }

        .blog .sidebar div.social-links {
            padding-left: 10px;
            padding-right: 10px;
        }
            .blog .sidebar div.social-links ul {
                width: 120px;
                margin: 0 auto;
            }
                .blog .sidebar div.social-links ul li {
                    float: left;
                }
                .blog .sidebar div.social-links ul li.facebook {}
                .blog .sidebar div.social-links ul li.tumblr {
                    margin-left: 25px;
                }
                .blog .sidebar div.social-links ul li.youtube {
                    margin-top: 25px;
                }
                .blog .sidebar div.social-links ul li.pinterest {
                    margin-top: 25px;
                    margin-left: 25px;
                }
                    .blog .sidebar div.social-links ul li a {}
                    .blog .sidebar div.social-links ul li.facebook a {background-position: -61px -43px;}
                    .blog .sidebar div.social-links ul li.facebook a:hover {background-position: 0 -43px;}
                    .blog .sidebar div.social-links ul li.tumblr a {background-position: -61px -255px;}
                    .blog .sidebar div.social-links ul li.tumblr a:hover {background-position: 0 -255px;}
                    .blog .sidebar div.social-links ul li.youtube a {background-position: -61px -215px;}
                    .blog .sidebar div.social-links ul li.youtube a:hover {background-position: 0 -215px;}
                    .blog .sidebar div.social-links ul li.pinterest a {background-position: -61px -131px;}
                    .blog .sidebar div.social-links ul li.pinterest a:hover {background-position: 0 -131px;}
            .blog .sidebar nav ul {}
                .blog .sidebar nav ul li {
                    margin: 9px 0;
                }
            .blog .sidebar nav dl {}
                .blog .sidebar nav ol > li {
                    padding: 9px 0;
                }
                .blog .sidebar nav ol ol {
                    overflow: hidden;
                }
                .blog .sidebar nav ol li li {
                    margin: 9px 0 7px 16px;
                    padding: 0;
                }
/* End General Styles */

/* Blog Listing Styles */
    .blog.listing header.main {

    }
        .blog.listing header.main h1 {
            font-size: 2em;
        }
    .blog.listing div.main {}
        .blog.listing div.main article {
            overflow: hidden;
            border: 1px solid #e2e2e2;
            color: #282828;

            margin-top: -1px; /* To simulate collapsing borders between articles */
        }
            .blog.listing div.main article figure {}
                .blog.listing div.main article figure a {
                    display: block;
                }
                    .blog.listing div.main article figure a img {}
            .blog.listing div.main .richtext {
                margin: 0 10px;
            }
            .blog.listing div.main article h2 {
                margin: 15px 10px;
                font-size: 1.9em;
                color: inherit;
            }
                .blog.listing div.main article h2 a {
                    color: #282828;
                }
            .blog.listing div.main article p.posted-on {
                color: inherit;
                float: left;
                margin: 0 10px 15px;
            }
                .blog.listing div.main article p.posted-on time {
                    font-weight: bold;
                    font-size: 1.2em;
                }
            .blog.listing div.main article p.read-more {
                float: right;
                font-weight: bold;
                margin: 0 10px 15px;
                background: url(/images/blog-read-more-arrow.png) no-repeat center right;
                padding-right: 8px;
                font-size: 1.1em;
                color: inherit;
            }
                .blog.listing div.main article p.read-more a {
                    color: #282828;
                }
/* End Blog Listing Styles */

/* Blog Category Listing Styles */
/* End Blog Category Listing Styles */

/* Blog Post Styles */
.blog.post {}
    .blog.post header.main {}
        .blog.post header.main h1 {
            font-size: 2em;
        }
        .blog.post header.main p {
            font-size: 1.25em;
            color: #4e4c48;
        }
            .blog.post header.main p time {
                font-weight: bold;
            }
        .blog.post article {}
            .blog.post article header {
                padding: 7px 10px;
                background-color: #f5f5f5;
            }
                .blog.post article header .social {
                    margin-top: 2px;
                }
                    #outer-wrapper .social > * {
                        min-width: 32px;
                        float: left !important;
                        margin: 0 12px 0 0 !important;
                        vertical-align: top;
                    }
                    #ie7 #outer-wrapper .social > * {}
                    #outer-wrapper .social .fb-like {
                        min-width: 90px;
                    }
                    #outer-wrapper .social .twitter-share-button {
                        min-width: 55px;
                        visibility: hidden;
                    }
                    body[data-twttr-rendered="true"] #outer-wrapper .social .twitter-share-button {
                        visibility: visible;
                    }
                .blog.post article header nav {}
                    .blog.post article header nav ul {}
                        .blog.post article header nav ul li {
                            display: inline;
                        }
                            .blog.post article header nav ul li a {
                                display: block;
                                float: left;
                                background: url(/images/blog-header-nav-arrows.png) no-repeat;
                                line-height: 2;
                                text-transform: uppercase;
                                color: #4e4c48;
                                font-size: 0.9em;
                                height: 23px;
                            }
                            .blog.post article header nav ul li a.prev {
                                background-position: left 0;
                                padding-left: 35px;
                                margin-right: 25px;
                            }
                            .blog.post article header nav ul li a.next {
                                background-position: right -23px;
                                padding-right: 35px;
                            }
            .blog.post article .blog-title {
                margin-top: 20px;
            }
                .blog.post article .blog-title p {
                    font-weight: bold;
                }
            .blog.post article figure {
                margin: 0 0 20px;
            }
                .blog.post article figure figcaption {
                    font-weight: bold;
                    text-align: center;
                    padding-top: 3px;
                }
            .blog.post article .inline-two,
            .blog.post article .inline-three {
                display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
                display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
                display: -ms-flexbox;      /* TWEENER - IE 10 */
                display: -webkit-flex;     /* NEW - Chrome */
                display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
                justify-content: space-between;
            }
            .no-flexbox .blog.post article .inline-two,
            .no-flexbox .blog.post article .inline-three {
                margin-right: -10px;
                clear: both;
            }
                .no-flexbox .blog.post article .inline-two figure,
                .no-flexbox .blog.post article .inline-three figure {
                    margin-right: 10px;
                    float: left;
                }
                .blog.post article .inline-two .left-text {
                    margin: 20px 20px 20px 0;
                    width: 325px;
                }
                .blog.post article .inline-two .right-text {
                    margin: 20px 0 20px 20px;
                    width: 325px;
                }
                    .no-flexbox .blog.post article .inline-two .left-text,
                    .no-flexbox .blog.post article .inline-two .right-text {
                        float: left;
                    }
            .blog.post article .content {
                margin: 0 0 20px;
            }
            .blog.post article div.body {
                margin-top: 20px;
            }
                .blog.post article div.body p {
                    margin: 20px 0;
                    line-height: 1.5;
                    color: #646454;
                }
                .blog.post article div.body p a {
                    color: #e3954a;
                    font-weight: bold;
                    letter-spacing: 1px;
                }
            .blog.post .blog-video {
                margin: 0 auto 20px;
                width: 640px;
            }
        .blog.post #disqus_thread {
            border-top: 1px solid #e2e2e2;
            padding-top: 20px;
        }
        .blog.post .related-articles {
            border-top: 1px solid #e2e2e2;
            padding-top: 20px;
            margin-top: 10px;
        }
            .blog.post .related-articles h3 {
                margin-bottom: 15px;
                font-weight: bold;
                color: #3d3d3d;
            }
            .blog.post .related-articles ul {}
                .blog.post .related-articles ul li {
                    display: block;
                    width: 199px;
                    height: 209px;
                    text-align: center;
                    float: left;
                    margin-left: 35px;
                    border: 1px solid #e2e2e2;
                    position: relative;
                    overflow: hidden;
                    padding: 0;
                }
                .blog.post .related-articles ul li.first {
                    margin-left: 0;
                }
                    .blog.post .related-articles ul li a {
                        display: block;
                    }
                        .blog.post .related-articles ul li a img {
                            width: 100%;
                            height: 100%;
                        }
                        .blog.post .related-articles ul li a span {
                            display: block;
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            padding: 10px 15px;
                            text-align: inherit;
                            background-color: white;
                            opacity: 0.8;

                            filter: alpha(opacity=80); /* Required for IE < 9 */
                            zoom: 1; /* Required for opacity in IE, for triggering hasLayout */

                            color: #3d3d3d;
                        }
                #outer-wrapper .blog.post .social.social-blog .fb-like {
                    width: auto !important;
                }
/* End Blog Post Styles */

/**************/
/** END BLOG **/
/**************/

.d3r-chooser-option, .d3r-multichooser-option {
    display: none;
}
.js .d3r-shown {
    display: block;
}

#content .left-content {
    float: left;
    width: 475px;
}

#content .right-images {
    float: right;
    width: 400px;
}

#content .additional-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #d1d1d1;
}


#press-listing {}
    #press-listing .press-entries {
        margin-top: 15px;
        margin-bottom: 5px;
        margin-right: -2px;
    }
    #press-listing .press-entry {
        display: block;
        width: 229px;
        height: 311px;

        float: left;
        margin-right: 2px;
        margin-bottom: 2px;
        background: #333;
        position: relative;
    }
        #press-listing .press-entry img {
            -webkit-transition: opacity 0.2s ease-in;
        }
        #press-listing .press-entry:hover img {
            opacity: 0.3;
        }
        #press-listing .press-entry span {
            display: inline-block;
            width: 110px;
            line-height: 1.8;
            text-align: center;
            color: white;
            font-weight: bold;

            position: absolute;
            top: 110px;
            left: 59px;
            padding: 7px 0;
            border-radius: 7px;
            background: #333;
            background: rgba(50, 50, 50, 0.7);

            -webkit-transition: opacity 0.1s ease-in;
            opacity: 0;
        }
            #press-listing .press-entry span em {
                font-weight: normal;
                text-decoration: underline;
                font-style: normal;
            }
        #press-listing .press-entry:hover span {
            opacity: 1;
        }

.press-view {
    border: 1px dashed #b1b1b1;
    border-top: 0;
    padding: 20px;
    text-align: center;
    position: relative;
}
    .press-view h4 {
        text-align: center;
        font-size: 1.167em;
        font-weight: bold;
        font-family: Helvetica, Arial, sans-serif;
        padding: 5px;
        color: #5c5c5c;
    }
    .press-view .social {
        display: inline-block;
        margin: 30px 30px;
    }
    .press-view .next,
    .press-view .previous {
        display: block;
        width: 25px;
        height: 40px;
        position: absolute;
        top: 315px;
        left: 19px;

        background: url(/images/press-arrows.png) no-repeat;
        text-indent: -9999px;
    }
    .press-view .next {
        left: auto;
        right: 19px;
        background-position: -40px 0px;
    }
    .press-view .featured-links li {
        display: block;
        margin-bottom: 10px;
    }
        .press-view .featured-links li > span {
            display: inline-block;
            width: 430px;
            margin-right: 10px;
            text-align: right;
        }
        .press-view .featured-links li .button {
            border-radius: 4px;
            padding: 1px 10px 1px !important;
        }
            .press-view .featured-links li .button span {
                font-size: 0.9em !important;
                font-weight: normal !important;
                text-transform: uppercase;
            }
/*
 * Stree Style
 */
.street-style .hidden {
    display: none;
}
.street-style header {
    border: 1px dashed #d1d1d1;

}
    .street-style header div {
        margin: 1px;
        padding: 28px 25px 14px;
        background: #e7dece url(/images/cardboard-texture.jpg);
    }
    .street-style header h1,
    #style-entry h1 {
        font-size: 26px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'Gill Sans W04 Roman', Arial, sans-serif;
    }
    .street-style header p {
        margin: 0.5em 0;
        font-size: 11px;
        line-height: 1.5;
    }
    .street-style .relative {
        width: 228px;
        height: 323px;
        cursor: pointer;
        overflow: hidden;
        position: relative;
    }
    .street-style .relative .overlay {
        color: #fff;
        width: 200px;
        margin-top: 263px;
        padding: 10px 14px;
        position: absolute;
        background: url(/images/black-overlay.png);
        transition: 0.2s ease-out all;
    }
    .street-style .winners-form-wrapper {
    }
        .street-style .winners-submit-wrapper a {
            display: block;
        }

        .street-style .winners-submit-wrapper .overlay {
            height: 100%;
        }

        .street-style .winners-submit-wrapper a:hover .overlay {
            margin-top: 0;
            transition: 0.2s ease-out all;
        }
        .street-style .winners-submit-wrapper .mens-winner,
        .street-style .winners-submit-wrapper .womens-winner,
        .street-style .winners-submit-wrapper .submit-your-look {
            float: left;
            width: 230px;
            height: 325px;
            margin-top: 1px;
            overflow: hidden;
            padding: 0 1px 1px 1px;
            border-left: 1px dashed #d1d1d1;
            border-bottom: 1px dashed #d1d1d1;
        }
        .street-style .winners-submit-wrapper .submit-your-look {
            width: 455px;
            border-right: 1px dashed #d1d1d1;
        }
        .street-style .winners-submit-wrapper > div img,
        .street-style .submitted-styles article img {
            display: block;
            position: absolute;
        }
        .street-style .winners-submit-wrapper > div .relative .overlay h2 {
            text-transform: uppercase;
            font: lighter 1.4em/1.3 'Gill Sans MT', Calibri, 'Gill Sans', Arial, sans-serif;
        }
        .street-style .winners-submit-wrapper > div .relative .overlay p {
            margin: 5px 0 10px 0;
            font-size: 11px;
            line-height: 18px;
        }
        .street-style .winners-submit-wrapper .button {
            padding: 5px 30px;
            box-shadow: 0px 1px 2px 0px #222;
        }
            .street-style .winners-submit-wrapper .button:focus {
                outline: none;
            }
            .street-style .winners-submit-wrapper .button span.eye {
                padding: 0;
                width: 21px;
                height: 14px;
                display: inline-block;
                margin: 3px 0 -2px 0;
                background: url(/images/sprites.png);
            }
        .street-style .winners-submit-wrapper .submit-your-look {
        }
            .street-style .winners-submit-wrapper .submit-your-look img {
                position: static;
            }
            .street-style .winners-submit-wrapper .submit-your-look .white-overlay {
                width: 250px;
                padding: 12px 24px;
                position: absolute;
                margin: 37px 0 0 78px;
                background: url(/images/white-overlay.png);
            }
                .street-style .winners-submit-wrapper .submit-your-look .white-overlay h2,
                .street-style .winners-submit-wrapper .submit-your-look .white-overlay h3,
                .street-style .winners-submit-wrapper .submit-your-look .white-overlay h4 {
                    text-align: center;
                    line-height: 1;
                    color: #242424;
                }
                .street-style .winners-submit-wrapper .submit-your-look .white-overlay h2 {
                    margin: 8px 0;
                    text-transform: uppercase;
                    font: italic 2.5em/1 'Gill Sans MT', Calibri, 'Gill Sans MT', Calibri, 'Gill Sans', 'Gill Sans W04 Roman', Arial, sans-serif;
                    border-bottom: 1px solid;
                }
                .street-style .winners-submit-wrapper .submit-your-look .white-overlay h3 {
                    font: lighter 2em/1 'Gill Sans MT', Calibri, 'Gill Sans MT', Calibri, 'Gill Sans', 'Gill Sans W04 Roman', Arial, sans-serif;
                    margin: 0.25em 0;
                }
                .street-style .winners-submit-wrapper .submit-your-look .white-overlay h4 {
                    text-transform: uppercase;
                    font: bold 2.65em/1.15 'Gill Sans MT', Calibri, 'Gill Sans MT', Calibri, 'Gill Sans', Arial, Helvetica, sans-serif;
                }
                .street-style .winners-submit-wrapper .submit-your-look .white-overlay a {
                    width: 170px;
                    display: block;
                    margin: 10px auto;
                    padding: 9px 35px 7px;
                    font-weight: lighter;
                    letter-spacing: 1px;
                }
                .street-style a.detail-button {
                    float: right;
                    margin: -10px -10px 0 0;
                }
                .street-style a.button-pill {
                    text-align: center;
                    padding: 9px 35px 7px;
                    background-color: #616161;
                    background-image: linear-gradient(top, #616161 0%, #1e1e1e 100%);
                    background-image: -o-linear-gradient(top, #616161 0%, #1e1e1e 100%);
                    background-image: -moz-linear-gradient(top, #616161 0%, #1e1e1e 100%);
                    background-image: -webkit-linear-gradient(top, #616161 0%, #1e1e1e 100%);
                    background-image: -ms-linear-gradient(top, #616161 0%, #1e1e1e 100%);
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #616161), color-stop(1, #1e1e1e));
                }
                .street-style .detail-wrapper {
                    padding: 30px;
                    margin: 1px 0;
                    border-left: 1px dashed #b1b1b1;
                    border-right: 1px dashed #b1b1b1;
                    border-bottom: 1px dashed #b1b1b1;
                }
                .street-style .detail-wrapper .detail-container {
                    width: 404px;
                    margin: 0 auto;
                    text-align: center;
                }
                .street-style .detail-wrapper .detail-container .entrant-name {
                    font-size: 17px;
                    font-family: 'Gill Sans', Arial, Helvetica;
                }
                .street-style .detail-wrapper .detail-container .social-icons {
                    padding: 10px;
                    margin: 10px 0;
                    text-align: center;
                    border-top: 1px dashed #b1b1b1;
                    border-bottom: 1px dashed #b1b1b1;
                }
                    .street-style .detail-wrapper .detail-container .social-icons > a,
                    .street-style .detail-wrapper .detail-container .social-icons> iframe,
                    .street-style .detail-wrapper .detail-container .social-icons > div {
                        margin-right: 10px !important;
                    }
                .street-style .detail-wrapper .detail-container .optional-text {
                    color: #5a5a5a;
                    line-height: 16px;
                    text-align: center;
                }
                .street-style .detail-wrapper .detail-container .similar-items {
                    line-height: 2;
                    margin: 3em 0 1em;
                    text-align: center;
                }

                .street-style .winner-detail-wrapper {
                    margin: 1.5em 0;
                }
                    .street-style .winner-detail-wrapper .winner-image {
                        float: left;
                    }
                        .street-style .winner-detail-wrapper .winner-image img {
                            padding: 2px;
                            border: 1px solid #d0cece;
                        }
                    .street-style .winner-detail-wrapper .placeholder {
                        text-align: center;
                    }
                    .street-style .winner-detail-wrapper .placeholder-link {
                        line-height: 2;
                        margin: 2em 0 1em;
                        text-align: center;
                    }
                    .street-style.winner .pagination {
                        background-color: #f5f5f5;
                        padding: 0.5em 1.75em;
                        line-height: 2;
                        text-transform: uppercase;
                    }
                        .street-style.winner .pagination {
                            color: #464646;
                            font-weight: bold;
                        }
                        .street-style.winner .pagination .prev {
                            float: left;
                        }
                        .street-style.winner .pagination .next {
                            float: right;
                        }
                        .street-style.winner .pagination .gender-classification {
                            text-align: center;
                            margin: 0 auto;
                            width: 275px;
                        }
                            .street-style.winner .pagination .gender-classification a {
                                border: 1px solid #bdbdbd;
                                display: block;
                                width: 132px;
                                float: left;
                                margin-left: -1px;
                                border-radius: 0 1em 1em 0;
                                background-color: white;
                                color: #969696;
                            }
                            .street-style.winner .pagination .gender-classification a.active {
                                background-color: #969696;
                                color: white;
                                box-shadow: inset -2px 2px 6px 2px #828282;
                            }
                            .street-style.winner .pagination .gender-classification a.men {
                            }
                            .street-style.winner .pagination .gender-classification a.women {
                                border-radius: 1em 0 0 1em;
                            }
                    .street-style .winner-detail-wrapper .winner-details {
                        margin-left: 374px;
                        padding: 0 20px;
                    }
                        .street-style .winner-detail-wrapper .winner-details .winner-name {
                            font-size: 2em;
                            color: #3c3c3c;
                        }
                        .street-style .winner-detail-wrapper .winner-details .info {
                            text-transform: uppercase;
                            margin: 1.25em 0;
                            color: #3c3c3c;
                        }
                            .street-style .winner-detail-wrapper .winner-details .info span {
                                font-weight: bold;
                                margin: 1.5em 0 1em;
                            }
                        .street-style .winner-detail-wrapper .winner-details .social-icons {
                            margin: 1.25em 0;
                        }
                        .street-style .winner-detail-wrapper .winner-details .message {
                            margin-top: 1.5em;
                        }
                        .street-style .winner-detail-wrapper .winner-details .optional-text {}
                        .street-style .winner-detail-wrapper .winner-details .get-the-look {
                        }
                            .street-style .winner-detail-wrapper .winner-details .get-the-look h3 {
                                text-transform: uppercase;
                                font-size: 1.2em;
                                font-weight: normal;
                                margin-bottom: 0.5em;
                                font-family: "Proxima N W02 Reg", Arial, sans-serif;
                                color: #464646;
                            }
                            .street-style .winner-detail-wrapper .winner-details .get-the-look a {
                                display: inline-block;
                                border: 1px solid #d0cece;
                                padding: 0.8em 1.1em;
                                margin: 0 1.5em 1.5em 0;
                                width: 110px;
                                vertical-align: top;
                            }
                            .street-style .winner-detail-wrapper .winner-details .get-the-look figure {}
                                .street-style .winner-detail-wrapper .winner-details .get-the-look figure img {}
                                .street-style .winner-detail-wrapper .winner-details .get-the-look figure figcaption {
                                    text-align: center;
                                    font-weight: bold;
                                    margin-top: 1em;
                                    width: 100%;
                                }


    .street-style .information-bar {
        margin: 0.75em 0;
        background-color: #f5f5f5;
        border: 1px dashed #d1d1d1
    }
        .street-style .information-bar .column {
            float: left;
            width: 255px;
            font-size: 11px;
            padding: 7px 25px;
            text-transform: capitalize;
        }
        .street-style .information-bar .social-media-buttons {

        }
            .street-style .information-bar .social-media-buttons > a,
            .street-style .information-bar .social-media-buttons > iframe,
            .street-style .information-bar .social-media-buttons > div {
                margin-right: 10px !important;
                float: left;
            }
        .street-style .information-bar .unique-styles {
            padding-top: 11px;
            text-align: center;
        }
        .street-style .information-bar .sort {
            text-align: right;
        }
    .street-style .submitted-styles {

    }
        .street-style .submitted-styles article {
            float: left;
            width: 228px;
            height: 325px;
            margin: 0 2px 2px 0;
        }

        .street-style .submitted-styles article.first {
            margin-left: 1px;
        }
        .street-style .submitted-styles article .relative {
            text-align: center;
        }
            .street-style .submitted-styles article .relative .overlay {
                bottom: -69px;
                margin-top: 0;
                transition: 0.2s ease-out all;
            }

            .street-style .submitted-styles article:hover .relative .overlay{
                bottom: 0;
                transition: 0.2s ease-out all;
            }
                .street-style .submitted-styles article .relative .overlay .info {
                    margin-bottom: 5px;
                    font-family: 'Courier New', Courier, monospace;
                }
                .street-style .submitted-styles article .relative .view-button {
                    color: #fff;
                    display: none;
                    margin-top: 113px;
                    font-weight: bold;
                    border-radius: 5px;
                    border: 1px #fff solid;
                    padding: 7px 10px 8px 10px;
                    background: url(/images/black-overlay.png);
                }
                .street-style .submitted-styles article .relative .view-button .view-icon {
                    width: 14px;
                    height: 13px;
                    margin-left:11px;
                    display: inline-block;
                    vertical-align:text-top;
                    background: url(/images/zoom-icon.png);
                }
    .street-style .pagination-wrapper {
        color: #282828;
        padding: 10px 15px;
        font-size: 0.916em;
        background: #f5f5f5;
    }
        .street-style .pagination-wrapper .back-to-top,
        .street-style .pagination-wrapper .pagination-container {
            float: right;
            width: 300px;
        }
        .street-style .pagination-wrapper .back-to-top {
            text-align: center;
        }
        .street-style .pagination-wrapper .back-to-top a {
            padding: 4px 12px;
            display: inline-block;
            background: url(/images/up.gif) right 8px no-repeat;
        }
        .street-style .pagination-wrapper .pagination-container {
            height: 21px;
            text-align: right;
        }
            .street-style .pagination-wrapper .pagination-container a {
                padding: 4px;
                min-width: 9px;
                margin-left: 2px;
                text-align: center;
                display: inline-block;
                border: 1px solid #f5f5f5;
            }
            .street-style .pagination-wrapper .pagination-container a.active {
                padding: 4px;
                border-radius: 13px;
                border: 1px solid #282828;
            }
            .street-style .pagination-wrapper .pagination-container a:hover {
                padding: 4px;
                border-radius: 13px;
                border: 1px solid #666666;
            }
    #style-entry {
        padding: 20px;
    }
        #style-entry h1 {
            color: #282828;
            margin-top: 10px;
        }
        #style-entry .underline {
            text-decoration: underline;
        }
        #style-entry .file {
            padding: 22px;
            border: 1px #b4b4b4 solid;
            background-color: #f3f3f3;
        }
            #style-entry .file .info {
                margin-top: 10px;
            }
            #style-entry .field-textarea textarea {
                width: 100%;
                text-indent: 10px;
                font-size: 1.2em;
                padding: 10px 2px;
                border: 1px solid #b4b4b4;
                box-shadow: inset 1px 1px 7px #DDD;
            }
.collections-page h1 {
    font-size: 1.3333em;
    font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
    margin-bottom: 0.5em;
}
.collections-page p {
    line-height: 1.5;
}
.listing-title .social-container {
    float: left;
    padding-top: 10px;
    margin-left: 15px;
    padding-bottom: 15px;
}
.collections-landing .social-container {
    float: right;
    min-width: 300px;
    text-align: right;
    margin-top: -5px;
}
.collections-landing .social-container {
    margin-top: -31px;
}
/* two classes needed to overwrite default styling */
.collections-landing .social-container > *,
.listing-title .social-container > * {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: 5px !important;
}
.collections-landing .pagination-dots {
    padding: 15px 0;
}
.collection-box {
    width: 447px;
    float: left;
    margin-bottom: 20px;
}
.collection-box--alt {
    margin-left: 30px;
}
.collection-box--footer {
    display: block;
    border: solid #787878;
    border-width: 0 1px 1px 1px;
    padding: 20px;
}
.collection-box--title {
    text-transform: uppercase;
    font-size: 1.4167em;
    font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
    text-align: center;
}
.collection-box--desc {
    padding: 10px 0 0;
    text-align: center;
    font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
    font-size: 0.91667em;
    text-transform: uppercase;
}
.collection-box--desc:after {
    content: ' »';
}
.collections-landing .intro {
    border: 1px dashed #d1d1d1;
    margin-bottom: 10px;

}
    .collections-landing .intro div {
        margin: 1px;
        padding: 18px 25px 14px;
        background: #e7dece url(/images/cardboard-texture.jpg);
    }
    .collections-landing .intro h1 {
        font-size: 26px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'Gill Sans W04 Roman', Arial, sans-serif;
    }
    .collections-landing .intro p {
        margin: 0.5em 0;
        font-size: 11px;
        line-height: 1.5;
    }

.matrix__attr-container {

}
.matrix__select {
    width: 190px;
    margin-bottom: 10px;
}
.matrix__select--quantity {
    width: 70px;
    display: inline-block;
}
.matrix__attr-container + .actions,
.matrix__attr-container + form .buttons {
    margin-top: 10px;
}
.matrix__label {
    font-weight: bold;
    font-size: 11px;
    margin: inherit 16px inherit 5px;
    width: 80px;
    display: inline-block;
}
.matrix__stock {
    background: #EEE;
    color: #333;
    border: 1px solid #999;
    display: inline-block;
    padding: 5px;

    border-radius: 3px;
    margin-left: 10px;
}

.js .d3r-show,
.js .d3r-hide {
    cursor: pointer;
}
.js .d3r-hidden {
    display: none;
}
.js .d3r-shown {
    display: block;
}
.d3r-chooser {

}
    .d3r-chooser-option,
    .d3r-multichooser-option {
        display: none;
    }

#checkout .checkout-products {
    border: 1px solid #c8c8c8;
    padding: 0 13px;
    margin-bottom: 15px;
}
#checkout .checkout-products h3 {
    margin: 0 -13px 15px;
    padding: 8px 13px;
    border-bottom: none;
}
#checkout .checkout-products__products {
    margin-bottom: 13px;
}
#checkout .checkout-products__product {
    margin-bottom: 14px;
}
#checkout .checkout-products h3 span {
    float: right;
}
#checkout .checkout-products img {
     float: left;
     width: 78px;
     margin-right: 10px;
     padding: 1px;
     border: 1px solid #c8c8c8;
}
#checkout .checkout-products__product .title {
    font-size: 11px;
    margin-bottom: 5px;
}
#checkout .checkout-products__product .price {
    font-size: 12px;
    font-weight: bold;
    color: #363636;
}
#checkout .checkout-products__description {
    float: left;
    width: 170px;
}
#checkout h3.checkout-products__title {
    border-bottom: 1px solid #c8c8c8;
}
#checkout h3.checkout-products__title span {
    color: #9e9e9e;
}
#checkout .checkout-products__subtotals h3 {
    font-weight: normal;
}
#checkout .checkout-products__subtotals h3,
#checkout h3.checkout-products__total {
    margin-bottom: 0;
}
#checkout h3.checkout-products__total {
    background: #f3f3f3;
}
#checkout h3.checkout-products__subtotal,
#checkout h3.checkout-products__discount {
    padding-bottom: 0;
}
#checkout h3.checkout-products__subtotal,
#checkout h3.checkout-products__total {
    border-top: 1px solid #c8c8c8;
}
#checkout .checkout-products__products-group--hidden {
    display: none;
}
#checkout .checkout-products__showing {
    text-align: center;
    font-weight: bold;
    color: #363636;
}
#checkout .checkout-products__navigate {
    display: block;
    height: 17px;
    width: 17px;
    border: 1px solid #c8c8c8;
    float: left;
    background: url('/images/checkout-arrows.png') no-repeat;
    background-position: 5px 50%;
}
#checkout .checkout-products__navigate--next {
    float: right;
    background-position: -13px 50%;
}
.intro--toggle__wrapper {
    text-align: right;
}
.intro--toggle__wrapper span {
    cursor: pointer;
    font-weight: bold;
    padding: 15px 20px;
    display: inline-block;
}
.intro--toggle__wrapper span:hover {
    text-decoration: underline;
}
.site-map__column {
    width: 31%;
    margin-right: 2.1%;
    vertical-align: top;
    display: inline-block;
}
.site-map__title {
    color: #000;
    font-size: 17px;
    font-weight: normal;
    padding: 20px 0 10px 0;
    text-transform: uppercase;
    font-family: 'Gill Sans MT', Calibri, 'Gill Sans', Arial, Helvetica;
}
#site-map ul {
    color: #333;
    padding: 5px 0;
}
#site-map li {
    padding: 5px 0;
}
#site-map ul > li > ul > li {
    padding-left: 20px;
}

/* SNIPPET */
.snippet {
    clear: right;
}

.snippet-image,
.product-detail .recycled .recycled-content {
    float: left;
}

.product-detail .recycled .recycled-content {
    padding-right: 0;
    width: 365px;
    margin: 0;
}

/* BASKET POPOVER */
#basket-popover {
    width: 390px;
    overflow: hidden;
    z-index: 10000;
}

.basket-popover--inner {
    background-color: #fff;
    border: 1px solid #c8c8c8;
}

#basket-popover h3 {
    background-color: #e5dcce;
    text-transform: uppercase;
    padding: 20px;
}

#basket-popover h3.basket-popover--error {
    background-color: #c02323;
    color: #fff;
}

.basket-popover__product {
    padding: 20px 0;
    border-bottom: 1px solid #5a5a5a;
    margin: 0 20px;
    background-color: #fff;
}

#popover-footer {
    background-color: #e5dcce;
    padding: 10px 20px;
}

#popover-footer a {
    width: 100%;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0;
}

#popover-footer .button-pill.view-bag-pop.button {
    background-image: none;
    background-color: #666666;
    box-shadow: none;
}

#popover-footer a span {
    text-align: center;
    display: block;
}

.basket-popover__info {
    color: #5a5a5a;
    line-height: 1.4;
    font-size: 13px;
    overflow: hidden;
    padding: 10px;
}

.basket-popover__info p {
    margin-bottom: 10px;
}
.basket-popover__info .no-image {
    margin-left: 98px;
}

.basket-popover__info img {
    float: left;
    margin-right: 20px;
}

.basket-popover__total dt,
.basket-popover__total dd {
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 20px;
    text-transform: uppercase;
}

.basket-popover__total dt {
    float: left;
    width: 50%;
}

.basket-popover__total dd {
    text-align: right;
}

.basket-popover__remove {
    height: 14px;
    width: 14px;
    margin-left: 5px;
    position: relative;
    float: right;
    background-image: url('/images/IE_Cross.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -10px;
}

.svg .basket-popover__remove {
    background-image: url('/images/GoodCross_Red.svg');
}

.basket-popover__remove span {
    text-indent: -9999px;
    display: block;
}

.just-added {
    background-color: #fff;
    -webkit-animation: just-added 6s 1;
    -moz-animation: just-added 6s 1;
    -o-animation: just-added 6s 1;
    animation: just-added 6s 1;
}

@-webkit-keyframes just-added {
    0% {
        background-color: #e5dcce;
    }

    100% {
        background-color: #fff;
    }
}

@-o-keyframes just-added {
    0% {
        background-color: #e5dcce;
    }

    100% {
        background-color: #fff;
    }
}

@-moz-keyframes just-added {
    0% {
        background-color: #e5dcce;
    }

    100% {
        background-color: #fff;
    }
}

@keyframes just-added {
    0% {
        background-color: #e5dcce;
    }

    100% {
        background-color: #fff;
    }
}

.basket-popover__info--title {
    margin-top: 10px;
}

.basket-popover--all {
    max-height: 350px;
    overflow: scroll;
}

.basket-summary {
    position: absolute;
    top: 8px;
    left: -108px;
    display: none;
    padding-top: 20px;
    cursor: pointer;
    z-index: 100;
}

.basket-summary.show {
    display: block;
    z-index: 10000;
}

.basket-summary-inner {
    width: 415px;
    background-color: #fff;
    height: 300px;
    border: 1px solid black;
}

.bag-with-summary {
    display: inline-block;
}

.bag-with-summary:hover .basket-summary {
    display: block;
}

#header #sub-nav .basket-summary span {
    border: none;
    padding: 5px 5px 5px 0;
}

#header #sub-nav span#header-basket-quantity,
#header #sub-nav span#total-price-header {
    border: none;
    padding: 0;
}

#ie8 .basket-popover--all {
    max-height: auto;
    overflow: auto;
}

#ie8 .simplemodal-container#simplemodal-container {
    top: 50px!important;
}

/* Added Popover */
.added-popover {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -44px;
    width: 300px;
    height: 86px;
    background-color: #fff;
    border: 2px solid #999;
    box-shadow: 1px 1px 5px #999;
    display: none;
}

.added-popover.show {
    display: block;
}

.added-popover--inner {
    padding: 20px;
    text-align: center;
}

.added-popover .title--error,
.added-popover .title {
    text-align: center;
    text-transform: uppercase;
}

.added-popover .title--error {
    color: #c02323;
}

.view-bag {
    margin-top: 20px;
    text-decoration: underline;
    display: block;
}

.page-vouchers #voucher_price {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
.page-vouchers .col {
    padding-right: 60px;
}

.search-alternative {
    padding: 10px 20px;
    font-size: 14px;
}
.search-alternative a {
    color: #e79000;
}
.search-alternative a:hover {
    text-decoration: underline;
}

.search-alternative .user-query {
	font-size: 1.5em;
}
/* NEWSLETTER MODAL */
.signup-button ,
#signup {
    display: none;
}

#signup {
    width: 400px;
}

.newsletter-inner {
    width: 352px;
    padding: 14px 20px 20px;
}

.newsletter-inner h1.title {
    background: none;
    padding: 0;
    margin-bottom: 24px;
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
    font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
}

.newsletter-inner .richtext h2 {
    line-height: 1.5;
    font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
    text-align: center;
    margin-bottom: 17px;
    font-size: 19px;
}

.newsletter-signup-form {
    overflow: hidden;
}

.newsletter-signup-form .field {
    margin-bottom: 0;
    width: 99%;
}

.newsletter-signup-form .field label {
    margin-bottom: 9px;
}

.newsletter-signup-form .field.date-select {
    width: 100%;
}

.newsletter-signup-form .button {
    margin-bottom: 1px;
    padding: 8px 0 6px;
    display: block;
    margin-top: 25px;
    width: 47%;
    text-align: center;
    display: inline-block;
    line-height: 1;
}

.newsletter-signup-form .button:first-child {
    margin-right: 5%;
}

.newsletter-signup-form .buttons {
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
}

.newsletter-signup-form .button:focus {
    outline: none;
}

.newsletter-inner img {
    clear: both;
}

.newsletter-signup-form > div {
    width: 352px;
    box-sizing: border-box;
    margin-bottom: 17px;
}

.newsletter-signup-form select {
    padding: 5px 10px;
    background: transparent;
    font-size: 13px;
    line-height: 1;
    height: 27px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}

.newsletter-signup-form select:focus {
    outline: none;
}

.newsletter-signup-form__firstname,
.newsletter-signup-form__dob {
    margin-right: 3%;
}

div.newsletter-signup-form__dob {
    margin-bottom: 28px;
}

.newsletter-signup-form__dob .input {
   display: inline-block;
}

.newsletter-signup-form__dob .date-select {
    margin-bottom: 12px;
}

.newsletter-signup-form__dob #contact_dob_day,
.newsletter-signup-form__dob #contact_dob_month,
.newsletter-signup-form__dob #contact_dob_year {
    width: 110px;
    margin-right: 7px;
}

.newsletter-signup-form__dob #contact_dob_year {
    margin-right: 0;
}

.newsletter-signup-form__interested .radio {
    display: inline-block;
}

.newsletter-inner__cta-title {
    text-align: center;
    font-size: 19px;
    font-family: 'Gill Sans MT', Calibri, 'Gill Sans W04 Roman', Arial, sans-serif;
}

.newsletter-signup-form__dob-detail {
    color: #787878;
    font-size: 12px;
}

.get-started {
    margin-bottom: 0;
}

#submission_interested_mens {
    margin-left: 40px;
}

.thankyou-buttons {
    text-align: center;
}

.thankyou-buttons .button {
    margin-bottom: 0;
    width: 40%;
}

.thankyou-buttons--no {
    padding: 0 0 5px;
    border-radius: 100px;
    font-size: 1.16em;
    text-transform: uppercase;
    font-weight: normal;
}

.newsletter-signup .thankyou-buttons--no {
    margin-left: 10px;
    padding: 0 20px 5px;
}

.footer-newsletter__button {
    border-radius: 5px;
    width: 77px;
    padding: 9px 0;
    text-align: center;
    margin-right: 10px;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0;
}

.newsletter-input {
    float: left;
}

.newsletter-buttons {
    margin-bottom: 10px;
}

.thankyou-image {
    height: 300px;
    width: 100%;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.footer-newsletter__button:focus {
    outline: none;
}

.newsletter-thankyou .title {
    font-size: 23px;
}

.dashed.about h1 {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #5a5a5a;
}

/* IPAD SIGNUP */
.ipad-signup {
    overflow: hidden;
}

.ipad-signup #outer-wrapper {
    opacity: 1 !important;
}

#ipad-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#ipad-inner-wrap {
    width: 365px;
    padding: 80px 40px 40px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#ipad-inner-wrap .button {
    margin-bottom: 0;
    margin-bottom: 1px;
    padding: 8px 0 6px;
    display: block;
    margin-top: 25px;
    width: 47%;
    text-align: center;
    display: inline-block;
    line-height: 1;
}

#ipad-inner-wrap .button:first-child {
    margin-right: 16px;
}

#ipad-inner-wrap .button:focus {
    outline: none;
}

#ipad-wrap h1 {
    margin-bottom: 20px;
    background: none;
    text-align: center;
    line-height: 1.2;
    padding: 0;
}

#ipad-wrap .richtext p {
    font-size: 17px;
    text-align: center;
}

#ipad-wrap form {
    margin-top: 25px;
}

#customer_additional_data_1_label_wrap,
#customer_additional_data_2_label_wrap {
    display: none;
}

.ipad-logo {
    width: 111px;
    height: 111px;
    display: block;
    margin-bottom: 0;
    background-image: url("/images/rokitlogo2.svg");
    background-repeat: no-repeat;
    text-indent: -999999px;
    background-position: 15px 20px;
    background-size: 111px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -70px;
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 100%;
}

.contact select:focus {
    outline: none;
}

.contact__firstname,
.contact__dob {
    margin-right: 3%;
}

div.contact__dob {
    margin-bottom: 28px;
}

#ipad-wrap .input {
   display: inline-block;
}

#ipad-wrap .date-select {
    margin-bottom: 12px;
}

#ipad-wrap #contact_dob_day,
#ipad-wrap #contact_dob_month,
#ipad-wrap #contact_dob_year {
    width: 114px;
    margin-right: 7px;
}

#ipad-wrap #contact_dob_year {
    margin-right: 0;
}

#ipad-wrap .radio {
    display: inline-block;
}

#ipad-wrap select {
    padding: 5px 10px;
    background: transparent;
    font-size: 13px;
    line-height: 1;
    height: 27px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/images/select.png');
    background-repeat: no-repeat;
    background-position: 96%;
    cursor: pointer;
}

#ipad-wrap select:focus {
    outline: none;
}

.ipad-inner__cta-title {
    text-align: center;
    margin: 40px 0 0;
}

#ipad-wrap input[type="text"],
#ipad-wrap input[type="email"] {
    width: 98%;
}

.ipad-thanks {
    text-align: center;
}

#ipad-inner-wrap  .ipad-thanks .button {
    text-transform: uppercase;
    width: auto;
    padding: 5px 20px;
    margin-top: 0;
    font-weight: normal;
    margin-right: 0;
}



/* ---------- End /css/style.css ---------- */

