/*   TWC helpers.css v1.1 - thatweb.co - March 2020  */
/*   For - barbers.css  */




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  {
}
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: 70%;
	color: #6c757d;
}
.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;
}
.pointer:hover, a:hover{
    cursor: pointer;
}
a.btn:focus, 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)!important;
}
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)!important;
}
.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;
	left: 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 a {
    font-weight: 700!important;
}
strong, b {
    font-weight: 700;
}
.font-weight-light{
    font-weight:300!important;
}
.font-weight-normal{
    font-weight:400!important;
}
.font-weight-bold{
    font-weight:700!important;
}
.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!important;
}
.shadow-hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.0), 0 10px 10px rgba(0,0,0,0.0);
    transition: all 0.3s ease-in-out;
}
.shadow-hover:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.05);
	transition: all 0.3s ease-in-out;
}
.avoid-clicks {
    pointer-events: none;
}
.border-hover{
	border:1px solid transparent;
	transition: all 0.3s ease-in-out;
}
.border-hover:hover{
	border:1px solid #eee;
	transition: all 0.3s ease-in-out;
}

.border-dashed-hover{
	border:1px dashed transparent;
	transition: all 0.3s ease-in-out;
}
.border-dashed-hover:hover{
	border:1px dashed #eee;
	transition: all 0.3s ease-in-out;
}

.bg-white-hover{
	background-color: rgba(255,255,255,0);
	transition: all 0.3s ease-in-out;
}
.bg-white-hover:hover{
	background-color: rgba(255,255,255,1);
	transition: all 0.3s ease-in-out;
}
.bg-light-hover{
	background-color: rgba(255,255,255,0);
	transition: all 0.3s ease-in-out;
}
.bg-light-hover:hover{
	background-color: rgba(255,255,255,.075);
	transition: all 0.3s ease-in-out;
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {	
	.dark-light-hover{
		filter: brightness(.25);
		transition: all .8s ease-in-out;
	}
	.dark-light-hover:hover{
		filter: brightness(1);
		transition: all .8s ease-in-out;
	}
}
.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;
}
.img-cover{
    object-fit: cover;
}
.img-contain{
    object-fit: contain;
}
.bg-contain{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.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-blur{
	backdrop-filter: blur(7px);
}
.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)!important;
}
.bg-black-10 {
	background-color:	rgba(0, 0, 0, 0.1)!important;
}
.bg-black-20 {
	background-color:	rgba(0, 0, 0, 0.2)!important;
}
.bg-black-25 {
	background-color:	rgba(0, 0, 0, 0.25)!important;
}
.bg-black-30 {
	background-color:	rgba(0, 0, 0, 0.3)!important;
}
.bg-black-40 {
	background-color:	rgba(0, 0, 0, 0.4)!important;
}
.bg-black-50 {
	background-color:	rgba(0, 0, 0, 0.5)!important;
}
.bg-black-60 {
	background-color:	rgba(0, 0, 0, 0.6)!important;
}
.bg-black-70 {
	background-color:	rgba(0, 0, 0, 0.7)!important;
}
.bg-black-75 {
	background-color:	rgba(0, 0, 0, 0.75)!important;
}
.bg-black-80 {
	background-color:	rgba(0, 0, 0, 0.8)!important;
}
.bg-black-90 {
	background-color:	rgba(0, 0, 0, 0.9)!important;
}
.bg-black-100 {
	background-color:	rgba(0, 0, 0, 1)!important;
}
.bg-white-10 {
	background-color:	rgba(255, 255, 255, 0.1)!important;
}
.bg-white-20 {
	background-color:	rgba(255, 255, 255, 0.2)!important;
}
.bg-white-25 {
	background-color:	rgba(255, 255, 255, 0.25)!important;
}
.bg-white-30 {
	background-color:	rgba(255, 255, 255, 0.3)!important;
}
.bg-white-40 {
	background-color:	rgba(255, 255, 255, 0.4)!important;
}
.bg-white-50 {
	background-color:	rgba(255, 255, 255, 0.5)!important;
}
.bg-white-60 {
	background-color:	rgba(255, 255, 255, 0.6)!important;
}
.bg-white-70 {
	background-color:	rgba(255, 255, 255, 0.7)!important;
}
.bg-white-75 {
	background-color:	rgba(255, 255, 255, 0.75)!important;
}
.bg-white-80 {
	background-color:	rgba(255, 255, 255, 0.8)!important;
}
.bg-white-90 {
	background-color:	rgba(255, 255, 255, 0.9)!important;
}
.bg-white-100 {
	background-color:	rgba(255, 255, 255, 1)!important;
}
.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: "";
}



.shadow-0{
    box-shadow: none!important;
}
.shadow-hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.0), 0 10px 10px rgba(0,0,0,0.0);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.shadow-hover:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.05);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.img-blur-1{
    filter: blur(.5rem);
    transform: scale(1.05);
}
.img-blur-2{
    filter: blur(1rem);
    transform: scale(1.53);
}
.img-blur-3{
    filter: blur(2rem);
    transform: scale(1.05);
}
.img-blur-4{
    filter: blur(3rem);
    transform: scale(1.05);
}

.img-overlay{
    margin: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding:1rem;
}
.flex-center{
	display:flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
}
.btn-sm{
    font-size: .8rem;
}
.btn-lg{
    font-size: 1.3rem;
}

.bg-trans{
    background-color: transparent!important;
}

.btn.disabled:hover{
    cursor:not-allowed;
}

.small{
	font-size:80%;
}
.smaller{
	font-size:75%;
}

.columns-2, .columns-3, .columns-4, .columns-5, .columns-6 {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}
/*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;
	}
}

.opacity-0{
	opacity: 0!important;
}
.opacity-1{
	opacity: 1!important;
}

/*  GROW  */
.grow{
    overflow:hidden;
}
.grow, .grow img{
    transition: all 1s ease-in-out;
}
.grow img{
    transform: scale(1) rotate(0deg);
}
.grow:hover{
    transition: all .2s ease-in;
    z-index:1;
}
.grow:hover img:not(.nogrow), .grow a:hover +img{
    transition: all .8s ease-out;
    transform: scale(1.1) rotate(2deg);
}



/*  RISE  */
.rise{
    position: relative;
    bottom:0;
  	transition: all 0.3s ease-in-out;
}
.rise:hover{
    bottom: 3px;
    transition: all 0.3s ease-in-out;
}
.rise-0:hover{
    bottom: 0;
}



/*  TOASTS  */
.toast-positioner{
    position: fixed;
    display: flex;
    flex-direction: column;
    padding:15px;
    z-index: 1050;
}
.toast-positioner[data-position='tl']{
    top:20px;
    left:0;
}
.toast-positioner[data-position='tr']{
    top:20px;
    right:0;
}
.toast-positioner[data-position='bl']{
    bottom:0;
    left:0;
}
.toast-positioner[data-position='br']{
    bottom:0;
    right:0;
}
.toast{
    width:300px;

}


/*  FORMS  */
.form-control:focus, .custom-select:focus {
	outline: none;
	box-shadow: none;
}

.form-control-xs {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem .25rem 1.5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.custom-checkbox.form-control-xs label{
    padding-top:.1rem;
}



.modal-lg {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.modal-xl {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.modal-fluid {
    width: calc(100% - 20px);
    max-width: 2000px;
    margin: 0 auto;
}


.alert-sm {
    padding: .25rem .5rem;
    font-size:80%;
}
.alert p{
    margin-bottom:.5rem;
}
.alert p:last-child{
    margin-bottom:0;
}

a.showmore[data-toggle="collapse"].collapsed:before{
    content:"Show More";
    white-space: nowrap;
}
a.showmore[data-toggle="collapse"]:before{
    content:"Show Less";
    white-space: nowrap;
}
a.showmore[data-toggle="collapse"].collapsed i{
    transform: rotate(0);
}
a.showmore[data-toggle="collapse"] i{
    transform: rotate(-180deg);
    transition: all .2s ease-in-out;
}



/*   LOADING SPINNER   */
.is-spinning{
	position: relative;
}
.is-spinning>span:first-child{
	opacity: 0;
}
.is-spinning>span:last-child{
	position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}







/*   -  -  -  -   R E S P O N S I V E    -  -  -  -  */





/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*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, 1921px and up)*/
@media (min-width: 1500px) {
    .container {
        max-width: 80%;
    }
    .container-fluid {
        max-width: 90%;
    }
	.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;
    }
}