body {
  font: 400 16px Lato, Tahoma, Geneva, sans-serif; /*Lato is the main font with Tahoma and Geneva as fallback fonts */
  line-height: 1.5;
  color: #222;
}
h1 {
  font-size: 48px;
  color: #66B032;
  margin-bottom: 20px;
}
h2 {
  font-size: 32px;
  color: #66B032;
  margin-bottom: 20px;
}
h3 {
  font-size: 32px;
  color: #222;
  margin-bottom: 20px;
}
h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.side-info {
  font-size: 12px;
}

.sites-container {
  padding: 60px 100px;
}
.prod-sites-container {
  padding: 60px 20px;
}

#img-text-container {
    position: relative;
    text-align: center;
    color: white;
}
#text-container {
    position: absolute;
    bottom: 30px;
    left: 0px;
    text-align: left;
    padding: 15px;
    background-color: rgba(0,0,0,0.7);
    width: 40%;
}
#text-cont-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
#modal-container {
  position: relative;
}
#modal-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #222;
  padding: 1px;
}
#modal-icon:hover {
  cursor: zoom-in;
}
.modal {
  z-index: 100001 !important;
}
.modal-content {
  margin: auto;
  display: block;
}
.modal-dialog {
  width: 80%;
}

.thumbnail {
  padding: 10px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 2em rgba(0,0,0,0.15);
}
.prod-thumbn {
  box-shadow: 0 0 2em rgba(0,0,0,0.15);
}
.prod-thumbn img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.output-thumbn {
  width: 100%;
  font-size: 0.85vw;
}
.output-thumbn img {
  width: 70%;
  margin-right: 5px;
}
.output-thumbn > .caption {
  padding-top: 0;
}
#stockinfo {
  font-size: 14px;
  background-color: #66B032;
  color: white;
  line-height: normal;
  padding: 2.5px;
  text-align: center;
}

.tabble {
   line-height: normal;
}
.tabble > li {
  margin-bottom: 10px;
}
.navbar {
  margin-bottom: 0;
  background-color: black;
  z-index: 9998;
  border: 0;
  font-size: 16px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 3px;
  border-radius: 0;
}
.navbar-header > .navbar-brand {/*so that the logo takes the full height of the navbar*/
  padding: 0;
}
.navbar > .container {
  margin-left: 10px;
}
.navbar li a, .navbar li, .navbar .navbar-brand {
  color: #66B032 !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #66B032 !important;
  background-color: rgb(236,236,236)!important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}
.dropdown-menu {
  letter-spacing: 0px;
  border-radius: 0px;
  padding-left: 15px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  padding-left: 0;
  display: none;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.rotate270 { /*turning the carret in the navbar by 90 degrees*/
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

a .delinkd, .delinkd { /*links are per default green bold, this class resets it */
  color: #222222;
  font-weight: normal;
}
.linkd {
  color: #66B032;
  font-weight: bold;
}

a[class="thumbnail prod-thumbn"] > img:hover {
  opacity: 0.75;
}

.sidenav { /* Product Tree on Products' pages style up to .sidenav h4 */
    height: 100%;
    width: 180px;
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: rgb(236,236,236);
    overflow-x: auto;
    padding: 65px 0px 65px 10px;
    font-size: 14px;
    line-height: normal;
}
.sidenav a {
    color: #222222;
    display: block;
}

.sidenav .pr {
    padding-left: 15px;
}
.sidenav .sub-pr {
    padding-left: 30px;
}
.sidenav .current {
    background-color: white;
    color: #66B032;
    font-weight: bold;
}
.sidenav li {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.sidenav h4 { /*product categories in Product Tree have larger paddings*/
  margin-top: 15px;
}
.main {
  margin-left: 180px; /* Same as the width of the sidebar*/
  padding: 0px 10px;
}

.carousel-container { /* output examples' carousel styles up to .carousel-control.right */
  width:100%;
  padding: 0;
}
#outputsCarousel .carousel-thumbn {
  background-color: black;
  width: 80%;
  margin: auto;
}
#outputsCarousel .carousel-thumbn > img {
  width: 70%;
  margin: auto;
  margin-right: 15px;
}
#outputsCarousel .carousel-thumbn > .caption {
    color: white;
}
#outputsCarousel .carousel-control.left{
  background-image: -webkit-linear-gradient(left, black 0, white 100%) !important;
  background-image: -moz-linear-gradient(left, black 0, white 100%) !important;
  background-image: -o-linear-gradient(left, black 0, white 100%) !important;
  background-image: linear-gradient(to left, black 0, white 100%) !important;
  width: 10%;
}
#outputsCarousel .carousel-control.right{
  background-image: -webkit-linear-gradient(right, black 0, white 100%) !important;
  background-image: -moz-linear-gradient(right, black 0, white 100%) !important;
  background-image: -o-linear-gradient(right, black 0, white 100%) !important;
  background-image: linear-gradient(to right, black 0, white 100%) !important;
  width: 10%;
}
ul {
  list-style-type: square;
}
hr {
  color: black;
}
article a {
  color: #66B032;
  font-weight: bold;
}
article a:hover {
  color: #9BD770;
}

.stndrd-btn {
  background-color: #66B032;
  color: white;
  border: none;
  font-weight: bold;
  padding: 15px 30px;
  margin: 15px 0px;
}
.stndrd-btn:hover {
  background-color: #9BD770;
}

.dwnlds-container { /*download boxes'styles up to .dwnlds-container i*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.dwnlds-container > div  {
  color: #66B032;
  line-height: normal;
  box-shadow: 0 0 2em rgba(0,0,0,0.15);
  padding: 15px;
  margin: 10px;
  flex: 1 0 225px;
  max-width: 350px;
}
.dwnlds-container > div:hover {
  color: #EBF7E3;
}
.dwnlds-container .d-name {
  font-weight: bold;
  font-size: 18px;
}
.dwnlds-container .d-inf {
  font-size: 12px;
  color: rgb(97,97,97);
  font-weight: normal;
  /*vertical-align:top;*/
}
.dwnlds-container i {/*size of the file type icon */
  font-size: 60px;
  float: left;
  margin-right: 15px;
}

.contact-box { /* Contact us page styles up to .contact-box .contact-mail*/
  color: #66B032;
  line-height: normal;
  box-shadow: 0 0 2em rgba(0,0,0,0.15);
  padding: 25px 15px;
  margin-bottom: 15px;

}
.contact-box .icon {
  font-size: 45px;
  margin-right: 10px;
}
.contact-box .contact-type {
  font-size: 18px;
  font-weight: bold;
}
.contact-box .contact-mail {
  color: #222222;
  font-size: 16px;
}

.app-notes .app-n-title {
  font-weight: bold;
  font-size: 18px;
}
.app-notes i {
  font-size: 60px;
  float: left;
  margin-right: 15px;
}
.quote {
  display:block;
  font-size: 24px;
}
.quote > i {
  color: #66B032;
  font-size: 32px;
}

.error {
  color: #A70F01;
  }
footer {
  background-color: black;
  color: #66B032;
  padding: 1px 15px;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}
footer a {
  color: #66B032;
}
footer a:hover {
  color: white;
}
.slideanim {visibility:hidden;}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
@keyframes slide {
0% {
  opacity: 0;
  transform: translateY(70%);
}
100% {
  opacity: 1;
  transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
0% {
  opacity: 0;
  -webkit-transform: translateY(70%);
}
100% {
  opacity: 1;
  -webkit-transform: translateY(0%);
}
}
@media screen and (max-width: 768px) {
  .sites-container {
    padding: 60px 20px;
  }
  h1 {
    font-size: 5vw;
    margin-bottom: 15px;
  }
  h2, h3, #text-cont-header {
    font-size: 4vw;
    margin-bottom: 15px;
  }
  body, #stockinfo, .side-info {
    font-size: 3vw;
  }
  /*ensure the output & carousel images in thumbnails look properly on small screens*/
  .pull-right, .pull-left {
    float: none !important;
  }
  .output-thumbn img {
    width: 100%;
  }
  .output-thumbn>.caption, .thumbnail>.caption {
    font-size: 2vw;
    text-align: center;
  }
 .sidenav {
    display: none; /* Product Tree not shown on small screens*/
  }
 .main {
    margin-left: 0px;
  }
  #outputsCarousel .carousel-thumbn > img {
    width: 100%;
    margin-right: 0px;
  }
  #text-container {
    width: 100%;
    bottom: 0px;
  }
}