/*
Theme Name: End Fossil Fuel Subsidies
Theme URI: http://blankthemes.com/skylark/
Author: Blank Themes
Author URI: http://blankthemes.com/
Description: Skylark is the perfect starter theme for portfolio / business sites
Version: 1.0.1
License: GNU General Public License
License URI: license.txt
Tags: white, blue, fixed-width, custom-menu, translation-ready
*/


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	height:100%;
}
body {
	font-family:proxima-nova, arial, tahoma, sans-serif;
	color:#313a42;
	line-height:1.5;
	background:#2e8ebb url(images/bg.jpg) fixed no-repeat center top;
	background-size:cover;
	font-size:15px;
	min-height:100%;
	position:relative;
	padding-bottom:1px !important;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";}
blockquote, q {
	quotes: "" "";}
a:focus {
	outline: thin dotted;}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;}
a img {
	border: 0;}

.clear{
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	width:0;
	visibility:hidden;}
	
/* =Global
----------------------------------------------- */


/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	margin-bottom:.4em;
	line-height:1.2;
	text-transform:uppercase;}
h1{
	font-size:50px;}
h2{
	font-size:37px;}
h3{
	font-size:23px;}
h4{
	font-size:19px;}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.5em 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	background: #f0f1f3;
	padding:6px;
}
input:focus,
select:focus,
textarea:focus {
	background:#fff;
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
	border: 1px solid #ccc;
	border-color:rgba(0,0,0,0.3);
	border-radius: 3px;
	background: #107daf; /* Old browsers */
	background: -moz-linear-gradient(top,  #50afdb 0%, #0a6189 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50afdb), color-stop(100%,#0a6189)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #50afdb 0%,#0a6189 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #50afdb 0%,#0a6189 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #50afdb 0%,#0a6189 100%); /* IE10+ */
	background: linear-gradient(top, #50afdb 0%,#0a6189 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50afdb', endColorstr='#0a6189',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 0 1px rgba(255,255,255,0.6);
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	display:inline-block;
	font-size: 18px;
	font-family:proxima-nova,sans-serif;
	font-weight:bold;
	line-height:1.2;
	padding:10px 12px 8px;
	position:relative;
	text-shadow:
		-1px -1px 0 rgba(0,0,0,.4),
		1px 1px 0 rgba(255,255,255,0.5);
	text-transform:uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover {
	background: #50afdb; /* Old browsers */
	background: -moz-linear-gradient(top,  #50afdb 0%, #107daf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#50afdb), color-stop(100%,#107daf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #50afdb 60%,#107daf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #50afdb 60%,#107daf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #50afdb 60%,#107daf 100%); /* IE10+ */
	background: linear-gradient(top,  #50afdb 60%,#107daf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50afdb', endColorstr='#107daf',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 0 1px rgba(255,255,255,0.6);
	border-color:rgba(0,0,0,0.5);
	box-shadow:
		inset 0 0 1px rgba(255,255,255,1),
		0 1px 2px rgba(0,0,0,0.4);
	text-decoration:none;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
a.button:focus,
a.button:active {
	box-shadow:
		inset 0 0 1px rgba(255,255,255,.5),
		0 0 2px 1px rgba(255,255,255,0.3);
	top:1px;
	text-decoration:none;
}
.button.big{
	border-radius:6px;
	font-size:24px;
	padding:11px 20px 9px;}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	border:1px solid rgba(0,0,0,0.075);
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
div.input{
	position:relative;}
div.input label{
	position:absolute;}


/* Links */
a{
	color:#FF7500;
	font-weight:bold;
	text-decoration:none;}
a:hover{
	text-decoration:underline;}

a img{border:none;}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* container */
#container{
	margin:0 auto 150px;
	width:850px;}
.home #page{
	margin-top:5px;
	background-color:transparent;}
#page{
	background-color:#fff;
	margin-top:25px;}
.single #page{
	background:transparent;}
.home #page{
	margin-top:0;}
#main{
	margin: 0 auto 100px;
	padding:0;
	overflow:hidden;
}

	
/* header */
header{
	position:relative;}
hgroup#logo{
	padding:30px 0 0px;
}
#sitetitle{
	text-transform:uppercase;
	margin-bottom:0;}
#sitetitle a {
	text-decoration:none;
	color:#fff;
	font-weight:900;
	letter-spacing:-2px;
	font-size:54px;
	width:850px;
	display:block;
	word-spacing:-13px;}
#sitetitle .word2,
#sitetitle .word3{
	color:#313a42;}
#sitetitle .char5,
#sitetitle .char6,
#sitetitle .char7,
#sitetitle .char8,
#sitetitle .char9,
#sitetitle .char10,
#sitetitle .char11,
#sitetitle .char12,
#sitetitle .char13,
#sitetitle .char14{
	color:#313a42;}

.wf-active #sitetitle a{
	font-size:64px;}
#sitetitle a:hover {
	opacity:.95;}
#sitetitle a:active {
	position:relative;
	top:1px;}
#sitedesc,
.sitedesc{
	font-size:21px;
	color:#fff;
	font-weight:500;
	line-height:1.25;
	display:none;}
.home .sitedesc{
	display:block;
	margin-bottom:40px;}
#sitedesc .word1,
#sitedesc .word2,
#sitedesc .word3,
#sitedesc .word17{
	font-weight:900;}
strong.alt{
	color:#fff;}
#toppanel-fb-like{
	position:absolute;
	left:170px;
	top:0;}
#toppanel-tweet{
	position:absolute;
	top:0;
	right:180px;}

/* FRONTPAGE PANELS  */

.panel,
.single #content{
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:3px;
	padding:15px;
	margin:0 0 25px;}
.single #content{
	padding:25px 35px 35px;}
.panel .post{
	border:0 none;
	line-height:inherit;}
#panel1{
	padding:40px 50px;
	margin-top:25px;}
	
/* TWITTER */
#tweets ul{
	margin:0;}
/*#featboxes li.widget:first-child{
	background-color:transparent;
	border:0 none;
	padding:0;
	width:32.5%}*/
#tweet-container{
	width:440px;
	float:left;
	margin-bottom:25px;}
#tweets{
	height:175px;}
#tweets li{
	list-style-type:none;
	margin:0;
	padding:0;}
#panel2 .tweet_text{
	background-color:#107daf;
	border-radius:5px;
	color:#fff;
	display:block;
	margin-bottom:15px;
	padding:15px;
	position:relative;
	hyphens:auto;
	-moz-hyphens:auto;
	-webkit-hyphens:auto;}
#panel2 .tweet_text::after{
	content:'.';
	text-indent:-9999px;
	display:block;
	position:absolute;
	bottom:-12px;
	left:50px;
	width:0;
	height:0;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:12px solid #107daf;}
#panel2 .tweet_text a{
	color:#ced2d4;}
.tweet_avatar{
	display:block;
	width:55px;
	float:left;}
.tweet_user{
	display:block;
	font-size:20px;}
.tweet_time a{
	color:#313a42;
	display:block;
	font-size:12px;
	font-weight:normal;
	position:relative;
	top:-4px;}
h4.tweet-h4{
	border-top: 3px dotted #AAAAAA;
	margin-top: 2px;
	padding-top: 8px;}
#sm{
	position:fixed;
	bottom:5px;
	right:15px;
	z-index:999;}
#sm .fb-like{
	top:-5px;}


/* Page */
#page #content{
	background-color:#fff;
	padding:25px;}
.single #page #content{
	margin-bottom:0;}
.page-title{
	letter-spacing:-.02em;
	margin-bottom:10px;
	text-transform:uppercase;}

/* =Menu
----------------------------------------------- */

.main-navigation {
	background-color:#313a42;
	color:#fff;
	display: block;
	margin:0;
	bottom:0;
	left:0;
	width:100%;
	position:fixed;
	z-index:900;
	box-shadow:0 0 7px rgba(0,0,0,0.9);}
.main-navigation ul {
	list-style:none;
	margin:0 auto;
	padding-left:0;}
.main-navigation li {
	float: left;
	position: relative;}
.main-navigation::after{
	clear:both;
	content:'';
	display:block;
	visibility:hidden;}
.main-navigation a{
	border-right:1px solid #777;
	color: #fff;
	display:block;
	font-size:15px;
	font-weight:700;
	padding: 12px 15px 9px;
	text-decoration: none;
	text-transform:uppercase;}
.es .main-navigation a{
	font-size:16px;}
.main-navigation li:last-child a{
	border:0 none;}
.main-navigation li:hover{
	background-color:#ff7500;
	color:#fff;
	cursor:pointer;}
.main-navigation ul ul {
	background:#ff7500;
	border-radius:0 0 3px 3px;
	box-shadow:0 2px 2px rgba(0,0,0,0.5);
	display:none;
	position:absolute;
	top:46px;
	left: 0;
	width:auto;
	z-index: 99999;}

.main-navigation ul ul li:hover .sub-menu{
	display:block;}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li a{
	border:0 none;}
.main-navigation li:hover > a {
	color:#313a42;
	border-color:#313a42;
}
.main-navigation ul ul :hover > a {

}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover ul {
	display:block;}
.main-navigation ul ul ul.sub-menu {
	border-left:1px solid rgba(0,0,0,0.1);
	border-radius:0 3px 3px 0;
	box-shadow:2px 2px 2px rgba(0,0,0,0.5);
	left:100%;
	top:0;
	display:none;}
.main-navigation ul ul ul.sub-menu li{
	background-color:#FF8948;}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	}
nav.main-navigation .parent > a{
	padding-right:30px;}
nav.main-navigation .parent > a::after{
	content:'.';
	text-indent:-9999px;
	display:block;
	position:absolute;
	bottom:20px;
	right:10px;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #fff;}
nav.main-navigation .parent:hover > a::after{
	content:'.';
	text-indent:-9999px;
	display:block;
	position:absolute;
	bottom:20px;
	right:10px;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #313a42;}
nav.main-navigation ul.sub-menu .parent > a::after{
	content:'.';
	text-indent:-9999px;
	display:block;
	position:absolute;
	bottom:20px;
	right:10px;
	width:0;
	height:0;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #fff;}
nav.main-navigation ul.sub-menu .parent:hover > a::after{
	content:'.';
	text-indent:-9999px;
	display:block;
	position:absolute;
	bottom:20px;
	right:10px;
	width:0;
	height:0;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #313a42;}

/* Petition */

#ak-petition{
	background:#fff;
	color:#313a42;}
#ak-errors{
	display:none;}
.petition-text{
	font-size:22px;
	line-height:1.3;
	margin-bottom:25px;}
#ak-petition .input.name{
	width:740px;
	display:block;
	margin-bottom:10px;}
#ak-petition .input{
	display:inline-block;
	margin-right:5px;}
.ak-petition .input input,
.ak-petition .input label{
	width:165px;
	padding:7px;}
#ak-petition .email.input{
	margin-right:0;}
#country{
	border:1px solid rgba(0,0,0,0.1);
	background:#f0f1f3;}
#unknown-user{
	margin-bottom:15px;}
.comment{
	margin-top:5px;
	margin-bottom:0px;}
#ak-petition .submit,
#ak-petition .submit:hover,
#ak-petition .submit:active{
	background: #ec7f00;
	background: -moz-linear-gradient(top,  #f39F00 0%, #e75f00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f39F00), color-stop(100%,#e75f00));
	background: -webkit-linear-gradient(top,  #f39F00 0%,#e75f00 100%);
	background: -o-linear-gradient(top,  #f39F00 0%,#e75f00 100%);
	background: -ms-linear-gradient(top,  #f39F00 0%,#e75f00 100%);
	background: linear-gradient(top,  #f39F00 0%,#e75f00 100%);	
	width:220px;
	margin:15px 10px 0 0;}

/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


.home input,
.home select,
.home textarea{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:5px;
	margin-bottom:5px;}
.js .home label{
	padding:5px;}



/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Widgets
----------------------------------------------- */

#secondary{
	width:213px; 
	float:right;
	margin:0;
}
#featboxes{
	}
#featboxes::after{
	content:'';
	clear:both;
	display:block;
	visibility:hidden;}
#featboxes #secondary{
	float:none;
	width:100%;}
#featboxes li.widget{
	background:#fff;
	border:1px solid #ddd;
	border-radius:3px;
	float:left;
	list-style-type:none;
	margin:0 1.5% 15px 0;
	padding:15px 1.5%;
	width:29%;}
#featboxes li.widget:nth-child(2){
	background-color:#313a42;
	color:#fff;
	border-color:#313a42;
	border-color:rgba(0,0,0,0.2);
}
#featboxes li.widget:nth-child(2) a{
	color:#fff;
}	
#featboxes li.widget:nth-child(3){
	background-color:#ff7500;
	color:#fff;
	border-color:#fc7500;
	border-color:rgba(0,0,0,0.2);
}
#featboxes li.widget:nth-child(3) a{
	color:#fff;}
#featboxes li.widget:nth-child(3) a:hover{
	color:#313a42;
	text-decoration:none;}
#featboxes li.widget:last-child{
	margin-right:0;}
#featboxes li.widget h3{
	display:none;}
li.widget ul{
	margin:0;}
li.widget ul li{
	margin-left:1em;}

.twitter li{
	padding:0 !important;
	margin-bottom:14px;
	background:none !important;
	background-position:0 0 !important;
	border-bottom:none !important;
	line-height:22px !important;
}
#toolkit-featbox li{
	background:url(images/toolkit-sprite.png) no-repeat 0 0;
	list-style-type:none;
	margin:0 0 5px;
	padding:6px 0 5px 35px;}
li#tkfb-ideas{
	background-position:0 -90px;}
li#tkfb-plan{
	background-position:0 -46px;}
li#tkfb-photos{
	background-position:0 -133px;}
/* search */

#searchform {
	width:213px;
	height:30px;
	background:#fff url(images/search.png) top left no-repeat;
	float:right;
}

#searchform input#s {
	font-size: 14px;
	color:#a9a9a9;
	background:none;
	border:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	padding:6px 0 0 6px;
	width:175px;
}


/* =Footer
----------------------------------------------- */
#footer {
	clear:both;
	margin-top:20px;
	color:#fff;
	bottom:0;
	left:0;
}
#footer a {
	color:#fff;
	font-weight:400;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0.03em;
	font-size:14px;
}
#footer a:hover {
	color:#ff6319;
}
#footer a:active {
	color:#ddd;
}
#colophon {
	clear:both;
	width:100%;
	padding:20px 0;
	background:#313a42;
	overflow:hidden;}
.site-info{
	margin:0 auto;
	padding:0 25px;
	width:870px;
	color:#afafaf;}
.site-info a{color:#fff;}
.site-info a:hover{color:#b4b4b4;}

div.logo{
	width:50%;
	float:left;}
div.logo img{
	width:300px;
	height:300px;}

/* Blog */
.posts{
	border-top:3px dotted #AAAAAA;
	padding-top:20px;}
div.blog .post{
	border-bottom:3px dotted #AAAAAA;
	margin-bottom:30px;
	padding-bottom:15px;}
.post-meta{
	color:#888;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;}
.post-meta p{
	margin-bottom:0;}


#footer ul li{
	list-style-type:none;}


.js .input{
	position:relative;}
.js .input label{
	position:absolute;
	top:0;
	left:0}
	
#countdown{
	display:none;
	left:59px;
	position:absolute;
	top:320px;
	width:270px;}
#countdown.hasCountdown{
	display:block;}	
.countdown_row{
	width:200px;}
#countdown br{
	display:none;}
.countdown_amount{
	color:#fff;
	font-size:2em;
	font-weight:bold;
	display:inline-block;
	line-height:1;
	width:50px;
	text-align:center;}
.countdown_section{
	color:#ccc;
	display:inline-block;
	text-align:center;
	width:62px;}
#login-nav-container{
}
#login-nav{
	left:50%;
	margin:0 0 0 180px;
	position:absolute;
	z-index:1;
	top:0;
	display:none;}
.en #login-nav{
	display:block;}
#login-nav li{
	display:inline;}
#login-nav li a{
	background:#313a42;
	background:rgba(0,0,0,0.5);
	border-radius:0 0 3px 3px;
	color:#fff;
	display:block;
	display:inline-block;
	padding:3px 8px 0px;}
#login-nav li a:hover{
	background:#000;
	text-decoration:none;}
	
#ticker ul{
	margin:0;}
#showCaption{
	display:inline;
	font-size:14px;}
#ticker-container{
	display:none;
	width:920px;
	margin:15px auto 0px;
	min-height:22px;
	text-shadow:0 0 4px #fff}
.en #ticker-container,
.ICL_LANGUAGE_CODE #ticker-container{
	display:block;}
.tweet_list li{
	display:none;
	list-style-type:none;}
#ticker-label{
	float:left;
	text-indent:-9999px;
	width:20px;
	height:20px;
	background:url(images/dots/dot-sprite.png) no-repeat 0 -225px;
	margin-right:4px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;}

h4.form-label{
	margin:5px 0 10px;
	font-size:17px;}
#tp-form .input{
	margin-bottom:5px;}
#tp-form input{
	width:285px;
	padding:7px 8px;}
#tp-form label{
	color:#313a42;
	padding:7px 8px;}
#tp-form #country{
	width:303px;
	font-family:proxima-nova,sans-serif;
	margin-bottom:5px;}
#tp-form #id_city{
	font-family:proxima-nova,sans-serif !important;}
#tp-form input.submit{
	width:304px;
	padding:10px;}
span.LV_valid{
	display:none;}
span.LV_invalid{
	padding:4px 6px 3px;
	background:rgba(0,0,0,0.7);
	position:absolute;
	bottom:-25px;
	left:0;
	z-index:999;
	color:#fff;}	
#tp-form .email input,
#tp-form .email label{
	font-family:'Permanent Marker',PermanentMarker,sans-serif;
	font-size:20px;
	letter-spacing:-0.03em;
	padding:2px 8px;
	line-height:1;}
#tp-form #id_email{
	background-image:url(images/dots/dot-sprite.png);
	background-repeat:no-repeat;
	background-position:270px -184px;}
#tp-form .email label{
	padding-top:9px;}

/* Counter */
body, html{
	margin:0;
	padding:0;}
#counter2{
	position:relative;}
/*#counter2::before{
	content:'$';
	font-size:51px;
	font-weight:900;
	margin-right:10px;
	color:#fff;
	float:left;
	position:relative;
	top:-15px;}*/
.flip-counter ul.cd{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;}
.flip-counter li{
	background:url(images/digits.png) 0 0 no-repeat;
	margin-top:-2px;}
.flip-counter li.t{
	background-position:0 0;
	width:53px;
	height:39px;}
.flip-counter li.b {
	background-position:0 0;
	width:53px;
	height:64px;
	margin-top:0;}
.flip-counter li.s {
	background-position:-53px -1030px;
	width:17px;
	height:103px;}
#counter2-label{
	display: inline-block;
	margin-left: 15px;
	margin-top:5px;
	font-size:17px;
	width:285px;
	line-height:1.3;
	color:#fff;}
#counter-container {
	background:#828993;
	border-radius:3px;
	box-shadow:0 0 9px rgba(0, 0, 0, 0.4) inset;
	height:77px;
	margin-top:25px;
	padding:12px 10px;}
.js .expando-inner{
	display:none;
	margin-top:10px;}
.js a.expando-link{
	font-size:18px;}
.js a.expando-link::after{
	border-color:#313a42 transparent transparent;
	border-style:solid;
	border-width:5px;
	content: ".";
	display:inline-block;
	font-size: 0;
	height: 0;
	position:relative;
	top:-3px;
	left: 10px;
	width: 0;}
.js .expando{
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 3px 3px 3px 3px;
	padding: 5px 9px;
	margin-bottom:10px;}
body #container ul#sharebar{
	background:transparent;
	border:0 none;}
#container #sharebar li.credit{
	display:none;}
.manual-counter{
	padding:5px 11px 7px;
	background:#313a42;
	border-radius:4px;
	color:#fff;
	font-size:22px;
	text-shadow:1px 2px 0 #000;
	font-family:'DIN Round OT',sans-serif;
	display:inline;
	display:inline-block;
	letter-spacing:1px;
	box-shadow:inset 1px 1px 4px #000;}
.celeb{
	padding:5px;
	border-radius:3px;
	background:#fafbfc;
	float:left;
	width:150px;
	height:185px;
	overflow:hidden;
	margin:0 15px 15px 0;
	font-weight:bold;}

.celeb a:hover{
	opacity:.75;}
	
#blog-panel{
	padding:35px 40px;}
#blog-panel .post{
	border-bottom:2px dashed #aaa;
	margin-bottom:30px;
	padding-bottom:30px;}