/* Small devices (landscape phones, 576px and up) 
@media (max-width: 575px) {  */

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
	#header.landing-page #header-logo {
		height: 42px;
	}
	#header.landing-page .image-background {
		width: 275%;
	}
	.landing-page-title {
		margin-top: 100px;
		margin-bottom: 30px;
	}
	.landing-page-title h1 {
		font-size: 24px;
		line-height: 29px;
	}
	.landing-page-text {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.pub {
		height: 325px;
	}
	/* subscribe */
	.subscribe {
		height: auto;
	}
	.subscribe>.container>.d-flex {
		display: block!important;
	}
	.subscribe>.container>.d-flex>div {
		text-align: center;
	}
	.subscribe>.container>.d-flex>.col {
		padding: 0;
	}
	.subscribe .social-area {
		padding-top: 5px;
		text-align: center!important;
	}
	.subscribe .pv-30 {
		padding: 15px 0;
	}
	.subscribe .my-3 {
		margin: 0!important;
		padding-bottom: 15px;
	}
	.form-subscribe .form-group {
		padding: 0;
	}
	.form-subscribe .form-group>input {
		width: 62%;
	}
	.form-subscribe .form-group>input, .form-subscribe .form-group>button {
		display: block;
		float: left;
	}
	/* footer */
	footer {
		padding: 30px;
	}
	.footer-links li.list-inline-item {
		display: block;
		line-height: 20px;
	}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (max-width: 767px) {
	#header.landing-page #header-logo {
		margin-top: 19px;
		margin-left: 20px;
	}
	.container-landing-page .page-header {
		margin-bottom: 30px;
	}
	.container-landing-page .page-title, .landing-page-prices-title {
		font-size: 27px;
	}
	.container-landing-page .page-text {
		font-size: 12px;
	}
	.landing-page-feature {
		overflow: hidden;
	}
	.landing-page-feature-title, .landing-page-feature-text {
		padding-right: 45px;
		padding-left: 45px;
	}
	.landing-page-feature-title, .landing-page-feature-text, .landing-page-feature-img {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
	}
	.landing-page-feature:nth-child(even) .landing-page-feature-title, .landing-page-feature:nth-child(even) .landing-page-feature-text {
		margin-left: auto;
	}
	.landing-page-feature .text-wrapper {
		z-index: 0;
		padding-bottom: 60px;
		min-height: auto;
		margin-bottom: -30px;
	}
	.landing-page-feature .text-wrapper::after {
		top: -50%;
		right: 0;
		bottom: -30px;
		left: 0;
		-webkit-transform: skewY( -10deg);
		transform: skewY( -10deg);
	}
	.landing-page-feature:nth-child(even) .text-wrapper::after {
		left: 0;
	}
	.landing-page-feature .img-wrapper {
		min-height: auto;
	}
	.landing-page-feature .img-wrapper::after {
		display: none;
	}
	.landing-page-prices-header {
		font-size: 16px;
	}
	.landing-page-prices-title {
		margin-bottom: 15px;
	}
	.landing-page-info {
		margin-left: -15px;
		margin-right: -15px;
	}
	.landing-page-prices-cards {
		margin-bottom: 14px;
	}
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
	#header.landing-page.maintenance-page {
		max-height: none;
	}
	#header.landing-page.maintenance-page .image-background {
		width: 219%;
	}
	#header.landing-page.maintenance-page .landing-page-title {
		margin-top: 40%;
		margin-bottom: 30px;
	}
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
	#header.landing-page .image-background {
		width: 120%;
	}
	.landing-page-title {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.landing-page-feature .text-wrapper::after, .landing-page-feature .img-wrapper::after {
		width: 53vw;
		-webkit-transform: skewX(-10deg);
		transform: skewX(-10deg);
	}
	.landing-page-feature:nth-child(even) .text-wrapper {
		-ms-flex-order: 2;
		order: 2;
	}
	.landing-page-feature:nth-child(odd) .text-wrapper {
		text-align: right;
	}
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
	#header.landing-page.maintenance-page {
		max-height: none;
	}
	#header.landing-page.maintenance-page .image-background {
		width: 133%;
	}
	#header.landing-page.maintenance-page .landing-page-title {
		margin-top: 20%;
	}
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
	#header.landing-page .image-background {
		width: 100%;
	}
	.container-landing-page .page-text {
		max-width: 50%;
	}
	.landing-page-feature-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.landing-page-feature-text {
		font-size: 13px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
	.landing-page-title {
		margin-top: 130px;
		margin-bottom: 40px;
	}
	.maintenance-page .landing-page-title {
		margin-top: 170px;
	}
}