/* ---------------- Styles for Polititian Faceoff layout ---------------- */

/* conflicts */

.politician-select .img-circle {
	/*height: 10% !important; */
	width: 90% !important;
}

.two-politicians .span6.revert, .four-politicians .span6.revert {
  margin-left: 2% !important;
}
.four-politicians .add-politician.hide.span6 {
   width:46%;
 }


@media (min-width: 325) and (max-width: 768px) {
.more.span12 {
  float: left;
  }
}

@media (max-width: 769px) {
  .navbar2 .span9 {
  float: left;
  width: 74.46808510638297% !important;
  }
.row-fluid .span3 {
	width: 21.92817679558011% !important;
}
}

@media (max-width: 767px) {
  .row-fluid .span6 {
    width: 48.93617021276595%;
    float: left;
  }
  .row-fluid .span2 {
    float: left;
    }
  .row-fluid .span5 {
    float: left !important;
    width: 40.42553191489362%;
    }
    .row-fluid .span3 {
      width: 23.404255319148934%;
      float:left;
      }
  .politician-select .img-circle {
	  height: 10% !important;
  }
}

@media (min-width: 1050px) {
  .single .icon-clock {
    margin: -16px 0px 0px 10px;
    }
}

@media (min-width: 769px) {
  .two-politicians .icon-star, .four-politicians .icon-star {
  	margin: -16px 0 0 10px;
  }
}

@media (min-width: 325px) and (max-width: 480px) {
    .navbar2 .nav {
	    height: 30px;
	  }
	  
	  }
@media (max-width: 330px) {
  .footer2 {
    display: none;
  }
}
/*
@media (min-width: 824px) {
  .icon-clock {
  	margin: -16px 0 0 10px;
  }
}
*/
@media (min-width: 325px) and (max-width: 506px)  {
/*  .icon-star {
  	margin: 4px 0 0 10px;
 }
 */
	.select {
  	width: 170px;
	  margin-left: 15px;
	}
	.add-politician {
	  float: left;
	  }
}

/* Main */

.main {
  margin:0 auto;
	font-family: 'PTSansNarrowRegular';
  font-size: 14px;
}
a {
	color: #fff;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
ul {
	list-style: none;
}

/* Navigation */

.navbar2 {
	margin-bottom: 30px;
	overflow: visible;
  color: #777;
}
.navbar2 .nav {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #1a2a2b;
	width: 100%;
	overflow: visible;
  margin-bottom: 20px;
  color: #777;
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar2 .nav > li {
	width: 12.5%;
	float: left;
}
.navbar2 .nav > li > a {
	font-family: 'PTSansBold';
	font-size: 19px;
	color: #535f60;
	text-shadow: none;
	text-align: center;
	padding: 10px 0;
	float: none;
	text-decoration: none;
}
.navbar2 .nav > li > a:hover, .navbar2 .nav > li > .active {
	color: #fff;
	background: #37494c;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.navbar2 .span3 .nav > li {
	width: 50%;
}

.navbar-mobile {
  display: inline-block;
  width: 20%;
}
/* Content */

.contentbar {
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #37494b;
	padding: 30px 30px 0;
	color: #1b2a2b;
}
.politician {
	position: relative;
	z-index: 2;
}

.loader_correction {
  top: -60px;
}

.fo-loader.revert {
  float:right;
}

.tweet-header {
	padding: 15px 15px 40px 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #bf0000;
	background-image: -webkit-linear-gradient(bottom, #800, #bf0000);
	background-image: -moz-linear-gradient(bottom, #800, #bf0000);
	background-image: -o-linear-gradient(bottom, #800, #bf0000);
	background-image: -ms-linear-gradient(bottom, #800, #bf0000);
	background-image: linear-gradient(to top, #800, #bf0000);
	font-family: 'PTSansBold';
	font-size: 18px;
	color: #fff;
}
.link {
	display: inline-block;
	margin: 1px 0 -1px;
	width: 165px;
	height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.back_menu {
	width: 25px !important;
}
.back_button {
  background-position: -426px -61px;
  background-image: url("../../assets/images/glyphicons-halflings-white.png");
  height: 20px;
}
.back_menu:hover {
}

.back_button:hover {
 background-position: -426px -61px !important;
 background-image: url("../../assets/images/glyphicons-halflings-white.png") !important;
 } 

.icon-tweet {
	width: 22px;
	height: 18px;
	background: url('../../assets/images/icons.png');
	background-position: 0 0;
	margin: 4px 10px 0 0;
	float: left;
	text-indent: -99999px;
}
.icon-clock {
	width: 16px;
	height: 18px;
	background: url('../../assets/images/icons-inactive.png');
	background-position: 0 -23px;
	margin: 5px 0 0 10px;
	float: right;
	text-indent: -99999px;
}
.icon-star {
	width: 16px;
	height: 18px;
	background: url('../../assets/images/icons-inactive.png');
	background-position: 0 -43px;
	float: right;
	text-indent: -99999px;
}
.icon-clock.active, .icon-clock:hover {
	background: url('../../assets/images/icons.png');
	background-position: 0 -23px;
}
.icon-star.active, .icon-star:hover {
	background: url('../../assets/images/icons.png');
	background-position: 0 -43px;
}
.tweet-content {
	margin-top: -20px;
	background-color: #ebebeb;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.tweets {
	margin-bottom: 30px;
}

.fo-loading {
  height: 400px;
}
.fo-loader {
  margin-top: 40px;
}
.tweet {
	position: relative;
	padding: 14px 20px 14px;
	border-bottom: 1px #d9d9d9 solid;
}
.tweet img, .tweet .time span {
	display: none;
}
.time {
	text-align: right;
	padding-bottom: 8px;
}
.tweet p {
	font-size: 16px;
}
.retweet {
	color: #bd0000;
	text-align: right;
}
.icon-retweet {
	width: 22px;
	height: 16px;
	background: url('../../assets/images/icons.png') no-repeat;
	background-position: 0 -62px;
	margin-right: 6px;
}
.retweet:hover {
	color: #bd0000;
}
.tweet-info .span6 {
	min-height: 10px;
}
.more {
	text-align: center;
	color: #37494c;
	font-size: 50px;
	line-height: 0;
}
.more:hover {
	color: #37494c;
}
.tweet-content {
	position: relative;
	padding-bottom: 30px;
}
.tweet-content .span12 {
	margin-left: 0;
}
.tweet-content:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 22px solid transparent;
	border-left-color: #ebebeb;
	left: 100%;
	top: 30px;
}
.profile-pic {
	text-align: center;
}
.info h1 {
	text-align: center;
	color: #fff;
	font-family: 'PTSansBold';
	font-size: 32px;
	line-height: 60px;
}
.info h1 b {
	display: block;
	font-size: 59px;
}
.info h1 span {
	display: block;
	font-size: 20px;
	line-height: 48px;
}
.revert .tweets {
	float: right;
}
.revert .info {
	float: left;
	margin-left: 0;
}
.revert .tweet-content:after {
	border-left: none;
	border-right-color: #ebebeb;
	right: 100%;
	left: auto;
}
.bottom .tweet-content:after {
	top: 220px;
}
.show, .top {
	display: block;
}
.hide, .recent {
	display: none;
}
.bottom .show {
	display: none;
}
.bottom .hide {
	display: block;
}
.counter {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}
.counter .arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 170px;
	height: 170px;
	margin-top: -85px;
	margin-left: -85px;
}
.counter .count {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 54px;
	margin-top: -35px;
	margin-left: -35px;
}
.top-separator {
	width: 2px;
	height: 300px;
	background: #587f7e;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 30px;
	margin-left: 0px;
}
.bottom-separator {
	width: 2px;
	height: 300px;
	background: #587f7e;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-bottom: 30px;
	margin-left: 0px;
}
.left-separator {
	width: 130px;
	height: 2px;
	background: #587f7e;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: -220px;
}
.right-separator {
	width: 130px;
	height: 2px;
	background: #587f7e;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: 0px;
	margin-right: -220px;
}
.footer2 {
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 10px 30px;
	color: #37494C;
	font-family: 'PTSansBold';
	font-size: 19px;
	text-align: center;
	margin-top: 20px;
	z-index: 1;
	display: block;
	margin-bottom: 40px;
  margin-left: -2px;
}
}
.footer2 span {
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 10px;
}
.footer2 img {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.social-buttons {
	position: relative;
	z-index: 2;
	width: 30%;
	height: 20px;
	margin: 0 auto;
}
.twitter-share-button {
	float: right;
	margin: 0 0 0 8px;
	width: 80px !important;
}

/* Single */

.single .tweets .icon-clock {
	display: none;
}
.single .revert .icon-star, .single .revert .recent {
	display: none;
}
.single .revert .icon-clock, .single .revert .top {
	display: block;
}
.single .counter {
	display: none;
	position: relative;
	top: auto;
	left: auto;
	margin-bottom: 30px;
	text-align: center;
}
.single .info .counter {
	display: block;
}
.single .left-separator {
	position: relative;
	float: left;
	top: auto;
	left: auto;
	margin: 62px 0 0 25px;
	width: 150px;
}
.single .right-separator {
	position: relative;
	float: right;
	top: auto;
	right: auto;
	margin: 62px 25px 0 0;
	width: 150px;
}
.single .counter img {
	text-align: center;
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
	width: 126px;
	height: 126px;
}
.single h2 {
	font-family: 'PTSansBold';
	font-size: 40px;
	color: #d9d9d9;
}
.select-box {
	position: relative;
	margin: 25px auto 0;
	width: 246px;
	height: 53px;
}
.select {
	position: relative;
	text-align: left;
	margin: 0;
	width: 246px;
	height: 53px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #bbb;
	background-image: -webkit-linear-gradient(bottom, #bbb, #ebebeb);
	background-image: -moz-linear-gradient(bottom, #bbb, #ebebeb);
	background-image: -o-linear-gradient(bottom, #bbb, #ebebeb);
	background-image: -ms-linear-gradient(bottom, #bbb, #ebebeb);
	background-image: linear-gradient(to top, #bbb, #ebebeb);
	font-family: 'PTSansBold';
	font-size: 20px;
}
.select > li > a, .options > li > a {
	color: #37494c;
	display: block;
	padding: 17px;
}
.select > li > a:after, .options > li > a:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 12px solid transparent;
	border-left-color: #37494c;
	right: 0;
	top: 15px;
}
.options {
	text-align: left;
	display: none;
	position: absolute;
	bottom: 53px;
	margin: 0 auto;
	font-family: 'PTSansBold';
	font-size: 20px;
	width: 242px;
	background: #1a2a2b;
	margin: -264px 0 -8px 0;
	border: 2px solid #e3e3e3;
	border-bottom-width: 6px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.options > li {
	position: relative;
}
.options > li > a {
	color: #d9d9d9;
	padding: 10px 17px;
	border-bottom: 2px solid #ebebeb;
}
.options > li > a:after {
	border: 10px solid transparent;
	border-left-color: #d9d9d9;
	top: 12px;
	right: 2px;
}

/* Politician select */

.politician-select {
	font-family: 'PTSansBold';
}
.politician-select h1 {
	color: #ff9c61;
	font-size: 80px;
	text-align: center;
	margin-bottom: 60px;
}
.politician-select h2 {
	color: #fff;
	font-size: 40px;
  text-align:center;
}
.politician-select .span2 {
	text-align: center;
	margin: 0 0 10px 0;
	width: 16% !important;
}
.politician-select p {
	color: #ebebeb;
	font-size: 18px;
	margin: 60px 0;
	text-align: justify;
}
.politician-select .counter {
	position: relative;
	width: 16.66%;
	top: auto;
	left: auto;
	text-align: center;
}
.politician-select .counter .arrow {
	top: 0;
	left: 0;
	margin: 10px 0 0 15px;
	width: 200px;
	height: 200px;
}
.politician-select .counter .count {
	position: relative;
	top: auto;
	left: auto;
	margin: 68px 0 0 30px;
	width: 83px;
	height: 65px;
}

/* Politician colors */

.bersani .tweet a {
  color: #BD0000;
}

.ingroia .tweet-header {
	background-color: #f36316;
	background-image: -webkit-linear-gradient(bottom, #df5107, #f36316);
	background-image: -moz-linear-gradient(bottom, #df5107, #f36316);
	background-image: -o-linear-gradient(bottom, #df5107, #f36316);
	background-image: -ms-linear-gradient(bottom, #df5107, #f36316);
	background-image: linear-gradient(to top, #df5107, #f36316);
}
.ingroia .icon-retweet {
	background-position: 0 -100px;
}
.ingroia .retweet, .ingroia .retweet:hover, .ingroia .tweet a {
	color: #f36316;
}

.monti .tweet-header {
	background-color: #0170ac;
	background-image: -webkit-linear-gradient(bottom, #015887, #0170ac);
	background-image: -moz-linear-gradient(bottom, #015887, #0170ac);
	background-image: -o-linear-gradient(bottom, #015887, #0170ac);
	background-image: -ms-linear-gradient(bottom, #015887, #0170ac);
	background-image: linear-gradient(to top, #015887, #0170ac);
}
.monti .icon-retweet {
	background-position: 0 -119px;
}
.monti .retweet, .monti .retweet:hover, .monti .tweet a {
	color: #0170ac;
}

.grillo .tweet-header {
	background-color: #e9cb00;
	background-image: -webkit-linear-gradient(bottom, #c8af00, #e9cb00);
	background-image: -moz-linear-gradient(bottom, #c8af00, #e9cb00);
	background-image: -o-linear-gradient(bottom, #c8af00, #e9cb00);
	background-image: -ms-linear-gradient(bottom, #c8af00, #e9cb00);
	background-image: linear-gradient(to top, #c8af00, #e9cb00);
}
.grillo .icon-retweet {
	background-position: 0 -81px;
}
.grillo .retweet, .grillo .retweet:hover, .grillo .tweet a {
	color: #e9cb00;
}

.berlusconi .tweet-header {
	background-color: #00b1e5;
	background-image: -webkit-linear-gradient(bottom, #028db6, #00b1e5);
	background-image: -moz-linear-gradient(bottom, #028db6, #00b1e5);
	background-image: -o-linear-gradient(bottom, #028db6, #00b1e5);
	background-image: -ms-linear-gradient(bottom, #028db6, #00b1e5);
	background-image: linear-gradient(to top, #028db6, #00b1e5);
}
.berlusconi .icon-retweet {
	background-position: 0  -138px;
}
.berlusconi .retweet, .berlusconi .retweet:hover, .berlusconi .tweet a {
	color: #00b1e5;
}

.giannino .tweet-header {
	background-color: #333333;
	background-image: -webkit-linear-gradient(bottom, #333333, #666666);
	background-image: -moz-linear-gradient(bottom, #333333, #666666);
	background-image: -o-linear-gradient(bottom, #333333, #666666);
	background-image: -ms-linear-gradient(bottom, #333333, #666666);
	background-image: linear-gradient(to top, #333333, #666666);
}
.giannino .icon-retweet {
	background-position: 0  -138px;
}
.giannino .retweet, .giannino .retweet:hover, .giannino .tweet a {
	color: #00b1e5;
}

/* Add politician */

.add-politician {
	position: relative;
	z-index: 2;
}
.add-politician h2 {
	text-align: center;
	color: #d9d9d9;
	font-family: 'PTSansBold';
	font-size: 40px;
	margin-top: 180px;
}
.two-politicians .add-politician {
	margin: 0 0 30px;
	min-height: auto;
	float: left;
}
.two-politicians .add-politician h2 {
	margin: -30px 0 0;
}
.two-politicians .counter .arrow {
	margin-top: 19px;
}
.two-politicians .counter .count {
	margin-top: 70px;
}
.two-politicians .left-separator, .two-politicians .right-separator {
	margin-top: 100px;
}

/* Piazza */

.square .tweet-content:after {
	display: none;
}
.square .tweet img {
	display: block;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -19px;
	border: 2px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.square .revert .tweet img {
	left: auto;
	right: -25px;
}
.square .tweet .time span {
	display: block;
	float: left;
}
.mobile-count {
	display: none;
}

/* Media Queries */
/* M1N */
@media (min-width: 600px) {
  h1 {
    line-height: 70px;
  }
}	

@media (min-width: 1260px) {
	.main {
		/*width: 1260px; */
	}

}
/* M4X */
@media (max-width: 1024px) {
  .link {
    width: 110px;
  }
	.navbar2 .nav > li > a {
		font-size: 18px;
	}
	.info h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.info h1 b {
		font-size: 42px;
	}
	.info h1 span {
		font-size: 16px;
		line-height: 30px;
	}
	.profile-pic img {
		width: 80%;
	}
	.single .profile-pic img {
		width: auto;
		height: auto;
	}
	.tweet-content:after {
		top: 15px;
	}
	.bottom .tweet-content:after {
		top: 145px;
	}
	.counter .arrow {
		width: 120px;
		height: 120px;
		margin-top: -60px;
		margin-left: -60px;
	}
	.counter .count {
		width: 50px;
		height: 39px;
		margin-top: -25px;
		margin-left: -25px;
	}
	.single .counter .count {
		width: auto;
		height: auto;
	}
	.single .left-separator, .single .right-separator {
		width: 120px;
	}
	.single h2 {
		font-size: 30px;
	}
	.footer2 {
		padding-top: 7px;
	}
	.footer2 span  {
		font-size: 16px;
		margin-bottom: 7px;
	}
	.two-politicians .add-politician h2 {
		margin: -147px 0 0;
	}
	.two-politicians .counter .arrow {
		width: 120px;
		height: 120px;
		margin-left: -60px;
		margin-top: 52px;
	}
	.two-politicians .counter .count {
		margin-top: 88px;
	}
	.two-politicians .left-separator, .two-politicians .right-separator {
		margin-top: 110px;
	}
	.two-politicians .add-politician {
		margin: 0;
	}
	.politician-select .img-circle {
		width: 180px;
		height: 180px;
	}
	.politician-select .counter .arrow {
		margin: 25px 0 0 12px;
		width: 160px;
		height: 160px;
	}
	.politician-select .counter .count {
		margin: 72px 0 0 24px;
		width: 66px;
		height: 51px;
	}
}

@media (min-width: 801px) and (max-width: 1223px) {
	.politician-select .img-circle {
		width: 150px;
		height: 150px;
	}
	.politician-select .counter .arrow {
		width: 120px;
		height: 120px;
		position: relative;
		margin-top: 50px;
	}
	.politician-select .counter .count {
		width: 50px;
		height: 39px;
		position: relative;
		margin: -153px 0 0 15px;
	}
	.politician-select h2 {
		font-size: 25px;
	}
}

@media (max-width: 800px) {
	.navbar2 .nav > li > a{
		font-size: 14px;
	}
  .link {
		font-size: 12px;
		width: 54px;
	}
	.tweet {
		font-size: 12px;
	}
	.tweet p {
		font-size: 14px;
		line-height: 16px;
	}
	.tweet-header {
		padding: 10px 10px 34px;
	}
	.info h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.info h1 b {
		font-size: 38px;
	}
	.info h1 span {
		font-size: 12px;
		line-height: 26px;
	}
	.icon-tweet {
		margin-right: 5px;
	}
	.icon-star, .icon-clock {
		margin-left: 5px;
	}
	.icon-retweet {
		margin-right: 0;
		background-position: 0 -63px;
	}
	.ingroia .icon-retweet {
		background-position: 0 -101px;
	}
	.monti .icon-retweet {
		background-position: 0 -120px;
	}
	.grillo .icon-retweet {
		background-position: 0 -82px;
	}
	.berlusconi .icon-retweet {
		background-position: 0 -139px;
	}
	.counter .arrow {
		width: 90px;
		height: 90px;
		margin-top: -45px;
		margin-left: -45px;
	}
	.counter .count {
		width: 40px;
		height: 31px;
		margin-top: -19px;
		margin-left: -20px;
	}
	.top-separator {
		height: 240px;
	}
	.bottom-separator {
		height: 240px;
	}
	.left-separator {
		width: 80px;
		margin-left: -160px;
	}
	.right-separator {
		width: 80px;
		margin-right: -160px;
	}
	.tweet-content:after {
		top: 7px;
		border-width: 10px;
	}
	.bottom .tweet-content:after {
		top: 120px;
	}
	.tweet.second {
		display: none !important;
	}
	.single .left-separator, .single .right-separator {
		width: 60px;
	}
	.single .tweet-content:after {
		top: 30px;
		border-width: 22px;
	}
	.single .second {
		display: block;
	}
	.single h2 {
		font-size: 22px;
		margin-bottom: -14px;
	}
	.footer2 {
		padding-top: 2px;
		padding-bottom: 20px;
	}
	.footer2 span  {
		font-size: 14px;
		margin-bottom: 2px;
	}
	.add-politician h2 {
		font-size: 30px;
		margin-top: 70px;
	}
	.two-politicians .add-politician h2 {
		margin: -127px 0 0;
		font-size: 25px;
		line-height: 20px;
	}
	.two-politicians .counter .arrow {
		width: 120px;
		height: 120px;
		margin-left: -60px;
		margin-top: 22px;
	}
	.two-politicians .counter .count {
		width: 50px;
		height: 39px;
		margin-top: 58px;
		margin-left: -25px;
	}
	.two-politicians .left-separator, .two-politicians .right-separator {
		margin-top: 69px;
	}
	.politician-select h1 {
		font-size: 60px;
	}
	.politician-select h2 {
		font-size: 21px;
	}
	.politician-select .img-circle {
		width: 120px;
		height: 120px;
	}
	.politician-select .counter .arrow {
		margin: 25px 0 0 12px;
		width: 118px;
		height: 118px;
	}
	.politician-select .counter .count {
		margin: 60px 0 0 24px;
		width: 50px;
		height: 37px;
	}
	.politician-select p {
		font-size: 14px;
		margin: 30px 0;
	}
}

@media (min-width: 481px) and (max-width: 799px) {
	.politician-select .counter .arrow {
		position: relative;
		margin: 25px 0 0 12px;
		width: 75px;
		height: 75px;
	}
	.politician-select .counter .count {
		position: relative;
		margin: -103px 0 0 11px;
		width: 33px;
		height: 27px;
	}
}

@media (min-width: 325px) and (max-width: 485) {
	.tweet.second, .tweet.third {
		display: none !important;
	}
}

@media (max-width: 480px) {

  .add-politician.span12 {
    display:none;
  }
	.navbar2 {
		margin-bottom: 5px;
		overflow:hidden;
	}
	.navbar2 .nav {
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	}
	.navbar2 .nav > li {
	  width: 15.5%;
	  }
	.navbar2 .nav > li > a{
		font-size: 10px;
		padding: 5px 0;
	}
	.back_button {
	background-position: -426px -65px;
	}
	
	.tweet-header {
		padding: 5px 5px 50px 5px;
	}
	.link {
		display: none;
	}
	.tweet {
		font-size: 10px;
		padding: 3px 5px;
	}
	.tweet p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 2px;
	}
	.icon-retweet {
		display: none;
	}
	.contentbar {
		padding: 15px 15px 0;
	}
	.tweets {
		margin-bottom: 15px;
	}
	.time {
		padding-bottom: 0;
	}
	.tweet-content:after {
		top: 7px;
		border-width: 7px;
	}
	.bottom .tweet-content:after {
		top: 85px;
	}
	.info h1 {
		font-size: 16px;
		line-height: 22px;
	}
	.info h1 b {
		font-size: 18px;
	}
	.info h1 span {
		font-size: 10px;
		line-height: 16px;
	}
	.counter .arrow {
		width: 70px;
		height: 70px;
		margin-top: -35px;
		margin-left: -35px;
	}
	.counter .count {
		width: 30px;
		height: 23px;
		margin-top: -15px;
		margin-left: -15px;
	}
	.top-separator {
		height: 155px;
		margin-top: 15px;
	}
	.bottom-separator {
		height: 155px;
		margin-bottom: 15px;
	}
	.left-separator {
		width: 52px;
		margin-left: -100px;
	}
	.right-separator {
		width: 52px;
		margin-right: -100px;
	}
	.single .profile-pic img {
		width: 150px;
		height: 150px;
	}
	.single .counter img {
		width: 60px !important;
		height: 60px !important;
	}
	.single .left-separator, .single .right-separator {
		width: 40px;
		margin-top: 30px;
	}
	.single .tweet-content:after {
		top: 25px;
		border-width: 12px;
	}
	.single h2 {
		font-size: 14px;
		margin-bottom: -10px;
	}
	.select {
		position: relative;
		width: 160px;
		z-index: 3;
		margin-left: 20px;
	}
	.select-box {
		width: 200px;
	}
	.options {
		width: 196px;
	}
	.footer2 {
   padding-top: 4px;
   background-color:#37494B;
   height:2.4em;
	}
	.footer2 span  {
		font-size: 12px;
		margin-bottom: 4px;
	}
	.footer2 img {
		width: 100%;
		height: 50%;
    display:none;
 	}
	.add-politician h2 {
		font-size: 18px;
		margin-top: 60px;
		line-height: 0;
	}
	.add-politician .select {
		width: 200px;
	}
	.add-politician .options {
		width: 196px;
	}
	.two-politicians .add-politician h2 {
		margin: -93px 0 0;
		font-size: 18px;
		line-height: 0;
	}
	.two-politicians .counter .arrow {
		margin-top: -5px;
		width: 100px;
		height: 100px;
		margin-left: -50px;
	}
	.two-politicians .counter .count {
		width: 40px;
		height: 31px;
		margin-top: 25px;
		margin-left: -20px;
	}
	.two-politicians .left-separator, .two-politicians .right-separator {
		margin-top: 43px;
	}
	.two-politicians .select {
		margin-top: 0px;
	}
	.square .tweet img {
		width: 15px;
		height: 15px;
		left: -15px;;
		margin-top: -9px;
	}
	.square .revert .tweet img {
		right: -15px;
	}
	.politician-select h1 {
		font-size: 45px;
		margin-bottom: 30px;
	}
	.politician-select h2 {
		font-size: 15px;
		line-height: 18px;
	}
	.politician-select .img-circle {
		width: 80px;
		height: 80px;
	}
	.politician-select .counter .arrow {
		margin: 0px 0 0 6px;
		width: 75px;
		height: 75px;
	}
	.politician-select .counter .count {
		margin: 21px 0 0 12px;
		width: 33px;
		height: 27px;
	}
	.politician-select p {
		font-size: 12px;
		margin: 15px 0;
	}
  .social-buttons {
    width: 80%;
  }
}

@media (max-width: 320px) {

  .tweet.second, .tweet.third, .tweet.fourth, .tweet.fifth, .tweet.sixth {
    display: block !important;
    }

  .main {
    margin-left: 0px;
    padding-top: 0px;
  }
  .tweets {
    margin-bottom: -9px;
  }
  .footer2 {
    margin-top: 6px;
    display:none;
  }
.social-buttons {
    width: 96%;
    overflow:hidden;
  }
	.politician-select h1 {
		font-size: 28px;
		margin: 0 0 15px 0;
		line-height: 28px;
	}
	.politician-select h2 {
		font-size: 16px;
		line-height: 16px;
	}
	.politician-select .span2 {
		width: 40%;
		float: left;
		margin: 0 8% !important;
	}
	.politician-select .left-align {
		
	}
	.politician-select .right-align {
		
		float: right;
	}
	.politician-select .center-align {
		/*width: 50%; */
		margin: 0 15%;
	}
	.politician-select .img-circle {
		width: 90px;
		height: 90px;
	}
	.select_politico h2 {
		font-size: 14px;
		margin-left: -9%;
	}
	.center-align h2 {
		margin-left: -27% !important;
	}
	.politician-select .counter {
		display: none;
	}
	.politician-select p {
		font-family: 'PTSansNarrowRegular';
		font-size: 14px;
		margin-top: 0;
		line-height: 18px;
	}
	.politician-select .span5 {
		display: none;
		width: 100%;
	}
	.politician-select .span5:first-child {
		display: block;
	}
	.navbar-desktop, .tweets.revert, .icon-clock, .icon-star, .tweet-content:after, .more {
		display: none !important;
	}
  .menu-mobile {
    display:block !important;
  }
  .footer2 {
    height: 0.8em;
  }
	.footer2 span {
		font-size: 0;
		height: 0px;
	}
	.second {
		display: block;
	}
	.link {
		display: block;
		font-size: 20px;
    width: 180px;
	}
	.row-fluid .tweets {
		width: 100% !important;
		background-color: #ebebeb;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-left: 0;
	}
	.tweet-header {
		padding-bottom: 30px;
		margin-left: 15px;
	}
	.icon-tweet {
		margin-left: 65px;
	}
	.icon-retweet {
		display: inline-block;
		background-position: 0 -62px;
	}
	.tweet {
		font-size: 14px;
		padding: 5px 20px;
		border-bottom: 0;
	}
	.tweet p {
		font-size: 14px;
		line-height: normal;
		min-height: 4px 0;
	}
	.tweet-content {
		padding-bottom: 0;
	}
	.contentbar {
		padding: 13px 6px 0;
	}
	.profile-pic img, .single .profile-pic img {
		position: absolute;
		top: 0;
		left: 0;
		width: 75px;
		height: 75px;
	}
	.row-fluid .info {
		width: 100%;
	}
	.info h1 {
		text-align: right;
		font-size: 30px;
		margin-right: 5px;
		color: #ebebeb;
		line-height: 58px;
		margin-top: -18px;
	}
	.info h1 b {
		font-size: 40px;
	}
	.info h1 span {
		font-size: 16px;
	}
	.title, .title-after {
		font-family: 'PTSansBold';
		text-align: right;
		font-size: 30px;
		color: #ebebeb;
		margin-top: 0px;
    margin-bottom: -4px;
		padding-bottom: 10px;
	}
	.title-after {
		float: right;
	}
	h1 .title {
		display: none;
	}
	.single h2 {
		text-align: left;
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 14px;
	}
	.select {
		margin: 0;
		width: 284px;
	}
	.select-box {
		width: 284px;
	}
	.options {
		width: 280px;
	}
	.left-separator, .right-separator {
		display: none;
	}
	.single .counter .count, .counter .count {
		display: none;
	}
	.single .counter img {
		width: 100px !important;
		height: 100px !important;
	}
	.single .counter .mobile-count, .counter .mobile-count {
		display: block;
		margin: -64px 0 0 -38px;
	}
	.row-fluid .politician {
		width: 100%;
	}
	.two-politicians .add-politician {
		display: none;
	}
	.revert h1 span {
		display: none;
	}
	.top-separator {
		display: none !important;
	}
	.counter, .revert .info .counter {
		display: none;
	}
	.two-politicians .info .counter {
		display: block;
		height: 41px;
	}
	.two-politicians .counter {
		position: relative;
		top: auto;
		left: auto;
	}
	.two-politicians .counter .arrow {
		position: relative;
		top: auto;
		left: auto;
		width: 178px;
		height: 178px;
		margin: -107px 0 0 -78px;
		transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	   -webkit-transform: rotate(90deg);
	}
	.two-politicians .counter .count {
		position: absolute;
		top: -69px;
		left: -38px;
		margin: 0;
		width: 100px;
		height: 100px;
	}
	.ingroia .icon-retweet {
		background-position: 0 -100px;
	}
	.monti .icon-retweet {
		background-position: 0 -119px;
	}
	.grillo .icon-retweet {
		background-position: 0 -81px;
	}
	.berlusconi .icon-retweet {
		background-position: 0  -138px;
	}
	.revert {
		position: relative;
		margin-top: -34px;
    margin-bottom: -32px;
		margin-left: 0 !important;
	}
	.revert .title {
		display: none;
	}
	.row-fluid .revert .tweets {
		margin-bottom: 10px;
	}
	.tweet-count {
		font-family: 'PTSansBold';
		font-size: 40px;
		color: #ebebeb;
		text-align: right;
		display: block;
		height: 57px;
	}
	.revert .info .counter {
		display: none;
	}
	.row-fluid .revert .info {
		min-height: auto;
		position: relative;
	}
	.two-politicians .img-circle {
		top: -2px;
	}
	.revert .tweet-header {
		padding-bottom: 10px;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
	}
	.revert .tweet-header:before, .revert .tweet-header:after {
		position: absolute;
	    bottom: 74px;
	    right: 0;
	    width: 8px;
	    height: 8px;
	    content: " ";
	}
	.revert .tweet-header:before {
	   	background: #bf0000;
	}
	.revert .tweet-header:after {
		background: #ebebeb;
	    -webkit-border-bottom-right-radius: 8px;
	    -moz-border-radius-bottomright: 8px;
	    border-bottom-right-radius: 8px;
	}
	.revert.ingroia .tweet-header:before {
		background-color: #f36316;
	}
	.revert.monti .tweet-header:before {
		background-color: #0170ac;
	}
	.revert.grillo .tweet-header:before {
		background-color: #e9cb00;
	}
	.revert.berlusconi .tweet-header:before {
		background-color: #00b1e5;
	}
	.revert.tweet-content {
		margin-top: 0;
	}
	.two-politicians .revert .img-circle {
		top: -84px;
	}
	.revert .tweet-info {
		margin-bottom: 2px;
	}
	.square .tweet img, .square .revert .tweet img  {
		width: 20px;
		height: 20px;
		left: -10px;
		right: auto;
		margin-top: -10px;
	}
}

/* V */
.menu-mobile {
  display:none;
  margin-bottom:8px;
}
.menu-mobile .nav {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkite-border-radius: 0px;
}

.menu-mobile-toggle {
  display:none;
}
.menu-mobile-toggle .dropdown-menu li {
  font-size: 25px;
  line-height: 30px;
  color: white;
  border-bottom: 1px solid white;
  padding: 10px 0px;
  width: 100px;
}
.menu-mobile-toggle .dropdown-menu .change-theme li {
  color:white;
  font-size:18px;
  overflow: hidden;
  text-align:center;
  width: 200px;
  border-bottom:none;
}


.menu-mobile-toggle .active {
  text-transform: uppercase;
  color:#08C;
}
.menu-mobile-icon-bar {
  height:30px;
  padding:5px;
}
.mobile-icon {
  float:right !important;
  margin: 0px 10px;
}
.change-pol {
  position: relative;
  top:-2120px;
  color:white;
  font-size:25px;
  font-family: 'PTSansBold';
  overflow: hidden;
}

.change-pol .hover {
  top: -120px !important;
}

.contentbar.mobile-menu {
  display:none;
  margin-top: 5px;
  margin-bottom: -13px;
  width: 88%;
  margin-left: 2.5%;
  height: 30px;
}
.icon-clock-mobile {
	width: 16px;
	height: 18px;
	background: url('../../assets/images/icon-clock-inactive.png');
/*	background-position: 0 -23px;*/
  background-repeat: no-repeat;
  margin: 10px 0px;
	float: right;
	text-indent: -99999px;
}
.icon-star-mobile {
	width: 16px;
	height: 18px;
	background: url('../../assets/images/icon-star-inactive.png');
  background-repeat: no-repeat;
/*	background-position: 0 -43px;*/
	margin: 10px -13px;
	float: right;
	text-indent: -99999px;
}
.icon-clock-mobile.active, .icon-clock:hover {
	background: url('../../assets/images/icon-clock.png') !important;
  background-repeat: no-repeat !important;
/*	background-position: 0 -23px !important;*/
}
.icon-star-mobile.active, .icon-star:hover {
	background: url('../../assets/images/icon-star.png') !important;
  background-repeat: no-repeat !important;
/*	background-position: 0 -43px !important;*/
}
.mobile-plaza-button {
  position:relative;
  left:31px;
  top: 5px;
  height:18px;
  width:83px;
}
/* IE fixes */
/*
.ie .counter .arrow {
	width: 255px;
	height: 255px;
}
.ie .counter .count {
	width: 96px;
	height: 75px;
}*/
.ie .social-buttons {
	width: 170px;
}
#ie7 .revert {
	float: left;
}
#ie7 .footer2 span {
	margin-top: -20px;
}
#ie7 .social-buttons {
	width: 180px;
}
.ie .contentbar {
	position: relative;
	z-index: 2;
}
.ie .footer2 {
	position: relative;
	z-index: 1;
}
#ie7 .two-politicians .add-politician h2 {
	margin-top: 0;
}
.ie .single .counter .count {
	width: 126px;
	height: 126px;
}
#ie7 .twitter-share-button {
	margin-top: -6px;
}
.ie .politician-select .counter .arrow {
	width: 200px;
	height: 200px;
}
.ie .politician-select .counter .count {
	width: 83px;
	height: 65px;
}
#ie7 .politician-select .left-align, #ie7 .politician-select .right-align, #ie7 .politician-select .center-align {
	width: 19.9% !important;
}
#ie7 .contentbar {
	padding-bottom: 30px;
}
#ie7 .icon-clock, #ie7 .icon-star {
	top: 16px;
	position: absolute;
}
#ie7 .tweet-header {
	position: relative;
}
#ie7 .icon-star {
	right: 16px;
}
#ie7 .icon-clock {
	right: 42px;
}
#ie7 .more {
	line-height: normal;
	margin-top: -35px;
}
