/*-----------------------------------------------------------------------------------
	test
	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:'Montserrat-Bold';
	src: url('./fonts/Montserrat-Bold/Montserrat-Bold.ttf');
	src: url('./fonts/Montserrat-Bold/Montserrat-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

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

@font-face {
	font-family:'Montserrat-Light';
	src: url('./fonts/Montserrat-Light/Montserrat-Light.ttf');
	src: url('./fonts/Montserrat-Light/Montserrat-Light.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;
}
.bg-br-edge{
	background-position: bottom right!important;
	background-repeat: no-repeat;
}


/* 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;
}


/* Dark theme */

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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = 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;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}


/* = Text Widths
-------------------------------------------------------------- */
.text-w-lg{
	max-width:400px;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: auto;
}


/* = 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;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}


/* 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;
}

/* = Modal
-------------------------------------------------------------- */

.modal-fill{
	max-width: 99%;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.videosquare{
	border-style:_popUpItemAction:;
	width:360px;
	height:360px;
	border-color:#739BB2!important;
	opacity:1.0;
	z-index:1;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:30px 30px 30px 30px;
}
.videosquare:hover{
	box-shadow:0px 0px 0px rgba(0,0,0,0.50);
}
.img-taketheto-style{
	width:330px;
	top:240px;
	left:0px;
	bottom:0px;
	right:0px;
	text-align:left;
	align-items:flex-start;
	justify-content:flex-start;
	align-content:flex-start;
	position:absolute;
	z-index:2;
}
.img-taketheto-style:hover{
	box-shadow:0px 0px 0px rgba(0,0,0,0.40);
}
.h1-bloc-2-style{
	font-family:"Montserrat-Bold";
	font-size:30px;
	width:95.95%;
}
.h3-style{
	font-family:"RobotoSlab-Light";
	line-height:30px;
	font-size:16px;
	width:95.95%;
}
.p-style{
	font-family:"RobotoSlab-Light";
	width:100%;
}
.icon1{
	top:250px;
	left:-50px;
	width:170px;
	position:absolute;
	bottom:0px;
	z-index:1;
}
.threesixone{
	position:absolute;
	left:350px;
	top:272px;
	width:90px;
	z-index:4;
}
.backgroundsquare1{
	position:absolute;
	top:24px;
	z-index:0;
	left:30px;
	width:380px;
	height:360px;
}
.row-style{
	width:100%;
	padding-top:70px;
}
.taketourcol{
	min-width:200px;
	max-height:110px;
	max-width:300px;
}
.aerialcol{
	min-width:85px;
	max-width:85px;
	margin-left:30px;
	padding-right:10px;
}
.vidsqr{
	max-width:500px;
	max-height:500px;
	width:350px;
	height:350px;
}
.maxwidthcol{
	max-width:500px;
	max-height:500px;
	display:flex;
}
.x1vid{
	width:400px;
	height:400px;
	max-width:400px;
	max-height:400px;
	min-width:250px;
	min-height:250px;
	z-index:1;
	background-size:auto auto;
	display:flex;
}
.bggrad{
	width:400px;
	height:400px;
	min-width:250px;
	min-height:250px;
	max-width:450px;
	max-height:450px;
	top:40px;
	left:40px;
	position:absolute;
}
.iconblue{
	z-index:2;
	width:150px;
	max-width:150px;
	min-width:90px;
	position:absolute;
	top:292px;
	left:-40px;
	display:block;
	float:inherit;
}
.cardcentre{
	display:flex;
}
.x2vid{
	width:200px;
	max-width:400px;
	max-height:400px;
	min-width:250px;
	min-height:250px;
	z-index:1;
	background-size:auto auto;
	position:sticky;
	display:flex;
	height:200px;
}
.main-wrapper{
	display:inline-flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.inner-wrapper{
	width:20%;
	height:auto;
}
.card-body-style{
	width:100%;
}
.vid2{
	width:auto;
	height:auto;
	max-height:400px;
	min-height:400px;
}
.imgl{
	min-width:280px;
	max-width:280px;
}
.threesixaerial1{
	max-width:80px;
	min-width:80px;
}
.app-shadow{
	box-shadow:0px 31px 35px rgba(0,0,0,0.16),0px 0px 2px rgba(0,0,0,0.09);
}
.tourheader{
	font-weight:normal;
	font-family:"Montserrat-Bold";
	font-size:30px;
	line-height:36px;
	z-index:2;
}
.img-rounded-right{
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}
.taketourbutton{
	background-size:contain;
	background-position:right center;
	background-blend-mode:normal;
	background-clip:border-box!important;
	-webkit-background-clip:border-box!important;
	background-origin:border-box;
	background-attachment:scroll;
}
.tourtext{
	font-family:"RobotoSlab-Light";
	width:100%;
	z-index:2;
}
.step1{
	font-family:"RobotoSlab-Light";
	line-height:30px;
	font-size:25px;
	z-index:2;
	width:100%;
}
.videowidth{
	max-height:690px;
	max-width:690px;
	min-width:600px;
	min-height:600px;
}
.padding2{
	padding-left:20px;
	padding-right:20px;
}
.pin2{
	width:150px;
	position:relative;
	top:-105px;
	z-index:1;
	left:200px;
}
.maxvideowidth{
	max-width:400px;
	z-index:2;
}
.flex{
	display:flex;
	justify-content:flex-end;
	align-items:flex-end;
	flex-direction:row;
	flex-wrap:wrap;
}
.colheight{
	height:120px;
}
.aerialheight{
	width:auto;
	height:auto;
	min-height:90px;
	max-height:110px;
	z-index:2;
}
.tourheight{
	max-height:110px;
	min-height:90px;
	z-index:2;
}
.flexleft{
	display:flex;
	justify-content:flex-start;
}
.row-1-style{
	width:100%;
}
.row-2-style{
	width:100%;
	max-width:400px;
}
.absolutealignwithvideo{
	position:absolute;
	top:180px;
}
.aerialpadding{
	padding-left:10px;
}
.col-heigh-400{
	height:360px;
}
.pintour{
	position:absolute;
	z-index:3;
	left:-440px;
	min-width:140px;
	max-width:140px;
	top:-95px;
}
.leftpadding50xs{
	margin-left:50px;
}
.backgroundgrad{
	z-index:1;
	position:absolute;
	top:-340px;
	left:-360px;
	min-width:360px;
	min-height:360px;
	max-width:360px;
	max-height:360px;
}
.maxwidthstep{
	min-width:400px;
	max-width:450px;
}
.heightone{
	min-height:1px;
	max-height:1px;
}
.backgroundgrad3{
	z-index:1;
	position:absolute;
	top:-340px;
	left:90px;
	min-width:360px;
	min-height:360px;
	max-width:360px;
	max-height:360px;
}
.pintour3{
	position:absolute;
	z-index:3;
	left:0px;
	min-width:140px;
	max-width:140px;
	top:-95px;
}
.flex3{
	display:flex;
	justify-content:flex-end;
	align-items:flex-end;
	flex-direction:row-reverse;
	flex-wrap:wrap;
}
.maxvideowidth3{
	min-width:400px;
	max-width:400px;
	z-index:2;
	margin-left:50px;
}
.fourhundred3{
	max-width:400px;
}
.leftpaddinglg{
	margin-left:50px;
	max-width:400px;
}
.backgroundgrad4{
	z-index:1;
	position:absolute;
	top:-360px;
	left:65px;
	min-width:360px;
	min-height:360px;
	max-height:360px;
	max-width:360px;
}
.pintour5{
	position:absolute;
	z-index:3;
	left:-50px;
	min-width:140px;
	max-width:140px;
	top:325px;
}
.vid24{
	position:absolute;
	left:603px;
	top:90px;
}
.padding3{
	padding-left:20px;
	padding-right:20px;
	margin-left:50px;
}
.maxvideowidth4{
	max-width:400px;
	z-index:2;
}
.leftpaddinglg4{
	position:absolute;
}
.tourtext2{
	font-family:"RobotoSlab-Light";
	width:100%;
	z-index:2;
}
.tourtext3{
	font-family:"RobotoSlab-Light";
	width:100%;
	z-index:2;
	max-width:400px;
}
.tourheader2{
	font-weight:normal;
	font-family:"Montserrat-Bold";
	font-size:30px;
	line-height:36px;
	z-index:2;
	max-width:400px;
}
.step3{
	font-family:"RobotoSlab-Light";
	line-height:30px;
	font-size:25px;
	z-index:2;
	max-width:400px;
	width:100%;
}
.tourheight2{
	max-height:110px;
	min-height:90px;
	z-index:2;
}
.flexleft3{
	display:flex;
	justify-content:flex-start;
	flex-direction:row-reverse;
}
.tourheight3{
	max-height:110px;
	min-height:110px;
	z-index:2;
	display:flex;
	justify-content:flex-start;
	max-width:400px;
	height:100px;
	width:100%;
	padding-right:100px;
}
.img-rounded-left{
	border-radius:20px 0px 0px 20px;
}
.app-feature-header{
	font-weight:bold;
}
.app-feature-icon{
	width:50px;
	background:linear-gradient(0deg, #9809FF 0%, #8B45FD 100%);
	border-radius:10px 10px 10px 10px;
}
.padding21{
	margin-left:30px;
	padding-left:20px;
	padding-right:20px;
}
.h2-style{
	font-family:"RobotoSlab-Light";
	font-size:25px;
}
.h1-3-style{
	font-family:"Montserrat-Bold";
	font-size:30px;
	margin-top:20px;
	margin-bottom:20px;
}
.img-style{
	align-items:flex-end;
	width:196px;
}
.card-style{
	width:100%;
}
.threesixtyone{
	min-height:90px;
	max-height:90px;
	max-width:65px;
}
.maxvideowidth20{
	min-width:360px;
	min-height:360px;
	max-height:360px;
	max-width:360px;
	z-index:2;
	margin-left:30px;
	padding:20px 20px 20px 20px;
}
.bggrad5{
	position:absolute;
	min-width:380px;
	max-width:400px;
	min-height:380px;
	max-height:400px;
	top:40px;
	z-index:0;
	left:40px;
	width:380px;
	height:380px;
}
.border3{
	width:400px;
	height:400px;
	background-color:rgba(8,11,35,0.61);
}
.video30{
	min-width:380px;
	max-width:400px;
	max-height:400px;
	z-index:1;
	min-height:380px;
	width:380px;
	height:380px;
}
.flexcontainer{
	display:flex;
	align-items:stretch;
	flex-direction:row;
	justify-content:flex-end;
	align-content:flex-end;
	flex-wrap:nowrap;
}
.colheight3{
	min-height:400px;
	max-height:400px;
	height:400px;
	display:flex;
	flex-wrap:wrap;
}
.padding53{
	display:flex;
	align-items:flex-end;
	padding:20px 20px 20px 20px;
}
.img-takethetour-style{
	width:250px;
	margin-right:10px;
}
.card-body-bloc-2-style{
	height:280px;
}
.img-360aeria-style{
	width:70px;
}
.cardleftmargin{
	margin-left:-40px;
}
.cardleftbg{
	left:-2px;
}
.flexcardleft{
	display:flex;
	justify-content:flex-end;
}
.margin30{
	margin-left:0px;
}
.leftpadding30{
	padding-left:0px;
	padding-right:40px;
}
.pintour6{
	position:absolute;
	z-index:3;
	left:-70px;
	min-width:140px;
	max-width:140px;
	top:325px;
}
.bggrad6{
	position:absolute;
	min-width:380px;
	max-width:380px;
	min-height:380px;
	max-height:380px;
	top:40px;
	z-index:0;
	left:20px;
	width:380px;
	height:380px;
}
.taketour2{
	margin-bottom:30px;
}
.hoverart:hover{
	filter:brightness(1.2);
}
.hoverart2{
	filter:contrast(5%);
}
.hoverart3:hover{
	filter:contrast(30%);
}
.divider-style{
	width:100%;
	position:absolute;
	top:-80px;
}
.img-87-style{
	width:156px;
	padding-top:10px;
}
.img-86-style{
	width:180px;
}
.img-1-style{
	width:783px;
	padding:10px 10px 10px 10px;
}
.h1-style{
	font-family:"Montserrat-Light";
	font-size:30px;
	width:100%;
}
.heightbutton{
	min-height:600px;
	z-index:2;
	position:absolute;
	top:-600px;
	overflow:hidden;
	opacity:0.0;
}
.iframeclass{
	z-index:1;
}
.img-backtomainsi-style{
	width:150px;
}
.h2-1-style{
	font-family:"RobotoSlab-Light";
	width:70.04%;
}
.text-span-color{
	color:#ffffff;
}
.traceability{
	color:#739CB3!important;
}
.blkbackground{
	background-color:rgba(0,0,0,0.60);
}
.hydrowoodjourney{
	line-height:40px;
	font-family:"Montserrat-Bold";
}
.flexheader{
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	margin-left:10px;
}
.flexhydrologo{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-end;
	flex-wrap:wrap;
	margin-left:0px;
}
.hydrologo{
	max-height:600px;
	min-height:300px;
	margin-right:10px;
}
.img-arrowba-style{
	width:141px;
}
.img-hydrowoodlo-style{
	width:150px;
}
.flexcontainerleftheader{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-direction:row;
}
.flexcontainercentreheader{
	display:flex;
	align-items:center;
	justify-content:center;
}
.headercolumnheight{
	min-height:20px;
}
.dividerpadding{
	margin-bottom:30px;
}
.h2-timber-species-style{
	line-height:30px;
	font-family:"Montserrat-Regular";
	font-size:30px;
	width:100%;
}
.img-26-style{
	width:425px;
	z-index:2;
	position:relative;
}
.flex1{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:stretch;
}
.bright:hover{
	filter:brightness(1.1);
}
.colheight300{
	height:550px;
}
.close{
	background-color:transparent;
	color:#FEFFFE!important;
	border-style:_popUpItemAction:;
}
.margin20up{
	margin-top:-20px;
}
.galleryclosebar{
	position:fixed;
	z-index:2;
	top:280px;
}
.iframewidth{
	width:800px;
}
.modalwidth{
	max-width:1920px;
	min-width:1280px;
	max-height:1080px;
	min-height:720px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:nowrap;
	align-content:center;
	flex-direction:row;
}
.modal-dialog{
	min-width:100vw;
	min-height:100vh;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.modal-content{
	height:100%;
	border-radius:0px 0px 0px 0px;
}
.topheaderfloat{
	position:fixed;
	z-index:2;
	height:50px;
	min-height:50px;
	width:100%;
	top:50px;
	background-color:#000000;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.z{
	z-index:1;
}
.maxwidthgallery{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:center;
	min-width:300px;
	max-width:800px;
}
.headergallery1{
	height:60px;
	z-index:2;
	position:fixed;
	background-color:#1B1C1B;
	background-size:auto 60px;
	top:0px;
	max-width:100%;
	width:100%;
	border-style:_popUpItemAction:;
	border-color:transparent!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.closepadding{
	margin-top:0px;
	margin-right:10px;
}
.illustration-section-title-20{
	font-size:30px;
	font-family:"Montserrat-Light";
}
.flexleftgetintouch{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.flexrightfollowus{
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
}
.contactus{
	width:300px;
	font-family:"Montserrat-Bold";
	text-align:center;
	text-transform:uppercase;
	height:60px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}
.follow-us{
	font-family:"Montserrat-Light";
	font-size:55px;
	margin-left:30px;
	margin-right:80px;
}
.facebook{
	margin-right:20px;
}
.insta{
	margin-left:20px;
}
.btn-style{
	width:100%;
}
.videoclass{
	height:56.25%;
	min-width:100%;
	min-height:100%;
	max-height:1080px;
	max-width:1920px;
	width:100%;
	display:flex;
}

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

/* Background colour styles */

.bgc-dark-jungle-green{
	background-color:#1C1C1C;
}
.bgc-dark-lava{
	background-color:#3C3C3C;
}
.bgc-dark-jungle-green-2{
	background-color:#1C1C1C;
}
.bgc-black{
	background-color:#000000;
}

/* Text colour styles */

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

/* Button colour styles */

.btn-white{
	background:#FFFFFF;
	color:rgba(0,0,0,.5)!important;
}
.btn-white:hover{
	background:#cccccc!important;
	color:rgba(0,0,0,.5)!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */




/* = 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){
	.h1-bloc-2-style{
		width:100%;
	}
	.card-style{
		width:100%;
	}
	.cardmd{
		top:20px;
	}
	.marginmdtext{
		padding-bottom:50px;
		display:flex;
		flex-wrap:wrap;
		align-items:stretch;
		justify-content:center;
	}
	.p-style{
		width:100%;
	}
	.h3-style{
		width:100%;
	}
	.vid2{
		height:350px;
		width:350px;
		max-height:350px;
		min-height:350px;
	}
	.columnheight{
		height:auto;
		display:flex;
		justify-content:center;
		width:auto;
		align-items:stretch;
		flex-direction:row;
	}
	.img-icon2v2-style{
		border-radius:0px 0px 0px 0px;
	}
	.iconblue{
		top:250px;
		width:143px;
		left:15px;
	}
	.row-style{
		width:100%;
		padding-top:22px;
	}
	.aerialcol{
	}
	.imgl{
		min-width:230px;
		max-width:230px;
	}
	.threesixaerial1{
		min-width:65px;
		max-width:65px;
	}
	.app-shadow{
	}
	.img-rounded-right{
		border-bottom-left-radius:0px;
		border-top-left-radius:0px;
	}
	.feature-details-col{
		margin-bottom:40px;
		text-align:center;
	}
	.flex{
		justify-content:flex-end;
	}
	.flexleft{
		justify-content:flex-start;
	}
	.tourtext{
		width:100%;
	}
	.tourheight{
		max-height:90px;
	}
	.aerialheight{
		max-height:90px;
	}
	.maxvideowidth{
		max-width:380px;
	}
	.leftpadding50xs{
		margin-left:50px;
	}
	.step1{
		width:100%;
	}
	.maxwidthstep{
	}
	.backgroundgrad{
		min-width:340px;
		max-width:340px;
		left:-346px;
		top:-335px;
	}
	.pintour{
		min-width:120px;
		max-width:120px;
		left:-360px;
		top:-65px;
	}
	.backgroundgrad3{
		min-width:340px;
		max-width:340px;
		left:-346px;
		top:-335px;
	}
	.pintour3{
		min-width:120px;
		max-width:120px;
		left:-360px;
		top:-65px;
	}
	.flex3{
		flex-direction:row;
		align-items:center;
	}
	.leftpadding3{
		margin-left:50px;
	}
	.backgroundgrad4{
		min-width:360px;
		max-width:360px;
		left:15px;
		top:-340px;
		min-height:340px;
		max-height:340px;
	}
	.pintour5{
		min-width:110px;
		max-width:110px;
		top:295px;
		left:20px;
	}
	.maxvideowidth4{
		max-width:380px;
		min-width:380px;
	}
	.tourtext2{
		width:100%;
	}
	.tourtext3{
		width:100%;
	}
	.step3{
		width:100%;
	}
	.tourheight2{
		max-height:90px;
	}
	.flexleft3{
		justify-content:flex-start;
	}
	.tourheight3{
		max-height:90px;
	}
	.leftpaddinglg3{
		margin-left:50px;
	}
	.padding3{
		margin-left:50px;
	}
	.padding21{
		padding-left:20px;
		padding-right:20px;
		margin-left:0px;
	}
	.video30{
		min-width:320px;
		min-height:320px;
		max-height:320px;
		max-width:320px;
	}
	.bggrad5{
		width:320px;
		height:320px;
		min-height:320px;
		max-height:320px;
		max-width:320px;
		min-width:320px;
	}
	.card-body-style{
		padding:20px 20px 20px 20px;
	}
	.card-body-bloc-2-style{
		height:245px;
		padding:20px 20px 20px 20px;
	}
	.img-takethetour-style{
		width:200px;
	}
	.img-360aeria-style{
		width:55px;
	}
	.colheight3{
		margin-left:10px;
	}
	.margin20{
		margin-left:-10px;
	}
	.pintour6{
		min-width:110px;
		max-width:110px;
		top:295px;
		left:20px;
	}
	.bggrad6{
		width:320px;
		height:320px;
		min-height:320px;
		max-height:320px;
		max-width:320px;
		min-width:320px;
	}
	.img-style{
		width:120px;
	}
	.img-87-style{
		width:100px;
	}
	.img-86-style{
		width:120px;
	}
	.img-1-style{
		width:643px;
	}
	.h2-1-style{
		width:89.53%;
	}
	.hydrowoodjourney{
		font-family:"Montserrat-Bold";
		font-size:38px;
	}
	.flexheader{
		margin-left:10px;
	}
	.hydrologo{
		margin-right:10px;
	}
	.h2-timber-species-style{
		font-size:25px;
	}
	.margin20up{
		margin-top:0px;
	}
	.modal-dialog{
		min-width:90vw;
		min-height:100vh;
	}
	.closepadding{
		margin-right:10px;
	}
	.html-widget-style{
		width:100%;
	}
	.videoclass{
		width:100%;
		height:56.25%;
		min-width:200px;
		min-height:200px;
		max-width:1920px;
		max-height:1080px;
		margin-left:40px;
	}
	.mdmargin50{
		margin-left:50px;
	}
	.buttonmdmargin{
		margin-left:40px;
	}
	.close{
	}
	.margin40360{
		margin-left:80px;
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.videosquare{
		background:linear-gradient(0deg, #0077C8 0%, #FFFFFF 100%);
	}
	.h1-bloc-2-style{
		width:100%;
	}
	.h3-style{
		width:100%;
	}
	.p-style{
		width:94.37%;
	}
	.margin{
		padding-bottom:50px;
		display:inline-block;
	}
	.iconblue{
		left:0px;
		top:350px;
	}
	.inner-wrapper{
		width:100%;
	}
	.row-style{
		padding-top:30px;
	}
	.aerialcol{
		margin-left:30px;
	}
	.vid2{
		width:100%;
		height:100%;
	}
	.columnheight{
		height:auto;
		display:flex;
		justify-content:center;
		flex-direction:row;
	}
	.marginsmtext{
	}
	.margin2{
		padding:100px 100px 100px 100px;
	}
	.app-shadow{
	}
	.img-rounded-right{
		border-top-right-radius:15px;
		border-bottom-right-radius:15px;
	}
	.feature-details-col{
		text-align:center;
	}
	.flexleft{
		justify-content:center;
	}
	.flex{
		justify-content:center;
		margin-top:50px;
	}
	.pintour{
		left:-230px;
	}
	.backgroundgrad{
		left:-155px;
	}
	.tourtext{
		width:100%;
	}
	.h1-style{
		width:100%;
	}
	.leftpadding50xs{
		margin-left:0px;
	}
	.backgroundgrad3{
		left:-155px;
	}
	.pintour3{
		left:-230px;
	}
	.flex3{
		justify-content:center;
		margin-top:50px;
	}
	.leftpadding3{
		margin-left:0px;
	}
	.fourhundred3{
	}
	.step1{
		width:100%;
	}
	.backgroundgrad4{
		left:-155px;
	}
	.pintour5{
		left:10px;
		top:370px;
		min-width:140px;
		max-width:140px;
	}
	.tourtext2{
		width:100%;
	}
	.tourtext3{
		width:100%;
	}
	.step3{
		width:100%;
	}
	.flexleft3{
		justify-content:center;
	}
	.img-rounded-left{
		border-top-left-radius:15px;
		border-bottom-left-radius:15px;
	}
	.img-360aeria-style{
		width:100px;
	}
	.img-takethetour-style{
		width:313px;
	}
	.card-body-style{
		width:100%;
		display:flex;
		justify-content:center;
		padding-top:00px;
	}
	.video30{
		min-width:400px;
		max-width:400px;
		min-height:400px;
		max-height:400px;
	}
	.bggrad5{
		width:400px;
		height:400px;
		min-height:400px;
		max-height:400px;
		max-width:400px;
		min-width:400px;
		top:40px;
		left:40px;
	}
	.card-body-3-style{
		height:511px;
	}
	.margin20{
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:center;
	}
	.colheight3{
		height:auto;
		margin-right:30px;
		margin-left:30px;
		min-height:300px;
	}
	.card-body-bloc-2-style{
		height:230px;
	}
	.pintour6{
		left:10px;
		top:370px;
		min-width:140px;
		max-width:140px;
	}
	.bggrad6{
		width:400px;
		height:400px;
		min-height:400px;
		max-height:400px;
		max-width:400px;
		min-width:400px;
		top:40px;
		left:40px;
	}
	.img-style{
		width:100px;
	}
	.img-87-style{
		width:100px;
		padding:5px 5px 5px 5px;
	}
	.img-86-style{
		width:100px;
	}
	.h2-1-style{
		font-size:23px;
	}
	.flexheader{
		margin-left:0px;
	}
	.hydrologo{
		max-height:400px;
	}
	.img-arrowba-style{
		width:90px;
	}
	.img-hydrowoodlo-style{
		width:140px;
	}
	.margin200{
		margin-bottom:50px;
	}
	.step1sm{
		min-width:435px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.illustration-section-title-20{
		width:100%;
		font-size:25px;
	}
	.facebook{
		margin-right:20px;
	}
	.insta{
		margin-left:20px;
	}
	.card-body-bloc-15-style{
		width:100%;
	}
	.card-style{
		width:100%;
	}
	.xsmarginfollowus{
		margin-bottom:30px;
	}
	.modal-dialog{
		max-width:100%;
		height:100%;
	}
	.modal-content{
		height:25vh;
	}
	.closepadding{
		margin-right:10px;
	}
	.videoclass{
		width:100%;
		height:56.25%;
		min-width:200px;
		min-height:320px;
		max-height:1080px;
		max-width:1920px;
		margin-left:0px;
	}
	.videomodalheight{
		height:400px;
	}
	.margin40360{
		margin-left:0px;
	}
	.modalverticalspace{
		margin-bottom:200px;
	}
	
}

@media (max-width: 575px){
	.h1-bloc-2-style{
		width:100%;
		font-size:25px;
	}
	.marginmdtext{
		padding:20px 20px 20px 20px;
	}
	.row-style{
		width:100%;
		padding-top:20px;
	}
	.img-icon2v2-style{
		width:100px;
	}
	.x1vid{
		width:250px;
		height:250px;
	}
	.cardmd{
		padding:2px 2px 2px 2px;
	}
	.bggrad{
		width:250px;
		height:250px;
		top:20px;
		left:20px;
	}
	.iconblue{
		top:190px;
		left:10px;
	}
	.x2vid{
		width:250px;
		height:250px;
	}
	.columnheight{
		height:auto;
		align-items:stretch;
	}
	.vid2{
		width:550px;
		min-height:280px;
		max-height:550px;
		height:auto;
	}
	.video23{
		width:500px;
		height:500px;
	}
	.videocolumn{
		height:auto;
		width:auto;
		display:flex;
		align-items:flex-end;
		justify-content:center;
		flex-direction:row;
	}
	.taketourcol{
		min-width:90px;
		max-width:250px;
		padding:0px 0px 0px 0px;
	}
	.aerialcol{
		min-width:50px;
		max-width:70px;
	}
	.margin2{
		padding:10px 10px 10px 10px;
	}
	.imgl{
		max-width:200px;
		min-width:150px;
	}
	.app-shadow{
	}
	.img-rounded-right{
		border-bottom-right-radius:10px;
		border-top-right-radius:10px;
	}
	.pintour{
		min-width:120px;
		max-width:120px;
		left:-140px;
	}
	.backgroundgrad{
		min-width:255px;
		max-width:280px;
		min-height:255px;
		top:-240px;
		left:-110px;
		max-height:280px;
	}
	.tourheight{
		min-height:70px;
		max-height:70px;
	}
	.aerialheight{
		min-height:70px;
		max-height:70px;
	}
	.border{
		caret-color:transparent;
		border-style:_popUpItemAction:;
		border-radius:0px 0px 0px 0px;
		border-width:0px 0px 0px 0px;
	}
	.maxvideowidth{
		max-width:300px;
	}
	.backgroundgrad3{
		min-width:255px;
		max-width:280px;
		min-height:255px;
		top:-240px;
		left:-110px;
		max-height:280px;
	}
	.pintour3{
		min-width:120px;
		max-width:120px;
		left:-140px;
	}
	.maxvideowidth3{
		max-width:300px;
	}
	.padding2{
	}
	.backgroundgrad4{
		min-width:255px;
		max-width:280px;
		min-height:255px;
		top:-240px;
		left:-110px;
		max-height:280px;
	}
	.pintour5{
		min-width:100px;
		max-width:100px;
		top:250px;
		left:0px;
	}
	.padding3{
	}
	.maxvideowidth4{
		max-width:300px;
	}
	.tourheight2{
		min-height:70px;
		max-height:70px;
	}
	.tourheight3{
		min-height:70px;
		max-height:70px;
	}
	.img-rounded-left{
		border-bottom-left-radius:10px;
		border-top-left-radius:10px;
	}
	.img-takethetour-style{
		width:210px;
	}
	.img-360aeria-style{
		width:60px;
	}
	.card-body-style{
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.card-body-bloc-2-style{
		height:270px;
		min-width:240px;
		max-width:280px;
		opacity:1.0;
		padding:0px 0px 0px 0px;
	}
	.colheight3{
		margin-left:10px;
		margin-right:10px;
		justify-content:center;
		width:auto;
		padding:0px 0px 0px 0px;
	}
	.video30{
		min-width:280px;
		max-width:280px;
		min-height:280px;
		max-height:280px;
	}
	.bggrad5{
		width:280px;
		height:280px;
		min-height:280px;
		max-height:280px;
		max-width:280px;
		min-width:280px;
		left:20px;
		top:40px;
	}
	.margin20{
		margin-left:5px;
		padding-left:0px;
		margin-right:5px;
	}
	.card-body-3-style{
		padding-left:0px;
		padding-right:0px;
		height:338px;
	}
	.p-style{
		font-size:15px;
	}
	.pintour6{
		min-width:100px;
		max-width:100px;
		top:250px;
		left:0px;
	}
	.bggrad6{
		width:280px;
		height:280px;
		min-height:280px;
		max-height:280px;
		max-width:280px;
		min-width:280px;
		left:20px;
		top:40px;
	}
	.img-style{
		width:70px;
	}
	.img-87-style{
		width:70px;
	}
	.img-1-style{
		padding:10px 10px 10px 10px;
	}
	.h1-style{
		font-size:22px;
	}
	.heightbutton{
		top:-400px;
		min-height:200px;
	}
	.h2-1-style{
		width:100%;
		font-size:18px;
	}
	.hydrowoodjourney{
		margin-bottom:5px;
	}
	.flexheader{
		padding-left:0px;
		padding-right:0px;
		margin-left:15px;
	}
	.flexhydrologo{
		padding-left:0px;
		padding-right:0px;
	}
	.hydrologo{
		margin-right:0px;
		min-height:100px;
		max-height:250px;
	}
	.img-arrowba-style{
		width:68px;
		padding-top:0px;
	}
	.img-hydrowoodlo-style{
		width:110px;
	}
	.xsarrowleftheader{
		padding-right:10px;
	}
	.h1-bloc-0-style{
		font-size:22px;
		line-height:24px;
	}
	.h2-timber-species-style{
		font-size:22px;
	}
	.margin200{
		margin-bottom:50px;
	}
	.step1sm{
		min-width:0px;
	}
	.xsmarginfollowus{
		margin-bottom:50px;
	}
	.insta{
		margin-left:10px;
	}
	.facebook{
		margin-right:10px;
	}
	.closepadding{
		margin-right:10px;
	}
	.close{
		background-size:auto auto;
	}
	.videoclass{
		height:56.25%;
		width:100%;
		min-height:250px;
		min-width:250px;
		max-width:1920px;
		max-height:1080px;
		margin:1px 1px 1px 1px;
		padding:1px 1px 1px 1px;
	}
	.margin40360{
		margin-left:0px;
	}
	
}

