.lgtColor {
	color: #ca9631;	
}
p.super-lead {
	color: #ca9631;	
}



.lgtCenter {
	text-align: center;
}
.lgtBuyRow {
	margin-bottom: 40px;
	
}
.lgtImageMargin {
	margin-top: 40px;
}
.lgtTitleSection {
	border-bottom: 15px solid black;
}

.lgtBordered {
  border:solid 1px black;
  
}

section.large-pad {
  padding: 40px 0;
}


.btn {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  min-width: 170px;
  border: 3px solid;
  padding: 17px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 0;
  border-color: #ca9631;
  color: #ca9631;
}
.btn:hover {
  background: #ca9631;
  color: #fff;
}
.btn-filled {
  background: #ca9631;
  color: #fff;
  border-color: #ca9631;
}
.btn-filled:hover {
  background: #fff;
  color: #ca9631;
  border-color: #fff;
}


.nav-1 {
  background: #333;
  background: rgba(30, 30, 30, 0.4);
  background: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  max-width: 1580px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nav-1:hover {
  background: rgba(30, 30, 30, 0.9);
}
.nav-1 .logo {
  max-height: 50px;
  max-width: 100%;
  margin-bottom: 15px;
}
@media all and (max-width: 1200px) {
  .nav-1 .logo {
  }
}

.nav-1 ul li a {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin: 24px 0px 16px 0px;
  color: #ca9631;
  font-size: 13px;
  margin: 0;
  padding: 18px 24px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  opacity: 0.7;
}
.section-head {
  background:#000000;
}