/* style.css for Landshark Sites */
html,body{
	height:100%;
}

/* Icon Style */
i {
	padding: 5px;
}

.container {
    max-width: 960px;
}

/* Page Margins */
.container {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (min-width: 992px) {
	
}
.navbar {
	background-color: #0375b4;
	font-weight: 600;
}
.btn {
	margin: 0 10px 10px 0;
}

.photo-sample {
	margin: 10px;
	max-width: 200px;
}
.adpanel-background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA;
}
.adpanel-container:hover .adpanel-background {
	opacity: 1;
}
.adpanel-text {
	color: white;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	position: absolute;
	top: 50%;
	/*left: 50%;*/
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.adpanel-edit-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
}