.main-container h1 {
	color: black;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;

  font-weight: 100;
}

.main-container p {
	color: black;
	  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}






.has-dropdown li {
	background-color: #768643;
}




.logo {
	 max-width: 100%;
}



.search-form {
    background-color: #768643;
}

.module {
  display: inline-block;
  padding: 0 15px;
}



.label {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #768643;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 10px;
  vertical-align: middle;
}




ul.bullets {
  list-style: inside;
  color: #768643;
  font-size: 16px;
  line-height: 30px;
}

.widget-handle .search-form {
  padding: 8px;
  display: inline-block;
  width: 100%;
  line-height: 5px;
}
.widget-handle .search-form input {
  margin: 0;
  font-size: 12px;
    letter-spacing: 4px;
      font-weight: 500;
    color: #c3caad;
line-height: 56px;
}

input[type="submit"] {
  height: 53px;
  border: 3px solid #768643;
  background: #768643;
  color: #fff;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  border-radius: 0 !important;
}
.bg-primary input[type="submit"] {
  background: #fff;
  color: #859b5e;
}
input[type="submit"]:focus {
  outline: none;
}
input[type="submit"].hollow {
  background: none;
  border: 2px solid #333347;
  color: #333347;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
input[type="submit"].hollow:hover {
  background: #859b5e;
  color: #fff;
}



.kenburns .slides li:nth-of-type(odd) .background-image-holder {
  animation: kenBurnsEast 27s linear infinite alternate;
  -webkit-animation: kenBurnsEast 27s linear infinite alternate;
}
.kenburns .slides li:nth-of-type(even) .background-image-holder {
  animation: kenBurnsWest 27s linear infinite alternate;
  -webkit-animation: kenBurnsWest 27s linear infinite alternate;
}
@keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.3) translateX(100px);
    -webkit-transform: scale(1.3) translateX(100px);
  }
}
@-webkit-keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.3) translateX(100px);
    -webkit-transform: scale(1.3) translateX(100px);
  }
}
@keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@-webkit-keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-200px);
    -webkit-transform: scale(1.2) translateX(-200px);
  }
}
@media all and (max-width: 767px) {
  .kenburns .slides li .background-image-holder {
    animation: none !important;
    -webkit-animation: none !important;
  }
}




.progress-bars {
  margin-bottom: 8px;
}
.progress {
  height: auto;
  box-shadow: none;
}
.progress-bar {
  background: #768643;
  box-shadow: none !important;
}

.progress-bar-b {
  background: #768643;
  box-shadow: none !important;
}
.bg-primary .progress-bar {
  background: #768643;
}
.progress-1 {
  height: 62px;
  margin-bottom: 8px;
  border-radius: 0;
  border: none;
  color: #768643;
  
}
.progress-1:last-child {
  margin-bottom: 0;
}
.progress-1 .progress-bar {
  text-align: right;
  padding-right: 12px;
  line-height: 62px;
  border-radius: 0;
}

.progress-1 .progress-bar span {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 17px;

}














.play-button {
  color:black;
}

.logo {
  max-height: 100%;
}

.recent-posts {
    line-height: 18px;
}

.height-450 {
    height: 450px!important;
}



  .map-container {
    position: relative;
    padding-bottom: 65%;


    height: 0;
    overflow: hidden;
}


.map-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

th {
  text-align: left;
}

/* FOR APP CHART TABLE */

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 18px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e5ecd9;
}


.table-bordered {
background-color : #e5ecd9;
font-size : 16px;
border: 2px solid #fff;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #fff;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-hover > tbody > tr:hover {
  background-color: #ccdab3;
}

.main-container h5 {
  color: white;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 58px;
  line-height: 60px;
  font-weight: 100;

}
.v-align-transform {
  position: relative;
  transform: translate3d(0, -40%, 0);
  -webkit-transform: translate3d(0, -40%, 0);
  top: 50%;
  z-index: 2;
}

.module.widget-handle {
  border-top: none;
}

.search-form {
  background-color: #768643;
}


/***************************************************
    Timeline
***************************************************/

/* Timeline points */
.timeline-block .timeline-block-points {
	position: relative;
	width: 100%;
	height: 2px;
	margin-top: 45px;
	background-color: #6d8930;
}
.timeline-block .timeline-block-points:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	top: -7px;
	right: -1px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	display: block;
	text-align: right;
	font-size: 26px;
	color: #6d8930;
}
.timeline-block .timeline-block-points div {
	position: relative;
	width: 90%;
	height: 2px;
	margin: 0 auto;
}
.timeline-block .timeline-block-points .time-point {
	position: absolute;
	width: 15px;
	height: 15px;
	display: block;
	border: 2px solid #6d8930;
	background-color: white;
	margin-top: -7px;
	margin-left: -7px;
	border-radius: 50%;
}
.timeline-block .timeline-block-points .time-point:before {
	content: attr(data-time);
	position: absolute;
	top: -30px;
	left: -12px;
	width: 36px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-family: 'Lato', sans-serif;
color: #a6a6a5;
	text-align: center;
}
.timeline-block .timeline-block-points .time-point:nth-child(2n+2):before {
	top: 20px;
}
.timeline-block .timeline-block-points .time-point:hover,
.timeline-block .timeline-block-points .time-point.in-active {
	background-color: #6d8930;
	color: #6d8930;
}
/* Timeline content */
.timeline-block .timeline-block-content {
	margin: 80px 0 0;
	padding: 40px;
	list-style: none;
}
.timeline-block .timeline-block-content li {
	display: none;
}
.timeline-block .timeline-block-content li:after { content: ""; display: table; clear: both } /* clearfix */
.timeline-block .timeline-block-content li .timeline-block-image {
	width: 50%;
	float: left;
}
.timeline-block .timeline-block-content li .timeline-block-description {
	padding-left: 35px;
	overflow: hidden;
}
.timeline-block .timeline-block-content li h3 {
	line-height: 1.3;
	padding-bottom: 10px;
}

/* Resolution from 320px to 767px */
@media (min-width: 320px) and (max-width: 767px) {

	.timeline-block .timeline-block-content li .timeline-block-image {
		width: 100%;
		float: none;
		text-align: center;
	}
	.timeline-block .timeline-block-content li .timeline-block-description {
		padding-left: 0;
		padding-top: 30px;
	}

}


.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.2em; padding-top: 10; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

h2 {
  text-align: center;
  padding-top: 10px;
}

table caption {
	padding: .5em 0;
}

.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}



.modal-video iframe {
  position: absolute;
  width: 1200px;
  height: 677px;
  left: 50%;
  margin-left: -600px;
  margin-top: -300px;
  top: 50%;
  border: none;
}


.modal-video .ti-close {
  font-size: 36px;
  position: absolute;
  top: 64px;
  right: 64px;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .modal-video iframe {
    width: 640px;
    height: 360px;
    margin-left: -320px;
    margin-top: -160px;
  }
}
@media all and (max-width: 767px) {
  .modal-video video {
    width: 100%;
    padding: 0 15px;
  }
  .modal-video iframe {
    width: 100%;
    margin-left: -50%;
  }

  .embed-video-container {
  width: 100%;
  position: relative;
  display: inline-block;
}
.embed-video-container iframe {
  border: none;
  width: 100%;
  height: 312px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.modal-video .embed-video-container {
  width: 80%;
  max-height: 800px;
}
@media all and (max-width: 767px) {
  .embed-video-container iframe {
    height: 200px;
  }





