/*-----------------------------------------------------------------------------------
	    Park O Website 2020_Revised
        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-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue 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;}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-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-xxl{
	padding:200px 50px;
}
.bloc-xl{
	padding:150px 50px;
}
.bloc-sm{
	padding:20px 50px;
}

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


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

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

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


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
.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;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = 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-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	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;
}

/* 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;
}
/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}

/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-horizontal-layout li{
	float:left;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

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




/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = iPhone 6 Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone6{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 18%;
}
.blocsapp-device-iphone6 img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-iphone6 .embed-responsive{
	padding-bottom: 154.25%;
	width: 87%;
	right: -6.7%;
	margin-bottom: -1.5%;
}
.blocsapp-device-iphone6.iphone6-silver{
	background-image:url("img/Apple-iPhone-6s-Silver.png");
}
/* = iMac Device
-------------------------------------------------------------- */

.blocsapp-device-imac{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 4% 8.5% 23.7%;
	background-image:url("img/Apple-iMac.png");
}
.blocsapp-device-imac img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-imac .embed-responsive{
	padding-bottom: 56.25%;
}
/* = MacBook Devices
-------------------------------------------------------------- */

.blocsapp-device-mb{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 3.6% 15% 7.5%;
}
.blocsapp-device-mb img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-mb .embed-responsive{
	padding-bottom: 65%;
	width: 103.1%;
	left: -1.5%;
}
/* = MacBook Pro
-------------------------------------------------------------- */

.blocsapp-device-mbp{
	background-image:url("img/Apple-Macbook-Pro.png");
}
/* = 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,.6);
	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{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:300;
	color:#000000!important;
}
.container{
	max-width:1128px;
}
p{
	font-size:18px;
	font-family:"Lato";
	font-weight:300;
	line-height:26px;
}
.service-footer-icon{
	background-color:#009634;
	color:#FEFFFF!important;
	margin-bottom:28px;
	margin-top:-70px;
}
.service-green-button{
	background-color:#009634;
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	min-width:150px;
	color:#FFFFFF!important;
}
.service-green-button:hover{
	background-color:#FFFFFF;
	color:#000000!important;
}
.service-navigation{
	font-family:"Lato";
	font-weight:700;
	text-transform:none;
	color:#FEFFFF!important;
	background-color:#000000;
	background-position:center center;
	text-align:center;
	font-size:15px;
}
.service-navigation:active{
	text-transform:none;
	background-position:left center;
	font-family:"Lato";
	font-weight:700;
	font-size:15px;
	color:#00981D!important;
}
.service-navigation:hover{
	font-size:15px;
	font-family:"Lato";
	font-weight:700;
	text-transform:none;
	color:#009633!important;
	background-color:rgba(0,0,0,0.50);
}
.service-button:hover{
	min-width:100px;
	background-color:rgba(0,201,67,0.0);
	text-transform:uppercase;
	font-family:"Lato";
	font-weight:400;
	border-color:#009633;
	border-width:2px 2px 2px 2px;
	color:#009633!important;
	line-height:20px;
	font-size:14px;
}
.service-logo{
	text-transform:uppercase;
	font-family:"Lato";
	font-weight:700;
	color:#FFFFFF!important;
}
.service-logo:hover{
	color:#009633!important;
}
.service-nav-margin{
	margin-left:150px;
}
.service-feature-title{
	margin-top:8%;
}
.service-top-margin{
	margin-top:40%;
}
.platform-icon:hover{
}
.platform{
	background-color:rgba(1,1,1,0.0);
}
.platform-icon{
	background-image:url("img/man-people-space-desk.jpeg");
	background-color:rgba(0,0,0,0.0);
}
.service-dropdown{
	background-color:#000000;
}
.service-title-margin{
	margin-top:10%;
}
.service-support-box{
	background-color:#009534;
}
.service-white-button{
	background-color:#FEFFFF;
	color:#009434!important;
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	min-width:150px;
}
.white-button:active{
}
.service-white-button:hover{
	background-color:#F2F2F2;
}
.service-button{
	background-color:#009534;
	color:#FEFFFF!important;
	text-transform:uppercase;
	font-size:14px;
	font-family:"Lato";
	font-weight:400;
	line-height:20px;
	min-width:100px;
	border-width:2px 2px 2px 2px;
	border-color:#009434;
}
.service-nav-button-margin{
	margin-top:8%;
}
.service-bottom-padding{
	padding-bottom:28px;
}
.service-top-padding{
	padding-top:28px;
}
h1{
	font-size:45px;
	line-height:55px;
}
h3{
	font-family:"Lato";
	font-weight:300;
	font-size:23px;
	line-height:33px;
}
h2{
	font-size:35px;
	line-height:45px;
}
.inspiration-navigation{
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	color:#000000!important;
	font-size:14px;
	background-color:transparent;
}
.inspiration-navigation:hover{
	font-size:14px;
	text-transform:uppercase;
	color:#000000!important;
	font-weight:normal;
	background-color:transparent;
}
.inspiration-logo{
	color:#000000!important;
	text-transform:uppercase;
	font-weight:700;
	font-size:23px;
	text-decoration:none;
	background-color:rgba(0,0,0,0.0);
	font-family:"Lato";
}
.inspiration-logo:hover{
	color:#FFFFFF!important;
	text-transform:uppercase;
}
.inspiration-logo:active{
	color:#ECEDEC!important;
}
.inspiration-center{
	text-align:center;
}
.inspiration-social-button{
	font-size:50px;
	padding:3px 3px 3px 3px;
	background-color:transparent;
}
.inspiration-social-button:hover{
	background-color:transparent;
}
.inspiration-navigation-bar{
	padding-top:10px;
	padding-bottom:10px;
}
.device-bloc-text-vc{
	font-size:50px;
	margin-top:50%;
}
.hero-bloc-text{
	font-size:55px;
}
.hero-bloc-text-sub{
	font-size:36px;
}
.bloc-1-h3{
	font-family:Lato;
	font-weight:900;
	font-size: 23px;
	line-height:30px;
}
.about-h2{
	font-size:45px;
	line-height:55px;
	width:100%;
	font-family:Lato;
	font-weight:900;
}
.about-h4{
	font-size: 25px;
	line-height: 30px;
	font-family:Lato;
	font-weight:900;
}
.about-p{
	font-size:16px;
	line-height:24px;
}
.bloc-4-h4{
	font-size:45px;
	line-height:55px;
	font-family:Lato;
	font-weight:900;
}
.stage1-h1{
	font-size:35px;
	line-height: 45px;
	font-family:Lato;
	font-weight:900;
}
.stage1-h3{
	font-family:Lato;
	font-weight:900;
	line-height: 33px;
	font-size:23px;
}
.stage1-p{
	font-size:16px;
	line-height:24px;
	font-family:Lato;
	font-weight:300;
}
.stage1-h2{
	font-size:22px;
	line-height:25px;
	font-family:Lato;
	font-weight:700;
	color:#FF7F00!important;
}
.stage1-h4{
	line-height: 20px;
	font-size:18px;
}
.stage2-h1{
	font-size: 35px;
	line-height: 45px;
	font-family:Lato;
	font-weight:700;
}
.stage2-h3{
	font-family: Lato;
	font-weight: 400;
	font-size: 23px;
	line-height: 33px;
}
.stage2-p{
	font-size: 18px;
	line-height: 28px;
}
.stage2-h2{
	font-size: 23px;
	line-height: 25px;
}
.stage2-h4{
	line-height: 20px;
}
.stage3-h1{
	font-size: 35px;
	line-height: 45px;
}
.stage3-h5{
	font-size:25px;
	line-height: 25px;
	font-family:Lato;
	font-weight:700;
}
.stage3-h3{
	font-family: Lato;
	font-weight: 400;
	font-size: 23px;
	line-height: 33px;
}
.stage3-p{
	font-size: 18px;
	line-height: 28px;
}
.stage3-h2{
	font-size: 23px;
	line-height: 25px;
}
.stage3-h4{
	line-height: 20px;
}
.stage4-h1{
	font-size: 35px;
	line-height: 45px;
}
.stage4-h3{
	font-family: Lato;
	font-weight: 400;
	font-size: 23px;
	line-height: 33px;
}
.stage4-p{
	font-size: 18px;
	line-height: 28px;
}
.stage4-h4{
	line-height: 20px;
}
.stage5-h1{
	font-size: 35px;
	line-height: 45px;
}
.stage5-h3{
	font-family: Lato;
	font-weight: 400;
	font-size: 23px;
	line-height: 33px;
}
.stage5-p{
	font-size: 18px;
	line-height: 28px;
}
.stage5-h4{
	line-height: 20px;
}
.stage6-h1{
	font-size: 35px;
	line-height: 45px;
}
.stage6-p{
	font-size: 18px;
	line-height: 28px;
}
.stage6-h4{
	line-height: 20px;
}
.stage7-h1{
	font-size: 35px;
	line-height: 45px;
}
.stage7-h3{
	font-family: Lato;
	font-weight: 400;
	font-size: 23px;
	line-height: 33px;
}
.stage7-p{
	font-size: 18px;
	line-height: 28px;
}
.stage7-h4{
	line-height: 20px;
}
.stage8-h1{
	font-size: 35px;
	line-height: 45px;
}
.stage8-h3{
	font-family:Lato;
	font-weight:700;
	font-size: 23px;
	line-height: 33px;
}
.stage8-p{
	font-size: 18px;
	line-height: 28px;
}
.stage8-h2{
	font-size: 23px;
	line-height: 25px;
}
.stage8-h4{
	line-height: 20px;
}
.stage9-h1{
	font-size: 35px;
	line-height: 45px;
	font-family:Lato;
	font-weight:700;
}
.stage9-h3{
	font-family:Lato;
	font-weight:700;
	font-size: 23px;
	line-height: 33px;
}
.stage9-p{
	font-size:16px;
	line-height:24px;
}
.stage9-h2{
	font-size:20px;
	line-height: 25px;
	font-family:Lato;
	font-weight:700;
}
.stage9-h4{
	line-height: 20px;
	font-size:18px;
}
.stage10-h1{
	font-size: 35px;
	line-height: 45px;
	font-family:Lato;
	font-weight:700;
}
.stage10-h3{
	font-family:Lato;
	font-weight:700;
	font-size: 23px;
	line-height: 33px;
}
.stage10-p{
	font-size:16px;
	line-height:24px;
}
.stage10-h2{
	font-size:20px;
	line-height: 25px;
	font-family:Lato;
	font-weight:700;
}
.stage10-h4{
	line-height: 20px;
	font-size:18px;
}
.stage11-h1{
	font-size: 35px;
	line-height: 45px;
	font-family:Lato;
	font-weight:700;
}
.stage11-h3{
	font-family:Lato;
	font-weight:700;
	font-size: 23px;
	line-height: 33px;
}
.stage11-p{
	font-size:16px;
	line-height:24px;
}
.stage11-h2{
	font-size:20px;
	line-height: 25px;
	font-family:Lato;
	font-weight:700;
}
.stage11-h4{
	line-height: 20px;
	font-size:18px;
}
.entryfee-eng-h2{
	font-size:45px;
	line-height:55px;
	font-family:Lato;
	font-weight:900;
}
.entryfee-eng-h3{
	line-height:30px;
	font-family:Lato;
	font-weight:700;
}
.bloc-28-h2{
	font-size:45px;
	line-height:55px;
	font-family:Lato;
	font-weight:900;
}
.bloc-30-h2{
	font-size:45px;
	line-height:55px;
	font-family:Lato;
	font-weight:900;
	width:100%;
}
.prize-eng-h3{
	font-size: 30px;
	font-family:Lato;
	font-weight:900;
}
.free-trial-h1{
	font-size: 45px;
	line-height: 55px;
	font-family:Lato;
	font-weight:700;
}
.free-trial-h3{
	font-size: 23px;
	line-height: 33px;
	font-family:Lato;
	font-weight:400;
}
.download-h1{
	font-size: 45px;
	line-height: 55px;
	font-family:Lato;
	font-weight:700;
}
.bloc-35-h3{
	font-size: 23px;
	line-height: 33px;
	font-family:Lato;
	font-weight:400;
}
.register-h2{
	font-size:45px;
	line-height:55px;
	font-family:Lato;
	font-weight:700;
}
.bloc-37-h2{
	font-size: 25px;
	line-height: 35px;
	font-family:Lato;
	font-weight:700;
}
.bloc-42-h2{
	font-size: 50px;
	line-height: 50px;
	font-family:Lato;
	font-weight:700;
}
.contact-us-eng-h1{
	font-size: 45px;
	line-height: 55px;
	font-family:Lato;
	font-weight:700;
}
.bloc-47-h3{
	font-family: Lato;
	font-weight: 900;
	font-size: 23px;
	line-height: 33px;
}
.bloc-50-h4{
	font-size: 45px;
	line-height: 55px;
}
.stage6-h3{
	font-family: Lato;
	font-weight: 400;
	font-size: 23px;
	line-height: 33px;
}
.bloc-75-h1{
	font-size: 35px;
	line-height: 45px;
}
.bloc-75-h3{
	font-family: Lato;
	font-weight: 400;
	font-size: 23px;
	line-height: 33px;
}
.bloc-75-p{
	font-size: 18px;
	line-height: 28px;
}
.bloc-75-h2{
	font-size: 23px;
	line-height: 25px;
}
.bloc-75-h4{
	line-height: 20px;
}
.entryfee-chi-h2{
	font-size: 50px;
	line-height: 50px;
}
.entryfee-chi-h3{
	line-height: 33px;
}
.entryfee-chi-h6{
	font-size: 18px;
	line-height: 18px;
}
.bloc-74-h2{
	font-size: 35px;
	line-height: 35px;
}
.bloc-76-h2{
	font-size: 35px;
	line-height: 35px;
}
.prizes-bloc-chi-h2{
	font-size: 50px;
	line-height: 50px;
}
.prizes-bloc-chi-h3{
	font-size: 30px;
}
.bloc-81-h3{
	font-size: 23px;
	line-height: 33px;
}
.register-chi-h2{
	font-size: 50px;
	line-height: 50px;
}
.bloc-83-h2{
	font-size: 25px;
	line-height: 35px;
}
.remarks-chi-h2{
	font-size: 50px;
	line-height: 50px;
}
.bloc-86-h2{
	font-size: 50px;
	line-height: 50px;
}
.bloc-88-h2{
	font-size: 50px;
	line-height: 50px;
}
.contact-h1{
	font-size: 45px;
	line-height: 55px;
}
.foundation-logo{
	font-family:"Lato";
	font-weight:900;
	text-transform:uppercase;
	color:#37C0D8!important;
	font-size:28px;
}
.foundation-logo:hover{
	color:#000000!important;
}
.foundation-navigation{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	margin-right:5px;
	margin-left:5px;
	color:#FFFFFF!important;
}
.foundation-navigation:hover{
	color:#009633!important;
}
.foundation-navigation-button{
	font-family:"Lato";
	font-weight:900;
	text-transform:uppercase;
	background-color:#009633;
	color:#FEFFFF!important;
	margin-left:28px;
	margin-top:-4px;
	font-size:16px;
	padding:10px 20px 10px 20px;
}
.foundation-navigation-button:hover{
	background-color:#FFFFFF;
	color:#00981D!important;
	font-size:16px;
	font-family:"Lato";
	font-weight:700;
}
.foundation-image{
	box-shadow:22px -18px 30px rgba(234,234,234,0.4);
	margin-bottom:0px;
	border-radius:28px 28px 28px 28px;
}
.foundation-button{
	color:#FEFFFF!important;
	background-color:#37C0D8;
	font-family:"Open Sans";
	font-weight:800;
	font-size:16px;
	text-transform:uppercase;
	box-shadow:6px -5px 30px rgba(214,214,214,0.1);
	padding-right:28px;
	padding-left:28px;
}
.foundation-button:hover{
	background-color:#000000;
	box-shadow:5px -4px 30px rgba(214,214,214,0.2);
}
.foundation-header-bg-icon{
	color:rgba(255,255,255,0.1)!important;
	font-size:128px;
}
.foundation-header-title{
	font-family:"Lato";
	font-weight:900;
	color:#FEFFFF!important;
	text-shadow:0px 0px 30px rgba(0,0,0,0.2);
	margin-top:-120px;
}
.foundation-header-title:hover{
	text-shadow:0px 0px 30px rgba(255,255,255,0.5);
}
.foundation-header{
	padding-top:15px;
	padding-bottom:15px;
}
.foundation-header-icon-join{
	margin-bottom:10px;
}
.foundation-shortcut-box{
	padding-top:80px;
	padding-bottom:80px;
}
.foundation-page-title{
	text-shadow:0px 0px 30px rgba(0,0,0,0.2);
	text-transform:none;
	font-size:60px;
	line-height:70px;
	background-color:rgba(0,0,0,0.3);
	padding:14px 28px 14px 28px;
}
.foundation-about-fact{
	font-size:60px;
	line-height:70px;
	font-family:"Lato";
	font-weight:700;
}
.foundation-event-icon{
	margin-right:10px;
	background-color:transparent;
}
.foundation-map-bug{
	margin-bottom:-10px;
}
.foundation-optin{
	margin-bottom:14px;
}
.foundation-project-card{
	background:linear-gradient(270deg, rgba(55,192,216,0.3), rgba(55,192,216,0.0));
	padding:0px 0px 0px 28px;
}
.foundation-landing-icon{
	font-size:100px;
	border-style:solid;
	border-color:rgba(0,0,0,0.0)!important;
	color:#36BFD7!important;
	box-shadow:0px 0px 0px #000000;
	text-shadow:0px 3px 0px #000000;
	border-width:28px 28px 28px 28px;
}
.foundation-landing-icon:hover{
	font-size:110px;
	text-shadow:3px 0px 0px #000000;
	border-width:23px 23px 23px 23px;
}
.foundation-landing-card{
	background-color:#FEFFFF;
	box-shadow:0px 0px 30px rgba(214,214,214,0.5);
	text-align:center;
	color:#424242!important;
	padding-bottom:20px;
}
.foundation-landing-card:hover{
	box-shadow:0px 0px 30px rgba(55,192,216,0.1);
	color:#248495!important;
}
.foundation-event-circle{
	color:#FEFFFF!important;
	background-color:#2C9D03;
	font-family:"Lato";
	font-weight:900;
	text-transform:none;
	width:100px;
	height:100px;
	padding-top:26px;
	margin-left:-80px;
	border-radius:100px 100px 100px 100px;
}
.foundation-event-title{
	font-family:"Lato";
	font-weight:700;
	color:#000000!important;
}
.foundation-event-card{
	background:linear-gradient(90deg, rgba(0,255,0,0.16), rgba(73,211,230,0.00));
	padding:0px 0px 0px 0px;
}
.foundation-small-text{
	font-size:14px;
	line-height:20px;
	font-family:"Lato";
	font-weight:400;
}
.foundation-team-card{
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FEFFFF);
	padding-right:10px;
	padding-left:10px;
	margin-bottom:28px;
}
.foundation-volunteer-check{
	margin-right:10px;
	color:#37BED6!important;
}
.foundation-top-margin{
	margin-top:28px;
}
.p-events-style{
	line-height:48px;
	font-size:50px;
}
.p-19-style{
	font-size:21px;
	line-height:31px;
	font-family:Lato;
	font-weight:700;
}
.h5-style{
	font-family:Lato;
	font-weight:300;
	font-size:18px;
	line-height:30px;
}
.p-15-style{
	font-size:24px;
}
.p-15-events-style{
	font-size:16px;
}
.p-16-style{
	font-size:16px;
}
.p-17-style{
	font-size:16px;
}
.p-20-style{
	font-size:16px;
	opacity:0.7;
}
.p-21-style{
	font-size:16px;
}
.p-22-style{
	font-size:16px;
}
.navbar-brand img{
	height:50px;
}
.btn-padding{
	padding-top:8px;
	padding-bottom:8px;
	width:86.67%;
}
.foundation-navigation-button:active{
}
.service-dropdown:hover{
	color:transparent!important;
}
.service-dropdown:active{
	padding-top:0px;
	padding-right:0px;
}
.foundation-navigation:active{
	color:#009633!important;
}
.h5-bloc-1-style{
	font-family:Lato;
	font-weight:900;
	font-size:23px;
	line-height:60px;
}
h5{
}
.h3-style{
	font-family:Lato;
	font-weight:400;
	color:#000000!important;
}
.h3-happystage1-style{
	font-family:Lato;
	font-weight:400;
}
.h3-split-time-style{
	font-family:Lato;
	font-weight:400;
}
.h3-event-info-style{
	font-family:Lato;
	font-weight:400;
}
.h3-start-list-style{
	font-family:Lato;
	font-weight:400;
}
.p-bloc-92-style{
	font-size:30px;
	line-height:40px;
}
.img-style{
	width:400px;
}
.img-bloc-36-style{
	width:400px;
}
.h3-80-style{
	font-family:Lato;
	font-weight:700;
	font-size:20px;
	line-height:25px;
}
.h3-81-style{
	font-family:Lato;
	font-weight:400;
	font-size:20px;
	line-height:25px;
}
.h3-bloc-29-style{
	font-size:18px;
	line-height:26px;
}
.p-47-style{
	line-height:25px;
}
.img-siac-all-sqau-style{
	width:232px;
}
.img-firee-logo-whi-style{
	width:232px;
}
.img-trophi-style{
	width:232px;
}
.img-elite-20-style{
	width:170px;
}
.img-kid-20-style{
	width:170px;
}
.h2-style{
	font-family:Lato;
	font-weight:900;
}
.p-45-style{
	font-size:16px;
	line-height:24px;
}
.p-46-style{
	font-size:16px;
	line-height:24px;
}
.img-fam20-style{
	width:170px;
}
.img-miniknat1-style{
	width:170px;
}
.img-training-20-style{
	width:170px;
}
.p-44-style{
	font-size:16px;
	line-height:24px;
}
.p-bloc-31-style{
	font-size:16px;
	line-height:24px;
}
.btn-style{
	border-radius:25px 25px 25px 25px;
}
.img-bloc-37-style{
	;
}
.h4-style{
	font-size:20px;
	line-height:24px;
}
.h4-bloc-35-style{
	font-size:20px;
	line-height:24px;
}
.h4-18-style{
	font-size:20px;
	line-height:24px;
}
.h4-17-style{
	font-size:20px;
	line-height:24px;
}
.h3-forest-line-style{
	font-family:Lato;
	font-weight:700;
	font-size:30px;
	line-height:35px;
}
.h3-crazy-light-style{
	font-family:Lato;
	font-weight:700;
	font-size:30px;
	line-height:35px;
}
.h3-nvii-style{
	font-family:Lato;
	font-weight:900;
	font-size:30px;
	line-height:35px;
}
.img-53-style{
	;
}
.h3-download-style{
	font-family:Lato;
	font-weight:700;
	font-size:24px;
	line-height:28px;
}
.img-67-style{
	width:300px;
}
.h1-style{
	font-family:Lato;
	font-weight:700;
	font-size:30px;
	line-height:40px;
}
.h3-about-livelox-style{
	font-family:Lato;
	font-weight:700;
	font-size:24px;
	line-height:28px;
}
.p-download-style{
	font-size:16px;
	line-height:24px;
}
.p-58-style{
	font-size:16px;
	line-height:24px;
}
.p-59-style{
	font-size:16px;
	line-height:24px;
}
.p-48-style{
	font-family:Lato;
	font-weight:300;
}
.img-siac-a-style{
	width:360px;
}
.service-navigation-2{
	font-family:"Lato";
	font-weight:700;
	text-transform:none;
	color:#F5E334!important;
	background-color:#000000;
	background-position:center center;
	text-align:center;
	font-size:15px;
}
.service-navigation-2:hover{
	font-size:15px;
	font-family:"Lato";
	font-weight:700;
	text-transform:none;
	color:#009633!important;
	background-color:rgba(0,0,0,0.50);
}
.service-navigation-2:active{
	text-transform:none;
	background-position:left center;
	font-family:"Lato";
	font-weight:700;
	font-size:15px;
	color:#00981D!important;
}
.p-bloc-34-style{
	font-size:16px;
	line-height:24px;
}
.img-teengua-style{
	width:300px;
}
.h3-stage2-style{
	font-family:Lato;
	font-weight:700;
}
.p-stage2-style{
	font-family:Lato;
	font-weight:700;
}
.h1-13-style{
	font-family:Lato;
	font-weight:900;
	font-size:25px;
	line-height:30px;
}
.img-free-trial-style{
	width:400px;
}
.h3-kasper-fosser-style{
	font-family:Lato;
	font-weight:700;
	line-height:22px;
	font-size:18px;
}
.p-55-style{
	font-size:16px;
	line-height:22px;
}
.h3- str8-original-style{
	line-height:30px;
	font-family:Lato;
	font-weight:700;
}
.h3--heading-3-style{
	font-family:Lato;
	font-weight:700;
	font-size:20px;
	line-height:24px;
}
.img-68-style{
	;
}
.p-63-style{
	font-size:16px;
	line-height:24px;
}
.p-62-style{
	font-size:16px;
	line-height:24px;
}
.p-60-style{
	font-size:16px;
	line-height:24px;
}
.p-61-style{
	font-size:16px;
	line-height:24px;
}
.h2-20-style{
	font-family:Lato;
	font-weight:700;
	font-size:16px;
	line-height:20px;
}
.link-0-padding{
	padding-top:8px;
	padding-bottom:8px;
	width:100%;
}
.link-race-tee-padding{
	padding-top:8px;
	padding-bottom:8px;
}
.link-padding{
	padding-top:8px;
	padding-bottom:8px;
}
.link-remarks-padding{
	padding-top:8px;
	padding-bottom:8px;
}
.link-bloc-0-padding{
	padding-top:8px;
	padding-bottom:8px;
}
.h3-overall-result-style{
	font-family:Lato;
	font-weight:700;
}
.h3-entry-on-site-style{
	font-family:Lato;
	font-weight:700;
	font-size:23px;
	line-height:30px;
}
.btn-stage2-style{
	border-radius:0px 0px 0px 0px;
}
.ok{
	overflow:visible;
	float:none;
	margin:0px 0px 0px 0px;
}
.service-green-button-2{
	background-color:#009634;
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:16px;
	min-width:150px;
	color:#FFFFFF!important;
}
.service-green-button-2:hover{
	background-color:#FFFFFF;
	color:#000000!important;
}

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

/* Background colour styles */

.bgc-black{
	background-color:#000000;
}
.bgc-onyx{
	background-color:#141414;
}
.bgc-white{
	background-color:#ffffff;
}

/* Text colour styles */

.tc-white{
	color:#ffffff!important;
}
.tc-onyx{
	color:#141414!important;
}
.tc-anti-flash-white{
	color:#F2F2F2!important;
}
.tc-black{
	color:#000000!important;
}
.tc-orange-color-wheel{
	color:#FF7F00!important;
}
.tc-black-2{
	color:#040404!important;
}
.tc-north-texas-green{
	color:#009533!important;
}
.tc-north-texas-green-2{
	color:#009534!important;
}
.tc-ruddy{
	color:#FF0027!important;
}
.tc-north-texas-green-3{
	color:#009633!important;
}
.tc-black-3{
	color:#000000!important;
}
.tc-white-2{
	color:#FFFFFF!important;
}

/* Button colour styles */

.btn-north-texas-green{
	background:#009534;
	color:#FFFFFF!important;
}
.btn-north-texas-green:hover{
	background:#00772a;
	color:#FFFFFF!important;
}
.btn-azure{
	background:#0080FF;
	color:#FFFFFF!important;
}
.btn-azure:hover{
	background:#0066cc!important;
	color:#FFFFFF!important;
}
.btn-medium-turquoise{
	background:#43BEC2;
	color:#FFFFFF!important;
}
.btn-medium-turquoise:hover{
	background:#36989b!important;
	color:#FFFFFF!important;
}
.btn-black{
	background:#000000;
	color:#FFFFFF!important;
}
.btn-black:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.btn-black-2{
	background:#040404;
	color:#FFFFFF!important;
}
.btn-black-2:hover{
	background:#030303!important;
	color:#FFFFFF!important;
}
.btn-boston-university-red{
	background:#CC0000;
	color:#FFFFFF!important;
}
.btn-boston-university-red:hover{
	background:#a30000!important;
	color:#FFFFFF!important;
}
.btn-international-klein-blue{
	background:#0122B2;
	color:#FFFFFF!important;
}
.btn-international-klein-blue:hover{
	background:#011b8e!important;
	color:#FFFFFF!important;
}
.btn-gray-htmlcss-gray{
	background:#7D7A84;
	color:#FFFFFF!important;
}
.btn-gray-htmlcss-gray:hover{
	background:#64626a!important;
	color:#FFFFFF!important;
}
.btn-north-texas-green-2{
	background:#009633;
	color:#FFFFFF!important;
}
.btn-north-texas-green-2:hover{
	background:#007829!important;
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-black{
	color:#000000!important;
	border-color:#000000!important;
}
.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.icon-white-2{
	color:#ffffff!important;
	border-color:#ffffff!important;
}

/* Bloc image backgrounds */

.bg-61sE60k-EXL-SL1100-{
	background-image:url("img/61sE60k-EXL._SL1100_.jpg");
}
.bg-contactus-3{
	background-image:url("img/contactus_3.jpg");
}
.bg-header-pic-2{
	background-image:url("img/header_pic_2.jpg");
}
.bg-teal-background{
	background-image:url("img/teal-background.jpg");
}
.bg-livelox-3{
	background-image:url("img/livelox_3.jpg");
}
.bg-DanielHubbman{
	background-image:url("img/DanielHubbman.jpg");
}
.bg-contactus-3{
	background-image:url("img/contactus_3.jpg");
}
.bg-202012stages-2{
	background-image:url("img/202012stages_2.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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){
	.tablet .service-feature-title, .mobile .service-feature-title{
		margin-top:0%;
	}
	.tablet .service-nav-margin, .mobile .service-nav-margin{
		margin-left:0px;
	}
	.tablet .service-top-padding, .mobile .service-top-padding{
		padding-top:28px;
	}
	.tablet .service-title-margin, .mobile .service-title-margin{
		margin-top:10%;
	}
	.tablet .service-support-box, .mobile .service-support-box{
	}
	.tablet .inspiration-navigation, .mobile .inspiration-navigation{
		color:#E6E6E6!important;
	}
	.tablet .inspiration-navigation:hover, .mobile .inspiration-navigation:hover{
		color:#FFFFFF!important;
	}
	.tablet .inspiration-logo, .mobile .inspiration-logo{
		margin-left:10px;
	}
	.tablet .inspiration-navigation-bar, .mobile .inspiration-navigation-bar{
	}
	.bloc-1-h3{
		font-size: 23px;
		line-height: 33px;
	}
	.about-h2{
		font-size:35px;
		line-height:40px;
	}
	.about-p{
		font-size: 16px;
		line-height: 24px;
	}
	.bloc-4-h4{
		font-size:45px;
		line-height:60px;
	}
	.stage1-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.stage1-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage2-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.stage2-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage3-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.stage3-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage4-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.stage4-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage5-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.stage5-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage6-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage7-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.stage7-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage8-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.stage8-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage9-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.stage9-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage10-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.stage10-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage11-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.stage11-p{
		font-size: 16px;
		line-height: 24px;
	}
	.entryfee-eng-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-28-h2{
		font-size:35px;
		line-height:45px;
	}
	.bloc-30-h2{
		font-size:35px;
		line-height:45px;
	}
	.free-trial-h1{
		font-size: 35px;
		line-height: 45px;
	}
	.free-trial-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.download-h1{
		font-size: 35px;
		line-height: 45px;
	}
	.bloc-35-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.register-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-42-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.contact-us-eng-h1{
		font-size: 35px;
		line-height: 45px;
	}
	.bloc-47-h3{
		font-size: 23px;
		line-height: 33px;
	}
	.bloc-50-h4{
		font-size: 45px;
		line-height: 55px;
	}
	.stage6-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.bloc-75-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.bloc-75-p{
		font-size: 16px;
		line-height: 24px;
	}
	.entryfee-chi-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-74-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-76-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.prizes-bloc-chi-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-81-h3{
		font-size: 20px;
		line-height: 30px;
	}
	.register-chi-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.remarks-chi-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-86-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-88-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.contact-h1{
		font-size: 35px;
		line-height: 45px;
	}
	.foundation-logo{
		font-size:23px;
	}
	.foundation-navigation{
		margin-right:2px;
		margin-left:2px;
		text-align:center;
	}
	.foundation-navigation-button{
		margin-left:10px;
	}
	.foundation-header-bg-icon{
		;
	}
	.foundation-header-title{
		margin-top:-90px;
	}
	.foundation-page-title{
		font-size:50px;
		line-height:60px;
	}
	.foundation-about-fact{
		font-size:50px;
		line-height:60px;
	}
	.foundation-project-card{
		background-color:transparent;
		background:linear-gradient(0deg, rgba(0,0,0,0.0), rgba(255,255,255,0.0));
	}
	.prize-eng-h3{
		font-family:Lato;
		font-weight:700;
	}
	.h5-bloc-1-style{
		line-height:30px;
	}
	div[class^="col-"], div[class*=" col-"]{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.full-width-bloc div[class^="col-"], .full-width-bloc div[class*=" col-"]{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.mobile .service-feature-title{
		margin-top:0%;
	}
	.mobile .service-footer-icon{
	}
	.mobile .service-white-button{
	}
	.mobile .service-button{
	}
	.mobile .inspiration-navigation{
	}
	.mobile .blocs-team-avatar{
		max-width:280px;
	}
	.mobile .blocs-team-header{
		text-align:center;
	}
	.mobile .blocs-team-details{
		text-align:center;
	}
	.mobile .blocs-team-first-social{
		margin-left:41%;
	}
	.bloc-1-h3{
		font-size: 20px;
		line-height: 20px;
	}
	.about-h2{
		font-size:35px;
		line-height:50px;
	}
	.about-p{
		font-size: 16px;
		line-height: 24px;
	}
	.bloc-4-h4{
		font-size:35px;
		line-height:40px;
	}
	.stage1-h3{
		font-size:22px;
		line-height:25px;
	}
	.stage1-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage2-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.stage2-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage3-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.stage3-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage4-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.stage4-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage5-h3{
		font-size: 20px;
		line-height: 26px;
	}
	.stage5-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage6-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage7-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.stage7-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage8-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.stage8-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage9-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.stage9-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage10-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.stage10-p{
		font-size: 16px;
		line-height: 24px;
	}
	.stage11-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.stage11-p{
		font-size: 16px;
		line-height: 24px;
	}
	.entryfee-eng-h2{
		font-size:35px;
		line-height:40px;
	}
	.bloc-28-h2{
		font-size:35px;
		line-height:40px;
	}
	.bloc-30-h2{
		font-size:35px;
		line-height:40px;
	}
	.free-trial-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.free-trial-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.download-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-35-h3{
		font-size: 24px;
		line-height: 24px;
	}
	.register-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-42-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.contact-us-eng-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-47-h3{
		font-size: 20px;
		line-height: 20px;
	}
	.bloc-50-h4{
		font-size: 30px;
		line-height: 40px;
	}
	.stage6-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.bloc-75-h3{
		font-size: 18px;
		line-height: 26px;
	}
	.bloc-75-p{
		font-size: 16px;
		line-height: 24px;
	}
	.entryfee-chi-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.bloc-74-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.bloc-76-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.prizes-bloc-chi-h2{
		font-size: 23px;
		line-height: 33px;
	}
	.bloc-81-h3{
		font-size: 24px;
		line-height: 24px;
	}
	.register-chi-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.remarks-chi-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-86-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.bloc-88-h2{
		font-size: 30px;
		line-height: 40px;
	}
	.contact-h1{
		font-size: 30px;
		line-height: 40px;
	}
	.foundation-navigation-button{
		margin-top:10px;
		margin-left:0px;
	}
	.foundation-image{
		margin-bottom:28px;
	}
	.foundation-header-title{
		margin-top:-110px;
	}
	.foundation-page-title{
		font-size:40px;
		line-height:50px;
	}
	.foundation-about-fact{
		font-size:45px;
		line-height:55px;
	}
	.foundation-project-card{
		padding-left:0px;
	}
	.foundation-landing-card{
		margin-bottom:28px;
	}
	.foundation-event-circle{
		margin:-50px auto 10px auto;
	}
	.foundation-event-card{
		padding-bottom:28px;
	}
	.img-elite-20-style{
		;
	}
	.stage1-h2{
		color:#FF7F00!important;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.foundation-header-title{
		margin-top:-100px;
	}
	.foundation-page-title{
		font-size:35px;
		line-height:45px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.foundation-about-fact{
		font-size:40px;
		line-height:50px;
	}
	.foundation-event-circle{
		background-color:#288E04;
	}
	.foundation-event-title{
	}
	.foundation-event-card{
		;
	}
	.foundation-first-shortcut-column{
		padding-top:28px;
		padding-bottom:28px;
	}
	.foundation-event-card-column-padding{
		padding:0px 0px 0px 0px;
	}
	.service-navigation{
	}
	.navtoggle{
		background-color:rgba(255,255,255,0.70);
		border-color:rgba(255,255,255,0.00)!important;
		color:transparent!important;
		font-family:"Josefin Sans";
		text-shadow:0px 0px 0px #FFFFFF;
		box-shadow:0px 0px 0px #FFFFFF;
	}
	.entryfee-eng-h3{
		font-family:Lato;
		font-weight:700;
	}
	.p-bloc-31-style{
		font-size:16px;
		line-height:22px;
	}
	.p-45-style{
		line-height:22px;
	}
	.p-46-style{
		line-height:22px;
	}
	.entryfee-eng-h2{
		font-size:35px;
		line-height:40px;
	}
	.bloc-28-h2{
		font-size:35px;
		line-height:40px;
	}
	.bloc-30-h2{
		font-size:35px;
		line-height:40px;
	}
	.stage11-h3{
		font-size:22px;
		line-height:27px;
	}
	.stage10-h3{
		font-size:22px;
		line-height:27px;
	}
	.stage1-h3{
		font-size:20px;
	}
	.h3-bloc-29-style{
		font-size:16px;
		line-height:24px;
	}
	.p-46-bloc-34-style{
		font-size:16px;
		line-height:24px;
	}
	.p-47-style{
		font-size:16px;
		line-height:24px;
	}
	.p-48-style{
		font-size:16px;
		line-height:24px;
	}
	.p-prize-eng-style{
		font-size:16px;
		line-height:24px;
	}
	.p-51-style{
		font-size:16px;
		line-height:24px;
	}
	.p-52-style{
		font-size:16px;
		line-height:24px;
	}
	.p-53-style{
		font-size:16px;
		line-height:24px;
	}
	.p-bloc-44-style{
		font-size:16px;
		line-height:24px;
	}
	.p-bloc-45-style{
		font-size:16px;
		line-height:24px;
	}
	.p-56-style{
		font-size:16px;
		line-height:24px;
	}
	.img-siac-a-style{
		width:280px;
	}
	.service-navigation-2{
	}
	.about-h2{
		font-size:30px;
		line-height:35px;
	}
	.p-27629-style{
		font-size:16px;
		line-height:24px;
	}
	.about-h4{
		width:100%;
	}
	.prize-eng-h3{
		font-family:Lato;
		font-weight:900;
	}
	.download-h1{
		font-size:35px;
		line-height:40px;
	}
	.register-h2{
		font-size:35px;
	}
	.contact-us-eng-h1{
		font-size:35px;
		line-height:45px;
	}
	.divider-padding{
		padding-top:12px;
		padding-bottom:12px;
	}
	.p-40-style{
		font-size:16px;
		line-height:24px;
	}
	.img-si-a-style{
		width:250px;
	}
	.service-green-button{
	}
	.service-green-button-2{
		font-size:16px;
	}
	.btn-bloc-37-style{
		width:100%;
	}
	.btn-bloc-37-style:hover{
		color:transparent!important;
	}
	.service-green-button-2:hover{
		background-color:#00630E;
		color:#FFFFFF!important;
	}
	.p-bloc-37-style{
		font-size:16px;
		line-height:24px;
	}
	.p-style{
		font-size:16px;
		line-height:24px;
	}
	
	/* 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;
	}
	
}

