@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic&display=swap");
body {
  padding-top: 50px;
}
body > .navbar {
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
iframe {
  overflow: hidden;
  border: none;
}
@media (min-width: 768px) {
  body > .navbar-transparent {
    background-color: transparent;
  }
  body > .navbar-transparent .navbar-nav > .open > a {
    background-color: transparent !important;
  }
}
#home {
  padding-top: 0;
}
#home .navbar-brand {
  padding: 13.5px 15px 12.5px;
}
#home .navbar-brand > img {
  display: inline;
  margin: 0 10px;
  height: 100%;
}
#banner {
  min-height: 300px;
  border-bottom: none;
}
.table-of-contents {
  margin-top: 1em;
}
.page-header h1 {
  font-size: 4em;
}
.bs-docs-section {
  margin-top: 6em;
}
.bs-docs-section h1 {
  padding-top: 100px;
}
.bs-component {
  position: relative;
}
.bs-component .modal {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: block;
}
.bs-component .modal-dialog {
  width: 90%;
}
.bs-component .popover {
  position: relative;
  display: inline-block;
  width: 220px;
  margin: 20px;
}
#source-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  font-weight: 700;
}
.nav-tabs {
  margin-bottom: 15px;
}
.progress {
  margin-bottom: 10px;
}
footer {
  margin: 5em 0 0;
}
footer li {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
footer p {
  clear: left;
  margin-bottom: 0;
}
.splash {
  padding: 9em 0 2em;
  background-color: #141d27;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}
.splash .logo {
  width: 160px;
}
.splash h1 {
  font-size: 3em;
}
.splash #social {
  margin: 2em 0;
}
.splash .alert {
  margin: 2em 0;
}
.section-tout {
  padding: 4em 0 3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #eaf1f1;
}
.section-tout .fa {
  margin-right: 0.5em;
}
.section-tout p {
  margin-bottom: 3em;
}
.section-preview {
  padding: 4em 0 4em;
}
.section-preview .preview {
  margin-bottom: 4em;
  background-color: #eaf1f1;
}
.section-preview .preview .image {
  position: relative;
}
.section-preview .preview .image:before {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
}
.section-preview .preview .options {
  padding: 1em 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  text-align: center;
}
.section-preview .preview .options p {
  margin-bottom: 2em;
}
.section-preview .dropdown-menu {
  text-align: left;
}
.section-preview .lead {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .section-preview .image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .splash {
    padding-top: 4em;
  }
  .splash .logo {
    width: 100px;
  }
  .splash h1 {
    font-size: 2em;
  }
  #banner {
    margin-bottom: 2em;
    text-align: center;

	
  }

  .navbar-default {
	text-align:  center;
	}
	.navbar-default .sitelogo {
		margin: 0px auto;
	}
}


.navbar-header {
	padding-bottom: 33px;
}
.navbar-default {
	background: #fff !important;
	border: none !important;
}
.header_info {
	font-size: 2.21rem;
}
.sitelogo {
	height: 50px;
	width: auto;
}
.cart {
	width: 50px;
	height: auto;
	margin: 1rem 0 1rem 0;
}
.intro {
	font-size: 1.8rem; 
	line-height: 2.7rem;
}
.chronology_container {
	border-radius:  3px;
	border: 1px solid #f1f1f1;;
}
.chronology_entry, .chronlogy_year_center, .chronology_text {
	padding-top: 2rem;
}
.chronology_year {
	font-size: 3rem; 
	margin: 0 auto;
}
.chronology_text {
	font-size: 1.8rem; 
	line-height: 2.2rem;
}
.gallery_base a {
	height: auto;
	display: border-box;
	text-decoration:  none;
}
.gallery_base a img{
	width: 30%;
	display: inline;
	border: 1px solid #fff;
}
.gallery_base a:hover img { 
	border: 1px solid #FCEE03;
	opacity: 0.8
}
.gallery_base a img.links {
	width: 90% !important;
}

.links {
	max-width: 90%; 
	height:  auto;
	margin: 0px auto;
	display: border-box;
	border: 1px solid #333;
}

.footer-section {  
	background: #151414;  
	position: relative;  
  }  
  .footer-cta {  
	border-bottom: 1px solid #373636;  
  }  
  .single-cta i {  
	color: #ff5e14;  
	font-size: 30px;  
	float: left;  
	margin-top: 8px;  
  }  
  .cta-text {  
	padding-left: 15px;  
	display: inline-block;  
  }  
  .cta-text h4 {  
	color: #fff;  
	font-size: 20px;  
	font-weight: 600;  
	margin-bottom: 2px;  
  }  
  .cta-text span {  
	color: #757575;  
	font-size: 15px;  
  }  
  .footer-content {  
	position: relative;  
	z-index: 2;  
  }  
  .footer-pattern img {  
	position: absolute;  
	top: 0;  
	left: 0;  
	height: 330px;  
	background-size: cover;  
	background-position: 100% 100%;  
  }  
  .footer-logo {  
	margin-bottom: 30px;  
  }  
  .footer-logo img {  
	  max-width: 200px;  
  }  
  .footer-text p {  
	margin-bottom: 14px;  
	font-size: 14px;  
		color: #7e7e7e;  
	line-height: 28px;  
  }  
  .footer-social-icon span {  
	color: #fff;  
	display: block;  
	font-size: 20px;  
	font-weight: 700;  
	font-family: 'Poppins', sans-serif;  
	margin-bottom: 20px;  
  }  
  .footer-social-icon a {  
	color: #fff;  
	font-size: 16px;  
	margin-right: 15px;  
  }  
  .footer-social-icon i {  
	height: 40px;  
	width: 40px;  
	text-align: center;  
	line-height: 38px;  
	border-radius: 50%;  
  }  
  .facebook-bg{  
	background: #3B5998;  
  }  
  .twitter-bg{  
	background: #55ACEE;  
  }  
  .google-bg{  
	background: #DD4B39;  
  }  
  .footer-widget-heading h3 {  
	color: #fff;  
	font-size: 20px;  
	font-weight: 600;  
	margin-bottom: 40px;  
	position: relative;  
  }  
  .footer-widget-heading h3::before {  
	content: "";  
	position: absolute;  
	left: 0;  
	bottom: -15px;  
	height: 2px;  
	width: 50px;  
	
  }  
  .footer-widget ul li {  
	display: inline-block;  
	float: left;  
	width: 50%;  
	margin-bottom: 12px;  
  }  
  .footer-widget ul li a:hover{  
	color: #ff5e14;  
  }  
  .footer-widget ul li a {  
	color: #878787;  
	text-transform: capitalize;  
  }  
  .subscribe-form {  
	position: relative;  
	overflow: hidden;  
  }  
  .subscribe-form input {  
	width: 100%;  
	padding: 14px 28px;  
	background: #2E2E2E;  
	border: 1px solid #2E2E2E;  
	color: #fff;  
  }  
  .subscribe-form button {  
	  position: absolute;  
	  right: 0;  
	  background: #ff5e14;  
	  padding: 13px 20px;  
	  border: 1px solid #ff5e14;  
	  top: 0;  
  }  
  .subscribe-form button i {  
	color: #fff;  
	font-size: 22px;  
	transform: rotate(-6deg);  
  }  
  .copyright-area{  
	background: #202020;  
	padding: 25px 0;  
  }  
  .copyright-text p {  
	margin: 0;  
	font-size: 14px;  
	color: #878787;  
  }  
  .copyright-text p a{  
	color: #ff5e14;  
  }  
  .footer-menu li {  
	display: inline-block;  
	margin-left: 20px;  
  }  
  .footer-menu li:hover a{  
	color: #ff5e14;  
  }  
  .footer-menu li a {  
	font-size: 14px;  
	color: #878787;  
  }  