/* --------------------------------------
=========================================
   4. RESPONSIVE CSS FIXES
=========================================
-----------------------------------------*/
/*---------------------------------------
   4.1 FIXES FOR 992PX to <= 1199PX SCREENS          
-----------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
	html {
		font-size: 90% !important;
	}

	body {
		font-size: 15px;
		line-height: 26px;
	}
	.feature-list li {float: left; text-align: left !important; font-weight: 400; font-size: 90%;}




}

/*---------------------------------------
   4.2 FIXES FOR <= 1024PX SCREENS          
-----------------------------------------*/
@media (max-width: 1024px) {
	

.intro-section .secondary-button {
		/*width: 50%;*/
		display: inline-block;
		font-size: 110%;
		margin-bottom: 30px;
	}


/*lcedits*/

	body {
		background: #000 url('/video/hero1-cover.jpg') !important;
    	-webkit-background-size: cover;
    background-size: cover;

	}


.panel-body h2.price { 
	 margin: 10px 0 !important;
}

.panel-body .small-cta a {font-size: 150%;}

.brief h2 {text-align: center !important;}

.brief p.text-left {text-align: left !important; font-size: 100% !important; font-weight: 400; padding: 20px !important; line-height: 1.5em;}

.brief p {margin: 0 -20px;}
.feature-list li {float: left; text-align: left !important; /*font-weight: 600;*/ font-size: 90%;}
	





	.header .overlay-layer {
		padding-bottom: 85px;
	}

	.header,
    .features,
    .stats {
		background-attachment: scroll !important;
	}

	.header .overlay-layer {
		padding-top: 60px;
	}

	.intro-section {
		margin-top: 20px;
	}

	.feature .icon-container {
		margin-right: 0;
		padding-top: 14px;
	}

	.wow {
		-webkit-transform: translateZ(0);
	}
}

/*---------------------------------------
   4.3 FIXES FOR <= 991PX SCREENS          
-----------------------------------------*/
@media (max-width: 991px) {
	html {
		font-size: 90% !important;
	}

	body {
		font-size: 15px;
		line-height: 26px;	
	}


.panel-body h2.price { 
	 margin: 10px 0 !important;
}

	.panel-body .small-cta a {font-size: 150%;}


	.client-logos li {
		margin: 10px 10px 10px 0;
		text-align: center;
	}

	.client-logos li img {
		max-width: 80px;
		opacity: .6;
	}

	.pull-left,
    .pull-right {
		float: none !important;
		margin: auto !important;
	}

	.text-left,
    .text-right {
		text-align: center;
	}

	.colored-line-left {
		float: none;
		margin: auto;
	}

	.brief .brief-image-right,
    .brief .brief-image-left {
		margin-top: 20px;
		padding-bottom: 40px;
		max-width: 430px;
		margin: auto;
	}

	.brief .brief-image-right img,
    .brief .brief-image-left img {
		float: none;
		width: 90%;
	}

	.border-right-colored,
    .border-left-colored,
    .border-left,
    .border-right {
		border: none !important;
	}

	.features {
		background-image: none;
	}

	.single-feature {
		margin-bottom: 28px;
		width: 33%;
		float: left;
	}

	.left-side .single-feature,
    .right-side .single-feature {
		padding-left: 15px;
		padding-right: 15px;
	}

	.feature .icon-container {
		float: none;
	}

	.feature .description {
		width: auto;
		float: none;
	}

	.pricing-table {
		padding-left: 0;
		padding-right: 0;
	}
}

/*---------------------------------------
   4.4 FIXES FOR => 768PX to <= 991PX SCREENS          
-----------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	html {
		font-size: 95%;
	}



.brief p {
	max-width: 50%;
}

#clients .feedback h5 {font-size: 130% !important; margin-bottom: 5px;}
#clients .feedback p {font-size: 110%;}
#clients .feedback .pic-container {
	width: 90px;
	height: 90px;
	 
}


.dark-bg-bio {
	background: #0e0e0e url('../img/bio-lc6.jpg') top center no-repeat; 
}









.feature-list li {font-size: 120% !important; display: block;}

.panel-body h2.price { 
	 margin: 10px 0 !important;
}

	.panel-body .small-cta a {font-size: 150%;}

/*lcedit - covers the video background for smaller screens */
		body {
		font-size: 14px;
		line-height: 23px;
		font-weight: 400;
		background: #0e0e0e url('../video/hero1-cover.jpg') !important;
    	-webkit-background-size: cover;
    	background-size: cover;
	}

		a.secondary-button,
		a.secondary-button:visited,
		a.secondary-button:active {
			background: rgba(0,0,0,.5) !important;
			border-color: #fff !important;
		}


		.header .overlay-layer {
			padding-top: 50px;
			padding-bottom: 75px;
			height: auto;
			background: rgba(0,0,40,.5) !important;
		}



	.sticky-navigation {
		min-height: 70px;
	}

	.sticky-navigation .navbar-brand img {
		max-width: 80px;
	}

	.sticky-navigation .main-navigation li a {
		line-height: 34px;
		padding: 8px;
	}

	.sticky-navigation .main-navigation {
		margin-top: 13px;
	}

	.sticky-navigation .login-register {
		margin-top: 3px;
	}

	.ipad-image {
		max-width: 500px;
	}
}

/*---------------------------------------
   4.5 FIXES FOR <= 768PX SCREENS          
-----------------------------------------*/
@media (max-width: 767px) {
	html {
		font-size: 80%;
	}

.intro-section h1 {
		font-size: 600% !important;
}


.rate-sheet .intro-section h1 {
		font-size: 400% !important;
		padding: 40px 10px;
}

.rate-sheet .intro-section {
		margin-bottom: 30px !important;
		margin-left: 5px !important;
		margin-right: 5px !important;
}



 h3.colored-text {font-size: 200% !important; text-transform: uppercase;}

.intro-section .secondary-button {
		width: 50%;
		display: inline-block;
		font-size: 110%;
		margin-bottom: 30px;
	}




#clients .feedback h5 {font-size: 150% !important; margin-bottom: 5px;}
#clients .feedback p {font-size: 130%;}
#clients .feedback .pic-container {
	width: 120px;
	height: 120px;
	 
}



.intro-section h1 {margin-bottom: 0 !important; padding-bottom: 20px !important;}
.intro-section h5 {font-size: 200% !important; padding: 0 0px 20px 0px !important; margin: 0 auto 30px auto !important;}
.intro-section {margin: 0 !important; padding: 0 !important;}


.feature-list li {font-size: 92% !important; display: block;}
p.white-text a.typeform-share {color:#fff !important; font-weight: bold; border-bottom: 1px solid;}
p.white-text a.typeform-share:hover {text-decoration: none; color: #000;}

	/*lcedit - covers the video background for smaller screens */



.title-text {font-size: 90% !important;}


.panel-body h2.price { 
	 margin: 10px 0 !important;
}


	.features {
	background: #000 !important;
}


			body {
			font-size: 14px;
			line-height: 23px;
			font-weight: 400;
			background: #000 url('../video/hero1-cover.jpg') !important;
	    	-webkit-background-size: cover;
	    	background-size: cover;
		}

			a.secondary-button,
			a.secondary-button:visited,
			a.secondary-button:active {
				background: rgba(0,0,0,.5) !important;
				border-color: #fff !important;
			}


		.header .overlay-layer {
			padding-top: 50px;
			padding-bottom: 75px;
			height: auto;
			background: rgba(0,0,40,.5) !important;
		}



.panel-body .small-cta a {font-size: 150%;}


	button.navbar-toggle:hover,
	button.navbar-toggle:focus {background: none !important; box-shadow: none; color: #000 !important; }

	.navbar-toggle {
		font-size: 30px !important;
	}

	.navbar-inverse .navbar-toggle {
		border: 0 !important;
	}

	.navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
		background-color: inherit;
	}

	.sticky-navigation .main-navigation li a {
		line-height: inherit;
		padding: 10px;
	}

	.border-right-colored,
    .border-left-colored {
		boreder: none;
	}

	.navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
		border-color: rgba(49, 49, 49, 0.1);
	}

	.sticky-navigation {
		min-height: 60px;
	}

	.nav > li {
		display: inline-block;
	}

	.sticky-navigation .navbar-brand {
		line-height: inherit;
	}

	.single-service {
		margin: 54px 0 54px 0;
	}

	.brief {
		padding-top: 65px;
		padding-bottom: 75px;
	}

	.section-header {
		margin-top: 75px;
		margin-bottom: 50px;
	}

	.features .overlay-layer-2 {
		padding-bottom: 50px;
	}

	.pricing-table {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0;
	}

	.highlighted {
		margin-top: 0;
	}

	.single-pricing {
		margin-bottom: 40px;
	}

	.single-stats .icon-container {
		margin-bottom: 20px;
	}

	.single-stats .icon-container span {
		font-size: 50px;
	}

	.team-member {
		margin-bottom: 50px;
		max-width: 270px;
		margin: auto;
	}

	.contact-info .contact-links a {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 680px) {
	.single-feature {
		width: auto;
		float: none;
	}
}

/*---------------------------------------
   4.6 FIXES FOR MOBILE SCREENS          
-----------------------------------------*/
@media (max-width: 580px) {
	html {
		font-size: 65% !important;
	}

	body {
		font-size: 14px;
		line-height: 23px;
		font-weight: 400;
		background: #000 url('../video/hero1-cover.jpg') !important;
    	-webkit-background-size: cover;
    	background-size: cover;
	}




#license-modal .modal-content p img {width: 50%;}

.panel-body h2.price { 
	 margin: 10px 0 !important;
}

.panel-body .small-cta a {font-size: 150%;}



a.secondary-button,
a.secondary-button:visited,
a.secondary-button:active {
	background: rgba(0,0,0,.5) !important;
	border-color: #fff !important;
}

	h3,
    h4 {
		font-weight: 600;
	}

	h4 {
		font-size: 16px;
		line-height: 26px;
	}

	h5 {
		font-size: 15px;
		line-height: 24px;
	}

	.single-stats {
	    display: block;
	    width: 100%;
	}

	.contact-links .row[class^="col-xs"],
    .contact-links .row[class*=" col-xs"] {
		margin-bottom: 10px;
	}

	.section-header {
		margin-bottom: 25px;
	}

		.header .overlay-layer {
			padding-top: 50px;
			padding-bottom: 75px;
			height: auto;
			background: rgba(0,0,40,.5) !important;
		}


	.only-logo .navbar-header img {
		max-width: 220px;
	}

	.intro-section {
		margin-top: 20px;
	}



/*lcedit */
.intro-section h1 {
		font-size: 600% !important;
}


.intro-section .button {
		padding: 0 40px;
	}

.intro-section .secondary-button {
		width: 100%;
		display: block;
		font-size: 130%;
		margin-bottom: 30px;
	}


	.intro-section h5 {
		padding: 0 !important;
	}


	.intro-section {padding: 0 !important;}


/*lcedit */

#photos {padding:  30px;}
#photos h2 {text-align: center !important;}
#photos .buttons {text-align: center !important;}

.call-to-action a.btn {
	background: #0099ff !important;
}

.call-to-action .typeform-share.standard-button {background: none !important; display: block; margin: 10px;}

.call-to-action .standard-button {background: #000 !important;}

.dark-bg-bio {
padding: 30px;
border: none !important;

background: rgb(14,14,14)!important; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(14,14,14,1) 0%, rgba(0,0,0,1) 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(0,0,0,1)))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(0,0,0,1) 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(0,0,0,1) 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(0,0,0,1) 100%)!important; /* IE10+ */
background: linear-gradient(to bottom,  rgba(14,14,14,1) 0%,rgba(0,0,0,1) 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#000000',GradientType=0 )!important; /* IE6-9 */

}



		.header .overlay-layer {
			padding-top: 50px;
			padding-bottom: 75px;
			height: auto;
			background: rgba(0,0,40,.5) !important;
		}


.call-to-action .overlay-layer-2 {
    padding-top: 20px;
    padding-bottom: 50px;
    /*background-color: transparent !important;*/
    background: rgba(0, 0, 0, .7);
}

.call-to-action h2 {
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0 10px;
}



.package-title {padding: 0; background: rgba(0,0,0,.05);}
.brief p.text-left {text-align: left !important;}
.feature-list li {float: left; text-align: left !important; font-weight: 600; font-size: 120%;}
	
	.pricing-table {
	    padding-left: 0;
	    padding-right: 0;
	}

	.standard-button {
		padding: 15px 35px 15px 35px;
	}

	.timeline-section {
		padding-left: 95px;
	}
}