/* Bootstrap Overwrites
************************************************** */

.carousel-caption {
	position: absolute;
	text-shadow: none;
	z-index: 10;
}
	
.carousel-caption h1,.carousel-caption h2 {
	color: #fff;
	font-weight: 800;
	text-shadow: 1px 1px 4px #434343;
}
	
.carousel-caption p {
	color: #fff;
	font-size: 120%;
	font-weight: 500;
	text-shadow: 1px 1px 2px #000000;
}

/*.carousel-caption .btn-primary {
	background-color: rgba(255,255,255,0.20);
	border:1px solid #fff;
	font-weight: 600;
	text-transform: uppercase;
}*/

.btn-primary {
	background-color: #fda729;
	border:1px solid #dd9134;
	font-weight: 600;
	text-transform: uppercase;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #F0762C;
  border-color: #C14800;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}



.btn-default {
	background-color: #569fd2;
	border: 1px solid #257cb9;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

input .btn .btn-primary {
	display: inline;
}

/* Navbar
------------------------------*/

.navbar {
	background: transparent;
	border: 0;
	height: 67px;
-webkit-transition: background 1s ease-out;
-moz-transition: background 1s ease-out;
-ms-transition: background 1s ease-out;
-o-transition: background 1s ease-out;
transition: background 1s ease-out;
}

.navbar.scrolled {
background: rgba(255,255,255,0.9);
-webkit-transition: background 1s ease-in;
-moz-transition: background 1s ease-in;
-ms-transition: background 1s ease-in;
-o-transition: background 1s ease-in;
transition: background 1s ease-in;
}

#nav-start-a-project {
  position: absolute;
  right: 100px;
  top: 16px;
}


/* Navigation slide
------------------------------*/

a.nav-expander {
  color: #434343;
  display: block;
  margin-right: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 13px;
  transition: right 0.3s ease-in-out 0s;
  width: 90px;
  z-index: 12;
 
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}
 
a.nav-expander:hover {
	color: #569fd2;
  cursor: pointer;
}
 
a.nav-expander.fixed {
  position: fixed;
}
 
.nav-expanded a.nav-expander.fixed {
    right: 20em;
}

nav {
  background-color: #302f2a;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  top: 0;
  width: 20em;
  z-index: 2000;
 
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
.nav-expanded nav {
  right: 0;
}
 
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
 
#nav-close {
	padding-right: 10px;
}

.main-menu {
	padding-top: 12px;
}
 
.main-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-left: 20px;
	padding: 12px;
	text-transform: uppercase;
}

.main-menu .active {
	font-weight: 600;
}
 
.main-menu li a {
	color: #c2c2c2;
	display: block;
	text-decoration: none;
}
 
.main-menu li a:hover {
	color: #f5f5f5;
	text-decoration: none;
}
 
.main-menu li .sub-nav {
	border-bottom: 0px;
	padding: 4px;
}

.navbar.scrolled {
	background: rgba(255,255,255,0.9);
/*	-webkit-transition-timing-function: cubic-bezier(0.326, 0.0, 0.0, 0.748);
		-moz-transition-timing-function: cubic-bezier(0.326, 0.0, 0.0, 0.748); 
	  	-o-transition-timing-function: cubic-bezier(0.326, 0.0, 0.0, 0.748);*/
				/*transition: all 300ms cubic-bezier(0.326, 0.0, 0.0, 0.748);*/ /* custom */
}

/* Core
************************************************** */

body {
	background-color: #31302B;
	color: #434343;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
}

h1,h2,h3,h4 {	
	text-transform: uppercase;
}

h1 {

	font-weight: 900;
}

h2 {
	font-weight: 700;
}

h3 {

	font-weight: 700;
}

p,address {
	font-size: 120%;
	margin-bottom: 20px;
}

.panel li,
#content li{
	font-size: 120%;
	margin-bottom: inherit;
}

.lead {
	font-weight: 300;
}

b {
	font-weight: 400;
}

strong {
	font-size: 110%;
	font-weight: 800;
}

.smaller {
  font-size:50%;
}

a {
	color:#569fd2;
}

a:hover {
	text-decoration: none;
}

a h3,a p {
	color: #434343;
}

a:hover h3 {
	color: inherit;
}

/* Blockquote
************************************************** */

q,blockquote {
	background-color: rgba(255,255,255,0.7);
	border:1px solid #fff;
	color: #0f507e;
	font-family: "arno-pro", serif;
	font-style: italic;
  margin: 1.5em 10px;
  padding: 40px;
	text-align: left;
  quotes: "\201C""\201D""\2018""\2019";
}

q p,blockquote p {
  display: inline;
	font-weight: 300;
	line-height: inherit;
}

q footer,blockquote footer {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #666;
}

q:before,
blockquote:before {
  color: #acd6f2;
  content: open-quote;
	font-family: "proxima-nova",sans-serif;
  font-size: 1000%;
  line-height: 0em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}
q:after,
blockquote:after {
    content: no-close-quote;
}

.canvas {
  position: relative;
  left: 0;
  z-index: 2;
  min-height: 100%;
  padding: 50px 0 0 0;
  background: #fff;
}


/* Header
************************************************** */

header h1 {
	color: #559fd3;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	left: 15px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-transform: lowercase;
	top: 25px;
}

header h1 a {
	color: #559fd3;
}

header h1 a:hover {
	color: inherit;
	text-decoration: none;
}

header h1 img {
	float: left;
	margin-top: -18px;
	padding-right: 3px;
	height: 65px;
	width: 65px;
}

header h1 strong {
	color: #acd4f1;
	font-weight: 300;
}

header button {
	border: none;
}

header h1 .logo {
	background: #fff;
}


/* Content
************************************************** */
#content {
	background-color: #fff;
	text-align: center;
}

/* Footer
************************************************** */
#footer {
	background-color: #31302B;
	color: #ccc;
}

#footer li a {
	color: #ccc;
}

#footer li a:hover {
	color: #f5f5f5;
	text-decoration: none;
}

#footer h4 {
	color:#777;
	font-size:100%;
}

.b-top {
	border-top-color: #acd6f2 !important;
}

/* Anchors
-------------------------------------------------- */
.no-hyperlink {
	color: inherit !important;
	cursor: default !important;
}

.no-hyperlink:hover {
	color: inherit !important;
	text-decoration: none !important;
}

/*.arrow-down {
	background-color: red;
background-position-x: 50%;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-position-y: -10px;
position: relative;
}*/

/* Backgrounds
-------------------------------------------------- */

.bg-white {
	background-color:#fff;
}

.bg-white-alpha {
	background-color:rgba(255,255,255,0.3);
	border-color: #fff;
}

.bg-orange {
	background-color:#dd9134;
}

.bg-light-grey {
	background-color:#fbfbfb;
}

.bg-grey {
	background-color:#f5f5f5;
}

.bg-medium-grey {
	background-color:#828282;
}

.bg-dark-grey {
	background-color:#434343;
	color: #f3f3f3;
}

.bg-light-blue {
	background-color:#acd6f2;
}

.bg-blue {
	background-color:#569fd2;
	color: #f3f3f3;
}

.bg-dark-blue {
	background-color:#0f507e;
	color: #f3f3f3;
}

.bg-darker-blue {
	background-color:#0e4268;
}

.bg-texture {
	background-image: url(/media/layout/cloth_alike.png);
}

.box-shadow {
	-webkit-box-shadow: 0px 0px 20px 5px rgba(158,158,158,0.4);
	-moz-box-shadow: 0px 0px 20px 5px rgba(158,158,158,0.4);
	box-shadow: 0px 0px 20px 5px rgba(158,158,158,0.4);
}


/*.bg-0.b-top-none, .bg-1.b-top-none, .bg-2.b-top-none, .bg-3.b-top-none, .bg-4.b-top-none, .bg-5.b-top-none, .bg-6.b-top-none {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.00);
     -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.00);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.00);
}*/

/* Banners
-------------------------------------------------- */

.iphone img, .work img, .ee img, .about img, .services img {
	width: 100%;
}

/* Blog
-------------------------------------------------- */

#blog ol.breadcrumb {
	background:none;
	padding-left:0;
}

#blog .section img,#blog .section-small img {
	float:right;
	padding:0 0 20px 20px;
}

#blog-detail .section img,#blog-detail .section-smaller img {
	background-color: rgba(255,255,255,0.50);
	border: 2px solid #ffffff;
	padding: 20px;	
}


/* Body IDs
-------------------------------------------------- */
#blog #content {
	text-align: left;
}

#start,#contact {
	background-image: url(/media/images/bg-start-a-project.jpg);
	background-position: center center;
	background-size: cover;
}

#start #content,#contact #content, #wn #content {
	background-color: transparent;
}

#wn {
	background-image: url(/media/images/wn-banner.jpg);
	background-position: center center;
	background-size: cover;
}

#about .navbar-toggle {
	color: #fff;
}

#about .navbar-toggle:hover {
	color: #569fd2;
}

#pages #content {
	text-align: left;
}

#pages #content blockquote {
	border-bottom:1px solid #c4c4c4;
	border-top:1px solid #c4c4c4;
}

#pages #content blockquote p small {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 12px;
	margin-top: 10px;
}

#pages h2,#pages h3,#pages h4,#pages h5,#pages h6 {
 text-transform: none;
}

/* Borders
-------------------------------------------------- */

.b-all {
	border: 1px solid #828282;
}

.b-bottom {
	border-bottom: 1px solid #828282; 
}

.b-top {
	border-top: 1px solid #828282; 
}

.b-left {
	border-left: 1px solid #828282; 
}

.b-right {
	border-right: 1px solid #828282; 
}

.b-none {
	border: none !important;
}

.b-top-none {
	border-top: none !important;
}

.b-bottom-none {
	border-bottom: none !important;
}

.b-right-none {
	border-right: none !important;
}

.b-left-none {
	border-left: none !important;
}

.b-color-orange {
	border:2px solid #a65b00;
}

.b-color-grey {
	border:1px solid #cccccc;
}

/* Colors
-------------------------------------------------- */
.color-blue {
	color: #569fd2;
}

.color-white {
	color: #ffffff;
}

/* Close
-------------------------------------------------- */
.close-menu {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin: 10px 15px 0 0;
}

.close-menu:hover,
.close-menu:focus {
  color: #b7b7b7;
}


/* Fader
-------------------------------------------------- */
#tml-container blockquote { display: none; }


/* Horizontal Line
-------------------------------------------------- */

hr.c-white {
  border-top: 1px solid #fff;
}

hr.c-darker {
  border-top: 1px dotted #c4c4c4;
}

hr.c-alpha {
  border-top: 1px solid rgba(255,255,255,0.50);
}

/* Hyperlinks
-------------------------------------------------- */
.text-decoration-none {
	text-decoration: none !important;
}

.text-transform-none {
	text-transform: none !important;
}

.style-guide-serif {
	color: #b7b7b7;
	font-family: "arno-pro",serif;
	text-transform: none;
	font-style: italic;
}

/* Margin
-------------------------------------------------- */

.m-bottom {
	margin-bottom:20px;
}

.m-bottom-md {
	margin-bottom:40px;
}

.m-bottom-lg {
	margin-bottom:60px;
}

.m-left {
	margin-left:20px;
}

.m-right {
	margin-right:20px;
}

.m-top {
	margin-top:20px;
}

.m-bottom-none {
	margin-bottom: 0px;
}

.m-none {
	margin-bottom:0px;
	margin-left:0px;
	margin-right: 0px;
	margin-top: 0px;
}

.m-h1-top-neg {
	margin-top:-100px;
}

.m-bottom-only {
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

.m-left-nav {
	margin-left: 12px;
}
/* Padding
-------------------------------------------------- */

.p-none {
	padding: 0 !important;
}

.p-bottom {
	padding-bottom: 20px;
}

.p-left {
	padding-left: 20px;
}

.p-right {
	padding-right: 20px;
}

.p-top {
	padding-top: 20px;
}

header .p-all {
	padding: 10px;
}

header .p-bottom {
	padding-bottom: 10px;
}

header .p-left {
	padding-left: 10px;
}

header .p-right {
	padding-right: 10px;
}

header .p-top {
	padding-top: 10px;
}

/* Sections
-------------------------------------------------- */
.section {
	padding: 40px 0;
}

.section-small {
	padding: 20px 0;
}

.section-large {
	padding: 80px 0;
}

.project {
	text-align: left;
}

.project.bg-image {
	background-image: url(/media/images/image-start-a-project-01.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 100px 0 260px;
	text-align: center;
}

.project .col-sm-5 {
	padding-bottom: 2%;
	padding-top: 2%;
}

/* Testimonials
-------------------------------------------------- */
.testimonials {
	color: #434343;
	background-image: url(/media/layout/bg-testimonials.jpg);
	background-position:center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials blockquote {
	padding: 80px;
}

/* Form Styles
-------------------------------------------------- */

#start form label {
	font-size: 130%;
}

#start form label small {
	font-weight: normal;
}

.help-block {
	font-size: 80%;
}

#contact .help-block {
	text-align: left;
}

/* Landing Page
-------------------------------------------------- */
#landing .header {background-color: #56a0d3;}
#landing h1,#landing h2,#landing h3,#landing h4 {font-weight: 300;}
#landing h3 {color: #56a0d3;}
#landing .form-control {border: 1px solid #56a0d3;}
#landing label {font-weight: 300;}
#landing .bg-dark-blue {background-color: #025086;}
#landing .bg-blue.bg-image {
	background: linear-gradient(rgba(86,160,211,0.95) 0%,rgba(86,160,211,0.95)),
	url(/media/campaigns/banner-homepage-03.jpg) center fixed;
	background-size: cover;
	min-height: 400px;
}
#landing .bg-image {
	background: linear-gradient(rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4)),
	url(/media/campaigns/banner-homepage-03.jpg) center fixed;
	background-size: cover;
}
#landing .well {margin-top: -260px; padding: 0;}
#landing .iphone {margin-top: 80px;}
#landing img.iphone {height: 250px; position: absolute;}
#landing .opener {text-align: left; text-transform: uppercase;}
#landing p {font-size: 14px;}
#landing .logo span {color: #fff;}
#landing .p-lg {padding: 10px 30px 30px;}

#landing .navbar-fixed-top {position: absolute;}

#landing .carousel-control.right,#landing .carousel-control.left {
	background-image: none;
	filter:alpha(opacity=0);
}

@media (min-width: 768px) {
	#landing .opener {font-size: 30px;}
	#landing img.iphone {left:20%; height: 550px; position: absolute;}
	#landing .bg-blue.bg-image {min-height: 600px;}
}

@media (min-width: 1400px) {
	#landing .opener {font-size: 36px;}
	#landing img.iphone {left:25%;}
}
@media (min-width: 1600px) {
	#landing img.iphone {left:30%;}
}

#landing .img-responsive, #landing .thumbnail>img, #landing .thumbnail a>img, #landing .carousel-inner>.item>img, #landing .carousel-inner>.item>a>img {display: inline-block;}

/* Hosting Page
-------------------------------------------------- */
#hosting .panel-heading {background-color: #569fd2; color: #fff;}
#hosting .price {background-color: #3276b1; color: #fff; font-size: 36px; font-weight: bold;}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {


}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	blockquote p {
		font-size: 180%;
	}

	.carousel-caption {
		text-align: left;
		left: 10%;
		right: 45%;
		top: 20%;
	}

	.carousel-caption h2 {
		font-size: 300%;
	}

	.carousel-caption p {
		font-size: 130%;
	}

	.testimonials {
		background-position: left bottom;
	}

	#work .carousel-caption {
	  bottom: 0;
	  left: 55%;
		right: 5%;
		text-align: right;	
	}
	
	#work .carousel-caption h2 {
		text-align: right;
	}
	
	#work .carousel-caption p {
		text-align: right;
	}

	#ee .carousel-caption {
	  bottom: 0;
	  left: 10%;
		right: 50%;
		text-align: left;	
	}


	#about .carousel-caption {
	  bottom: 20%;
	  left: 20%;
		right: 20%;
		text-align: center;
	
	}
	
	#about .carousel-caption h2 {
		text-align: center;
	}

	#services .carousel-caption {
		left: 20%;
		right: 20%;
		top: 40%;
		text-align: center;
	}

	#careers .carousel-caption {
	  bottom: 20%;
	  left: 20%;
		right: 20%;
		text-align: center;
	
	}

	/* Sections
	-------------------------------------------------- */
	.section {
		padding: 80px 0;
	}
	
	.section-small {
		padding: 40px 0;
	}
	
	.section-smaller {
		padding: 20px 0;
	}
	
	.section-large {
		padding: 160px 0;
	}


	.ee {
	background-image: url(/media/images/product-hero-dim.jpg);
	background-position:center -73px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	margin-top: 70px;
	}
	
	.hosting {
	background-image: url(/media/images/hosting-hero-blue.jpg);
	background-position:center -73px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	margin-top: 70px;
	}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.carousel-caption {
		text-align: left;
		left: 10%;
		right: 45%;
		top: 35%;
	}

	.carousel-caption h2 {
		font-size: 380%;
	}

	.carousel-caption h2 {
		font-size: 380%;
	}

	.carousel-caption p {
		font-size: 160%;
	}

	#ee .carousel-caption,#hosting .carousel-caption {
		top: 30% !important;
	}

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	#home	.carousel-caption {
		left: 5%;
		right: 40%;
		top: 30%;
		text-align: left;
	}

	#work	.carousel-caption {
		left: 30%;
		right: 5%;
		top: 15%;
		text-align: right;
	}

	#about .carousel-caption {
		left: 20%;
		right: 20%;
		top: 20%;
		text-align: center;
	}

	#services .carousel-caption {
		left: 10%;
		right: 10%;
		top: 40%;
		text-align: center;
	}

	#ee, #hosting {
		background-color: #fff;
		margin-top: 70px;
	}

	#ee .carousel-caption,#hosting .carousel-caption {
		left: 10%;
		right: 10%;
		top: 40%;
		text-align: left;
	}

	#ee .carousel-caption h2,#hosting .carousel-caption h2 {
		font-size: 36px !important;
	}

	.work img {
		display: none;
	}

	.work {
		background-image: url(/media/images/banner-work-bg.jpg);
		background-position: -240px -20px;
		background-size: 150%;
		background-repeat: no-repeat;
		height: 400px;
	}

	.ee {
		background-image: url(/media/images/product-hero-dim.jpg);
		background-position: -240px -20px;
		background-size: 150%;
		background-repeat: no-repeat;
		height: 500px;
	}
	
	.hosting {
		background-image: url(/media/images/hosting-hero-blue.jpg);
		background-position: -240px -20px;
		background-size: 150%;
		background-repeat: no-repeat;
		height: 500px;
	}

	.testimonials {
		background-position: -400px bottom;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	#home	.carousel-caption {
		left: 5%;
		right: 30%;
		top: 20%;
		text-align: left;
	}

	#work	.carousel-caption {
		left: 30%;
		right: 5%;
		top: 20%;
		text-align: right;
	}

	#about .carousel-caption {
		left: 10%;
		right: 10%;
		top: 20%;
		text-align: center;
	}

	#work	.carousel-caption {
		left: 30%;
		right: 5%;
		top: 20%;
		text-align: right;
	}

	.item p,.item img {
		display: none;
	}	

	.iphone {
		background-image: url(/media/images/banner-homepage-iphone-bg-v5.jpg);
		background-position: -300px 0;
		background-size: 220%;
		background-repeat: no-repeat;
		height: 400px;
	}

	.work {
		background-image: url(/media/images/banner-work-bg.jpg);
		background-position: -300px -20px;
		background-size: 200%;
		background-repeat: no-repeat;
		height: 400px;
	}

	.ee {
		background-image: url(/media/images/product-hero-dim.jpg);
		background-position: -300px -20px;
		background-size: 200%;
		background-repeat: no-repeat;
		height: 400px;
	}
	
	.hosting {
		background-image: url(/media/images/hosting-hero-blue.jpg);
		background-position: -300px -20px;
		background-size: 200%;
		background-repeat: no-repeat;
		height: 400px;
	}

	.about {
		background-image: url(/media/images/banner-about-bg.jpg);
		background-position: -300px -100px;
		background-size: 400%;
		background-repeat: no-repeat;
		height: 400px;
	}

	.services {
		background-image: url(/media/images/banner-services-bg.jpg);
		background-position: -140px -20px;
		background-size: 240%;
		background-repeat: no-repeat;
		height: 400px;
	}

	.careers {
		background-image: url(/media/images/banner-careers.jpg);
		background-position: -300px -100px;
		background-size: 400%;
		background-repeat: no-repeat;
		height: 400px;
	}

	.testimonials {
		background-position: -600px bottom;
	}

	#ee,#hosting {
		background-color: #fff;
		margin-top: 70px;
	}

	#ee .carousel-caption,#hosting .carousel-caption {
		text-align: center;
	}

	#ee .carousel-caption h2,#hosting .carousel-caption h2 {
		font-size: 30px !important;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

	#nav-start-a-project {
	  right: 90px;
	}

	q,blockquote {
	  margin: 0;
	  padding: 0;
	  quotes: none;
	}
	
	q:before,
	blockquote:before {
	  margin-right: 0;
	  vertical-align: 0;
	}
	q:after,
	blockquote:after {
	    content: no-close-quote;
	}

	blockquote p {
		font-size: 120%;
	}

	.testimonials blockquote {
		padding: 0 20px 20px;
	}

	#home	.carousel-caption, #work .carousel-caption {
		left: 10%;
		right: 10%;
		top: 15%;
		text-align: center;
	}
	
	.iphone {
		background-image: url(/media/images/banner-homepage-iphone-bg-v5.jpg);
		background-position: -160px 0;
		background-size: 300%;
		background-repeat: no-repeat;
		height: 400px;
	}

	.work {
		background-image: url(/media/images/banner-work-bg.jpg);
		background-position: -400px 0px;
		background-size: 600%;
		background-repeat: no-repeat;
		height: 400px;
	}

	.ee {
		background-image: url(/media/images/product-hero-dim.jpg);
		background-position: -400px 0px;
		background-size: 600%;
		background-repeat: no-repeat;
		height: 400px;
	}

	.hosting {
		background-image: url(/media/images/hosting-hero-blue.jpg);
		background-position: -400px 0px;
		background-size: 600%;
		background-repeat: no-repeat;
		height: 400px;
	}

	.services {
		background-position: -140px -20px;
		background-size: 300%;
	}

	.testimonials {
		background-position: -1200px bottom;
	}

}



/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

