@import url('//fonts.googleapis.com/css?family=Lilita One&subset=latin');


html { scroll-behavior: smooth; }
.shadowed {
	text-shadow: 2px 2px 7px #000000;
}
.xbtn-1 { color:white ; }

.textmedium { font-size: 1.5em; }

.textlarge { font-size:2em; }

.firstslide { }

.secondslide { padding-top:6em;}

.thirdslide h3, .thirdslide img { padding-top:4em;}

.navbar-nav a { font-weight:bold; }


a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #575757 url("../images/resource/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #000;
}

.blackbox { background: rgba(0,0,0,0.7);
padding: 1em 1em; }

/*  ----------------------social------------------*/

.social {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  line-height: 50px;
  font-family: Entypo;
  font-size: 28px;
  text-align: center;
  color: #555;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
  cursor: pointer;
}

.social {
  box-shadow: rgb(210, 210, 210) 1px 1px,
    rgb(210, 210, 210) 2px 2px,
    rgb(211, 211, 211) 3px 3px,
    rgb(211, 211, 211) 4px 4px,
    rgb(211, 211, 211) 5px 5px,
    rgb(212, 212, 212) 6px 6px,
    rgb(212, 212, 212) 7px 7px,
    rgb(212, 212, 212) 8px 8px,
    rgb(213, 213, 213) 9px 9px,
    rgb(213, 213, 213) 10px 10px,
    rgb(214, 214, 214) 11px 11px,
    rgb(214, 214, 214) 12px 12px,
    rgb(214, 214, 214) 13px 13px,
    rgb(215, 215, 215) 14px 14px,
    rgb(215, 215, 215) 15px 15px,
    rgb(215, 215, 215) 16px 16px,
    rgb(216, 216, 216) 17px 17px,
    rgb(216, 216, 216) 18px 18px,
    rgb(216, 216, 216) 19px 19px,
    rgb(217, 217, 217) 20px 20px,
    rgb(217, 217, 217) 21px 21px,
    rgb(218, 218, 218) 22px 22px,
    rgb(218, 218, 218) 23px 23px,
    rgb(218, 218, 218) 24px 24px,
    rgb(219, 219, 219) 25px 25px,
    rgb(219, 219, 219) 26px 26px,
    rgb(219, 219, 219) 27px 27px,
    rgb(220, 220, 220) 28px 28px,
    rgb(220, 220, 220) 29px 29px,
    rgb(221, 221, 221) 30px 30px;
   text-shadow: rgb(226, 226, 226) 1px 1px,
    rgb(227, 227, 227) 2px 2px,
    rgb(227, 227, 227) 3px 3px,
    rgb(228, 228, 228) 4px 4px,
    rgb(229, 229, 229) 5px 5px,
    rgb(229, 229, 229) 6px 6px,
    rgb(230, 230, 230) 7px 7px,
    rgb(230, 230, 230) 8px 8px,
    rgb(231, 231, 231) 9px 9px,
    rgb(232, 232, 232) 10px 10px,
    rgb(232, 232, 232) 11px 11px,
    rgb(233, 233, 233) 12px 12px,
    rgb(233, 233, 233) 13px 13px,
    rgb(234, 234, 234) 14px 14px,
    rgb(235, 235, 235) 15px 15px,
    rgb(235, 235, 235) 16px 16px,
    rgb(236, 236, 236) 17px 17px,
    rgb(236, 236, 236) 18px 18px,
    rgb(237, 237, 237) 19px 19px,
    rgb(238, 238, 238) 20px 20px;
}
.thumbnail { cursor:pointer }
.wrapper {  text-align:center; }

/*  ----------------------end social------------------*/

	
.features li { display:block; width:100%; padding:1em; color:white;}
.features li:nth-child(odd) { background:#fff; color:black; border-radius:1em; }
.inventorpic { margin-top:30%;}
.main-container {
  padding: 10px 15px;
}
.centered { text-align:center; }
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.x-btn, .button, [type="submit"] {
    color: #ffffff;
    border-color: #ac1100;
    background-color: #BE1E2D;
    margin-bottom: 0.25em;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    box-shadow: 0 0.25em 0 0 #a71000,0 4px 9px rgba(0,0,0,0.75);
    border-radius: 0.25em;
	padding:.5em;
}
.skyblue {
	background-color: #22c8ff;
}

.darkerskyblue {
	background-color: #00a6dd;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 350px; 
	height: 100%;
	width:100%; 
}
.carousel-caption {
  text-align:left;
    float: left;
    padding-top: 8%;
	margin-left:30%;
}

.carousel-pic {
 margin:0 auto;
 padding-top:8%;
}

/*.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}*/
.carousel-caption h3 {
  font-size:300%;
  text-align:left;
	padding: .5em 0;
  display:block;
}
.carousel-caption h4 {
  font-size:24px;
  text-align:left;
	padding: .5em;
  margin:2em 0;
  clear:both;
  display:initial;
  background-color: #fff;
  color:black;
  text-shadow:none;
  
}
.carousel-caption  p {
  font-size:150%;
  display:block; 
  margin-top:1em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 0.5s;
}
.carousel-caption h4:nth-child(2) {
	animation-delay: 1s;
}
.carousel-caption p {
	animation-delay: 1.5s;
}
.carousel-pic img {
	animation-delay: 1s;
}
.navbarhome {
top: 0;
   right: 0;
   position: fixed;
   z-index: 3000;
   /*height:100px; */
   width:100%;
   background:white;
}



.nav ul {
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
    overflow: hidden;
	float:right;
}

.nav li {
    float: left;
}

.nav li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
/*
.nav li a:hover:not(.active) {
    background-color: #AAAAAA;
	color:white;
}

.active {
background-color: #4E7182;
	color:white;
} */
.padder { padding:2em 0 2em 0; }

.parallax { 
	background-attachment:fixed;
    background-position: 50% 24px; 
	    margin: 0px;
    padding: 5% 0px;
}
.watch { background-image: url("../images/resource/idea.jpg");
background-size: cover;
    background-repeat: no-repeat; }
.contact { background-image: url("../images/resource/contact.jpg");
background-size: cover;
    background-repeat: no-repeat; }
.features {
	background-image: url("../images/resource/bg-pattern.png");
	 background-repeat: repeat; }
	 color:white;

h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}

.nav li a {  padding: 14px 40px; }

.header { 
height: 600px;
padding-top:6em; 
}

.carousel-pic { padding-top: 20%; }
	  

@media screen and (max-width: 767px) {
	  .nav li a {  padding: 14px 6px; }
	  .header { padding-top:6em; }
	  .carousel-pic { padding-top: 20%; }
	  .sliderpic { width:200px; }
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}


	[class*="col-"] {
		width: auto;
		float: none;
		margin: 10px 0;
		padding-left: 0;
		padding-right: 10px; /* column-space */
	}
	form {
		width:350px;
	}

	.header .first {
		margin:0 auto;
	}

.inventorpic { margin-top:0;}

.thirdslide h3, .thirdslide img { padding-top:0em;}

}


@media screen and (max-width: 480px) {
	/* Mobile Layout */
	
	.carousel-pic { padding-top:none; }
	form {
		width:100%;
	}
	.fields input, .fields select, .phonewrap {
		float:none;
	}
	.fields label {
		display:block;
	}
	.carousel-caption { margin-left:0; }
	.carousel-caption p { text-align:center; }
	.nav li a { padding: 14px 5px; }
	#skill .bump-down {
margin-top:5em
}

.thirdslide h3, .thirdslide img { padding-top:0em;}
}
