/* GENERAL */
html, body, .slide-design.full-screen {
	height: 100%;
}

.slide-design .fit-bg-img, .slide-design .fit-bg-img:hover {
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
	/*background-attachment: fixed;*/
}

.slide-design .full-screen-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}


/* NAVBAR */
.slide-design .navbar-title {
	height: 80px;
	line-height: 80px !important;
	display: inline-block;
}

.slide-design .navbar-title img {
	vertical-align: top;
	height: 80px;
	padding: 0;
}

.slide-design .navbar-item {
	height: 80px;
	line-height: 80px !important;
	float: right;
	margin-left: 10px;
}

.slide-design #slide-navbar .nav.nav-pills {
	display: inline-block;
	float: right;
}

.slide-design #slide-navbar .nav.nav-pills a {
	padding: 0;
	margin-left: 5px;
	height: 80px;
	line-height: 80px;
	font-size: 12px;
}

.navbar-wrapper>#slide-navbar>.container {
	padding-left: 10px;
	padding-right: 10px;
}

.slide-design #scrollspy-target .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background: transparent;
}

/* INTRO SECTION */
@media screen and (min-width: 768px) {
	.jumbotron .h1, .jumbotron h1 {
		font-size: 5em;
	}
}
@media screen and (min-width: 992px) {
	.jumbotron .h1, .jumbotron h1 {
		font-size: 7em;
	}
}

/* Locate Section */
.slide-design .maps-overlay {
	background: transparent; 
	position: relative; 
	width: 100%;
	height: 100%;
	top: 100%;
	margin-top: -100%;
}
.slide-design .location-maps-container {
	overflow: hidden;
}
.slide-design .dashboard-visible-block, .slide-design .dashboard-visible-inline-block {
	display: none;
}
.slide-design .location-list {
	max-height: 600px;
	overflow-y: scroll;
	padding: 0;
}
.slide-design .location-border {
	border: 2px solid #4C5257;
	border-radius: 5px;
}

/* Locate section modal map */
#mobile-maps-modal .modal-dialog, #mobile-maps-modal .modal-content, #mobile-maps-modal .modal-body, #mobile-maps-modal #modal-map {
	height: 100%;
}

/* Contact Section */
.slide-design .contact-icon {
	font-size: 4em;
	border-radius: 75px;
	border-width: 2px;
	width: 150px;
	height: 150px;
	line-height: 150px;
	border-style: solid;
	border-color: #4C5257;
}

.slide-design .menu-box[data-readmore] {
	display: inline-block;
}

.slide-design .menu-box + [data-readmore-toggle] {
	display: block;
	width: 100%;
	text-align: center;
	height: 100px;
	line-height: 100px;
	background: white;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* Footer link styles */
#footer a:hover {
	text-decoration: none;
}

/* Featured In Section */
.slide-design#featured_in a.linked:hover {
	opacity: 0.5;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}












