@charset "utf-8";
/* CSS Document */


/* General CSS */

html,
body {
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color:#FFFFFF;
	/*background: url(../images/real_cf_invert.png);*/
	overflow-x: hidden;
}

p {
	font-size:14px;
}

.centerContent {
	text-align:center;
}

/* Nav Bar CSS */

.navbar-inverse {
	background-color:#000;
}

#nav {
	border-radius:0px !important;
	letter-spacing: 2px;
	margin-bottom:-50px;
 }
 
#altNav {
	letter-spacing: 2px;
}
 
#altNav li {
	letter-spacing: 2px;

}

#altNav .navbar-nav > li > a {
	font-weight:700;
	font-size:16px;
}
 
#nav li {
	border-radius:0px !important;
	letter-spacing: 3px;
 }

#nav .navbar-nav > li > a {
	text-align:center;
	font-weight:700;
	font-size:16px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}



/* Home Page CSS */

#mainContent {
	padding-top:50px;
	padding-bottom:50px;
	margin-top:50px;
	background-color:#fff;
	line-height: 1.8;
}

#mainContent .row {
	margin-top:25px;
	margin-bottom:25px;
}

#home-fixed-logo {
	/*position:fixed;*/
	position:absolute;
	top:0;
	width:100%;
	margin-top:20px;
	transition:all 0.3s ease-in-out;
	z-index:10;
}

#home-fixed-logo img {
	width:100%;
	height:auto;
	max-height: 300px;
	max-width: 267px;
}

.home-logo {
	text-align:center;
}

.desktop-logo {
	display:none;
}

.mobile-logo {
}

.home-panels {
	padding:0 20px 10px 20px;
}

.jumbotron {
	background-color:#000;
	background-image:url(../images/dark_mosaic2.png);
	background-repeat:repeat;
	background-position:center;
	height:500px;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	margin-top:-50px;
	margin-bottom:0;
}

.jumboBGblk {
	background-color:#000000;
}

.jumbotron .container {
	margin-top:350px;
}

.jumbotron .container h1 {
	font-size: 36px;
	font-weight:bold;
}

.jumbotron .container p {
	font-size: 16px;
}

#homepageBlkCover {
	background-color:#000000;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	transition:all .5s ease-in-out;
}




/* Gallery Page CSS */

#galleryContent {
	margin-top:51px;
	background-color:#fff;
}

#myCarousel {
	margin-left:-15px;
	margin-right:-15px;
}




/* Service Page CSS */

#serviceContent {
	padding-top:50px;
	padding-bottom:50px;
	background-color:#fff;
	line-height: 1.8;
}

#serviceContent .row {
	margin-top:25px;
	margin-bottom:25px;
}

.service-header {
	margin-top:40px;
	height:300px;
}

.service-header h1 {
	color:#FFFFFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	font-size: 36px;
	font-weight:bold;
	margin-top:220px;
	float:left;
}

.service-header img {
	float:right;
}

.service-header-bg {
	background-color:#444;
	background-image:url(../images/dark_mosaic2.png);
	background-repeat:repeat;
	background-position:center;
}

.service-panels {
	padding:0 20px 10px 20px;
}

.service-panels h2 {
	font-size:24px;
}

#serviceContent hr {
    /*margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #F7CA18;*/
}

.desktop-heading-logo {
	margin-top:50px;
	display:none;
}

.mobile-heading-logo {
	margin-top:150px;
}



/* Products Page CSS */

#productsContent {
	padding-bottom:50px;
	margin-top:-25px;
	background-color:#fff;
	line-height: 1.8;
}

#productsContent .row {
	margin-top:25px;
	margin-bottom:25px;
}

.product-header {
	margin-top:40px;
	height:300px;
}

.product-header h1 {
	color:#FFFFFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	font-size: 36px;
	font-weight:bold;
	margin-top:220px;
	float:left;
}

.product-header img {
	float:right;
}

.product-header-bg {
	background-color:#444;
	background-image:url(../images/dark_mosaic2.png);
	background-repeat:repeat;
	background-position:center;
}

.banner-img {
	margin:0 auto;
}

.products-panels {
	padding:0 20px 10px 20px;
}

.avery-list {
	padding-left:40px;
}



/* Map Page CSS */

#map-canvas {
	height:500px;
	background-color:#fff;
	margin-left:-15px;
	margin-right:-15px;
}

#contactForm {
	margin-top:50px;
}

/* Footer CSS */

#footerContent {
	background-color:#2A2A2A;
	color:#fff;
	padding-top:20px;
	padding-bottom:50px;
	border-top:20px solid #F7CA18;
}

.desktop-footer-heading {
	display:none;
}

.footer-heading-ctr {
	text-align:center;
}

.botFooter {
	background-color:#F7CA18;
	width:100%;
	height:110px;
	font-weight:bold;
}

.botFooter p {
	color:#000000;
	line-height:30px;
	margin-bottom:0px;
}

.botFooter .row{
	padding-top:12px;
}

.fontIcon {
	padding-left:10px;
	padding-right:10px;
}

.socialIcon {
	padding-right:10px;
}

.facebookIcon:hover {
	color:#3d5a98;
}

.twitterIcon:hover {
	color:#55acef;
}

.instagramIcon:hover {
	color:#b17d4e;
}

.socialButton {
	color:#FFFFFF;
}

.socialBtnCtr {
	text-align:center;
}

.footer-nav a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
}

.footer-nav a:hover {
	color:#F7CA18;
}


/* only for footer */
@media only screen and (min-width : 396px) {
	.botFooter {
		height:110px;
	}
}

/* Misc small query */
@media only screen and (min-width : 350px) {
	.product-header h1 {
		font-size:45px;
		margin-top: 210px;
	}
	
	.service-header h1 {
		font-size:45px;
		margin-top: 210px;
	}
}

@media only screen and (min-width : 450px) {
	.jumbotron .container {
		margin-top:350px;
	}

	.jumbotron .container h1 {
		font-size: 46px;
	}
	.desktop-heading-logo {
		display:inherit;
	}

	.mobile-heading-logo {
		display:none;
	}
	
	.product-header h1 {
		font-size:50px;
		margin-top: 205px;
	}
	
	.service-header h1 {
		font-size:50px;
		margin-top: 205px;
	}
}

@media only screen and (min-width : 600px) {
	.jumbotron .container {
		margin-top:350px;
	}

	.jumbotron .container h1 {
		font-size: 56px;
	}

	.product-header h1 {
		font-size:70px;
		margin-top: 190px;
	}
	
	.service-header h1 {
		font-size:70px;
		margin-top: 190px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	p {
		font-size:16px;
	}

	#nav {
		min-height:80px;
	}
	
	#nav .navbar-nav > li {
		width:170px;
	}
	
	#nav .navbar-nav > li a {
		padding-top: 30px;
	    padding-bottom: 30px;
		border-left:1px solid #2D2D2D;
	}
	
	#nav .navbar-nav > li:last-child a{
		border-right:1px solid #2D2D2D;
	}
	
	#nav .navbar-brand {
		display:none;
	}

	.jumbotron .container {
		margin-top:330px;
	}

	.jumbotron .container h1 {
		font-size: 56px;
	}

	.desktop-footer-heading {
		display:block;
	}

	.mobile-footer-heading {
		display:none;
	}
	
	.botFooter {
		height:50px;
	}
	
	.service-panels h2 {
		font-size:30px;
	}

	.product-header h1 {
		font-size:70px;
		margin-top: 190px;
	}
	
	.service-header h1 {
		font-size:70px;
		margin-top: 190px;
	}
	
	.footer-nav a {
		font-size:16px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#nav .navbar-nav > li {
		width:224px;
	}

	.jumbotron .container h1 {
		font-size: 63px;
	}

	.jumbotron .container p {
		font-size: 21px;
	}

	.product-header h1 {
		font-size:70px;
		margin-top: 190px;
	}
	
	.service-header h1 {
		font-size:70px;
		margin-top: 190px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#nav .navbar-nav > li {
		width:274px;
	}

}


/* --------------------------------- Height Media Queries ---------------------------------------- */
										/* Jumbotron */


/* min-height : 600px */
/*@media only screen and (min-height : 600px) {
.jumbotron {
	height:600px;
}

.jumbotron .container {
	margin-top:280px;
}

}


/* min-height : 700px */
/*@media only screen and (min-height : 700px) {
.jumbotron {
	height:700px;
}

.jumbotron .container {
	margin-top:350px;
}

}


/* min-height : 800px */
/*@media only screen and (min-height : 800px) {
.jumbotron {
	height:800px;
}

.jumbotron .container {
	margin-top:450px;
}

}


/* min-height : 900px */
/*@media only screen and (min-height : 900px) {
.jumbotron {
	height:900px;
}

.jumbotron .container {
	margin-top:500px;
}

}
*/



/* Smoothstate Keyframes */

@keyframes fadeIn {
	0% {
		opacity:0;
		}
	100% {
		opacity:1;
		}
}

@keyframes fadeInUp {
	0% {
		opacity:0;
		transform:translate3d(0,100%,0);
		}
	100% {
		opacity:1;
		transform:none;
		}
}

@keyframes fadeNav {
	0% {
		opacity:0;
		transform:translate3d(0,100%,0);
		}
	50% {
		opacity:0;
		}
	100% {
		opacity:1;
		transform:none;
		}
}

@keyframes fadeInRight {
	0% {
		opacity:0;
		transform:translate3d(100%,0,0);
		}
	100% {
		opacity:1;
		transform:none;
		}
}

@keyframes fadeInRightTitle {
	0% {
		opacity:0;
		transform:translate3d(100%,0,0);
		}
	100% {
		opacity:1;
		transform:none;
		}
}

@keyframes fadeOutToHome {
	0% {
		opacity:1;
		height:100%;
		}
	100% {
		opacity:0;
		height:0%;
		}
}


/* Smoothstate Animations */

.m-scene .scene-element {
	-webkit-animation-duration:0.5s;
	animation-duration:0.5s;
	-webkit-transition-timing-function:ease-in;
	transition-timing-function:ease-in;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.m-scene .scene-element-title {
	-webkit-animation-duration:0.8s;
	animation-duration:0.8s;
	-webkit-transition-timing-function:ease-in;
	transition-timing-function:ease-in;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

.m-scene .scene-element-nav {
	-webkit-animation-duration:0.5s;
	animation-duration:0.5s;
	-webkit-transition-timing-function:ease-in;
	transition-timing-function:ease-in;
}

.m-scene .scene-element-homecover {
	-webkit-animation-duration:0.5s;
	animation-duration:0.5s;
	-webkit-transition-timing-function:ease-in;
	transition-timing-function:ease-in;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}



.m-scene .scene-element--fadeinup {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}

.m-scene .scene-element--fadenav {
	-webkit-animation-name:fadeNav;
	animation-name:fadeNav;
}

.m-scene .scene-element--fadeinrighttitle {
	-webkit-animation-name:fadeInRightTitle;
	animation-name:fadeInRightTitle;
}

.m-scene .scene-element--fadeinright {
	-webkit-animation-name:fadeInRight;
	animation-name:fadeInRight;
}

.m-scene .scene-element--fadein {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn;
}

.m-scene .scene-element--fadeouttohome {
	-webkit-animation-name:fadeOutToHome;
	animation-name:fadeOutToHome;
}



.m-scene.is-exiting .scene-element {
	-webkit-animation-direction:alternate-reverse;
	animation-direction:alternate-reverse;
}

.m-scene.is-exiting .scene-element-title {
	-webkit-animation-direction:alternate-reverse;
	animation-direction:alternate-reverse;
}

.m-scene.is-exiting .scene-element-nav {
	-webkit-animation-direction:alternate-reverse;
	animation-direction:alternate-reverse;
}











/* COVER PAGE / INDEX.HTML CSS */


#main {
	height:100%;
}

.landingSub {
	height:100%;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	overflow:auto;
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
	background-color:#000;
	background-image:url(../images/cover-1-768x800.jpg);
	background-position:center center;
	background-size:cover;

	-webkit-box-shadow: inset 0 0 100px 600px rgba(0,0,0,.5);
			box-shadow: inset 0 0 100px 600px rgba(0,0,0,.5);
}

.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
	background-image:url(../images/grid-overlay.png);
	background-repeat:repeat;
}
.cover-container {
	margin-right: auto;
	margin-left: auto;
}

/* Padding for spacing */
.inner {
	padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
	margin-top: 10px;
	margin-bottom: 10px;
}

.masthead-nav > li {
	display: inline-block;
}
.masthead-nav > li + li {
	margin-left: 20px;
}
.masthead-nav > li > a {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff; /* IE8 proofing */
	color: rgba(255,255,255,.75);
	border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
	background-color: transparent;
	border-bottom-color: #F7CA18;
	border-bottom-color: rgba(247,202,24,.25);
	color:#F7CA18;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
	color: #fff;
	border-bottom-color: #fff;
}
	


/*
 * Cover
 */

.cover {
	padding: 0 20px;
}
.cover .btn-lg {
	padding: 10px 30px;
	font-weight: bold;
	background-color:transparent;
	border: 3px solid #FFFFFF;
	color:#FFFFFF;
	transition: all 0.1s ease-in-out;
}

.cover .btn-lg:hover {
	color:#F7CA18;
	border-color:#F7CA18;
}

.cover-heading {
	font-size:36px;
}

.coverEnterbtn:hover {
	
}

/*
 * Footer
 */

.mastfoot {
	color: #999; /* IE8 proofing */
	color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
	/* Header */
	.masthead-brand {
		float: left;
	}
	.masthead-nav {
		/*float: right;*/
	}
	.site-wrapper {
		background-image:url(../images/cover-1-1920x1080.jpg);
	}

  /* Pull out the header and footer */
	.masthead {
		position: fixed;
		top: 0;
	}
	.mastfoot {
		position: fixed;
		bottom: 0;
	}
  /* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: middle;
	}
  /* Handle the widths */
	.masthead,
	.mastfoot,
	.cover-container {
		width: 100%; /* Must be percentage or pixels for horizontal alignment */
	}
	
	.cover-heading {
		font-size:56px;
	}

}

@media (min-width: 992px) {
	.masthead,
	.mastfoot,
	.cover-container {
		width: 970px;
	}
	
	.cover-heading {
		font-size:76px;
	}
}