/* lg */
@media (min-width: 1200px) {
	.video iframe {
		width: 94%;
		height: 622px
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	#navigation .navbar-nav > li > a {
		font-size: 14px;
	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	#navigation .navbar-nav > li > a {
		font-size: 14px;
		padding: 10px 8px;
	}

	.home-content h2 {
		font-size: 42px;
	}

	#navigation .navbar-nav > li > a.login-now {
		line-height: 30px;

	}

	.blog-section .entry-post {
		padding: 15px 10px 4px;
	}

	.blog-section .entry-post .entry-header h2 {
		font-size: 15px;
		padding-bottom: 0px;
	}

	.blog-section .entry-post .entry-content p {
		font-size: 14px;
		line-height: 1.4;
	}

	.footer .footer-widget-area .social-icon li a {
		margin-bottom: 15px;
	}

	.product-title p {
		font-size: 20px;
		color: #42626b;
	}

	.video iframe {
		width: 100%;
		height: 450px
	}

	.sp-docs-sidebar {
		border-bottom: 1px solid #e5e5e5;
		margin-right: 0;
	}
	.sp-docs-single-content {
		padding: 25px 25px 15px 25px;
	}
	.sp-docs-single-wrap .col-lg-4:after{
		width: 0;
	}


}

@media ( min-width: 768px) {
	#navigation .navbar-nav li:hover > .dropdown-menu {
		display: block;
	}

}

@media ( max-width: 768px) {
	.section-title h2 {
		font-size: 30px;
	}

	#navigation .navbar-nav > li > a.login-now {
		display: inline-block;
	}
	.sp-blog-sidebar {
		margin-top: 30px;
	}
	.product-page #navigation .navbar-nav > li > a {
		padding: 0 14px;
	}

	#navigation .navbar-nav > li > a {
		padding: 0 14px;
	}

	.product-header {
		margin-top: 25px;
	}

	.home-content {
		padding-top: 150px;
		padding-bottom: 100px;
	}

	.home-content h2 {
		font-size: 20px;
	}

	.home-content p {
		font-size: 15px;
		padding-bottom: 20px;
	}

	.home-content .browse-btn a {

		font-size: 14px;
		padding: 9px 15px;
	}

	.popular-section .sp-single-latest-plugin {
		margin-bottom: 30px;
	}

	.popular-section .col-md-4.sp-single-latest-plugin:last-of-type {
		margin-bottom: 0;
	}

	/*offer area */
	.offer-text h2 {
		font-size: 28px;
		padding-bottom: 8px;
	}

	.offer-text p {
		font-size: 16px;
	}

	.feature-left .feature-text {
		margin-left: 0;
	}

	.feature-right .feature-text {
		margin-right: 0;
	}

	.offer-text .promo-btn a {
		font-size: 15px;
		padding: 9px 18px;
	}

	.testimonial-section .single-testimonial {
		height: auto;
		margin-bottom: 30px;
	}

	.testimonial-section .col-md-4:last-of-type .single-testimonial {
		margin-bottom: 0;
	}

	.sp-single-latest-post {
		margin-bottom: 30px;
	}

	.testimonial-section .section-title p {
		font-size: 21px;
	}

	.blog-section .col-md-4.sp-single-latest-post:last-of-type {
		margin-bottom: 0;
	}

	.social-icon {
		margin-bottom: 30px;
	}

	.single-widget {
		margin-bottom: 50px;
	}

	.sp-title h2 {
		font-size: 32px;
		padding-bottom: 35px;
	}

	.product-thumb {
		margin-bottom: 30px;
	}

	.product-thumb .button-list a {
		width: 100%;
		margin-bottom: 20px;
	}

	.product-thumb .button-list {
		display: block
	}

	.product-title h2 {
		font-size: 34px;
	}

	.product-title p {
		font-size: 20px;
	}

	.screenshots-section .single-scr {
		margin-bottom: 30px;
	}

	.sp-single-testimonial {
		margin-bottom: 30px;
	}

	.call-back-section h2 {
		font-size: 28px;
	}

	.video iframe {
		width: 100%;
		height: 300px;
	}
}

/* XS Portrait */
@media (max-width: 560px) {
	#navigation h1 {
		padding-left: 15px;
	}

	.money-back-section .single-fact h2 {
		font-size: 16px;
	}

	.video iframe {
		width: 100%;
		height: 250px;
	}
}

