@font-face {
    font-family: 'dia-light';
    src: url("../fonts/dia-light.eot");
	  src: url("../fonts/dia-light.eot?#iefix") format("embedded-opentype"),
				 url("../fonts/dia-light.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dia-regular';
    src: url("../fonts/dia-regular.eot");
	  src: url("../fonts/dia-regular.eot?#iefix") format("embedded-opentype"),
				 url("../fonts/dia-regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dia-black';
    src: url("../fonts/dia-black.eot");
	  src: url("../fonts/dia-black.eot?#iefix") format("embedded-opentype"),
				 url("../fonts/dia-black.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}


/* General */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    scrollbar-base-color:  #000;
    scrollbar-3dlight-color:  #000;
    scrollbar-highlight-color:  #000;
    scrollbar-track-color:  #faecdf;
    scrollbar-arrow-color:  #000;
    scrollbar-shadow-color:  #000;
    scrollbar-dark-shadow-color:  #000;
}

::-webkit-scrollbar  {
    width:  3px;
    height:  3px;
}

::-webkit-scrollbar-button  {
    background-color:  #000;
}

::-webkit-scrollbar-track  {
    background-color:  #faecdf;
}

::-webkit-scrollbar-track-piece  {
    background-color:  #faecdf;
}

::-webkit-scrollbar-thumb  {
    height:  50px;
    background-color:  #666;
    border-radius:  3px;
}

::-webkit-scrollbar-corner  {
    background-color:  #000;
}

::-webkit-resizer  {
    background-color:  #000;
}

body {
    background:#f7ebdd;
    color: #faecdf;
    font-size: 13px;
    font-family: 'dia-regular', sans-serif;
    font-weight: normal;
		margin: 0;
    position: relative;
		letter-spacing: 2px;
    line-height:1.5;
		overflow: hidden;
    padding:0;
		text-transform: uppercase;
}

a {
    color: #faecdf;
    text-decoration: none;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

a:hover, a:focus {
    opacity: 0.6;
    color:inherit;
    outline: 0;
    text-decoration: none;
}

::-moz-selection {
    color: #000;
    background: #faecdf;
}

::selection {
    color: #000;
    background: #faecdf;
}

.hidden {
    display:none;
}

.container {
    width:1300px;
    max-width:100%;
    margin:auto;
    text-align:center;
}

#intro {
	background-color: #f7ebdd;
	background-image: url(../img/site-header-out-now.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: none;
}

#post {
	display: none;
}

#neighbors {
	background: #000;

}
	#neighbors .links {
		padding: 0 0 15px;
	}
		#neighbors .links h2 {
			color: #fff;
			margin: 0 auto 15px;
			text-align: center;
		}
		#neighbors .links a {
			color: #eee;
			float: left;
			display: block;
			padding: 8px;
			width: 25%;
			text-align: center;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}

#mourning-sound,
#mourning-video {
	background: #000;
}


#painted-ruins {
	background: #422a38 url(../img/plum-bg.jpg);
	background-size: cover;
	position: relative;
	text-align: center;
}
	#painted-ruins h2 {
		margin-bottom: 20px;
	}
	#pr_pres {
		width: 100%;
	}
	#painted-ruins .info {
		padding: 0 20px 40px;
	}
		#painted-ruins .info .btn-sm {
			display: inline-block;
	    border: 1px solid #faecdf;
	    border-radius: 16px;
	    padding: 8px 12px;
	    margin: 8px;
			-moz-border-radius: 16px;
			-o-border-radius: 16px;
			-webkit-border-radius: 16px;
		}

#newsletter {
	background: #99332e;
	clear: both;
	padding: 15px 10px;
}

#live-dates {
	background: url(../img/live-bg.jpg);
}	
	.bit-event-lists {
		padding-bottom: 20px;
	}
	.bit-nav-bar-container {
		display: none;
	}
	.bit-widget {
		padding-bottom: 0!important;
	}
	.bit-widget .bit-upcoming-events, 
	.bit-widget .bit-past-events {
		margin: 0!important;
		margin-bottom: 0!important;
	}
	.bit-widget .bit-event {
		padding: 10px!important;
	}
		.bit-widget .bit-event .bit-button {
			background: none!important;
		}
	
		.bit-widget .bit-event:hover {
			background-color: #faecdf!important;
			color: #4a3137;
			opacity: 1;
		}
	
			.bit-widget .bit-event:hover .bit-button {
				background: #4a3137!important;
				border-color: #4a3137!important;
				color: #faecdf;
			}
	
		.bit-widget .bit-event .bit-date {
			font-weight: normal!important;
		}
		.bit-widget .bit-event .bit-button {
			border: 1px solid #faecdf;
			font-family: 'dia-light';
			font-size: 14px!important;
			font-weight: normal!important;
		}

		
#three-rings {
	background: #000;
	padding-bottom: 20px;
}
	#three-rings h2 {
		margin-bottom: 0;
	}

#social {
	background: #faf0e6;
	color: #2d314b;
	padding: 50px 0 0;
}
	#social a {
		color: #2d314b;
		display: inline-block;
		font-size: 28px;
		margin: 0 20px;
	}
	#social img {
		display: block;
		float: right;
		max-width: 1300px;
		width: 100%;
	}

.grid:after {
    content:'';
    clear:both;
    display: table;
    float:none;
}

.video-wrapper {
    width: 29.3333%;
    margin: 10px 2% 0 2%;
    float: left;
}

.video {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

.video > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

video.instagram, img.instagram {width: 100% !important; height: auto !important;}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.item {
    display: block;
    float: left;
    width: 14.6667%;
    margin: 20px 1%;
    position: relative;
    padding-bottom: 15%;
    overflow: hidden;
    background:#000;
}

.item:not(.lg):after {
    content:'';
    width:30px;
    height:30px;
    position: absolute;
    top:5px;
    right:5px;
}

.item img {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    max-height:100%;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}

.fancybox-slide > * {
    background:transparent;
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: -7px;
    right: 20px;
    width: 30px;
    height: 30px;
    font: 30px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #faecdf;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
     background: transparent; 
    transition: color .2s;
    box-sizing: border-box;
    outline:none;
    z-index: 2;
}

.fancybox-close-small:hover:after {
    color: #faecdf;
     background: transparent; 
}

.fancybox-close-small:focus:after {
    outline:none;
}

h1 {
	font-family: 'dia-black';
  text-transform: uppercase;
  font-size: 32px;
  margin: 40px 0 20px 0;
  line-height: 1.25em;
	opacity: .85;
}



h2 {
	font-family: 'dia-black';
  text-transform: uppercase;
  font-weight:300;
  font-size:22px;
  margin:20px 0 80px 0;
	opacity: .85;
}

.btn {
    border:1px solid #faecdf;
    display:inline-block;
    padding:15px 20px;
		font-family: 'dia-light';
    font-size:20px;
    text-transform: uppercase;
}
	.btn .fa {
		font-size: 39px;
		vertical-align: middle;
		margin-right: 10px;
	}
	
	.btn-full {
		background: #faecdf;
		color: #422a38;
	}
		.btn-full:hover {
			color: #422a38;
		}

form {
    width: 500px;
    max-width:100%;
    margin: 20px auto;
}

.email-wrapper {
    position: relative;
}

.form-text .div {
    height:1px;
    border-radius: 0;
    background:#d6d6d6;
    width:100%;
    position: absolute;
    bottom:0;
}

.form-text .div:after {
    content:'';
    border-radius: 0;
    height:1px;
    background:#d6d6d6;
    width:0%;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    top:0;
    margin:auto;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.focused .div:after {
    width:100%;
}

.form-text {
    text-transform: uppercase;
    font-size: 20px;
    width:100%;
    position: absolute;
    top:0;
    overflow: hidden;
    height:60px;
    margin:auto;
    z-index: 3;
}

.form-text:hover {
    cursor:pointer;
}

.focused .form-text:hover {
    cursor:auto;
}

.form-text span {
    pointer-events:none;
    display:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top:0;
    position: absolute;
    text-align:center;
    width:100%;
    font-size: 20px;
    opacity: 0;
    padding:10px 0;
}

.form-text span.normal {
    opacity: 1;
    display:block;
}

.form-text span.hover {
    display:block;
    top:60px;
    color:#faecdf;
}

.form-text:hover span.normal {
    opacity: 0;
    top:-60px;
}

.form-text:hover span.hover {
    opacity: 1;
    top:0px;
}

.focused .form-text,
.completed:not(.error) {
    pointer-events:none;
}

.error .form-text span.normal,
.error .form-text span.hover,
.completed .form-text span.normal,
.completed .form-text span.hover,
.focused .form-text span.normal,
.focused .form-text span.hover {
    opacity: 0;
}

.completed .form-text span.thanks {
    opacity: 1;
    display: block;
}

.error .form-text span.error-text {
    opacity: 1;
    display: block;
    font-size:18px;
    line-height: 1.2;
}

::-webkit-input-placeholder {
   color: #faecdf;
}

:-moz-placeholder { /* Firefox 18- */
   color: #faecdf;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #faecdf;
}

:-ms-input-placeholder {
   color: #faecdf;
}

.form-control {
    border:0;
    border-radius: 0;
    font-size:20px;
    text-align:center;
    box-shadow: none;
    z-index: 2;
    position: relative;
    font-family: 'dia-light', sans-serif;
    height: 60px;
    color:#faecdf;
    background: transparent;
}


.form-control:focus {
    outline: none;
    border:0;
    box-shadow: none;
}

.btn-wrapper {
	margin-top: 10px;
  overflow: hidden;
}

.btn-submit {
    background:transparent;
    font-size:20px;
    font-family: 'dia-light', sans-serif;
    text-transform: uppercase;
    padding: 10px 15px;
    text-align:center;
    color:#faecdf;
    z-index:1;
    position: relative;
    top:-60px;
}

.btn-submit:focus,
.btn-submit:hover {
    color:#faecdf;
    outline:0;
    border:0;
    opacity: 0.7;
    box-shadow: none;
    cursor: pointer;
}

.focused .btn-submit {
    top:0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.privacy {
    font-size:9px;
    text-align: center;
    margin-top:10px;
    margin-bottom:30px;
    text-transform: uppercase;
}

/*POPUP*/

.popup:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 0;
}

.popup {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.popup .content {
    background:#000;
    position: relative;
    padding: 0;
    z-index: 1000;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #d6d6d6;
    text-align: center;
}

.popup .content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: normal;
}

/* Responsive */


@media (min-width: 1200px) {


}

@media (max-width: 1199px) {

}


@media (min-width: 991px) {
	
	#pr_pres {
		float: left;
		width: 50%;
	}
	
	#painted-ruins .info {
		width: 50%;
		float: left;
	}
	
}


@media (max-width: 767px) {

    .item {
        width: 46%;
        margin: 2% 2%;
        padding-bottom: 48%;
    }

    .video-wrapper {
        width: 96%;
        margin: 2%;
    }

    .btn {
        padding: 15px 10px;
    }

    form {
        width:280px;
        max-width:100%;
    }

    .form-text {
        height:50px;
    }

    .form-text span,
    .form-text span.hover {
        font-size: 16px;
    }

    .error .form-text span.error-text {
        font-size: 15px;
    }

    .form-control {
        font-size:16px;
    }

    .btn-submit {
        font-size: 16px;
    }

		#neighbors .links a {
			padding: 15px 8px;
			width: 50%;
		}

}

@media (min-width: 640px) {
	h1 {
		font-size: 44px;
	}
	
}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}