/*-----------------------------------------------------------------------------------
	YouTour Version 5.0
	About: A shiny new Blocs website.
	Author: Daniel Bunker
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'OpenSans-Regular';
	src: url('./fonts/OpenSans-Regular/OpenSans-Regular.ttf');
	src: url('./fonts/OpenSans-Regular/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'OpenSans-Light';
	src: url('./fonts/OpenSans-Light/OpenSans-Light.ttf');
	src: url('./fonts/OpenSans-Light/OpenSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'OpenSans-SemiBold';
	src: url('./fonts/OpenSans-SemiBold/OpenSans-SemiBold.ttf');
	src: url('./fonts/OpenSans-SemiBold/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.icon-spacer{
	margin-right:5px;
}





/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}



/* Additional Aspect Ratios */

.embed-responsive-4by4::before{
	padding-top:100%}.embed-responsive-9by16::before{
	padding-top:106.25%}

/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Open Sans";
	font-weight:300;
	color:#353535!important;
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:200px;
}
.p-style{
	font-family:"OpenSans-Light";
	font-size:16px;
	line-height:px;
	font-weight:300;
	width:98.77%;
}
.img-style{
	width:429px;
	border-radius:10px 10px 10px 10px;
}
.img-bloc-2-style{
	width:220px;
	border-radius:10px 10px 10px 10px;
}
.p-1-style{
	font-size:24px;
	color:#ffffff;
	line-height:36px;
	width:74.25%;
}
h2{
	color:#FEFFFE!important;
}
.h2-style{
	font-size:25px;
	width:100%;
	font-family:"OpenSans-Regular";
	color:#5E5E5E!important;
}
.img-5-style{
	width:1170px;
}
.img-6-style{
	width:555px;
}
.img-22431951-0-ha-style{
	width:166px;
}
.h5-style{
	width:100%;
	line-height:28px;
}
.h1-4-style{
	font-size:32px;
}
.h1-27943-style{
	font-size:46px;
}
.p-2-style{
	width:100%;
	font-size:24px;
}
.img-pasted-2--style{
	width:360px;
}
.h1-how-it-works-style{
	font-size:50px;
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.red-bg-gradient{
	background:linear-gradient(180deg, #FABF68, #F02277);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.img-map-1--style{
	width:140px;
}
.h1-bloc-7-style{
	font-size:24px;
	line-height:40px;
}
.img-360--style{
	width:184px;
}
.img-droneicon--style{
	width:266px;
}
.img-playp-style{
	width:193px;
}
.p-bloc-7-style{
	font-size:16px;
	width:82.1%;
	font-family:"OpenSans-Light";
}
.p-4-style{
	font-size:16px;
	width:84.3%;
	font-family:"OpenSans-Light";
}
.h3-style{
	font-size:25px;
	width:100%;
	line-height:30px;
	font-family:"OpenSans-Regular";
}
.img-bloc-7-style{
	width:76px;
}
.h3-bloc-7-style{
	font-size:24px;
}
h3{
	color:#5D5E5D!important;
}
.p-8-style{
	font-size:48px;
}
.img-main--style{
	width:1043px;
}
.h1-7-style{
	font-size:33px;
	width:100%;
}
.img-audio--style{
	width:42px;
}
.p-9-style{
	font-size:5px;
}
.h1-8-style{
	font-size:33px;
}
.h3-7-style{
	font-size:22px;
	line-height:32px;
}
.h1-bloc-10-style{
	font-size:22px;
	width:100%;
	line-height:30px;
}
h1{
	color:#FF9200!important;
}
.h3-bloc-10-style{
	font-size:33px;
}
.h1-11-style{
	font-size:33px;
}
.h3-10-style{
	font-size:22px;
	line-height:32px;
}
.p-bloc-10-style{
	font-size:22px;
}
.img-23-style{
	width:109px;
}
.h1-12-style{
	font-size:34px;
}
.h3-11-style{
	width:96.51%;
	font-size:24px;
}
.img-24-style{
	width:100px;
}
.img-26-style{
	width:79px;
}
.h3-bloc-12-style{
	font-size:22px;
	line-height:34px;
	width:89.3%;
}
.p-bloc-12-style{
	font-size:8px;
}
.img-multidevice--style{
	width:136px;
}
.h1-16-style{
	width:100%;
	font-size:36px;
}
.p-13-style{
	font-size:51px;
}
.h3-16-style{
	font-size:24px;
	width:100%;
	line-height:32px;
}
.h1-17-style{
	font-size:36px;
}
.img-29-style{
	width:63px;
}
.h3-17-style{
	font-size:24px;
}
.h1-18-style{
	font-size:36px;
}
.h3-18-style{
	font-size:24px;
	line-height:32px;
	width:97.63%;
}
.img-33-style{
	width:52px;
}
.h2-3-style{
	font-size:24px;
	width:100%;
}
.orangebutton{
	background-color:transparent;
	background:linear-gradient(270deg, #FE4600, #FE8F00);
	color:#FEFFFF!important;
	font-weight:normal;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	border-style:none;
	font-family:"OpenSans-Regular";
	border-radius:20px 20px 20px 20px;
}
.orangebutton:hover{
	background:linear-gradient(270deg, #DD00A7, #FC014A);
}
.btn-padding{
	padding-top:12px;
	padding-bottom:12px;
	width:37.81%;
}
.btn-bloc-7-style{
	width:67.5%;
}
.btn-step-3-style{
	width:22.02%;
	padding-top:10px;
	padding-bottom:10px;
}
.btn-step-2-padding{
	padding-top:10px;
	padding-bottom:10px;
	width:21.93%;
}
.pinkbutton{
	background:linear-gradient(270deg, #F300A8, #8500E7);
	border-style:none;
	color:#FEFFFF!important;
	border-radius:10px 10px 10px 10px;
	border-width:0px 0px 0px 0px;
}
.pinkbutton:hover{
	background:linear-gradient(270deg, #F200A6, #8500E6);
}
.img-youtourstudio--style{
	width:568px;
}
.h2-bloc-16-style{
	width:100%;
	font-size:36px;
	font-family:"OpenSans-Regular";
}
.h2-5-style{
	font-size:24px;
	width:89.96%;
}
.p-17-style{
	font-size:41px;
}
.h2-6-style{
	font-size:50px;
	font-family:"OpenSans-Regular";
}
.h2-7-style{
	font-size:24px;
	width:86.05%;
	font-family:"OpenSans-Light";
}
.p-18-style{
	font-size:29px;
}
.btn-10-style{
	width:44.74%;
	padding-top:26px;
	padding-bottom:26px;
	font-weight:400;
	font-family:"OpenSans-Regular";
	color:#FEFFFF!important;
	font-size:28px;
	border-radius:49px 49px 49px 49px;
}
.h2-contact-us-style{
	font-size:44px;
}
.h2-9-style{
	width:44.04%;
	font-size:46px;
	line-height:66px;
	font-family:"OpenSans-Light";
}
.h2-10-style{
	font-size:40px;
	line-height:54px;
	width:70.18%;
	font-family:"OpenSans-Light";
}
.img-youtour--style{
	width:200px;
}
.h3-products-style{
	font-size:22px;
}
.h3-20-style{
	font-size:20px;
}
.img-bloc-4-style{
	width:603px;
}
.h2-coming-q3’-21-style{
	font-size:43px;
}
.videopadding_home{
	display:inline-block;
	padding:450px 450px 450px 450px;
}
.navbar_settings{
	font-family:"Open Sans";
	font-weight:300;
	color:#808280!important;
	font-size:20px;
}
.img-2-style{
	width:202px;
}
.textlink{
	font-family:"Open Sans";
	font-weight:300;
	color:#7B7D7B!important;
	font-size:20px;
	text-align:left;
}
.textlink:hover{
	font-family:"Open Sans";
	font-weight:300;
	font-size:20px;
	text-decoration:underline!important;
}
.img-41-style{
	height:60px;
}
.h1-bloc-5-style{
	font-size:38px;
}
.link-style{
	width:100%;
}
.textlink-small{
	font-family:"Open Sans";
	font-weight:300;
	color:#7B7D7B!important;
	font-size:20px;
	text-align:left;
}
.textlink-small:hover{
	font-family:"Open Sans";
	font-weight:300;
	font-size:20px;
	text-decoration:underline!important;
}
.img-stleon--style{
	width:360px;
}
.p-7-style{
	font-size:40px;
}
.h3-8-style{
	font-size:22px;
	line-height:32px;
}
.container-div-style{
	width:100%;
}
.row-style{
	width:100%;
}
.p-bloc-13-style{
	font-size:10px;
}
.videoborder{
	border-style:solid;
	border-color:#FEFFFF!important;
	border-radius:20px 20px 20px 20px;
	border-width:10px 10px 10px 10px;
}
.quotebutton{
	color:#FFFFFF!important;
	font-weight:bold;
}
.p-19-bloc-14-style{
	font-size:33px;
}
.btn-10-style:hover{
	color:#FEFFFF!important;
}
.btn-style{
	width:81.35%;
	padding-top:18px;
	padding-bottom:18px;
	border-radius:20px 20px 20px 20px;
}
.orangebutton-copy-1{
	background-color:transparent;
	background:linear-gradient(270deg, #FE4600, #FE8F00);
	color:#FEFFFF!important;
	font-weight:normal;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	border-style:none;
	border-radius:10px 10px 10px 10px;
}
.orangebutton-copy-1:hover{
	background:linear-gradient(270deg, #DD00A7, #FC014A);
}
.btn-bloc-3-style{
	width:48.51%;
	padding-top:4px;
	padding-bottom:4px;
}
.h1-style{
	font-family:"OpenSans-SemiBold";
	letter-spacing:-1px;
	font-size:60px;
	width:100%;
}
.vid-border{
	border-style:_popUpItemAction:;
	z-index:10;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	border-radius:20px 20px 20px 20px;
}
.vid-border:active{
	border-radius:0px 0px 0px 0px;
}
.p-style-2{
	font-family:"Open Sans";
	font-size:16px;
	line-height:px;
	font-weight:300;
	color:#FEFFFE!important;
}
.p-5-style{
	width:92.17%;
	font-family:"OpenSans-Light";
}
.col-style{
	background-color:#FEFFFE;
	box-shadow:7px 11px 12px rgba(0,0,0,0.25);
	border-radius:18px 18px 18px 18px;
}
.h1-3-style{
	width:100%;
	color:#FEFFFE!important;
	font-family:"Nunito-Medium";
	font-size:70px;
	line-height:70px;
}
.col-padding{
	padding:0px 0px 0px 0px;
}
.p-17060-style{
	font-size:153px;
}
.img-analyticsgraph-style{
	width:1140px;
}
.img-anaylticstit-style{
	width:555px;
}
.p-32527-style{
	font-size:32px;
}
.img-bloc-3-style{
	width:667px;
}
.btn-view-features-style{
	width:34.82%;
	padding-top:12px;
	padding-bottom:12px;
}
.img-offlinelo-style{
	width:634px;
}
.img-offlinetit-style{
	width:356px;
	font-family:"OpenSans-SemiBold";
}
.img-vrapptit-style{
	width:615px;
	font-family:"OpenSans-SemiBold";
}
.p-bloc-8-style{
	width:74.12%;
	font-family:"OpenSans-Light";
}
.modal-content{
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.modal-body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.btn-8-style{
	width:42.02%;
	padding-top:12px;
	padding-bottom:12px;
}
.btn-6-style{
	width:72.69%;
	padding-top:12px;
	padding-bottom:12px;
}
.h2-bloc-4-style{
	font-family:"Nunito-Medium";
}
.h3-bloc-6-style{
	font-family:"OpenSans-Regular";
	font-size:25px;
}
.p-bloc-6-style{
	width:100%;
	font-family:"OpenSans-Light";
}
.h3-bloc-8-style{
	font-family:"OpenSans-Regular";
}
.h3-bloc-2-style{
	width:92.58%;
	font-family:"OpenSans-Regular";
}
.p-bloc-2-style{
	width:96.07%;
	font-size:22px;
	font-family:"OpenSans-Light";
}
.img-micrositetit-style{
	width:342px;
}
.col-style-copy-1{
	background-color:#FEFFFE;
	box-shadow:7px 11px 12px rgba(0,0,0,0.25);
	border-style:solid;
	border-color:#FEFFFE!important;
	padding:20px 20px 20px 20px;
	border-radius:18px 18px 18px 18px;
}
.btn-button-style{
	width:35.09%;
	padding-top:16px;
	padding-bottom:16px;
}
.btn-10-style-copy-1{
	width:44.74%;
	padding-top:26px;
	padding-bottom:26px;
	font-weight:400;
	font-family:"OpenSans-Regular";
	color:#FEFFFF!important;
	font-size:28px;
	border-radius:49px 49px 49px 49px;
}
.btn-10-style-copy-1:hover{
	color:#FEFFFF!important;
}
.p-bloc-18-style{
	font-family:"OpenSans-Light";
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-princeton-orange{
	background-color:#FF9300;
}

/* Button colour styles */

.btn-islamic-green{
	background:#00BA00;
	color:#FFFFFF!important;
}
.btn-islamic-green:hover{
	background:#009500!important;
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-MicrositeBackground{
	background-image:url("img/MicrositeBackground.jpg");
}
.bg-vlcsnap-2021-09-06-09h51m31s022{
	background-image:url("img/vlcsnap-2021-09-06-09h51m31s022.png");
}
.bg-AnalyticsBackground{
	background-image:url("img/AnalyticsBackground.jpg");
}
.bg-QRBackground{
	background-image:url("img/QRBackground.jpg");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.img-2-style{
		width:151px;
	}
	.p-style{
		font-size:16px;
		line-height:24px;
	}
	.h1-bloc-5-style{
		font-size:27px;
	}
	.img-22431951-0-ha-style{
		width:96px;
	}
	.img-5-style{
		width:567px;
	}
	.h1-27943-style{
		font-size:45px;
	}
	.h1-bloc-7-style{
		font-size:20px;
		line-height:30px;
	}
	.btn-step-2-padding{
		width:30.5%;
	}
	.btn-step-3-style{
		width:30.64%;
	}
	.img-map-1--style{
		width:116px;
	}
	.h3-style{
		font-size:20px;
	}
	.img-playp-style{
		width:120px;
	}
	.p-bloc-7-style{
		font-size:13px;
	}
	.p-12-style{
		font-size:13px;
	}
	.h3-bloc-7-style{
		font-size:20px;
	}
	.img-360--style{
		width:132px;
	}
	.h1-7-style{
		font-size:31px;
	}
	.h3-7-style{
		line-height:34px;
		width:98.61%;
		font-size:21px;
	}
	.img-social-media-style{
		width:421px;
	}
	.img-26-style{
		width:71px;
	}
	.btn-padding{
		width:47.77%;
	}
	.img-multidevice--style{
		width:142px;
	}
	.img-29-style{
		width:62px;
	}
	.h1-17-style{
		width:100%;
	}
	.h3-17-style{
		line-height:32px;
		width:88.3%;
	}
	.h3-18-style{
		line-height:32px;
		width:87.47%;
	}
	.h3-16-style{
		width:89.14%;
	}
	.h2-style{
		width:72.56%;
	}
	.img-youtourstudio--style{
		width:441px;
	}
	.h2-5-style{
		font-size:17px;
		width:100%;
	}
	.img-imageupload-style{
		width:344px;
	}
	.h2-9-style{
		width:74.65%;
	}
	.img-droneicon--style{
		width:135px;
	}
	.p-style-2{
		font-size:27px;
		line-height:36px;
	}
	.img-style{
		width:317px;
	}
	.btn-style{
		width:92.15%;
	}
	.p-bloc-2-style{
		font-size:14px;
	}
	.img-offlinetit-style{
		width:325px;
	}
	.btn-10-style{
		width:66.99%;
	}
	.btn-10-style-copy-1{
		width:66.99%;
	}
	.img-bloc-8-style{
		width:561px;
	}
	
}

@media (max-width: 767px){
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.textlink-small{
		font-size:14px;
	}
	.textlink-small:hover{
		font-size:14px;
	}
	.orangebutton{
		font-size:14px;
	}
	.orangebutton:hover{
	}
	.orangebutton:active{
	}
	.btn-login-style{
		width:100%;
		padding-top:2px;
		padding-bottom:2px;
	}
	.p-1-style{
		font-size:21px;
		width:89.18%;
	}
	.h2-coming-q3’-21-style{
		font-size:39px;
	}
	.img-22431951-0-ha-style{
		width:118px;
	}
	.h1-4-style{
		font-size:27px;
	}
	.h1-27943-style{
		font-size:32px;
	}
	.btn-step-2-padding{
		width:35.17%;
	}
	.btn-step-3-style{
		width:35.93%;
	}
	.h1-bloc-7-style{
		width:100%;
		font-size:18px;
		line-height:24px;
	}
	.img-bloc-7-style{
		width:67px;
	}
	.h3-8-style{
		font-size:20px;
		line-height:30px;
		width:95.63%;
	}
	.img-social-media-style{
		width:337px;
	}
	.h1-12-style{
		font-size:28px;
	}
	.h3-11-style{
		font-size:18px;
	}
	.btn-padding{
		width:87.07%;
	}
	.img-multidevice--style{
		width:128px;
	}
	.h3-16-style{
		font-size:20px;
		line-height:28px;
	}
	.h3-17-style{
		font-size:20px;
		line-height:28px;
	}
	.h3-18-style{
		font-size:20px;
		line-height:28px;
	}
	.p-bloc-14-style{
		font-size:6px;
	}
	.h1-7-style{
		font-size:28px;
	}
	.h3-7-style{
		font-size:20px;
		line-height:30px;
		width:93.16%;
	}
	.h1-8-style{
		font-size:30px;
	}
	.h3-bloc-10-style{
		font-size:30px;
	}
	.h1-bloc-10-style{
		font-size:20px;
		width:87.64%;
	}
	.img-23-style{
		width:84px;
	}
	.img-24-style{
		width:82px;
	}
	.img-26-style{
		width:58px;
	}
	.h3-bloc-12-style{
		font-size:20px;
		line-height:28px;
	}
	.h1-16-style{
		font-size:30px;
		line-height:38px;
	}
	.h1-17-style{
		font-size:30px;
		line-height:38px;
	}
	.h1-18-style{
		font-size:30px;
		line-height:38px;
	}
	.h2-style{
		width:91.73%;
	}
	.h2-5-style{
		width:75.67%;
		font-size:20px;
	}
	.h2-9-style{
		width:100%;
		font-size:42px;
		line-height:60px;
	}
	.h2-10-style{
		width:93.92%;
	}
	.img-droneicon--style{
		width:138px;
	}
	.orangebutton-copy-1{
		font-size:14px;
	}
	.orangebutton-copy-1:hover{
	}
	.orangebutton-copy-1:active{
	}
	.img-5-style{
		width:538px;
	}
	.btn-10-style{
		width:89.16%;
	}
	.p-bloc-8-style{
		width:89.92%;
		font-size:15px;
	}
	.btn-8-style{
		width:89.54%;
	}
	.p-bloc-7-style{
		font-size:15px;
	}
	.img-offlinelo-style{
		width:427px;
	}
	.btn-6-style{
		width:100%;
	}
	.p-bloc-6-style{
		width:100%;
	}
	.btn-view-features-style{
		width:84.22%;
	}
	.img-anaylticstit-style{
		width:483px;
	}
	.p-style{
		width:91.55%;
	}
	.img-style{
		width:418px;
	}
	.img-micrositetit-style{
		width:354px;
	}
	.btn-10-style-copy-1{
		width:89.16%;
	}
	.p-bloc-2-style{
		width:86.31%;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 575px){
	.hero-header-text{
		font-size:50px;
	}
	.p-style{
		font-size:14px;
		line-height:20px;
		width:89.33%;
	}
	.img-2-style{
		width:140px;
	}
	.orangebutton{
		font-size:14px;
		font-family:"OpenSans-Regular";
	}
	.btn-login-style{
		padding-top:4px;
		padding-bottom:4px;
	}
	.h2-coming-q3’-21-style{
		font-size:33px;
	}
	.p-1-style{
		width:100%;
		font-size:14px;
		line-height:24px;
	}
	.img-bloc-4-style{
		width:270px;
	}
	.h1-bloc-5-style{
		font-size:20px;
	}
	.h5-style{
		font-size:15px;
	}
	.h1-4-style{
		font-size:18px;
	}
	.h1-27943-style{
		font-size:22px;
	}
	.img-pasted-2--style{
		width:261px;
	}
	.img-stleon--style{
		width:248px;
	}
	.h1-how-it-works-style{
		font-size:32px;
	}
	.btn-step-2-padding{
		width:74.81%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.btn-step-3-style{
		width:72.59%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.img-map-1--style{
		width:96px;
	}
	.h1-bloc-7-style{
		font-size:14px;
		line-height:20px;
	}
	.h3-style{
		font-size:22px;
		line-height:24px;
		width:96.3%;
	}
	.p-bloc-7-style{
		font-size:14px;
		width:100%;
	}
	.p-4-bloc-7-style{
		font-size:11px;
	}
	.p-7-bloc-7-style{
		font-size:13px;
	}
	.p-7-style{
		font-size:20px;
	}
	.h3-bloc-7-style{
		font-size:13px;
		line-height:18px;
	}
	.img-bloc-7-style{
		width:46px;
	}
	.p-4-style{
		font-size:14px;
		line-height:20px;
		width:98.89%;
	}
	.h1-7-style{
		font-size:23px;
	}
	.btn-bloc-7-style{
		width:91.85%;
	}
	.h3-8-style{
		font-size:14px;
		line-height:26px;
	}
	.h1-8-style{
		font-size:23px;
		line-height:26px;
	}
	.h3-7-style{
		font-size:14px;
		line-height:22px;
	}
	.h3-bloc-10-style{
		font-size:23px;
		line-height:26px;
	}
	.h1-bloc-10-style{
		font-size:14px;
		line-height:22px;
	}
	.img-social-media-style{
		width:233px;
	}
	.h1-11-style{
		font-size:23px;
		line-height:26px;
	}
	.p-bloc-10-style{
		font-size:5px;
	}
	.h3-10-style{
		font-size:14px;
		line-height:22px;
	}
	.h1-12-style{
		font-size:20px;
	}
	.h3-11-style{
		font-size:12px;
		line-height:16px;
	}
	.container-div-bloc-12-style{
		width:100%;
	}
	.btn-padding{
		width:100%;
	}
	.h3-bloc-12-style{
		font-size:14px;
		line-height:22px;
	}
	.h1-16-style{
		font-size:23px;
		line-height:26px;
	}
	.p-bloc-13-style{
		font-size:2px;
	}
	.h3-16-style{
		font-size:14px;
		line-height:22px;
	}
	.h1-17-style{
		font-size:23px;
		line-height:26px;
	}
	.img-29-style{
		width:42px;
	}
	.h3-17-style{
		font-size:14px;
		line-height:22px;
	}
	.h1-18-style{
		font-size:23px;
		line-height:26px;
	}
	.h3-18-style{
		font-size:14px;
		line-height:22px;
	}
	.h2-style{
		font-size:22px;
		line-height:30px;
		width:90%;
	}
	.h2-3-style{
		font-size:14px;
		line-height:24px;
		width:91.11%;
	}
	.h2-bloc-16-style{
		font-size:18px;
	}
	.h2-5-style{
		font-size:16px;
		width:88.89%;
	}
	.videoborder{
		border-style:solid;
		border-color:transparent!important;
		border-radius:20px 20px 20px 20px;
		border-width:4px 4px 4px 4px;
	}
	.h2-6-style{
		font-size:29px;
		width:100%;
	}
	.p-17-style{
		font-size:2px;
	}
	.h2-7-style{
		font-size:14px;
		line-height:22px;
		width:100%;
		font-family:"OpenSans-Regular";
	}
	.btn-10-style{
		width:91.48%;
		font-family:"OpenSans-Regular";
		margin:20px 20px 20px 20px;
		padding:20px 20px 20px 20px;
	}
	.p-18-style{
		font-size:4px;
	}
	.quotebutton{
		font-size:15px;
		color:#FFFFFF!important;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.h2-contact-us-style{
		font-size:32px;
		width:100%;
		font-family:"OpenSans-Regular";
	}
	.h2-9-style{
		width:100%;
		font-size:22px;
		line-height:30px;
		font-family:"OpenSans-Light";
	}
	.h2-10-style{
		font-size:22px;
		line-height:32px;
		font-family:"OpenSans-Regular";
	}
	.h3-products-style{
		font-size:20px;
	}
	.h3-20-style{
		font-size:19px;
	}
	.img-youtour--style{
		width:170px;
	}
	.img-41-style{
		width:35px;
		height:35px;
	}
	.p-bloc-18-style{
		width:100%;
		font-size:12px;
	}
	.p-8-style{
		font-size:43px;
	}
	.p-19-bloc-14-style{
		font-size:29px;
	}
	.orangebutton-copy-1{
		font-size:14px;
	}
	.p-style-2{
		font-size:26px;
	}
	.h3-bloc-2-style{
		font-size:22px;
	}
	.p-bloc-2-style{
		font-size:14px;
		width:93.33%;
	}
	.btn-style{
		width:100%;
		padding-top:14px;
		padding-bottom:14px;
	}
	.img-anaylticstit-style{
		width:270px;
	}
	.btn-view-features-style{
		width:100%;
	}
	.container-div-style{
		height:76px;
	}
	.p-5-style{
		width:100%;
		font-size:14px;
	}
	.h1-style{
		font-size:40px;
	}
	.btn-6-style{
		width:100%;
	}
	.h3-bloc-8-style{
		font-size:22px;
	}
	.p-bloc-8-style{
		width:100%;
		font-size:14px;
	}
	.btn-8-style{
		width:100%;
	}
	.img-vrapptit-style{
		width:270px;
	}
	.img-offlinetit-style{
		width:245px;
	}
	.p-bloc-6-style{
		font-size:14px;
	}
	.img-micrositetit-style{
		width:291px;
	}
	.h3-bloc-6-style{
		font-size:22px;
	}
	.btn-button-style{
		width:75.19%;
	}
	.btn-10-style-copy-1{
		width:91.48%;
		font-size:17px;
		margin:20px 20px 20px 20px;
		padding:20px 20px 20px 20px;
	}
	.btn-quote-bloc-style{
		font-weight:normal;
		width:87.04%;
		font-family:"OpenSans-Regular";
		font-size:15px;
	}
	.img-style{
		width:249px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

