@media all and (max-width: 1350px) {
	
	.wrapper.flex-row .aboutus-img-small {
		bottom: -50px;
		right: 20px;
		-webkit-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
}

@media all and (max-width: 1000px) {

	#openmenu {
		display: inline-block;
		margin-right: 20px;
	}

	#closemenu {
		display: inline-block;
		float: right;
		margin-bottom: 50px;
	}

	#nav {
		position: fixed;
		top: 0;
		left: -320px;
		right: 0;
		bottom: 0;
		width: 320px;
		height: 100vh;
		background-color: rgba(0, 55, 67, 1);
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: auto;
	}

	#nav .menu {
		clear: both;
	}

	#nav .menu li {
		margin-bottom: 20px;
	}

	#nav .menu li {
		float: none;
		margin-left: 0px;
	}

	.wrapper.flex-row .aboutus-content {
		width: 100%;
	}

	.wrapper.flex-row .aboutus-img {
		width: 100%;
		padding-left: 0px;
	}

	.advantage.flex-row {
		margin-bottom: 50px;
	}

	.wrapper.flex-row .hotdeals-single {
		width: 45%;
	}

	.flex-row.wrapper-input .single-input {
		width: 48%;
	}

	.wrapper.flex-row .single-contacts {
		width: 45%;
	}

	#contacts .wrapper.flex-row {
		-ms-flex-pack: distribute;
		justify-content: space-around;

	}

	#bookatour .wrapper {
		padding: 50px 10px;

	}

	#bookatour button {
		width: 100%;
	}

}

@media all and (max-width: 600px) {
	.wrapper.flex-row .hotdeals-single {
		width: 100%;
	}

	.discount {
		left: 10px;

	}

	.subscribe-form form input {
		width: 100%;
		margin-bottom: 20px;
	}

	.subscribe-form form button {
		width: 100%;

	}

	.flex-row.wrapper-input .single-input {
		width: 100%;
	}

	.wrapper.flex-row .single-contacts {
		width: 100%;
	}

}

@media all and (max-width: 400px) {
	.advantage.flex-row>div {
		width: 100%;
		margin-bottom: 20px;
	}

}