@font-face {
	font-family: Montserrat-Regular;
	src: url('fonts/Montserrat-Regular.ttf');
}

@font-face {
	font-family: Montserrat-Bold;
	src: url('fonts/Montserrat-Bold.ttf');
}

@font-face {
	font-family: SourceSansPro-Regular;
	src: url('fonts/SourceSansPro-Regular.ttf');
}

@font-face {
	font-family: SourceSansPro-Black;
	src: url('fonts/SourceSansPro-Black.ttf');
}


body {
	margin:0;
	font-family: SourceSansPro-Regular, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	background:#fff;
	color: #1A1A1A;
}

.countdown {
	font-size: 2em;
	font-weight: bold;
}

a {
	color:inherit;
}

h2 {
	font: 36px/40px Montserrat-Bold;
/*	border-bottom: 1px solid #fff; */
	padding: 120px 0 10px;
	margin: -40px 0 10px;
	text-transform:uppercase;
	text-align:center;
}

h3 {
  font: 36px/40px Montserrat-Bold;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

#why {
  margin-top: -50px;
  padding-top: 80px;
  font: 32px/40px Montserrat-Bold;
  letter-spacing: 0.1em;
}

#what {
  margin-top: -80px;
  padding-top: 80px;
}

h3:after {
	content: "";
	width: 100px;
	border-bottom: 4px solid #1a1a1a;
	height: 5px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 5px;
}

h3.contactNow:after {
	content: "";
	width: 100px;
	border-bottom: 4px solid #1a1a1a;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: -25px;
}

.divline {
	border-bottom: 1px solid #fff;
}

.divdash {
  border-bottom: 1px dashed #FAB53D;
  margin: 30px 0;
}

table {
	width:100%;
}
th, td {
	text-align:center;
	background: #fff;
}

th {
	background: #eb1c23;
	color: #fff;
}


th > h5 {
	margin: 4px;
}

td {
	font: 16px/18px Montserrat-Bold;
	color: #000;
	padding: 17px 20px;
}
td > a {
	color: #eb1c23;
	text-decoration:none;
}
.thl {
	background: #888;
	color: #fff;
	text-transform: uppercase;
	font: 12px/14px Montserrat-Regular;
	padding:7px;

}

.happened {
	color: #999
}

.pale {
	color: #666;
}

.alertbox h3:after {
	border-bottom: 1px solid #fff;
}


.whyblock > h4 {
	font: 20px/24px Montserrat-Regular;
	margin: 5px 0;
}

.whyblock > p {
	text-align: left;
}

.ninesixty {
	_width: 960px;
	max-width: 960px;
	margin: 0 auto;
}

.seventwenty {
	_width: 720px;
	max-width: 720px;
	margin: 0 auto;
}
.sixforty {
	_width: 640px;
	max-width: 640px;
	margin: 0 auto;
}

.unstyle {
	color: inherit;
	text-decoration:inherit;
	list-style: none;
	margin: 0;
	padding: 0;
}


.clr {
	clear:both;
}

.ovhid {
	overflow:hidden;
	display: block;
}

.chat {
	background: #fff;
	padding:20px 30px;
}

.bubble-assistant {
	float: right;
	color: #444;
}
.bubble-you {
	float: left;
}
.bubble-you, .bubble-assistant {
	background: #e6e7e8;
	max-width: 77%;
	padding: 15px 30px;
	position:relative;
}

.bubble-assistant:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 20px 0px 0 20px;
	border-color: #E5E5E5 transparent;
	display: block;
	width: 0;
	z-index: 3;
	margin-left: -20px;
	bottom: -20px;
	right: 20px;
}

.bubble-you:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: #E5E5E5 transparent;
	display: block;
	width: 0;
	z-index: 3;
	margin-left: -11px;
	top: -20px;
	left: 30px;
}

/* Sections */

#header {
	text-align:center;
	color: #000;
	padding: 190px 0 0;
	background: #FAB53D url(../img/Homepage-Background.png) center center no-repeat;
	background-size: cover;
}

.subheadline {
	text-transform: uppercase;
	font-weight: bold;
    margin: 0 10px;
    font-size: 20px;
	margin: 40px 0px 20px 0px;
	font: 25px/1.2em Montserrat-Bold;
	letter-spacing: 1.5px;
}

.teaser {
	margin: 15px 30px 60px 30px;
	font: 18px/1.2em Montserrat-regular;
	text-align:center;
}

#takeactionbt {
	background: #1a1a1a;
	color: #FFF;	
	position: relative;
	z-index: 3;
}


.alertbox {
	background: #1a1a1a;
	color: #fff;
	font: 18px/1.2em SourceSansPro-Regular;
}


#goalslist {
	max-width: 600px;
	margin: 0 auto;
}
#goalslist > li {
	margin: 30px 0;
}

.goalslisticon {
	float:left;
	overflow:hidden;
	margin: 0 15px 0 0;
}

.whyblocks {
	margin: 10px 5% 0;
	padding: 0 0 20px;
}

.whyblock {
	width: 28%;
	margin: 10px 2.5%;
	text-align: center;
	float: left;
}
.whyblock > p {
	font-size: 16px;
	line-height: 17px;
}

.whyimg {
	min-height: 160px;
	vertical-align:middle;
}

#netneutrality {
	padding: 80px 0 40px;
}

.description {
	padding-bottom: 35px;
	color: #252527;
	font: 18px/1.2em SourceSansPro-Regular, sans-serif;
}

#howto {
	background: #e6e7e8;
	padding: 40px 0 80px;
	font-size: 14px;
	line-height: 16px;
}

#howto {
	padding: 40px 0 30px;
}

#contact, #background, #contact {
	font-size: 16px;
	line-height: 18px;
}

#critics {
	background: #fff;
	font-size: 14px;
	line-height: 16px;
}

#act > .alertbox {
	padding: 10px 0 40px;
}

.callimg {
	_width: 800px;
	width:100%;
	max-width: 800px;
}

.actbox {
  color: #333333;
  position: relative;
  margin-top: -250px;
  padding-top: 250px;
}

.actboxitem {
	padding: 0 0 20px;
}

.nextmep {
  font: 16px Montserrat-Bold;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px 20px 0;
  float: right;
  color: #000;
}

.actionBox {
	width: 100%;
	height: 410px;
}

.actionBox_heigh {
	height: 912px;
}

#sharebox {
	text-align:center;
}
#sharebox > a {
	margin:10px;
	display:inline-block;
}

#bannerbox {
	max-width:719px;
	margin: 35px auto;
}

#bannerbt {
	margin-top:30px;
	width: 348px;
	float: left;
	text-align:center;
}

.mediacoverage td {
	background: #e6e7e8;
}


h4 {
	font: 24px/1.2em SourceSansPro-Regular;
	text-align: center;
    z-index: 1;
    position: relative;
}

h5 {
	font: 21px/1.2em SourceSansPro-Black;
	text-align: center;
	font-size: 18px;
}
h5:before, h5:after {
	content: " - ";
}


/* dividers */

.divbottomred {
	margin-bottom: 30px;
}

.divbottomred,.divbottomwhite,.divtopwhite  {
	position:relative;
}
.divtopwhite {
	padding-top: 5px;
}

.divbottomred:after,.divbottomwhite:after  {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 40px 40px 0;
	border-color: #1a1a1a transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -40px;
	left: 50%;
	margin-left:-40px;
}

.divbottomred:after {
	border-color: #1a1a1a transparent;
}

.divbottomwhite:after {
	border-color: #fff transparent;
}

.divtopwhite:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 40px 40px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -40px;
	top: -40px;
	left: 50%;
}

/* nav */

#navbar {
	position:fixed;
	width:100%;
	background: #fff;
	font: 14px/1.2em Montserrat-Bold;
	color: #222;
	z-index: 10;
	box-shadow: rgba(0,0,0,.05) 0 5px;
	text-transform: uppercase;
}

#mainnav > ul > li {
	float: left;
}

#langnav > a,
#mainnav > ul > li > a {
	padding: 20px;
	display: inline-block;
	color: inherit;
	text-decoration:none;
}
#mainnav > ul > li > a:hover {
	padding-bottom: 15px;
	border-bottom: #EDAB39 5px solid;
}




#langnav {
	float:right;
}
#langselect {
	display:none;
	position:absolute;
	border-top: #EDAB39 10px solid;
	background: #fff;
	text-align:center;
	width: 95px;
    margin: -10px 13px;
    padding: 0;
}
#langselect > li > a {
	padding: 4px;
	display:block;
	color: inherit;
	text-decoration:none;

}
#langselect > li > a:hover {
	color: #fff;
	background: #EDAB39;
}

#langnav:hover > #langselect {
	display:block;
}



#share {
	position:fixed;
	top:190px;
	left: 10px;
	z-index:11;
}

#share a {
	display: block;
	text-align: center;
	padding-top: 12px;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	height: 62px;
}

#tw_count_bg,#fb_count_bg,#gp_count_bg {
	width:40px;
	height:74px;
	margin-bottom:6px;
}

#tw_count_bg {
	background: url(../img/Twitter-Count.png) no-repeat;
}

#fb_count_bg {
	background: url(../img/Facebook-Count.png) no-repeat;
}
#gp_count_bg {
	background: url(../img/GooglePlus-Count.png) no-repeat;
}

.actBt {
	text-decoration: none;
}

.actItem {
	display: inline-block;
	width:20%;
	padding: 2%;
	margin-top: 2%;
	text-decoration:none;
}

.actIcon {
	width:56px;
	height:56px;
	vertical-align:middle;
}

.actText {
	display:inline-block;
	vertical-align:middle;
	font: 1.3em/1.2em Montserrat-regular;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-left: .3em;
}

.actItem:hover > .actText {
	text-decoration: underline;
}

.actList {
  margin: -10px -10px 0;
  padding: 10px 10px 0;
  font-size: 0.8em;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.actList > .actItem {
  background: rgba(26, 26, 26, 0.7);
  color: #FFFFFF;
  width: 17%;
  margin: 0 1% 0 0;
  padding: 2% 3.33%;
  text-align: center;
}

.actList > .actItem:last-child {
  margin: 0;
}

.actList > .current {
  background: #FAB53D;
  color: #000;
}

.actArea {
  background: #FAB53D;
  padding: 1%;
}

.mepFilter {
	display: none;
}

.mepFilter, .newsletter-box {
  padding: .6em 0;
  margin: 0 -.66%;
  position:relative;
  z-index: 2;
}

.newsletter-box {
	text-align: center;
}

#newsletter-submit {
  background: #FAB53D;
  border: solid #FAB53D;
}

.mepFilter > select, .mepFilter > input, .newsletter-box select, .newsletter-box input {
  font-size: 1em;
  padding: .3%;
  max-width: 100%;
  margin: .5%;
}
#country_selector, #mep_selector {
  width: 22.5%;
}
#group_selector {
  width: 50%;
}

ul#ui-id-1 {
  z-index: 3;
  max-width: 300px;
  margin:0;
  padding:.3em;
}
.ui-menu-item {
  font-family: Arial, sans-serif;
  cursor: pointer;
}


.ask {
	font-weight: bold;
	font-size: 1.25em;
    letter-spacing: .05em;
	line-height: 1.2;
	margin: 0.5% 1% 5% 1%;
}

#when, #how {
  margin-top: -60px;
  padding-top: 60px;
}

div#toggleWhen ul {
  border-left: 1px solid #000;
  margin: 0;
  padding: 5px 14px;
  list-style-type: square;
}
#when li {
  margin: 0.7em 0 1.9em
}

span.timeinline {
	background: #cef;
	padding: 2px;
}

#toggle_when, 
#toggle_how 
{
  float: right;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #FAB53D;
  overflow: hidden;
  margin: 26px 0 0;
  z-index: 2;
  position: relative;
}
#toggle_when:before,
#toggle_how:before
{
  content: " ";
  border-style: solid;
  border-width: 14px 10px 0;
  border-color: #000 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin: 10px 6px;
}


span.button {
  background: #FAB53D;
  padding: 1em 1.4em;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.1em;
  margin: 3em .6em;
  font-weight: 700;
}


footer {
	background: #111;
	color: #eee;
	margin-top:30px;
	padding: 20px 0;
}

.footerlogos {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0;
}

.footerlogos > li {
	display:inline-block;
	margin: 15px;
	text-align:center;
}

.footerlogos a {
	color: inherit;
	text-decoration:none;
	font-size: .9em;
}


#bannervert {
	float:right;
	margin-bottom: 20px;
}


.contactNow {
	padding: 0;
	margin: 2.9em 0 0.5em;
	font: 36px/40px Montserrat-Bold;
}

.choose {
  list-style: none;
  margin: 0;
  padding: 0;
}

.choose > li {
  list-style: none;
  margin: 0;
  padding: 0;
  width:33.33%; 
  float:left;
  font-size: 2em;
  
}

.iconFax, .iconTwitter, .iconEmail, .iconPhone {
  width: 56px;
  height: 56px;
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/icons.png);
  vertical-align: middle;
}

.iconFax { background-position: 0 0; }
.current > .iconFax { background-position: 0 -56px; }
.iconTwitter { background-position: -56px 0; }
.current > .iconTwitter { background-position: -56px -56px; }
.iconEmail { background-position: -112px 0; }
.current > .iconEmail { background-position: -112px -56px; }
.iconPhone { background-position: -168px 0; }
.current > .iconPhone { background-position: -168px -56px; }

@media screen and (max-width: 1100px){
	#share {
		display:none;
	}
	.description {
		margin: 0 4%;
	}
}

@media screen and (max-width: 770px){


	#mainnav > ul > li > a {
		padding: 20px 8px;
	}

	.whyblock {
		width: 95%;
		margin: 0 2.5%;
		float: none;
	}

	#langnav {
		margin-right:10px;
	}
	.nextmep {
		position: relative;
		margin-left: 40px;
	}

	#bannerbox {
		text-align:center;
	}
	#bannerbt {
		width: 90%;
		margin: 0 5% 30px;
	}
	#bannervert {
		float:none;
	}

}

@media screen and (min-width: 840px){
	.actItem {
		white-space: nowrap;
	}
}
@media screen and (max-width: 840px){
	.actText {
		display: block;
		margin: .3em 0;
		font-size: 2.2em;
	}
	#country_selector {
		width: 48.5%;
	}
	#group_selector {
		width: 48.5%;
	}
	#mep_selector {
		width: 98%;
	}
}

@media screen and (max-width: 600px){

	h3 {
		font: 28px/40px Montserrat-Bold;
	}
	.actText {
		display: block;
		margin: .3em 0;
		font-size: 1.4em;
	}
	.hideMobile {
		display:none;
	}
	span.button {
		display: block;
		margin: 1.3em;
	}
	.whyimg > img {
		height: 6em;
	}
	.whyimg {
		min-height: initial;
	}
	#header {
		padding: 80px 0 0;
	}
	h1.subheadline {
		letter-spacing: 0;
		font-size: 16px;
	}
	.seventwenty {
		padding: 0 2%;
	}
}

ul.ui-autocomplete {
    list-style: none;
    list-style-type: none;
    text-decoration: none;
}

div.toggled_container {
	display: none;
}

.ytVid {
	max-width:100%;
}


/* Hidden for everything except screen-readers (stolen from Bootstrap) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  border: 0 none;
}

