/*-----------------------------------------------------------------------------------
	One
	About: A shiney new Blocs website.
	Author: Nigel Caple
	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;}}

/* = 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-sm{
	padding:20px;
}


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


/* = 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-md{
	margin-top:10px;
	margin-bottom:20px;
}

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



/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}



.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;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



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

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

.link-style{
	font-size:40px;
	line-height:40px;
}
.h1-color{
	color:#ffffff;
}
.h2-style{
	font-size:26px;
}
.label-label-style{
	width:83.23%;
}
.link-interiors-style{
	width:50%;
}
.label-4-style{
	width:97.5%;
}
.label-7-style{
	width:100%;
}
.label-8-style{
	width:67.1%;
}
.label-9-style{
	width:90.97%;
}
.label-10-style{
	width:65.81%;
}
.img-style{
	width:397px;
}
.img-bloc-8-style{
	width:260px;
}
.img-17-style{
	width:260px;
}
.img-18-style{
	width:251px;
}
.img-bloc-13-style{
	width:421px;
}
.img-5-style{
	width:422px;
}
.img-6-style{
	width:429px;
}
.img-7-style{
	width:433px;
}
.img-8-style{
	width:437px;
}
.img-9-style{
	width:445px;
}
.img-bloc-15-style{
	width:314px;
}
.img-11-style{
	width:323px;
}
.img-12-style{
	width:387px;
}
.img-13-style{
	width:405px;
}
.img-12-bloc-15-style{
	width:348px;
}
.img-bloc-10-style{
	width:419px;
}
.img-18-bloc-10-style{
	width:423px;
}
.img-19-style{
	width:422px;
}
.img-20-style{
	width:426px;
}
.img-21-style{
	width:445px;
}
.img-22-style{
	width:445px;
}
.img-23-style{
	width:445px;
}
.img-24-style{
	width:445px;
}
.img-25-style{
	width:445px;
}
.img-bloc-17-style{
	width:424px;
}
.img-16-style{
	width:445px;
}
.img-17-bloc-17-style{
	width:440px;
}
.img-18-bloc-17-style{
	width:451px;
}
.img-20-bloc-17-style{
	width:189px;
}
.img-19-bloc-17-style{
	width:188px;
}
.img-bloc-19-style{
	width:445px;
}
.img-22-bloc-19-style{
	width:416px;
}
.img-24-bloc-19-style{
	width:422px;
}
.img-27-style{
	width:218px;
}
.img-26-style{
	width:445px;
}
.img-25-bloc-19-style{
	width:429px;
}
.img-26-bloc-19-style{
	width:442px;
}
.p-style{
	width:75.87%;
	font-size:19px;
}
.label-style{
	width:79.57%;
}
.label-yui -style{
	width:47.74%;
}
.label-11-style{
	width:64.95%;
}
.label-14-style{
	width:64.3%;
}
.label-15-style{
	width:91.61%;
}
.img-60-style{
	width:445px;
}
.label-16-style{
	width:92.04%;
}
.container-div-style{
	width:100%;
	height:61px;
}
.img-bloc-31-style{
	width:571px;
}
.label-17-style{
	width:91.83%;
}
.label-18-style{
	width:92.33%;
}
.label-19-style{
	width:85.81%;
}
.label-20-style{
	width:89.25%;
}
.label-22-style{
	width:67.74%;
}
.img-bloc-33-style{
	width:397px;
}
.img-69-style{
	width:397px;
}
.label-26-style{
	width:92.26%;
}
.label-27-style{
	width:78.92%;
}
.label-28-style{
	width:62%;
}
.img-bloc-35-style{
	width:397px;
}
.img-74-style{
	width:525px;
}
.img-75-style{
	width:397px;
}
.label-32-style{
	width:81.94%;
}
.label-33-style{
	width:91.18%;
}
.label-34-style{
	width:90.97%;
}
.label-35-style{
	width:90.54%;
}
.img-bloc-37-style{
	width:397px;
}
.label-36-style{
	width:84.09%;
}
.label-36-label-style{
	width:90.11%;
}
.label-38-style{
	width:70.54%;
}
.label-39-style{
	width:78.49%;
}
.img-bloc-39-style{
	width:465px;
}
.label-40-style{
	width:88.17%;
}
.label-40-label-style{
	width:85.81%;
}
.img-86-style{
	width:387px;
}
.label-41-style{
	width:100%;
}
.label-42-style{
	width:88.82%;
}
.label-44-style{
	width:100%;
}
.img-89-style{
	width:387px;
}
.label-44-label-style{
	width:100%;
}
.container-div-bloc-35-style{
	width:94%;
	height:47px;
}
.label-46-style{
	width:78.28%;
}
.label-47-style{
	width:67.31%;
}
.label-48-style{
	width:100%;
}
.label-48-label-style{
	width:82.37%;
}
.label-49-style{
	width:81.72%;
}
.label-51-style{
	width:73.76%;
}
.label-52-style{
	width:71.4%;
}
.label-53-style{
	width:100%;
}
.label-53-label-style{
	width:64.3%;
}
.label-55-style{
	width:100%;
}
.label-56-style{
	width:80%;
}
.label-57-style{
	width:78.06%;
}
.label-58-style{
	width:77.2%;
}
.label-59-style{
	width:100%;
}
.label-60-style{
	width:100%;
}
.label-61-style{
	width:100%;
}
.img-bloc-41-style{
	width:397px;
}
.img-70-style{
	width:397px;
}
.img-71-style{
	width:397px;
}
.img-72-style{
	width:397px;
}
.img-bloc-43-style{
	width:397px;
}
.img-76-style{
	width:397px;
}
.img-bloc-45-style{
	width:397px;
}
.img-80-style{
	width:445px;
}
.img-81-style{
	width:445px;
}
.img-58-style{
	width:445px;
}
.img-hodogaya-copy-style{
	width:445px;
}
.img-bloc-29-style{
	width:465px;
}
.img-50-style{
	width:465px;
}
.img-51-style{
	width:465px;
}
.img-52-style{
	width:465px;
}
.img-53-style{
	width:465px;
}
.img-54-style{
	width:465px;
}
.img-55-style{
	width:445px;
}
.img-56-style{
	width:445px;
}
.img-57-style{
	width:445px;
}
.img-59-style{
	width:445px;
}
.img-85-style{
	width:397px;
}
.label-43-style{
	width:97.2%;
}
.label-15898-style{
	width:97.42%;
}
.label-45-style{
	width:97.2%;
}
.label-43-label-style{
	width:80%;
}
.img-86-bloc-35-style{
	width:397px;
}
.img-87-style{
	width:397px;
}
.label-47-label-style{
	width:96.13%;
}
.label-36787-style{
	width:94.84%;
}
.img-88-style{
	width:397px;
}
.label-31355-style{
	width:79.57%;
}
.img-89-bloc-35-style{
	width:397px;
}
.label-51-label-style{
	width:96.77%;
}
.label-45-label-style{
	width:80.22%;
}
.img-65-style{
	width:397px;
}
.img-67-style{
	width:397px;
}
.img-66-style{
	width:397px;
}
.label-22-label-style{
	width:79.57%;
}
.label-25-style{
	width:64.09%;
}
.img-70-bloc-41-style{
	width:397px;
}
.label-21-style{
	width:72.9%;
}
.img-61-style{
	width:445px;
}
.img-63-style{
	width:445px;
}
.img-64-style{
	width:445px;
}
.label-11-label-style{
	width:92.47%;
}
.label-13-style{
	width:65.38%;
}
.label-12-style{
	width:91.18%;
}
.img-55-bloc-29-style{
	width:465px;
}
.img-57-bloc-29-style{
	width:465px;
}
.img-56-bloc-29-style{
	width:445px;
}
.label-42819-style{
	width:93.55%;
}
.img-82-style{
	width:397px;
}
.img-83-style{
	width:397px;
}
.img-92-style{
	width:397px;
}
.img-93-style{
	width:397px;
}
.label-54-style{
	width:94.84%;
}
.label-55-label-style{
	width:96.34%;
}
.label-21520-style{
	width:77.63%;
}
.label-41298-style{
	width:96.13%;
}
.label-49-label-style{
	width:75.48%;
}
.label-12-label-style{
	width:98.06%;
}
.img-69-bloc-37-style{
	width:445px;
}
.label-25-label-style{
	width:93.76%;
}
.label-46-label-style{
	width:91.4%;
}
.img-71-bloc-41-style{
	width:397px;
}
.btn-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.btn-tokaido-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.btn-interiors-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.divider-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.divider-bloc-8-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.divider-0-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.btn-thames-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.divider-bloc-9-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.btn-cityscapes-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.divider-0-bloc-9-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.btn-landscapes-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.divider-11934-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.label-bloc-11-style{
	width:57.63%;
}
.container-div-bloc-41-style{
	height:56px;
}
.container-div-0-bloc-41-style{
	width:94.31%;
	height:56px;
}
.label-72-style{
	width:79.14%;
}
.container-div-0-style{
	width:86.88%;
	height:56px;
}
.label-71-style{
	width:92.69%;
}
.container-div-26972-style{
	height:56px;
}
.label-73-style{
	width:78.71%;
}
.container-div-3156-style{
	width:92.13%;
	height:56px;
}
.label-74-style{
	width:76.77%;
}
.container-div-9223-style{
	width:93.16%;
	height:56px;
}
.label-75-style{
	width:75.7%;
}
.container-div-28736-style{
	height:56px;
	width:97.86%;
}
.label-76-style{
	width:75.48%;
}
.img-78-style{
	width:397px;
}
.img-79-style{
	width:397px;
}
.img-45832-style{
	width:397px;
}
.img-34793-style{
	width:397px;
}
.img-84-style{
	width:397px;
}
.label-79-style{
	width:77.42%;
}
.label-80-style{
	width:77.63%;
}
.label-72-label-style{
	width:92.04%;
}
.label-73-label-style{
	width:92.04%;
}
.label-74-label-style{
	width:83.01%;
}
.label-75-label-style{
	width:91.83%;
}
.label-76-label-style{
	width:93.33%;
}
.img-bloc-11-style{
	width:445px;
}
.label-77-style{
	width:92.47%;
}
.label-79-label-style{
	width:92.26%;
}
.label-11853-style{
	width:92.9%;
}
.img-76-bloc-45-style{
	width:397px;
}
.label-71-label-style{
	width:78.06%;
}
.img-77-style{
	width:397px;
}
.label-16019-style{
	width:78.28%;
}
.img-78-bloc-45-style{
	width:397px;
}
.label-46292-style{
	width:78.28%;
}
.img-79-bloc-45-style{
	width:397px;
}
.label-12353-style{
	width:76.34%;
}
.label-9937-style{
	width:93.33%;
}
.label-34788-style{
	width:92.69%;
}
.label-10802-style{
	width:92.26%;
}
.label-48369-style{
	width:93.12%;
}
.label-30786-style{
	width:93.98%;
}
.label-5049-style{
	width:94.41%;
}
.label-34564-style{
	width:95.05%;
}
.label-19772-style{
	width:93.55%;
}
.img-77-bloc-19-style{
	width:445px;
}
.img-78-bloc-19-style{
	width:445px;
}
.img-79-bloc-19-style{
	width:445px;
}
.label-46442-style{
	width:92.47%;
}
.label-10941-style{
	width:70.11%;
}
.img-84-bloc-19-style{
	width:445px;
}
.img-85-bloc-19-style{
	width:445px;
}
.label-17527-style{
	width:80.86%;
}
.label-38645-style{
	width:91.83%;
}
.label-25112-style{
	width:91.61%;
}
.label-20704-style{
	width:93.12%;
}
.label-77-label-style{
	width:92.26%;
}
.label-78-style{
	width:93.33%;
}
.label-4186-style{
	width:92.69%;
}
.label-8080-style{
	width:91.83%;
}
.img-30-style{
	width:445px;
}
.container{
	max-width:1170px;
}

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

/* Background colour styles */

.bgc-platinum{
	background-color:#EAEAEA;
}

/* Button colour styles */

.btn-platinum{
	background:#EAEAEA;
	color:rgba(0,0,0,.5)!important;
}
.btn-platinum:hover{
	background:#bbbbbb!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-medium-electric-blue{
	color:#005392!important;
}
.ltc-medium-electric-blue:hover{
	color:#004275!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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.label-32-style{
		width:80.81%;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.footer-link{
		text-align:center;
	}
	.label-label-style{
		width:93.33%;
	}
	.label-32-style{
		width:96.3%;
	}
	
}

