/* #Tablet (Landscape)
================================================== */
@media only screen and (max-width: 1299px) {
 
    .content_background, #header {margin: 0 auto;}
    .primary-container-background .primary-container {width:100% !important; margin-bottom: 60px;}
    
    /* Remove border-radius */
    .hornav-block, #footermenu {
        border-radius: 0;
    }
    /* Show mobile hornav menu */
    .slicknav_menu {display:none;}
    
    /* 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) {
    /* Hide default hornav menu */
#hornav {display:none !important;}

/* Show mobile hornav menu */
.slicknav_menu {display:block;}

/* 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%;
}

}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 440px) {

/* Hide slogan */
p.site-slogan {
    display: none;
}
.tabs-dark .nav-tabs > li a {
    padding: 18px 20px;
}
	
}
	