/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1080px) {
    #header{
        height: 100%;
        
    }
.is-sticky #header,
.is-sticky #hornav {
	position: relative !important;
	width: auto !important;
	top: 0 !important;
	left: 0;
	margin-left: 0;
        
}
.index-cont{
    height:800px;
}
.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;
}

.svg-slogan{
    margin-top: -40px;
}
}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (max-width: 959px) {
#head-img-logo{
    display: none;
}
.svg-slogan{
    margin-top: -30px;
   
}
.index-cont{
    height:auto;
}
.footbg{
    height: 100px;
}
.movedown{
    margin-top: 80px;
}
#img-head{
    margin-left: 5px;
    
}

}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {

.carousel-control.right span, .carousel-control.icon-next span {
    right: 20%;
}
.carousel-control.left span, .carousel-control.icon-prev span {
    left: 15%;
}
#base{
    font-weight: 400;
    
}

#img-head{
    margin-left: 5px;
    
}
.svg-slogan{
    margin-top: -27px;
    font-size: 11px;
}

#svg-top{
    
}
.index-cont{
    height: auto;
}
.footbg{
    height: 100px;
}

.movedown{
    margin-top: 80px;
}
}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 440px) {

    #svg-top{
    top: -100px;
}
    
#base{
    font-weight: 400;
   
}

#base ul li a{
    font-size: 14px;
}
.footbg{
    height: 80px;
    margin-bottom: 20px;
}

.movedown{
    margin-top: 60px;
}
}

@media only screen and (min-width: 1280px) {
 
}
