/**
 * Table of Contents:
 *
 * General
 * 	- Typography
 * Header
 * 	- Main Navigation
 * Sections
 * 	- Home
 * 	- Petition
 * 	- Letter
 * 	- Updates
 * 	- Supporters
 * 	- Sign it
 * Footer
 *
 */
 
 
/**
 * General
 * -----------------------------------------------------------------------------
 */
 
html,
body{
	height: 100%;
	color: #565656;
}
a{
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	outline: none;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h6{
	color: #565656;
}
h5{
	color: #565656;
}


/**
 * General > Typography
 * -----------------------------------------------------------------------------
 */

html{
	font-size: 62.5%;
	font-weight: 300;
}
body{
	font-size: 1.4rem;
	font-family: "Lora", serif;
}
p, li, span, div{
	font-size: 1.4rem;
	line-height: 1.8;
}
.lead{
	font-size: 1.8rem;
	margin: 2.8rem 0;
}
h1{
	font-size: 3.6rem;
	line-height: 1.2;
	font-weight: bold;
}
h2{
	font-size: 3.0rem;
	line-height: 1.2;
	font-weight: bold;
}
h3{
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: bold;
}
h4{
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
}
h5{
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
}
h6{
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
}
p, h1, h2, h3, h4, h5, h6, blockquote, ul{
	margin: 2.8rem 0 1.4rem;
}
ul.list-unstyled li{
	margin-bottom: 1.4rem;
}
dl dt{
	margin-top: 1.4rem;
}
dl dt:first-of-type{
	margin-top: 0;
}
h1 small, 
h2 small,
h3 small{
	font-size: 50%;
	font-weight: normal;
}
h4 small{
	font-size: 65%;
}
h5 small,
h6 small{
	font-size: 75%;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Lora", serif;
	position: relative;
}
#content h1.text-center,
#content h2.text-center,
#content h3.text-center,
#content h4.text-center,
#content h5.text-center,
#content h6.text-center{
	margin-bottom: 6.2rem;
}
#content h1.text-center::after,
#content h2.text-center::after,
#content h3.text-center::after,
#content h4.text-center::after,
#content h5.text-center::after,
#content h6.text-center::after{
	content: '';
	display: block;
	position: absolute;
	width: 6rem;
	border-bottom: .3rem solid #BE3A31;
	margin-top: 1.2rem;
	margin-left: -3rem;
	left: 50%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small{
	display: block;
	opacity: 0.8;
	line-height: 1.2;
}
h1 .center-block,
h2 .center-block,
h3 .center-block,
h4 .center-block,
h5 .center-block,
h6 .center-block{
	display: block;
	margin: 0 auto;
	line-height: 1.4;
}
#content p{
	line-height: 1.8;
}
@media (max-width:767px) {
	html{
		font-size: 75%;
	}
	h1{
		font-size: 3.6rem;
	}
	h2{
		font-size: 3.0rem;
	}
	h3{
		font-size: 2.4rem;
	}
	h4{
		font-size: 1.8rem;
	}
	h5{
		font-size: 1.6rem;
	}
	h6{
		font-size: 1.4rem;
	}
	blockquote{
		padding-left: 4.2rem;
	}
}


/**
 * Header
 * -----------------------------------------------------------------------------
 */

#header{
	color: #fff;
	position: fixed;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
 
 
/**
 * Header > Main Navigation
 * -----------------------------------------------------------------------------
 */

#main-nav{
	background: rgba(255, 255, 255, .9);
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 3;
	width: 100%;
	font-family: "Roboto", sans-serif;
}
#logo{
	margin: 17px 0 18px;
	line-height: 1;
	float: left;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	font-weight: bold;
	color: #D44234;
	font-size: 2rem;
	letter-spacing: -1px;
}
#logo img{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.toggle-nav-label,
.toggle-nav-input{
	display: none;
	padding: 0;
	margin: 0;
}
.toggle-nav-label{
	float: right;
	color: #3b3b3b;
	line-height: 60px;
}
#main-nav .menu{
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
#main-nav .menu > .menu-item{
	display: block;
	position: relative;
	float: left;
	margin-left: 30px;
}
#main-nav .menu > .menu-item:first-of-type{
	margin-left: 0;
}
#main-nav .menu > .menu-item > a{
	height: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	color: #3b3b3b;
	text-decoration: none;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-ms-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
	font-size: 1.4rem;
	text-shadow: 1px 1px #fff;
	font-weight: 400;
	padding: 0;
	font-weight: bold;
}
#main-nav .menu > .menu-item:hover > a{
	color: #9c9c9c;
	background: none;
}
#main-nav .menu > .active > a{
	color: #D44234 !important;
	border-bottom: 3px solid #D44234;
	height: 60px;
}
@media (max-width:767px) {
	#main-nav{
		text-align: center;
		display: block;
		float: none;
		background: rgba(255, 255, 255, .95);
	}
	#logo{
		float: left;
		display: block;
		text-align: left;
	}
	#main-nav .menu{
		float: none;
		display: none;
		width: 100%;
		overflow: hidden;
	}
	#main-nav #toggle-main-nav:checked + .menu{
		display: block;
	}
	#main-nav .menu > .menu-item{
		float: none;
		display: block;
		margin: 0;
		padding: 0;
		border-bottom: none !important;
	}
	#main-nav .menu > .menu-item > a{
		border-bottom: 1px solid #ccc;
	}
	#main-nav .menu > .menu-item:last-of-type > a{
		border-bottom: none !important;
	}
}

/**
 * Content
 * -----------------------------------------------------------------------------
 */

#content{
	box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.15);
	position: relative;
}
#content img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content div > :first-child,
#content aside > :first-child{
	margin-top: 0;
}
#content div > :last-child,
#content aside > :last-child{
	margin-bottom: 0;
}
.content-padding{
	padding-bottom: 5.6rem;
	padding-top: 5.6rem;
}
.content-padding-none{
	padding-bottom: 0;
	padding-top: 0;
}
.content-padding-xs{
	padding-bottom: 3.2rem;
	padding-top: 3.2rem;
}
.content-padding-lg{
	padding-bottom: 9.8rem;
	padding-top: 9.8rem;
}
.content-padding-xl{
	padding-bottom: 14rem;
	padding-top: 14rem;
}
.content-padding-xxl{
	padding-bottom: 15.4rem;
	padding-top: 15.4rem;
}
.padding-bottom-none{
	padding-bottom: 0;
}
#gallery li{
	float: left;
	width: 25%;
	list-style: none;
	display: inline-block;
}
#gallery img{
	width: 100%;
	height: auto;
}
.size-25{
	width: 25%;
}
.size-50{
	width: 50%;
}
.size-75{
	width: 75%;
}
.animated{
	opacity: 0;
}
.form-control{
	font-family: "Roboto", sans-serif;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
cite{
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.btn-primary{
	background-color: #d6412d;
	border-color: #d6412d;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	font-weight: bold;
}

.btn-primary-old{
	background-color: #d6412d;
	border-color: #d6412d;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	font-weight: bold;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(182,52,36,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(182,52,36,1);
	box-shadow: 0px 3px 0px 0px rgba(182,52,36,1);
}
.btn-primary:hover{
	background-color: #b63424;
	border-color: #b63424;
}
.btn-lg{
	line-height: 1;
	padding: 1.5rem 4rem;
}
.section-title{
	font-weight: bold;
	text-align: center;
	display: inline-block;
	position: relative;
}
.section-title::before{
	content: '';
	width: 15rem;
	position: absolute;
	right: 100%;
	margin-right: 4.2rem;
	top: 50%;
	border-bottom: 3px solid;
	opacity: .2;
}
.section-title::after{
	content: '';
	width: 15rem;
	position: absolute;
	left: 100%;
	margin-left: 4.2rem;
	top: 50%;
	border-bottom: 3px solid;
	opacity: .2;
}
@media (max-width:767px) {
	[class*=size-]{
		width: 100%;
	}
	.content-padding,
	.content-padding-xs,
	.content-padding-lg,
	.content-padding-xl,
	.content-padding-xxl{
		padding-bottom: 3.2rem;
		padding-top: 3.2rem;
	}
	#content .row [class*="col-sm-"]{
		margin-bottom: 2.8rem;
	}
	
	.content-padding-mobile-none{
		padding-top: 0;
		padding-bottom: 0;
	}
	.section-title{
		display: block;
	}
	.section-title::before{
		display: none;
	}
	.section-title::after{
		display: none;
	}
}


/**
 * Sections > Home
 * -----------------------------------------------------------------------------
 */

#home{
	min-height: 800px;
	background-image: url('splash.html');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
#home::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .45);
	z-index: 1;
}
#home:after{
	background-size: 5px;
	background-color: transparent;
	opacity: .1;
}
#splash{
	color: #fff;
	max-width: 800px;
	position: absolute;
	z-index: 1;
	text-align: center;
}
#splash h1{
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	font-size: 5.2rem;
	letter-spacing: -1px;
	margin-bottom: 5.6rem;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
#splash h1 small{
	color: #fff;
	font-size: 65%;
	font-weight: normal;
	border-bottom: 2px solid #fff;
	display: inline-block;
	margin: 0 50px;
}
#splash .btn{
	font-size: 1.8rem;
}
#counter{
	position: absolute;
	z-index: 2;
	bottom: -50px;
	width: 450px;
	background: #F7F7F7;
	border-radius: 3px;
	padding: 2.8rem;
	font-family: "Roboto", sans-serif;
}
#counter > div{
	font-size: 1.8rem;
}
#counter .progress{
	background: rgba(86, 86, 86, .2);
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	margin: 0.7rem 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
#counter .progress-bar{
	background: #D44234;
}
@media (max-width:767px) {
	#splash{
		max-width: 100%;
		padding: 0 20px;
	}
	#splash h1{
		font-size: 2.8rem;
	}
	#counter{
		position: static;
		width: 100%;
		bottom: 0;
		border-radius: 0;
		text-align: center;
		padding: 1.4rem;
	}
	#counter .text-right{
		text-align: center;
	}
	#counter div{
		font-size: 1.4rem;
	}
}
	

/**
 * Sections > Petition
 * -----------------------------------------------------------------------------
 */

#petitioned{
	background: #f7f7f7;
	font-family: "Roboto", sans-serif;
	padding: 2.8rem 0;
}
#petitioned div{
	font-size: 1.2rem;
}
#petitioned strong{
	display: block;
}
#petition-to{
	margin-bottom: 1.4rem !important;
	display: block;
}

#author{
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	line-height: 1.4;
	padding-left: 80px;
	padding-top: 5px;
	position: relative;
}
#author img{
	width: 60px;
	height: 60px;
	left: 0;
	top: 0;
	position: absolute;
}


/**
 * Sections > Letter
 * -----------------------------------------------------------------------------
 */

#letter-container{
	background: url('images/linedpaper.png') top left;
	font-family: 'Cutive Mono', monospace;
}
#letter-container p{
	font-size: 1.6rem;
	line-height: 1.59;
	margin: 2.4rem 0 1.7rem;
}
#letter .content-padding-xs{
	padding: 6.2rem 0;
}


/**
 * Sections > News & Update
 * -----------------------------------------------------------------------------
 */

#timeline{
	position: relative;
	padding: 4.2rem 0;
	margin-bottom: 9.8rem !important;
}
#timeline::before{
	content: ' ';
	position: absolute;
	left: 50%;
	border-left: 1px dashed;
	opacity: .2;
	height: 100%;
	top: 0;
}
#timeline .entry{
	width: 100%;
	margin: 4.2rem 0;
	position: relative;
}
#timeline .entry::before{
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 4.2rem;
	line-height: 1;
	color: #f7f7f7;
	position: absolute;
	display: block;
	top: 3px;
}
#timeline time{
	position: absolute;
	top: 1.8rem;
	font-size: 1.4rem;
	top: 1.4rem;
}
#timeline time span{
	font-size: 1.2rem;
	opacity: .5;
	display: none;
	line-height: 1;
}
#timeline time::before{
	content: '';
	display: block;
	height: 15px;
	width: 15px;
	background: #D44234;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	position: absolute;
	top: 5px;
}
#timeline .entry > div{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f7f7f7;
	width: 100%;
	padding: 1.4rem 2.8rem;
	text-align: center;
}
#timeline .entry.sticky > div{
	background: #FAD1D1;
}
#timeline .entry.sticky:before{
	color: #FAD1D1;
}
#timeline .entry.sticky h5,
#timeline .entry.sticky p{
	color: #D2433A;
}
#timeline .entry > div > p{
	margin-top: 1.4rem;
}
#timeline .entry:nth-child(odd){
	padding-right: 53%;
}

#timeline .entry:nth-child(odd)::before{
	right: 53%;
	margin-right: -1.3rem;
}
#timeline .entry:nth-child(odd) > time{
	left: 52%;
}
#timeline .entry:nth-child(odd) > time::before{
	left: -29px;
}
#timeline .entry:nth-child(even){
	padding-left: 53%;
}
#timeline .entry:nth-child(even)::before{
	content: '\f0d9';
	left: 53%;
	margin-left: -1.3rem;
}
#timeline .entry:nth-child(even) > time{
	right: 52%;
	text-align: right;
}
#timeline .entry:nth-child(even) > time::before{
	right: -29px;
}
@media (max-width:767px) {
	#timeline .entry{
		padding: 0 !important;
	}
	#timeline .entry::before,
	#timeline .entry > time::before{
		display: none;
	}
	#timeline .entry > time{
		display: none;
	}
}

/**
 * Sections > Supporters
 * -----------------------------------------------------------------------------
 */

#supporters-container{
	position: relative;
}
#supporters-container::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 1;
}
#supporters-container:after{
	background-size: 5px;
	background-color: transparent;
	opacity: .2;
}
#supporters-container .supporter{
	border: 5px solid rgba(255, 255, 255, .25);
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	max-height: 130px;
	max-width: 130px;
	
}
#supporters-container .supporter:hover{
	border: 5px solid #D44234;
	opacity: 1;
}
#supporters-container .block-grid-6:hover li:not(:hover) .supporter  {
	opacity: .25;
}
#supporters-container ul{
	margin: 5.6rem 0 7rem;
}
#supporters-container li{
	position: relative;
}
#supporters-container .container{
	position: relative;
	z-index: 1;
}
#supporters-container .section-title,
#supporters-container h3{
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
#supporters-container h3 > small{
	font-size: 100%;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
}
.popover-content{
	line-height: 1.4;
	text-align: center;
}
@media (max-width:767px) {
	#supporters-container .block-grid-6 li{
		float: none;
		width: 100%;
		margin-bottom: 2.8rem;
	}
	#supporters-container .block-grid-6 li:last-of-type{
		margin-bottom: none;
	}
}


/**
 * Sections > Sign It
 * -----------------------------------------------------------------------------
 */
#sign-it h2.section-title{
	margin-bottom: 9.8rem;
}
#sign-row{
	position: relative;
}

#sign-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
#sign-list li{
	margin-bottom: 1.3rem;
	text-align: left;
}
#sign-list li:last-of-type{
	margin-bottom: 0;
}
#sign-list .btn{
	text-align: left;
	padding-left: 60px;
	position: relative;
}
#sign-list .fa{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	line-height: 34px;
	text-align: center;
	background: rgba(255, 255, 255, .15);
}
#sign-it .btn{
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sign-list .btn.facebook{
	background-color: #3F5F95;
	border-color: #3F5F95;
}
#sign-list .btn.twitter{
	background-color: #4CAFE8;
	border-color: #4CAFE8;
}
#sign-list .btn.google{
	background-color: #DB4E37;
	border-color: #DB4E37;
}
#sign-list .btn.linkedin{
	background-color: #296996;
	border-color: #296996;
}
#sign-list .btn.yahoo{
	background-color: #863587;
	border-color: #863587;
}
@media (max-width:767px) {
	#sign-row .col-sm-5:first-of-type{
		margin-bottom: 12.8rem;
	}
	#sign-row .col-sm-5:last-of-type{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#sign-row::before{
		content: '';
		display: block;
		height: 0;
		width: 100%;
		border-bottom: 1px dashed;
		position: absolute;
		top: 50%;
		left: 0;
		opacity: .2;
	}
	#sign-row::after{
		display: block;
		width: 6rem;
		height: 6rem;
		line-height: 6rem;
		text-align: center;
		color: #fff;
		position: absolute;
		left: 50%;
		margin-left: -3rem;
		top: 50%;
		margin-top: -3rem;
		font-family: "Roboto", sans-serif;
		font-weight: bold;
	}
	
	#sign-it h2.section-title{
		margin-bottom: 0;
	}
	
}

/**
 * Footer
 * -----------------------------------------------------------------------------
 */

#footer{
	background: #565656;
	color: #fff;
	font-family: "Roboto", sans-serif;
	padding: 1.4rem 0;
}
#footer p{
	font-size: 1.2rem;
	margin: 1.4rem 0;
}
#footer a{
	color: #fff;
}
#go-top{
	margin: 1.4rem 0;
	display: inline-block;
	font-size: 1.2rem;
}
#footer .fa-boxed{
	display: inline-block;
	text-align: center;
	border-radius: 300px;
	margin: 0 1px;
	width: 24px;
	line-height: 24px;
	height: 24px;
	background: rgba(255, 255, 255, .15);
}
@media (max-width:767px) {
	#footer,
	#footer .text-right{
		text-align: center !important;
	}
}



/**
 * Block Grid
 * -----------------------------------------------------------------------------
 */

ul[class*="block-grid-"]{
	list-style: none;
	padding: 0;
	margin-right: -15px;
	margin-left: -15px;
	overflow: auto;
	clear: both;
}
ul[class*="block-grid-"] li{
	list-style: none;
	padding: 0 15px;
	margin: 2.8rem 0 0 0;
	float: left;
	height: auto;
	display: block;
}
.block-grid-2 li{
	width: 50%;
}
.block-grid-3 li{
	width: 33.3333333%;
}
.block-grid-4 li{
	width: 25%;
}
.block-grid-5 li{
	width: 20%;
}
.block-grid-6 li{
	width: 16.66666666666667%;
}
.block-grid-7 li{
	width: 14.285714286%;
}
.block-grid-2 li:nth-child(1),
.block-grid-2 li:nth-child(2),
.block-grid-3 li:nth-child(1),
.block-grid-3 li:nth-child(2),
.block-grid-3 li:nth-child(3),
.block-grid-4 li:nth-child(1),
.block-grid-4 li:nth-child(2),
.block-grid-4 li:nth-child(3),
.block-grid-4 li:nth-child(4),
.block-grid-5 li:nth-child(1),
.block-grid-5 li:nth-child(2),
.block-grid-5 li:nth-child(3),
.block-grid-5 li:nth-child(4),
.block-grid-5 li:nth-child(5),
.block-grid-6 li:nth-child(1),
.block-grid-6 li:nth-child(2),
.block-grid-6 li:nth-child(3),
.block-grid-6 li:nth-child(4),
.block-grid-6 li:nth-child(5),
.block-grid-6 li:nth-child(6){
	margin-top: 0;
}
ul[class*="block-grid-"] .link-image{
	position: relative;
	display: block;
	overflow: hidden;
}
.link-image{
	position: relative;
}
.link-image:after{
	content: '\e623';
	font-family: 'Pe-icon-7-stroke';
	font-size: 4.8rem;
	display: block;
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	text-align: center;
	left: 50%;
	margin-left: -3rem;
	top: 50%;
	margin-top: -3rem;
	color: #fff;
	position: absolute;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	background: rgba(0, 0, 0, .25);
	opacity: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.link-image:hover:after{
	opacity: 1;
}
@media (max-width:767px) {
	ul[class*="block-grid-"]{
		margin-right: -5px;
		margin-left: -5px;
		margin-top: 10px;
	}
	ul[class*="block-grid-"] li{
		padding: 0 5px;
		margin: 10px 0 0 0;
	}
}


/**
 * Multi-Page Specific
 * -----------------------------------------------------------------------------
 */

html,
body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body:not(.one-page) #header{
	position: static;
}
body:not(.one-page) section{
	
}
body:not(.one-page) #content{
	box-shadow: none;
	position: relative;
}



.resp-sharing-button__link,
.resp-sharing-button__icon {
	display: inline-block
}

.resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.5em
}

.resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;
	padding: 0.5em 0.75em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: top
}

.resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
	stroke: #fff;
	fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none
}

.resp-sharing-button--twitter {
	background-color: #55acee
}

.resp-sharing-button--twitter:hover {
	background-color: #2795e9
}

.resp-sharing-button--pinterest {
	background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
	background-color: #8c0615
}

.resp-sharing-button--facebook {
	background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
	background-color: #2d4373
}

.resp-sharing-button--tumblr {
	background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
	background-color: #222d3c
}

.resp-sharing-button--reddit {
	background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
	background-color: #3a80c1
}

.resp-sharing-button--google {
	background-color: #dd4b39
}

.resp-sharing-button--google:hover {
	background-color: #c23321
}

.resp-sharing-button--linkedin {
	background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
	background-color: #046293
}

.resp-sharing-button--email {
	background-color: #777
}

.resp-sharing-button--email:hover {
	background-color: #5e5e5e
}

.resp-sharing-button--xing {
	background-color: #1a7576
}

.resp-sharing-button--xing:hover {
	background-color: #114c4c
}

.resp-sharing-button--whatsapp {
	background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
	background-color: #1da851
}

.resp-sharing-button--hackernews {
	background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
	background-color: #507299
}

.resp-sharing-button--vk:hover {
	background-color: #43648c
}

.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.resp-sharing-button--twitter {
	background-color: #55acee;
	border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
}

.resp-sharing-button--google {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
	background-color: #c23321;
	border-color: #c23321;
}

.resp-sharing-button--tumblr {
	background-color: #35465C;
	border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
	background-color: #222d3c;
	border-color: #222d3c;
}

.resp-sharing-button--email {
	background-color: #777777;
	border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
	background-color: #bd081c;
	border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
	background-color: #8c0615;
	border-color: #8c0615;
}


	.share-with-friends {
		display: flex;
		justify-content: center;
		padding-right: 30px;
		padding-left: 30px;
	}
	.share-with-friends  ul {
		width: 100%;
		max-width: 450px;
	}
