body{
  padding-top: 80px;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 16px;
}
section{
  padding: 80px 20px 80px 20px;
  min-height: 300px;
}

.unstyled{
  list-style-type: none;
  margin: 0;
  padding: 0; 
}

.grey{
  background: #f2f2f2;
}

.green{
  background-color: #2ab74d;
}

.white-pattern{
  background: url(../images/crossword.png) repeat;
}

.center{
  text-align: center;
}

.right{
  text-align: right;
}

.heading{
  font-weight: 400;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}

.vert-center {
  width: 80%;
  height: 80%;
  /*min-width: 200px;
  max-width: 400px;*/
  padding: 40px;
}

/*****************
Navigation
******************/

.navbar{
  margin-bottom: 0px;
  border-bottom: none;
  padding: 10px 0 10px 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.navbar-default{
  border-radius: 0px;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}

.navbar-default .navbar-nav li a{color: #aaa; transition: color 0.2s ease; margin-top: 5px;}
.navbar-default .navbar-nav li a:hover{color: #0D7946;}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus{
  color: #0D7946;
  background-color: #ffffff
}

img.logo{
  width: 100px;
  height: 63px;
}

.brand{
  padding-left: 10px;
}

.ir{
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: inline-block;
  text-indent: -999em;
}

[itemprop="logo"] {
  width: 100px;
  height: 63px;
  background-image: url(../images/logo2.png);
  background-size: cover;
}

/*****************
Jumbotron
******************/

.jumbotron{
  margin-bottom: 0px;
  height: 600px;
  background: #0D7946;
  color: #EFEFEF;
  font-family: 'Montserrat', sans-serif;

}

.jumbotron p{
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  padding: 25px 0 25px 0;

}

.jumbotron-thanks{
  position: fixed;
  width: 100%;
  min-height: 700px;
  background: #2ab74d;
  color: #EFEFEF;
  border-bottom: 1px solid #d9d9d9;
}

.jumbotron img{
  z-index: 35;
  margin-top: 20px;
  width: 500px;
  height: 368px;
}

.message{
  height: 100px;
  width: 100px;
  color: #fff;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel {
  max-height: 700px;
  overflow: hidden;
}

.carousel .item img {
  width: 100%;
  height: auto;
}


/* Declare heights because of positioning of img element */
/*.carousel .item {
  height: 600px;
  background-color: #777;
}*/
/*.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 600px;
}*/


/*****************
What We Do
******************/

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;

  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d; 
  -ms-transform-style: preserve-3d; 
  margin-top: 40px;
  margin-bottom: 20px;
}

      /*
      .flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
        filter: FlipH;
          -ms-filter: "FlipH";
      }
      */


      /* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
    
    /* END: Accommodating for IE */

.flip-container, .front, .back {
  width: 100%;
  min-height: 300px;
  border-radius: 3px;
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;

  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;

  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;

  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;

  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;

  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;

  transition: 0.6s;
  transform-style: preserve-3d;

  position: absolute;
  top: 0;
  left: 0;
}

.front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  color: #fff;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}

.back {
  background: #fff;
  padding: 0 5px 0 5px;
  -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.front .name {
  font-size: 2em;
  display: inline-block;
  background: rgba(33, 33, 33, 0.9);
  color: #f8f8f8;
  font-family: Courier;
  padding: 5px 10px;
  border-radius: 5px;
  bottom: 60px;
  left: 25%;
  position: absolute;
  text-shadow: 0.1em 0.1em 0.05em #333;
  display: none;

  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

#rnd{
  background-image: url(../images/rnd-usp.jpg);
  background-repeat: no-repeat;
}

#contract{
  background-image: url(../images/bottles-usp.jpg);
  background-repeat: no-repeat;
}

#marketing{
  background-image: url(../images/marketing-usp.jpg);
  background-repeat: no-repeat;
}

#bizdev{
  background-image: url(../images/bizdev-usp.jpeg);
  background-repeat: no-repeat;
}

.usp-image{
  height: 100px;
  width: 97px;
  margin-top: 60px;
}

.capabilities{
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left;
}

.modal-title{
  font-weight: bold;
}

/*****************
Contact Details
******************/

.contact-details{
  margin-bottom: 40px;
}

.contact-details ul{
  list-style-type: none;
  padding: 0px;
}

a.email:link{color: #292929; transition: color 0.2s ease;}
a.email:hover{color: #0D7946; text-decoration: none;}

.contact-form{
  margin-top: 20px;
  color: #292929;
}

.contact-form .btn{
  width: 100%;
  background-color: #25a244;
  color: #fff;
  border: none;
  -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
  transition: background-color 0.2s ease;
}

input, textarea { color: #000; }
.placeholder { color: #ff0000; }


.form-control{
  border-radius: 2px;
  border: none;
  color: #292929;
  height: auto;
  background-color: #fff;
  border-bottom: 2px solid #d9d9d9;
  box-shadow: none;
}

.contact-form .btn:hover{
  background-color: #2ab74d;
}

#submitmessage { color: #ff0000; }

/*****************
Footer
******************/

footer{
  height: 50px;
  padding-top: 10px;
  font-size: 11px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  color: #ccc;
}

footer a{ margin: 0 5px; }
footer a:link{color: #ccc; transition: color 0.2s ease;}
footer a:visited{color: #ccc;}
footer a:hover{color: #0D7946; text-decoration: none;}

footer a.email:link{color: #ccc; transition: color 0.2s ease;}
footer a.email:hover{color: #0D7946; text-decoration: none;}

#footer{
  position:fixed;
  left:0px;
  bottom:0px;
  width:100%;
  background: #fff;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  text-align: center;
  color: #fff;
  margin-top: 150px;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

.cover {
  padding: 0 20px;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
}

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}