/*===============================
16- Responsive
=================================*/

/* Large desktop */
@media (min-width: 1200px) {
	.container {
		width: 960px;
	}
	.sidebar #search {
	  width: 170px;
	}

	.services-wrapper .service-style2 p,.services-wrapper .service-style2 h4{
		padding-left:64px;
		text-align:left;
	}
	.services-wrapper .service-style2{
		max-width:270px !important;
	}

}

@media (min-width: 980px) and (max-width:1199px) {
	.services-wrapper .service-style2 p,.services-wrapper .service-style2 h4{
		padding-left:64px;
		text-align:left;
	}
	.services-wrapper .service-style2{
		max-width:270px !important;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {

	.services-wrapper .service-style2 p,.services-wrapper .service-style2 h4{
		padding-left:64px;
		text-align:left;
	}	
	.services-wrapper .service-style2{
		max-width:210px !important;
	}
	.pricing-plan-1{
		width:100%;
	}
	/*.pricing-table{
		float:none;
		clear:both;
	}*/

	.service-style2{
		
		margin-left:0px;
	}

	#team .social li a {
		margin-left: 2px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: fixed !important;
	}
	.copyrights li {
		display: block;
		/*text-align: left;
		margin-left:40%;*/
	}

	#process p{
		margin-left:1px;
	}
	input#sub-email {
		max-width:70%;
		width:70%;
	}

	.sidebar #search {
	  width: 115px;
	}

	.pricing-table,.pricing-plan-1 .premium{
		width:180px !important;
	}
	.pricing-detail li,.pricing-table .pricing-head2,.premium .pricing-head{
		padding-left:10px;
	}

	#team-wrapper{
		max-width:705px;
	}

	.process-wrapper{
		max-width:760px;
	}
	#itemHolder{
		max-width:650px;
	}

	#services-holder{
		max-width:760px;	
	}
	#services-holder .service-style2{
		max-width:220px;
	}

	.pricing-plan-2 .premium{
		width:30% !important;
	}
	.phase{
		margin-left:15px;
		margin-right:15px;
	}

}

@media (min-width: 768px) and (max-width: 979px) {
	.navbar-inverse .brand {
	  margin-left: 40%;
	}
	.mobile-menu {
	  display: block;
	  height: 25px;
	  line-height: 25px;
	  margin: 20px 5% 5px 25%;
	  padding: 0 0 0 5px;
	}
	.navbar #menus {
		display: none;
	}
	.navbar.navbar-inverse .navbar-inner.sticky {
	  background: url("../img/icons/slider/slider-bottom.png") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
	  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	  height: 145px;
	}
	#home .home-text {
	  padding-top: 160px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#services-holder{
		max-width:250px;	
	}
	#services-holder .service-style2{
		max-width:270px;
	}
	.navbar.transparent.navbar-inverse .navbar-inner .container {
		  margin-top: 0;
		}

	.pricing-plan-1,.pricing-plan-2{
		clear:both;
	}
	.pricing-table,.pricing-plan-1 .premium{
		width:24% !important;
	}

	.pricing-detail li,.pricing-table .pricing-head2,.premium .pricing-head{
		padding-left:10px;
	}

	.pricing-plan-2 .premium{
		width:30% !important;
	}

	.modal-footer .social {
		text-align: center;
	}
	.comments-wrapper{
		margin-left:-60px;
	}
	.sidebar{
		margin-left:0px;
	}

	#home .godown{	
		left:37%;
		height:70px;
		width:70px;
	}
	.copyrights li {
		display: block;
		text-align: center;
	}

	.mobile-menu {
	  display: block;
	  height: 25px;
	  line-height: 25px;
	  padding: 0 0 0 5px;
	}
	.navbar #menus {
		display: none;
	}
	.navbar-inverse .brand {
		margin-left: 40%;
		margin-bottom: 5px;
	}
	.modal-footer {
		text-align: center;
	}
	.modal-footer .social2 {
		margin-left: 0px;
	}
	.modal-footer .footer-head {
		text-align: center;
	}
	#services .media-body {
		text-align: center;
	}
	/*.wrapper-icon {
		float: none;
		clear: both;
		margin:0 auto;
		margin-bottom: 10px;
		min-height: 100px;
		min-width: 100px;
		max-height: 100px;
		line-height:100px;
		max-width: 100px;
		font-size: 40px;
	}*/
	.process-icons,.wrapper-icon-big {
		
		margin-left: auto;
		margin-right: auto;
	}
	#process p {
		margin: 30px auto;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: fixed !important;
	}
	/* Sequence slider */
	.prev, .next {
		top: 40%;
		height: 30px;
		width: 30px;
	}
	.prev {
		left: 0px;
	}
	.next {
		right: 0px;
	}
	.next > span, .prev > span {
		margin: 4px;
	}

	.head-404{
		font-size:130px;
		line-height:200px;
	}
	body{
		padding-left:0;
		padding-right:0;
		overflow-x:hidden;

	}
	.container{
		padding-left:10px;
		padding-right:10px;
		

	}
	.navbar.navbar-inverse .navbar-inner.sticky{
		height:155px;
	}

	input#sub-email {
		max-width:70%;
		width:70%;
	}
	.services-wrapper .service-style2{
		margin-bottom:30px;
		padding-bottom:20px;
	}
	.sidebar #search {
	  width: 115px;
	}
	.services-wrapper{
		max-width:520px;
		margin:0 auto;
	}

}

/* Landscape phones and down */
@media (max-width: 500px) {
	#home .home-text {
	  padding-top: 150px;
	}
	.wrapper-icon {
		float: none;
		clear: both;
		margin:0 auto;
		margin-bottom: 10px;
		min-height: 100px;
		min-width: 100px;
		max-height: 100px;
		line-height:100px;
		max-width: 100px;
		font-size: 40px;
	}
	.services-wrapper .service-style2 p, .services-wrapper .service-style2 h4{
		padding-left:0;
		text-align:center;
	}
	#itemHolder{
		max-width:400px;
	}
	.process-wrapper{
		max-width:150px;
	}
	.navbar.transparent.navbar-inverse .navbar-inner .container {
		  margin-top: 0;
		}

	.modal-footer{
		margin-top:50px;
	}	
	.navbar.navbar-inverse .navbar-inner.sticky{
		height:150px;
	}
	#home .godown{	
		left:30%;
		height:70px;
		width:70px;
		bottom:-10px;
	}
	#newsletter form {
		margin-left: 12%;
	}
	.wrapper-icon {
		margin-left: 38%;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-inverse .brand {
		
		margin-left: 30%;
	}
	#newsletter form{
		margin:0 auto;
	}
	#newsletter #nl-email,#newsletter #nl-name,#nl-go {
		width: 80%;
		display:block;
		margin:0 auto;
		background-image:none;
		border-radius:0;
		margin-bottom:5px;
	}
	#nl-go {
		width: 85%;
	}

	#home .home-text{
		padding-bottom:50px !important;
	}
	.blog-post .post-title{
		font-size:20px;
		line-height:30px;
	}
	.blog .blog-pagination {
	  margin: 50px auto auto;
	}

	.blog-pagination{
		text-align:center;
	}
	.blog-pagination a{
		float:none;
	}
	.blog-pagination ul{
		display:block;
		float:none;
		padding-top:15px;
		padding-bottom:10px;
		clear:both;
	}

	.head-404{
		font-size:80px;
		line-height:150px;
	}

	.input-404 input{
		width:78%;
		padding-left:2%;
	}

	.input-404 button{
		width:20%;
	}

	.copyrights li{
		display:block;
	}
	.item-overview,.item-skills .see a,.item-skills .popup-nav{
		margin-left:0;
	}
	.item-title .head{
		margin-left:0;
		margin-right:0;
	}
	.item-title p{
		padding-left:0;
	}

	.pricing-plan-1,.pricing-plan-2{
		clear:both;
		max-width:290px;
		margin:0 auto;
	}
	.pricing-table,.pricing-plan-1 .premium{
		float:none;
		width:280px !important;
		margin-bottom:20px;
	}

	.pricing-detail li,.pricing-table .pricing-head2,.premium .pricing-head{
		padding-left:30px;
	}

	.pricing-plan-2 .premium{
		float:none;
		margin-bottom:20px;
		width:280px !important;
	}
	.services-wrapper{
		max-width:200px;
	}

	#team-wrapper{
		max-width:250px;
	}

	.modal-footer .footer-head {
	  margin-bottom: 10px;
	}
	#subscribe {
	  margin-bottom: 10px;
	}
	.section-header {
	  padding-bottom: 50px;
	  padding-top: 40px;
	}
	.services-wrapper .service-style2 {
	  margin-bottom: 10px;
	  padding-bottom: 10px;
	}	
}

/* Landscape phones and down */
@media (min-width: 480px) and (max-width: 500px) {
	#itemHolder{
		max-width:450px;
	}
	.process-wrapper{
		max-width:450px;
	}
	.services-wrapper{
		max-width:450px;
	}
	#team-wrapper{
		max-width:450px;
	}
	#team-wrapper .member {
	  width: 190px;
	}
	.social li a {
	  margin-left: 5px;
	}
	.services-wrapper .service-style2 {
	  max-width: 190px !important;
	}	
}


@media (max-width: 360px) {
	#itemHolder{
		max-width:200px;
	}
	.blog .blog-pagination {
	  margin: 50px auto auto;
	}	
	.modal-footer{
		margin-top:50px;
	}	
	#home .home-text .title-line{
		line-height:25px;

	}
	#sub-email {
		width:180px;
	}
	.blog-social li a{
		margin:0;
	}

	.head-404{
		font-size:60px;
		line-height:100px;
	}

	#blog-top {
	  height: 165px;
	}
	
	.navbar.transparent.navbar-inverse .navbar-inner .container {
	  margin-top: 0;
	}
	
	.navbar.navbar-inverse .navbar-inner {
	  padding: 5px 0 10px;
	}
	
	.sidebar #search {
	  width: 100%;
	}

	
}
