@import url(http://fonts.googleapis.com/css?family=Merienda:400,700);
/*--- Nav Font --*/
@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700);
/*--- Body Font --*/
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);

* {
  margin: 0;
  padding: 0;
  border: 0;
}



body {
  background-color: #FEFBEF;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px position: relative;
}

h1 {
  font-family: 'Shadows Into Light Two', cursive;
  text-align: center;
  font-size: 200%;
  color: #49311c;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 4% 0;
}

h3 {
  font-family: 'Shadows Into Light Two', cursive;
  text-align: center;
  color: #4A4444;
  text-transform: uppercase;
  letter-spacing: 1%;
  padding-top: 10px;
}

p {
  padding: 2%;
  color: #4A4444;
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
}

#banner-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

/*--img slider --*/
.slider {
  width: 100%;
}

.slider1 img {
  min-width: 50%;
  margin: 0 auto;
}

.slider .bx-wrapper .bx-controls-direction a {
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 40%;
  height: 71px;
  width: 40px;
  z-index: -1;
  transition: all 0.7s;
}

.slider .bx-wrapper:hover .bx-controls-direction a {
  z-index: 5;
}

.slider .bx-wrapper .bx-prev {
  background: #000 url("../img/left-arrow-white.png") no-repeat 8px 13px;
  left: 0px;
  opacity: 0.3;
}

/*hover active */
.slider .bx-wrapper .bx-prev:hover {
  opacity: 0.6;
}

/*right button */
.slider .bx-wrapper .bx-next {
  background: #000 url("../img/right-arrow-white.png") no-repeat 10px 12px;
  right: 0px;
  opacity: 0.3;
}

/*hover active */
.slider .bx-wrapper .bx-next:hover {
  opacity: 0.6;
}

/* 1 half style */
.one-half {
  width: 46%;
  float: left;
  margin: 2% 0 3% 4%;
  text-align: center;
}

.one-third {
  width: 28%;
  float: left;
  margin: 2% 0 3% 4%;
  opacity: 0.9;
  text-align: center;
}

.one-third i {
  color: #F0A830;
  font-size: 585%;
}

.one-third h1 {
  color: #FFFFFF;
}

.footercontact {
  text-align: center;
}

.google-maps {
  position: relative;
  padding-bottom: 65%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
}

.left-col {
  width: 60%;
  float: left;
  margin: 4% 0 4% 4%;
}

.sidebar {
  width: 26%;
  float: right;
  margin: 4% 4%;
  opacity: 0.7;
}

/*clear fix */
.clearfix {
  clear: both;
}

/*parallax section */
.parallax-1 {
  background: url("../img/cf.jpg") repeat fixed 100%;
  opacity: 0.9;
  text-align: center;
}

.parallax-inner {
  padding-top: 90px;
  padding-bottom: 300px;
}

.parallax-2 {
  background: url("../img/bkg3.jpg") repeat fixed 100%;
  opacity: 0.5;
  text-align: center;
}

/*inner paragraph*/
.parallax-inner h3{
  font-size: 180%;
  font-weight: bold;
}

.parallax-inner p {
  color:   #4A4444;
  font-weight: bolder;
}


footer {
  background: #262E37;
  width: 100%;
  margin-top: 5%;
  padding: 1% 0;
  overflow: auto;
}

footer p {
  color: #FFF;
  text-align: center;
}

/*alert form*/
.aform {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.form-content {
  background-color: #FEFBEF;
  margin: 20% auto;
  padding: 20px;
  width: 70%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
}

.closeBtn {
  color: #ccc;
  float: right;
  font-size: 30px;
}

.closeBtn:hover, .closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.tab {
    display: inline-block;
    text-align: center;
    margin-left: 15%;
}


/* media queries */
/*standard ipad*/
@media screen and (max-width: 768px) {
  .slider .bx-wrapper .bx-controls {
    display: none;
  }

  .parallax-inner {
    display: none;
  }

  .one-third {
    width: 100%;
    margin: 4% 0;
  }

  .one-half {
    display: none;
  }

  h1 {
    font-size: 125%;
  }

  .left-col {
    width: 100%;
    margin: 0 0 3% 0;
  }

  .sidebar {
    width: 100%;
    margin: 0;
  }

  img {
    width: 100%;
  }

  h3 {
    padding-top: 3%;
  }
}
