@charset "utf-8";

/* CSS Document */
.wrapper {
  overflow: hidden;
}
h4 {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.glyphicon {
  font-size: 2em;
  color: #333332;
  margin-right: 0.2em;
  margin-top: 0.2em;
}
.eye {
  color: #333332;
  float: left;
  margin-right: 1.2em;
}
.eye:before {
  content: "";
  display: inline-block;
  position: relative;
  color: #620100;
  left: 3px;  /*border: 6px solid transparent;
    border-left-color: #000;*/
}
.eye.active:before {
  color: #620100;
  left: 0;
  top: 0px;
  border-color: #620100 transparent transparent;
}
.eye:hover {
  cursor: pointer;
  color: #000;
}
.content {
  font-size: 1.15em;
  line-height: 1.8em;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.content.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.overview {
  margin-right: 0.5em;
  padding: 1em;
}
.fill-box {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0px 10px 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.textView {
  min-height: 60px;
  background-color: #fff;
    /*background: rgba(116,203,223,0.2);8*/
     border: 1px solid #ccc;
  padding: 0px 10px 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* Activity */

button.active {
    color: #FC7753;
	animation-iteration-count:infinite;
}


@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

#leftColumn{
	text-align: center;
	
}
#leftColumn ul li{
	display: inline;
}

/*.hidden {
    display: none
}*/
.displayBlock{
	min-height: 30em;
}

#rightColumn {
	opacity:0;
	transition:all 1200ms ease;
}
#rightColumn.open {
	opacity:1;
}

.comments.sh0w{
	display:block;
	}
.comments {
	display:none;
}
.buttonStyle {
	border: none;
	font-size: 50px;
	background-color:transparent;
	border: none;
	outline:none;
	padding:5px;
		}

.rowHeight{
	min-height:487px;
}

@media print {
  .btn-container {
    display: none;
  }
}



@media (max-width: 991px)  { 
	.buttonStyle {
 font-size: 47px;
 
}
}