@media (max-width: 480px) {

	.accordion-title { width: 100%; padding: 40px 0 0 0; }
	.nav-tabs > li { width: 100%; }
	.nav-tabs > li > a { width: 100%; }
	.header-cta .blk { padding: 10px 4px; }
	.header-cta h1 { font-size: 4.5rem; }
	.col-xs-6 { width: 100%; }
	.navbar-brand.logo > img {
	 max-height: 40px;
	 width: 170px !important;
	}

	.header-bg{
	height: 500px !important;
	background: url(../images/demo/bk_sm.jpg) center top no-repeat scroll !important;
	}
	.header-bg .main-slider{
	display: none !important;
	}
	.box{
	padding: 0 6px !important;
	}
	.accordion{
	padding: 10px 6px !important;		
	}
	h2{
    font-size: 2.4rem !important;
    line-height: 1.2em !important;
	} 	
	h3{
	font-size: 2.0rem !important;
	line-height: 1.4em !important;	
	}
	.content section.separated {
	border-top: 10px solid #efefef !important;
	border-bottom: 10px solid #efefef !important; 
		padding: 20px 0px !important;
		margin: 0px !important;
	}
	.flexslider { margin: 0 0 10px !important; padding: 8px !important; }
	a.btn_form{
	font-size: 1.2em !important;
	}
	.video {
		padding: 8px !important;
		margin-bottom: 10px !important;
	}
	.section-header {
		margin-bottom: 20px !important;
	}
	.contact_detail dl dt{
		font-size: 0.8em !important;
	}
	.contact_detail dl dd{
		font-size: 0.8em !important;		
	}
	.blk h3{
		font-size: 1em !important;
	}
	ul.nav-tabs li a{
		font-size: 1em !important;
		font-weight: bold;		
	}
}

@media (max-width: 767px) {

	html { font-size: 50.5% }
	.content section { padding: 25px 0; }
	.content section + section:before { margin: -25px 15px 25px; }
	.box { padding: 0 25px; }
	.content section.separated { margin: 0 -25px -3px 0; }

	.navbar-nav,
	.navbar-nav > li,
	.navbar-nav > li > a { width: 100%; }
	.navbar-nav > li + li { margin: 0; }
	.navbar-brand { padding: 1.5rem 0; }

	.accordion { padding: 10px 20px; }

	.pricing-features { display: none; }

	.header-bg { height: 550px; }

}

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

	html { font-size: 54.5% }
	.content section { padding: 35px 0; }
	.content section + section:before { margin: -35px 15px 35px; }
	.box { padding: 0 35px; }
	.content section.separated { margin: 0 -35px -3px 0; }

	.navbar-nav,
	.navbar-nav > li,
	.navbar-nav > li > a { width: 100%; }
	.navbar-nav > li + li { margin: 0; }

	.accordion { padding: 20px 30px; }

	.pricing-features { display: none; }

	.header-bg { height: 550px; }

}

@media (min-width: 992px) and (max-width: 1199px) {

	html { font-size: 58.5% }
	
	.header-bg { height: 650px; }

	.table-features li span { display: none; }

}

@media (min-width: 1200px) and (max-width: 1280px) {

	.header-bg { height: 680px; }

 	.table-features li span { display: none; }

}

@media (min-width: 1300px) {

  .owl-carousel-navigation { display: block; }
  .owl-controls { display: none!important; }

  .table-features li span { display: none; }

}