/* Reset stylesheet */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,ul,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,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:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* Tools */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
}
hr {
	border-style: solid;
	border-bottom: 0;
	border-color: #999;
	margin-bottom: 15px;
}
*:focus {
	outline: 0;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right !important;
}
.hidden-submit {
	position: absolute;
	opacity: 0;
	left: -1000px;
	top: -1000px;
}
.margin-top {
	margin-top: 20px;
}
input.margin-top,
label.margin-top  {
	margin-top: 10px;
}
.overflow-hidden {
	overflow: hidden;
}
a.stretch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* General */
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	position: relative;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}
body.home {
	background: url(../img/header-bg.jpg) top center no-repeat white;
	background-size: cover;
}
body.project {
	background: url(../img/header-bg2.jpg) top center no-repeat #e5e5e5;
	background-size: 100% auto;
}
a {
	text-decoration: none;
	color: inherit;
}
.jNav-visual .hotdogs {
	display: none;
}
.inner {
	margin: 0 auto;
	width: 980px;
	position: relative;
	clear: both;
}
.social-container {
	float: right;
	padding: 10px 0;
}
.social-inner-container {
	height: 40px;
	width: 100%;
}
.social-container iframe {
	max-height: 20px;
}
.social-container .twitter-container {
	position: relative;
	top: 7px;
}
.social-container > div {
	display: inline-block;
	min-width: 100px;
}
h2.home {
	color: white;
	margin-left: 5px;
}
/* Header */
.header {
	background: url('../img/header-bg.png') repeat;
	height: 165px;
	position: relative;
	color: white;
	font-size: 15px;
	z-index: 99999;
}
.header .inner {
	text-align: right;
}
.header img.logo {
	position: absolute;
	left: 14px;
	top: 14px;
}
.header ul.nav > li {
	border-bottom: 20px solid transparent;
	border-top: 120px solid transparent;
	vertical-align: top;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	padding: 0 3px;
	text-align: center;
	text-transform: capitalize;
}
.header ul.nav > li.has-subnav {
}
.header ul.nav > li.has-subnav:hover {
	transition-delay: 0s;
}
.header ul li:hover {
	text-decoration: underline;
}
.header ul.nav > li.active,
.header ul.nav > li:hover {
	border-color: #1a5027;
	transition: max-height .4s, max-width .4s, opacity .4s;
}
.header ul.nav > li.red.active,
.header ul.nav > li.red:hover {
	border-color: #ec273e;
}
.header ul.nav > li.green.active,
.header ul.nav > li.green:hover {
	border-color: #1a4e26;
}
.header ul.nav > li.blue.active,
.header ul.nav > li.blue:hover {
	border-color: #1d429b;
}
.header ul.nav > li.yellow.active,
.header ul.nav > li.yellow:hover {
	border-color: #fbaf17;
}
.header ul.nav > li ul.subnav li {
	background: url('../img/header-bg.png') repeat;
}
.
.content .content-inner.item .website-button.red,
.content.friend .website-button.red,
.header ul.nav > li.red ul.subnav li.active,
.header ul.nav > li.red ul.subnav li:hover {
	background: #ec273e;
}

.content .content-inner.item .website-button.green,
.header ul.nav > li.green ul.subnav li.active,
.header ul.nav > li.green ul.subnav li:hover {
	background: #1a4e26;
}

.content .content-inner.item .website-button.blue,
.header ul.nav > li.blue ul.subnav li.active,
.header ul.nav > li.blue ul.subnav li:hover {
	background: #1d429b;
}

.content .content-inner.item .website-button.yellow,
.header ul.nav > li.yellow ul.subnav li.active,
.header ul.nav > li.yellow ul.subnav li.active {
	background: #fbaf17;
}
.header ul.nav > li ul.subnav {
	max-height: 0;
	max-width: 0;
	opacity: 0;
	z-index: 99999;
	position: absolute;
	top: 45px;
	left: 0;
	transition: max-height .4s, max-width .4s, opacity 0s;
	transition-delay: 2.5s;
	overflow: hidden;
	text-align: left;
}
.header ul.nav > li:hover ul.subnav {
	max-height: 600px;
	max-width: 600px;

	transition-delay: 0s;
	opacity: 1;
}
.header ul.nav > li ul.subnav li a {
	display: inline-block;
	padding: 1px 20px;
	width: 100%;
}
.header ul.nav > li ul.subnav li a:hover {
	text-decoration: underline;
}
.header .login-button {
	background: #ec273e;
	padding: 1px 10px;
	color: white;
	position: absolute;
	top: 20px;
	right: 0;
	display: block;
	text-align: center;
	text-transform: capitalize;
}
.header .login-button.logout {
	background: black;
	top: 54px;
}
.header .login-button:hover {
	opacity: 0.8;
}
.header .boxStyle {
	opacity: 0;
	position: absolute;
	top: -1000px;
	left: -300px;
}
.header .lang {
	position: absolute;
	top: 17px;
	right: 110px;
	text-align: left;
}
.header .lang img {
	position: relative;
	top: 3px;
	max-height: 15px;
	margin-right: 5px;
}

/* Donation - Jars */
.block-container {
	height: 450px;
	position: relative;
	padding-top: 100px;
}
.block-container .block {
	padding: 10px;
	width: 225px;
	height: 430px;
	overflow: hidden;
	position: relative;
	background: #ffffff;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	display: inline-block;
	vertical-align: bottom;
	color: #4d4d4d;
	margin: 8px 8px;
}

.header + .content-container {
	margin-top: 100px;
}
.content-container .block h2 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.block-container .block .richtext {
	height: 150px;
	overflow: hidden;
	line-height: 21px;
}
.percentage-box {
	border-top: 1px solid #ddd;
	margin-top: 7px;
	padding-top: 13px;
}
.percentage-bg {
	background: #ddd;
	border-radius: 2px;
	height: 15px;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
.sidebar .percentage-bg {
	height: 20px;
	border-radius: 0;
}
.sidebar .percentage-inner {
	border-radius: 0;
}
.percentage-inner {
	background: #009144;
	min-width: 15px;
	display: block;
	border-radius: 2px;
	width: 0%;
	transition: width 0.05s;
	height: 100%;
	color: white;
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
	line-height: 15px;
	overflow: hidden;
	position: absolute;
}
.percentage-box .stats {
	float: left;
	width: 33%;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 18px;
	font-weight: bold;
}
.percentage-box .stats span {
	display: block;
	width: 100%;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.block-container + .content.text {
	border-top: 155px solid #e5e5e5;
	background: #fff;
	overflow: hidden;
}
.block-container + .content.text .inner {
	padding-top: 20px;
}

/* Content - Regular */
h1:first-letter,
h2:first-letter {
	text-transform: uppercase;
}
.content-container h1, .content-container h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
h1 .sub, h2 .sub {
	font-size: 20px;
}
.item-container {
	margin-bottom: 20px;
}
.item-container .item {
	background: #e9eeea;
	padding: 10px 10px 10px 145px;
	position: relative;
	border-top: 1px solid #e7ebe7;
	height: 145px;
}
.news .item-container .news.item {
	background: #FFF8E8;
}
.item-container .item.alt {
	background: white !important;
}
.item-container .item .news-avatar {
	position: absolute;
	left: 10px;
	top: 10px;
	max-height: 125px;
	max-width: 125px;
}
.item-container .item h2 {
	margin-bottom: 5px;
	margin-top: -5px;
}
.item-container .item .date {
	color: #436d4b;
	font-style: italic;
	text-align: right;
}
.item-container .item .date.yellow {
	color: #fbaf17;
}
.item-container .item .date span {
	font-style: normal;
}
.item-container .item p a,
.item-container li a {
	color: #436d4b;
	text-decoration: underline;
	margin-left: 10px;
}
.item-container .item p a.read-more.yellow,
.item-container li a.read-more.yellow {
	color: #fbaf17;
	float: right;
}
.item-container .item p a:hover,
.item-container li a:hover {
	color: #17421f;
}
.item-container ul.arrow li {
	padding-left: 25px;
	position: relative;
	line-height: 32px;
}
.item-container ul.arrow li img.bull {
	position: absolute;
	left: 5px;
	top: 11px;
}
.item-container.older ul li a,
.item-container .news.item a {
	float: right;
}

/* Content - General */
.content {
	clear: both;
	overflow: hidden;
}
.content.left {
	width: 670px;
}
.content-container.content {
	clear: both;
}
.content-container.content .inner.content {
	margin-bottom: 30px;
}
.content .content.left,
.content .sidebar.right {
	background: url(/img/transparent-white.png);
}
.content h1.red, 
.content h2.red,
.content h3.red,
.content span.red,
.content .sidebar.right h2.red {
	color: #ec273e !important;
}
.content h1.green,
.content h2.green,
.content h3.green,
.content span.green,
.content .sidebar.right h2.green {
	color: #1a4e26 !important;
}
.content h1.blue,
.content h2.blue,
.content h3.blue,
.content span.blue,
.content .sidebar.right h2.blue {
	color: #1d429b !important;
}
.content h1.yellow,
.content h2.yellow,
.content h3.yellow,
.content span.yellow,
.content .sidebar.right h2.yellow {
	color: #fbaf17 !important;
}
.content .content-inner {
	padding: 20px;
	overflow: hidden;
}
.content .content-inner.item {
	position: relative;
	padding: 0 20px 20px !important;
}
.content .content-inner.item img {
	margin: 0 20px 20px 0;
	border: 1px solid #eee;
}
.content .content-inner.item h2 {
	color: #1a5027;
}
.content .content-inner.item .richtext {
	position: relative;
	padding-bottom: 0;
	height: 130px;
	overflow: hidden;
	margin-bottom: 20px;
}
.content .content-inner.item .richtext p {
	max-height: 100px;
	overflow: hidden;
}
.content .content-inner.item .richtext .bottom {
	position: absolute;
	left: 132px;
	bottom: 7px;
}
.content .content-inner.item .website-button,
.content.friend .website-button {
	right: 20px;
	bottom: 10px;
	position: absolute;
	padding: 2px 10px;
	text-transform: uppercase;
	color: white;
	background: #333;
}
.content.friend .website-button { 
	bottom: auto;
	margin-top: 20px;
}
.content .content-inner.item .website-button:hover {
	opacity: 0.9;
}
.content .content-inner.item .date span,
.content .content-inner.item .richtext .bottom span {
	color: #1a5027;
	font-weight: bold;
}
.content .content-inner.item .date {
	left: auto;
	right: 20px;
	top: 15px;
	position: absolute;
}
.content .content-inner.item .richtext .bottom + .bottom {
	left: auto;
	right: 0;
}

/* Page - Friends */
.content.friend {
	position: relative;
	padding-bottom: 50px;
}
.content.left .friend-item { 
	width: 140px;
	height: 140px;
	display: inline-block;
	margin: 0 10px 10px 5px;
}
.content.left .gold h2,
.content.left h2.gold {
	color: #86754D;
}
.content.left .silver h2,
.content.left h2.silver {
	color: #999999;
}
.content.left .friend-banner {
	width: 630px;
	height: 150px;
	margin-bottom: 20px;
}

/* Content - Sidebar */
.sidebar {
	width: 290px;
	overflow: hidden;
}
.sidebar .info-box {
	position: relative;
	width: 290px;
	height: 250px;
	overflow: hidden;
	margin-bottom: 20px;
}
.sidebar .info-box img {
	max-width: 100%;
	max-height: 100%;
}
.sidebar .info-box .flow-content {
	padding: 10px;
	position: absolute;
	top: 206px;
	transition: top .5s;
	left: 0;
	background: url('../img/header-bg.png') repeat;
	color: white;
	height: 100%;
}
.sidebar .info-box:hover .flow-content {
	top: 0;
}
.sidebar .inner ul li img {
	margin-right: 10px;
}
.sidebar .inner ul li a.active,
.sidebar .inner ul li a:hover {
	color: #1a5027;
	text-decoration: none;
}
.sidebar .inner ul li a.active.red,
.sidebar .inner ul li a:hover.red {
	color: #ec273e;
}
.sidebar .inner ul li a.active.green,
.sidebar .inner ul li a:hover.green {
	color: #1a4e26;
}
.sidebar .inner ul li a.active.blue,
.sidebar .inner ul li a:hover.blue {
	color: #1d429b;
}
.sidebar .inner ul li a.active.yellow,
.sidebar .inner ul li a:hover.yellow {
	color: #fbaf17;
}
.sidebar .inner {
	width: 100%;
	padding: 20px;
}

/* Project Page */
.project .content.text {
	padding: 20px;
	width: 100%;
	background: url(/img/transparent-white.png);
}
.project .content.text table {
	width: 100%;
	margin: 30px 0;
}
.project .content.text table th {
	text-align: left;
	font-weight: bold;
}
.content.text + .inner {
	padding-top: 20px;
}
.column50 {
	width: 49%;
}
.column33 {
	width: 32%;
}
.column66 {
	width: 59%;
}
.column40 {
	width: 39%;
}
.column60 {
	width: 59%;
}
.project .block-container {
	height: auto;
	padding-top: 0;
	margin-bottom: 40px;
}
.project .tabbed-nav li {
	display: inline-block;
	background: #d2d9e9;
	color: white;
	padding: 5px 10px;
	font-size: 16px;
	cursor: pointer;
}
.project .tabbed-nav li:hover,
.project .tabbed-nav li.active {
	background: #1e4298;
}
.project .richtext img.left {
	margin-right: 10px;
	margin-bottom: 10px;
}
.project .richtext img.right {
	margin-left: 10px;
	margin-bottom: 10px;
}
.project .tabbed-nav {
	border-bottom: 2px solid #1e4298;
	margin-bottom: 20px;
}
.project .tabbed-content li {
	display: none;
}
.project .tabbed-content li.active {
	display: block;
}
.project .tabbed-content .richtext h2 { 
	margin-top: 15px;
}
.project .euro-box {
	background: #d2d9e9;
	transition: background .75s;
	width: 130px;
	float: left;
	padding: 0 0 0 5px;
}
.project .euro-box span {
	color: white;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	top: 3px;
}
.project .euro-box input[type=text] {
	width: 110px;
	background: none;
	text-align: right;
}

.project .border-left {
	border-left: 1px solid #ccc;
	padding-left: 20px;
}
.project .column60,
.project .column40 {
	height: 200px;
}
.project p.notice {
	clear: both;
	text-align: right;
}
.project p.notice a {
	font-style: italic;
	color: #1e429a;
	text-decoration: underline;
}
label.submit-button {
	background: #184f25;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	cursor: pointer;
	padding: 0 15px;
}
label.submit-button:hover {
	opacity: 0.8;
}
.project label[for=hs7],
.project label[for=hs6],
.project label[for=hs3] {
	margin-top: 20px;
}
.project .euro-box + label {
	float: right;
	width: 110px;
	font-style: normal;
}
.project form {
	margin-top: 20px;
	overflow: hidden;
}
.project .order form {
	margin-top: 0;
}
.project form label {
	height: 30px;
}
.project .login-donate-box {
	height: 215px;
}
.project form input[type=text],
.project form input[type=password],
.project form textarea {
	color: black;
	width: 240px;
	border: 0;
	height: 30px;
	line-height: 30px;
	background: #d2d9e9;
	padding: 5px 10px;
	float: right;
	resize: none;
}
.project form textarea {
	height: 90px;
	width: 100%;
	margin-top: 20px;
}
.project form div {
	overflow: hidden;
}
.project form div + div {
	margin-top: 20px;
}
.project h3 {
	font-size: 18px;
	margin: 10px 0;
}
::-webkit-input-placeholder {
	font-style: italic;
}
:-moz-placeholder {
	font-style: italic;
}
::-moz-placeholder {
	font-style: italic;
}
:-ms-input-placeholder {
	font-style: italic;
}
.project form label {
	font-style: italic;
}
.project .donate-box {
	padding: 10px;
	border-top: 1px solid #eee;
}
.project .donate-box.bg {
	background: #e9edf6;
}
.project > div {
	overflow: hidden;
}

.pagination.right {

}
.pagination a {
	margin: 0 5px;
}
.pagination img {
	vertical-align: middle;
}
.page-item {
	font-weight: bold;
	font-size: 16px;
	position: relative;
	bottom: -2px;
}
.page-item:hover,
.page-item.active {
	text-decoration: underline;
}
.project .balance {
	font-size: 18px;
}
/* Content - Contact form */
.contact-form {
	padding: 20px;
}
.project .contact-form form label {
	float: none;
	font-style: normal;
} 
.project .contact-form form input,
.project .contact-form form textarea {
	width: 470px;
	border: 1px solid #b1b1b1;
	background: white;
}
.project .contact-form form input[type=radio],
.project .contact-form form input[type=checkbox] {
	width: 20px;
}
.project .contact-form form input[type=radio] + label {
	margin-right: 40px;
}
.project .contact-form form .radio {
	margin-bottom: 15px;
}
.project .contact-form form .check {
	margin-top: 0;
}
.project .contact-form form label[for=hidden-submit],
a.checkoutbutton,
.content-container.product .products ul li label.submit-button {
	display: block;
	cursor: pointer;
	background: #333;
	padding: 2px 20px;
	color: white;
	vertical-align: middle;
	text-transform: uppercase;
	float: right;
	margin: 20px 0;
	height: auto;
}
.project .contact-form form label[for=newsletter] {
	cursor: pointer;
	width: 435px;
	display: inline-block;
}
.project .contact-form form input[type=checkbox] {
	vertical-align: top
}
.project .contact-form form .captcha input[type=text] {
	float: none;
	width: 100%;
}
.project .contact .sidebar .inner div {
	margin: 20px 0;
}
.project .contact .sidebar .social-button {
	margin-left: 0;
}
.project .contact .sidebar .social-button + .social-button {
	margin-left: 5px;
}

/* Content - Extra, Products & About us, Team */
.product .content.left {
	overflow: visible;
	margin-bottom: 160px;
}
.product .content .products {
	margin-bottom: 15px;
}
.content-inner.account {
	background: url(/img/transparent-white.png);
}
.content-container.product .products,
.content-container.team .team-members {
	padding: 0 20px;
}
.content-container.product .products ul li {
	position: relative;
}
.content-container.product .products ul li + li,
.content-container.team .team-members ul li + li {
	margin-top: 10px;
	border-top: 1px solid #ddd;
}
.content-container.product .products ul li img,
.content-container.team .team-members ul li img {
	border: 1px solid #e5e5e5;
	display: inline-block;
}
.content-container.team .team-members ul li .img-container {
	width: 150px;
}
.content-container.team .team-members ul li .img-container p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content-container.product .products ul li .desc {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	width: 400px;
}
.content-container.team .team-members ul li .richtext {
	margin-left: 10px;
	vertical-align: top;
	max-width: 445px;
}
.content-container.product .products ul li .richtext {
	overflow: hidden;
}
.content-container.product .products ul li .prices {
	text-align: right;
	margin-top: 10px;
}
.content-container.product .products ul li .prices .price {
	font-size: 23px;
	font-weight: 600;
	display: inline-block;
}
.content-container.product .products ul li .prices p,
.content-container.team .team-members ul li .img-container,
.content-container.team .team-members ul li .richtext {
	display: inline-block;
} 
.content-container.product .products ul li .prices p + p {
	margin-left: 5px;
}
.content-container.product .products ul li .prices sup {
	font-size: 12px; 
	vertical-align: top;
	position: relative;
	bottom: 5px;
}
.content-container.product .products ul li .order {
	background: #e9edf5;
	padding: 10px 8px 10px 8px;
	bottom: 8px;
	width: 100%;
	height: 55px;
}
.content-container.product .products ul li .order p {
	display: inline-block;
	line-height: 35px;
}
.sidebar input.amount,
.content-container.product .products ul li .order input {
	width: 40px;
	text-align: center;
	height: 34px;
	vertical-align: middle;
	padding: 5px;
	font-size: 13px;
	float: none;
	background: white;
	border: 1px solid #333;
}
.content-container.product .products ul li .order .left,
.content-container.product .products ul li .order .right {
	display: inline-block;
}
.content-container.product .products form,
.content-container.product .products form div {
	overflow: visible;
}
.content-container.product .products form div + div {
	margin-top: 0;
}
.content-container.product .products ul li .order .left .container.sb {
	top: 0;
	width: 200px;
	height: 35px;
	border: none;
	background: white;
	color: black;
	vertical-align: middle;
	margin-left: 5px;
}
.content-container.product .products ul li .order .left .container.sb p { 
	line-height: 30px;
}
.content-container.product .products ul li .order .display.sb {
	margin-top: 0;
}
.content-container.product .products ul li .order .left .arrow.sb {
	right: 10px;
	top: 13px;
}
.content-container.product .products ul li .order .right {
	float: right;
	margin-top: 0;
}
.content-container.product .products ul li .order .right p {
	margin-right: 5px;
}
.sidebar input.amount.text {
	width: 35px;
}
.plus-minus {
	display: inline-block;
	vertical-align: middle;
}
.plus-minus a{
	display: block;
	border: none;
	background: #333;
	width: 10px;
	line-height: 10px;
	height: 10px;
	font-size: 8px;
	border-radius: 5px;
	text-align: center;
	color: white;
	font-weight: bold;
}
.plus-minus a + a{ 
	margin-top: 6px;
	line-height: 12px;
}
.content-container.product .products ul li label.submit-button {
	display: inline-block;
	margin: 0;
	float: none;
}
.content-container.product .products ul li label.submit-button:hover {
	opacity: 0.8;
}
.content-container.team .team-members .linkedin {
	display: block;
	background: #0173b2;
	padding: 5px 10px;
	color: white;
	margin: 10px 0;
	width: 150px;
	text-align: center;
	padding-right: 24px;
}

.content-container.team .team-members .linkedin:hover {
	opacity: 0.8;
} 	
.content-container.team .team-members .linkedin img {
	border: none;
	vertical-align: bottom;
	margin-right: 5px;
	position: relative;
	bottom: 2px;
}
.content .loader,
.sidebar .loader {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 55px;
}
.sidebar.loading {
	position: relative;
}
.content.loading .loader,
.sidebar.loading .loader {
	display: inline-block;
}
.sidebar table {
	width: 100%;
}
.sidebar th {
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #A3A3A3;
}
.sidebar .order-overview td {
	padding-top: 10px;
}

.sidebar .order-overview {
	margin-bottom: 30px;
}
.sidebar .order-overview th + th,
.sidebar .order-overview td + td {
	text-align: right;
	width: 50px;
}

.sidebar .totals td + td {
	padding-left: 10px;
}
.sidebar .totals td.amount,
.sidebar .totals td + td + td {
	width: 70px;
	text-align: right;
}

.sidebar span.line {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #A3A3A3;
}
.sidebar .donate input {
	float: none !important;
}
.sidebar .donate p.notice {
	text-align: left;
}
.sidebar .donate label[for="hs3"] {
	margin-bottom: 10px;
}

/* Footer */
.footer {
	border-top: 1px solid #b1b1b1;
	background: #f0f0f0;
	padding: 30px 0;
	margin-top: 20px;
}
.footer h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}
.footer .amount {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	float: right;
	margin-right: 20px;
}
.footer .percentage-inline-box {
	width: 70px;
	display: inline-block;
	overflow: hidden;
	float: right;
	margin-top: 5px;
}
.footer-block {
	width: 30%;
	float: left;
	padding-right: 20px;
	overflow: hidden;
}
.footer-block + .footer-block {
	width: 45%;
	padding-left: 20px;
}
.footer-block + .footer-block + .footer-block {
	width: 25%;
	padding-right: 0;
}
.footer-block p + p {
	margin-top: 30px;
}
.footer-bottom a {
	margin: 0 4px;
}
.footer-block li {
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid transparent;
}
.footer-block li:hover {
	border-bottom: 1px solid #777;
}
.footer a:hover,
.footer-bottom a:hover {
	text-decoration: underline;
}
.footer-bottom {
	background: white;
	height: 35px;
	line-height: 35px;
}

.footer .limiter {
	width: 230px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* Social Buttons */
.social-button {
	background: url('../img/social-buttons.png') no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	bottom: -5px;
	margin-left: 15px;
}
.social-button + .social-button {
	margin-left: 5px;
}
.social-button.twitter-but {
	background-position: -29px 0;
}
.social-button.facebook-but {
	background-position: 0 0;
}
.social-button.youtube-but {
	background-position: -85px 0;
}
.social-button.vimeo-but {
	background-position: -57px 0;
}
span.social-icons {
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}
.social-inner-container .social-icons {
	float: right;
}

/* Cart - Checkout */
.check-out-overlay {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
	left: 0;
	display: none;
	top: 0;
	z-index: 10000000;
}
.check-out {
	width: 650px;
	background: #e4e4e4;
	position: fixed;
	top: 50px;
	left: 50%;
	bottom: 50px;
	margin-left: -325px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	z-index: 10000001;
	display: none;
}
.check-out-overlay.active,
.check-out.active {
	display: block;
}
.check-out h2 {
	background: black;
	width: 100%;
	padding: 30px 30px 30px 30px;
	border-bottom: none;
	font-size: 20px;
	color: white;
	font-weight: 600;
}
.check-out .close {
	font-size: 36px;
	color: white;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 9999999;
	cursor: pointer;
}
.checkout-logo {
	width: 170px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 0;
}
.checkout-logo img {
	position: absolute;
	right: 27px;
	bottom: -28px;
	z-index: 999999;
}
.checkout-form {
	padding: 30px;
	position: absolute;
	top: 85px;
	width: 100%;
	bottom: 0;
	overflow: auto;
}

.checkout-form form {
	margin-top: 0;
}
.check-out form .formrow select {
	width: 398px;
}
.check-out form .formrow input {
	width: 385px;
	height: 30px;
	border: 1px solid transparent;
	padding-left: 10px;
}
.check-out form .formrow input.error {
	border: 1px solid #d01f30;
}
.check-out form .formrow {
	margin: 10px 0;
}
.check-out form .formrow label,
.check-out .paymethods label {
	width: 175px;
	display: inline-block;
	vertical-align: bottom;
}
.check-out .buy-button {
	background: #184f25;
	padding: 5px 10px;
	float: right;
	color: white;
	height: auto;
	font-style: normal;
	cursor: pointer;
}
.check-out .buy-button:hover {
	opacity: 0.9;
}
.check-out .paymethods label,
.check-out .paymethods ul {
	display: inline-block;
	vertical-align: top;
}
.check-out .paymethods ul img {
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
}
.check-out .paymethods ul label {
	vertical-align: middle;
	width: auto;
}
.check-out .check,
.check-out .paymethods {
	margin-top: 20px ;
}
.check-out .exclamation {
	font-size: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #d01f30;
}
.check-out .error ul {
	list-style: square;
	color: #791F27;
	padding-left: 60px;
}
.checkout .paymethods label {
	float: none;
}
/* account shizzle */
.account .column50{
	display: inline-block;
	vertical-align: top;
	padding: 0 30px 0 0;
}
.account .column50.border-left {
	padding: 0 0 0 30px;
}

.error p,
.error li {
	color: #ec273e;
	padding-left: 10px;
}
.notice p,
.notice li {
	color: #184f25;
	padding-left: 10px;
}
.account .notice p,
.account .notice li {
	color: #ec273e;
}
.account table {
	width: 100%;
}

.account table td,
.account table th {
	padding: 2px 5px;
}

.account table th {
	font-weight: bold;
	text-decoration: underline;
}
div.check a {
	text-decoration: underline;
}
/* overlay */
.overlay-container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999;
	overflow: auto;
	opacity: 0;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.overlay-container.active {
	display: block;
	opacity: 1;
}
.loading-overlay {
	position: absolute;
	z-index: 99999;
	display: none;
	right: 0;
	left: 0;
	opacity: 0.9;
	top: 85px;
	bottom: 0;
	background: #e4e4e4;
}
.loading .loading-overlay {
	display: block;
}
.loading-overlay img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -64px;
	margin-top: -64px;
}

.check-out .payment-icon {
	width: 80px;
	height: 24px;
	display: inline-block;
	margin-right: 5px;
	background: url('../img/paymethods.png') no-repeat;
}

.check-out .payment-icon.iDEAL {
	width: 30px;
	background-position: -45px 0;
}

.check-out .payment-icon.PayPal {
	width: 34px;
	background-position: -82px 0;
}

.check-out .payment-icon.incasso {
	width: 40px;
	background-position: 0 0;
}

.check-out .payment-icon.userbalance,
.check-out .payment-icon.no-balance {
	width: 0;
	background-position: 50px 200px;
}

.check-out .no-balance {
	height: 50px;
}
.check-out .no-balance .after-icon {
	top: 3px;
	left: 0;
	color: #ec273e;
}	

.check-out .after-icon {
	display: inline-block;
	position: absolute;
	left: 47px;
	bottom: 6px;
	width: 324px;
}

.check-out .after-icon select {
	width: 78%;
	height: 24px;
	float: right;
}

.website-button.green.cta{
	background: none repeat scroll 0% 0% #1A4E26;
	margin-right: 20px;
	margin-bottom: 10px;
	float:right;
	padding: 2px 10px;
	text-transform: uppercase;
	color: #FFF;
}

.sidebar.right .website-button.green.cta{
	background: none repeat scroll 0% 0% #1A4E26;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top:50px;
	text-align:center;
	width:100%;
	float:right;
	padding: 35px 10px;
	text-transform: uppercase;
	color: #FFF;
	font-size:23px;
}

