@import url('flash_msg.css');


@font-face {
    font-family: 'bebasneue';
    src: url('../fonts/bebas/bebasneue-webfont.eot');
    src: url('../fonts/bebas/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebas/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebas/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'strangelove';
    src: url('../fonts/strangelove/strangelove-text-webfont.eot');
    src: url('../fonts/strangelove/strangelove-text-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/strangelove/strangelove-text-webfont.woff') format('woff'),
         url('../fonts/strangelove/strangelove-text-webfont.ttf') format('truetype'),
         url('../fonts/strangelove/strangelove-text-webfont.svg#strangelove_textregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'strangelovewide';
    src: url('../fonts/strangelovewide/strangelove-next-narrow-webfont.eot');
    src: url('../fonts/strangelovewide/strangelove-next-narrow-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/strangelovewide/strangelove-next-narrow-webfont.woff') format('woff'),
         url('../fonts/strangelovewide/strangelove-next-narrow-webfont.ttf') format('truetype'),
         url('../fonts/strangelovewide/strangelove-next-narrow-webfont.svg#strangelove_next_narrowRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Myriad pro';
    src: url('../fonts/MYRIADPRO-REGULAR.otf');
    font-weight: normal;
    font-style: normal;
}





body {
	margin: 0;
	font-family: 'Myriad Pro', sans-serif;
}

span.white {
	color: #fff;
	letter-spacing: 2px; 
	font-weight: normal;
}

ul {
	margin: 0;
	padding: 0;
}



li {
	list-style-type: none;
}

p {
	font-size: 15px;
	font-family: 'Myriad Pro', sans-serif;
}

td.val {
	font-weight: bold;
}

input[type=password]:focus, 
input[type=email]:focus,
input[type=text]:focus,
input[type=checkbox]:focus {
	outline: none;
	border: 2px solid #ce0c0c;
}

a {
	color: #000;
}

a img {
	border: none;
}

a.read-more-link {
	display: block;
	float: right;
	margin: 5px 0 5px 5px;
	background: #000;
	color: #fff;
	padding: 5px 8px ;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-family: 'bebasneue', sans-serif;
	font-size: 18px;
}
	a.read-more-link.bottom {
		position: absolute;
		bottom: 0;
		right: 0;
	}

.strangelove {
	font-weight: bold;
	font-family: 'strangelovewide';
}

#backgrounder {
	background: #000;
	width: 100%;
	padding: 0 0 7px 0;
}

#upper-wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	
}

.iframe-fb {
	margin: 20px 0 0 0;
	border: none;
	height: 292px;
	width: 292px;
}

#lower-wrapper {
	width: 950px;
	margin: 0 auto;
	background: #fff;
}

/*-----header-----*/
	header {
		margin: 0 auto;
		position: relative;
		height: 230px;
		padding: 0 0 0 270px;
		width: 683px;
	}

		#logo {
			position: absolute;
			left: -50px;
		}

		.magna-logo {
			float: left;
			padding: 15px 0 0 60px;
		}

		.header-right {
			float: right;
			padding: 20px 0 0 0;
			height: 140px;
			width: 390px;
		}

			.langs {
				float: left;
				color: #7b7b7a;
			}
				.langs li {
					display: inline;
				}
				.langs li a { 
					border-right: 2px solid #7b7b7a;
					color: inherit;
					display: block;
					float: left;
					line-height: 14px;
					text-decoration: none;
				}
					.langs li.last a {
						border-right: none;
					}
					.langs li.active a {
						border-color: #fff;
						color: #fff;
					}
			.login {
				float: right;
			}		
			.log-wrapper {
				float: left;
				padding: 1px 0 0 25px;
				color: #fff;
				background: transparent url('../images/lock.jpg') no-repeat;
			}
				.log-wrapper div {
					float: right;
					background: #ce0c0c;
					padding: 2px 4px;
				}
					.log-wrapper div a {
						color: #fff;
						text-decoration: none;
					}

			.social-icons {
				clear: right;
				float: right;
				padding: 15px 0 0 0;
			}
				.social-icons li {
					float: left;
					font-family: 'bebasneue';
					margin: 0 2px;
					font-size: 18px;
					list-style-type: none;
				}
					.social-icons li a {
						color: #fff;
						text-decoration: none;
					}
					.social-icons li.last {
						padding: 5px 0 0 10px;
					}

		#nav {
			clear: right;
			float: right;
			height: 56px;
			width: 684px;
			position: relative;
			right: -6px;
			font-family: 'strangelove';
			color: #fff;
			
		}

		#list-backg {
			position: absolute;
			z-index: 500;
			top: 161px;
			overflow: hidden;
			width: 684px;
			height: 56px;
		}
			#list-backg li {
				float: left;
				position: relative;
				left: 5px;
				display: block;
			}
				#list-backg li.active {
					background: #fff
				}

		#menu-cover {
			background: transparent url('../images/menu2.png') no-repeat;
			position: relative;
			top: 160px;
			z-index: 550;
			height: 65px;
			width: 684px;
		}
		#nav {
			position: relative;
			z-index: 600;
		}
			#nav li {
				float: left;
				z-index: 1;
				position: relative;
				top: -9px;
				display: block;
				list-style-type: none;
			}
				
				#nav li.active a {
					color: #000				
				}
				#nav li.first {
					height: 53px;
				}	

				#nav ul.menu {
					overflow: hidden;
					padding: 14px 0 0 0;
				}
				#nav li a {
					position: relative;
					color: inherit;
					text-decoration: none;
					font-size: 40px;
					font-weight: bold;
					display: block;
					text-align: center;
					padding: 0 15px;
				}

					#nav li.about a {
						padding: 6px 0;
						width: 129px;
					}
					#nav li.help a {
						top: -3px;
						padding: 6px 0 8px 0;
						width: 120px;
					}
					#nav li.stories a {
						top: -3px;
						padding: 6px 0;
						width: 151px;
					}
					#nav li.supporting-us a {
						top: -2px;
						padding: 6px 1px 8px 0;
						width: 181px;

					}
					#nav li.news a {
						top: -6px;
						width: 90px;
						padding: 6px 0 7px 0;
					}

/*-----/header-----*/

/*----main-----*/
#main {
	padding: 20px 0 20px 0;
	overflow: hidden;
}
	#main.side-padding {
		padding: 45px 15px 30px 15px;
	}

	#main.higher {
		padding: 45px 0 30px 0;
	}	
		#main.higher.no-padding {
			padding: 0;
		}

	#main.grey {
		background: #e3e3e3;
	}

	#main.login-wrapper {
		padding-left: 10px;
		padding-right: 10px;
		width: 930px;
	}

	

	input.wide-main-link {
		display: block;
		text-align: center;
		cursor: pointer;
		padding: 5px 0;
		width: 465px;
		color: #fff;
		font-size: 28px;
		font-family: 'bebasneue';
		text-decoration: none;
		border: 4px solid #969695;
		border-right-color: #575756;
		border-bottom-color: #414141;
		background: #7b7b7a;
	}
			input.wide-main-link.left {
				float: left;
			}
			input.wide-main-link.right {
				float: right;
			}
			input.wide-main-link.active,
			input.wide-main-link:active {
				background: #ce0c0c;
				border-color: #67070e;
				border-right-color: #dc515b;
				border-bottom-color: #dc515b;
			}

/*---all messages---*/
#main.messages-area {
	padding: 15px;
}

.messages-area .left-panel {
	width: 65%;
	float: left;
}

span.smaller {
	font-size: 18px;
}

.messages-area .right-panel {
	width: 33%;
	float: right;
}

p.caption {
	padding: 4px 8px;
	margin: -4px 0 0 0;
	background: #e2e2e2;
}


#front-video {
	height: 362px;
	display: block;
}

.page-head {
	padding: 40px 0 20px 0;
	color: #fff;
}
	.page-head a {
		color: #fff;
	}

	.page-head.no-padding {
		padding: 0;
	}
	.page-head * {
		color: #fff;
	}
.news-about-child {
	font-size: 24px;
}

.child-news {
	margin: 30px 0;
}

.child-news span strong span {
	font-size: 22px;
}

.child-text {
	padding: 15px;
	border-top: 2px solid #000;
}

table.donor-info {
	padding: 15px;
}
	.donor-info .val {
		padding: 0 0 0 15px;
	}	

.child-info {
	margin: 20px 0;
	border-top: 2px solid #000;
	padding: 15px 15px 0 15px;
}

	.child-info .key {
		font-weight: bold;
	}


	.child-info .value {
		padding: 0 0 0 20px;
	}

.section-child-info-text {
	border: 2px solid #000;
	border-left: none;
	border-right: none;
	padding: 5px 15px;
}

fieldset.profile-edit-fieldset {
	width: 60%;
	text-align: right;
}

	fieldset.profile-edit-fieldset input {
		width: 300px;
		padding: 5px 4px;
		margin: 0 0 0 10px;
	}

	fieldset.profile-edit-fieldset input[type=submit].submit-red
	{
		width: auto;
		padding: 5px 25px;
		font-size: 24px;
	}


.profile-head {
	overflow: hidden;
	width: 100%;
	margin: 50px 0 5px 0;
}	

.profile-heading {
	color: #ce0c0c;
	padding: 3px 0px 2px 15px;
	border-top: 2px solid #000 ;
	border-bottom: 2px solid #000 ;
	text-transform: uppercase;
	font-size: 24px;
	margin: 5px 0;
	font-weight: normal;
	font-family: 'bebasneue';
}
	.profile-heading.no-margin-top {
		margin-top: 0;
		border-top: none;
	}

h3.red-grey-heading {
	text-transform: uppercase;
	font-family: 'strangelovewide';
	font-size: 48px;
	font-weight: bold;
	margin: 15px;
	padding: 4px 0 0 12px;
	background: url('../images/podpor_dieta_na_dalku.png') no-repeat;
}

a.all-payments  {
	padding: 0 0 0 15px;
}

.child-gallery,
.child-own-pictures {
	clear: both;
	text-align: center;
}
	.child-thumb {
		margin: 0 2px;
		cursor: pointer;
	}

.child-name {
	font-weight: bold;
	background: #ce0c0c;
	color: #fff;
	text-transform: uppercase;
	font-family: 'strangelovewide';
	border: 2px solid #000;
	float: left;
	padding: 13px 5px 0 5px;
	line-height: 25px;
	font-size: 36px;

}

	h3.red-grey-heading span.white {
		font-weight: bold;
		padding: 0 0 0 5px;
		font-size: 44px;
	}

	.profile-head-left {
		float: left;
	}

	.page-head h2.faded {
		color: #7b7b7a;
		font-family: 'bebasneue';
		margin: 0;
	}

	.profile-head-right {
		float: right;
	}
		.profile-head-right ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

			.profile-head-right ul li {
				float: left;
			}
				.profile-head-right ul li a {
					display: block;
					padding: 2px 12px;
					color: #fff;
					text-decoration: none;
					font-size: 20px;
					font-family: 'bebasneue', sans-serif;
				}
					.profile-head-right ul li a.red-link {
						background: #ce0c0c;
					}

.section-inner {
	padding: 10px 20px;
}
	.section-inner.no-padding {
		padding: 0 20px;
	}

	.section-inner.all-payments {
		padding:  20px;
	}

	div.message {
		overflow: hidden;
		clear: both;
		margin: 0 0 10px 0;
	}

	.supported-list li {
		list-style-type:  none;
		list-style-image: none;
	}

	table.payments-table {
		width: 100%;

	}
		table.payments-table th {
			text-align: left;
		}

#front-video img {
	border: 1px solid #000;
}

#front-video:hover img {
	border: 1px solid #c3271a;
}

.donation-wrapper {
	clear: both;
	width: 950px;
}
	.donation-wrapper {
		float: left;
	}

.donation-ilustr {
	float: left;
	height: 405px;
	width: 475px;
	margin: 0 0 0 0;
}

/*----donation forms---*/

#form-steps {
	padding: 15px 0;
	clear: both;
	overflow: hidden;
}

	#form-steps li {
		display: block;
		float: left;
		background: #A2A2A2;
		color: #fff;
		font-size: 24px;
		font-family: 'bebasneue';
		text-align: center;
		width: 220px;
		padding: 5px 0;
		margin: 0 8px;
	}
		#form-steps li.active {
			background: #ce0c0c;
		}

h4.grey-heading {
	color: #000;
	border: 1px solid #000;
	background: #E6E6E6;
	width: 210px;
	padding: 5px;

}

.form-info {
	font-style: italic;
	font-size: 14px;
}

.left-padding {
	clear: both;
	padding: 0 0 0 20px;
}

.donation-form-wrapper {
	float: left;
	padding-left: 15px;
	width: 455px;

}
	.donation-form-wrapper.fixed-width {
		width: 455px;
	}

	.donation-form-wrapper p {
		margin: 0 0 10px 0;
	}

	.donation-form-wrapper input[type=radio] {
		display: none;
	}

	fieldset.login-fields {
		text-align: right;
		padding: 0 300px 0 0;
	}
		fieldset.login-fields input[type=text],
		fieldset.login-fields input[type=password] {
			width: 80%;
			font-size: 16px;
			padding: 5px;
			margin: 10px 0;
		}

		fieldset.submit-filedset {
			float: none;
			text-align: right;
		}
			.login-submit {
				padding: 10px 25px;
				font-size: 16px;
				cursor: pointer;
			}


	fieldset {
		position: relative;
		border: none;
		margin: 15px 0;
		padding: 0;

	}


		.donation-pic {
			position: relative;
			float: left;
			margin: 0 3px 0 0;
			height: 60px;
			min-width: 145px;
			border: 3px solid #000;
			border-left: none;
			cursor: pointer;
			border-right: none;
		}

			
			.check-point,
			.other-donation {
				position: relative;
				float: left;
				top: -4px;
				width: 55px;
				height: 70px;
				border: 3px solid #000;
				border-top: none;
				border-bottom: none;
			}
				.check-point.no-padding {
					height: 66px;
				}

				.other-donation {
					top: 0;
					height: 60px;
					width: 75px;
					text-align: center;
					font-size: 22px;
					font-weight: bold;
					outline: none;
					display: block;
					padding: 0 0 ;
				}

					input[type=text].other-donation:focus {
						border: 3px solid #000;
						border-top: none;
						border-bottom: none;
					}
				

				.donation-pic.checked .check-point {
					background: transparent url('../images/checked.jpg') no-repeat center center;
				}

			.amount-area {
				position: relative;
				float: left;
				top: -5px;
				height: 63px;
				font-family: 'strangelove';
				padding-top: 5px;
				border-right: 3px solid #000;
			}
				.amount-area.no-padding {
					top: 0;
					padding-top: 0;
				}
				.amount-area span {
					color: #fff;
					font-weight: bold;
					font-size: 60px;
					text-align: center;
					height: 57px;
					float: left;
					padding: 0 15px 3px 8px;
					background: #ce0c0c;
				}

		label.checkbox-legend {
			display: block;
			font-family: 'Myriad pro', sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			float: left;
			max-width: 280px;
		}
			label.checkbox-legend span {
				float: left;
				display: block;
			}

			.food-pic {
				width: 65px;
				height: 54px;
				float: left;
				
			}
				.food-pic.picture {
					background: transparent url(../images/food-pic.jpg) no-repeat;
				}

			span.big {
				text-transform: lowercase;
				font-size: 20px;
				padding-top: 8px;
			}
				span.label-text {
					width: 200px;
					font-size: 14px;
					padding-top: 10px;
				}
					span.label-text.small {
						font-size: 11px;
						padding-top: 20px;
					}
					span.label-text.tight {
						width: 220px;
						padding: 0;
					}

					span.label-text.no-padding {
						padding: 0;
					}



	input.submit-black,
	a.submit-black,
	input.submit-red {
		background: #000;
		color: #fff;
		width: 160px;
		text-decoration: none;
		font-family: 'bebasneue';
		font-size: 30px;
		padding: 6px 10px 2px 10px;
		border: 2px solid #fff;
		text-align: center;
		cursor: pointer;
	}
		input.submit-red.wide-button {
			width: auto;
		}

		input.submit-black,
		a.submit-black {
			text-align: left;
		}

		input.submit-black:active,
		a.submit-black:active,
		input.submit-red:active {
			position: relative;
			top: 2px;
			left: 2px;
		}

		input.submit-red {
			background: #ce0c0c;
		}

		input.wide {
			width: 60%;
			padding: 4px;
			font-size: 16px;
		}

		.red {
			color: #ce0c0c;
		}

		.reg-modes-wrapper {
			text-align: center;
		}

		.reg-mode {
			cursor: pointer;
			background: #7b7b7a;
			border: none;
			font-family: 'bebasneue';
			font-size: 22px;
			color: #fff;
			padding: 5px 15px;
			margin: 0 4px;
		}
			.reg-mode.active {
				background: #ce0c0c;
			}


div.reg-form-wrapper #login label {
	width: auto;
	display: inline;
}


/*----reg form----*/

.registration-info  {
	padding: 0 5px;
	text-align: center;
}


div.reg-form-wrapper,
div.payments-form-wrapper {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

	div.reg-form-wrapper input[type=text],
	div.reg-form-wrapper input[type=password],
	div.reg-form-wrapper input[type=email],
	div.reg-form-wrapper input[type=checkbox]	 {
		font-size: 16px;
		padding: 4px;
		float: left;
		width: 80%;
	}
		div.reg-form-wrapper input[type=checkbox] {
			width: auto;
		}

		fieldset.checkbox-wrapper {
			margin-left: 117px;
		}
			div.reg-form-wrapper input[name=newsletter] {
				width: auto;
				margin-top: 5px;
			}
	div.reg-form-wrapper label.error {
		width: auto;
		color: #ce0c0c;
	}		

	div.reg-form-wrapper label {
		padding-top: 5px;
		width: 120px;
		display: block;
		float: left;
	}
		div.reg-form-wrapper label.label-wide {
			width: auto;
			padding: 0 0 0 6px;
			cursor: pointer;
		}
			div.reg-form-wrapper label.label-wide.label-narower {
				width: 580px;
			}

	input.hidden-input {
		display: none;
	}


	
/*----/reg form----*/
/*----payment form--*/

div.payments-form-wrapper {
	margin: 20px auto;
}
	
div.payments-form-wrapper div.higher {
	min-height: 250px;
	_height: 250px;
	clear: both;
	position: relative;
}

.payment {
	position: relative;
	top: -6px;
}
	.payment.static {
		position: static;
	}


.payment-summary {
	font-size: 18px;
}

	.payment-summary td.val {
		padding: 0 10px;
	}

h3.red-heading {
	color: #fff;
	background: #ce0c0c;
	float: left;
	font-size: 20px;
	padding: 4px 55px 4px 20px;
	margin: 5px 0 25px 10px;
	font-family: 'bebasneue', sans-serif;
}

div.payment-method {
	padding: 10px;
}

.payment-label {
	cursor: pointer;
}
	
	.text-label {
		position: relative;
		top: -7px;
	}


input[type=radio] {
	cursor: pointer;
}

.payment-method-text {
	background: #FFF0F1;
	padding: 10px;
	margin: 4px 0;
}

	.payment-method-text b {
		color: #ce0c0c;
	}

.summary-text {
	margin: 10px 0;
}
/*----/donation forms---*/

div.left-main {
	float: left;
	width: 364px;
	overflow: hidden;
}
	div.left-main.wide {
		width: 640px;
	}

	div.left-main.news-wrapper {
		width: 560px;
	}

	h3.twitter-head {
		font-family: 'bebasneue';
		font-size: 18px;
		margin: 40px 0 10px 4px;
	}

	div.twitter-box {
		height: 105px;
		padding: 35px 15px 25px 15px;
		width: 104px;
		color: #9e9ea7;
		font-size: 12px;
		background: transparent url('../images/twitter.jpg') no-repeat;
	}
		.twitter-box a {
			color: #c3271a;
			font-size: 11px;
		}

.align-left {
	text-align: left;
	width: 50%;
	float: left;
}	

.align-right {
	text-align: right;
	float: right;
	width: 50%;
}

div.right-main {
	float: right;
	width: 542px;
	overflow: hidden;
}
	div.right-main.narrower {
		width: 270px;
		padding: 0 0 0 25px;
	}
		div.right-main.narrow {
			width: 280px;
			padding: 0 0 0 25px;
		}
	div.right-main.wider {
		width: 350px;
	}

	ul.grey-list li {
		display: block;
		margin: 0 0 4px 0;
	}
	ul.grey-list.messages-list li a {
		padding: 0 5px 4px 5px;
		line-height: 18px;
	}
		ul.grey-list li a {
			color: #fff;
			font-family: 'bebasneue';
			text-decoration: none;
			background: #7b7b7a;
			display: block;
			text-align: right;
			font-size: 26px;
			padding: 5px 10px 4px 0;
		}
			ul.grey-list li.active a {
				background: #ce0c0c;
			}
				ul.grey-list li a:hover {
					background: #ce0c0c;
				}

	div.help-now-wrapper {
		margin: 30px 0 0 0;
		text-align: right;
	}
		div.help-now-wrapper.align-left {
			text-align: left;
		}
		div.help-now-wrapper.help-align-right {
			text-align: right;
		}

	.red-white-heading {
		background: transparent url('../images/red-white.png') no-repeat;
	
		
		margin: 15px 0 0 0;
	}

	.red-white-heading a {
		color: #fff;
		padding: 5px 0 0 30px;
		font-size: 84px;
		text-decoration: none;
		display: block;
	}
	.black {
		color: #000;
		padding: 0 0 0 10px;
	}

	div.red-box {
		overflow: hidden;
		background: #ce0c0c;
		margin: 0 0 5px 0;
		color: #fff;
		padding: 10px 30px 30px 30px;
	}

		div.red-box p {
			margin-top: 0;
			font-size: 14px;
		}

		div.red-box h3 {
			margin: 5px 0;
			font-size: 20px;
			font-weight: normal;
		    font-family: 'bebasneue';	
		}


		a.grey-box {
			background: #7b7b7a;
			border: 3px solid #969695;
			border-right-color: #575756;
			border-bottom-color: #414141;
			text-decoration: none;
			color: #fff;
			cursor: pointer;
			font-family: 'bebasneue';
			font-weight: normal;
			display: block;
			padding: 0 5px;
			float: left;
		}
			a.grey-box.fixed-width {
				width: 260px;
			}

			a.grey-box.thin {
				font-family: 'Myriad pro', sans-serif;
				padding: 0 7px;
				min-width: 227px;
			}
				a.grey-box.thin.small-font {
					font-size: 14px;
					padding: 4px;
				}

			a.grey-box:active {
				border: 3px solid #414141;
				border-left-color: #575756;
				border-bottom-color: #969695;
				border-right-color: #969695;
			}

			a.grey-box.upper {
				text-transform: uppercase;
			}

	span.mark {
		font-size: 20px;
		padding: 0 5px;
	}

	ul.donation-types {
		list-style-type: none;
		font-size: 20px;
		font-family: 'bebasneue'
	}
		ul.donation-types li {
			display: block;
			margin: 4px 0;
			overflow: hidden;
		}

	span.amount {
		background: #000;
		float: left;
		cursor: pointer;
		width: 47px;
		text-align: center;
		display: block;
		padding: 1px 4px;
		border: 3px solid #000;
		border-top-color: #5d5d5d;
		border-left-color: #303030;
	}

	form.grey-box-wrapper {
		width: 300px;
		height: 30px;
	}
		.amount-small {
			margin: 0;
			text-align: center;
			background: #000;
			color: #fff;
			width: 56px;
			height: 22px;
			border: 3px solid #000;
			border-top-color: #5d5d5d;
			border-left-color: #303030;
		}


		div.sir-winton {
			width: 440px;
			overflow: hidden;
			position: relative;
			margin: 60px 0 0 0;	
		}
			div.sir-winton img {
				float: left;
				margin-right: 20px;
			}
			div.winton-text {
				font-size: 18px;
			}

	img.news-image {
		width: 100%;
	}

	div.news-message {
		margin: 0 0 40px 0;
		padding: 0;
		border-bottom: 2px solid #000;
		position: relative;
		font-size: 15px;
	}

		.news-date {
			display: block;
			margin: 15px 0 10px 0;
			font-size: 24px;
			font-weight: bold;
		}

		.social-share {
			background: #fff;
			clear: both;
			overflow: hidden;
			position: relative;
			margin: 20px 0;
		}
			.social-share.grey-background {
				background: #e3e3e3;
			}

			.social-share li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
			}
/*----/main-----*/


/*-----footer----*/
footer,
div.footer-black {
	clear: both;
	padding: 5px 15px 30px 15px;
}
	div.footer-black * {
		color: #fff;
	}

	div.footer-black {
		background: #000;
		overflow: hidden;
		padding-bottom: 40px;
	}
		div.footer-black div.footer-text {
			color: #fff;
		}

		div.footer-text.narrow-floated {
			float: left;
			width: 540px;
		}

	div.footer-menu {
		float: right;
		width: 300px;
		padding-top: 15px;
	}

	.footer-text a {
		color: #000;
		text-decoration: none;
	}

	.footer-black .footer-text a {
		color: #fff;
		text-decoration: underline;
	}

.desatured {
	border-bottom: 2px solid #000;
	font-size: 44px;
	line-height: 36px;
	padding-top : 15px;
	overflow: hidden;
	margin: 5px 0;
	font-weight: bold;
}
	.desatured a {
		border: 1px solid #000;
		padding: 0 12px;
		overflow: hidden;
		text-decoration: none;
	}

	div.footer-inner {
		overflow: hidden;
		margin: 15px 0;
	}

	.performance {
		float: left;
		width: 400px;
		margin: 0 25px 0 0;
		font-size: 18px;
		font-family: 'bebasneue';
	}
		.percent {
			float: left;
			color: #fff;
			padding: 2px 0;
		}
		div.most {
			width: 82%;
			padding-left: 1%;
			background: #000;
		}
		div.less {
			text-align: center;
			width: 9%;
			background: #636363;
		}
		div.least {
			text-align: center;
			width: 8%;
			background: #9c9b9b;
		}

	span.footer-text {
		float: left;
		display: block;
	}

	.copyright {
		clear: both;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 12px;
		padding: 5px 0 10px 0;
		background: #9c9b9b;
	}

/*-----/footer-----*/

