/*   TWC helpers.css v0.1 - thatweb.co - Dec 2020  */




html, body {
    max-width: 100%;
}
main{
}
.wireframe{
    background:rgba(240, 240, 240, 1);
    padding:.6rem 1rem;
}
.breadcrumb{
	background-color: transparent;
	margin:0;
	padding: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .display-1, .display-2, .display-3, .display-4  {
	margin-bottom: 0.5rem;
}
h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span, .display-1 span, .display-2 span, .display-3 span, .display-4 span  {
	color:inherit;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, .display-1 small, .display-2 small, .display-3 small, .display-4 small  {
	display:block;
	font-size: 0.7em;
	color: #6c757d!important;
}
.display-5 {
    font-size: 3rem;
    line-height: 1.2;
}
.display-6 {
    font-size: 2.7rem;
    line-height: 1.2;
}
hr {
    display: block;
	clear: both;
	margin:0;
}

a.btn:active:focus{
	box-shadow:none!important;
}
.btn.shadow-0:hover, .btn.shadow-0:focus, .btn.shadow-0:active{
	box-shadow: none;
}
a.text-black:link{
	color: rgba(34,34,34,1);
}
a.text-black:hover{
	color: rgba(0,102,204,1);
}
button:focus {
    outline: none;
    outline:none;
}
.text-wrap{
	white-space:normal!important;
}
.text-nowrap{
	white-space:nowrap!important;
}
.text-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.text-shadow-white {
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.text-black{
	color: rgba(34,34,34,1);
}
.text-freehand{
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
.truncate{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.z-index-0{
    z-index: 1000;
}
.z-index-10{
    z-index: 1010;
}
.z-index-20{
    z-index: 1020;
}
.z-index-30{
    z-index: 1030;
}
.z-index-40{
    z-index: 1040;
}
.z-index-50{
    z-index: 1050;
}
.device-identifier {
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: 1px dashed #ccc;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}
.device-identifier a {
	color:#fff;
}

strong, b {
    font-weight: 700;
}
.font-weight-light{
    font-weight:300!important;
}
.font-weight-normal{
    font-weight:400!important;
}
.font-weight-bold, strong{
    font-weight:600!important;
}
.rounded-pill-left {
	border-top-left-radius: 50rem!important;
	border-bottom-left-radius: 50rem!important;
}
.rounded-pill-right {
	border-top-right-radius: 50rem!important;
	border-bottom-right-radius: 50rem!important;
}
.rounded-pill {
    border-radius: 50rem!important;
    text-align:center;
}
.animate {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: 	all 0.5s ease-in-out;
	-o-transition: 		all 0.5s ease-in-out;
	transition: 		all 0.5s ease-in-out;
}
.animate-slow {
	-moz-transition: 	all 0.8s ease-in-out;
	-o-transition: 		all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	transition: 		all 0.8s ease-in-out;
}
.animate-fast {
	-moz-transition: 	all 0.2s ease-in-out;
	-o-transition: 		all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: 		all 0.2s ease-in-out;
}
.border-vb{
	border-top:3px solid rgba(0,102,204,1);
}
.border-light {
    border-color: #f1f1f1!important;
}
.border-1{
	border-width: 1px!important;
}
.border-2{
	border-width: 2px!important;
}
.border-3{
	border-width: 3px!important;
}
.border-4{
	border-width: 4px!important;
}
.border-5{
	border-width: 5px!important;
}
.border-10{
	border-width: 10px!important;
}
.shadow-0 {
	box-shadow: none;
}
.shadow {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.shadow-2 {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.shadow-3 {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.shadow-4 {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.shadow-5 {
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.vh-10 {
	min-height:10vh;
}
.vh-20 {
	min-height:20vh;
}
.vh-25 {
	min-height:25vh;
}
.vh-30 {
	min-height:30vh;
}
.vh-40 {
	min-height:40vh;
}
.vh-50 {
	min-height:50vh;
}
.vh-60 {
	min-height:60vh;
}
.vh-70 {
	min-height:70vh;
}
.vh-75 {
	min-height:75vh;
}
.vh-80 {
	min-height:80vh;
}
.vh-90 {
	min-height:90vh;
}
.vh-100 {
	min-height:100vh;
}
.mx-50, .mx-60, .mx-70, .mx-80, .mx-90{
	margin-left:15px!important;
	margin-right:15px!important;
}
.bg-cover{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-cover-x{
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-cover-y{
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-fixed{
	background-attachment: fixed!important;
}
.bg-pos-t{
	background-position: center top;
}
.bg-pos-c{
	background-position: center center;
}
.bg-pos-b{
	background-position: center bottom;
}
.bg-black-grad-tb {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.555) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.555) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.555) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.bg-black-grad-bt {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.555) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.555) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.555) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.bg-black-trans{
	background-color: rgba(0,0,0,0.5)!important;
}
.border-trans{
	border: 1px solid rgb(222,226,230,0.5)!important;
}
.bg-black-5 {
	background-color:	rgba(0, 0, 0, 0.05);
}
.bg-black-10 {
	background-color:	rgba(0, 0, 0, 0.1);
}
.bg-black-20 {
	background-color:	rgba(0, 0, 0, 0.2);
}
.bg-black-25 {
	background-color:	rgba(0, 0, 0, 0.25);
}
.bg-black-30 {
	background-color:	rgba(0, 0, 0, 0.3);
}
.bg-black-40 {
	background-color:	rgba(0, 0, 0, 0.4);
}
.bg-black-50 {
	background-color:	rgba(0, 0, 0, 0.5);
}
.bg-black-60 {
	background-color:	rgba(0, 0, 0, 0.6);
}
.bg-black-70 {
	background-color:	rgba(0, 0, 0, 0.7);
}
.bg-black-75 {
	background-color:	rgba(0, 0, 0, 0.75);
}
.bg-black-80 {
	background-color:	rgba(0, 0, 0, 0.8);
}
.bg-black-90 {
	background-color:	rgba(0, 0, 0, 0.9);
}
.bg-black-100 {
	background-color:	rgba(0, 0, 0, 1);
}
.bg-white-10 {
	background-color:	rgba(255, 255, 255, 0.1);
}
.bg-white-20 {
	background-color:	rgba(255, 255, 255, 0.2);
}
.bg-white-25 {
	background-color:	rgba(255, 255, 255, 0.25);
}
.bg-white-30 {
	background-color:	rgba(255, 255, 255, 0.3);
}
.bg-white-40 {
	background-color:	rgba(255, 255, 255, 0.4);
}
.bg-white-50 {
	background-color:	rgba(255, 255, 255, 0.5);
}
.bg-white-60 {
	background-color:	rgba(255, 255, 255, 0.6);
}
.bg-white-70 {
	background-color:	rgba(255, 255, 255, 0.7);
}
.bg-white-75 {
	background-color:	rgba(255, 255, 255, 0.75);
}
.bg-white-80 {
	background-color:	rgba(255, 255, 255, 0.8);
}
.bg-white-90 {
	background-color:	rgba(255, 255, 255, 0.9);
}
.bg-white-100 {
	background-color:	rgba(255, 255, 255, 1);
}
.tint-bw{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.tint-color{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: brightness(1);
}
.tint-dark{
    -webkit-filter: brightness(.2);
    filter: brightness(.2);
}
.blur{
    filter: blur(3px);
}
.float-tl{
	position:absolute;
	top: .5rem;
	left: .5rem;
}
.float-tr{
	position:absolute;
	top: .5rem;
	right: .5rem;
}
.float-bl{
	position:absolute;
	bottom: .5rem;
	left: .5rem;
}
.float-br{
	position:absolute;
	bottom: .5rem;
	right: .5rem;
}
.blockquote-footer::before {
    content: "";
}


.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}






/*  FORMS  */
.form-control:focus, .custom-select:focus {
	outline: none;
	box-shadow: none;
}


.columns-2, .columns-3, .columns-4, .columns-5, .columns-6 {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	-webkit-column-break-inside: avoid-column;
    page-break-inside: avoid-column;
    break-inside: avoid-column;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.columns-2 {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	.columns-3 {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
	}
	.columns-4 {
		columns: 4;
		-webkit-columns: 4;
		-moz-columns: 4;
	}
	.columns-5 {
		columns: 5;
		-webkit-columns: 5;
		-moz-columns: 5;
	}
	.columns-6 {
		columns: 6;
		-webkit-columns: 6;
		-moz-columns: 6;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {	
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*Extra Extra large devices (large desktops, 1920px and up)*/
@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
	.mx-50{
		margin-left:25%!important;
		margin-right:25%!important;
	}
	.mx-60{
		margin-left:20%!important;
		margin-right:20%!important;
	}
	.mx-70{
		margin-left:15%!important;
		margin-right:15%!important;
	}
	.mx-80{
		margin-left:10%!important;
		margin-right:10%!important;
	}
	.mx-90{
		margin-left:5%!important;
		margin-right:5%!important;
    }
}