/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: [type here].*/
/* Author: Designova.*/
/* Website: http://www.designova.net */
/* Copyright: (C) 2013 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*==========================*/
/*ALL DEVICE OPTIMIZATION*/
/*===========================*/

/*Huge Displays*/
@media (min-width: 3000px) {
	 

}

/*Projector Screens and Ver Large Monitors*/
@media (min-width: 2561px) {
	  

}

/*iMac 27, HD Screens and Large Monitors*/
@media (min-width: 1921px) and (max-width: 2560px) {
	 

}

/*Large Widescreen Monitors*/
@media (max-width: 1920px) {
	div#portfolio_thumbs ul li{
		width: 20%;
	}
}

/*Medium Widescreen Monitors*/
@media (max-width: 1680px) {
	div#portfolio_thumbs ul li{
		width: 20%;
	}
}

/*Large Widescreen Laptops*/
@media (max-width: 1440px) {
	div#portfolio_thumbs ul li{
		width: 20%;
	}
}

/*Common Widescreen Laptops*/
@media (max-width: 1366px) {
	div#portfolio_thumbs ul li{
		width: 25%;
	}
}


/*Very Large Tablets and Medium Laptops*/
@media (max-width: 1280px) {
	div#portfolio_thumbs ul li{
		width: 25%;
	}
}

/*Notebooks and Small Laptops*/
@media (max-width: 1152px) {
	div#portfolio_thumbs ul li{
		width: 25%;
	}
}

/*iPad Landscape Mode and Large Tablets */
@media (max-width: 1024px) {
	.container{
	    max-width: 800px;
	}
	div#portfolio_thumbs ul li{
		width: 25%;
	}
	.intro-04-carousel h3{
		font-size: 172px;
		line-height:179px;
	}
	.intro-15-carousel h3 > span{
		font-size: 172px;
		line-height:179px;
	}
	.intro-05 p > span{
		background: transparent !important;
		padding: 0 !important;
	}
}

/*Small Desktop and Very Small Notebook */
@media (max-width: 980px) {
	.container{
	    max-width: 800px;
	}
	.add-top-half{
		padding-top: 50px;
	}
	.add-bottom-half{
		padding-bottom: 50px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.big-text{
		font-size: 52px;
		line-height: 59px;
	}
	.inner-section{
		padding: 10px 0;
	}
	.page-head{
		padding: 75px 0;
	}
	.page-head h1{
		font-size: 48px;
		line-height: 55px;
		margin-bottom: 20px;
	}
	.page-head h3{
		font-size: 14px;
		line-height: 21px;
	}
	.liner, .liner-high, .liner-big{
		display: none;
	}
	.sub-heading{
		text-align: center;
		margin-top: 35px;
	}
	.parallax-layer h3{
		font-size: 18px;
		line-height: 25px;
	}
	.service-short-info > h2{
		text-align: center;
		margin-bottom: 15px;
	}
	.service-info h2, .service-short-info > h2{
		font-size: 22px;
		line-height: 29px;
	}
	.service-info .plan-tag > span{
		font-size: 16px;
		line-height: 23px;
		background: none !important;
		color: #000 !important;
		font-family:"OpenSansBold";
	}
	.team-block{
		padding: 30px 45px;
	}
	.call-to-action h2{
		font-size: 24px;
		line-height: 31px;
	}
	ul#portfolioFilter li{
		margin-bottom: 10px;
	}
	div#portfolio_thumbs ul li{
		width: 33.3%;
	}
	#text_content h3{
		font-size: 24px;
		line-height: 31px;
	}
	.spec-list > li{
		text-align: center;
	}
	.testimonial-user > span{
		border:none;
	}
	.contact-mail{
		display: block;
		text-align: center;
	}
	.parallax-layer{
		padding: 50px 0;
		background-attachment: scroll !important;
	   	background-position: center center !important;
		background-size: cover;
	}
	.tweet-panel, .footer-bottom{
		padding: 50px 0;
	}
	.feature-block-top, .feature-block-bottom{
		padding: 50px 20px;
	}
	.main-nav{
		padding: 0;
	}
	.main-nav li a{
	font-size: 10px;
	line-height: 20px;
	}
	.main-logo{
		margin-top: 10px;
	}
	.memebers-team{
		padding: 50px 0;
	}
	.intro-04-carousel h3{
		font-size: 112px;
		line-height:119px;
	}
	.intro-15-carousel h3 > span{
		font-size: 112px;
		line-height:119px;
	}
	
}

/*Medium Tablets */
@media (max-width: 800px) {
	  .container{
	    max-width: 668px;
	}
	.add-top-half{
		padding-top: 50px;
	}
	.add-bottom-half{
		padding-bottom: 50px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.big-text{
		font-size: 52px;
		line-height: 59px;
	}
	.inner-section{
		padding: 10px 0;
	}
	.page-head{
		padding: 75px 0;
	}
	.page-head h1{
		font-size: 48px;
		line-height: 55px;
		margin-bottom: 20px;
	}
	.page-head h3{
		font-size: 14px;
		line-height: 21px;
	}
	.liner, .liner-high, .liner-big{
		display: none;
	}
	.sub-heading{
		text-align: center;
		margin-top: 35px;
	}
	.parallax-layer h3{
		font-size: 18px;
		line-height: 25px;
	}
	.service-short-info > h2{
		text-align: center;
		margin-bottom: 15px;
	}
	.service-info h2, .service-short-info > h2{
		font-size: 22px;
		line-height: 29px;
	}
	.service-info .plan-tag > span{
		font-size: 16px;
		line-height: 23px;
		background: none !important;
		color: #000 !important;
		font-family:"OpenSansBold";
	}
	.team-block{
		padding: 30px 45px;
	}
	.call-to-action h2{
		font-size: 24px;
		line-height: 31px;
	}
	ul#portfolioFilter{
		text-align: center;
	}
	ul#portfolioFilter li{
		margin-bottom: 10px;
		float: none;
		display: inline-block;
	}
	div#portfolio_thumbs ul li{
		width: 50%;
	}
	#text_content h3{
		font-size: 24px;
		line-height: 31px;
	}
	.service-short-info > h5 > span, .project-info-tag > span{
		width: 100%;
		display: block;
	}
	.spec-list{
		padding: 0;
	}
	.spec-list > li{
		text-align: center;
	}
	.testimonial-user > span{
		border:none;
	}
	.contact-mail{
		display: block;
		text-align: center;
	}
	.parallax-layer{
		padding: 50px 0;
		background-attachment: scroll !important;
	   	background-position: center center !important;
		background-size: cover;
	}
	.tweet-panel, .footer-bottom{
		padding: 50px 0;
	}
	.feature-block-top, .feature-block-bottom{
		padding: 50px 20px;
	}
	.main-nav{
		padding: 0;
	}
	.main-nav li a{
	font-size: 10px;
	line-height: 20px;
	}
	.main-logo{
		margin-top: 10px;
	}
	.memebers-team{
		padding: 50px 0;
	}
	.intro-03 h3{
		font-size: 48px;
		line-height:55px;
	}
	.intro-03 h3 > span{
	}
	.intro-04-carousel h3{
		font-size: 96px;
		line-height:103px;
	}
	.intro-15-carousel h3 > span{
		font-size: 96px;
		line-height:103px;
	}
	.intro-15-carousel h3{
		font-size: 24px;
		line-height:31px;
	}
	
	.intro-05 h1{
		font-size: 48px;
		line-height:55px;
	}
	.intro-05 h1>span{
		font-size: 48px;
		line-height:55px;
	}

	.intro-05 p > span{
		font-size: 24px;
		line-height:31px;
		background: transparent !important;
	}
	.intro-05 .hero-caption {
		text-align: center !important;
	}
	.intro-06-carousel h3{
		font-size: 36px;
		line-height:43px;
	}
	 .intro-07-vimeo-bg h3{
		font-size: 36px;
		line-height:43px;
	}
	.intro-13-carousel h3 > span{
		font-size: 72px;
		line-height:79px;
	}
	
}

/*iPad Portrait Mode, iPad Mini and Small Tablets */
@media (max-width: 768px) {
	 .container{
	    max-width: 668px;
	}
	.add-top-half{
		padding-top: 35px;
	}
	.add-bottom-half{
		padding-bottom: 35px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.big-text{
		font-size: 48px;
		line-height: 55px;
	}
	.inner-section{
		padding: 10px 0;
	}
	.page-head{
		padding: 45px 0;
	}
	.page-head h1{
		font-size: 48px;
		line-height: 55px;
		margin-bottom: 20px;
	}
	.page-head h3{
		font-size: 14px;
		line-height: 21px;
	}
	.liner, .liner-high, .liner-big{
		display: none;
	}
	.sub-heading{
		text-align: center;
		margin-top: 35px;
	}
	.parallax-layer h3{
		font-size: 18px;
		line-height: 25px;
	}
	.service-short-info > h2{
		text-align: center;
		margin-bottom: 15px;
	}
	.service-info h2, .service-short-info > h2{
		font-size: 22px;
		line-height: 29px;
	}
	.service-info .plan-tag > span{
		font-size: 16px;
		line-height: 23px;
		background: none !important;
		color: #000 !important;
		font-family:"OpenSansBold";
	}
	.team-block{
		padding: 30px 45px;
	}
	.call-to-action h2{
		font-size: 24px;
		line-height: 31px;
	}
	ul#portfolioFilter{
		text-align: center;
	}
	ul#portfolioFilter li{
		margin-bottom: 10px;
		float: none;
		display: inline-block;
	}
	div#portfolio_thumbs ul li{
		width: 50%;
	}
	#text_content h3{
		font-size: 24px;
		line-height: 31px;
	}
	.service-short-info > h5 > span, .project-info-tag > span{
		width: 100%;
		display: block;
	}
	.spec-list{
		padding: 0;
	}
	.spec-list > li{
		text-align: center;
	}
	.testimonial-user > span{
		border:none;
	}
	.contact-mail{
		display: block;
		text-align: center;
	}
	.parallax-layer{
		padding: 35px 0;
		background-attachment: scroll !important;
	   	background-position: center center !important;
		background-size: cover;
	}
	.tweet-panel, .footer-bottom{
		padding: 35px 0;
	}
	.feature-block-top, .feature-block-bottom{
		padding: 50px 20px;
	}
	.main-nav{
		padding: 0;
	}
	.main-nav li a{
	font-size: 10px;
	line-height: 20px;
	}
	.main-logo{
		margin-top: 10px;
	}
	.intro-03 h3{
		font-size: 48px;
		line-height:55px;
	}
	.intro-03 h3 > span{
	}
	.intro-04-carousel h3{
		font-size: 96px;
		line-height:103px;
	}

	.intro-15-carousel h3 > span{
		font-size: 96px;
		line-height:103px;
	}
	.intro-15-carousel h3{
		font-size: 24px;
		line-height:31px;
	}
	
	.intro-05 h1{
		font-size: 48px;
		line-height:55px;
	}
	.intro-05 h1>span{
		font-size: 48px;
		line-height:55px;
	}

	.intro-05 p > span{
		font-size: 24px;
		line-height:31px;
		background: transparent !important;
	}
	.intro-05 .hero-caption {
		text-align: center !important;
	}
	.intro-06-carousel h3{
		font-size: 36px;
		line-height:43px;
	}
	 .intro-07-vimeo-bg h3{
		font-size: 36px;
		line-height:43px;
	}
	.intro-13-carousel h3 > span{
		font-size: 72px;
		line-height:79px;
	}
	
}

/*Medium Smart Phones v2*/
@media screen and (max-width: 640px) {
	.container{
	    max-width: 540px;
	    padding-left:50px;
	    padding-right:50px;
	}
	.add-top-half{
		padding-top: 35px;
	}
	.add-bottom-half{
		padding-bottom: 35px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
	text-align: left;
	}
	.btn{
		width: 100%;
	}
	.big-text{
		font-size: 36px;
		line-height: 43px;
	}
	.inner-section{
		padding: 10px 0;
	}
	.page-head{
		padding: 45px 0;
	}
	.page-head h1{
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.page-head h3{
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	}
	.liner, .liner-high, .liner-big{
		display: none;
	}
	.promo-text{
		font-size: 16px;
		line-height: 23px;
		text-align: center;
	}
	.sub-heading{
		text-align: center;
		margin-top: 35px;
	}
	.parallax-layer h3{
		font-size: 18px;
		line-height: 25px;
	}
	.service-short-info > h2{
		text-align: center;
		margin-bottom: 15px;
	}
	.service-info h2, .service-short-info > h2{
		font-size: 22px;
		line-height: 29px;
	}
	.service-info .plan-tag > span{
		font-size: 16px;
		line-height: 23px;
		background: none !important;
		color: #000 !important;
		font-family:"OpenSansBold";
	}
	.team-block{
		padding: 30px 45px;
	}
	.call-to-action h2{
		font-size: 24px;
		line-height: 31px;
	}
	ul#portfolioFilter{
		text-align: center;
	}
	ul#portfolioFilter li{
		margin-bottom: 10px;
		float: none;
		display: inline-block;
	}
	div#portfolio_thumbs ul li{
		width: 50%;
	}
	#text_content h3{
		font-size: 24px;
		line-height: 31px;
	}
	.service-short-info > h5 > span, .project-info-tag > span{
		width: 100%;
		display: block;
	}
	.spec-list{
		padding: 0;
	}
	.spec-list > li{
		text-align: center;
	}
	.testimonial-user > span{
		border:none;
	}
	.contact-mail{
		display: block;
		text-align: center;
	}
	.parallax-layer{
		padding: 35px 0;
		background-attachment: scroll !important;
	   	background-position: center center !important;
		background-size: cover;
	}
	.tweet-panel, .footer-bottom{
		padding: 35px 0;
	}
	.feature-block-top, .feature-block-bottom{
		padding: 50px 20px;
	}
	.main-logo{
		margin-top: 20px;
	}
	.intro-03 h3{
		font-size: 24px;
		line-height:31px;
	}
	.intro-03 h3 > span{
	}
	.intro-04-carousel h3{
		font-size: 64px;
		line-height:71px;
	}

	.intro-15-carousel h3 > span{
		font-size: 64px;
		line-height:71px;
	}
	.intro-15-carousel h3{
		font-size: 18px;
		line-height:25px;
	}
	.intro-05 h1{
		font-size: 48px;
		line-height:55px;
	}
	.intro-05 h1>span{
		font-size: 48px;
		line-height:55px;
	}

	.intro-05 p > span{
		font-size: 24px;
		line-height:31px;
		background: transparent !important;
	}
	.intro-05 .hero-caption {
		text-align: center !important;
	}
	.intro-06-carousel h3{
		font-size: 28px;
		line-height:35px;
	}
	.intro-13-carousel h3 > span{
		font-size: 48px;
		line-height:55px;
	}
	.promo-line > h1 > span{
	font-size: 36px;
	line-height: 43px;
	}
	
} 

/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px) {
	.container{
	    max-width: 500px;
	    padding-left:50px;
	    padding-right:50px;
	}
	.add-top-half{
		padding-top: 35px;
	}
	.add-bottom-half{
		padding-bottom: 35px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.big-text{
		font-size: 36px;
		line-height: 43px;
	}
	.inner-section{
		padding: 10px 0;
	}
	.page-head{
		padding: 45px 0;
	}
	.page-head h1{
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.page-head h3{
		font-size: 14px;
		line-height: 21px;
	}
	.liner, .liner-high, .liner-big{
		display: none;
	}
	.promo-text{
		font-size: 16px;
		line-height: 23px;
		text-align: center;
	}
	.sub-heading{
		text-align: center;
		margin-top: 35px;
	}
	.parallax-layer h3{
		font-size: 18px;
		line-height: 25px;
	}
	.service-short-info > h2{
		text-align: center;
		margin-bottom: 15px;
	}
	.service-info h2, .service-short-info > h2{
		font-size: 22px;
		line-height: 29px;
	}
	.service-info .plan-tag > span{
		font-size: 16px;
		line-height: 23px;
		background: none !important;
		color: #000 !important;
		font-family:"OpenSansBold";
	}
	.team-block{
		padding: 30px 45px;
	}
	.call-to-action h2{
		font-size: 24px;
		line-height: 31px;
	}
	ul#portfolioFilter{
		text-align: center;
	}
	ul#portfolioFilter li{
		margin-bottom: 10px;
		float: none;
		display: inline-block;
	}
	div#portfolio_thumbs ul li{
		width: 50%;
	}
	#text_content h3{
		font-size: 24px;
		line-height: 31px;
	}
	.service-short-info > h5 > span, .project-info-tag > span{
		width: 100%;
		display: block;
	}
	.spec-list{
		padding: 0;
	}
	.spec-list > li{
		text-align: center;
	}
	.testimonial-user > span{
		border:none;
	}
	.contact-mail{
		display: block;
		text-align: center;
	}
	.parallax-layer{
		padding: 35px 0;
		background-attachment: scroll !important;
	   	background-position: center center !important;
		background-size: cover;
	}
	.tweet-panel, .footer-bottom{
		padding: 35px 0;
	}
	.feature-block-top, .feature-block-bottom{
		padding: 50px 20px;
	}
	.main-logo{
		margin-top: 20px;
	}
	.intro-02-carousel h3{
		font-size: 18px;
		line-height:25px;
	}
	.intro-02-carousel .scroll{
		text-align: center;
	}
	.intro-03 h3{
		font-size: 24px;
		line-height:31px;
	}
	.intro-03 h3 > span{
	}
	.intro-04-carousel h3{
		font-size: 56px;
		line-height:63px;
	}

	.intro-15-carousel h3 > span{
		font-size: 56px;
		line-height:63px;
	}
	 .intro-15-carousel h3{
		font-size: 18px;
		line-height:25px;
	}
	
	.intro-05 h1{
		font-size: 36px;
		line-height:43px;
	}
	.intro-05 h1>span{
		font-size: 36px;
		line-height:43px;
	}

	.intro-05 p > span{
		font-size: 14px;
		line-height:21px;
		background: transparent !important;
	}
	.intro-05 .hero-caption {
		text-align: center !important;
	}
	.intro-06-carousel h3{
		font-size: 28px;
		line-height:35px;
	}
	 .intro-07-vimeo-bg h4 > span{
		background: transparent !important;
	}
	 .intro-07-vimeo-bg h3{
		font-size: 24px;
		line-height:31px;
	}
	 .intro-08-youtube-bg h4 > span{
		background: transparent !important;
	}
	 .intro-08-youtube-bg h3{
		font-size: 24px;
		line-height:31px;
	}
	.intro-13-carousel h3 > span{
		font-size: 48px;
		line-height:55px;
	}
	.promo-line > h1 > span{
	font-size: 36px;
	line-height: 43px;
	}
	#sm-trigger{
		background-position: top center !important;
	}
	.small-mob-left{
		text-align: left !important;
	}
	
} 

/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
	.container{
	    max-width: 420px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.add-top-half{
		padding-top: 35px;
	}
	.add-bottom-half{
		padding-bottom: 35px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.big-text{
		font-size: 24px;
		line-height: 31px;
	}
	.inner-section{
		padding: 10px 0;
	}
	.page-head{
		padding: 45px 0;
	}
	.page-head h1{
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.page-head h3{
		font-size: 14px;
		line-height: 21px;
	}
	.liner, .liner-high, .liner-big{
		display: none;
	}
	.promo-text{
		font-size: 16px;
		line-height: 23px;
		text-align: center;
	}
	.sub-heading{
		text-align: center;
		margin-top: 35px;
	}
	.parallax-layer h3{
		font-size: 18px;
		line-height: 25px;
	}
	.service-short-info > h2{
		text-align: center;
		margin-bottom: 15px;
	}
	.service-info h2, .service-short-info > h2{
		font-size: 22px;
		line-height: 29px;
	}
	.service-info .plan-tag > span{
		font-size: 16px;
		line-height: 23px;
		background: none !important;
		color: #000 !important;
		font-family:"OpenSansBold";
	}
	.team-block{
		padding: 30px 45px;
	}
	.call-to-action h2{
		font-size: 24px;
		line-height: 31px;
	}
	ul#portfolioFilter{
		text-align: center;
	}
	ul#portfolioFilter li{
		margin-bottom: 10px;
		float: none;
		display: inline-block;
	}
	div#portfolio_thumbs ul li{
		width: 50%;
	}
	#text_content h3{
		font-size: 24px;
		line-height: 31px;
	}
	.service-short-info > h5 > span, .project-info-tag > span{
		width: 100%;
		display: block;
	}
	.spec-list{
		padding: 0;
	}
	.spec-list > li{
		text-align: center;
	}
	.testimonial-user > span{
		border:none;
	}
	.contact-mail{
		display: block;
		text-align: center;
	}
	.parallax-layer{
		padding: 35px 0;
		background-attachment: scroll !important;
	   	background-position: center center !important;
		background-size: cover;
	}
	.tweet-panel, .footer-bottom{
		padding: 35px 0;
	}
	.feature-block-top, .feature-block-bottom{
		padding: 50px 20px;
	}
	.main-logo{
		margin-top: 20px;
	}
	.intro-02-carousel h3{
		font-size: 14px;
		line-height:21px;
	}
	.intro-02-carousel .scroll{
		text-align: center;
	}
	.intro-03 h3{
		font-size: 20px;
		line-height:27px;
	}
	.intro-03 h3 > span{
	}
	.intro-04-carousel h3{
		font-size: 52px;
		line-height:57px;
	}

	 .intro-15-carousel h3 > span{
		font-size: 52px;
		line-height:57px;
	}
	.intro-15-carousel h3{
		font-size: 18px;
		line-height:25px;
	}
	
	.intro-05 h1{
		font-size: 36px;
		line-height:43px;
	}
	.intro-05 h1>span{
		font-size: 36px;
		line-height:43px;
	}

	.intro-05 p > span{
		font-size: 14px;
		line-height:21px;
		background: transparent !important;
	}
	.intro-05 .hero-caption {
		text-align: center !important;
	}
	.intro-06-carousel h3{
		font-size: 24px;
		line-height:31px;
	}
	.intro-06-carousel h4 > span{
		background: transparent !important;
	}
	 .intro-07-vimeo-bg h4 > span{
		background: transparent !important;
	}
	 .intro-07-vimeo-bg h3{
		font-size: 24px;
		line-height:31px;
	}
	 .intro-08-youtube-bg h4 > span{
		background: transparent !important;
	}
	 .intro-08-youtube-bg h3{
		font-size: 24px;
		line-height:31px;
	}
	.intro-13-carousel h3 > span{
		font-size: 48px;
		line-height:55px;
	}
	.promo-line > h1 > span{
	font-size: 24px;
	line-height: 31px;
	}
	#sm-trigger{
		background-position: top center !important;
	}
	.small-mob-left{
		text-align: left !important;
	}

	
}

/*Other Major Small Smart Phones*/
@media screen and (max-width: 360px) {
	.container{
	    max-width: 320px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.add-top-half{
		padding-top: 35px;
	}
	.add-bottom-half{
		padding-bottom: 35px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.big-text{
		font-size: 18px;
		line-height: 25px;
	}
	.inner-section{
		padding: 10px 0;
	}
	.page-head{
		padding: 45px 0;
	}
	.page-head h1{
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.page-head h3{
		font-size: 14px;
		line-height: 21px;
	}
	.liner, .liner-high, .liner-big{
		display: none;
	}
	.promo-text{
		font-size: 16px;
		line-height: 23px;
		text-align: center;
	}
	.sub-heading{
		text-align: center;
		margin-top: 35px;
	}
	.parallax-layer h3{
		font-size: 18px;
		line-height: 25px;
	}
	.service-short-info > h2{
		text-align: center;
		margin-bottom: 15px;
	}
	.service-info h2, .service-short-info > h2{
		font-size: 22px;
		line-height: 29px;
	}
	.service-info .plan-tag > span{
		font-size: 16px;
		line-height: 23px;
		background: none !important;
		color: #000 !important;
		font-family:"OpenSansBold";
	}
	.team-block{
		padding: 30px 45px;
	}
	.call-to-action h2{
		font-size: 24px;
		line-height: 31px;
	}
	ul#portfolioFilter{
		text-align: center;
	}
	ul#portfolioFilter li{
		margin-bottom: 10px;
		float: none;
		display: inline-block;
	}
	div#portfolio_thumbs ul li{
		width: 50%;
	}
	#text_content h3{
		font-size: 24px;
		line-height: 31px;
	}
	.service-short-info > h5 > span, .project-info-tag > span{
		width: 100%;
		display: block;
	}
	.spec-list{
		padding: 0;
	}
	.spec-list > li{
		text-align: center;
	}
	.testimonial-user > span{
		border:none;
	}
	.contact-mail{
		display: block;
		text-align: center;
	}
	.parallax-layer{
		padding: 35px 0;
		background-attachment: scroll !important;
	   	background-position: center center !important;
		background-size: cover;
	}
	.tweet-panel, .footer-bottom{
		padding: 35px 0;
	}
	.main-logo{
		margin-top: 20px;
	}
	.intro-02-carousel h3{
		font-size: 14px;
		line-height:21px;
	}
	.intro-02-carousel .scroll{
		text-align: center;
	}
	.intro-03 h3{
		font-size: 18px;
		line-height:25px;
	}
	.intro-03 h3 > span{
	}
	.intro-04-carousel h3{
		font-size: 48px;
		line-height:55px;
	}

	.intro-15-carousel h3 > span{
		font-size: 48px;
		line-height:55px;
	}
	.intro-15-carousel h3{
		font-size: 14px;
		line-height:21px;
	}
	
	.intro-05 h1{
		font-size: 36px;
		line-height:43px;
	}
	.intro-05 h1>span{
		font-size: 36px;
		line-height:43px;
	}

	.intro-05 p > span{
		font-size: 14px;
		line-height:21px;
		background: transparent !important;
	}
	.intro-05 .hero-caption {
		text-align: center !important;
	}
	.intro-06-carousel h3{
		font-size: 24px;
		line-height:31px;
	}
	.intro-06-carousel h4 > span{
		font-size: 10px;
		background: transparent !important;
	}
	 .intro-07-vimeo-bg h4 > span{
		background: transparent !important;
	}
	 .intro-07-vimeo-bg h3{
		font-size: 24px;
		line-height:31px;
	}
	 .intro-08-youtube-bg h4 > span{
		background: transparent !important;
	}
	 .intro-08-youtube-bg h3{
		font-size: 24px;
		line-height:31px;
	}
	.intro-13-carousel h3 > span{
		font-size: 32px;
		line-height:39px;
	}
	.promo-line > h1 > span{
	font-size: 24px;
	line-height: 31px;
	}
	#sm-trigger{
		background-position: top center !important;
	}
	.small-mob-left{
		text-align: left !important;
	}
	
}

/*iPhone Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {
	.container{
	    max-width: 280px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.add-top-half{
		padding-top: 35px;
	}
	.add-bottom-half{
		padding-bottom: 35px;
	}
	.mob-center{
		text-align: center;
	}
	.mob-add-top{
		margin-top: 30px;
	}
	.mob-add-bottom{
		margin-bottom:30px;
	}
	.text-left, .text-right, p, h1, h2, h3, h4, h5{
		text-align: center;
	}
	.btn{
		width: 100%;
	}
	.big-text{
		font-size: 18px;
		line-height: 25px;
	}
	.inner-section{
		padding: 10px 0;
	}
	.page-head{
		padding: 45px 0;
	}
	.page-head h1{
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.page-head h3{
		font-size: 14px;
		line-height: 21px;
	}
	.liner, .liner-high, .liner-big{
		display: none;
	}
	.promo-text{
		font-size: 16px;
		line-height: 23px;
		text-align: center;
	}
	.sub-heading{
		text-align: center;
		margin-top: 35px;
	}
	.parallax-layer h3{
		font-size: 18px;
		line-height: 25px;
	}
	.service-short-info > h2{
		text-align: center;
		margin-bottom: 15px;
	}
	.service-info h2, .service-short-info > h2{
		font-size: 22px;
		line-height: 29px;
	}
	.service-info .plan-tag > span{
		font-size: 16px;
		line-height: 23px;
		background: none !important;
		color: #000 !important;
		font-family:"OpenSansBold";
	}
	.team-block{
		padding: 30px 45px;
	}
	.call-to-action h2{
		font-size: 24px;
		line-height: 31px;
	}
	ul#portfolioFilter{
		text-align: center;
	}
	ul#portfolioFilter li{
		margin-bottom: 10px;
		float: none;
		display: inline-block;
	}
	div#portfolio_thumbs ul li{
		width: 100%;
	}
	#text_content h3{
		font-size: 24px;
		line-height: 31px;
	}
	.service-short-info > h5 > span, .project-info-tag > span{
		width: 100%;
		display: block;
	}
	.spec-list{
		padding: 0;
	}
	.spec-list > li{
		text-align: center;
	}
	.testimonial-user > span{
		border:none;
	}
	.contact-mail{
		display: block;
		text-align: center;
	}
	.parallax-layer{
		padding: 35px 0;
		background-attachment: scroll !important;
	   	background-position: center center !important;
		background-size: cover;
	}
	.tweet-panel, .footer-bottom{
		padding: 35px 0;
	}
	.main-logo{
		margin-top: 20px;
	}

	.intro-02-carousel h3{
		font-size: 14px;
		line-height:21px;
	}
	.intro-02-carousel .scroll{
		text-align: center;
	}

	.intro-03 h3{
		font-size: 18px;
		line-height:25px;
	}
	.intro-03 h3 > span{
	}
	.intro-04-carousel h3{
		font-size: 48px;
		line-height:55px;
	}

	.intro-15-carousel h3 > span{
		font-size: 48px;
		line-height:55px;
		margin-bottom: 10px;
	}
	.intro-15-carousel h3{
		font-size: 14px;
		line-height:21px;
	}
	
	.intro-05 h1{
		font-size: 36px;
		line-height:43px;
	}
	.intro-05 h1>span{
		font-size: 36px;
		line-height:43px;
	}

	.intro-05 p > span{
		font-size: 14px;
		line-height:21px;
		background: transparent !important;
	}
	.intro-05 .hero-caption {
		text-align: center !important;
	}
	.intro-06-carousel h3{
		font-size: 24px;
		line-height:31px;
	}
	.intro-06-carousel h4 > span{
		font-size: 10px;
		background: transparent !important;
	}
	 .intro-07-vimeo-bg h4 > span{
		background: transparent !important;
	}
	 .intro-07-vimeo-bg h3{
		font-size: 24px;
		line-height:31px;
	}
	 .intro-08-youtube-bg h4 > span{
		background: transparent !important;
	}
	 .intro-08-youtube-bg h3{
		font-size: 24px;
		line-height:31px;
	}

	.intro-13-carousel h3 > span{
		font-size: 32px;
		line-height:39px;
	}

	.promo-line > h1 > span{
	font-size: 24px;
	line-height: 31px;
	}
	#sm-trigger{
		background-position: top center !important;
	}
	.small-mob-left{
		text-align: left !important;
	}
	

}
