﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: .8rem;
	font: inherit;
	vertical-align: baseline;
}

img {
    max-width: 100%;
    height: auto;
}

@media
 \0screen {
  img { 
      width: auto; /* for ie 8 */
  }
}

@media (max-width: 767px) {
    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }

    .display-table {
        display: table;
        table-layout: fixed;
    }

    .display-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
    .display-table {
        display: table;
        table-layout: fixed;
    }

    .display-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
    .display-table {
        display: table;
        table-layout: fixed;
    }

    .display-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}

.btn-ghost {
    background-color: rgba(255,255,25,0);
    color: #fff;
}

.calloutGrey {
    background-color: #B8B8B8;
    text-align: center;
    min-height: 165px;
    padding: 10px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

    .calloutGrey span {
        display: block;
        font-size: 3rem;
        font-weight: bold;
        min-height: 40px;
        color: #EB1F26;
        margin-bottom: 10px;
    }

    .calloutGrey b, .calloutRed b {
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .calloutGrey p {
        display: block;
        font-size: .9em;
    }

.calloutBlack {
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

    .calloutBlack h4 {
        font-weight: bold;
        text-transform: uppercase;
    }

    .calloutBlack ul {
        font-size: .9em;
    }

        .calloutBlack ul li {
            margin-left: 7px;
        }

.calloutRed {
    background-color: #c9302c;
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

    .calloutRed:hover {
        background-color: #d9534f;
    }

    .calloutRed a {
        color: #fff;
    }

    .calloutRed span {
        font-size: 10em;
        display: block;
    }

.calloutWhite {
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 0px 10px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

    .calloutWhite:hover {
        background-color: #bbb;
    }

    .calloutWhite a {
        color: #333;
    }

    .calloutWhite a:hover, .calloutRed a:hover {
        text-decoration: none;
    }

    .calloutWhite span {
        font-size: 10em;
        display: block;
    }

.btn-danger {
    background-color: #c9302c;
}
    .btn-danger:hover {
        background-color: #d9534f;
    }

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html { 
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 100%;
}

body 
{
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

canvas {
    -ms-touch-action: double-tap-zoom;
}

form 
{
    margin: 0px auto;
}

input 
{
    font-family: Helvetica, Arial, sans-serif;
}

select
{
    font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
}
h1 {
	font-size: 2em;
    font-weight: bold;
}
h2 {
	font-size: 1.6em;
    font-weight: bold;
}
h3 {
	font-size: 1.4em;
    font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: 0;
}
h5 {
	font-size: 1.1em;
	margin: 0;
}
h6 {
	font-size: 1em;
	margin: 0;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/
#pageWrap 
{
	width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 320px) {
    #pageWrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.containerGrid
{
    width: 100%;
    padding-right: 20px;
}

/************************************************************************************
HEADER
*************************************************************************************/
.search input[type="search"]
{
    position: relative;
    top: 4px;
    width: 165px;
    padding-left: 7px;
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
    box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
    -moz-border-radius: 3px 0px 0px 3px; 
    -webkit-border-radius: 3px 0px 0px 3px; 
    -khtml-border-radius: 3px 0px 0px 3px; 
    border-radius:  3px 0px 0px 3px;
}

.search input[type="button"]
{
    position: relative;
    top: 4px;
    left: -4px;
    color: #ffffff;
    background: #e4372f;
    text-transform: lowercase;
    font: bold;
    cursor: pointer;
    -moz-border-radius: 0px 3px 3px 0px; 
    -webkit-border-radius: 0px 3px 3px 0px; 
    -khtml-border-radius: 0px 3px 3px 0px; 
    border-radius: 0px 3px 3px 0px; 
}

.promo
{
    position:relative; 
    top: 5px;
    margin-left: 212px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav 
{
	margin: 0;
	padding: 0;
}
#main-nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	position: relative;
	background: transparent url('/images/default/Pipe.gif') no-repeat center right;
}

#main-nav li:first-child {
	margin-right: 10px;
	background-image: none;
}

#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 14px 15px;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
}

#main-nav a:hover {
	color: #fff;
	background: #e4372f;
}

/************************************************************************************
Account Nav
*************************************************************************************/
#main-account-nav
{
    display: inline-block;
    margin: 5px 0px 7px 0px;
	padding: 0;
}

#main-account-nav ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#main-account-nav ul li
{
    float: left;
    list-style-type: none;
    padding-left: 10px;
    margin: 0px;
}
#main-account-nav ul li a
{
    color: #555;
    height: 20px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

#main-account-nav ul li a:hover
{
    color: #e4372f;
    text-decoration: underline;
}

#main-account-nav ul li .ico-user
{
    background: url('/App_Themes/darkOrange/images/icon-user.png') no-repeat;
    padding-left: 25px;
    padding-bottom: 5px;
}
#main-account-nav ul li .ico-register
{
    background: url('/App_Themes/darkOrange/images/ico-register.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

#main-account-nav ul li .ico-logout
{
    background: url('/App_Themes/darkOrange/images/ico-logout.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

#main-account-nav ul li .ico-login
{
    background: url('/App_Themes/darkOrange/images/ico-login.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}
#main-account-nav ul li .ico-inbox
{
    background: url('/App_Themes/darkOrange/images/ico-inbox.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

#main-account-nav ul li .ico-cart
{
    background: url('/App_Themes/darkOrange/images/icon-cart.png') no-repeat;
    padding-left: 25px;
    padding-bottom: 5px;
}

#main-account-nav ul li .ico-wishlist
{
    background: url('/App_Themes/darkOrange/images/ico-wishlist.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

#main-account-nav ul li .ico-admin
{
    background: url('/App_Themes/darkOrange/images/ico-admin.gif') no-repeat;
    padding-left: 20px;
    padding-bottom: 5px;
}

.ico-size-chart
{
    background: url('/images/flyerDesigner/ruler.png') top left no-repeat;
    padding-left: 45px;
    padding-bottom: 0px;
}

#main-account-nav ul li a.ico-size-chart:hover
{
    background-position: bottom left;
}
/************************************************************************************
CONTENT
*************************************************************************************/
#content 
{
    clear: both;
	margin: 30px auto;
	padding-bottom: 10px;
}

#subContent 
{
    clear: both;
	/*margin: 30px 20px;*/
}

#mobileSlider
{
    display: none;
}

/************************************************************************************
Callouts
*************************************************************************************/
.watermark {
   color: #b1a9bb;
}

input::-webkit-input-placeholder {
    color: #b1a9bb;
}
   
input:-moz-placeholder {
    color: #b1a9bb;
}
   
.noBorder
{
    border: 0px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer 
{
    margin-top: 25px;
    border-top: solid #333 4px;
    color: #000;
	font-size: 1.1em;
	background-color: #EFEFEF;
}

#footer .boldLine
{
    background-color: #000; 
    height: 4px;
}
    
#footer .promise
{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .7em;
    font-style: italic;
}

#footer .copy {
    display: block;
    font-size: .7em;
    margin-bottom: 10px;
}

#footer .title
{
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

#footer .footerNav
{
	margin: 0;
	padding-top: 0;
}
#footer .footerNav li {
	margin: 15px 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

#footer .footerNav li:first-child {
	margin-right: 10px;
	background-image: none;
}

#footer .footerNav a {
	line-height: 125%;
	color: #E91926;
	display: block;
	font-size: .8em;
	text-decoration: none;
}

#footer .footerNav a:hover {
	color: #000;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.middle { vertical-align: middle; }
.center { text-align: center; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.thin { font-weight: 200; }

/*select { padding: 0px; border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }*/


p.intro
{
    color: #1153a3;
    font-weight: bold;
}

.frmField 
{
    background: #f7f7f7; 
    padding: 0 3px; 
    height: 28px; 
    line-height: 28px; 
    border: 1px solid #c1c1c1; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px;
}

.redButton 
{ 
    display: inline-block;
    color: #fff !important;
    background: #dd2126 url(/images/whiteArrow.png) no-repeat center left;
    padding: 10px 10px 10px 22px;
    margin-left: 10px;
    text-transform: lowercase;
    font-size: 13px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    position: relative;
    cursor: pointer;
    outline:none 
}

.redButton:hover
{
    background-color: #bbb; 
}

.redButton[disabled="disabled"], .redButton[disabled=true]
{
    background-color: #bbb;
    cursor: default;
}

.btnSize
{
    display: inline-block;
    width: 38px;
    height: 16px;
    background: url('/images/flyerDesigner/ruler.png') top left no-repeat;
    text-indent: -9000px;
    cursor: pointer;
}

.btnSize:hover
{
    background-position: bottom right;
}

.error-icon {
    display: inline-block;
    text-indent: -99999px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background-image: url(redmond/images/ui-icons_cd0a0a_256x240.png);
    background-position: 0 -144px;
    background-repeat: no-repeat;
    top: 3px;
    position: relative;
}

.inlineBlock
{
    display: inline-block;
}

.wrap
{
    white-space: pre-wrap;      /* CSS3 */   
    white-space: -moz-pre-wrap; /* Firefox */    
    white-space: -pre-wrap;     /* Opera <7 */   
    white-space: -o-pre-wrap;   /* Opera 7 */    
    word-wrap: break-word;      /* IE */
}

ol.rounded-list-options
{
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol.rounded-list-options li{
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	margin: .5em 0;
	background: #ddd;
	color: #000;
	text-decoration: none;
	border-radius: .3em;
	transition: all .3s ease-out;	
}

ol.rounded-list-options li:after {
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1.3em;
	top: 20px;
	margin-top: -1.3em;
	font-size: 1.3em;
	color: #fff;
	background: #dc2229;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all .3s ease-out;
}

ol.rounded-list-options ul
{
    list-style: square !important;
}

ol.rounded-list-options ul li, ol.rounded-list-options ul li:after
{
    display: list-item;
    content: " ";
    counter-reset: li 0;
    background: none;
    border-radius: 0;
    border: none;    
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    font-size: inherit;
    line-height: 20px;
    color: #000;
}

.errorCloser
{
    display: inline-block;
    position: absolute; top: 5px; right: 5px;
    width: 16px;
    height: 16px;
    background: url('/images/flyerDesigner/remove.png') top left no-repeat;
    text-indent: -9000px;
    cursor: pointer;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; 
}

.errorCloser:hover
{
    background-position: bottom right;
}
