.container-tic .row {
/4
			column-width: 29em;
		-moz-column-width: 29em;
	-webkit-column-width: 29em;
*/
			column-count: 3;
		-moz-column-count: 3;
	-webkit-column-count: 3;
			column-gap: 0em;
		-moz-column-gap: 0em;
	-webkit-column-gap: 0em; 
}

.container-tic .row-tic {
	/*display: inline-block;*/
	display: block;
  position: relative;
	/*width: calc(90% - 0.10em);*/
}

.navbar-info {
	padding: 14px;
}

.container-tic .img-responsive {
/*
	height: auto;
	width: 100%;
	max-width: 100%;
*/
  max-height: 100vh;
  height: 100%;
  width: auto;
}

.container-tic .text-responsive {
  max-height: 100vh;
  height: 200px;
  width: auto;
  overflow: hidden;
  padding-top: 30px;
}

.container-tic .text-responsive a {
  color: #333333;
}

.container-tic .header-tic {
	position: absolute;
	top: 0;
	left: 1em;
	text-shadow: 0 0 1px #000;
}

.container-tic .footer-tic {
	position: absolute;
	bottom: 0;
	left: 1em;
	text-shadow: 0 0 1px #000;
}

.container-tic .body-tic a img {
	display: inline-block;
}

.tweet_count {
	display: inline-table;
	float: left;
	height: 50px;
	padding: 0;
	width: 200px;
}

a {
	color: #fff;
}

a:focus, a:hover {
	color: #fff;
}

/****** LOGIN ******/
.login-box {
	background: #efefef none repeat scroll 0 0;
}
.login-box h1 {
	color: #888;
}
.login-form {
	max-width: 275px;
}

.login-group {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 8px;
	color: #999999;
	padding: 10px 20px;
}

.login-form {
	position: relative;
}

.login-form .form-group {
	border-bottom: 2px solid #efefef;
	margin-bottom: 0;
	padding-right: 20px;
	position: relative;
}
.login-form .form-control {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 0 0;
	color: #555555;
	font-weight: bold;
	height: auto;
	padding: 7px 0;
}
.login-form .login-button {
	background: #ffffff none repeat scroll 0 0;
	border: 5px solid #efefef;
	border-radius: 50%;
	color: #999999;
	height: 50px;
	margin-top: -25px;
	padding: 11px 0;
	position: absolute;
	right: -25px;
	top: 50%;
	transition: all 500ms ease-in-out 0s;
	width: 50px;
}
