/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1080px) {

/* Disable CSS animations */
.animated {
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

/* Disable Parallax */
.parallax-bg1, .parallax-bg2, .parallax-bg3 {
    background-position: 50% 0 !important;
}

}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (max-width: 959px) {


}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;	
	}
	#header .container {
	}
	.logo-main img {
		display: none;
	}
	
	h2.article-title {
		font-size: 40px;	
	}
.intro { padding: 10px;  margin-top: 60px; border-radius: 0; margin-right: -20px; margin-left: -20px;}
.sub-img img {
	margin-bottom: 10px;	
}
.col-sm-7 {
	margin-top: 10px;
}

.container {
	padding-left: 20px;
	padding-right: 20px;	
}
.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) {

	
}



@media (max-width: 1026px) {
#footer li {
 text-align: center;
}
  
  #copyright {
    text-align: center;
  }
}
