/* Medium Screen Devices */ 
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /* Navigation */
	.main-nav-container .nav .nav-link {
        padding: 15px 10px;
    }
    /* End Navigation */

    /* Footer */
    .patron-part {
        width: 90%;
    }
    /* End Footer */

    /* Membership */
    .membership-part .membership-content h5 {
        padding: 0;
    }
    /* End Membership */

    /* Training */
    .training-container .training-image {
        height: 280px;
    }
    /* End Training */

    /* Four Items Slider */
    .csall-carousels .csall-content img {
        height: 200px;
    }
	.csall-carousels .csall-description p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		padding: 20px 20px 0px 20px;
	}
    .csall-carousels .carousel-control-next {
        right: 120px;
    }
	.csall-carousels .carousel-indicators {
		width: auto;
	}
	.csall-carousels .slick-dots {
		padding-right: 100px;
	}
    /* End Four Items Slider */

    /* Further Information Part */
    .further-information .further-content img {
        height: 250px;
    }
    /* End Further Information Part */
	
	/* Informational Simple Banner */
	#InformationalSimpleBanner .informational-content h1 {
		font-size: 2.5rem;
	}
	/* End Informational Simple Banner */
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
	.csall-carousels .carousel-control-next {
        right: 175px;
    }
	
	/* Informational Simple Banner */
	#InformationalSimpleBanner .informational-content p {
		margin-top: auto;
	}
	/* End Informational Simple Banner */
}

@media screen and (min-width: 1300px) and (max-width: 1699px) {
    .csall-carousels .carousel-control-next {
        right: 250px;
    }
}