/*
 * DISPLAY SOLUTIONS 2018
 * Copyright 2011-2018
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1%;
}
 body {
  /*padding-top: 120px;*/
   }
 header.header{
   background: url("../img/nav-03.png") no-repeat #0074c5;
   background-size: cover;
   background-position: center;
   color: #ffffff;
   /*margin-top: -120px;*/
   min-height: 70px;
   min-width: 100%;
   position: fixed;
  z-index: 20;

 }
  header.header div {
    float: left;
  }
  header.header img{
    width: 220px;
  }
  header.header nav{
    color: #ffffff;
    max-width: 1100px;
    align-content: center;
    margin: auto;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }

  header.header nav ul li{
    float: right;
    list-style: none;
    padding: 10px;
  }
  header.header nav ul li a{
    color: #ffffff;
  }
  nav .eslogan p{
    margin: 5px 20px -10px 25px;
    min-width: 250px;
    text-align: center;
    display: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all  0.6s;
    transition: all  0.6s;
  }
  nav .search{
    background: rgba(255, 255, 255, 0);
    border: solid #ffffff 2px;
    color: #ffffff;
    border-radius: 0;
  }
  nav .search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
  }
  nav .search::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
  }
  nav .search:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
  }
  nav .search:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
  }
  header.header nav ul li:hover  {
   background: url("../img/hightlight.png") no-repeat center bottom;
   background-size: 100% 10%;
  }
  header.header nav ul li:nth-child(4):hover  {
   background: url("../img/hightlightp.png") no-repeat center bottom;
   background-size: 100% 10%;
  }
  header.header nav ul li a:hover {
    color: #a6ffff;
    text-decoration: none;
  }
  header.header nav ul li:nth-child(4) a:hover {
   color: #00ff7e;
  }
  section.content {
    padding-top: 69px;
  }
  .carousel {
    padding-top: 69px;
  }
 .carousel-indicators li{
  background-color: #0074c5;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 10px;
  max-width: 10px;
  height: 10px;
}
 .carousel-indicators .active{
  background-color: #a7d9fc;
  border: 1px solid #0074c5;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-item.active{
  display: block;
}
.carousel-item img{
  width: 100%;
  height: 100%;
}

.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    background-image: url(../img/next-prev.png);
    background-size: 130%;
    background-position: 10px 0;
}

.carousel-control-next-icon {
    width: 30px;
    height: 30px;
    background-image: url(../img/next-prev.png);
    background-size: 130%;
    background-position: -20px 0;
}
.slide1-text {
    left: 0;
    top: 0;
    width: 60%;
    margin: auto;
    padding: 1.5%;
    position: absolute;
    text-align: left;
}
.slide1-text h2{
  color: #fff;
  font-size: 3.6vw;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide1-text h3{
  color: #fff;
  font-size: 3.2vw;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide1-text h1{
  font-size: 4vw;
  font-weight: bold;
  padding-top: 5%;
  font-style: italic;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide1-text h4{
  font-size: 2.8vw;
  padding-right: 25%;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide1-text ul{
  font-size: 2vw;
  padding-right: 25%;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide1-video{
  right: 5.2%;
  top: 10%;
  width: 20.5%;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  text-align: left;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.slide1-video iframe{
  width: 90%;
  height: 77%;
  background-color: #000;
}
.slide2-text {
    left: 0;
    top: 0;
    width: 100%;
    margin: auto;
    padding: 0.5% 5%;
    position: absolute;
    text-align: left;
}
.slide2-text h1{
  font-size: 4vw;
  font-weight: bold;
  padding-top: 5%;
  font-style: italic;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide2-text h4{
  font-size: 2.8vw;
  padding-right: 25%;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide3-text {
    left: 20%;
    top: 0;
    width: 30%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
}
.slide3-text h1{
  font-size: 4vw;
  font-weight: bold;
  padding-top: 5%;
  font-style: italic;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide3-text h4{
  font-size: 2.4vw;
  padding-top: 5%;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide3-video{
  right: 0;
  top: 0;
  width: 38%;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  text-align: left;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide3-video iframe{
  width: 90%;
  height: 100%;
}
.slide4-text {
    left: 1%;
    top: 0;
    width: 100%;
    margin: auto;
    padding: 1%;
    position: absolute;
    text-align: left;
}
.slide4-text h1{
  font-size: 4vw;
  font-weight: bold;
  font-style: italic;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide4-text h4{
  font-size: 2.4vw;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide5-text {
    left: 0.5%;
    top: 20%;
    width: 42%;
    margin: auto;
    padding: 4%;
    position: absolute;
    text-align: left;
}
.slide5-text h1{
  font-size: 4vw;
  font-weight: bold;
  font-style: italic;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide5-text h4{
  font-size: 2.4vw;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide5-video{
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  margin: auto;
  padding: 0;
  position: absolute;
  text-align: left;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.slide5-video iframe{
  width: 100%;
  height: 100%;
  padding: 1%;
}


#canvas {
  width: 100px;
  height: 60px;
}
#animation_container {
  width: 100px;
  height: 60px;
  position: fixed;
  bottom: 30%;
  right: 0;
}


.info{
  background: #d5effc;
}
.container img{
  border: #5ab5ea solid 2px;
  border-right:  #a7d9fc solid 2px;
  border-bottom:  #a7d9fc solid 2px;
  border-radius: 20px 0;
  width: 100%;
  height: auto;
}
.info .container .row div{
  padding-top: 200px;
  padding-bottom: 20px;
}
.info .container .row div:nth-child(1){
  background: url("../img/icos-07.png") no-repeat #c1e1f8;
  background-size: auto 40% ;
  background-position: center 20px;
}
.info .container .row div:nth-child(2){
  background: url("../img/icos-08.png") no-repeat #d5effc;
  background-size: auto 40% ;
  background-position: center 20px;
}
.info .container .row div:nth-child(3){
  background: url("../img/icos-09.png") no-repeat #c1e1f8;
  background-size: auto 40% ;
  background-position: center 20px;
}
.info .container .row div:hover{
  background-color: #a7d9fc;
  box-shadow: 0 0 20px #999999;
  z-index: 6;

}
.info .container .row div h3{
  text-align: center;
}
section .container object{
  width: 100%;
  height: auto;
  min-height: 400px;
}
form input{
  width: 100%;
  border: solid 1px #a7d9fc;
  border-radius: 0 10px;
}
form textarea{
  width: 90%;
  height: 150px;
  border: solid 1px #a7d9fc;
  border-radius: 0 20px;
  padding: 10px;
  margin: 3px;
  color: #666666;
}
#map {
  min-height: 300px;
  background: #8fbfe8;
}
footer{
  background: url("../img/nav-03.png") no-repeat #a7d9fc;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  min-height: 120px;
  min-width: 100%;
  z-index: 7;
}
footer p{
  float: left;
}
footer a{
  color: #aedaff;
}
.modal-body img{
  max-width: 100%;
  width: 100%;
}
.modal-dialog {
  width:90%;
  max-width: 90%;
}
.modal-footer{
  padding: 0;
}
.thumbnail {
  margin-bottom:10px;
}
.hidden {
   visibility: hidden;
}
.promo .modal-dialog {
  max-width:600px;
}

@media (min-width: 380px) {
  #canvas {
    width: 150px;
    height: 100px;
  }
  #animation_container {
    width: 150px;
    height: 100px;
    position: fixed;
    bottom: 30%;
    right: 0;
  }
}
@media (min-width: 560px) {
  header.header nav ul li{
    width: 50%;
    float: left;
    margin: 0;
  }
    #canvas {
      width: 200px;
      height: 130px;
    }
    #animation_container {
      width: 200px;
      height: 130px;
      position: fixed;
      bottom: 30%;
      right: 0;
    }
  section .container object{
    width: 100%;
    height: auto;
    min-height: 600px;
  }
  footer{
    min-height: 80px;
  }
}
@media (min-width: 1000px)  {

    header.header{
      -webkit-transition: height 0.3s;
      -moz-transition: height 0.3s;
      transition: height 0.3s;
    }
   header.header.shrink {
      position: fixed;
      z-index: 9;
   }
   header.header nav{
    min-height: 120px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
   }
   header.header.shrink nav{
     color: #ffffff;
     max-width: 1100px;
     align-content: center;
     margin: auto;
     height: 65px;
     min-height: 65px;
     -webkit-transition: all 0.6s;
     -moz-transition: all  0.6s;
     transition: all  0.6s;
   }
   header.header img{
     margin-top: -40px;
     -webkit-transition: all 0.6s;
     -moz-transition: all  0.6s;
     transition: all  0.6s;
   }
   header.header.shrink img{
     width: 200px;
     margin-top: 0px;
     margin-bottom: 0px;
     -webkit-transition: all 0.6s;
     -moz-transition: all  0.6s;
     transition: all  0.6s;
   }
   header.header nav .eslogan{
    position: absolute;
    top: 5px;
    margin-left: 250px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
   }
  header.header.shrink nav .eslogan{
    height: 0;
    margin-top: -50px;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all  0.4s;
    transition: all  0.4s;
   }
   header.header nav ul{
     position: absolute;
     bottom: 0;
     width: 75%;
     -webkit-transition: all 1s;
     -moz-transition: all 1s;
     transition: all 1s;
     }
     header.header.shrink nav ul{
       position: relative;
       bottom: 0;
       width: 75%;
       -webkit-transition: all 1s;
       -moz-transition: all 1s;
       transition: all 1s;
       }
   header.header nav ul li {
     color: #ffffff;
     width: 14.2%;
     padding-BOTTOM: 2px;
     margin: 0 10px ;
     text-align: center;
   }
   header.header nav ul li a{
     width: 100px;
     text-align: center;
     margin-top: 10%;
   }
   header.header nav ul li  {
     height: 65px;
     border-width: 0;
     border-style: solid;
     -webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
     -webkit-border-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
     -moz-border-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
     -o-border-image: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
     border-image: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   }
   header.header nav ul li:nth-child(1),
   header.header nav ul li:nth-child(4),
   header.header nav ul li:nth-child(5),
   header.header nav ul li:nth-child(6),
   header.header nav ul li:nth-child(7) {
    padding: 20px;
   }
  header.header nav .eslogan p{
     display: block;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
   }
   header.header nav form{
    position: absolute;
    visibility: visible;
    margin-top: -40px;
    right: 0%;
    visibility: visible;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
   }
   header.header.shrink nav form{
      visibility: hidden;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
   }
   .carousel {
     padding-top: 120px;
   }
   section.content {
     padding-top: 120px;
   }
   #animation_container{
     width: 300px;
     height: 200px;
     position: fixed;
     bottom: 30%;
     right: 0;
   }
   #canvas{
     width: 300px;
     height: 200px;
   }
   section .container object{
     width: 100%;
     height: auto;
     min-height: 800px;
   }
  form input{
    margin-left: 20px;
  }
  footer {
    min-height: 40px;
  }
  footer p{
    float: left;
    margin-right: 50px;
    margin-bottom: 0px;
  }
}
