@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: 300;
	background: #363636;
}
main {
	position: relative;
}
main.video:before {
	background-color: #333333;
	opacity: 0.4;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0px;
}
main .vcenter {
	position: absolute;
	top: 15%;
	width: 100%;
	z-index: 2;
}
main .vcenter .fallback-background {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: url(/assets/images/video-fallback-1.jpg) 50% 50% no-repeat;
	background-size: cover;
}
main .container {
	color: #fff;
	text-align: center;
    position: relative;
    z-index: 999999;
}
video {
	width: 100%;
	vertical-align: bottom;
}
.contact {
    color: #fff;
    padding: 20px 0;
}
.contact a {
    color: #fff;
}
.contact .centered-pills {
    margin-bottom: 20px
}
#map-canvas {
	height: 600px;
	width: 100%;
}
.navbar {
	background-color: transparent;
	color: #fff;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.nav-pills>li>a {
	border: 2px #fff solid;
	border-radius: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.nav-pills>li>a:focus, .nav-pills>li>a:hover {
	background-color: white;
	color: #000;
}
.nav-pills>li+li {
	margin-left: 30px;
}
.logo {
    margin-bottom: 60px;
}
.cta-menu {
	margin-top: 40px;
}
.centered-pills {  
	text-align: center
}
.centered-pills ul.nav-pills {
	display: inline-block
}
.centered-pills li {
	display: inline
}
.centered-pills a {
	float: left
}
* html .centered-pills ul.nav-pills, *+html .centered-pills ul.nav-pills {
	display: inline
}
footer {
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
}
a.scroll-top {
	height: 32px;
	line-height: 32px;
	background: url(/assets/images/scroll-top.png) right top no-repeat;
	padding-right: 40px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1150px) {
    .logo {
        margin-bottom: 10px;
		width: 25%;
    }
	.cta-menu {
		margin-top: 20px;
	}
}

@media screen and (max-width: 991px) {
    .navbar .phone-number {
        display: none;
    }
}

@media screen and (max-width: 810px) {
	.navbar {
		display: none;
	}
	main .vcenter {
		top: 3%;
	}
    .logo {
        width: 20%;
    }
	.centered-pills li {
		display: block;
		float: none;
	}
	.nav-pills>li+li {
		margin-left: 0;
	}
	.nav-pills>li>a {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 740px) {
    .cta-menu {
        margin-top: 10px;
    }
}

/*@media screen and (min-width: 634px) and (orientation: portrait) {*/
@media screen and (min-width: 810px) and (orientation: portrait) {
    main .vcenter {
        background: transparent!important;
    }
    main .vcenter .fallback-background {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    main .vcenter {
        background: transparent!important;
    }
    main .vcenter .fallback-background {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    video {
        display: none;
    }
    main .vcenter {
        position: relative;
        padding: 30px 0 20px;
        background: url(/assets/images/video-fallback-2.jpg) 50% 50% no-repeat;
		background-size: cover;
    }
}

/*@media screen and (max-width: 633px) {*/
@media screen and (max-width: 810px) {
	video {
		display: none;
	}
	main .vcenter {
		position: relative;
		padding: 30px 0 20px;
		background: url(/assets/images/video-fallback-2.jpg) 50% 50% no-repeat;
		background-size: cover;
	}
    .contact span {
        display: none;
    }
    .logo {
        width: 50%;
    }
    .cta-menu {
        margin-top: 40px;
    }
}