/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

	/* UI Kit wrapper */
	.ui-kit-wrapper {padding: 125px 0 25px 0;}

	/* Navbar */
	.navbar .custom-toggle.mobile-view {position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
	.navbar .custom-toggle.desktop-view {display: none;}

	.navbar-collapse {position: absolute; width: 250px; padding-right: 0; z-index: 10;}

	.navbar-nav {margin: 0;}

	/* Telephone directory detail */
	.telephone-directory-detail .img {text-align: center;}

	/* Telephone directory detail information */
	.telephone-directory-detail-information .information-bar {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.telephone-directory-detail-information .information-bar span {width: 100%;}

	/* Cases */
	.cases-wrapper .title-dropdown-wrapper {display: block;}
	.cases-wrapper .title-dropdown-wrapper .title {text-align: center; margin-bottom: 10px;}
	.cases-wrapper .title-dropdown-wrapper .dropdown {display: block; margin: 0 auto;}
	.cases-wrapper .title-dropdown-wrapper .dropdown .txt {display: block; text-align: center; margin-bottom: 10px;}

	.cases-wrapper .case-block,
	.cases-wrapper .case-block .information-group {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
	.cases-wrapper .case-block .information-group {text-align: center;}
	.cases-wrapper .case-block .information-group .information {margin: 10px 0;}
}

/* Small devices (tablets, 768px and up) - (sm) */
@media (min-width: 768px) and (max-width: 991px) {}

/* Medium devices (desktops, 992px and up) - (md) */
@media (min-width: 992px) and (max-width: 1199px) {}

/* Large devices (large desktops, 1200px and up) - (lg) */
@media (min-width: 1200px) {}