/* ========== Responsive Styles ========== */



/* --------- max width 991px -------- */
@media only screen and (max-width: 992px) {
	/* Main menu */
	.navbar-nav > li > a {
		font-size: 14px !important;
	}
	
	.step-no {
		margin: 0 auto 60px;
	}
	
	/* steps */
	.step-even .step-img, .step-even .step-details {
		float: none;
	}
	
	.step-img, .step-details{
		margin-bottom: 40px;
	}
	
	.step-img {
		text-align:center;
	}
	
	.single-pricing {
		margin-bottom: 60px;
	}
	
	.project-photo, .project-details {
		margin-bottom: 60px;
	}
	
	.footer-logo {
		top: 0;
	}

}


/* --------- Styles for Screen width between 768px To 1023px -------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	/* Features */
	.baraja-container {
		width: 180px;
		height: 275px;
	}

	.single-feature .feature-icon i {
		font-size: 70px;
	}

	.single-feature .feature-title {
		font-size: 18px;
		line-height: 24px;
	}

	.single-feature .feature-text {
		display:none;
	}
	
	.footer-logo {
		top: 0;
	}

}


/* --------- Styles for Screen width Smaller than 768px -------- */
@media only screen and (max-width: 768px) {
	
	/* Main menu */
	.navbar-collapse {
		margin-left: -16px;
		margin-right: -16px;
		background: #222;
		overflow-y:scroll;
	}

	.navbar-nav > li > a {
		padding-left: 30px;
	}
	

	/* features */
	.container.features {
		padding-bottom: 120px;
	}
	
	.baraja-container {
		width: 180px;
		height: 250px;
	}


	.single-feature .feature-title {
		font-size: 14px;
		line-height: 20px;
		padding: 0 5px;
	}

	.single-feature .feature-text {
		display:none;
	}

	/* services */
	.service {
		margin-bottom: 20px;
	}

	.service .service-description {
		margin: auto;
		max-width: 480px;
	}

	/* Steps */
	.step-even .step-img, .step-even .step-details {
		float: none;
	}

	.step .step-img {
		margin-top: 30px;
	}
		
	.sub-steps .sub-text {
		line-height: 28px;
	}

	/* Screenshots */
	.figure {
		width: 33.333%;
	}

	.figure-large {
		width: 66.6667%;
	}

	/* Pricing table */
	.single-pricing-wrap {
		margin-bottom: 40px;
	}
	.discounts-content {
		background-position: 82% 0;
	}
	.no-service::before {
		top: 8.5em;
		left: 0;
		display: block;
		width: 100%;
	}
	.custom1 .owl-item {
		background-color: rgba(255,255,255,0.85);
		padding: 15px;
		border: 1px dotted #333;
	}
	.icon {
		display: inline-block;
		float: none !important;
	}
	#toTop {
		bottom: 45px;
		right: 5px;
	}
	.single-pricing {
		min-height: auto;
	}



/* --------- Styles for Screen width Smaller than 480px -------- */
@media only screen and (max-width: 480px) {
	/* Headings for mobile View */
	h1 {
		font-size: 36px;
		line-height: 48px;
	}

	h2 {
		font-size: 26px;
		line-height: 34px;
	}

	h3 {
		font-size: 24px;
		line-height: 32px;
	}


	#section-feature {
		padding-top: 140px;
		padding-bottom: 40px;
	}
	
	.well-come {
		margin-top: 150px;
		font-size: 48px;
	}
	
	.features-control {
		float: left;
		height: 160px;
		width: 42px;
		bottom: 340px;
	}

	.features-control .control-icon {
		position: relative;
		left: 2px !important;
		float: left;
		margin-bottom: 8px;
	}

	/* Steps */
	.step-details .step-description {
		text-align:justify;
	}

	.sub-steps {
		margin-left: 5%;
	}


	/* Sreenshots */
	.screenshots .col-xs-6 {
		width: 100% !important;
	}
	
		#subscription-form  .input-email {
		width: 320px;
	}
}


/* --------- Styles for Screen width Smaller than 360px -------- */
@media only screen and (max-width: 360px) {
	.client-photos .photo-hold {
		width: 80px;
		height: 80px;
		margin-bottom: 16px;
	}

	/* Subscription Form */
	#subscription-form  .input-email {
		width: 250px;
	}
}

/* --------- Styles for Screen width between 992px To 1200px -------- */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.navbar-brand .feature-image {
		width: 120px;
	}
	#card-ul {
		top: 80px;
	}
	p.service-description {
		min-height: 125px;
	}
	.single-pricing {
		min-height: 695px;
	}
	.no-service::before {
		left: 0.6em;
	}
	.footer-logo {
		top: 0;
	}
}

/* --------- Styles for Screen width between 768px To 992px -------- */
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.navbar-brand .feature-image {
		width: 95px;
	}
	.nav > li > a {
		padding-right: 9px;
		padding-left: 9px;
	}
	.site-name.navbar-brand {
		padding: 10px 0;
	}
	.sticky-section.nav-bg {
		background: rgba(0,0,0, .75);
	}
	.discounts-content {
		background-position: right;
	}
	.no-service::before {
		left: 6.4em;
	}
	.single-pricing {
		min-height: 565px;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse {
		margin-left: -16px;
		margin-right: -16px;
		background: #222;
		overflow-y:scroll;
	}

}




