@media all and (max-width:1000px) {

	#navigation {
		display: none;
	}

	#openmenu {
		display: inline-block;
	}

	.aboutus-img {
		width: 100%;
		margin-bottom: 50px;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.single-edge,
	.single-content-footer {
		width: 50%;
	}

	.wrapper-lastnews .single-article,
	.grid .single-article,
	.grid .single-classes {
		width: calc(50% - 20px);
	}

	.w-70,
	.w-30 {
		width: 100%;
	}

	.sidebar-right .sidebar {
		padding-left: 0px;
	}

	.sidebar-left .sidebar {
		padding-right: 0px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.wrapper-faq-list {
		width: 100%;
	}

	.contact-content,
	.contact-form {
		width: 100%;
	}

	.contact-content {
		padding-right: 0px;
		margin-bottom: 50px;
	}

}

@media all and (max-width:600px) {

	.single-edge,
	.single-content-footer {
		width: 100%;
	}

	h1 {
		font-size: 70px;
	}

	h2 {
		font-size: 45px;
	}

	.wrapper-lastnews .single-article,
	.grid .single-article,
	.grid .single-classes,
	.sidebar-right .single-classes,
	.sidebar-left .single-classes,
	.sidebar-right .single-article,
	.sidebar-left .single-article {
		width: calc(100% - 20px);
	}

	.wrapper-booking input {
		width: 100%;
		margin-right: 0px;
	}

	.contact-form .wrapper-input p {
		width: 100%;
	}

}