/*
 * bluetinweb custom css additions to helix custom code template
 * 22-02-2023
 */
@charset "UTF-8";

/* 1. CUSTOM CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futura.eot');
    src: url('../fonts/futura.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura.woff2') format('woff2'),
         url('../fonts/futura.woff') format('woff'),
         url('../fonts/futura.ttf') format('truetype'),
         url('../fonts/futura.svg#futuramedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lightregular';
    src: url('../fonts/futura-light.eot');
    src: url('../fonts/futura-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-light.woff2') format('woff2'),
         url('../fonts/futura-light.woff') format('woff'),
         url('../fonts/futura-light.ttf') format('truetype'),
         url('../fonts/futura-light.svg#futura_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lightoblique';
    src: url('../fonts/futura-lightoblique.eot');
    src: url('../fonts/futura-lightoblique.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-lightoblique.woff2') format('woff2'),
         url('../fonts/futura-lightoblique.woff') format('woff'),
         url('../fonts/futura-lightoblique.ttf') format('truetype'),
         url('../fonts/futura-lightoblique.svg#futura_lightoblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,p,a {
font-family: 'futura_lightregular', Fallback, sans-serif;
font-size: 1.1rem;
}

h1,h2,h3,h4,h5,h6 {
font-family: 'futuramedium', Fallback, sans-serif;
}

h1 {
font-size: 1.7rem;
}

h2 {
font-size: 1.5rem;
}

h3 {
font-size: 1.4rem;
}

h4 {
font-size: 1.3rem;
}

h5 {
font-size: 1.2rem;
}

h6 {
font-size: 1.1rem;
}

#sp-menu a {
font-size: 1.3rem;
}

.blax {
color: #333333;
}

.graze {
color: #AAAAAA;
}

.maroon1 {
color: #830B1C;
}

.purple1 {
color: #CC99FE;
}

.bluze{
color: #0099FF;
}

.bold-blue{
color: #0099FF;
font-weight: bolder;
}

.light-blue {
color: #61B3FF;
}

.redz{
color: #FF4D5A;
}

.bold-red{
color: #FF4D5A;
font-weight: bolder;
}

.light-red {
color: #FF9191;
}

.pad20 {
padding: 20px;
}

.indent20 {
padding-left: 20px;
}

.line-height10 {
line-height: 10px;
}

.line-height12 {
line-height: 12px;
}

.line-height15 {
line-height: 15px;
}

.b12px {
font-size: 12px;
}

.b14px {
font-size: 14px;
}

.b16px {
font-size: 16px;
}

.b18px {
font-size: 18px;
}

.b20px {
font-size: 20px;
}

.b22px {
font-size: 22px;
}

.moreBold {
font-weight: bolder;
}

.clearB {
clear: both;
}
.clearL {
clear: left;
}
.clearR {
clear: right;
}

.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-italic {
font-style: italic;
}

.underline {
text-decoration: underline;
}

.firstcharacter {
float: left; 
color: #006600; 
font-size: 75px; 
line-height: 60px; 
padding-top: 4px; 
padding-right: 8px; 
padding-left: 3px; 
font-family: Georgia; 
}

/* Image Styles
---------------------------------------------------------------------------- */

.img-right, 
.img-left, 
.img-rounded { 
	vertical-align: middle; 
	max-width:100%; height:auto; 
	-ms-interpolation-mode:bicubic; 
}

/* Image Right */

.img-right { 
  float: right; 
  margin: 0 0 10px 30px; 
}

@media handheld, only screen and (max-width: 480px) {
  .img-right { 
    float: none; 
    margin: 0; 
  }
}

/* Image Left */

.img-left { 
  float:left; 
  margin: 0 30px 10px 0; 
}

@media handheld, only screen and (max-width: 480px) {
  .img-left { 
    float: none; 
    margin: 0; 
  }
}

/* Image Center */

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  margin-bottom: 21px;
}

/* Image Rounded */

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Image Circle */

.img-circle {
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Image Polaroid */

.img-polaroid-dark { 
	padding: 7px; 
	background-color: #222;
	border: 1px solid #444;
}

.img-polaroid { 
	padding: 7px; 
	background-color: #eee;
	border: 1px solid #ddd;
}

/* Image Shadow */

.img-shadow-dark {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.77);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.77); 
  box-shadow: 0 0 5px rgba(0,0,0,.77); 
}

.img-shadow {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.47);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.47);
  box-shadow: 0 0 5px rgba(0,0,0,.47);
}
.img-shadow.img-right {
  margin-right: 7px;
}
.img-shadow.img-left {
  margin-left: 7px;
}

/* footer Styles
---------------------------------------------------------------------------- */

.footer:hover{
font-weight: bold;	
}

/* layout Styles
---------------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 480px) {
  .bannerClass { 
    display: none; 
  }
}

.move-center {
margin-left: auto; 
margin-right: auto;
width: fit-content;
}

#osmap.osmap-sitemap {
margin-left: auto; 
margin-right: auto;
width: fit-content;
}

/* submenu Styles
---------------------------------------------------------------------------- */

.sp-megamenu-parent .sp-mega-group > li > a{
text-transform: none;
padding-top: 5px; 
padding-bottom: 5px;
padding-left: 10px; 
padding-right: 10px;
}

.sp-megamenu-parent .sp-mega-group > li > a:hover{
color: #e4042d !important;
background: #f2f2f2;
}

/* layout Styles
---------------------------------------------------------------------------- */

#sp-top-bar {
border-bottom: 2px solid #000000;
}

#sp-top-bar a {
font-size: 1rem;
}

#sp-main-body {
padding: 100px 50px;
}

@media handheld, only screen and (max-width: 480px) {
	#sp-main-body {
	padding: 50px 0px;
	}
}

#sp-footer, #sp-bottom {
border-top: 2px solid #000000;
}

#sp-footer a, #sp-bottom a, #sp-footer p, #sp-bottom p {
font-size: 1rem;
}

/* button Styles
---------------------------------------------------------------------------- */
.button-89 {
  --b: 3px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #373B44;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}

.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}

.button-62 {
  background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
  border: 0;
  border-radius: 12px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-62:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.button-62:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

/* btw image container
---------------------------------------------------------------------------- */

.btw-container {
margin: 10px 10px;
text-align: center;
border: 0px solid #ffffff;
}

.btw-container:hover {
border: 0px solid #ffffff;
}

.btw-subcontainer {
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background: #ffffff;
border-bottom: 1px solid #eeeeee;
}

.btw-subcontainer:hover {

}

.btw-image img {
margin: 0 auto;
padding: 10px 0;
text-align: center;
clear: both;
background-color: #fff;
padding-bottom: 20px;
}

span.btw-image-name {
display: block;
margin-bottom: 5px;
font-size: 1.5rem;
font-weight: 500;
line-height: 2.0;
color: #035404;
}

span.btw-image-author {
display: block;
margin-bottom: 5px;
font-weight: 500;
line-height: 1.5;
color: #666666;
font-style: italic;
}

span.btw-image-medium {
display: block;
margin-bottom: 5px;
font-weight: 500;
line-height: 1;
color: #222222;
}

span.btw-image-price {
display: block;
margin-bottom: 5px;
font-size: 1.5rem;
font-weight: 500;
line-height: 1;
padding: 0px 0px 10px 0px;
}

.for-sale {
color: #035404 !important;
}

.sold {
color: #FF4D5A !important;
}

.btw-image-listing {
float: left;
width: 100%;
}

.btw-row {
margin-left: -15px;
margin-right: -15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.btw-row-fluid {
list-style: none;
text-rendering: optimizespeed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.btw-md-1, .btw-md-2, .btw-md-3, .btw-md-4, .btw-md-5, .btw-md-6, .btw-md-7, .btw-md-8, .btw-md-9, .btw-md-10, .btw-md-11, .btw-md-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media (min-width:992px) {
	.btw-md-1, .btw-md-2, .btw-md-3, .btw-md-4, .btw-md-5, .btw-md-6, .btw-md-7, .btw-md-8, .btw-md-9, .btw-md-10, .btw-md-11, .btw-md-12 { float: left; }
	.btw-md-12 { width:100%; }
	.btw-md-11 { width:91.66666667%; }
	.btw-md-10 { width:83.33333333%; }
	.btw-md-9 { width:75%; }
	.btw-md-8 { width:66.66666667%; }
	.btw-md-7 { width:58.33333333%; }
	.btw-md-6 { width:50%; }
	.btw-md-5 { width:41.66666667%; }
	.btw-md-4 { width:33.33333333%; }
	.btw-md-3 { width:25%; }
	.btw-md-2 { width:16.66666667%; }
	.btw-md-1 { width:8.33333333%; }
}

.btw-container:before,
.btw-container:after,
.btw-container-fluid:before,
.btw-container-fluid:after,
.btw-row:before,
.btw-row:after,
.btw-row-fluid:before,
.btw-row-fluid:after {
	content: " ";
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btw-container:after,
.btw-container-fluid:after,
.btw-row:after,
.btw-row-fluid:after {
	clear: both;
}

