/*-----------------------------------------------------------------------------------
	Stasie 6
	About: Escape the ordinary and elevate your travel experience with our versatile self-catering apartments in Despatch, Eastern Cape. Perfectly suited for a myriad of occasions, including business trips, family or school reunions, weddings, and more, our accommodations offer a flexible and inviting space for all. Whether you're seeking a serene setting for corporate gatherings or a cozy retreat for memorable family moments, our apartments provide the perfect backdrop. With amenities to accommodate a range of needs and easy access to local attractions, there's something for everyone here. Book your stay with us today and discover the endless possibilities in Despatch.
	Author: Design Fetish
	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;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


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


/* Sizes */

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

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

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


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* 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-repeat{
	background-repeat:repeat!important;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-vertical-lines::before{
	background: url("img/texture-v-lines.png");
	background-size: 4px 4px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


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


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


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(21, 21, 21);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* 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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = 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-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-xl{
	font-size:100px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-square{
	margin:0 auto;
	border:2px solid transparent;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}


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


.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;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

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

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


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.hide-indicators{
	display:none;
}

.carousel-indicators li::marker{
	font-size:0;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* 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: 16px;
	right: 16px;
	bottom: 0px;
}
.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
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.navbar-brand{
	font-family:"Open Sans";
	line-height:38px;
	color:#000000!important;
	font-size:13px;
	font-weight:800;
}
.navbar-brand:hover{
	color:#FCDB00!important;
}
.navbar-nav li a{
	font-family:"Open Sans";
	font-weight:600;
	text-transform:uppercase;
	font-size:13px;
	line-height:23px;
	margin-right:3px;
	margin-left:3px;
	color:#FEFFFF!important;
}
h1{
	font-family:"Ubuntu";
	font-size:50px;
	line-height:58px;
}
.creativity-navigation-button{
	font-family:"Open Sans";
	font-size:14px;
	text-transform:uppercase;
	line-height:24px;
	font-weight:600;
	background-color:#FCFFFF;
	color:#000000!important;
	border-color:#FCDB00!important;
	border-style:solid;
	padding-right:28px;
	padding-left:28px;
	border-width:0px 0px 0px 0px;
}
.creativity-navigation-button:hover{
	background-color:#8F9090;
	color:#000000!important;
}
.navbar-nav li a:hover{
	color:#969696!important;
	font-weight:normal;
}
.creativity-special-heading{
	font-family:"Oleo Script";
	color:#FCFFFF!important;
}
.creativity-special-heading:hover{
	color:#FEFFFF!important;
}
h2{
	font-family:"Ubuntu";
	font-weight:400;
	font-size:35px;
	line-height:43px;
	text-transform:none;
}
h3{
	font-family:"Ubuntu";
	font-weight:400;
	font-size:23px;
	line-height:31px;
	color:#6B6B6B!important;
}
.creativity-wire-button{
	padding-right:28px;
	padding-left:28px;
	font-family:"Open Sans";
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.03rem;
	line-height:23px;
	border-style:solid;
	border-color:#FEFFFF!important;
	color:#FEFFFF!important;
	background-color:transparent;
	border-width:2px 2px 2px 2px;
}
.creativity-wire-button:hover{
	border-color:#D9DAD9!important;
	background-color:rgba(0,0,0,0.54);
	color:#FEFFFF!important;
	text-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
h4{
	font-family:"Ubuntu";
	font-weight:400;
	font-size:20px;
	line-height:28px;
}
h6{
	font-family:"Open Sans";
	font-weight:400;
	font-size:15px;
	line-height:23px;
}
p{
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.creativity-button{
	font-family:"Open Sans";
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	line-height:24px;
	background-color:#FFFFFF;
	color:#000000!important;
	padding-right:28px;
	padding-left:28px;
	border-style:solid;
	border-color:#FFFFFF!important;
	border-width:2px 2px 2px 2px;
}
.creativity-icon{
	padding-bottom:14px;
}
.creativity-circle-icon{
	color:var(--swatch-var-1510)!important;
	border-width:0px 0px 0px 0px;
}
.creativity-circle-icon:hover{
	color:#949494!important;
	border-color:rgba(0,0,0,0.0)!important;
}
.creativity-black-button{
	background-color:#000000;
	border-color:#000000!important;
	color:#FEFFFF!important;
	font-family:"Open Sans";
	font-weight:600;
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:0.03rem;
	padding-right:28px;
	padding-left:28px;
	border-width:2px 2px 2px 2px;
}
.creativity-black-button:hover{
	background-color:transparent;
	color:#000000!important;
}
.creativity-wire-black-button2{
	font-family:"Open Sans";
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	color:#000000!important;
	background-color:transparent;
	border-style:solid;
	border-color:#000000!important;
	padding-right:28px;
	padding-left:28px;
	border-radius:0px 0px 0px 0px;
	border-width:2px 2px 2px 2px;
}
.creativity-wire-black-button2:hover{
	background-color:#000000;
	color:#FEFFFF!important;
}
.creativity-custom-link{
	font-family:"Open Sans";
	font-weight:600;
	color:#000000!important;
}
.creativity-custom-link:hover{
	font-family:"Open Sans";
	font-weight:600;
	color:#FCDB00!important;
}
.creativity-social-icon{
	color:#FFFFFF!important;
	margin-right:3px;
	margin-left:3px;
}
.creativity-social-icon:hover{
	color:#E7E5E5!important;
	margin-right:3px;
	margin-left:3px;
}
.creativity-about-heading{
	font-family:"Oleo Script";
	font-size:50px;
}
.creativity-thumbnail{
	background-position:left center;
	background-size:auto auto;
	padding:0px 0px 0px 0px;
}
.btn-padding{
	padding-top:100px;
	padding-bottom:100px;
	background-color:transparent;
	color:transparent!important;
	margin:auto auto auto auto;
	border-radius:0px 0px 0px 0px;
}
.btn-padding:hover{
	color:#FEFFFF!important;
	background-color:rgba(0,0,0,0.5);
	border-radius:150px 150px 150px 150px;
}
.creativity-white-bar{
	margin-bottom:-10px;
}
.checkbox-margin-bottom{
	margin-bottom:16px;
}
label{
	font-family:"Ubuntu";
	color:#424242!important;
	font-size:14px;
	line-height:22px;
}
.bloc-margin-bottom{
	margin-bottom:20px;
	margin-top:0px;
}
.row-margin-bottom{
	margin-bottom:51px;
}
.form-margin-top{
	margin-top:20px;
}
.bloc-0-margin-bottom{
	margin-bottom:28px;
}
.creativity-design-icon{
	margin-right:14px;
}
.creativity-button:hover{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.creativity-side-padding{
	padding-right:50px;
	padding-left:50px;
}
.dropdown-menu2{
	background-color:#000000;
	color:#FFFFFF!important;
	position:relative;
}
.dropdown-menu2:hover{
	color:#000000!important;
}
.img-bloc-1-style{
	width:500px;
	height:500px;
	fill:var(--swatch-var-1155);
	opacity:1;
}
.navbar-brand img{
	width:100px;
}
.h4-style{
	width:100%;
	font-size:18px;
}
.img-welcom-style{
	width:300px;
}
.img-4-style{
	width:300px;
}
.img-19-style{
	width:300px;
}
.awesome-wrapper{
	width:100%;
	height:216px;
	position:sticky;
	margin-left:5px;
	margin-right:5px;
	margin-top:20px;
}
.awesome-image{
	width:100%;
	height:216px;
	display:block;
	background-size:cover;
	padding-left:0px;
	padding-right:0px;
	margin-left:5px;
	margin-right:5px;
	position:relative;
	background-image:url("img/USA.jpg");
}
.awesome-overlay{
	width:100%;
	height:216px;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.70);
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:normal;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
}
.awesome-image2{
	width:100%;
	display:block;
	background-size:cover;
	margin-right:5px;
	margin-left:5px;
	margin-top:10px;
	height:216px;
	background-image:url("img/Greece.jpg");
}
.center2{
	text-align:center;
}
.p-style{
	width:100%;
	font-size:15px;
}
.awesome-image3{
	width:100%;
	height:216px;
	background-image:url("img/UK.jpg");
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
}
.awesome-image4{
	width:100%;
	height:216px;
	margin-left:5px;
	margin-right:5px;
	background-image:url("img/Italy.jpg");
}
.awesome-image5{
	width:100%;
	height:216px;
	margin-left:5px;
	margin-right:5px;
	background-image:url("img/France.jpg");
}
.awsome-image6{
	width:100%;
	height:216px;
	background-image:url("img/RSA.jpg");
	margin-left:5px;
	margin-right:5px;
}
.space1{
	margin-bottom:1px;
	padding-bottom:1px;
	bottom:1px;
}
.img-asset-1-style{
	width:100px;
}
.img-usa-small-fl-style{
	width:200px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-1510)!important;
	border-style:solid;
}
.blocs-card-width{
	width:25%;
}
.img-23-style{
	width:300px;
}
.btn-style{
	width:20.84%;
}
.html-widget-style{
	width:100%;
	height:518px;
}
.fullmap{
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
}
.img-contact-bann-style{
	height:500px;
}
.background1{
	background:linear-gradient(318deg, #000000 0%, #FFFFFF 100%);
}
.img-trainic-style{
	width:50px;
}
.h3-style{
	color:rgba(0,0,174,0.90)!important;
}
.header3color{
	color:#969696!important;
}
.label-style{
	font-size:18px;
}
.label-name-style{
	font-size:18px;
}
.label-contact-number-style{
	font-size:18px;
}
.label-message-style{
	font-size:18px;
}
.p-bloc-12-style{
	font-family:"Lato";
	font-size:16px;
}
.p-bloc-13-style{
	font-family:"Lato";
	font-size:16px;
}
.img-bloc-13-style{
	width:200px;
}
.iconlinkwhite{
	color:#FFFFFF!important;
}
.attractions{
	background-image:url("img/PE.jpg");
	background-size:cover;
}
.link-style{
	text-decoration:none;
}
.link-bloc-10-style{
	text-decoration:none;
}
.link-0-style{
	text-decoration:none;
}
.link-directions-style{
	text-decoration:none;
}
.link-0-bloc-10-style{
	text-decoration:none;
}
.link-0-directions-style{
	text-decoration:none;
}
.link-5932-style{
	text-decoration:none;
}
.link-24665-style{
	text-decoration:none;
}
.link-bloc-11-style{
	text-decoration:none;
}
.link-8117-style{
	text-decoration:none;
}
.link-0-bloc-11-style{
	text-decoration:none;
}
.link-13897-style{
	text-decoration:none;
}
.link-35234-style{
	text-decoration:none;
}
.link-39919-style{
	text-decoration:none;
}
.link-bloc-12-style{
	text-decoration:none;
}
.link-humewood-beach-style{
	text-decoration:none;
}
.link-bloc-9-style{
	text-decoration:none;
}
.navbar-nav li a:active{
	font-weight:bold;
}
dd{
	background-color:#000074;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.ddd{
	background-color:#FFFFFF;
	width:200px;
	color:#000000!important;
}
.linkdrop{
	color:#000000!important;
}
.linkdrop:hover{
	color:rgba(0,255,0,0.93)!important;
}
.ddd:hover{
	color:#000000!important;
}
.img-style{
	width:100px;
}
.img-bloc-60-style{
	width:250px;
	border-width:20px 20px 20px 20px;
	border-color:rgba(233,177,0,0.85)!important;
}
.border{
	border-style:solid;
	border-width:20px 20px 20px 20px;
	border-color:#00CDC3!important;
}
.img-168-style{
	width:300px;
}
.p-72-style{
	width:67.87%;
}
.gh_button{
	background-color:#FFFFFF;
	color:#00002A!important;
}
.gh_button:hover{
	background-color:rgba(115,175,255,0.73);
}
.img-contact-style{
	width:80px;
}
.gradient{
	background:linear-gradient(0deg, #001543 0%, rgba(15,31,57,0.75) 100%);
}
.ghbut{
	color:#FFFFFF!important;
	border-width:2px 2px 2px 2px;
	border-color:#FFFFFF!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1155:rgba(255,255,255,1.00);
	
	--swatch-var-3845:rgba(242,242,242,1.00);
	
	--swatch-var-5648:rgba(85,84,83,1.00);
	
	--swatch-var-4758:rgba(21,21,21,1.00);
	
	--swatch-var-3720:rgba(253,220,0,1.00);
	
	--swatch-var-7970:rgba(0,20,83,0.87);
	
	--swatch-var-1907:rgba(208,91,82,1.00);
	
	--swatch-var-2387:#353535;
	
	--swatch-var-3:rgba(253,220,0,1.00);
	
	--swatch-var-7343:rgba(0,0,0,1.00);
	
	--swatch-var-1510:rgba(111,110,112,1.00);
	
	--swatch-var-2168:#DEDEDE;
	
	--swatch-var-6266:rgba(255,255,255,1.00);
	
	--swatch-var-2786:rgba(51,118,172,0.42);
	
	--swatch-var-4533:#071530;
	
}


/* Background colour styles */

.bgc-4758{
	background-color:var(--swatch-var-4758);
}
.bgc-2387{
	background-color:var(--swatch-var-2387);
}
.bgc-5648{
	background-color:var(--swatch-var-5648);
}
.bgc-3845{
	background-color:var(--swatch-var-3845);
}
.bgc-1155{
	background-color:var(--swatch-var-1155);
}
.bgc-7970{
	background-color:var(--swatch-var-7970);
}
.bgc-4533{
	background-color:var(--swatch-var-4533);
}

/* Text colour styles */

.tc-3845{
	color:var(--swatch-var-3845)!important;
}
.tc-4758{
	color:var(--swatch-var-4758)!important;
}
.tc-5648{
	color:var(--swatch-var-5648)!important;
}
.tc-1155{
	color:var(--swatch-var-1155)!important;
}
.tc-1510{
	color:var(--swatch-var-1510)!important;
}
.tc-2387{
	color:var(--swatch-var-2387)!important;
}

/* Button colour styles */

.btn-c-3845{
	background:var(--swatch-var-3845);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3845:hover{
	background:#BFBFBF!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-1155{
	color:var(--swatch-var-1155)!important;
}
.ltc-1155:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-1155{
	color:var(--swatch-var-1155)!important;
	border-color:var(--swatch-var-1155)!important;
}

/* Bloc image backgrounds */

.bg-Parking{
	background-image:url("img/Parking.jpg");
}
.bg-Top-banner{
	background-image:url("img/Top-banner.jpg");
}
.bg-Flags-Background2{
	background-image:url("img/Flags_Background2.jpg");
}
.bg-banner{
	background-image:url("img/banner.jpg");
}
.bg-proteas{
	background-image:url("img/proteas.jpg");
}


/* = Additional CSS
-------------------------------------------------------------- */
background-color: #dadada;<br>background-image: linear-gradient(247deg, #dadada 0%, #9a9a9a 100%);<br>


/* = 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){
	.navbar-brand{
		font-size:25px;
		line-height:33px;
	}
	h1{
		font-size:40px;
		line-height:48px;
	}
	.navbar-nav li a{
		margin-right:1px;
		margin-left:1px;
		font-size:12px;
		line-height:22px;
	}
	.creativity-navigation-button{
		padding-right:14px;
		padding-left:14px;
	}
	h2{
		font-size:30px;
		line-height:38px;
	}
	h3{
		font-size:22px;
		line-height:30px;
	}
	h4{
		font-size:19px;
		line-height:27px;
	}
	h6{
		font-size:14px;
		line-height:22px;
	}
	p{
		font-size:16px;
		line-height:24px;
	}
	.bloc-margin-bottom{
		margin-bottom:50px;
	}
	.row-margin-bottom{
		padding:28px 28px 28px 28px;
	}
	.blocs-card-width{
		width:50%;
	}
	.h3-south-africa-style{
		font-size:18px;
	}
	.h3-france-style{
		font-size:18px;
	}
	.h3-italy-style{
		font-size:18px;
	}
	.h3-bloc-37-style{
		font-size:18px;
	}
	.h3-style{
		font-size:18px;
	}
	.h3-england-style{
		font-size:1px;
	}
	
}

@media (max-width: 767px){
	.navbar-brand{
		font-size:24px;
		line-height:32px;
	}
	h1{
		font-size:30px;
		line-height:38px;
	}
	h2{
		font-size:25px;
		line-height:33px;
	}
	h3{
		font-size:21px;
		line-height:29px;
	}
	h4{
		font-size:18px;
		line-height:26px;
	}
	h6{
		font-size:13px;
		line-height:21px;
	}
	p{
		font-size:15px;
		line-height:23px;
	}
	.bloc-margin-bottom{
		margin-bottom:20px;
	}
	.row-margin-bottom{
		padding:15px 15px 15px 15px;
	}
	.blocs-card-width{
		width:50%;
	}
	.h3-style{
		font-size:14px;
	}
	.h3-bloc-37-style{
		font-size:14px;
	}
	.h3-england-style{
		font-size:14px;
	}
	.h3-italy-style{
		font-size:14px;
	}
	.p-bloc-37-style{
		font-size:10px;
	}
	.p-31-style{
		font-size:10px;
	}
	.p-32-style{
		font-size:10px;
	}
	.p-33-style{
		font-size:10px;
	}
	.h3-france-style{
		font-size:14px;
	}
	.p-34-style{
		font-size:10px;
	}
	.h3-south-africa-style{
		font-size:14px;
	}
	.p-35-style{
		font-size:10px;
	}
	.img-168-style{
		width:300px;
	}
	
}

@media (max-width: 575px){
	.navbar-brand{
		font-size:23px;
		line-height:31px;
	}
	h1{
		font-size:28px;
		line-height:36px;
	}
	h2{
		font-size:23px;
		line-height:31px;
	}
	h3{
		font-size:20px;
		line-height:28px;
	}
	.creativity-wire-button{
	}
	h4{
		font-size:17px;
		line-height:25px;
	}
	h6{
		font-size:12px;
		line-height:20px;
	}
	p{
		font-size:15px;
		line-height:23px;
	}
	.creativity-black-button{
		font-family:"Open Sans";
		font-weight:600;
		text-transform:uppercase;
		font-size:14px;
		line-height:24px;
		padding-right:28px;
		padding-left:28px;
		background-color:#000000;
		color:#FEFFFF!important;
		border-style:solid;
		border-color:#000000!important;
		border-width:2px 2px 2px 2px;
	}
	.creativity-black-button:hover{
		background-color:transparent;
		border-color:#000000!important;
		color:#000000!important;
	}
	.row-margin-bottom{
		padding:0px 0px 0px 0px;
	}
	.blocs-card-width{
		width:100%;
	}
	.btn-style{
		width:35%;
	}
	.navbar-logo{
		font-size:18px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

