a {
	outline: none !important; 
	-moz-outline-style: none !important;
}

* {
	margin: 0;
	padding: 0;
}

.color-green {
	color: #1D908C;
}

.color-green-ok {
	color: #44c821;
}

.color-blue-ok {
	color: #0d6efd;
}

.color-red {
	color: #BC3351;
}

.color-gray {
	color: #DADADA;	
}

.color-orange {
	color: #E76E0A;	
}

.bg-gray {
	background-color: #f7f7f7;
}


@media (min-width:768px) {
	.text-md-left {
		text-align:left!important
	}
	.text-md-right {
		text-align:right!important
	}
	.text-md-center {
		text-align:center!important
	}

 	.pt-7-io {
 		padding-top: 7rem!important;
 	}
 	.pt-6-io {
 		padding-top: 6rem!important;
 	}
}
@media (min-width:992px) {
	.text-lg-left {
		text-align:left!important
	}
	.text-lg-right {
		text-align:right!important
	}
	.text-lg-center {
		text-align:center!important
	}
	.pt-7-io {
		padding-top: 7rem!important;
	}
	.pt-6-io {
 		padding-top: 6rem!important;
 	}
}
@media (min-width:1200px) {
	.text-xl-left {
		text-align:left!important
	}
	.text-xl-right {
		text-align:right!important
	}
	.text-xl-center {
		text-align:center!important
	}
	.pt-7-io {
		padding-top: 7rem!important;
	}
	.pt-6-io {
 		padding-top: 6rem!important;
 	}
}


.hero__scroll {
	position: absolute;
	#bottom: 60px;
	width: 200px;
	margin: auto;
	display: block;
	cursor: pointer;
	padding-bottom: 40px;
	left: 0;
	right: 0;
	#text-transform: uppercase;
}
	.hero__scroll .chevron {
	margin-top: 20px;
	display: block;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	color: #BC3351;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}



.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: top;
	width: 20px;
}

.chevron.right:before {
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nbcs {
	-webkit-transition: box-shadow .25s ease, -webkit-transform .25s ease;
	transition: box-shadow .25s ease, -webkit-transform .25s ease;
	transition: box-shadow .25s ease, transform .25s ease;
	transition: box-shadow .25s ease, transform .25s ease, -webkit-transform .25s ease
}

.nbcs:focus,
.nbcs:hover {
	box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1)!important;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0)
}

.nbcs-lg:focus,
.nbcs-lg:hover {
	box-shadow: 0 2rem 5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .05)!important;
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0)
}

.shadow-nbcs {
	box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1)!important
}


.btn-primary-cs {
	background-color: rgba(29, 144, 140, .1);
	color: #1A716E;
}

.btn-primary-cs:focus,
.btn-primary-cs:hover {
	background-color: rgba(29, 144, 140, .15);
	color: #1A716E;
}

.btn-primary-cs.active {
	background-color: rgba(29, 144, 140, .15);
	color: #1A716E;
}