/* style.css for Activate918 Main Site */
html,body{
	height:100%;
}

h1 { font-size: 30px;}
h2 { font-size: 24px;}
h3 { font-size: 18px;}
h4 { font-size: 14px;}

a {
	color: #C6202E;
}
a:hover {
	color: #162B49;
}
.container {
    max-width: 960px;
}

/* Page Margins */
.container, .container-fluid {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (min-width: 992px) {
	
}
.navbar {
	background-color: #162B49;
	color: #ffffff;
	font-weight: 600;
}
.navbar-brand {
	font-size: 24px;
	padding: 0;
}
.navbar li a, .navbar a, .navbar .navbar-brand, .navbar .navbar-toggler {
	color: #ffffff;
}

.navbar-nav li a:hover, .navbar a:hover i, .navbar-nav li.active a {
	background-color: #ffffff;
	color: #162B49;
}
.navbar-nav .dropdown-item {
	background-color: #fffffff;
	color: #162B49;
}
.navbar-nav .dropdown-item:hover {
	background-color: #162B49;
	color: #ffffff;
}
a.nav-icon {
	padding: 0;
}
.nav-icon i {
	padding: 5px;
}

.page-footer {
	background-color: #EBAD21;
	color: #ffffff;
}
.page-footer a {
	color: #ffffff;
}
.page-footer a:hover {
	color: #ffffff;
}

.btn {
	margin: 0 10px 10px 0;
}
.btn-primary {
	background-color: #162B49;
	border-color: #162B49;
}
.btn-primary:hover {
	background-color: #C6202E;
	border-color: #C6202E;
}
.btn-default {
	background-color: #EBAD21;
}
.btn-default:hover {
	background-color: #F8F1E0;
}
.btn-sm {
	padding: 2px 4px;
	background-color: #EBAD21;
	color: #162B49;
	border: 0;
}
.btn-red {
	color: #ffffff;
	background-color: #C6202E;
}
.btn-red:hover {
	background-color: #F8F1E0;
}



.photo-sample {
	margin: 10px;
	max-width: 200px;
}

.tile-background, .adpanel-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.tile-container:hover
.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%);
}
.adpanel-edit-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  xxbackground-color: rgba(75,75,75,0.7);
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(75,75,75,0.7);
}
.hovereffect img {
  display: block;
  position: relative;
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  top: 50%;
  transform: translate(0%,-50%);
  transition: all 0.4s ease-in-out;
}
.hovereffect:hover h2 {
  top: 0;
  transform: translate(0%,0%);
}
.hovereffect p.info {
  display: inline-block;
  text-decoration: none;
  padding: 3px 3px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 10px 3px;
}
.hovereffect:hover p.info {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.hovereffect p.info:hover {
  box-shadow: 0 0 5px #fff;
}

.divider {
	background-color: #C6202E;
	height: 20px;
}

.event-container {
	padding: 30px 20px;
}
.event-container:nth-child(odd) {
	background: #fbfbfb;
}
.event-container .btn {
	margin: 0 0 10px 0;
}
.event-container h2, .event-container h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #101010;
}
.event-container {
	  color: #606060;
}

.event-container .fb-like {
	  margin-top: 10px;
}

.event-container .contact i,
.results-table .contact i {
	padding: 0px;
	margin: 0 5px 0 0;
	border: 2px;
	border-color: #162B49;
}
.event-container .contact a,
.results-table .contact a {
	background-color: #ffffff;
	color: #162B49;	
}
.event-container .contact a:hover,
.results-table .contact a:hover {
	color: #C6202E;
}
.results-table a {
	color: #162B49;
}
.results-table a:hover {
	color: #C6202E;
}
.navbar .contact i {
	padding: 5px;
	margin: 0;
}
.navbar .contact a {
	background-color: #162B49;
	color: #ffffff;	
}
.navbar .contact a:hover {
	color: #C6202E;
	xcolor: #ffffff;
}

img.legend {
	height:30px;
	width:auto;
}
.btn-sm.legend {
	padding: 0px 2px 0px 2px;
	margin:  0 5px 4px 0;
}