/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1080px) {

h3 {
  font-size: 11px;
  font-weight: 100;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: #181414;
}

h5 {
    font-size: 10px;
    font-weight: 100;
    margin: 0;
    color: #000000;
   }

   .logo {
    display: inline !important;
    width:auto !important;
    padding-top: 20px;
 
  }

.is-sticky #header,
.is-sticky #hornav {
	position: relative !important;
	width: auto !important;
	top: 0 !important;
	left: 0;
	margin-left: 0;
}

.primary-container-background .primary-container {width: 100%;}

/* Disable CSS animations */
.animated {
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.carousel-control {
    display:none;

}
}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (max-width: 959px) {

 
}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
      width: 5px;
      height: 5px;
      margin-top: -10px;
      margin-left: -10px;
      font-family: serif;
    }

.carousel-control.right span, .carousel-control.icon-next span {
    right: 20%;
}
.carousel-control.left span, .carousel-control.icon-prev span {
    left: 15%;
}
.video iframe{left:0;top:0;height:100%;width:100%;position:absolute;}
}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 440px) {
.video iframe{left:0;top:0;height:100%;width:100%;position:absolute;}
	
}


