.navbar-header {
    float: left;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.navbar {
   background-color: white;
   background: white;
   border-color: white;
}

.navbar-fixed-top .nav {
    padding: 15px 0;
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: -1;
}
}

.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 2%;
    text-align: center;
    margin: auto;
}

.center {
    position: absolute;
    border: 0px;
    width: 500px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -250px;
}


@media (max-width: 767px) { 
    .navbar-brand {
    	display: inline-block;
        padding: 20px;        
    }

    .navbar-brand img {
        margin-top: 5px;
        margin-left: 5px;
    }

    .center {
        width: 350px;
        height: 100px;
        margin-top: -50px;
        margin-left: -175px;
    }

}

.product .img-responsive {
    margin: 0 auto;
}

#logo > li {
    float: right;
    margin-right: auto;
}

.navbar li { color: black } 

.nav.navbar-nav.navbar-left.home li a {
    color: gray;
	text-align: center;
}

.nav.navbar-nav.navbar-right.home li a {
    color: gray;
    width: 100%;
	text-align: center;
	> li {
      float: none;
      display: inline-block;
    }
}

.nav.navbar-nav.navbar-center.home li a {
    color: gray;
	width: 100%;
    text-align: center;
    > li {
      float: none;
      display: inline-block;
    }
}

.nav.navbar-nav.navbar-right.page li a {
    color: gray;
	text-align: left;
}

.navbar .navbar-collapse {
    text-align: center;
}

.nav .active a { background:#D3D3D3!important } 

iframe {
  width:100%;
  height:1200px;
}

.img-center {
	margin:0 auto;
}

.img-responsive {
	margin:0 auto;
}

.container-fluid {
    padding-right:0;
    padding-left:0;
    margin-right:auto;
    margin-left:auto
 }

.wrap{
  display: table;
  max-width: 100vw;
  padding-top: 240px;
  
}
 
.block{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }

.content {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	margin-left: 20px;
	margin-right: 20px;
}

.page-header {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: white;
	text-align: center;
	border-color: white;
}

.panel-body {
	padding-top: 0;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 50px;
	text-align: center;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

h6 {
    font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
    font-size: 64px;
    color: #ffffff;
  
    text-align: center;
    opacity: 0.9;
}

body {
	font-family: font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

.jumbotron {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.col-lg-12 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F8F8F8;
	text-align: center;
	margin: auto;
}

.col-lg-11 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	text-align: center;
}

.col-lg-10 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	text-align: center;
}

.col-lg-9 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	text-align: center;
}

.col-lg-8 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	text-align: center;
}

.col-lg-7 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	text-align: center;
}

.col-lg-6 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	text-align: center;
}

.col-lg-5 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	text-align: center;
}

.col-lg-4 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	text-align: center;
}

.col-lg-3 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: "F8F8F8";
	text-align: center;
}

.col-lg-2 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	text-align: center;
}

.col-lg-1 {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: "white";
	text-align: center;
}

.col-md-6 {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	text-align: center;
}

.banner {
	width: 500px;
	background-color: white;
	text-align: center;
}

.grid {
	padding-top: 20px;
	margin-top: 1px;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    width: 50px;
    height: 50px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li > .timeline-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li > .timeline-badge > span.timeline-day {
    font-size: 1.4em;
}

.timeline > li > .timeline-badge > span.timeline-month {
    font-size: .7em;
    position: relative;
    top: -10px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

@media only screen and (max-width: 767px) {
    
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge,
    ul.timeline > li > .timeline-icon {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    
}

.fullscreenDiv {
    background-color: #00ffff;
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}

div.container4 {
    height: 10em;
    position: relative }
div.container4 p {
    margin: 0;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
    font-size: 100px; 
}

.button {
    background-color: none; /* Green */
    border: none;
    color: black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}