@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap');

html, body { 
	width: 100vw; 
	height: 100vh; 
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size-adjust: none;
    -moz-font-size-adjust: none;
    -webkit-font-size-adjust: none; 
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
body { 
	overflow-x: hidden;
	display: grid;
	grid-template-rows: 1fr auto auto;
	scroll-behavior: smooth;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 590;
	color: var(--color-2);
	background-color: transparent;
}
header div {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}
header a {
	text-decoration: none;
	color: inherit;
}
header .handle {
	padding: .5rem 1rem;
	position: relative;
}
header span {
	vertical-align: middle;
	display: inline-block;
}
header span.legend {
	margin-right: .5rem;
}

#header-wrap {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: stretch;
	padding: 0 1rem 0 1rem;
	color: var(--color-2);
}

main {
	
}
footer {
	
}

#nav-primary {
	background-color: var(--color-1);
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
	padding: 0 1rem;
	box-shadow: 2px 3px 1px 0 rgba(0,0,0,.3);
}
#header-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	height: 100%;
}
#header-menu li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

#header-menu a {
	display: block;
	padding: 1rem 1rem;
	position: relative;
	font-size: 1.125em;
	line-height: 1em;
	font-weight: 700;
}


#header-menu a::after {
	content: "";
	height: 1px;
	width: calc(100% - 2rem);
	position: absolute;
	bottom: 0;
	left: 1rem;
	z-index: auto;
}
#header-menu a:hover::after {
	background-color: var(--color-2);
	animation: menu-fade-in .25s;
}
@keyframes menu-fade-in {
	0% {
		transform: scaleX(0%);
	}
	100% {

	}
}

#nav-secondary, .nav-secondary {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-between;
}
#nav-secondary ul {

}
#nav-secondary li {

}
#nav-secondary a, .nav-secondary a {
	display: block;
	padding: .5rem 1rem;
	color: var(--color-2);
}
#nav-secondary a:not(.small), .nav-secondary a:not(.small) {
	font-size: 1.25em;
	line-height: 1em;
}
#nav-secondary a.small, .nav-secondary a.small {
	font-size: 1em;
	line-height: 1em;
}
#nav-secondary a:hover, #nav-secondary a.actual, .nav-secondary a:hover, .nav-secondary a.actual {
	color: var(--color-6);
}

#nav-social-secondary {
	position: relative;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
}

.nav-menu-col {

}
.nav-menu-col ul {
	
}

.nav-menu-col a {
	display: block;
	padding: .5rem 0;
	text-decoration: none;
	position: relative;
}
.nav-menu-col a:hover, .nav-menu-col a.actual {
	color: var(--color-6);
}



/*
BANNERS
*/
#banner-hero-wrap {
	padding: 0;
	margin-bottom: 0rem;
	background-color: transparent;
	position: relative;
}
#banner-hero {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 5;
}
#banner-hero .pict-bg-full {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#banner-hero .pict-bg-full img {
	object-fit: cover;
	-o-object-fit: cover;
    height: 100%;
	width: 100%; 
	display: block;
	-webkit-transition: all .5s ease-out 0s;
  	-moz-transition: all .5s ease-out 0s;
  	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
#banner-hero .content-wrap {
	position: absolute;
	top: 50%;
	right: 50%;
	left: auto;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	transform: translateY(-50%);
}
#banner-hero .content {
	text-align: center;
	width: 100%;
	max-width: 600px;
	padding: 1.5em;
	color: var(--color-2);
	background-color: var(--opacity-2);
	border-radius: .5rem;
	box-shadow: 3px 5px 1px 0 rgba(0,0,0,.4);
}
#banner-hero .content-btn {
	position: absolute;
	bottom: 1em;
	right: 2em;
}
#banner-hero .content p {
	font-size: 1.33em;
	font-weight: 700;
	line-height: 1.25em;
}
#banner-hero .content h1, #banner-hero .content h2, #hero-slider .content h3 {
	color: var(--color-6);
	padding: 0;
	margin: 0 0 .33em 0;
	line-height: 1.33em;
}
#banner-hero .content h1, #banner-hero .content h2 {
	font-size: 3em;
}

#banner-big ul.slider, #banner-big ul.slider li {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100vh;
	background-color: transparent;
	overflow: hidden;
}
#banner-big ul.slider li {
	position: relative;
}
#banner-big:hover .pict-bg-full img {
	transform: scale(1.02);
}

/*
GRID
*/
section {

}
.box-list {}

.box-link {
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
	align-items: center;
	justify-content: stretch;
	text-align: center;
}
.box-link h2 {
	padding: 0 0 .3em 0;
	margin: 0;
	font-size: 1.33em;
}

.box-link:hover h2 {
	color: var(--color-6);
}
.box-link:hover .icon {
	filter: brightness(0);
}

.box-thumb { width: 100%; height: auto; overflow: hidden; position: relative; border-radius: 1rem; box-shadow: 3px 3px 2px 0 rgba(0,0,0,.3); }
.box-thumb a {
	display: block;
	height: 100%;
	width: 100%;
}
.box-thumb img {
	object-fit: cover;
	-o-object-fit: cover;
    height: 100%;
	width: 100%; 
	display: block;
}

/*
TEXTPAGE
*/
#page-title {
	padding-top: 5em;
}
.box-text h2 {
	color: var(--color-6);
}
.box-text ul, .box-text ol {
	list-style-type: none;
	margin-bottom: 1em;
}
.box-text ul > li {
	padding: .3rem 0 .3rem 2em;
	position: relative;
}
.box-text ul > li:before {
    content: '';
	width: .75em;
	height: .75em;
	position: absolute;
	left: 0;
	top: 1.125em;
	transform: translateY(-50%);

	clip-path: polygon(5% 0, 100% 0, 95% 100% , 0 100%);
	background-color: var(--color-6);
	color: var(--color-2);
}
.box-text ol {
   	counter-reset: item;
}
.box-text ol > li {
	counter-increment: item;
	padding: .5rem 0 .5rem 2em;
	position: relative;
}
.box-text ol > li:before {
	content: counter(item);
	width: auto;
	min-width: 1.25em;
	height: auto;
	padding: .1em;
	text-align: center;
	position: absolute;
	left: 0;
	top: 1.25em;
	transform: translateY(-50%);

	clip-path: polygon(0 0, 95% 0, 100% 95% , 0 100%);
	background-color: var(--color-6);
	color: var(--color-3);
}
.box-text > p {
	text-indent: 0;
}
.box-text a {
	position: relative;
}
.box-text a::after {
	content: "";
	height: 1px;
	width: calc(100% - 1rem);
	position: absolute;
	bottom: 0;
	left: 0rem;
	z-index: auto;
	background-color: var(--color-6);
}

/*
MAPS
*/
.box-map {
	width: 100%;
	height: 100%;
	min-height: 65vh;
}

/*
FORM
*/
.btn {
	display: inline-block;
	padding: .66em 1.33em;
	margin: 0;
	border: none;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.125em;
	line-height: 1em;
	box-sizing: border-box;
	cursor: pointer;
	background-color: transparent;
	text-decoration: none;
	position: relative;
	border-radius: .5em;
}
.btn-primary, .btn-primary:visited {
	background-color: var(--color-6);
	color: var(--color-1);
	box-shadow: 3px 3px 1px 0 rgba(0,0,0,.2);
}
.btn-secondary, .btn-secondary:visited {
	background-color: var(--color-2);
	color: var(--color-1);
	box-shadow: 3px 3px 1px 0 rgba(0,0,0,.2);
}
.btn-primary:hover, .btn-secondary:hover {
	transform: translateY(2px);
	box-shadow: none;
}
.btn-full {
	width: 100%;
	margin: 0 0 .3em 0;
	text-align: center;
}
.btn-big {
	width: 100%;
	max-width: 15rem;
	margin: 0;
	text-align: center;
}

label {
	font-weight: 400;
	font-size: .875em;
	display: block;
	color: var(--color-2);
	text-align: left;
}
input, textarea, select {
	border: none;
	border-bottom: 1px solid var(--color-4);
	background-color: var(--color-1);
	border-radius: .3em;
	margin: 0;
	padding: .5em;
	font-family: inherit;
	font-size: 1.125em;
	line-height: 1.25em;
	font-weight: 400;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
input[type=checkbox] {
	width: auto;
}
textarea {
	min-height: 6em;
}
textarea.high {
	min-height: 12em;
}
select {
	outline: none;
	cursor: pointer;
}
textarea:focus, input:focus, select:focus, button:focus {
    outline: none;
}
input.inline {
	width: auto;
	display: inline-block;
}
input.number {
	width: 5em;
	text-align: center;
	-moz-appearance: textfield;
}
input.number::-webkit-outer-spin-button,
input.number::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}
input.loading {
	background-image: url(../image/preloader.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: 20px;
}


.testimonial::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: .5em;
	background-image: url(../image/ico-quotation-g.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial::after {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-left: .5em;
	background-image: url(../image/ico-quotation-g.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

/*
IMG
*/
.icon {
	height: 1.25em;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.icon-xs {
	height: .75em;
	width: auto;
}
.icon-sm {
	height: 1.125em;
	width: auto;
}
.icon-md {
	height: 2.25em;
	width: auto;
	margin: 0;
}
.icon-lg {
	height: 4em;
	width: auto;
	margin: 0;
}
.icon-start {
	margin-right: 1rem;
}
.icon-end {
	margin-left: 1rem;
}
.icon-top {
	margin-bottom: .75em
}
.icon-solo {
	margin: 0;
}
.bg-img img, .bg-img-full img {
	object-fit: cover;
	-o-object-fit: cover;
    height: 100%;
	width: 100%; 
	display: block;
}
/*
FORMAT
*/
p {
	margin: 0 0 1em 0;
}
div > p:last-child, a > p:last-child {
	margin: 0;
}
sup {
	vertical-align: super;
	line-height: 1em;
	font-size: .75em;
}
.small {
	font-size: .875em;
	font-weight: 400;
	line-height: 1.25em;
}
.small-2 {
	font-size: .75em;
	font-weight: 400;
	line-height: 1.25em;
}
.big {
	font-size: 1.15em;
	line-height: 1em;
}
.big-2 {
	font-size: 1.66em;
	line-height: 1em;
}
.bigger {
	font-size: 2em;
	line-height: 1em;
}
.strike {
	text-decoration: line-through;
}

.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.relative {
	position: relative;
}
.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}
.inline {
	display: inline-block;
}

.handle, .location, .location-extern {
	cursor: pointer;
}

/*
TABLE
*/

table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	min-width: 80%;
	max-width: 700px;
}

.data-table {
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
}
.data-row {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-4);
	position: relative;
}
.data-table .data-row:last-child {
	border-bottom: none;
}
.data-row > div {
	padding: .5em .5em .5em .5em;
}
.data-label {
	padding: .5em .5em .5em .5em;
	color: #464646;
	min-width: 25%;
}
.data-value {
	padding: .5em .5em .5em .5em;
}

/*
FONT
*/
body { 
	font-family: 'Quicksand', Tahoma, sans-serif; 
	font-weight: 400;
	font-size: 18px;
	line-height: 1.75em;
}
h1, h2 { 
	font-family: 'Bangers', Tahoma, sans-serif; 
	letter-spacing: 1px;
}
.italic {
	font-family: 'Quicksand', serif;
	font-style: italic;
}
h3, h4 {
	font-weight: 700;
}
strong, .strong, .bigger, .btn {
	font-weight: 700;
}
h1 {
	font-size: 3em;
	line-height: 1.125em;
	padding: 0;
	margin-bottom: .5em;
}
h2 {
	font-size: 2em;
	line-height: 1.125em;
	padding-top: .5em;
	margin-bottom: .5em;
}
h3 {
	font-size: 1.33em;
	line-height: 1.125em;
	padding-top: .5em;
	margin-bottom: .5em;
}
h4 {
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.125em;
	padding-top: .5em;
	margin-bottom: .5em;
}
.title {
	font-size: 1.66em;
	line-height: 1.125em;
	text-align: center;
}



body {
	color: var(--color-2);
	background-color: var(--color-3);
}
a {
	color: inherit;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.animate, .animate *, .btn, header, #logo-primary, #logo-primary *, .box-sidebar, .box-sidebar-bg, .box-pagination *, .product-tabs-nav * {
	-webkit-transition: all .5s ease-out 0s;
  	-moz-transition: all .5s ease-out 0s;
  	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}

.border-top {
	border-top: 1px solid var(--color-4);
}
.border-left {
	border-left: 1px solid var(--color-3);
}
.border-bottom {
	border-bottom: 1px solid var(--color-4);
}

.border-bottom-after, .shadow-after {
	position: relative;
}
.border-bottom-after::after {
	content: "";
	height: 1px;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 2rem;
	right: 2rem;
	z-index: auto;
	background-color: var(--color-4);
}
.shadow-after::after {
	content: "";
	height: .5rem;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: auto;
	box-shadow: 0 .5rem .5rem 0 rgba(0,0,0,.025);
	background: transparent;
}


.box-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 50vw;
	height: 100vh;
	box-sizing: border-box;
	background-color: var(--color-3);
	transform: translateX(100%);
}
.box-sidebar.opened {
	box-shadow: 0 2px 100px 0 rgb(0 0 0 / 35%);
}

.box-sidebar .handle-close {
	width: 3.3em;
	height: 3.3em;
	background-color: var(--color-6);
	border-radius: 50%;
	display: inline-block;
	position: relative;
}
.box-sidebar .handle-close img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.box-sidebar-bg {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 890;
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	background: var(--opacity-1);
	visibility: hidden;
	opacity: 0;
}

/* MESSAGE-OVER */
#box-message-over {	position: fixed;	overflow: hidden;	top: 0;	left: 0; width: 100%;	z-index: 9999;	text-align: center; display: none; font-weight: 700; font-size: 1rem; line-height: 120%; padding: 1rem 0;  }
#box-message-over.status {	color: #ffffff;	background-color: #8aaf09;	background-color: rgba(138, 175, 9, 0.9);	background: rgba(138, 175, 9, 0.9);}
#box-message-over.error {	color: #ffffff;	background-color: #e41414;	background-color: rgba(228, 20, 20, 0.9);	background: rgba(228, 20, 20, 0.9);}
#box-cookies-over {	position: fixed;	overflow: hidden;	bottom: 0;	left: 0; width: 100%;	z-index: 9999;	text-align: left; /*font-weight: 400; font-size: 1rem; line-height: 120%;*/ background-color: #ffffff;	background-color: rgba(255, 255, 255, 0.9);	background: rgba(255, 255, 255, 0.9);  }
#box-cookies-over a.button { float: right; padding: .6rem 1.3rem; }

#box-info-float {	position: fixed; top: 50%;	left: 0; width: auto; height: auto;	z-index: 700; transform: translateY(-50%); overflow: hidden;  }
#box-info-float a {
	display: block;
	padding: .75em .75em .75em 1.5em;

	text-align: right;
	color: var(--color-1);
	background-color: var(--color-2);
	transform: translateX(-.75em);
	opacity: .8;
}
#box-info-float a:hover {
	background-color: var(--color-6);
	transform: translateX(0);
	opacity: 1;
}

#box-billboard {
	width: 500px;
	max-width: 90vw;
	padding: 3rem 0 5rem 0;
	background-color: var(--color-3);
	position: relative;
}
#box-billboard::before {
	content: "";
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: auto;
	background-color: var(--color-6);
}
#box-billboard::after {
	content: "";
	height: 100px;
	width: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: auto;
	background-color: var(--color-2);
	clip-path: polygon(100% 0, 100% 100% , 0 100%);
}
#box-billboard h2 {
	color: var(--color-6);
}
/*
COLORS
*/
:root {

	--header-height: 130px;
	--color-1: #ffffff;
	--color-2: #171717;
	--color-3: #f2f2f2;
	--color-4: #d7d7d7;
	--color-5: #b5b5b5;

	--color-6: #f72a5c;;
	--color-7: #13b6ab;
	
	--opacity-1: rgba(227, 56, 72, 0.65);
	--opacity-2: rgba(255,255,255, .95);
}

.color-1 { color: var(--color-1); }
.color-2 { color: var(--color-2); }
.color-3 { color: var(--color-3); }
.color-4 { color: var(--color-4); }
.color-5 { color: var(--color-5); }
.color-6 { color: var(--color-6); }
.color-7 { color: var(--color-7); }

.color-inverse *, .color-inverse a, .color-inverse a:visited {
	color: var(--color-1);
}

.bg-color-1 { background-color: var(--color-1); }
.bg-color-2 { background-color: var(--color-2); }
.bg-color-3 { background-color: var(--color-3); }
.bg-color-4 { background-color: var(--color-4); }
.bg-color-5 { background-color: var(--color-5); }
.bg-color-6 { background-color: var(--color-6); }
.bg-color-7 { background-color: var(--color-7); }


.row, .row-slim, .row-wide { 
	width: 100%; 
	margin: 0 auto 0 auto;	
	text-align: left;	
	padding: 0;	
	display: flex; 
	flex-flow: row wrap;
	justify-content: center;
}
.row-slim  { max-width: 1100px; }
.row-wide  { max-width: 1600px;	}

.col {
	flex-grow: 1;
	flex-basis: 0;
}
.col-aside {
	max-width: 25%;
}


.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.67%;
}
.col-12 {
	width: 100%;
}

.wrapper {
	padding: 2em;
	box-sizing: border-box;
}
.wrapper-double {
	padding: 4em 2em;
	box-sizing: border-box;
}
.wrapper-half {
	padding: 1em 2em;
	box-sizing: border-box;
}
.wrapper-flow {
	padding-top: 3em;
	padding-bottom: 3em;
	box-sizing: border-box;
}
.wrapper-side {
	padding: 0 2em;
	box-sizing: border-box;
}
.wrapper-over {
	padding: 1em 0;
	box-sizing: border-box;
}
.wrapper-form-over {
	padding: 1em 1em;
	box-sizing: border-box;
}
.wrapper-form {
	padding: .5em 1em;
	box-sizing: border-box;
}
/*8
.wrapper-form:first-child{
	padding-left: 0;
}
.wrapper-form:last-child{
	padding-right: 0;
}
*/
.margin-right {
	margin-right: 2em;
}

.box-inline {
	display: inline-block;
}
.box-flex {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.box-flex-col {
	flex-direction: column;
	align-items: inherit;
	justify-content: flex-start;
}
.box-flex-start {
	justify-content: flex-start;
}
.box-flex-end {
	justify-content: flex-end;
}
.box-flex-top {
	align-items: flex-start;
}
.box-flex-bottom {
	align-items: flex-end;
}
.box-flex-inline {
	align-items: center;
	justify-content: flex-start;
}
.box-flex-middle {
	align-items: center;
	align-content: center;
}
.box-flex-justify {
	justify-content: space-between;
}
.box-self-center {
	align-self: center;
}
.box-flex-reverse {
	flex-direction: row-reverse;
}
.box-self-right {
	align-self: flex-end;
}
.box-break-after {
	break-after: always;
}
.box-sticky-scroll {
	position: sticky;
	top: 1em;
	bottom: 1em;
}

.box-grid {
	/*
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 0;
	grid-row-gap: 0;
	justify-items: stretch;
	*/
}
.box-rounded {
	border-radius: 1rem;
}
.box-rounded-over {
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
}
.box-circle {
	border-radius: 50%;
}



@media only screen and (min-width: 961px) {
	.lg-hidden {
		display: none;
	}
}


@media only screen and (max-width: 960px) {

	.col-aside {
		max-width: 33.33%;
	}

	.col-4 {
		width: 50%;
	}
	.col-8 {
		width: 100%;
	}

	

	.md-col-4 {
		width: 33.33%;
	}

	.md-col-6 {
		width: 50%;
	}

	.md-col-12 {
		width: 100%;
	}

	.md-flex-col {
		flex-direction: column;
	}
	.md-flex-col-reverese {
		flex-direction: column-reverse;
	}

	.md-hidden {
		display: none;
	}
	.md-align-center {
		text-align: center;
	}


	.box-sidebar {
		width: 100vw;
	}

}

@media only screen and (max-width: 680px) {
	
	.col-aside {
		max-width: 100%;
	}

	.col-1, .col-2 {
		width: 50%;
	}
	.col-3 {
		width: 50%;
	}

	.col-4, .col-5, .col-6, .col-7, .col-8, .col-9 .col-10, .col-11 {
		width: 100%;
	}

	.sm-col-6 {
		width: 50%;
	}

	.sm-col-12 {
		width: 100%;
	}

	.sm-hidden {
		display: none !important;
	}
	.sm-show {
		display: inline-block !important;
	}
	.sm-align-center {
		text-align: center;
	}

	h1 {
		font-size: 1.75em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.33em;
	}

	.icon-md {
		height: 35px;
		width: auto;
		margin: 0;
	}
	.icon-lg {
		height: 45px;
		width: auto;
		margin: 0;
	}
	.icon-start {
		margin-right: .5em; 
	}

	.btn {
		padding: .66em 1em;
		font-size: 1em;
	}
	.btn .icon {
		height: 20px;
		vertical-align: middle;
	}
	
	.box-buttonbar {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 500;

		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-evenly;
    	width: 100%;
		height: auto;
		padding: .5rem .5rem;
		box-sizing: border-box;
		background-color: transparent;
	}
	.box-buttonbar .btn {
		min-width: 40%;
		margin: 0;
	}

	
	header .handle {
		display: block;
		background-color: transparent;
		padding: 1rem 1.5rem;
	}

	#header-wrap {
		justify-content: flex-end;
		padding: 0 2rem 0 2rem;
	}

	#nav-primary {
		width: auto;
		padding: 0 0;
	}
	#header-menu {
		display: none;
	}

	#banner-hero-wrap {
		padding: 0;
		min-height: auto;
	}
	#banner-hero {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	#banner-big {
		grid-row: 1 / 1;
		padding: 0;
	}
	#banner-big ul.slider, #banner-big ul.slider li {
		height: 100vh;
	}

	#banner-hero .content-wrap {
		position: absolute;
		top: auto;
		bottom: 5em;
		right: 1em;
		left: 1em;
		display: flex;
		flex-flow: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		transform: none;
	}

	.banner-small {
		height: 33vh;
	}
	.banner-small:last-child {
		transform: translateX(0);
	}

	#page-title {
		padding-top: 0;
	}

	#page-title h1 {
		font-size: 3em;
	}

	#page-title p {
		margin-top: -1em;
	}

	#nav-page-category {
		padding: 1rem 0;
	}
	#nav-page-category a {
		padding: .33em .66em;
	}

	#page-sign {
		padding-bottom: 5rem;
	}
}

@media only screen and (min-width: 680px) {
	header.header-sticky {
		
	}

	.header-sticky #header-wrap {
		padding: 0 1rem 0 1rem;
	}
	.header-sticky .logo-main {
		height: 2.5rem;
	}
	.header-sticky .logo-sub {
		height: 1.5rem;
	}
	.header-sticky .logo-sub-title {
		display: none;
	}
}

