.woocommerce .btSidebar a.button {
	font-size: 0.7em !important;
	padding: 0.9em 0.9em !important;
}

/* delete above maybe */
.bannerLink {
  color: #ffffff;
  animation-name: bannerText;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@keyframes bannerText {
  0% {color: #ffffff;}
  50% {color: #0ad9ff;}
  100% {color: #ffffff;}
}

.sub-menu {
  left: 0 !important;
}

.btLightDarkHeader .mainHeader, .btLightDarkHeader .btVerticalHeaderTop {
  background-color: #000000;
}

.imageFull img {
	width: 100%;
	height: auto;
}
.imageStats {
	width: 100% !important;
	max-width: 250px !important;
	height: auto !important;
}

.centervideo {
	width: 100%;
	height:auto;
	margin: 0 auto;
}
.centercontainer {
	max-width: 1280px;
	margin: 0 auto;
}
.myButton {
  margin: 5px !important;
	background-color:#0adaff;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border: 3px solid #0ad9ff;
	display:inline-block;
	cursor:pointer;
	color: #ffffff !important;
	font-size: 0.9rem;
	font-weight:bold;
	padding:10px 24px;
  margin: 20px;
	text-decoration:none;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.myButton:link .myButton:active .myButton:visited {
	background-color:#0ad9ff;
  color: #ffffff !important;
}
.myButton:hover {
	background-color:#000000;
  color: #0ad9ff !important;
}

.btArticleCategories {
  display:none;
}
.widget_shopping_cart {
  display: relative !important;
  padding: 0px !important;
}
.widget_shopping_cart_content {
  color: #0ad9ff;
  font-size: 1.4em;
  float: right;
  padding: 2px !important;
}

.cart_list .product_list_widget {
  padding: 5px !important;
  left: 5px;
}
.btCartWidgetInnerContent {
  font-size: 1em !important;
  padding: 8px !important;
  right: 15px !important;
}

.gradientBg {
	background-image: linear-gradient(45deg, #6a4389, #093a5b);
}
.gradientHeader {
	font: bold 6rem sans-serif;
	line-height: 5rem;
	background-image: linear-gradient(to right, #6a4389, #093a5b);
	background-clip: text;
	background-size: cover;
	display: inline-block;
	color: transparent;
	-webkit-background-clip: text;
	margin-bottom: 8px;
}

.gradientBlockSolid {
	border-radius: 25px;
	margin: 16px;
	padding: 16px;
	background-image: linear-gradient(45deg, #6a4389, #093a5b);
}
.gradientBlockOutline {
	background: linear-gradient(black, black) padding-box,
              linear-gradient(45deg, #bd7df4, #0ad9ff) border-box;
  	border-radius: 25px;
  	border: 4px solid transparent;
	margin: 24px;
	padding: 16px;
}

.lineSolid {
  width: 100%;
  height: 3px;
	line-height: 0.1em;
	border-bottom: 3px solid transparent;
	text-align: center;
	margin: 20px 0;
	background: linear-gradient(black, black) padding-box,
              linear-gradient(to right, #bd7df4, #0ad9ff, #bd7df4) border-box;
}

.lineHeaderContainer {
	width: 100%;
	height: 13px;
	line-height: 0.1em;
	border-bottom: 3px solid transparent;
	text-align: center;
	margin: 20px 0;
	background: linear-gradient(black, black) padding-box,
              linear-gradient(to right, #bd7df4, #0ad9ff, #bd7df4) border-box;
}
.lineHeader {
	background-color: #000000;
	padding: 10px 10px;
	padding-top: 10px;
	color: #0ad9ff;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline-block;
}

.blockWhiteSolid {
	border-radius: 25px;
	background: #ffffff;
}
.blockImageSolid {
	border-radius: 25px;
	padding: 40px !important;
}
.blockGradientSolid {
	border-radius: 25px;
	background-image: linear-gradient(45deg, #6a4389, #093a5b);
}
.blockGradientGreySolid {
	border-radius: 25px;
	background-image: linear-gradient(45deg, #96afb8, #313944);
}
.blockGradientOutline {
	background: linear-gradient(black, black) padding-box,
              linear-gradient(45deg, #bd7df4, #0ad9ff) border-box;
  border-radius: 25px;
  border: 4px solid transparent;
}
.flexContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 12px;
}
.flexContainerCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 12px;
}
.flexItem {
  padding: 12px;
  height: 100%;
}
.flexCol6 {
  width: 100%;
  max-width: 16.66%;
  flex: auto;
  padding: 12px;
}
.flexCol5 {
  width: 100%;
  max-width: 20%;
  flex: auto;
  padding: 12px;
}
.flexCol4 {
  width: 100%;
  max-width: 25%;
  flex: auto;
  padding: 12px;
}
.flexCol4-1 {
  width: 100%;
  max-width: 25%;
  flex: auto;
  padding: 12px;
}
.flexCol3 {
  width: 100%;
  max-width: 33.33%;
  flex: auto;
  padding: 12px;
}
.flexCol2 {
  width: 100%;
  max-width: 50%;
  flex: auto;
  padding: 12px;
}
.flexCol1 {
  width: 100%;
  flex: auto;
  padding: 12px;
}
.flexCol33 {
  width: 100%;
  max-width: 66.66%;
  flex: auto;
  padding: 12px;
}
.flexCol3-3 {
  width: 100%;
  max-width: 33.33%;
  flex: auto;
  padding: 12px;
}
.flexInnerContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}
.flexInnerContainerCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px;
}
.flexInner1 {
  width: 100%;
  max-width: 100%;
  flex: auto;
  padding: 4px;
}
.flexInner2 {
  width: 100%;
  max-width: 50%;
  flex:auto;
  padding: 4px;
}
.flexInner3 {
  width: 100%;
  max-width: 33.33%;
  flex: auto;
  padding: 4px;
}
.flexInner33 {
  width: 100%;
  max-width: 66.66%;
  flex: auto;
  padding: 4px;
}

.projectTitleBlock {
  padding: 40px 0px 40px 36px;
}

.footerTitle {
  font-weight: bold;
  letter-spacing: 2px;
}
.footerCol {
  width: 50%;
}
.footerCol p {
  margin: 0.5rem 0rem;
  line-height: 1rem;
}

h1 {
	font-size: 6rem;
	font-weight: 700;
	line-height: 6.5rem;
	padding: 0;
}
h2 {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 4rem;
}
h3 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 3.5rem;
}
h4 {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 3rem;
}
h5 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.5rem;
}
h6 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2rem;
}
p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
}
li {
  font-weight: 400;
}
.pBold {
	font-weight: bold;
}
.pUnderline {
	text-decoration: underline;
}

.teamNames {
  font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.1rem;
}

.colorGradientDark {
	background-image: linear-gradient(to right, #6a4389, #093a5b);
	background-clip: text;
	background-size: cover;
	color: transparent;
	display: inline-block;
	-webkit-background-clip: text;
}
.colorGradientLight {
	background-image: linear-gradient(to right, #bd7df4, #0ad9ff);
	background-clip: text;
	background-size: cover;
	color: transparent;
	display: inline-block;
	-webkit-background-clip: text;
}
.colorGreyDark {
	color: #313944;
}
.colorGreyLight {
	color: #96afb8;
}
.colorBlueDark {
	color: #093a5b;
}
.colorBlueLight {
	color: #0ad9ff;
}
.colorPurpleDark {
	color: #6a4389;
}
.colorPurpleLight {
	color: #bd7df4;
}
.colorWhite {
  color: #ffffff;
}
.colorBlack {
  color: #000000;
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
	font-size: 1rem;
	font-weight: 600;
}
.bt_bb_service .bt_bb_service_content_text {
	font-size: 1rem;
	font-weight: 400;
}
.bt_bb_counter_holder .bt_bb_counter_content .bt_bb_counter_box .bt_bb_counter_content_title .bt_bb_counter_title {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

@media (max-width: 960px) {
	h1 {
		font-size: 4rem;
		font-weight: 700;
		line-height: 4rem;
	}
	h2 {
		font-size: 2.5rem;
		font-weight: 600;
		line-height: 3rem;
	}
	h3 {
		font-size: 2rem;
		font-weight: 600;
		line-height: 2.5rem;
	}
	h4 {
		font-size: 1.6rem;
		font-weight: 600;
		line-height: 2.1rem;
	}
	h5 {
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 1.9rem;
	}
	h6 {
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.7rem;
	}
	.teamNames {
    font-size: 1.4rem;
	  font-weight: 600;
	  line-height: 1.9rem;
	}
	.flexCol6 {
	  max-width: 50%;
	}
	.flexCol5 {
	  max-width: 100%;
	}
	.flexCol4 {
	  max-width: 50%;
	}
	.flexCol4-1 {
	  max-width: 100%;
	}
	.flexCol3 {
	  max-width: 100%;
	}
	.flexCol2 {
	  max-width: 100%;
	}
	.flexCol33 {
	  max-width: 100%;
	}
}