@media screen and (max-width: 360px) {


.js header.smaller .nav .active + ul {
	top: 40px !important
}


header h1.logo{
	font-size:40px;
	
}
}
@media screen and (max-width: 480px) {
.service .col-lg-4.col-md-4.col-sm-6.col-xs-6 {
	width: 100%
}
.service .block{
	min-height:inherit !important
}

}

  
 @media screen and (max-width: 680px) {
input[type=submit] {
	margin-bottom: 15px
}
.service .block{
min-height: 240px
}
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 980px) {

.nav .navtoogle {
	margin: 0;
	position: absolute;
	right: 0px;
	top: 4px;
	z-index: 99;
	font-size: 21px;
	outline: none;
	border: none;
	color: #fff;
	background: #ef672f;
	padding: 10px 15px
}
.nav .navtoogle:before {
	color: #fff;
	content: "\f0c9";
	font-family: fontawesome;
	font-size: 21px;
	line-height: 12px;
	text-align: center;
	width: 100%;
}
.no-js .nav ul {
	overflow: hidden;
}
.nav ul li {
	float: none
}
.js .nav ul {
	max-height: 0em;
	overflow: hidden;
	background: #fff;
}
/* Displaying the menu when the user has clicked on the button*/
.js .nav .active + ul {
	max-height: 30em;
	overflow: hidden;
	-webkit-transition: max-height .4s;
	-moz-transition: max-height .4s;
	-o-transition: max-height .4s;
	-ms-transition: max-height .4s;
	transition: max-height .4s;
	position: absolute;
	right: 0px;
	top: 45px;
	width: 250px;
	background: #ef672f;
	z-index:9999
}
.nav ul li a {
	padding: 15px !important;
	font-size: 16px;
	font-weight: normal
}
.nav ul li a.active,  .nav ul li a:hover {
	border: none
}
.nav ul li a:hover {
	background: #333
}
/* Adapting the layout of the menu for smaller screens : icon on the left and text on the right*/
	
.nav li span {
	display: inline-block;
	height: 100%;
}
.nav a {
	padding: 0.5em;
}
/* make the nav bigger on touch screens */
.touch .nav a {
	padding: 0.8em;
}
.about-us img {
	text-align: center;
	display: block;
	margin: 0 auto
}
.porfolio .info ul.demo-buy li a {
	margin-bottom: 20px
}
.refund .info h3 {
	padding-top: 15px
}
}
 @media screen and (max-width: 1024px) {
.porfolio .info ul.feature {
	padding: 15px 0px
}
}
 @media screen and (min-width: 1024px) {
.navtoogle {
	display: none
}
}
@media screen and (min-width: 1200px) {
}
