/* CSS Document */
:root{
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
}

.banner{
	background-color:rgba(255,255,255,.4);
}
.title{
	margin-top:-7rem;
	z-index:99;
	font-size:1rem;
	left:0;
	padding:20px;
	display:block;
}
.pdf {
	font-size:4rem;
	right:auto;
	left:auto;
	border:solid 5px #aeaeae;
}
.patent{
	margin-top:-7rem;
	font-size:1rem;
	right:0;
	position:relative;
	float:right;
	padding:50px;
}

.bodyTitle{
	font-size:2rem;
	padding:30px;
}
.block{
	display:block;
}
.carouselExampleIndicators,.carousel{z-index: 0 !important;}
.sliderTitle{
	text-transform:capitalize;
}
.navbar {
	z-index:1500;
	border-bottom:solid 3px #aaa;
}
.patentPending {
	position:sticky;
	left:0;
	top:100px;
	width:12%;
	padding:35px;
	font-size:14px;
	background-color:cadetblue;
	border:solid 4px #63ccee;
	z-index:99;
}
.phone {
    position: relative;
	right:auto;
	left:auto;
	float:right;
    font-size: 36px;
    font-weight: 900;
	color:#444 !important;
	padding-left:20px;
	padding-top:5px;
}
.content{
	padding-left:20px;
}
.mainImage{ padding:30px;}
.sliderTitle{
	background-color:rgba(0,0,0,.55);
}
.yellowText {
    font-size: 2.5em;
    color:#fff;
	padding:20px;
    font-weight: 900;
}
.padding{padding:20px;}
.patent {
    color: #efefef;
    font-size: 1em;
    float: right;
    margin-top: -120px;
    margin-right: 10%;
}
.custom-logo-link img {
    margin: 0;
}
.custom-logo-link {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
}
@media (min-width: 1501px){

.sliderTitle {
    float: left;
    max-width: 550px;
    font-size: .9em;
    margin-top: -150px;
    margin-left: 10%;
	z-index:99;
	position:absolute;
}
}
@media (max-width: 1500px) and (min-width: 1201px){

.sliderTitle {
    float: left;
    max-width: 450px;
    font-size: .6em;
    margin-top: -120px;
    margin-left: 10%;
	z-index:99;
	position:absolute;
}
}
@media (max-width: 1200px) and (min-width: 1025px){

.sliderTitle {
    float: left;
    max-width: 350px;
    font-size: .5em;
    margin-top: -100px;
    margin-left: 10%;
	z-index:99;
	position:absolute;
}
	
.patent {
    color: #efefef;
    font-size: .7em;
    float: right;
    margin-top: -120px;
    margin-right: 10%;
}
}
@media (max-width: 1024px) and (min-width: 800px){

.sliderTitle {
    float: left;
    max-width: 300px;
    font-size: .4em;
    margin-top: -100px;
    margin-left: 10%;
	z-index:99;
	position:absolute;
}
	
	
.patent {
    color: #efefef;
    font-size: .6em;
    float: right;
    margin-top: -90px;
    margin-right: 10%;
}
	
}
@media (max-width: 799px){

.sliderTitle {
    float: left;
    max-width: 250px;
    font-size: .3em;
    margin-top: -100px;
    margin-left: 10%;
	z-index:99;
	position:absolute;
}
	
.patent {
    color: #efefef;
    font-size: .5em;
    float: right;
    margin-top: -100px;
    margin-right: 10%;
}
}

.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
	display:block;
}

.timeline>div:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>div:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}
.img-circle {
    border-radius: 50%;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.timeline>div:before,
.timeline>div:after {
    content: " ";
    display: table;
}

.timeline>div:after {
    clear: both;
    min-height: 170px;
}

.timeline > div .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}

.timeline>div .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>div .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>div .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #63ccee;
    border-radius: 100%;
    background-color: #019a49;
    box-shadow: 0 0 5px #000;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}

.timeline>div .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>div.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>div.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>div.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>div:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    color: #aeaeae;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    font-size:20px;
    color:#666;
}

.timeline .timeline-body>p,
.timeline .timeline-body>div {
    margin-bottom: 0;
    color:#808080;
}
/*Style for even div.line*/
.timeline>div:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height:340px;
    background-color: #8f0127;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #8f0127;
}
/*Style for odd div.line*/
.timeline>div:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 4px;
    height:340px;
    background-color: #8f0127;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #8f0127;
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > div:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > div:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>div:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>div:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > div:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > div:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > div .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > div:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > div:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>div:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>div:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > div:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > div:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > div .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > div:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > div:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>div .timeline-image {
    position: relative;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>div:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
  .timeline>div:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > div:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > div:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > div .line {
    display: none;
  }
}

.site-footer {
    background-color: #101010;
    color: #fff;
    min-height: 70px;
    font-size: 16px;
    padding: 30px;
    letter-spacing: 1px;
	text-align: center;
	align-content: center;
}


.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */










p{
	font-size:1rem !important;
  line-height: 1.6 !important;
}


.card-title{
	font-weight: 900;
}

	.grayBorder {
		padding:5px;
		border:solid 2px #aaa;
	}

.large-text {
	font-size:1.75rem;
	
}

.timelineStuff{
	display:block;position:relative;height:100%; margin-top:500px;
}


.width50{
	width:50%;
}
.btn-more{
	background-color:#76abdc;color:#efefef;
}
.btn-more:hover{
	background-color:#63ccee;color:#efefef;
}
.newTriangle {
    width: 0px;
    height: 0px;
    border-top: 150px solid #8f0127;
    border-right: 150px solid transparent;
    top: -150px;
    left: 0;
    position: relative;
    color: white;
}
.new {
    transform: rotate(-45deg);
    position: absolute;
    padding: 3%;
    top: -120px;
    left: 25px;
	font-size:28px;
}