@charset "UTF-8";

/*Font type*/

h1,h2,h3,h4,h5,h6{
    font-family: 'Work Sans', sans-serif; 
}
ul,ol,a,span.i {
	font-family: 'Work Sans', sans-serif;
}
p {
	 font-family: 'Inconsolata', monospace;
     text-align: justify;
}
html, body{
	font-family: 'Inconsolata', monospace;
	background: #F8F4FF; 
}

header, .body-content, .card{
    margin-bottom: 40px;
}

/*This is for the div contents that have text and/or images in a shared column section*/
.info {
    margin-bottom: 24px;
}

/*This is for the div contents that are on seperate rows*/
.body-content{

}

ul {
   margin: 0 0; 
}

li {
    list-style: none;
    
}

.event {
  margin: 3em 0 0 0;
}

/*The horizontal scrolling words*/
.scroll-left {
 height: 50px;	
 overflow: hidden;
 position: relative;
 color: #F8F4FF;
 font-size: 20px;
 white-space: nowrap;
}

.scroll-left p {
 word-spacing: 3px;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 30s linear infinite;
 -webkit-animation: scroll-left 30s linear infinite;
 animation: scroll-left 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

/*The loading gif*/
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

/*Beginnig effects*/
.object, .object2, .object3{
	visibility: hidden;
}

/*This is for the menu and submenu links*/
.menu li > a {
  position: relative;
  color: #F8F4FF;
  text-decoration: none;
}

.menu2 li > a {
  float: left;
  margin: 0 4em;
  padding: 0 0.5em;
  color: #8EA86C;
  text-decoration: none;
}

.menu li > a:hover, .menu2 li > a:hover {
  color: #D4AF37;
}

.menu li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #D4AF37;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.menu li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*Pdf links*/
.small-6  a{
    font-weight: normal;
    color: #8EA86C;
    margin: 0;
    font-size: 0.875rem;
}

.small-6 a:hover {
    color: #283A10;
}

.small-6 img {
    height: 140px;
    width: 100px;
}

/*This is for the border of the sec*/
.border-line {
    padding-bottom:3em;
    border-bottom: 1px dashed #8EA86C;
}

/*The colored div, index*/
.color-band {
    background-color: #4D642D;
    min-height: 70%;
}

.color-band h4 {
    color: #F8F4FF;
    text-transform: uppercase;
    padding: 3em;
    text-align: center;
    border-bottom: 2px solid #D4AF37;

}

.color-band img{
    padding: 0.3em;
}

.color {
    background-color: #C3D6AA;
    padding: 1em;
}
.color2 {
    background-color: #D4AF37;
    padding: 1em;
}
/*This is for the image background on the header*/
.banner {
	background: url(../img/fixed.jpg)no-repeat center bottom ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position:  inherit;
	min-height:500px; /*erase till here*/
}
.banner h1, .banner h4{
    color: #F8F4FF;
    text-align: center;
    padding-top: 1.5em;
    text-transform: uppercase;
}
/*The image background header reduced*/
.banner5 {
    min-height: 300px;
}

.banner5 h2{
    color: #F8F4FF;
    display: block;
    text-align: center;
    padding-top: 1.0em;
}

/*This is for the navigation bar at the top of the page*/
.sticky{
    width: 100%;
}

.top-bar, .top-bar ul, .title-bar, menu{
  transition: padding .25s ease;
  background: #283A10;
  margin-top: 0;
  position: relative;
  filter:alpha(opacity=90); /* IE */
  -moz-opacity:0.9; /* Mozilla */
  opacity: 0.9; /* CSS3 */
}

/*This id for the submenu on empresa*/
.submenu {

    margin-bottom: 50px;
}

/*This section is for footer*/
.footer {
  margin-top: 10px;/*need to get this of later and put a padding to the center content*/    
  background-color: #283A10;
  text-align: center;
  font-size: 1.2rem;
  padding: 2rem; 
  color: #F8F4FF;
}

.footer p {
    text-align: center;
}

.footer .contacts {
    list-style-type: none;
    margin: 0;
    font-size: 1rem;
}

.footer .copywrite, .footer-des{
    color: #8EA86C;
    text-align: center;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; 
}

.footer .footer-links a {
    list-style: none;
    font-weight: normal;
    color: #F8F4FF;
    padding: 3rem 0 2rem;
    margin: 0;
    font-size: 0.875rem;
    vertical-align: middle;
}

.footer .footer-links a:hover {
    color: #8EA86C;
}

.a-footer{
    color: #F8F4FF;
}

.a-footer:hover {
    color: #8EA86C;
}

.footer-links a::after {
      content: "•";
      padding: 0 0.2rem 0 0.4rem; 
}

.footer-links a:last-child::after {
      content: "";
      padding: 0 0.4rem 0 0.8rem; 
}

.footer #footer-copywrite {
    border-top: 1px solid #D4AF37;
    border-bottom: 1px solid #D4AF37;
    padding: 10px 0;
}

/*This is for the card like boxes at the bottom of index*/
.card {
  box-sizing: content-box;
  overflow: hidden;
  color: #272727;
  height: 20em;
  border-left: 1px solid #8EA86C;
  text-align: center;
}

.card1 {
    border: none;
}
  .card .title {
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 300; 
}

  .card .content {
    padding: 1.3rem;
    font-weight: 300;
    border-radius: 0 0 2px 2px; 
}

  .card p {
    margin: 0; 
}

/*This is for the colored boxes of section empresa*/
.color-box {
    text-align: center;
    height: 50%;
    display: block;
    padding: 2em 0.5em 2em 0.5em;
    background-color: #D4AF37;
    color: #000;
    border: 2px solid #F8F4FF;
}

.color-box:hover {
    color: #F8F4FF;
    background-color: #B8860B;
}

/*Images of the section empresa*/
.img-row {
    display: block;
    margin-right: 1px;
    width: -webkit-calc(25% - 1px);
    width: calc(25% - 1px);
    float: left;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.img-row:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition-duration: 12s;
    transition-duration: 12s;
    -webkit-transition-timing-function: cubic-bezier(0.03, 1, 0, 0.85);
    transition-timing-function: cubic-bezier(0.03, 1, 0, 0.85);
}

.img-row img {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*Gallery*/
.gallery div {
    padding: 0 5px;
    margin-top: 10px;
}

.gallery-img:hover {
 -webkit-filter: grayscale(100%);
  opacity:8;
  transition: all 100ms!important;
  -webkit-transition: all 100ms!important;
  -moz-transition: all 100ms!important;
}

/*This is image on history*/
.history-img { 
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: grayscale(1);
  width: 100%;
}

.history-img:hover { 
  -webkit-filter: grayscale(0);
   cursor: pointer;
}

/*History images*/
.img-center {
    margin: auto;
    display: block;
}

/*The scrolling icon*/
.scrolling {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: none;
    text-indent: -9999px;
    background: url('../img/arrow.png') no-repeat;
}

/*This is for the form fields*/
[type=email], [type=text],  textarea {
    border: 1px solid #8EA86C;
}

fieldset .button{
    background-color: #8EA86C;
    border: 1px solid;
    border-color: #8EA86C;
}

fieldset .button:hover, .button:focus{
    background-color: #F8F4FF;
    color: #8EA86C;
}

.logo-section img {
  padding: 2em 0 0 0;
  margin: auto;
  display: block; 
    
}

/*This part of the css handles the FOUC of the topbar/menu when the page loads */
.no-js .top-bar {
  display: none;
}
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
    margin-top: 0;

  }
  .no-js .title-bar {
    display: none;
          margin-top: 0;
  }

}
@media only screen and (min-width: 40.063em) {
    .footer p {
      text-align: left; 
 
      }
    .footer .contacts {
      text-align: left; 
      }
    .footer .contacts > i {
      margin-right: 1rem;
      } 
}
@media screen and (min-width: 40em) {
     .body-content{
        margin-bottom: 100px;
    }
    header {
        margin-bottom: 100px;
    }
}

@media(max-width:1366px){
	.banner {
	    min-height: 600px;
	}
	.banner5 {
	    min-height: 155px;
	}
}
@media(max-width:1280px){
	.banner {
	    min-height: 630px;
	}
	.banner5 {
	    min-height: 150px;
	}
}
@media(max-width:1080px){
	.banner {
	    min-height: 600px;
	}
	.banner5 {
	    min-height: 145px;
	}
	.banner5 h2 {
	    padding-top: 20px;
	    font-size: 2.5em;
	    margin: 0;
	}
}
@media(max-width:1024px){
	.banner {
	    min-height: 580px;
	}
	.banner5 {
	    min-height: 145px;
	}
}
@media(max-width:991px){
	.banner {
	    min-height: 477px;
	}
	.banner5 {
	    min-height: 130px;
	}
   .color-band {
        min-height: 25%;
    }
}
@media(max-width:800px){
	.banner {
	    min-height: 410px;
    }
	.banner5 {
	    min-height: 130px;
	}
    .color-band h4 {
        padding: 1em;
    }
}
@media(max-width:768px){
	.banner {
	    min-height: 402px;
	}
    .banner h1, .banner h3, .hero h3{
        padding-top: 1em;
    }
	.banner5 {
	    min-height: 125px;
	}
    .card {
        border-left: none;
        border-bottom: 1px solid #8EA86C; 
    }
    .color-band {
        min-height: 25%;
    }
}
@media(max-width:640px){
	.banner {
	    min-height: 334px;
	}
    .banner h1, .banner h3, .hero h3{
        padding-top: 1em;
    }
	.banner5 {
	    min-height: 125px;
	}
    .card {
        border-left: none;
        border-bottom: 1px solid #8EA86C; 
    }
    .color-band {
        min-height: 25%;
    }
}
@media(max-width:480px){
	.banner {
	    min-height: 250px;
	}
    .banner h1, .banner h3, .hero h3{
        padding-top: 1em;
    }
	.banner5 {
	    min-height: 115px;
	}
    .card {
        border-left: none;
        border-bottom: 1px solid #8EA86C; 
    }
    .color-band {
        min-height: 20%;
    }
}
@media(max-width:414px){
	.banner {
	       min-height: 206px;
	}
    .banner h1, .banner h3, .hero h3{
        padding-top: 1em;
    }
	.banner5 {
	    min-height: 110px;
	}
    .card {
        border-left: none;
        border-bottom: 1px solid #8EA86C; 
    }
    .color-band {
        min-height: 25%;
    }
}
@media(max-width:384px){
	.banner {
	    min-height: 250px;
	}
    .banner h1, .banner h3, .hero h3{
        padding-top: 1em;
    }
	.banner5 {
	    min-height: 100px;
	}
    .card {
        border-left: none;
        border-bottom: 1px solid #8EA86C; 
    }
}
@media(max-width:375px){
	.banner {
	    min-height: 250px;
	}
    .banner h1, .banner h3, .hero h3{
        padding-top: 1em;
    }
	.banner5 {
	    min-height: 100px;
	}
    .card {
        border-left: none;
        border-bottom: 1px solid #8EA86C; 
    }
    .color-band {
        min-height: 20%;
    }
}
@media(max-width:320px){
	.banner {
	    min-height: 210px;
	}
	.banner5 h2 {
	    font-size: 1.8em;
	}
	.banner5 {
	    min-height: 95px;
	}
    .card {
        border-left: none;
        border-bottom: 1px solid #8EA86C; 
    }
    .color-band h4 {
        padding: 1em;
    }
}
