body {
	color: #675E5D;
	font: normal 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-color: #fff;
	overflow-x: hidden;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	color: #e44a2d;
	cursor: pointer;
	text-decoration: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover, a:focus {
	color: #e44a2d;
	outline: none;
	text-decoration: none;
}

.nav{
	font-size:14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	margin-bottom: 15px;
}
h1 {font-size: 2.5em; font-weight:400; margin-top:0; margin-bottom: 10px;}
h2 {font-size: 2em; font-weight:400; margin-top:0; margin-bottom:30px;}
h3 {font-size: 1.75em; font-weight:300px; margin-top:0;}
h4 {font-size: 1.5em; font-weight:300px;margin-bottom:10px;}
h5 {font-size: 1.25em;}
h6 {font-size: 1em;}

p.lead {
	color:#ffffff;
	font-size: 1.3em;
	line-height:1.0em;
}
p {
	margin-bottom: 20px;
}

p.buttons{
	font-weight:300;
	font-size:1.3em;
}

p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #e74c3c;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
strong {
	font-weight: 400;
}

.dark-text {
	color: #000;
}
.light-text {
	color: #FFF;
}
.animate {
	opacity: 0;
} 


/*	Section
	==================================================*/
.section {
	padding: 120px 0;
}

/*	Button & Label
	==================================================*/
.btn {
	border: none;
	border-radius: 40px;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.btn i {
	font-size: .9em;
	vertical-align: middle;
	line-height: 1em;
	margin-right: .5em;
}
.input-group-btn .btn {
	border-radius: 6px;
	border: 1px solid #ccc;
	line-height: 1.34;
}
.btn-primary {
	background-color: #e44a2d;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #cc6a43;
}

/*	Form
	==================================================*/

/*	Header
	==================================================*/
#header {
	top: 0 !important;
	margin-top: 0 !important;
	background-color: rgba(255, 255, 255, .9);
	height:70px;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#header.header-bg {
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
}
.navbar-brand {
	
}
.navbar {
	margin-bottom: 0;
	border: none;
	height:70px;
}
.navbar-nav>li>a {
	color: #000;
	padding-top:20px;
	height:70px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}
#header.header-bg .navbar-nav>li>a, #header.header-bg .navbar-brand {
	line-height: inherit;
	font-size: inherit;
}
.navbar-nav>li>a:hover, .navbar-nav>.active>a, .navbar-nav>.active>a:hover {
	background-color: #e44a2d;
	color: #fff;
}

/*	Parallax Background
	==================================================*/

#parallax {
  height: 700px;
  width: 100%;
  position: fixed;
  background: url('http://placehold.it/1600x1067') center center no-repeat; 
 
  z-index: -100;
}

.fs-pattern {
	background: url(../../img/video-pattern.png) top left repeat; 	
}
.fs-overlay {
	background-color: rgba(145, 199, 84, .85);
}
.fs-color {
	background-color: #e44a2d;
}
/*	Vertical Center
	==================================================*/

.vc-container {
	display: table;
	height: 100%;
	width: 100%;
	max-width: 100% !important;
}
.vertical-center {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.vertical-center h1 {
	font-size: 1em;
	text-transform: uppercase;
	
}
.vertical-center p.lead {
	font-size: 3em;
}

/*	Fullscreen Slider
	==================================================*/
.slides-container .container {
	margin: 0;
}
.slides-pagination {
	margin-bottom: 2em;
}
.slides-navigation a {
	font-size: 3em;
	color: #FFF;
	padding: 1em;
}
/*	Features
	==================================================*/ 
#features {
	background-color: #FFF;
}
.overview, .service-block, .team-block {
	text-align: center;
}
.overview .lead {
	margin-bottom: 80px;
}

.service-block .service-icon {
	font-size: 3em;
	margin-bottom: 20px;
	display: block;
}
.team-block img {
	margin-bottom: 20px;
}
.service-block h3, .team-block h3 {
	font-size: 1.3em;
}

/*	Image
	==================================================*/
#image {
	background-color: #ecf0f1;
}
/*	Text
	==================================================*/
#text {
	background-color: #FFF;
}

.headingSpaceProducts{
	padding-top:60px;
}

.headingSpacePrints{
	padding-top:100px;
}

.imgSpacing{
		padding-top:0px;
	}

.ourApp{
	padding-top:100px;
	padding-bottom:50px;
}

.ourPrints{
	background-color: #ededed;
}

/*
.ourBooks{
	padding-top:100px;
	padding-bottom:0px;
}
*/

/*	Gallery
	==================================================*/ 
#gallery {
	background-color: #FFF;
	padding-bottom: 70px;
}
.owl-carousel .owl-wrapper-outer {
	padding: 0px;
}
.owl-item .item {
	margin: 15px;
}
.owl-carousel .item img {
	max-width: 100%;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	
}
#gallery a {
	margin-bottom: 30px;
	display: block;
	position: relative;
	cursor: url(../images/cursor.png), auto;
}
#gallery a:before {
	opacity: 0;
	visibility: hidden;
	display: none;
	opacity: 1;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#gallery a:hover:before {
	opacity: 1;
	visibility: visible;
	display: block;
}



/*	testimonials
	==================================================*/ 
#testimonials {
	background-color: #e44a2d;
	color: #FFF;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control {
	opacity: 1;
	text-shadow: none;
}
.carousel-indicators li {
	border-color: #FFF;
	margin: 0 2px;
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.carousel-indicators .active {
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	background-color: #FFF;
	border: 1px solid #FFF;
}
.carousel.slide {
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.carousel-inner blockquote {
	border: none;
	text-align: center;
	padding: 40px 15%;
}
.carousel-inner blockquote small {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}
.carousel-inner blockquote p {
	font-size: 2em;
}
.carousel-control .glyphicon {
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	font-size: 20px;
}
.carousel-indicators {
	bottom: -20px;
}
.carousel-control {
	background: transparent;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	
	height: 40px;
	width: 40px;
}


/*	Newsletter
	==================================================*/ 

#newsletter {
	border-top: 1px solid #ececec;
	text-align: center;
	padding-top:70px;
}
#newsletter form {
	width: 50%;
	margin: 0 25%;
}

.pikto{
	padding:0px 50px 20px; 
	border-right:1px solid #999;
}

.newsletter{
	padding:0px 50px;
}


/*	Footer
	==================================================*/ 
#footer{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:30px;
	color:#666;
	font-size:12px;
}

.footerLeft {
		text-align:right;
}
.footerRight {
		text-align:left;
}



/*	Responsive
	==================================================*/ 

@media (max-width: 992px) {
	body {
		font-size: 15px;
	}
	.container {
		max-width: 750px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.service-block, .img-responsive, .carousel, .content-block {
		margin-bottom: 80px;
	}
	
	.ourApp{
		padding-bottom:30px;
	}
	
	.headingSpace{
		padding-top:0px;
	}
	
	.imgSpacing{
		padding-top:20px;
	}

	.navbar-nav>li>a:hover, .navbar-nav>.active>a, .navbar-nav>.active>a:hover {
	background-color: #fff;
	color: #e44a2d;
}


}

@media (max-width: 767px) {
	body {
		font-size: 15px;
	}
	.container {
		max-width: 492px;
	}
	.service-block, .img-responsive, .carousel, .content-block {
		margin-bottom: 0;
	}
	
	.navbar-collapse .navbar-nav>li>a {
		background-color:rgba(255,255,255,0.9);
		padding: 10px 12px;
		margin: 0;
		height:60px;
		line-height: 1.5em;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-top:20px;
	}
	.navbar-collapse .navbar-nav>li.active>a {
		border-bottom: 1px solid none;
	}
	.navbar-collapse .navbar-nav>li:last-child>a {
		border-bottom: none;
	}
	.navbar-inverse .navbar-toggle {
		background-color: #000;
		margin: 23px;
	}
	.container>.navbar-header, .container>.navbar-collapse {
		width: 100%;
		margin: 0;
	}
	.navbar-brand {
		line-height: initial;
	}
	
	.ourApp{
		padding-bottom:50px;
	}
	
	.footerLeft {
		text-align:center;		
		padding-bottom: 0px;
	}
	.footerRight {
		text-align:center;
		padding-bottom: 10px;
	} 
	
	.imgSpacing{
		padding-top:50px;
	}

	.pikto{
		padding:0px 50px 50px; 
		border-right:none;
		border-bottom:1px solid #999;
		margin-bottom:50px;
	}

	.headingSpaceProducts{
		padding-top:0px;
	}


}



.social-media{
	padding-top:20px;
}


@media all and (min-width: 1000px) {
.instagram_iphone { display: none !important; }
.instagram_ipad_p { display: none !important; }
.instagram_iphone_ls { display: none !important; }
}


@media all and (max-width: 999px) and (min-width: 482px) {
.instagram_desktop { display: none !important; }
.instagram_iphone { display: none !important; }
.instagram_iphone_ls { display: none !important; }
}

@media all and (max-width: 481px) {
.instagram_iphone_ls { display: none !important; }
.instagram_desktop { display: none !important; }
.instagram_ipad_p { display: none !important; }
}