/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1024px) {
 
.content_background, #header {margin: 0 auto;}
.primary-container-background .primary-container {width:100% !important;}

/* Remove border-radius */
.hornav-block {
    border-radius: 0;
    height: 120px;
}



/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.slicknav_menu {display:block;}
/* 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) {


}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {

/* Expand room for social icons */
#container_header {
	padding-left: 0;
	padding-right: 0;
}
/* Fix Carousel arrow position*/
.carousel-control.right span, .carousel-control.icon-next span {
    right: 20%;
}
.carousel-control.left span, .carousel-control.icon-prev span {
    left: 15%;
}

.titleword {
 font-size: 1.8em;
 padding: 25px 0 0 35px;
 color: #37486f;
 line-height: 60px;

}

.titlebanner-hist, .titlebanner-cong, .titlebanner-10, .titlebanner-2, .titlebanner {
  height: 110px;


}




}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 440px) {

/* Hide slogan */
p.site-slogan {
    display: none;
}

.logo a {
  left: 0px;
  top: 30px;
  display: block;
  position: relative;
  z-index: 20;
}

	
}
	