

/* #Media Queries
================================================== */
@media only screen and (min-width:992px) and (max-width: 1200px) {
	#attention {
		background: #eef1ec url(../img/map.png) no-repeat 150% center;
		padding: 90px 0 90px;
	}
	
}

@media only screen and (min-width: 960px) and (max-width: 991px) {
	.nav-collapse a{
		padding: 10px 5px;
		font-size: 12px;
	}
	p.particle br{
		display: none;
	}
	.innerrespons{
		padding-top: 90px;
	}
	#responsive img{
		padding-top: 80px;
	}
	#testimonial img{
		width: 100%;
		display: block;
	}
	#testimonial article{
		padding-top: 20px;
	}
	#attention {
		background: #eef1ec url(../img/map.png) no-repeat 215% center;
		padding: 90px 0 90px;
	}
	#attention h2{
		font-size: 30px;
	}
	#download button.btndownlaod{
		line-height: 20px;
	}
	article.others,article.newsletter{
		padding-top: 30px;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	#testimonial img{
		width: 100%;
		display: block;
	}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.innerrespons{
		padding-top: 90px;
	}
	#responsive img{
		padding-top: 80px;
	}
	#testimonial article{
		padding-top: 20px;
	}
	#attention{
		background: #eef1ec url(../img/map.png) no-repeat 815% center;
		padding: 90px 0 90px;
	}
	#attention h2{
		font-size: 30px;
	}
	article.others,article.newsletter{
		padding-top: 30px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.nav-toggle{
		height: 38px;
		margin-top: -37px;
	}
	p.bannerp br{
		display: none;
	}
	.call{
		display: none;
	}
	
	#features{
		padding: 40px 0 40px;
	}
	.innerrespons{
		padding-top: 30px;
	}
	#responsive img{
		padding-top: 40px;
		width: auto;		
		margin: 0 auto;
	}
	#responsive{
		padding:40px 0;
	}
	#testimonial img {
		width: auto;
		margin: 0 auto;
		display: block;
		float: none;
	}
	#testimonial{
		text-align	: center;
		padding: 50px 0;
	}
	#testimonial article{
		padding-top: 0;
		padding-bottom: 50px;
	}
	#attention{
		background-image:none; 
		background: #eef1ec;
		padding: 40px 0;
	}
	#price .innerp br{
		display: none;
	}
	#download button.btndownlaod{
		margin: 20px auto 0;
	}
	#download .innerp,#download h2.newhp,footer .innerp,#contact address{
		text-align: center;
	}
	#download,#contact{
		padding:50px 0;
	}
	#contact article{
		text-align: center;
		padding-top: 30px;
	}
	#contact article span{
		margin-bottom: 12px;
	}
	.footersocial{
		text-align: center;
		float: none;
		padding-top: 10px;
	}
	.nav-collapse a.btnstart{
		display: none;	
	}
	header {
		padding: 15px 0 0;
	}
	.header-bottom {
		padding-bottom: 15px;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	#banner {
		padding: 230px 0 150px;
	}
	article.innerfour{
		padding-top: 25px;
	}
	#attention h2{
		font-size: 30px;
	}
	article.innerprice{
		width: 50%;
	}
	article.innerprice:nth-child(2){
		border-right: 1px solid #c1d3d2;
	}
	article.innerprice:nth-child(1), article.innerprice:nth-child(2){
		margin:0; 
		margin-top: 40px;
	}
	#contact article input{
		margin-top: 10px;
		width: 80%;
	}


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {	
	.call{
		padding-left: 0;
	}
	#banner {
		padding: 200px 0 150px;
	}
	h1 {		
		font-size: 32px;
	}
	h3 i {
		margin-left: 8px;
	}
	h2 {
		font-size: 27px;
	}
	.merrip {
		font-size: 18px;		
		line-height: 30px;
	}
	#price{
		padding:40px 0;
	}
	#features p.innerp br,#features p.particle br{
		display: none;
	}
	article.innerfeat {
		padding-top: 20px;
	}
	h3{
		padding: 12px 0 10px;
	}
	article.innerfour{
		padding-top: 25px;
	}
	#testimonial img,#responsive img{
		width: 100%
	}
	article.innerprice{
		width: 100%;
	}
	article.innerprice:nth-child(1),article.innerprice:nth-child(2){
		border-right: 1px solid #c1d3d2;
	}
	article.innerprice{
		margin:0; 
		margin-top: 40px;
	}
	article.innerprice:nth-child(3){
		margin-bottom: 40px;
	}
	.checkfeatures {
		padding-bottom: 30px;
	}
	#price .checkfeatures .innerp{
		padding: 0;
		font-size: 13px;
	}
	#download button.btndownlaod{
		font-size: 11px;
	}
	footer {
		padding: 22px 0 20px;
	}

}

