@media all and (max-width:1100px) {

	#navigation {
		display: none;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#closemenu {
		float: right;
	}

    .wrapper-contact>div {
		width: 50%;
		text-align: center;
	}

	#contacts .social-link {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

}

@media all and (max-width:900px) {

	.aboutus-img {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
		margin-bottom: 50px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.wrapper-services a, 
	.category-blog-wrapper .single-blog {
		width: calc(50% - 20px);
	}  

}


@media all and (max-width:600px) {

    .wrapper-header-top {
        display: none;
    }

	.carousel-content h2 {
		font-size: 60px;
	}

    h1 {
        font-size: 60px;
    }

	h2 {
		font-size: 40px;
	}
    #banner h2 {
        font-size: 40px;
    }

	.wrapper-contact>div {
		width: 100%;
	}

	.wrapper-services a, 
	.category-blog-wrapper .single-blog {
		width: calc(100% - 20px);
	}

	.wrapper-input  p {
		width: 100% !important;
	}

	.wrapper-contact-form textarea {
		margin-top: 40px;
	}

	.contact-content-page>div {
		width: 100%;
	}


}