
/*		General CSS		*/
body{
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}

h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: bold;
	line-height: 46px;
}

a:focus{
	color: #888888!important;
	text-decoration: none!important;
}

a {
	color: #333333!important;
	text-decoration: none!important;
}


.container{
	max-width: 1130px;
}

.containerText{
	max-width: 750px;
    margin: auto;
}

h5 { 
    font-size: 1.2em;
    line-height:1.5em;
    font-weight: normal;
}

/*		Header 		*/

header{
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	z-index: 99;
	background-color: #FFFFFF;
}

header .logo{
	display: table-cell;
	margin: 15px 25px 10px 0;
}


header .burger_icon{
	display: none;
	float: right;
	background: #ffffff;
	padding: 5px 10px;

	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	margin: 45px 10px 0 0;
}

header .burger_icon:hover{
	cursor: pointer;
}

header .burger_icon.active{
	background: #888888;
	color: #FFFFFF;
}

header nav{
	margin-top: 40px;
	float: right;
}

header nav li{
	margin-left: 40px;
}

header nav li:first-child{
	margin: 0;
}

header nav li a{
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-right: 40px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

header nav li a:hover,
header nav li a:focus{
	text-decoration: none;
	color: #00aae9!important;
}



header .social{
	display: table-cell;
	margin-top: 45px;
}

header .social li{
	float: left;
	margin-left: 20px;
}

header .social li:first-child{
	margin: 0;
}










/*		Hero section 		*/

.hero{
	display: block;
	position: relative;
	width: 100%;
	height: 580px;
	/* background: url('../images/hero2.jpg') no-repeat fixed center center;	
	background-size: cover; */
}

.hero .caption{
	position: absolute;
	max-width: 500px;
	margin-left: 0px;
	top: 37%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
}


.hero a {
	color: #888888!important;
	text-decoration: none!important;
}



.hero a:hover {
	color: #555555!important;
	text-decoration: none!important;
}


.hero .caption h1{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	word-break: break-word;
}

.hero .caption p{
	color: #333333;
	font-family:  Georgia, Times New Roman, serif;
	font-size: 20px;
	margin: 0px 0 35px 0;
}

.productImagesLeft1 .caption p{
	color: #333333;
	font-family:  Georgia, Times New Roman, serif;
	font-size: 20px;
	margin: 15px 0 35px 35px;
}

.productImagesLeft2 .caption p{
	color: #333333;
	font-family:  Georgia, Times New Roman, serif;
	font-size: 20px;
	margin: 15px 0 35px 35px;
}

/*		Hero 2 section 		*/

.hero2{
	display: block;
	position: relative;
	width: 100%;
	min-height: 700px;
	background: url('../images/TypographyInsightForHoloLens.jpg') ;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
	
}

.hero2 .caption{
	position: absolute;
	max-width: 500px;
    padding-left: 20px;
	top: 75%;
	background-color:rgba(0, 0, 0, .7);
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
}


.hero2 a {
	color: #ffffff!important;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	word-break: break-word;

}

/*		Hero 3 section 		*/

.hero3{
	display: block;
	position: relative;
	width: 100%;
	min-height: 700px;
	background: url('../images/TypographyInsightForVR.jpg') ;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
	
}

.hero3 .caption{
	position: absolute;
	max-width: 500px;
    padding-left: 20px;
	top: 75%;
	background-color:rgba(0, 0, 0, .7);
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
}


.hero3 a {
	color: #ffffff!important;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	word-break: break-word;

}


.videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.hero2 .caption h1{
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	word-break: break-word;
}

.hero2 .caption p{
	color: #ffffff;
	font-family:Georgia, Times New Roman, serif;
	font-size: 16px;
	line-height: 22px;
	margin: 15px 0 35px 0;
}

.hero3 .caption h1{
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	word-break: break-word;
}

.hero3 .caption p{
	color: #ffffff;
	font-family:Georgia, Times New Roman, serif;
	font-size: 16px;
	line-height: 22px;
	margin: 15px 0 35px 0;
}


#slider .caption p{
	margin: 0;
}

a.app_store_btn{
	text-decoration: none;
	margin: 0px 0px 10px 0;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.play_icon,
.android_icon,
.iphone_icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 3px;
}

.play_icon{
	background: url('../images/play.png') no-repeat;
}

.iphone_icon{
	background: url('../images/iphone_app.png') no-repeat;
}

.android_icon{
	background: url('../images/android_app.png') no-repeat;
}


a.app_store_btn:hover,
a.app_store_btn:focus{
	border-color: #0094e1;
	color: #0094e1!important;
}

a.app_store_btn:hover .play_icon{
	background: url('../images/play_hover.png') no-repeat;
}

a.app_store_btn:hover .iphone_icon{
	background: url('../images/iphone_app_hover.png') no-repeat;
}

a.app_store_btn:hover .android_icon{
	background: url('../images/android_app_hover.png') no-repeat;
}

a.app_link{
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #636363;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 16px;
}

a.app_link:hover,
a.app_link:focus{
	text-decoration: none;
	color: #888888!important;
}

a.app_store_btn,
.play_icon,
.iphone_icon,
.android_icon,
a.app_link{
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}


.about_video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.about_video iframe{
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.close_video{
    text-decoration: none;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 50px;
    right: 50px;
    background: url('../images/close_video.png') no-repeat;
    z-index: 9999;
}











/*		Featured on section 		*/

.featured_on{
	width: 100%;
	padding: 45px 0;
	background: #f3f3f3;
}

.featured_on ul{
	margin: 0;
}

.featured_on li{
	position: relative;
	height: 100%;
}

.featured_on li:first-child{
	margin-left: 0;
}










/*		About section 		*/

.about{
	padding: 100px 0;
}

.about .iphone{
	max-width: 339px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.about .iphone img{
	width: 100%;
	height: auto;
}

.featureImage{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 1680px;
}

.featureImageCard{
	float: left;
	width: 500px;
	height: auto;
	margin-left: -25px;
	margin-right: 50px;
}

.featureImageCardRight{
	float: right;
	width: 600px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


.featureImageAuto{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    height: auto;
	max-width: 1680px;
}

.about .features_list{
	margin-left: 50px;
}

.about .features_list h1{
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.about .features_list p{
	color: #767272;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
}

.about .features_list ul{
	margin-bottom: 30px;
}

.about .features_list ul li{
	display: block;
	position: relative;
	color: #6c6c6c;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.about .features_list ul li.camera_icon{	
	background: url('../images/icon1.png') no-repeat;
	background-position: 0 15px; 
}

.about .features_list ul li.video_icon{	
	background: url('../images/icon2.png') no-repeat;
	background-position: 0 15px; 
}

.about .features_list ul li.eye_icon{	
	background: url('../images/icon3.png') no-repeat;
	background-position: 0 14px; 
}

.about .features_list ul li.pic_icon{	
	background: url('../images/icon4.png') no-repeat;
	background-position: 0 14px; 
}

.about .features_list ul li.loc_icon{	
	background: url('../images/icon5.png') no-repeat;
	background-position: 3px 13px; 
}

.about .features_list ul li span{
	display: inline-block;
}










/*		App features 		*/

.app_features{
	width: 100%;
	padding: 30px 0 20px 0;
	background-color: #FFFFFF;
}

.app_features h1{
	color: #000000;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 10px 0 0 0;
	word-break: break-word;
}

.app_features p{
	color: #555555;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 20px 0 0 0;
}

.app_features .details{
	margin-bottom: 70px;
}

.app_features .sectionTitle{
	color: #000000;
	font-family:  Georgia, Times New Roman, serif;
	font-size: 32px;
	margin-bottom: 20px;
}









/*		Testimonials section 		*/

.testimonials .sectionTitle{
	color: #333333;
	font-family:  Georgia, Times New Roman, serif;
	font-size: 32px;
	margin-bottom: 20px;
}

.testimonials{
	padding: 50px 0;
	background-color: #F1F1F1;
	min-height: 700px;
}

.testimonials .press {
	background-color: #003300;
}

.testimonials .testimonials_list{
	max-width: 550px;
	margin: 0 auto;
}

.testimonials .testimonials_list blockquote{
	border: 0;
	padding: 0;
	margin: 0;
}

.testimonials .testimonials_list blockquote p{
	color: #000000;
	font-family:  Georgia, Times New Roman, serif;
	font-size: 18px;
	margin-bottom: 20px;
}

.testimonials .testimonials_list blockquote footer:before,
.testimonials .testimonials_list blockquote footer:after{
	content: none;
}

.testimonials .testimonials_list blockquote .author,
.testimonials .testimonials_list blockquote .job{
	display: block;
}

.testimonials .testimonials_list blockquote .author{
	color: #888888;
	font-family:  Georgia, Times New Roman, serif;
	font-size: 24px;
	margin-bottom: 50px; 
}

.testimonials .testimonials_list blockquote .job{
	color: #6e6d6d;
	font-size: 14px;
}


.productVideo{
	padding: 0;
	background-color: #000000;
	text-align:center;
}

.productVideo2{
	width: auto;
	height: auto;
}

.press .sectionTitle{
	color: #FFFFFF;
	font-family:  Georgia, Times New Roman, serif;
	font-size: 32px;
	margin-bottom: 20px;
}
.press{
	padding: 50px 0;
	background-color: #333333;
	min-height: 550px;
}

.press a {
	color: #52b9e4!important;
	text-decoration: none!important;
}

.press .press {
	background-color: #333333;
}

.press .press_list{
	max-width: 550px;
	margin: 0 auto;
}

.press .press_list blockquote{
	border: 0;
	padding: 0;
	margin: 0;
}

.press .press_list blockquote p{
	color: #FFFFFF;
	font-family:  Georgia, Times New Roman, serif;
	font-size: 18px;
	margin-bottom: 20px;
}

.press .press_list blockquote footer:before,
.press .press_list blockquote footer:after{
	content: none;
}

.press .press_list blockquote .author,
.press .press_list blockquote .job{
	display: block;
}

.press .press_list blockquote .author{
	color: #888888;
	font-family:  Georgia, Times New Roman, serif;
	font-size: 24px;
	margin-bottom: 50px; 
}

.press .press_list blockquote .job{
	color: #6e6d6d;
	font-size: 14px;
}








.#tslider{
	text-align: center!important;
	position: relative!important;
}

.productImages{
	text-align: center!important;
	position: relative!important;
}

.productImagesLeft1{
	text-align: left!important;
	position: relative!important;
	height: 420px;
	margin: 65px 0 45px -15px;

}

.productImagesLeft2{
	text-align: left!important;
	position: relative!important;
	height: 600px;
	margin: 0px 0 45px -15px;

}


#tslider .owl-controls{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	padding: 0;
}

#tslider .owl-controls .owl-prev,
#tslider .owl-controls .owl-next{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../images/nav_arrow.png') no-repeat;
	text-indent: -200px;
	overflow: hidden;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

#tslider .owl-controls .owl-prev{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next{
	background-position: -33px 0;
	margin-left: 40px;
}

#tslider .owl-controls .owl-prev:hover,
#tslider .owl-controls .owl-next:hover{
	cursor: pointer;
	background: url('../images/nav_arrow_hover.png') no-repeat;
}

#tslider .owl-controls .owl-prev:hover{
	background-position: 0 0;
}
#tslider .owl-controls .owl-next:hover{
	background-position: -33px 0;
}








.productImages .sectionTitle{
	color: #000000;
	font-family:  Georgia, Times New Roman, serif;
	font-size: 32px;
	margin: 30px 0 0 0;
}

/*		Subscription section 		*/

.sub_box{
	width: 100%;
	padding: 100px 0;
	text-align: center;
	background-image: -moz-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -o-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -webkit-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
}

.sub_box .cta_text{
	color: #fff;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin-bottom: 50px;
}

.sub_box #mc-email{
	width: 300px;
	height: 50px;
	padding: 0 20px;
	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	color: #41c17d;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;

	border-top-left-radius: 2px;
	-o-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;

	border-bottom-left-radius: 2px;
	-o-border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;

	
}

.sub_box #mc_submit{
	width: 60px;
	height: 50px;

	border-top-right-radius: 2px;
	-o-border-top-right-radius: 2px;
	-moz-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;

	border-bottom-right-radius: 2px;
	-o-border-bottom-right-radius: 2px;
	-moz-border-bottom-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;

	background-color: #fff;
	border: 0;
	outline: none;
	margin-right: -4px;
	text-align: center;
}

.sub_box #mc_submit i{
	display: inline-block;
	width: 20px;
	height: 14px;
	vertical-align: middle;
}

#mc_submit i.icon{
	background: url('../images/sub_icon.png') no-repeat;
}

#mc_submit i.loading{
	background: url('../images/loading.gif') no-repeat;
}

.sub_box .message{
	display: block;
	text-align: center;
	color: #fff;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: lowercase;
	margin-top: 20px;
}

.sub_box #error_msg,
.sub_box #success_msg{
	display: none;
}










/*		Footer 		*/

footer{
	padding: 50px 0;
	text-align: center;
}

footer .app_platform li{
	margin: 0 0 0 0px;
}

footer .app_platform li:first-child{
	margin: 0;
}

footer .copyright{
	margin-top: 10px;
	color: #000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 14px;
}

footer .copyright a{
	color: #565555;
}









/*		Responsive CSS 		*/

@media (max-width: 360px) {
	.featured_on li{
		display: block;
		width: 100%;
	}
	.containerText{
		max-width: 750px;
	    margin: 20px 20px;
	}

	.hero2 .caption{
	position: absolute;
	max-width: 500px;
	margin-left: 30px;
	top: 30%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	}
	
}

@media (max-width: 767px) {

	.containerText{
		max-width: 750px;
	    margin: 20px 20px;
	}


	/*		Header 		*/
	header .logo{
		margin-right: 0;
	}

	header .burger_icon{
		display: block;
	}

	header nav{
		width: 100%;
		float: none;
		background: #FFFFFF;
		position: absolute;
		margin-top: 100px;
		left: 0;
		display: none;
	}
	
	header nav.show{
		display: block;
	}


	header nav li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	header nav li a{
		display: block;
		width: 100%;	
		padding: 20px 0;
		border-bottom: 1px solid #389965;
	}

	header nav li:first-child a{
		border-top: 1px solid #389965;
	}

	header .social{
		display: none;
	}

	header .social li{
		margin-left: 10px;
	}






	/*		Hero section 		*/
	.hero .caption{
		margin-left: 0;
	}
	
	.hero2 .caption{
	position: absolute;
	max-width: 500px;
	margin-left: 10px;
	top: 30%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	}


	.app_store_btn{
		display: block;
		width: 90%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}





	/*		Featured on section		*/
	.featured_on{
		padding: 45px 0 5px 0!important;
	}

	.featured_on ul li{
		margin-bottom: 45px!important;
	}






	/*		About Section 		*/
	.about .features_list {
		text-align: center;
		margin: 0;
	}

	.about .features_list ul li{
		text-indent: 0;
		background: transparent!important;
		margin-bottom: 20px;
	}

	.about .features_list ul li:last-child{
		margin: 0;
	}

	a.app_link{
		display: block;
		margin-top: 20px;
	}






	/*		Subscription section 		*/
	.sub_box #mc-email,
	.sub_box #mc_submit{
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	.sub_box #mc_submit{
		margin-top: 20px;
	}
}
