@font-face {
    font-family: "myfont";
    src: url("Fonts/Montserrat-Medium.ttf")  format('truetype');
    font-style: normal;
    font-weight: 400;

}

body {
    line-height: 2;
    letter-spacing: 1px; 
    color: #464646;
    font-size: 16px; 
    font-family:  "myfont" ;
    background: white;
}
a{
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    a:hover {
    text-decoration: none;
    color: #97C950;
}
a:active a:focus{
 text-decoration: none;
}


@media (max-width: 750px){
  .container{
      padding-left: 15%;
      padding-right: 15%;
      margin-top: 30px;
      margin-bottom: 30px;
  }
}
@media (min-width: 750px){
  .container{
      padding-left: 5%;
      padding-right: 5%;
      margin-top: 30px;
      margin-bottom: 30px;
  }
}
.headertext{
  position: absolute; top: 45%; left: 50%;transform: translate(-50%, -50%); font-size: 22px; text-align: center; color: #fff;
}
.headertext-home{
  position: absolute; top: 45%; left: 50%;transform: translate(-50%, -50%); font-size: 22px; text-align: center; color: #fff;
}

.headerbacklink{
  position: absolute; top: 10%; left: 10%;transform: translate(-10%, -10%); font-size: 12px; text-align: center; color: #fff;
}
.headerbacklink a, a:hover, a:focus, a:active{
  color: #fff;
}
.headerbacklink a:hover{
  color: #fff;
  text-decoration: none;
}
.headerbacklink a:focus{
  color: #fff;
  text-decoration: none;
}



.button {
    border-radius: 20px;
    background-color: #97C950;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px !important;
    padding: 1px 16px !important;
    transition: all 0.3s;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    outline:none;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.3s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.2s;
  }
  
  .button:hover span {
    padding-right: 20px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

  @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.2, 1.2);
    }
  }
  
  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.2, 1.2);
    }
  }
  
  
  .item-home {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
    width: 100%; opacity: 0.3;
    max-height: 700px;
    overflow-y: hidden;
  }
  .item{
    max-width: 100%;
    max-height: 700px;
    overflow:hidden;
    position:relative;
  }
  
  .item-home {
    background: #000; overflow: hidden;
  }
  .carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: #000 0.8;
  
  }
  
  .carousel.carousel-fade .active.item {
    opacity:1;
  }
  
  .carousel.carousel-fade .active.left,
  .carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  

/*---------------
Nav Bar
-----------------*/
.bg{
    border: 0px !important;
    background-color: white !important;
}

#navbarButton{
    background:transparent; 
    border-color: #97C950;
}
nav > ul > li > a{
    margin-right:12px;
}
.active{
    color: #97C950 !important;
}

.navbar{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
/*---------------
Nav Bar
-----------------*/
.products-tiles{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.title{
    color: #97C950;
    text-align: center;
}
.about-text p{
    text-align: justify;
    margin-top: 30px;
}
.products-tiles img{
    width: 30%;
    height: 30%;
}
.products h3{
    font-size: 18px;
}
.productbutton{
    margin-bottom: 60px;
}

@media (max-width: 992px){
  .products-tiles1{
      display: none;
  }
}
@media (min-width: 992px){
  .products-tiles1{
      display: block;
  }
}

.panel-heading
{
  color: white;
  background: #97C950 !important;
}

.panel-title a
{
  color: white !important;
  text-decoration: none;
}
.panel-title a:hover
{
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.panel
{
  width: 85%;
  margin: auto;
  border: 0px !important;
  border-radius: 5px 5px !important;
  cursor: pointer;
}
@media (max-width: 600px){
.panel
{
  width: 100%;
  margin: auto;
}
}

.sitemap{
  background: #97C950;
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.sitemap li{
  margin-bottom: 15px;
}
.sitemap a{
 color: white;
 text-decoration: none;
}

.sitemap a:hover{
  color: white;
  text-decoration: none;
  
 }

.container-sitemap{
  margin-bottom: 0px !important;
}

footer{
  background-color: #97C950; color: #FFFFFF; padding: 10px 0px;
  font-size: 12px;
}
footer a {
   color: #FFFFFF; 
   text-decoration: none;
}
footer a:hover{
  color: #FFFFFF; 
  text-decoration: none;
}

.profile-list {
  cursor: pointer;
}
#profile div{
  border-top: 1px solid rgba(134, 134, 134, 0.3);
  border-bottom: 1px solid rgba(134, 134, 134, 0.3);

}
.profile-active {
  color: #97C950;
}

.profile-desc-title{
  font-size: 20px !important;
}

.profile-tiles{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.profile-tiles img{
  width: 22%;
  height: 22%;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 300px;
  height: 450px;
  margin: auto;
  border: 0px solid white;
  border-radius: 10px;
  padding-bottom: 20px;
}
.card p{
  padding: 10px 25px ;
  text-align: justify;
}
.card img{
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.card-button{
  bottom: 15px;
  left: 37%;
  position: absolute;
}
.card-button:hover{
  left: 35%;
  position: absolute;
}

.title-contact{
  text-align: left !important;
}

.contactform a{
  color: #464646;
}

.contactform a:hover, a:focus, a:active{
  color: #464646;
  text-decoration: none;
}

.mapouter{
  height:100%;
  width:100%;}
.gmap_canvas {
  overflow:hidden;
  background:none!important;

  width:100%;
  margin-bottom: -10px;
}


@media (min-width: 100px){
  /* width */
  ::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px white;
    background: transparent; 
    border-radius: 1px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #15300d;
    border-radius: 25px;
  }

  }

  .parent{
    margin: 20px 0px 0px 20px;
    float:left;
}
.child{
    float:left;
    font-size: 13px;
}

.child1{
  color: #343434;
  width: 125px;
  text-align: left;
}
.child2{
  width: 150px;
  text-align: left;
  
}
.button1 {
  font-size: 15px !important;
  padding: 1px 16px !important;
  left: 39% !important;
}
.button1:hover{
  left: 37% !important;
}
.button2{
  font-size: 10px !important;
  padding: 1px 8px !important;
  box-shadow: none;
}

.table {
  max-width: 100%;
 
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 2px; 
  font-size: 10px;
  border-left:0px;
  border-right: 0px;    
}
@media (max-width: 735px){
  .smallscreen
  {
    display: block;
  }
  .largescreen
  {
    display: none;
  }
  .headerbacklink{
    display: none;
  }
  .form1{
    display: none;
  }
  .headertext-home{
    font-size: 14px;
  }
  .home-category{
    font-size: 18px;
  }
  .button2{
    font-size: 10px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;

  }
}
@media (min-width: 736px){
  .smallscreen
  {
    display: none;
  }
  .largescreen
  {
    display: block;
    
  }
  td, th {
    font-size: 14px !important;
  }
  .button2{
    font-size: 18px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;

  }
  .headertext{
    font-size: 48px;
  }
  .form2{
    display: none;
  }

  .headertext-home{
    font-size: 32px;
  }
  .home-category{
    font-size: 40px;
  }
  
}
.productDetailTitle{
  font-size: 14px;
  font-weight: bold;
} 
