body {margin:0; padding:0; background-color:#FFF; color:#333; font-family:Verdana, Geneva, sans-serif;}
.clear { clear:both;}
i a {font-size:1vw;}
h1 { font-size:3em; color:#999; vertical-align:baseline; font-weight:lighter; margin-left:2%; padding-top:5%; line-height:5vw;}
h4 { text-align:center; line-height:5vw;}
.txt { font-size:4vw; padding:3%; line-height:5vw; text-align:justify; overflow:hidden; display:inline-block; margin-bottom:2%; }
.container { width:100%; height:100vh; display:grid; grid-template-columns: auto; grid-template-rows:5% 20% 65%; position:relative;}

.menu { padding-top:3vh; }
nav { width:100%; margin:0 auto; display: grid; grid-template-columns:16% 16% 16% 4% 16% 16% 16%;}
nav > div {text-align:center; vertical-align:middle;}
nav > div a { text-decoration:none; color:#333;  font-size:3vw; }
nav > div a:hover { text-decoration:underline; color:#C00;}
.imgsl {background:url(../img/p01.png) no-repeat left bottom; background-size: 150% auto;}
.top { width:100%; }
.middle { width:100%; bottom:0; margin-bottom:0; }
.middle h2 { text-align:center; vertical-align:bottom !important; line-height:5vh; padding-top:3%; font-size:5vw; font-weight:lighter; }
.img {width:50%;}

.img1{ width:50%; float:left !important;}

.imgsl {background:url(../img/p01.png) no-repeat left bottom; background-size: 100% auto;}
.middle3col { width:100%; display: grid; grid-template-columns:auto; grid-template-row:auto auto auto; }
.txt1 {font-size:3vw; line-height:4vw; text-align:justify; padding:0 5%; margin:2% 2% 15% 2%; height:auto;}
.middle2 { width:98%; margin:0 auto; text-align:center; padding:0 1%; clear:both; -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2); margin-bottom:3%;}

.middle2col { width:100%; display: grid; grid-template-columns:auto; grid-template-row:50% auto;  }

.footer { position: fixed; bottom:0; background:#232323; color:#CCC;  text-align:center; float:none; line-height:4vw; width:100%; padding:2%; font-size:3vw; }
.footer a{ color:#CCC; text-decoration:none; font-size:3vw;  }


.animated { 
  animation-duration: 1s; 
  animation-fill-mode: both; 
} 

@keyframes zoomIn {
 from {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
 }

 50% {
  opacity: 1;
 }
}

.zoomIn {
 -webkit-animation-name: zoomIn;
 animation-name: zoomIn;
}

.dropdown {
  display: inline-block;
  overflow: hidden;
  height: auto;
  width: 70%; margin-bottom:5%; margin-left:10%;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 5px;
  line-height: 5vw;
  font-size: 4vw;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; 
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}
#contact-form textarea{
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); 
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); border:0; width:100%;}

#contact-form input{
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); 
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); border:0; height:40px; width:100%;  }

#contact-form .btn { background-color:#1c2b4b; color:#FFF; width:100px; height:40px; -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); 
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);  }

