/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #487417; color: #fff; text-shadow: none; }
::selection { background: #487417; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

@font-face {
    font-family: 'lg';
    src: url('../fonts/leagueGothic/League_Gothic-webfont.eot');
    src: url('../fonts/leagueGothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leagueGothic/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/leagueGothic/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/leagueGothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		  url('../fonts/icomoon.svg#icomoon') format('svg'),
	  	url('../fonts/icomoon.woff') format('woff'),
	  	url('../fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icon-x:before {
	content: "\78";
}
.icon-check:before {
	content: "\63";
}
.icon-logo1:before {
	content: "\31";
}
.icon-logo2:before {
	content: "\32";
}
.icon-logo3:before {
	content: "\33";
}


.mobileOnly{display:none;}

body{font-family:'Helvetica', 'Helvetica Neue', sans-serif;overflow-y:scroll;}
.no-csstransitions body{min-width:768px;}
body.long{height:825px;}
.wrap{max-width:1160px;margin:0 auto;}
.redGrad{
	background: rgb(202,29,53); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(202,29,53,1) 0%, rgba(115,9,24,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,29,53,1)), color-stop(100%,rgba(115,9,24,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(202,29,53,1) 0%,rgba(115,9,24,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(202,29,53,1) 0%,rgba(115,9,24,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(202,29,53,1) 0%,rgba(115,9,24,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(202,29,53,1) 0%,rgba(115,9,24,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca1d35', endColorstr='#730918',GradientType=0 ); /* IE6-9 */
}
.redBtn{display:inline-block;text-transform:uppercase;font-family:'lg', sans-serif;font-size:1.1em;text-decoration:none;letter-spacing:.1em;padding:.3em 1em .2em;line-height:1em;border-radius:10px;border:1px solid #444;text-shadow:1px 1px 3px rgba(0,0,0,.9);margin:0 5px 0 0;}
.rgba.no-textshadow .redBtn{border-radius:0;}
.redBtn:hover,.redBtn:visited{color:white;text-decoration:none;}
.closeBtn{display:block;width:35px;height:35px;border-radius:35px;border:1px solid #444;}
.closeBtn:after, .closeBtn:visited:after{content:'X';color:white;position:absolute;left:8px;top:5px;font:23px/23px 'Helvetica', sans-serif;text-indent:0;text-decoration:none;}
.closeBtn:hover{text-decoration:none;}
.rgba.no-textshadow .closeBtn{border-radius:0;}

.wt{color:white;}
a.wt{color:white;}

.share{font-family:'lg', sans-serif;color:#808080;text-transform:uppercase;}
.share a{display:inline-block;vertical-align:middle;margin:0 0 0 2px;top:-2px;position:relative;}
.share a.mail{margin-left:4px;}

#header{z-index:10;box-shadow:0 1px 8px rgba(0,0,0,.4);border-collapse:separate;position:relative;overflow:hidden;}
#header > div{position:relative;}
#header h1 a{width:120px;height:110px;position:absolute;left:18px;top:5px;display:block;text-decoration:none;background: url('../img/sprite/sprite.png') no-repeat -869px 0;width: 115px;height: 104px;}

#header nav{float:left;margin:0 0 10px 220px;padding:.5em 0;position:relative;}
#header nav:after{
	display:block;
	content:'';
	position:absolute;
	left:-5%;
	bottom:0;
	width:110%;
	height:2px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.65) 0%, rgba(205,205,205,0.62) 4%, rgba(190,190,190,1) 50%, rgba(205,205,205,1) 96%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.65)), color-stop(4%,rgba(205,205,205,0.62)), color-stop(50%,rgba(190,190,190,1)), color-stop(96%,rgba(205,205,205,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(205,205,205,0.62) 4%,rgba(190,190,190,1) 50%,rgba(205,205,205,1) 96%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(205,205,205,0.62) 4%,rgba(190,190,190,1) 50%,rgba(205,205,205,1) 96%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.65) 0%,rgba(205,205,205,0.62) 4%,rgba(190,190,190,1) 50%,rgba(205,205,205,1) 96%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.65) 0%,rgba(205,205,205,0.62) 4%,rgba(190,190,190,1) 50%,rgba(205,205,205,1) 96%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#header nav ul{float:left;}
#header nav li{list-style-type:none;display:block;float:left;position:relative;text-indent:0;}
#header nav li a{font-family:'lg';text-transform:uppercase;text-decoration:none;color:#808080;font-size:1.5em;letter-spacing:.05em;display:block;padding:.2em .8em;line-height:1em;position:relative;}
#header nav li a:before{content:'';display:block;height:80%;width:2px;background:#ddd;position:absolute;left:0px;top:5px;}
#header nav li a:hover{color:#444;}
#header nav li:first-child a:before{content:none;}
#header nav > a{float:left;}
#header nav .share{float:left;margin:4px 0 0 0;}

.fb{background: url('../img/sprite/sprite.png') no-repeat -2px -60px;width: 29px;height: 28px;}
.twit{background: url('../img/sprite/sprite.png') no-repeat -35px -60px;width: 29px;height: 28px;}
.mail{background: url('../img/sprite/sprite.png') no-repeat -261px -61px;width: 32px;height: 23px;}

#header h2{background: url('../img/sprite/sprite.png') no-repeat -21px -1011px; width: 960px;height: 64px;float:left;margin:0 0 12px 150px;position:relative;overflow:visible;}
body.bourbon_chicken #header h2 { background-position: -3px -950px; }

#content{position:relative;}
#mapContent{position:relative;overflow:hidden;}
#map{background:whitesmoke;position:relative;height:500px;}

#results{position:absolute;top:0;width:350px;height:100%;background:white;left:80px;box-shadow:-2px 2px 10px rgba(0,0,0,.3)}
#innerResults{overflow:auto;
	height: -webkit-calc(100% - 115px);
	height:    -moz-calc(100% - 115px);
	height:         calc(100% - 115px);
	width:100%;
	position:relative;
	}
#locate{padding:.2em 4% 1em;}
#locate > hr{clear:both;margin:10px 0;position:relative;top:15px;}
#locate label{color:#9d9d9d;font-size:.8em;}
#locate #locator{border:1px solid #888;padding:.6em .4em;background:#f5f5f5;color:#888;float:left;position:relative;width:85%;}
#locate #submitter{padding:.4em .4em;
	float:left; border:1px solid #888; border-left:0; font-family:'lg'; color:white; font-size:1.3em;
width:2.2em; height:1.9em; line-height:.9em; letter-spacing:.1em; text-shadow:1px 1px
rgba(0,0,0,.7); border-radius:0 10px 10px 0; display:block;}
.rgba.no-textshadow #locate #submitter{border-radius:0;}


#resultList{margin:0;padding:0;}
#resultList > li{position:relative;list-style-type:none;margin:1em 0 0 0;padding:.3em 0 0 0;}
#resultList > li:first-child{margin:0;}
#resultList > li:last-of-type{}
#resultList .spin{width:100%;height:30px;text-align:center;}
#resultList .spinner{width:200px;height:200px;display:inline-block;}
#resultList .marker{position:absolute;top:-8px;left:-15px;width:90px;height:55px;overflow:hidden;color:#e0311e;font-size:1em;text-indent:46px;padding:15px 0 0 0;font-size:1.3em;font-weight:bold;}
#resultList .marker:before{content:'';display:block;background: url('../img/sprite/sprite.png') no-repeat -579px -6px;width: 69px;height: 45px;position:absolute;top:8px;left:20px;}
.resultCoupon{display:block;position:absolute;right:5px;top:0;text-transform:uppercase;font-family:'Helvetica Compressed', 'Helvetica Condensed', 'Helvetica', sans-serif;color:#e1321e;text-decoration:none;font-size:.8em;box-shadow:-1px 1px 3px rgba(0,0,0,.6);padding:.3em .6em;border-radius:4px;}
.resultCoupon:after{content:'';display:block;width:93%;height:80%;border:1px dashed #999;position:absolute;top:3%;left:3%;border-radius:5px;}
.resultCoupon:visited{color:#e1321e;}
.distance, .storeNum{color:#808080;font-size:.7em;text-transform:uppercase;display:block;}
.placeWrapper h3{margin:0;font-size:.9em;}
/* added */
.placeWrapper h3 a { color: inherit; text-decoration: inherit; }
.pw .placeWrapper h3{white-space:nowrap;overflow:hidden;}
.address{font-size:.9em;}
.address span{display:block;}
.placeWrapper h4{margin:0;font-size:.75em;font-weight:normal;color:#808080;}
.placeWrapper .btns{left:-5px;position:relative;margin:5px 0 0 0;}
.no-textshadow .placeWrapper .btns{margin:5px 0 0 0;}

.pagination{text-align:center;}
.pagination span, .pagination a{display:inline-block;width:18px;background:#eee;margin:0 0 0 5px;text-align:center;text-decoration:none;color:#333;font-size:.8em;}
.pagination .current{background:#ccc;}
.pagination *:first-child{margin:0;}


.placeWrapper .btns a{margin:0 5px 0 0;padding:.3em .7em .2em}
li > .placeWrapper{padding:0 5px 0 82px;}
.placeFooter{background:#dedede;color:#8b8b85;padding:3px 5px 4px 50px;font-size:.65em;margin:15px 0 0 0;border-bottom:1px solid #aaa;position:relative;}

.pw{background: url('../img/sprite/sprite.png') no-repeat -2px -269px;width: 366px;height: 295px;padding: 75px 24px 20px 16px;}
.pwContent{padding:0 5px 0 10px;}
.pwContent .resultCoupon{}
.pw .placeFooter{position:absolute;background:none;bottom:17px;left:35px;border:0;padding:0;color:#555;}
.pw .resultCoupon{top:47px;right:0;background: url('../img/sprite/sprite.png') no-repeat -105px -57px;width: 149px;height: 45px;display:block;font:0/0 a;box-shadow:none;padding:0;border-radius:0;text-shadow: none; color: transparent;}
.pw .resultCoupon:after{content:none;}
.pw .closeBtn{position:absolute;top:45px;left:-10px;z-index:1000;cursor:pointer;}

#resultList .placeWrapper footer:before{
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 20px solid #dedede;
	position:absolute;
	top:-15px;left:7px;
}
.placeFooter span{float:left;display:block;width:45%;position:relative;padding:2px 0;}
.placeFooter span.true:before{content: "\63";font-family:'icomoon';font-size:1.6em;display:block;position:absolute;left:-.7em;top:.1em;line-height:1em;}
.placeFooter span.false:before{content: "\78";font-family:'icomoon';font-size:1.2em;display:block;position:absolute;left:-.9em;top:.3em;line-height:1em;}



#footer{background: url('../img/sprite/sprite.png') repeat-x 0 -159px;height: 44px;text-align:center;padding:2px 0 0 0;}
#footer li{display:inline-block;margin-right:-.6em;}
#footer li a{color:#373737;text-decoration:none;text-transform:uppercase;font-size:.8em;padding:0 .5em;display:block;}
#footer li a:hover{color:black;}
#footer li a:before{content:'|';position:relative;top:1px;font-size:1.1em;display:inline-block;margin:0 6px 0 0;}
#footer li:first-child a:before{content:none;}
#footer > span{font-size:.65em;text-transform:uppercase;display:block;margin:1px 0 0 0;}


#bottomOverlay{background: url('../img/sprite/sprite.png') no-repeat -604px -690px;
width: 172px;
height: 235px;
position: absolute;
bottom: -10px;
right: 0;
padding: 35px 0 0 20px;cursor:pointer;}
#bottomOverlay.active{text-align:center;background: url('../img/sprite/sprite.png') no-repeat -570px -580px;width: 438px;height: 420px;position:absolute;bottom:-25px;right:-10px;padding:155px 0 0 20px;cursor:auto;}
body.bourbon_chicken #bottomOverlay.active { background-position: -194px -1075px; width: 385px; height: 375px; }
#bottomOverlay.active .pdf.redBtn { margin-left: 25px; margin-top: 125px; }
body.bourbon_chicken #bottomOverlay.active .videoBtn { display:none; }
#bottomOverlay .closeBtn{display:none;}
#bottomOverlay.active .closeBtn{display:block;position:absolute;top:-5px;left:-5px;z-index:9;}
#bottomOverlay.active .closeBtn{top:140px;left:27px;}
body.bourbon_chicken #bottomOverlay.active .closeBtn {top:120px;left:-10px;}
#bottomOverlay h2{font-weight:normal;font-family:'lg';font-size:2.5em;margin:0;text-transform:uppercase;color:#487417;}
#bottomOverlay p{font-size:.95em;color:#373737;font-family:'Helvetica', sans-serif;margin:0 20px 0 0;}
#bottomOverlay p.short{float:left;margin:105px 0 0 0;font-size:.9em;width:93%;padding:0 0 0 8px;line-height:1.1em;}
#bottomOverlay p.short strong{color:#e23925;font-weight:normal;}
#bottomOverlay p.long{display:none;}
#bottomOverlay p.long span{color:#497417;}
#bottomOverlay p.disclaimer {font-size:0.7em;padding-top:2px;}
#bottomOverlay.active p.short{display:none;}
#bottomOverlay.active p.long{display:block;}

#bottomOverlay .redBtn{display:none;}
#bottomOverlay.active .redBtn{float:left;margin:155px 0 0 0;font-size:1.3em;padding:.2em 1.4em;display:block;position:relative;left:115px;top:42px;}
body.bourbon_chicken #bottomOverlay.active .redBtn{ margin: 135px 0 0 0; }
#sweepsWrap{height:auto;position:absolute;}
#sweeps{position:relative;background: url('../img/sweeps2.jpg') no-repeat 0 0;width:768px;height:825px;margin:0 auto;}
#sweeps .mid{float:left;width:100%;height:283px;margin:280px 0 0 0;padding:0 10px 0 265px;position:relative;font-size:.8em;}
#sweeps .share{position:absolute;top:-48px;left:32px;width:215px;height:48px;font-size:1.8em;line-height:52px;padding:0 .6em;}
#sweeps .mid .share{text-align:center;}
#sweeps .intro{line-height:1.6em;}
#sweeps .closeBtn{position:absolute;top:5px;right:5px;}
#sweeps .closeBtn:after{left:8px;top:6px;}

#sweeps form{font-size:1.1em;padding:1.3em 0 0 1.3em;position:relative;height:175px;}
#sweeps #sweepsName, #sweeps #sweepsEmail, #sweeps #sweepsZip{border:1px solid #999;box-shadow:none;background:#f5f5f5;padding:.5em .8em;border-radius:9px;color:#666;float:left;margin:0 1em .9em 0;}
#sweeps #sweepsName:invalid, #sweeps #sweepsEmail:invalid, #sweeps #sweepsZip:invalid{background:#F0DDDD;}
#sweeps #sweepsName, #sweeps #sweepsEmail{width:280px;}
#sweeps #sweepsZip{width:127px;}
#sweeps #sweepsSubmit{border:1px solid black;outline:0;border-radius:9px;color:white;font-family:'lg', sans-serif;text-transform:uppercase;font-size:1.8em;letter-spacing:.1em;display:inline-block;padding:0 1.2em;text-shadow:2px 2px black;}
#sweepsErrors{position: absolute;bottom: 57px;left: 20px;font-size: .9em;color: firebrick;}
.rgba.no-textshadow #sweeps #sweepsSubmit{border-radius:0;}
#sweeps [type="checkbox"]{display:block;float:left;}
#authorize{clear:both;}
#sweeps form .left{float:left;width:50%;margin:15px 0 0 0;}
#sweeps label{font-size:.7em;color:#666;display:block;line-height:1.6em;margin:0 0 .8em 0;}
#sweeps label input{font-size:1.4em;margin:0 5px 0 0;position:relative;top:2px;}
#sweeps #optingLabel{float:left;display:block;width:49%;font-size:.7em;margin:15px 0 0 0;}
#sweeps #optingLabel input{margin-bottom:50px;}

#sweeps footer{color:white;font-size:.8em;float:left;width:100%;}
#sweeps footer p{margin:23px 40px 0 410px;line-height:1.45em;min-height:40px;}

#sweeps .loader{width:30px;height:30px;display:inline-block;vertical-align:top;}


.modalWrap.contest.active{text-align:center;padding:5% 0 0 0;}
.contest .modal{background:white;border-radius:5px;width: 337px;box-shadow:inset 0 0 20px rgba(0,0,0,.7);border:1px solid white;text-align:center;color:#373737;display:inline-block;position:relative;}
.contest .modal .closeBtn{position:absolute;top:-10px;right:-10px;}
.contest .modal h2{font-family:'lg', sans-serif;margin:.3em 0 0 0;text-transform:uppercase;font-size:3em;line-height:1.2em;font-weight:normal;}
.contest .modal small{display:block;margin:0;border-bottom:1px solid #aaa;width:93%;margin:0 auto 10px;padding:0 .5em .5em;font-size:.8em;text-align:left;}
.contest .modal .downloadCoupon{font-family:'lg';color:#c1122f;text-decoration:none;text-transform:uppercase;line-height:.8em;font-size:2.5em;position:relative;display:block;margin:0 auto;border-bottom:1px solid #aaa;width:93%;padding:0 0 .2em 0;}
.contest .modal .downloadCoupon span{display:block;margin:0 0 0 -210px;}
.contest .modal .downloadCoupon span:first-child{font-size:.7em;}
.contest .modal .downloadCoupon:after{content:'';display:block;background: url('../img/sprite/sprite.png') no-repeat -648px -1px;width: 211px;height: 70px;position:absolute;bottom:-14px;right:0%;}
.contest .modal .share{position:relative;line-height:1.3em;font-size:1em;width:90%;margin:25px auto 10px;top:auto;left:auto;}
.contest .modal .share h3{display:inline-block;margin:0 10px 0 0;font-size:1.6em;font-weight:normal;}
.contest .modal .share a{top:-5px;}

#sweepsWinner small{margin-bottom:5px;}
#sweepsWinner .prizes{background: url('../img/sprite/sprite.png') no-repeat -405px -63px;width: 217px;height: 89px;margin:0 auto 10px;position:relative;}
#sweepsWinner .prizes:after{content:'';display:block;position:absolute;width:320px;height:1px;background:#aaa;bottom:-5px;left:-51px;}

.modalWrap{display:none;position:fixed;top:0;left:0;background: transparent;background:rgba(0,0,0,.8);width:100%;height:100%;z-index:10;}
.no-rgba .modalWrap{background:#000;/* -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; */}
.modalWrap.active{display:block;}

#mailModalWrap{text-align:center;}
#mailModal{display:inline-block;background:white;padding:1em;margin-top:15%;width:320px;position:relative;}
#mailModal input, #mailModal textarea{display:block;width:100%;margin:0 0 .6em 0;border:1px solid #bbb;padding:.6em;font-size:.9em;}
#mailModal textarea{height:110px;}
#mailModal h2{margin:0 0 .3em;font-family:'lg',sans-serif;text-transform:uppercase;font-weight:100;letter-spacing:.05em;color:#666;text-align:left;font-size:1.6em;}
#mailModal .closeBtn{position:absolute;top:5px;right:5px;}
#mailModal #compose{font-size:1.3em;padding:.3em 0;margin:0;display:inline-block;width:100%;}
#mailModal #mailErrors{font-size:.9em;margin:.4em 0 0 0;color:#666;}

#videoModalWrap {text-align:center;}
#videoModal {display:inline-block;position:relative;width:560px;height:315px;margin-top:15%;}
#videoModal .closeBtn{position:absolute;top:-20px;right:-20px;z-index:10;}
#videoModal .coupon{display:block;position:absolute;top:30px;left:0px;width:560px;height:245px;z-index:11; background: url('../img/blank.png') repeat;}
#videoModal .couponBtn {position:absolute;left:50%; top:325px; margin-left:-53px;}
#player { position:relative; z-index:9; }

.fs{width:87%;margin:20px auto 10px;height:134px;}
.fs li > div{width:201px;height:134px;background: url('../img/sprite/sprite.png') no-repeat 0 0;font:0/0 a;margin:0 0 0 15px;display:inline-block;vertical-align:top;text-shadow: none; color: transparent;}
.fs li > div:first-child{margin:0;}
.fs .giftcards{background-position:-380px -275px;}
.fs .zappos{background-position:-586px -277px;}
.fs .nike{background-position: -792px -276px;}
.fs .dream{background-position: -380px -417px;}
.fs .hulu{background-position: -586px -418px;}
.fs .gps{background-position:-792px -418px;}
.fs .tickets{background-position:-380px -559px;}

#sweeps footer > small{display:block;float:left;margin:0 0 0 65px;}
#sweeps .rules{color:white;text-decoration:none;font-weight:bold;float:right;display:block;margin:0 65px 0 0;}
#sweeps .rules span{color:#aec87b;}


.flex-container a:active,.fs a:active,.flex-container a:focus,.fs a:focus  {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.fs .slides > li {display: none; -webkit-backface-visibility: hidden;text-align:center;width:668px;}
.fs .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.fs {position: relative;zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.fs .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block;position: absolute; top: 50%; cursor: pointer; font:0/0 a;}
.flex-direction-nav .flex-prev {left: 0;background: url('../img/sprite/sprite.png') no-repeat -304px -56px;width: 32px;height: 32px;left:-40px;}
.flex-direction-nav .flex-next {background-position: 100% 0;right:0;background: url('../img/sprite/sprite.png') no-repeat -342px -56px;width: 32px;height: 32px;right:-40px;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}





@media only screen and (max-width: 980px) {
	#header h2{margin-left:230px;width:587px;background-position:-354px -1012px;}
	body.bourbon_chicken #header h2 {background-position:-502px -950px;}
}
@media only screen and (max-width: 65em) {
  body:after {content: 'bp1';display:none;position:fixed;z-index:1000;top:0;}
	#header nav{margin-left:130px;}
	#header nav::after{width:102%;left:0;}
	#results{left:20px;}
	#bottomOverlay{display:none;}
}

@media only screen and (max-width: 59em) {
	body:after {content: 'bp2';}
	#header nav{font-size:.80em;}
	#header nav li a{padding:.2em .75em;}
	#header h2{margin-left:150px;margin-bottom:7px;}
	#header h2 span{width:125px;}
}

@media only screen and (max-width: 50em) {
  body:after {content: 'tablet';}
}


/*body{min-width: 48em}*/


#browseHappy{display:block;position:relative;background:palegoldenrod;z-index:1000;width:100%;text-align:center;padding:5px 0;}
.ir{font: 0/0 a; text-shadow: none; color: transparent;display:block;text-indent: 100%;white-space: nowrap;overflow: hidden;}
.hideText{text-indent: 100%;white-space: nowrap;overflow: hidden;}
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.noselect {-moz-user-select: none;-khtml-user-select: none;user-select: none;-webkit-user-select:none;}

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
