/* Portrait tablet to landscape and desktop */
@media only screen and (max-width: 880px) {
	.navbar .nav > li > a {
		font-size: 14px;
	}
}

/*For Portfolio Page*/
@media (max-width: 1200px) {
	.portfolio-responsive h2 {
		display:none;
	}
	.portfolio-responsive p {
		display:none;
	}
	.portfolio-responsive a.info {
		margin-top:55px !important;
	}
	/*certificate banners cycle*/
	 .banners_cycle li {
	 width: 200px;
	}
	.banners_cycle li:nth-child(6) {
	 margin-right: -62px;
	}
	.thumbnails2 .span4{
	 width:31%;
	 margin-right:22px;
	}
}
@media (max-width: 767px) {
	.portfolio-responsive h2 {
		display:block;
	}
	.portfolio-responsive a.info {
		margin-top:20px !important;
	}
	.portfolio { 
	 margin-left: 10px !important;
	}
	.portfolio .span3{
	 width:100%;
	}
	
}
/*End For Portfolio Page*/

@media (min-width: 980px) {
	/*Menu*/
	.navbar { float:right; border:none;}
	.collapse.in li a, 
	.collapse.in ul.dropdown-menu a, 
	.collapse.in li a.dropdown-toggle { 
		border:none;
	}
}

@media (max-width: 980px) {
	/*Search Box Menu1*/
	.navbar .search-open {
		top:-39px;
		left:38px;
		border:0;
		padding-top:5px;
		padding-bottom:5px;
		position:relative;
	}
	.navbar .search-open input {
		width: 330px;
	}

	/*Search Box Menu2*/
	.navbar .search-open-inner {
		top:-51px;
		left:45px;
		border:0;
		padding-top:6px;
		padding-bottom:5px;
		position:relative;
		background:#3c495a;
	}
	.navbar .search-open-inner input {
		width:330px;
	}

	
	/*Image hover*/
	.da-thumbs li article em {
		display:none !important;
	}
	/*certificate banners cycle*/
	.banners_cycle li{
	  width: 185px;
	}
	.thumbnails2 .span4{
	  width:46%;
	  margin-right:28px;
	}
	.portfolio { 
	  margin-left: 20px !important;
	}
	.portfolio .span3{
	  width:50%;
	}
}

@media (max-width: 900px) {
	/*Slider Sequence*/
	#sequence-theme .info {
		top:80px !important;
		width:60% !important;
		margin-right:50px;
	}

	/*Slider Parallax*/
	.da-slide .da-img {
		display:none;
	}
}

@media (max-width: 450px) {
	/*Slider Sequence*/
	#sequence-theme .info {
		top:70px !important;
		width:70% !important;
		margin-right:25px;
	}
	#sequence-theme h2 {
		font-size:30px !important;
	}
	#sequence-theme .info p {
		font-size:18px !important;
	}

	/*Slider Parallax*/
	.da-slide p {
		display:none;
	}
	.portfolio .span3{
	 width:100%;
	}
	.booking-blocks .booking-img {
	  width: 97%;
	  float: left;
	  margin-right: 10px;
	}
	.booking-content{
		  float: left;
	}
	.thumbnails2 .span4{
	 width:98%;
	}
}

@media (max-width: 900px) { 
	/*Menu*/
	.nav-collapse .nav{ float:none !important; margin-top: 10px !important; }

	/*Style Switcher*/
	i.style-switcher-btn {
		display: none;
	}

	/*Service Block*/
	.service .desc { width: 55%}

	.contact-form .input-xlarge {width: 200px !important}
	
	/*certificate banners cycle*/
	.banners_cycle li{
	  width: 165px;
	}
	.portfolio .span3{
	 width:50%;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  
	/*Menu*/
	.nav-collapse .nav { margin-top: 10px !important; }

	/*Service Block*/
	.service .desc { width: 55%}

	/*Registration and Login*/
	.reg-page {
		max-width:90%;
	}
	.log-page {
		max-width:90%;
	}
	.login-page input.login-inputs {
		width:94%;
	}


	/*Coming Soon Page*/
	.coming-soon input {
		width: 60%;
	}
	.coming-soon-copyright p {
		text-align: left;
	}	
	/*certificate banners cycle*/
	.banners_cycle li{
	  width: 100%;
	}
	.banners_cycle li.nomargin {
	 margin-top: 10px;
	}
	.banners_cycle li {
	right: 0 !important;
	}
	 .banners_cycle li p {
	display: none;
	}
	.banners_cycle li h4 {
	margin-bottom: 0;
	}
	.banners_cycle li .button {
	left: 65%;
	}
	.portfolio .span3{
	 width:100%;
	}
	.thumbnails2 .span4{
	 width:98%;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) { 	
	/*logo*/
	.logo a.brand img {
	  float: left;
	  margin: 0 6px 0 0;
	  width: 50px;
	  height: 50px;
	}
	.logo a.brand span.logo_title {
	  font-size: 2em;
	  font-weight: 300;
	  display: block;
	  padding-top: 0;
	  line-height: 35px;
	  text-shadow: 1px 1px 0px #ffffff;
	}
	
	.logo a.brand span.logo_subtitle {
	  font-size: 0.8em;
	  font-weight: 600;
	  display: block;
	  text-shadow: 1px 1px 0px #ffffff;
	}
	/*Menu*/
	.nav-collapse .nav{ margin-top: 10px !important;}

	/*Search Box Menu2*/
	.navbar .search-open-inner {
		top:-50px;
	}

	/*Service Block*/
	.service .desc { width: 60%}

	/*Search Box Menu1*/
	.navbar .search-open input {
		width: auto;
	}

	/*Search Box Menu2*/
	.navbar .search-open-inner input {
		width: auto;
	}
	.thumbnails2 .span4{
	 width:98%;
	}

}

@media (min-width: 767px) {
	.no-space-pricing .span3 {
		width:25% !important;
		margin-left:0 !important;
	}
	
	
}

