/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 10px;
    text-align: center;
    color: #f8f8f8;
    background: url(../images/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}
.topnav {
	font-size: 17px;
	background-color: #dddde0;
	width:100%;
	padding: 0 30px;
}

.navbar-brand {
    height: auto;
    padding: 5px;
    line-height: 20px;
	padding: 5px;
	float: none;
}

.navbar-brand img { height: 60px; }
.navbar-right, .navbar-toggle {    
	margin-top: 30px; 
}

.navbar-default .navbar-nav>li>a {
    color: #545454;
}

.navbar-default .navbar-nav>li>a.facebook,
.navbar-default .navbar-nav>li>a.twitter {
    padding:5px;
	border-radius: 6px;
	margin-right: 5px;
	margin-top: 10px;
}

.userWelcome {
	position: absolute;
	top: 5px;
	right:30px;
}
.panel-primary.margin-20 {
	margin: 20px;
}
.panel-primary>.panel-heading {
    background-color: #dddde0;
    border-color: #dddde0;
	color: black;
	font-size:18px;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.main-body {     
	min-height: 500px;
    padding-top: 90px;
}

.main-body.widget {
	padding-top: 20px
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.main-body.widget .content-body {
    padding: 0;
}

.content-body {
	padding: 0;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.info-form input, .info-form textarea {
	width: 100%;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../images/banner-bg.jpg) no-repeat center center;
    background-size: cover;
	clear: both;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

.error-message {
	color: red; 
	font-size:1.2em; 
	display:inline-block; 
	margin-top: -15px;
}

.page-heading {
	background: #000;
	text-transform: uppercase;
	color: #fff;
	font-family: "filmotype_escort", Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 10px;
	font-weight: 400;
}

.page-heading h2 { display: inline-block; }

.radiusSearch {
    margin: 10px auto;
    width: auto;
    font-size:16px;
    line-height: 16px;
    float:right;
    padding-right: 10px;
}

div.pagecontrols {
	float:right;
	text-align: center;

    background-color: #656262;
	color:#fff;
    padding: 8px 3px 6px 2px;
    margin: 15px;
	border-radius: 6px;
}

div.pagecontrols a, 
div.pagecontrols .curPage {
    float: none;
    margin: 0;
	font-size: 16px;
    color:#fff;
	font-size: 22px;
    line-height: 22px;
}

div.pagecontrols .curPage {
	font-size: 20px;
    line-height: 20px;
}

div.pagecontrols .navButton {
    font-size: 20px;
    line-height: 20px;
}

div.pagecontrols .curPage
{
  text-decoration: underline;
}

div.pagecontrols .numberButton {
    position: relative;
    top: -1px;
}

div.pagecontrols .label {
    padding: 3px 8px;
    margin-left: 2px;
}
div.pagecontrols .prevPage {
    margin-left: 2px;
    margin-right: 10px;
}
div.pagecontrols .nextPage {
    margin-left: 10px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.spinner {
	margin: 0 auto;
	top: 40%;
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	background: url(/images/loading-spin_og.svg);
}

.loading-mask  {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:transparent;
    z-index: 1000;
}

.hni_loading-mask--page { background-color:#fff; }
.loading-mask-helper {
    position: absolute;
    top: 40%;
    display: block;
    width: 100px; 
	height: 100px;
	background-color: #e4e4e1;
	opacity: .8;
	border-radius: 4px;  
}

.message--loading {
    text-align: center;
    position: relative;
    right: 0;
    left: 0;
    top: -64px;
    bottom: 0;
    margin: auto;
    max-width: 360px;
}

.vertical-center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.horizontal-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media(min-width:768px) {
	.info-form input, .info-form textarea {
		width: 70%;
	}

	.content-body {
		margin: 0 10px;
		padding: 10px;
	}
	h2 { 
        font-size: 40px;
    }

}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
	.div.pagecontrols {
		float: none;
		text-align: center;
	}
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }

    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.EventList { max-width: 280px; }

.list-inline { padding: 10px; }


/* From Responsive */
.events-holder {
	margin: 0 0 11px;
    position:relative;
}

.events-holder .event {
	background: #000;
	margin: 0;
    width: 49.2%;
    display: inline-block;
    vertical-align: top;
    position:relative;
}

.events-holder .img-holder img.event-background {
	display: none;
}

.events-holder .img-holder img.event-flyer {

}


.events-holder .img-holder img {
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
    opacity: .4;
}

.events-holder .img-holder a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.events-holder .text {
	text-align: center;
	padding: 16px 0 0;
	color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.events-holder time {
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 17px;
	letter-spacing: 5px;
	padding: 0 10px;
}

.events-holder h2 {
	background: none;
	margin: 0 0 12px;
	padding: 0 5px;
    font-size: 7vw;
	line-height: 7vw;
	text-transform: none;
}

.events-holder h3 {
    font-size: 4vw;
	line-height: 4vw;
}

.events-holder h2 a {
	color: #fff;
}

.events-holder h2 a:hover {
	opacity: .7;
}

.events-holder .link-list {
	text-transform: uppercase;
	background: #dc0000;
	font-size: 3vw;
	line-height: 3vw;
    letter-spacing: -6px;
}

.events-holder .link-list .hidden {
	display: none;
}

.events-holder .link-list li {
	margin: 0;
	padding: 5px 0;
	position: relative;
    width: 50%;
}

.events-holder .link-list li:nth-child(2n):before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	bottom: 0;
	background: #fff;
	width: 1px;
}

.events-holder .link-list a {
	color: #fff;
}

.events-holder .link-list a:hover {
	opacity: .7;
}

.link-list {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.link-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	letter-spacing: 0;
	margin: 0 0 10px;
	padding: 0 10px;
}

.link-list a {
	color: #dc0000;
}

.link-list a:hover {
	color: #00aeef;
}

.link-list .facebook:before,
.link-list .twitter:before {
	content: "\e602";
	font-family: "icomoon";
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin: 1px 8px 0 0;
	font-weight: 400;
}

.link-list .facebook:before {
	content: "\e601";
}

.event-map {
    display:none;
    width:250px; height:260px;
}

.intro-block .text-info {
	text-transform: uppercase;
	color: #fff;
	background: #dc0000;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}

.intro-block .text-info strong {
	display: block;
	margin: 0 0 7px;
}

.intro-block .text-info a {
	color: #fff;
}

.intro-block .text-info a:hover {
	opacity: .7;
}

.intro {
	background: url(/images/venue.jpg);
	background-size: cover;
	background-position: center;
	padding: 25px 10px 15px;
	margin: 0 0 5px;
	text-align: center;
    position: relative;
}

.intro h1 {
	color: #fff;
	font-family: "filmotype_escort", Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	font-weight: 400;
}

.intro .img-holder {
	padding: 0 20px;
	margin: 0 0 25px;
}

.intro .img-holder img {
	max-width: 100%;
	height: auto;
}

.intro .info {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #fff;
	margin: 0 auto;
	padding: 0 5px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	max-width: 300px;
	text-transform: uppercase;
}

.intro .info dt {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 10px 0 0;
	margin: 0 0 15px;
	font-weight: 700;
	width: 40%;
}

.intro .info dd {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 0 15px;
	width: 60%;
}

.intro .info dd a {
	color: #fff;
}

.intro .info a:hover {
	opacity: .7;
}

.intro .info .map-link a { font-size: 16px; font-weight: bold }
.intro .info .address { padding: 10px 0 }

.EventLogoContainer {
    position: relative;
    display: block;
}

@media (min-width: 768px) {
		.events-holder .event {
		overflow: hidden;
		position: relative;
		margin: 0 0 1px;
        width:100%;
	}

	.events-holder .img-holder {
		display: block;
		float: left;
		overflow: hidden;
		width: 53.9%;
	}

	.events-holder .img-holder img {
		width: 50%;
	}

	.events-holder .text {
		position: absolute;
		top: 50%;
		right: -5px;
		-webkit-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		transform: translatey(-50%);
		background: #fff;
		text-align: left;
		padding: 10px 17px;
		color: #000;
		width: 80%;
		overflow: auto;
		max-height: 190px;
		height: 80%;

	}

	.events-holder time {
		font-size: 17px;
		line-height: 21px;
		padding: 0;
		margin: 0 0 12px;
	}

	.events-holder h2 {
		text-align: left;
		padding: 0;
		margin: 0 0 10px;
		font-size:40px;
		line-height: 30px;
		text-transform: uppercase;
	}


    .events-holder h3 {
        font-size: 22px;
		line-height: 22px;
    }

	.events-holder h2 a {
		color: #000;
	}

	.events-holder .link-list {
      background: none;
      font-size: 13px;
      line-height: 13px;
      position: absolute;
      bottom: 5px;
	  left: 20px;
	  padding: 0;
	}

	.events-holder .link-list .hidden {
		display: inline-block;
		vertical-align: top;
	}

	.events-holder .link-list li {
		margin: 0 15px 5px 0;
		padding: 0;
        width: auto;
	}

	.events-holder .link-list li:nth-child(2n):before {
		display: none;
	}

	.events-holder .link-list a {
		color: #dc0000;
	}

	.events-holder .link-list a:hover {
		opacity: 1;
		color: #00aeef;
	}

	.events-holder .link-list .facebook:before,
	.events-holder .link-list .twitter:before {
		font-size: 13px;
		margin: 3px 2px 0 0;
	}

	.link-list li {
		padding: 0 10px 5px 0;
	}
}

	.intro-block .text-info {
		margin: 0 0 2px;
		font-size: 18px;
		line-height: 22px;
	}

	.intro-block .text-info strong {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.intro {
		padding: 24px 21px 15px;
		margin: 0 0 2px;
	}

	.intro h1 {
		font-size: 54px;
		line-height: 58px;
        /* margin-left: 33%; */
        /*text-align: left; */
	}

	.intro .info-holder {
		overflow: hidden;
	}

	.intro .img-holder {
        position: absolute;
        top: 30px;
		width: 25%;
        max-width: 250px;
		margin: 0 17px 0 0;
		padding: 0;
	}

	.intro .info {
		padding: 0;
		display: block;
		font-size: 15px;
		line-height: 17px;
		max-width: 100%;
		margin: 0;
		padding: 0 20px;
		overflow: hidden;
        /* margin-left: 33%; */
		text-align: center;
	}


@media (min-width: 1024px) {
	   .events-holder h2 {
        font-size: 40px;
		line-height: 40px;
	}

    .events-holder h3 {
        font-size: 32px;
		line-height: 32px;
    }

	.link-list {
		font-size: 15px;
		line-height: 19px;
	}

	.link-list li {
		padding: 0;
		width: auto;
		margin: 0 15px 5px 0;
	}

	.link-list .facebook:before,
	.link-list .twitter:before {
		font-size: 15px;
		margin: 1px 4px 0 0;
	}

	.intro h1 {
		font-size: 75px;
		line-height: 80px;
	}

	.intro .img-holder {
		margin: 3px 30px 0 0;
	}

	.intro .info {
		font-size: 20px;
		line-height: 24px;
	}
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}