.log-in-form {
  border: 1px solid #cacaca;
  padding: 1rem;
  border-radius: 0;
}

body {
	padding-top: 0px;
	background:#f4f4f4;
	font-size:15px;
}

.starter-template {
	padding: 40px 15px;
	text-align: center;
}

a{
	color:#5c5b69;
}

ul{
	padding:0;
	margin:0;
	list-style:none;
}

hr{
	margin: 10px 0 15px 0;
}

h3{
	margin-bottom:5px;
}

div.callout.large.primary {
  padding: 3rem;
}

/* Navbar Customization */
.navbar{
	height:40px !important;
	background:#5c5b69;
	border:0;
	margin-bottom:30px;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand{
	color:#fff !important;
}

.navbar a:hover, .navbar li.active a {
	background: none !important;
}

.navbar-brand{
	padding: 10px 0 0 0;
	color:#fff;
}

.navbar-nav > li > a {
	padding: 10px 10px 0 10px;
}

#main-col{
	overflow:auto;
}

#main-col h1{
	font-size:22px;
	margin:5px 0 0 0;
	padding:0;
}

#main-col h4{
	font-size:16px;
	margin:5px 0 0 0;
	padding:0;
	color:#aaa;
}

.sidebar .block h3{
	margin: 0 0 10px 0;
	padding-bottom:10px;
	border-bottom:#eee solid 1px;
}

.topic{
	border-bottom:#eee solid 1px;
	margin-bottom:10px;
	padding:10px;
}

.topic-content{
	width:100%;
}

img.avatar{
	width:100%;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus{
	background:#5c5d69;
	border-radius:0;
}

.list-group-item{
	border:0;
}

#main-topic{
	background:#f4f4f4;
}

.user-info{
	border:#ddd solid 1px;
	padding:5px;
	overflow:hidden;
	font-size:13px;
}
.user-info img{
	display:block;
	margin-bottom:5px;
}

.user-info ul{
	list-style:none;
	margin:10px 0 0 5px;
}

.user-info li{
	line-height:1.6em;
}
.btn-primary{
	background:#5c5b69;
}




.searchbare {
  margin-bottom: -57px;
  position: relative;
  z-index: 4;
}

/*.search-fielda {
  width: 450px !important;
  height: 40px;
  margin-left: 1rem;
  padding: 0;
  border-radius: 50px;
  border: none;
  transition: all 0.5s ease;
}
*/


/* TILEs */

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.vih video{
  position :absolute;
}

/*a vih {
  display: none;  
}
a:hover vih {
  display: block;  
}
a:hover tt {
  display: none;  
}*/
/*a .tt, a:hover .vih {
  display: block;
}

a .vih, a:hover .tt {
  display: none;
}*/
/*.hover_image:hover {text-decoration: none}*/ /*Optional (avoid undesired underscore if a is used as wrapper) */
.hide {display:none;}
.show {display:block;}
/* Do the shift: */
/*.hover_image:hover img:first-child{display:none}
.hasHover .column .hover_image:hover video:nth-child(2){
    display:block;
   /* z-index:2;
    position :absolute;  */ 
/*}
.noHover .column .hover_image video:nth-child(2) .hide{
    display:block;
    /*z-index:2;
    position :absolute; 
}*/


.search-field {
  width: 0;
  height: 40px;
  margin-left: 1rem;
  padding: 0;
  border-radius: 50px;
  border: none;
  transition: all 0.5s ease;
}

.expand-search {
  width: 80%;
  max-width: calc(80% - 3rem);
  border: 1px solid #c9c9c9;
  padding: .5rem;
}

svg {
  width: 20px;
  height: 20px;
}

.button {
  border-radius: 50px;
}


.table-expand {
  margin-top: 5rem;
}

.table-expand td {
  color: #8a8a8a;
}

.table-expand tr {
  border: 1px solid #e6e6e6;
}

.table-expand .text-right {
  padding-right: 3rem;
}

.table-expand-row.is-active .expand-icon::after {
  content: '-';
}

.table-expand-row .expand-icon::after {
  content: '+';
  float: right;
}

.table-expand-row-content {
  display: none;
}

.table-expand-row-content.is-active {
  display: table-row;
  -webkit-animation: fadeIn ease-in 1;
          animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.table-expand-row-nested {
  background-color: #e6e6e6;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}





.button-like {
  border: 2px solid #8a8a8a;
  background-color: transparent;
  text-decoration: none;
  padding: 1rem;
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  border-radius: 3rem;
  color: #8a8a8a;
  transition: all ease 0.4s;
}

.button-like span {
  margin-left: 0.5rem;
}

.button-like .fa,
.button-like span {
  transition: all ease 0.4s;
}

.button-like:focus {
  background-color: transparent;
}

.button-like:focus .fa,
.button-like:focus span {
  color: #8a8a8a;
}

.button-like:hover {
  border-color: #cc4b37;
  background-color: transparent;
}

.button-like:hover .fa,
.button-like:hover span {
  color: #cc4b37;
}

.liked {
  background-color: #cc4b37;
  border-color: #cc4b37;
}

.liked .fa,
.liked span {
  color: #fefefe;
}

.liked:focus {
  background-color: #cc4b37;
}

.liked:focus .fa,
.liked:focus span {
  color: #fefefe;
}

.liked:hover {
  background-color: #cc4b37;
  border-color: #cc4b37;
}

.liked:hover .fa,
.liked:hover span {
  color: #fefefe;
}

.responsive-blog-footera {
  background-color:#4a4a4a;
  color: white;
}


@media screen and (max-width: 39.9375em) {
  .responsive-blog-footera h4 {
    font-size: 1.5rem;
  }
}

.responsive-blog-footera p{
  /*margin-bottom:0rem;*/
  color: #8a8a8a;
}

.responsive-blog-footera .mailing-list {
  margin-bottom: 1.6rem;
  margin-top:1.6rem;
}

.responsive-blog-footera .mailing-container {
  margin-bottom: 2rem;
}

.responsive-blog-footera .about-section, .responsive-blog-footera .tag-section {
  margin-bottom: 2rem;
}

.responsive-blog-footera .about-section a, .responsive-blog-footera .tag-section a {
  color: #1779ba;
}

.responsive-blog-footera .subscribe-button {
  background-color: #1779ba;
}

.responsive-blog-footera .subscribe-button:hover {
  background-color: #146aa3;
  transition: color 0.3s ease-in;
}

.responsive-blog-footera .fa-chevron-circle-up {
  font-size: 3rem;
  color: #8a8a8a;
}

.responsive-blog-footera .fa-chevron-circle-up:hover {
  color: #b0b0b0;
  transition: color 0.3s ease-in;
}


