/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1080px) {

.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;
}

}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (max-width: 959px) {
.text-center{
 text-align: left;
 padding-bottom:10px;
 }

}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {

.text-center{
 text-align: left;
 padding-bottom:10px;
 }
.carousel-control.right span, .carousel-control.icon-next span {
    right: 20%;
}
.carousel-control.left span, .carousel-control.icon-prev span {
    left: 15%;
}

}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 440px) {

.text-center{
 text-align: center;
 }
 .text-left{
 text-align: left;
 }
.logo{
 text-align: center;
 padding-top:20px;
 } 
 .header{
 text-align: center;
 padding-top:60px;
 }
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 827px) {

.text-center {
  text-align: center;
  padding-bottom:10px;
}
}


