@media only screen and (min-width: 0px) and (max-width: 991px) {
	.footer-top .col-md-3 {
		margin-bottom: 50px!important;
	}
}

@media only screen and (min-width: 1080px) and (max-width: 1258px) {
	.bs-demo-showcase .navbar-right {
		width: 100%!important;
		float: none!important;
		text-align: center!important;
	}
	.bs-demo-showcase .navbar-right li {
		float: none!important;
		display: inline-block!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.bs-demo-showcase .navbar-right {
		width: 100%!important;
		float: none!important;
		text-align: center!important;
	}
	.bs-demo-showcase .navbar-right li {
		float: none!important;
		display: inline-block!important;
	}
	.bs-demo-showcase .navbar-main-menu {
		width: 100%!important;
		float: none!important;
		text-align: center!important;
	}
	.bs-demo-showcase .navbar-header {
		width: 100%!important;
		float: none!important;
		text-align: center!important;
	}
	.bs-demo-showcase .navbar>.container-fluid .navbar-brand {
		float: none!important;
		display: inline-block!important;	
	}
	.bs-demo-showcase .navbar-nav > li {
		float: none!important;
		display: inline-block!important;
	}
	.bs-demo-showcase .nav>li>a {
		padding: 10px!important;
	}
}

@media only screen and (min-width: 992px) {
	.dtbl1 table tbody tr:nth-child(4n+1) {
	    clear: both;
	}
	.dtbl1 table tbody tr {
		width: 25%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.dtbl1 table tbody tr:nth-child(3n+1) {
	    clear: both;
	}
	.dtbl1 table tbody tr {
		width: 33.33%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.dtbl1 table tbody tr:nth-child(2n+1) {
	    clear: both;
	}
	.dtbl1 table tbody tr {
		width: 50%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.dtbl1 table tbody tr {
		width: 100%;
	}
}


@media only screen and (min-width: 0px) and (max-width: 767px) {
	.top-left ul {
		text-align: center;
	}
	.top-left ul li {
		display: inline-block;
	}
	.top-right {
		margin-top: 10px;
	}
	.top-right ul {
		text-align: center;
	}
	.top-right ul li {
		display: inline-block;
	}
}

@media only screen and (min-width: 1080px) and (max-width: 1199px) {
	.navbar-main-menu > li {
		margin-left: -8px!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
	.navbar-main-menu > li {
		margin-left: 0px!important;
	}
	.bs-demo-showcase .navbar-header {
		float: none!important;
	}
	.bs-demo-showcase .navbar-header a {
		text-align: center!important;
		width: 100%!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.bs-demo-showcase .navbar-header a img {
		text-align: center!important;
		display: inline-block!important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 830px) {
	.slider-text .text-animated {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
	.navbar-main-menu {
		float: left!important;
	}
	.testimonial-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}