/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


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

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

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

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; color:rgb(84,24,0); }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #056839; color: #fff; text-shadow: none; }
::selection { background: #056839; color: #fff; text-shadow: none; }


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

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


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

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
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%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: .5em 0; padding: 0 0 0 20px; }
dd { margin: 0 0 0 10px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

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


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

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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 { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

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

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


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

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Michon Creative
   ========================================================================== */

body {
	width:760px;
	height:800px;
	overflow:hidden;
	position:relative;
	margin:auto;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1 {
	font-size:153.9%;
	color:rgb(84,24,0);
	text-transform:uppercase;
	margin-bottom:15px;
}

h2 {
	color:rgb(84,24,0);
	font-size:138.5%;
	margin-bottom:10px;

}

h3 {
	color:rgb(84,24,0);
	font-size:123.1%;
	font-weight:normal;
	margin-bottom:5px;
}

p {
	margin:0 0 10px;
}

#container {
/*	background:url(../img/wall.gif) left top repeat;*/
	background:#7a0730;
	width:3040px;
	height:800px;
	position:absolute;
	left:0px;
	top:0px;
}

#main {
	width:3040px;
	height:800px;
	background:url(../img/tinsel.png) left top repeat-x;
}

#loader {
	width:760px;
	height:800px;
	background:#7a0730;
	position:absolute;
	top:0;
	left:0;
	z-index:8000;
	text-align:center;
	vertical-align:middle;
}

#loader img {
	display: block;
	margin: 30% auto 0;
	width: 145px;
}

.btns_shadow {
	background:url(../img/btns_shadow.png) left top no-repeat;
	height: 23px;
	position: absolute;
	width: 73px;
	color: rgb(255,255,255);
	text-align: center;
	font-size: 85%;
	line-height: 23px;
}

	
.btn_globe {
	background:url(../img/btn_globe.png) left top no-repeat;
	width:68px;
	height:75px;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
}



.btn_globe_glow {
	display: block;
	width:89px;
	height:94px;
	position:absolute;
	top:-2px;
	left:21px;
	display:none;
	opacity:0;

}


.btn_globe_glow span {
	background:transparent url(../img/btn_globe_glow.png) left top no-repeat;
	display: block;
	width:89px;
	height:94px;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
		zoom: 1;
}

	
.btn_photo {
	background:url(../img/btn_photo.png) left top no-repeat;
	width:87px;
	height:79px;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
}

.btn_photo_glow {
	display: block;
	height: 95px;
	left: 97px;
	position: absolute;
	top: -5px;
	width: 107px;
	display:none;
	opacity:0;
}

.btn_photo_glow span {
	background:transparent url(../img/btn_photo_glow.png) left top no-repeat;
	display: block;
	height: 95px;
	width: 107px;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
		zoom: 1;
}
	
.btn_poll {
	background:url(../img/btn_poll.png) left top no-repeat;
	width:58px;
	height:80px;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
}

.btn_poll_glow {
	display: block;
	height: 97px;
	left: 195px;
	position: absolute;
	top: -5px;
	width: 79px;
	display:none;
	opacity:0;
}

.btn_poll_glow span {
	background:transparent url(../img/btn_poll_glow.png) left top no-repeat;
	display: block;
	height: 97px;
	width: 79px;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
		zoom: 1;
}


.btn_shop {
	background:url(../img/btn_shop.png) left top no-repeat;
	width:81px;
	height:73px;
	position:absolute;
	overflow:hidden;
	cursor:pointer;
}

.btn_shop_glow {
	/*background:url(../img/btn_shop_glow.png) left top no-repeat;*/
	display: block;
	height: 105px;
	left: 101px;
	position: absolute;
	top: -5px;
	width: 79px;
	display:none;
	opacity:0;
}

.bauble_red {
	width:241px;
	height:377px;
	background:url(../img/bauble-red.png) left top no-repeat;
	position:absolute;
}

.bauble_silver {
	width:161px;
	height:252px;
	background:url(../img/bauble-silver.png) left top no-repeat;
	position:absolute;
}

.ribbon {
	width:191px;
	height:175px;
	background:url(../img/ribbon.png) left top no-repeat;
	position:absolute;
}

.red_tag {
	width:269px;
	height:391px;
	background:url(../img/tag-red.png) left top no-repeat;
	position:absolute;
}

.green_tag {
	width:234px;
	height:418px;
	background:url(../img/tag_green.png) left top no-repeat;
	position:absolute;
}

.round_green {
	width:200px;
	height:273px;
	background:url(../img/round_green.png) left top no-repeat;
	overflow:hidden;
	position:absolute;
}

.tc {
	display:block;
	position:absolute;
	color:rgb(255,255,255);
	z-index:2001;
}

.RT_photo .tc, .GT_poll .tc {
	bottom: 42px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 77%;
    right: 50px;
    text-decoration: none;
}

.RT_photo .tc:hover, .GT_poll .tc:hover {
    color: rgba(255, 255, 255, 1);
}

nav {
    background: url(../img/nav-tag.png) no-repeat scroll left top transparent;
    bottom: -155px;
    height: 148px;
    left: 134px;
    position: absolute;
    width: 376px;
	z-index:4000;
}

nav .btn_globe {
    left: 32px;
    text-indent: -2000px;
    top: 20px;
}
nav .for_globe {
    left: 30px;
    top: 88px;
}
nav .btn_photo {
    left: 108px;
    text-indent: -2000px;
    top: 12px;
}
nav .for_photo {
    left: 115px;
    top: 88px;
}
nav .btn_poll {
    right: 112px;
    text-indent: -2000px;
    top: -7px;
}
nav .for_poll {
    left: 198px;
    top: 88px;
}
nav .btn_shop {
    right: 16px;
    text-indent: -2000px;
    top: -6px;
}
nav .for_shop {
    right: 19px;
    top: 88px;
}


section {
	width:760px;
	height:620px;
	position:relative;
	float:left;
	z-index:1000;
}

/*===================================================================== HOME SECTION ====================*/

#santa {
	width:214px;
	height:346px;
	background:url(../img/santa.png) left top no-repeat;
	position:absolute;
	top:237px;
	left:0px;
}

.hamper {
	width:212px;
	height:227px;
	background:url(../img/hamper.png) left top no-repeat;
	position:absolute;
	top:360px;
	right:0px;
}

#arrow {
	width:63px;
	height:44px;
	background:url(../img/arrow.png) left top no-repeat;
	position:absolute;
	top:275px;
	right:32px;
	z-index:1765;
}

#jubilee {
	width:158px;
	height:229px;
	background:url(../img/jubilee.png) left top no-repeat;
	overflow:hidden;
	position:absolute;
	left:96px;
}

#app-title {
    width: 370px;
    height: 118px;
    position: absolute;
    background: url(../img/app-title.png) left top no-repeat;
    top: 83px;
}

.ribbon_home {
	left:294px;
	/*top:-31px*/
	top:-524px;
}

#home-tag {
	width:469px;
	height:434px;
	background:url(../img/message_tag.png) left top no-repeat;
	overflow:hidden;
	position:absolute;
	left:150px;
	/*top:97px;*/
	top:-434px;
}

#home-tag img {
	position:absolute;
	left:60px;
	top:112px;
}

#home-tag .btn_globe, #home-tag .btn_photo, #home-tag .btn_poll {
	width:99px;
	line-height:1;
}

#home-tag .btn_globe {
	top:222px;
	left:53px;
	padding-top:100px;
	background-position:14px 20px;
}
	
#home-tag .btn_photo {
	top:222px;
	left:171px;
	padding-top:100px;
	background-position:6px 20px;

}
	
#home-tag .btn_poll {
	top:222px;
	left:289px;
	padding-top:100px;
	background-position:18px 20px;

}

#home-tag p {
	font-size:131%;
	text-align:center;
	position:absolute;
	top:229px;
	width:355px;
	left:55px;
}

#home-tag a {
	text-decoration:none;
	text-align:center;
	color:#bb1045;
	/*font-size:123.1%;*/
	padding-top:80px;
	font-weight:bold;
}

.red_home {
	right:-35px;
	top:-330px;
}

.silver_home {
	left:407px;
}


/*===================================================================== GLOBE SECTION ====================*/

.ribbon_globe {
	left:26px;
}

.GT_globe {
	top:120px;
	left:3px;
}

.GT_globe img {
	position:relative;
	top:100px;
	left:17px;
}

.GT_globe h1, .GT_globe h4, .GT_globe h5, .GT_globe p {
	color: #fff;
	margin-left:25px;
	margin-right:46px;
}

.GT_globe h1 {
	font-size:116%;
	margin-top:100px;
	font-family:'arial black';
	margin-right:36px;
	letter-spacing:-0.0259em;
}

.GT_globe h4 {
	text-transform:uppercase;
	font-family:'arial black';
	letter-spacing:-0.0259em;
	margin-bottom:0.20em;
}

.GT_globe h5 {
	font-size:146.5%;
	letter-spacing:-0.0259em;
	font-weight:normal;
	position:relative;
	top:109px;
}

.GT_globe p {
	font-size:93%;
	line-height:1.3em;
}

#offer-button {
    text-align: center;
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: lowercase;
    display: block;
    position: absolute;
    width: 176px;
	height:25px;
	line-height:25px;
    bottom: 43px;
    left: 23px;
	background: rgb(141,49,73); 
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkMzE0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzBiMzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgb(141,49,73) 0%, rgb(119,11,53) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(141,49,73)), color-stop(100%,rgb(119,11,53))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(141,49,73) 0%,rgb(119,11,53) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(141,49,73) 0%,rgb(119,11,53) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(141,49,73) 0%,rgb(119,11,53) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(141,49,73) 0%,rgb(119,11,53) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d3149', endColorstr='#770b35',GradientType=0 ); /* IE6-8 */
	border:1px solid rgb(208,130,158);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
			border-radius: 3px;
}

.red_globe {
	left: 458px;
	top: -168px;
}

#RG_globe {
	left: 225px;
	top: -260px;
	z-index: 3000;
}

#RG_globe img {
	position:absolute;
	bottom:52px;
	left:33px;
}

#globe {
	background: url(../img/globe.png) no-repeat scroll left top transparent;
	height: 429px;
	left: 194px;
	position: absolute;
	top: 169px;
	width: 407px;
	/*z-index: 2000;*/
}

#bgcanvas, #fgcanvas {
	position:absolute;
	-webkit-border-radius: 360px 360px 140px 140px;
	   -moz-border-radius: 360px 360px 140px 140px;
			border-radius: 360px 360px 140px 140px;
	top:2px;
	left:6px;
}

#bgcanvas { z-index: 0;}

#globe_result {
	width:350px;
	height:263px;
	text-align: center;
	z-index: 1;
	position:absolute;
	top:9px;
	left:13px;
}

#fgcanvas { z-index: 2;}

#globe_over {
	background:url(../img/globe_over.png) left top no-repeat;
	width:373px;
	height:344px;
	position:absolute;
	top:0px;
	left:0px;
	opacity:.75;
	z-index: 3;
}

#globe_over:hover {
	cursor:pointer;
}


#globe_snow {
	background:url(../img/globe_shake.png) left top no-repeat;
	width:373px;
	height:339px;
	position:absolute;
	top:1px;
	left:0px;
	/*opacity:0;*/
	display:none;
	z-index: 4;
}

	
#globe_shadow {
	background: url(../img/globe_shadow.png) no-repeat scroll left top transparent;
	height: 417px;
	left: 191px;
	position: absolute;
	top: 178px;
	width: 461px;
	/*z-index: 1999;*/
}

#shake_back {
	width:216px;
	height:389px;
	background:url(../img/btn_shake_back.png) left top no-repeat;
	position:absolute;
	right:-20px;
	top:195px;
	/*z-index:2001;*/
}

.btn_shake {
	width:77px;
	height:61px;
	top:108px;
	left:50px;
	position:absolute;
	cursor:pointer;
}

#shake_back a img {
	/*display:none;*/
}


/*===================================================================== PHOTO SECTION ====================*/

.RT_photo {
	top:0px;
	right:10px;
}

.RT_photo img {
    position: absolute;
    top: 58px;
    left: 21px;
}

.RT_photo p {
    color: rgb(255,255,255);
    margin: 141px 35px 0 29px;
    font-size: 138.5%;
}

.RT_photo a.t-wall {
    color: rgb(255,255,255);
    text-decoration: none;
    background: url("../img/logo-facebook-38x38.png") left top no-repeat;
    margin: 0 35px 0 29px;
    padding-left: 48px;
    display: block;
    position: absolute;
    top: 271px;
    z-index: 2000;
}

.RT_photo a.t-wall span {
    font-family: 'arial black';
    font-size: 131%;
    text-transform: uppercase;
    display: block;
}

#RG_photo {
	left:80px;
}


#RG_photo img {
    position: absolute;
    top: 94px;
    left: 33px;
	border:none !important;
}

#RG_photo a {
	border:none !important;
}

.round_red {
    width: 252px;
    height: 262px;
    background: url(../img/round_red.png) left top no-repeat;
    position: absolute;
    top: 0;
    left: 237px;
}

#winner {
	background:url(../img/photos/photo_winner.jpg) left top no-repeat;
	height: 274px;
	left: 52px;
	position: absolute;
	top: 245px;
	width: 345px;
}

#photo2 {
	background:url(../img/photos/photo_2.jpg) left top no-repeat;
	height: 142px;
	position: absolute;
	right: 233px;
	top: 373px;
	width: 96px;
}

#photo3 {
	background:url(../img/photos/photo_3.jpg) left top no-repeat;
    height: 142px;
    position: absolute;
    right: 28px;
    top: 398px;
    width: 149px;
}

#frames {
	background:url(../img/frames.png) left top no-repeat;
	width:797px;
	height:413px;
	position:absolute;
	top:173px;
	left:-10px;
}


/*===================================================================== POLL SECTION ====================*/

dl {
	margin:0;
	padding:0;
}

dl dt, dl dd {
	float:left;
	margin-bottom:2px;
}


dl dt {
	clear:left;
	height:16px;
	overflow:hidden;
}


/*.ribbon_poll {
	top:-6px;
	right:10px;
}*/

.GT_poll {
	right:-10px;
	top:-11px;
	z-index:6000;
}

.GT_poll img {
    position: absolute;
    top: 82px;
    left: 10px;
}

.GT_poll p {
    color: rgb(255,255,255);
    position: absolute;
    top: 202px;
    margin: 0 33px 0 27px;
    font-size: 146.5%;
}

.GT_poll p a {
    color: rgb(255,255,255);
}

#poll_card {
	width:640px;
	height:595px;
	background:url(../img/poll_card.png) left top no-repeat;
	position:absolute;
	top:20px;
	left:120px;
}

#poll_form {
	position:absolute;
	top:210px;
	left:60px;
	z-index:2001;
}

#mini_rudolph {
	background:url(../img/mini_rudolf.png) left top no-repeat;
	width:188px;
	height:281px;
	position: absolute;
	top:315px;
	left:20px;
}

#snowman {
	background:url(../img/snowman.png) left top no-repeat;
	width:209px;
	height:280px;
	position:absolute;
	top:297px;
	right:143px;
	z-index:2002;
}

#snowman input, #snowman div {
	position: absolute;
	top:132px;
	left:5px;
	width:150px;
	height:106px;
}

#snowman div {
	background:url(../img/snowman_hands2.png) left top no-repeat;
}

#already_voted {
	height: 280px;
	left: 55px;
	overflow: hidden;
	position: absolute;
	top: 226px;
	width: 270px;
}

#already_voted h1, #already_voted h3 {
	color:rgb(35,70,112);
}

#already_voted h2, #already_voted h4, #already_voted ol li {
	color:rgb(187,16,69);
	margin-left:10px;
}

#already_voted ol li {
	text-indent:-5px;
}


.H_vote {
	right:-19px;
	top:373px;
	z-index:6001;
}

#arrow-vote {
	width:63px;
	height:44px;
	overflow:hidden;
	position:absolute;
	top:435px;
	left:-63px;
	display:none;
	z-index:3000;
}


/*===================================================================== MESSAGE TAG ====================*/
#messageTag_cont {
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	z-index:6000;
	display:none;
}


#message_tag {
	background: url(../img/message_tag.png) no-repeat scroll left top transparent;
    height: 434px;
    left: 150px;
    position: absolute;
    /*top: 140px;*/
	top:-434px;
    width: 469px;
}

.ribbon_message {
	left:294px;
	/*top:0;*/
	top:-524px;
}

#messageTag_dyn {
	width:335px;
	height:255px;
	position:absolute;
	top:100px;
	left:60px;
}

#messageTag_dyn div {
	height:155px;
	font-family:'arial black';
	color:#541800;
	text-align:center;
	font-size:166%;
	letter-spacing:-0.03em;
	line-height:1.4em;
	text-transform:uppercase;
}

#messageTag_dyn div a {
	text-decoration:none;
	color:#541800;
}

#messageTag_dyn div span {
	color: rgb(185,31,52);
	display:block;
	margin-top:5px;
}

#close_tag {
	cursor:pointer;
	position:absolute;
	bottom:50px;
	right:45px;
	opacity:0.5;
}

#close_tag:hover {
	opacity:1;
}

#messageTag_dyn ul {
	margin:0;
	padding:0;
}

#messageTag_dyn li {
	font-size: 116%;
	margin-bottom: 0.5em;
	padding-left: 40px;
}

#messageTag_dyn li:nth-child(1) {
	list-style-type:none;
	background:url(../img/1st.gif) left 50% no-repeat;
}

#messageTag_dyn li:nth-child(2) {
	list-style-type:none;
	background:url(../img/2nd.gif) left 50% no-repeat;
}

#messageTag_dyn li:nth-child(3) {
	list-style-type:none;
	background:url(../img/3rd.gif) left 50% no-repeat;
}




/*------------------------------------------------------------------*/









footer {
	height:279px;
	width:760px;
	background:url(../img/mantel.png) left top repeat-x;
	position:absolute;
	bottom:0px;
	left:0px;
}

.btn_like {
	display: block;
	height: 62px;
	overflow: hidden;
	position: absolute;
	width: 48px;
	z-index:5000;
}

.btn_share {
	background: url("../img/btn_share.gif") no-repeat scroll left top transparent;
	bottom: 28px;
	display: block;
	height: 20px;
	position: absolute;
	width: 54px;
	z-index:5001;
}


#logoNstrap {
	width:227px;
	height:112px;
	background:url(../img/footer-logo.png) left top no-repeat;
	display:block;
	position:absolute;
	right:10px;
	bottom:0px;
}

#soc-btns {
    bottom: -5px;
    display: block;
    height: 116px;
    left: 0;
    position: absolute;
    width: 135px;
    background: url(../img/bauble-blue.png) left top no-repeat;
    padding: 55px 0 0 16px;
}




/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}
