
body{
	padding: 78px;
}

#gather-places{
	height: 344px;
}

#photos{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#photos li{
	display: inline-block;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.navbar-brand{
	height: auto;
	padding: 0;
}
.navbar-nav{
	margin-top: 28px;
}
.pointer-cursor {
	cursor: pointer;
}

.ngdialog.ngdialog-theme-plain .ngdialog-content{
	width: auto;
	overflow-x:scroll;
	width: 600px; 
}

.page-header{
	margin: 20px 0 20px;
}
	
.well{
	margin-bottom: 10px;
}
@-webkit-keyframes enter_sequence {
  from { opacity:0; }
  to { opacity:1; }
}

@keyframes enter_sequence {
  from { opacity:0; }
  to { opacity:1; }
}

.reveal-animation.ng-enter {
	-webkit-animation: enter_sequence 1s linear; /* Safari/Chrome */
  	animation: enter_sequence 1s linear; /* IE10+ and Future Browsers */
}
