@font-face{
	font-family:'roboto-light';
	src:url('/css/font/Roboto/Roboto-Light.eot');
	src:url('/css/font/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),url('/css/font/Roboto/Roboto-Light.woff') format('woff'),url('/css/font/Roboto/Roboto-Light.ttf') format('truetype');
	font-weight:normal;font-style:normal
}

@font-face{
	font-family:'roboto-regular';
	src:url('/css/font/Roboto/Roboto-Regular.eot');
	src:url('/css/font/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),url('/css/font/Roboto/Roboto-Regular.woff') format('woff'),url('/css/font/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight:normal;font-style:normal
}

@font-face{
	font-family:'roboto-bold';
	src:url('/css/font/Roboto/Roboto-Bold.eot');
	src:url('/css/font/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),url('/css/font/Roboto/Roboto-Bold.woff') format('woff'),url('/css/font/Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight:normal;font-style:normal
}


html,body,header, .view.jarallax {
			height: 100%;
			min-height: 100%;
			font-family: 'roboto-regular',Helvetica,Arial,sans-serif;
}

.construction-lp .navbar:not(.top-nav-collapse) {
    background: black;
	border: 2px white;
}
.construction-lp .navbar {
    background-color: #23242a;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.construction-lp .page-footer {
    background-color: #23242a;
}

.btn-orange-2 {    background: #ffa726;}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar, .pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.navbar {
    font-weight: 300;
}
.construction-lp .view  {
//			background-image: url(/images/bk_main.jpg);
	background-color:black;
}

@media (min-width: 600px)
.navbar.scrolling-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

@media (min-width: 992px)
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (min-width: 769px)
.construction-lp .navbar:not(.top-nav-collapse), .creative-lp .navbar:not(.top-nav-collapse) {
    box-shadow: none;
}

.map-container {
        height: 320px;
        position: relative;
}

.map-container iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
}

.streak.streak-photo {
	background-attachment: fixed;
}
.text-shadow-black{
	text-shadow: #333333 1px 1px 0, #333333 2px 2px 0, 
                 #333333 3px 3px 0, #333333 3px 3px 0, 
                 #333333 3px 3px 0;
}