/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
	.debug-xs {	display:block; }
	.debug-sm { display: none; }
	.debug-md { display: none; }
	.debug-lg { display: none; }
	.debug-xl { display: none; }

	.section-intro h1 {
	    font-size: 40px;
	    margin: 0px;
	}
	.section-intro h3 {
	    font-size: 20px;
	}
	.intro-form .btnBook {
		width: 100%;
	}

	.section-hire .feature {
		margin-top: 30px;
	}
	.section-hire .feature .content {
		padding: 0;
	}

	.section-about .content {
		height: auto;
	}

	.section-prices .title-row {
		font-size: 10px;
	}
	.section-prices .price-row {
	    font-size: 14px;
	}

	.page-about .capacity {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.page-prices .table-prices {
	    font-size: 12px;
	}

	.panel-tour .content {
		height: auto;
	}

	.form-steps .col-step {
	    width: 32%;
	}
	.form-steps .step {
	    width: 90px;
	    height: 90px;
	}
	.form-steps .step-number {
	    padding: 7px 10px;
	}
	.page-book label {
	    font-size: 14px;
	    margin-top: 10px;
	}

	.page-booking-details table {
	    font-size: 14px;
	}
	.page-booking-details table td {
		padding: 8px 10px;
	}

	.price-info .vehicle {
		font-size: 14px;
	    padding: 15px 15px;
	}
	.price-info .prices {
		font-size: 14px;
		padding: 15px 15px;
	}

	.communication {
		top: unset;
		bottom: 0;
		border-radius: 0 5px 0px 0;
		    z-index: 9999999999;
	}
	.communication .link {
		display: inline-block;
		margin: 5px 5px 5px 5px;
	}
	.communication .link img {
		width: 30px;
	}
	.communication .link .phones {
		position: fixed;
		top: unset;
		bottom: 45px;
		left: -390px;
		padding-left: 20px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
	.debug-xs {	display: none; }
	.debug-sm { display: block; }
	.debug-md { display: none; }
	.debug-lg { display: none; }
	.debug-xl { display: none; }

	.section-hire .feature .content {
		padding: 0;
	}

	.section-about .content h3 {
	    margin-bottom: 10px;
	}

	.section-prices .title-row {
		font-size: 10px;
	}
	.section-prices .price-row {
	    font-size: 14px;
	}

	.page-about .capacity {
		margin-bottom: 10px;
	}

	.footer-menu {
		min-height: 40px;
	}
}

/* Medium devices (tablets, 768px and up) (col-sm) */
@media (min-width: 768px) and (max-width: 991px) {
	.debug-xs {	display: none; }
	.debug-sm { display: none; }
	.debug-md { display: block; }
	.debug-lg { display: none; }
	.debug-xl { display: none; }

	.section-hire .feature .content {
		padding: 0;
	}

	.section-about .content {
		height: auto;
	}

	.section-prices .title-row {
		font-size: 10px;
	}
	.section-prices .price-row {
	    font-size: 14px;
	}

	.page-about .capacity {
		margin-bottom: 20px;
	}

	.panel-tour .content {
	    height: 184px;
	}

	.price-info .vehicle {
	    padding: 15px 15px;
	}

	.vehicle-item {
		font-size: 15px;
	}
	.vehicle-item .total-price {
	    font-size: 15px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	.debug-xs {	display: none; }
	.debug-sm { display: none; }
	.debug-md { display: none; }
	.debug-lg { display: block; }
	.debug-xl { display: none; }

	.section-about .content {
		height: auto;
	}

	.page-about .capacity-group {
		margin-top: 0px;
	}
	.page-about .capacity {
		margin-top: 8px;
	}

	.panel-tour .content {
	    height: 155px;
	}

	.page-book label {
	    font-size: 12px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.debug-xs {	display: none; }
	.debug-sm { display: none; }
	.debug-md { display: none; }
	.debug-lg { display: none; }
	.debug-xl { display: block; }
}