@media (max-width: 1199px) {
	.top-content .text h1 {
	    line-height: 1.5;
	    font-size: 25px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.form-bottom form .form-links { width: 190px; }
	
	.more-features-box-text { margin-top: 30px; padding-left: 0; }
	.more-features-box-text:first-child { margin-top: 0; }
	
	.always-beautiful-box-text-left { padding-right: 0; }
	.always-beautiful-box-text-left:first-child { margin-top: 0; }
	
	.how-it-works-box-icon .how-it-works-step { left: 75px; }
	
	.testimonial-list .testimonial-image { width: 20%; }
	.testimonial-list .testimonial-text { width: 80%; }
	
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {

	.container>.navbar-collapse { text-align: center; }

	.navbar-nav>li,
	.navbar-brand,
	.navbar-header,
	.navbar-collapse .navbar-right { float: none !important; display: inline-block; }

	.navbar-collapse .navbar-right { margin-right: 0; }

	.navbar-brand img { width: auto; height: 65px; margin: 13px 0 0; }

	ul.navbar-nav { margin-top: 0px; font-size: 15px; }

	.nav>li>a { padding: 10px 5px; }

	.navbar.navbar-inverse>div { padding: 0; }
}

@media (min-width: 768px) and (max-width: 991px) {

	.section-description p { padding: 0; }
	
	.form-bottom form .form-links { display: block; width: auto; margin-top: 15px; }
	
	.more-features-box { float: none; width: auto; }
	.more-features-box-text { margin-top: 30px; padding-left: 0; text-align: center; }
	.more-features-box-text:first-child { margin-top: 50px; }
	.more-features-box-text-icon { float: none; display: inline-block; }
	.more-features-box-text h3 { float: none; width: auto; margin-top: 20px; }
	.more-features-box-text-description { float: none; width: auto; }
	
	.always-beautiful-box { float: none; width: auto; }
	.always-beautiful-box-text { margin-top: 30px; padding-left: 0; text-align: center; }
	.always-beautiful-box-text-left { padding-right: 0; }
	
	.how-it-works-box-icon .how-it-works-step { left: 40px; }
	
	.testimonial-list .testimonial-image { width: 25%; }
	.testimonial-list .testimonial-text { width: 75%; }

}

@media (max-width: 767px) {
	
	body { font-size: 15px; }
	
	.navbar { padding-top: 0; min-height: 80px; }
	.navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
	
	.navbar-brand img { height: 65px; }
	
	.navbar-collapse { border: 0; }
	 
	.navbar-light .navbar-nav .nav-link {
		text-align: left;
	}
	.navbar-nav li.nav-item {
		border-bottom: 1px solid #ccc;
	}
	.navbar-nav li.nav-item:last-child {
		border-bottom: 0px solid #ccc;
	}
	.navbar-nav li.nav-item  i{
		display:none;
	}
	
	.top-content .text { padding-top: 0; padding-bottom: 60px; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }
	.form-bottom form .form-links { display: block; width: auto; margin-top: 15px; }
	
	.section-description p { padding: 0; }
    
    .more-features-box-text { margin-top: 30px; padding-left: 0; text-align: center; }
	.more-features-box-text:first-child { margin-top: 50px; }	
	.more-features-box-text-icon { float: none; display: inline-block; }
	.more-features-box-text h3 { float: none; width: auto; margin-top: 20px; }
	.more-features-box-text-description { float: none; width: auto; }
	
	.always-beautiful-box-text { margin-top: 30px; padding-left: 0; text-align: center; }
	.always-beautiful-box-text-left { padding-right: 0; }
	
	.how-it-works-box-icon .how-it-works-step { left: 20px; }
    
    .pricing-box { padding-bottom: 50px; }
    .pricing-box:last-child { padding-bottom: 0; }
	
	.testimonial-list .testimonial-image { float: none; width: auto; text-align: center; }
	.testimonial-list .testimonial-text { float: none; width: auto; margin-top: 30px; text-align: center; }
	.testimonial-list .nav-tabs { margin-top: 20px; text-align: center; }
	.testimonial-list .testimonial-image .testimonial-icon { display: none; }

	.top-content .text {
		padding-right: 15px;
	}

}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}

@media (max-width: 480px) {
	
	body { font-size: 14px; }
	
	.navbar {
		min-height: 70px;
	}
	
	.navbar-brand img { width: 136px; }
	
	.navbar-toggle {
		margin-top: 12px !important;
	}
	
}

/* Retina-ize images/icons */

/*@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo *!/
    .navbar-brand {
    	background-image: url(../images/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 97px 29px !important;
    }
	
}*/


@media (max-width: 991px) {
	.video-wrap iframe {
		width: 230px;
		}
	}