@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
body {
    line-height: 1.3em;
    text-align: left;
    letter-spacing: 0;
    font-weight: 400;
   font-size: 1rem;
    font-family: Poppins, sans-serif;
    background: #ffffff;
    color: #333333 !important;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #333333;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #333333;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}


h1{font-size:2rem; }
h2{font-size:1.7rem;}
h3{font-size:1.5rem;}
h4{font-size:1.3rem;}
h5{font-size:1.1rem;}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif;
    margin: 0px 0px 0px;
    font-weight: 600 !important;
}
.ui-datepicker    {z-index: 2000 !important;}
.keytop	{display:none;}

.small {font-size:0.7rem;}
.xl	{font-size:1.3rem}
.sitecolour	{color: #112327!important;}
.sitecolour1, .sitecolour1 a	{color: #56BD92!important;}
.sitecolouroutdoor, .sitecolouroutdoor a	{color: #D73232!important;}
.sitecolourindoor, .sitecolourindoor a	{color: #2698EB!important;}
.sitecolourfastpark, .sitecolourfastpark a{color: #925A9F!important;}
.bgsite	{background:#112327!important; color:#FFF}
.bgsite a	{color:#FFF}
.bgsite1	{background:#56BD92!important;color:#FFF}
.bgsite2	{background:#2C7054!important;color:#FFF}
.bgsiteoutdoor	{background:#D73232!important; color:#FFF}
.bgsiteindoor	{background:#2698EB!important; color:#FFF}
.bgsitefastpark	{background:#925A9F!important; color:#FFF}
.btn-out		{background:#D73232; color:#ffffff !important; border: 1px solid #112327;}
.btn-in	{background:#2698EB; color:#ffffff !important;border: 1px solid #112327;}
.btn-meet	{background:#925A9F; color:#ffffff !important;border: 1px solid #112327;}
.bgsite1 #quoteform	{color:#112327; }
.bgsite1 #quoteform .card	{background:#56BD92!important;color:#112327; border: 1px solid #ffffff;}
.bgsite1 #quoteform .card.prices	{font-size:1.2rem; font-weight: 600 !important;}
.logo    {position: relative; width:160px;}
.sitelogo    {position: relative; width:120px;}
.navbar-brand {font-weight: 600}
.tag    {text-align: center}
.tag h1   {font-size:1.5rem;}
.tag .flags   {display: block; margin-top: 10px;}
.tag .flags img   {width:40px;}
.flags   {display: block; margin-top: 10px;}
.flags img   {width:40px; margin-right: 4px;}
#quoteform img     {width:40px; margin-left:5px}
.prices   {width:90%}
.prices  td  {border-bottom: 1px solid #dddddd}
.footer img     {width:60px; margin-right:5px; margin-bottom: 5px;}
.footer .telicons    {text-align:left}
.footer .web   {text-align: center}

@media only screen and (min-width:576px) {
#quoteform img     {width:45px;}
}

@media only screen and (min-width:768px) {
.logo    {position: absolute; top:-26px; width:120px;}
.sitelogo    {position: absolute; top:-13px; width:110px;}
.tag    {text-align:right;}
.tag .flags   {display: inline; margin-left: 10px;margin-top: 0px;}
.flags   {display: inline; margin-left: 10px;margin-top: 0px;}
.header .icons img   {width:70px;}
.header .icons   {font-weight: 500; font-size: 1.1rem}   

}

@media only screen and (min-width:992px) {
.bgsite1 #quoteform .card.prices	{font-size:1.1rem;}
.footer img     {margin-bottom: 0px;}
.footer .web   {text-align:right}
}
@media only screen and (min-width:1200px) {
}