@charset "UTF-8";
*,
body {
	font-family: Barlow, sans-serif;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d3130;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Barlow Semi Condensed", sans-serif;
	line-height: 1.1em
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight: 600;
	line-height: 1em
}

h1 span.colorat,
h2 span.colorat,
h3 span.colorat,
h4 span.colorat,
h5 span.colorat,
h6 span.colorat {
	color: #60A55B
}

h1 {
	line-height: 1.04em
}

h3 {
	font-weight: 500
}

p,
span {
	font-weight: 400;
	font-family: Barlow, sans-serif;
	color: #51514c;
	line-height: 1.89em
}

a {
	color: #51514c;
	text-decoration: none;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 500
}

a:focus,
a:hover {
	color: #60A55B
}

.h1,
h1 {
	font-size: 2em
}

.h2,
h2 {
	font-size: 1.6em
}

.h3,
h3 {
	font-size: 1.25em
}

.h4,
h4 {
	font-size: 1.1em
}

.h5,
h5 {
	font-size: 1em
}

.h6,
h6 {
	font-size: .9em
}

.fw-xlight {
	font-weight: 100
}

.fw-light {
	font-weight: 300
}

.fw-normal {
	font-weight: 400
}

.fw-medium {
	font-weight: 500
}

.fw-bold,
b,
strong {
	font-weight: 700
}

.fw-xbold {
	font-weight: 900
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased
}

button,
html,
input,
select,
textarea {
	color: #51514c
}

body,
html {
	font-size: 18px
}

body {
	font-size: 1em;
	line-height: 1.4
}

::-moz-selection {
	background: #60A55B;
	color: #f7f6f4;
	text-shadow: none
}

::selection {
	background: #60A55B;
	color: #f7f6f4;
	text-shadow: none
}

hr {
	display: block;
	height: 0;
	border: 0;
	border-top: 1px solid #dcdcdc;
	margin: 30px 0;
	padding: 0
}

audio,
canvas,
img,
video {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

img {
	vertical-align: middle
}

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 4px
}

pre {
	display: block;
	padding: .85em;
	margin: 0 0 .75em;
	font-size: .95em;
	line-height: 1.428571429;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f7f6f4;
	border: 1px solid #dcdcdc;
	border: 1px solid rgba(220, 220, 220, .15)
}

.sup,
sup {
	position: relative;
	font-size: .65em;
	top: -4px
}

p {
	font-weight: 300;
	font-size: 1em;
	margin: 0 0 1em
}

a {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

a:active,
a:focus,
a:hover {
	outline: 0
}

embed,
object {
	outline: 0
}

input::-moz-focus-inner {
	border: 0
}

i.icon {
	display: inline-block
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

form .space-top {
	margin-top: 1.944em
}

form h3 {
	margin-top: 0
}

form hr {
	margin: 22.5px 0
}

form p.control {
	margin-bottom: 10px;
	position: relative
}

form p.control.loading:after {
	-webkit-animation: rotating .3s linear infinite;
	border: 2px solid #d3d6db;
	border-radius: 290486px;
	border-right-color: transparent;
	border-top-color: transparent;
	content: "";
	display: block;
	height: 16px;
	position: relative;
	width: 16px;
	position: absolute!important;
	right: 8px;
	top: 6px
}

form p.control.icons input {
	padding-left: 32px
}

form p.control.icons .fa {
	display: inline-block;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
	width: 24px;
	color: #aeb1b5;
	pointer-events: none;
	position: absolute;
	top: 4px;
	z-index: 4;
	left: 4px
}

form p.control.icons.right input {
	padding-right: 32px;
	padding-left: 6px
}

form p.control.icons.right .fa {
	right: 4px;
	left: inherit
}

form p.control.large.icons input,
form p.control.medium.icons input,
form p.control.small.icons input {
	padding-left: 32px
}

form p.control.large.icons.right input,
form p.control.medium.icons.right input,
form p.control.small.icons.right input {
	padding-left: 6px;
	padding-right: 32px
}

form p.control.small input {
	border-radius: 2px;
	font-size: 11px;
	height: 24px;
	line-height: 16px;
	padding-left: 6px;
	padding-right: 6px
}

form p.control.small.icons .fa {
	font-size: 11px;
	height: 24px;
	line-height: 17px;
	left: 6px
}

form p.control.small.icons.right .fa {
	left: inherit;
	right: 6px
}

form p.control.small.addons a.btn,
form p.control.small.addons button {
	padding: .6em 1.4em;
	height: 24px;
	line-height: 0
}

form p.control.medium input {
	font-size: 18px;
	height: 40px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px
}

form p.control.medium.icons input {
	padding-left: 40px
}

form p.control.medium.icons.right input {
	padding-left: 10px;
	padding-right: 40px
}

form p.control.medium.icons .fa {
	font-size: 18px;
	height: 40px;
	line-height: 32px;
	left: 10px
}

form p.control.medium.icons.right .fa {
	left: inherit;
	right: 10px
}

form p.control.medium.addons a.btn,
form p.control.medium.addons button {
	height: 40px;
	line-height: .6em
}

form p.control.large input {
	font-size: 24px;
	height: 48px;
	line-height: 40px;
	padding-left: 12px;
	padding-right: 12px
}

form p.control.large.icons input {
	padding-left: 40px
}

form p.control.large.icons .fa {
	font-size: 24px;
	height: 48px;
	line-height: 39px;
	left: 12px
}

form p.control.large.icons.right .fa {
	left: inherit;
	right: 12px
}

form p.control.large.addons a.btn,
form p.control.large.addons button {
	height: 48px;
	line-height: 1em
}

form p.control.addons input {
	display: inline-block;
	width: auto;
	border-radius: 3px 0 0 3px
}

form p.control.addons a.btn,
form p.control.addons button {
	margin-right: -1px;
	width: auto;
	display: inline-block;
	height: 32px;
	line-height: .1em
}

form p.control.addons a.btn:last-child,
form p.control.addons button:last-child {
	border-radius: 0 3px 3px 0
}

form label {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 600;
	color: #2d3130;
	text-transform: uppercase;
	margin-bottom: .777em;
	display: block
}

form label.label {
	color: #2d3130;
	display: block;
	font-weight: 700
}

form label.label:not(:last-child) {
	margin-bottom: 5px
}

form input[type=number],
form input[type=password],
form input[type=text],
form textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-align: center;
	-ms-flex-align: center
}

form input[type=number],
form input[type=password],
form input[type=text],
form select,
form textarea {
	align-items: center;
	background-color: #d3d2c9;
	border: none;
	color: #2d3130;
	height: 3.555em;
	padding: 0 .65em;
	position: relative;
	vertical-align: top;
	max-width: 100%;
	width: 100%
}

form input[type=number].small,
form input[type=password].small,
form input[type=text].small,
form select.small,
form textarea.small {
	border-radius: 2px;
	font-size: 11px;
	height: 24px;
	line-height: 16px;
	padding-left: 6px;
	padding-right: 6px
}

form input[type=number].medium,
form input[type=password].medium,
form input[type=text].medium,
form select.medium,
form textarea.medium {
	font-size: 18px;
	height: 40px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px
}

form input[type=number].large,
form input[type=password].large,
form input[type=text].large,
form select.large,
form textarea.large {
	font-size: 24px;
	height: 48px;
	line-height: 40px;
	padding-left: 12px;
	padding-right: 12px
}

form input[type=number].top-spacing,
form input[type=password].top-spacing,
form input[type=text].top-spacing,
form select.top-spacing,
form textarea.top-spacing {
	margin-top: 10px
}

form input[type=number]:active,
form input[type=number]:focus,
form input[type=password]:active,
form input[type=password]:focus,
form input[type=text]:active,
form input[type=text]:focus,
form select:active,
form select:focus,
form textarea:active,
form textarea:focus {
	border-color: #60A55B;
	outline: 0
}

form input[type=number]:not(:last-child),
form input[type=password]:not(:last-child),
form input[type=text]:not(:last-child),
form select:not(:last-child),
form textarea:not(:last-child) {
	margin-bottom: 10px
}

form input[type=number][disabled],
form input[type=password][disabled],
form input[type=text][disabled],
form select[disabled],
form textarea[disabled] {
	background-color: #f5f7fa;
	border-color: #d3d6db;
	cursor: not-allowed;
	pointer-events: none
}

form input[type=number].danger,
form input[type=password].danger,
form input[type=text].danger,
form select.danger,
form textarea.danger {
	border-color: #ed6c63
}

form input[type=number].success,
form input[type=password].success,
form input[type=text].success,
form select.success,
form textarea.success {
	border-color: #97cd76
}

form input[type=number].icons,
form input[type=password].icons,
form input[type=text].icons,
form select.icons,
form textarea.icons {
	padding-left: 32px
}

form .select {
	display: inline-block;
	height: 32px;
	position: relative;
	vertical-align: top
}

form .select:not(:last-child) {
	margin-bottom: 10px
}

form .select select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f6f4;
	border: 1px solid #d3d6db;
	border-radius: 3px;
	color: #222324;
	font-size: 14px;
	height: 32px;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	display: block;
	outline: 0;
	padding-right: 36px
}

form .select select:active,
form .select select:focus {
	border-color: #60A55B;
	outline: 0
}

form .select:after {
	border: 1px solid #60A55B;
	border-right: 0;
	border-top: 0;
	content: " ";
	display: block;
	height: 7px;
	pointer-events: none;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 7px;
	margin-top: -6px;
	right: 16px;
	top: 50%
}

form .select.small {
	height: 24px
}

form .select.small select {
	border-radius: 2px;
	font-size: 11px;
	height: 24px;
	line-height: 16px;
	padding-left: 6px;
	padding-right: 28px
}

form .select.medium {
	height: 40px
}

form .select.medium select {
	font-size: 18px;
	height: 40px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 44px
}

form .select.large {
	height: 48px
}

form .select.large select {
	font-size: 24px;
	height: 48px;
	line-height: 40px;
	padding-left: 12px;
	padding-right: 52px
}

form textarea {
	display: block;
	line-height: 1.2;
	max-height: 600px;
	max-width: 100%;
	min-height: 120px;
	min-width: 100%;
	padding: 10px;
	resize: vertical
}

form textarea:not(:last-child) {
	margin-bottom: 10px
}

form .checkbox,
form .radio {
	cursor: pointer;
	display: inline-block;
	line-height: 16px;
	position: relative;
	vertical-align: top
}

form .checkbox:active,
form .checkbox:focus,
form .radio:active,
form .radio:focus {
	border-color: #60A55B;
	outline: 0
}

form .checkbox input[type=checkbox],
form .checkbox input[type=radio],
form .radio input[type=checkbox],
form .radio input[type=radio] {
	vertical-align: baseline;
	margin-right: 4px
}

form .checkbox.disabled,
form .radio.disabled {
	color: #aeb1b5;
	pointer-events: none
}

form .checkbox.disabled input,
form .radio.disabled input {
	pointer-events: none
}

form .radio+.radio {
	margin-left: 10px
}

form button[type=button].top-spacing,
form button[type=submit].top-spacing {
	margin-top: 10px
}

table {
	width: 100%;
	display: table;
	border: none;
	border-collapse: collapse;
	border-spacing: 0
}

table.bordered thead>tr {
	border-bottom: 1px solid #979797
}

table.bordered tbody>tr {
	border-bottom: 1px solid #979797
}

table.striped tbody>tr:nth-child(odd) {
	background-color: #979797
}

table.highlight tbody>tr {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

table.highlight tbody>tr:hover {
	background-color: #979797
}

table.centered tbody tr td,
table.centered thead tr th {
	text-align: center
}

@media (max-width:1024px) {
	table.responsive-table thead {
		border: 0;
		border-right: 1px solid #979797;
		display: block;
		float: left
	}
	table.responsive-table thead tr {
		display: block;
		padding: 0 10px 0 0
	}
	table.responsive-table thead tr th {
		display: block;
		text-align: right
	}
	table.responsive-table tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap
	}
	table.responsive-table tbody tr {
		display: inline-block;
		vertical-align: top;
		padding: 0 10px
	}
	table.responsive-table tbody tr td {
		display: block;
		min-height: 1.25em;
		text-align: left
	}
	table.responsive-table tbody td,
	table.responsive-table tbody th {
		margin: 0;
		vertical-align: top
	}
}

thead {
	border-bottom: 1px solid #979797
}

thead th {
	font-weight: 700
}

table,
td,
th {
	border: none
}

td,
th {
	padding: 15px 5px;
	display: table-cell;
	text-align: left;
	vertical-align: middle
}

.pop-up {
	position: fixed;
	top: -100%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background-color: #fff;
	width: 100%;
	max-width: 800px;
	-moz-box-shadow: 1px 1px 12px rgba(45, 49, 48, .5);
	-webkit-box-shadow: 1px 1px 12px rgba(45, 49, 48, .5);
	box-shadow: 1px 1px 12px rgba(45, 49, 48, .5);
	display: none
}

.pop-up img {
	max-width: 100%
}

.pop-up.opened {
	top: 50%
}

.pop-up button.close-btn {
	padding: 15px 20px;
	background-color: #f7f6f4;
	color: #2d3130;
	position: absolute;
	display: block;
	font-size: 30px;
	border: none;
	top: -60px;
	right: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.pop-up button.close-btn:hover {
	border: none;
	background-color: #60A55B;
	color: #f7f6f4
}

.dark-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: rgba(0, 0, 0, .5);
	display: none
}

.modal {
	position: fixed;
	left: 0;
	right: 0;
	background-color: #979797;
	padding: 0;
	max-height: 70%;
	width: 55%;
	top: 10%;
	margin: auto;
	display: none;
	overflow-y: auto;
	border-radius: 2px;
	z-index: 1003;
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21)
}

.modal .modal-content {
	position: absolute;
	height: calc(100% - 56px);
	max-height: 100%;
	width: 100%;
	overflow-y: auto;
	padding: 24px
}

.modal .modal-footer {
	border-top: 1px solid rgba(0, 0, 0, .1);
	position: absolute;
	bottom: 0;
	border-radius: 0 0 2px 2px;
	background-color: #979797;
	padding: 4px 6px;
	height: 56px;
	width: 100%
}

.modal.modal-fixed-footer {
	padding: 0;
	height: 70%
}

.modal-overlay {
	position: fixed;
	z-index: 999;
	top: -100px;
	left: 0;
	bottom: 0;
	right: 0;
	height: 125%;
	width: 100%;
	background-color: rgba(45, 49, 48, .5);
	display: none
}

.d-table {
	display: table;
	width: 100%;
	height: 100%;
	border-collapse: collaspe;
	table-layout: fixed
}

.d-table .t-cell {
	display: table-cell;
	vertical-align: middle;
	border-collapse: collaspe
}

.alert {
	margin: 1em 0
}

.alert-error {
	color: #d50000
}

.alert-success {
	color: #32b100
}

.alert-error,
.alert-success {
	font-weight: 700;
	text-align: center
}

.alert-warning {
	padding: 15px;
	background-color: #f39c12;
	color: #fff;
	border-color: #e08e0b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.parsley-error {
	border: 1px solid #d50000!important
}

.checkbox .parsley-errors-list {
	margin: 0
}

.parsley-error-list,
.parsley-errors-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: -1px
}

.parsley-error-list li,
.parsley-errors-list li {
	text-align: right;
	float: right;
	background: #d50000;
	color: #fff;
	padding: .3em .7em;
	font-weight: 700;
	font-size: .8em
}

.overlay-upper {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}

.cover-container {
	width: 100%;
	height: 100%
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.pull-none {
	float: none!important
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-uppercase {
	text-transform: uppercase
}

.v-hidden {
	visibility: hidden
}

.indent-hide {
	text-indent: -9999px;
	visibility: hidden
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.inline {
	display: inline
}

.box {
	margin-bottom: 15px;
	padding: 15px
}

.box.sample-box {
	border: 1px solid #dcdcdc;
	min-height: 12em;
	padding: 6em 15px;
	margin-bottom: 30px;
	background: #f6f6f6
}

.box.sample-box.big {
	min-height: 20em
}

.box.box-bordered {
	border: 1px solid #dcdcdc
}

.box.box-rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.col-box-centered {
	float: none;
	margin: 0 auto
}

.hidden {
	display: none!important;
	visibility: hidden
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.mandatory {
	color: red;
	font-weight: 700
}

.no-margin-top {
	margin-top: 0
}

.no-margin-bottom {
	margin-bottom: 0
}

.no-padding-left {
	padding-left: 0
}

.no-padding-right {
	padding-right: 0
}

.no-text-transform {
	text-transform: none
}

.hide {
	display: none
}

.desktop-only {
	display: inline
}

.print-only {
	display: none
}

.dismiss {
	cursor: pointer
}

.underline {
	text-decoration: underline
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before {
	content: " ";
	display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
	clear: both
}

.row {
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem
}

.row.not-same-height {
	display: flex;
	align-items: flex-start
}

.row.extended {
	margin-right: 0;
	margin-left: 0
}

.row.extended>.col,
.row.extended>.col-1,
.row.extended>.col-10,
.row.extended>.col-11,
.row.extended>.col-12,
.row.extended>.col-2,
.row.extended>.col-3,
.row.extended>.col-4,
.row.extended>.col-5,
.row.extended>.col-6,
.row.extended>.col-7,
.row.extended>.col-8,
.row.extended>.col-9,
.row.extended>.col-lg,
.row.extended>.col-lg-1,
.row.extended>.col-lg-10,
.row.extended>.col-lg-11,
.row.extended>.col-lg-12,
.row.extended>.col-lg-2,
.row.extended>.col-lg-3,
.row.extended>.col-lg-4,
.row.extended>.col-lg-5,
.row.extended>.col-lg-6,
.row.extended>.col-lg-7,
.row.extended>.col-lg-8,
.row.extended>.col-lg-9,
.row.extended>.col-md,
.row.extended>.col-md-1,
.row.extended>.col-md-10,
.row.extended>.col-md-11,
.row.extended>.col-md-12,
.row.extended>.col-md-2,
.row.extended>.col-md-3,
.row.extended>.col-md-4,
.row.extended>.col-md-5,
.row.extended>.col-md-6,
.row.extended>.col-md-7,
.row.extended>.col-md-8,
.row.extended>.col-md-9,
.row.extended>.col-sm,
.row.extended>.col-sm-1,
.row.extended>.col-sm-10,
.row.extended>.col-sm-11,
.row.extended>.col-sm-12,
.row.extended>.col-sm-2,
.row.extended>.col-sm-3,
.row.extended>.col-sm-4,
.row.extended>.col-sm-5,
.row.extended>.col-sm-6,
.row.extended>.col-sm-7,
.row.extended>.col-sm-8,
.row.extended>.col-sm-9,
.row.extended>.col-xlg,
.row.extended>.col-xlg-1,
.row.extended>.col-xlg-10,
.row.extended>.col-xlg-11,
.row.extended>.col-xlg-12,
.row.extended>.col-xlg-2,
.row.extended>.col-xlg-3,
.row.extended>.col-xlg-4,
.row.extended>.col-xlg-5,
.row.extended>.col-xlg-6,
.row.extended>.col-xlg-7,
.row.extended>.col-xlg-8,
.row.extended>.col-xlg-9,
.row.extended>.col-xs,
.row.extended>.col-xs-1,
.row.extended>.col-xs-10,
.row.extended>.col-xs-11,
.row.extended>.col-xs-12,
.row.extended>.col-xs-2,
.row.extended>.col-xs-3,
.row.extended>.col-xs-4,
.row.extended>.col-xs-5,
.row.extended>.col-xs-6,
.row.extended>.col-xs-7,
.row.extended>.col-xs-8,
.row.extended>.col-xs-9,
.row.extended>.col-xxs,
.row.extended>.col-xxs-1,
.row.extended>.col-xxs-10,
.row.extended>.col-xxs-11,
.row.extended>.col-xxs-12,
.row.extended>.col-xxs-2,
.row.extended>.col-xxs-3,
.row.extended>.col-xxs-4,
.row.extended>.col-xxs-5,
.row.extended>.col-xxs-6,
.row.extended>.col-xxs-7,
.row.extended>.col-xxs-8,
.row.extended>.col-xxs-9 {
	padding-left: 0;
	padding-right: 0
}

.row.reverse {
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse
}

.col.reverse {
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding-right: 1rem;
	padding-left: 1rem
}

.col {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%
}

.col-1 {
	-ms-flex-preferred-size: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%
}

.col-2 {
	-ms-flex-preferred-size: 16.6667%;
	flex-basis: 16.6667%;
	max-width: 16.6667%
}

.col-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%
}

.col-5 {
	-ms-flex-preferred-size: 41.6667%;
	flex-basis: 41.6667%;
	max-width: 41.6667%
}

.col-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex-preferred-size: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%
}

.col-8 {
	-ms-flex-preferred-size: 66.6667%;
	flex-basis: 66.6667%;
	max-width: 66.6667%
}

.col-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex-preferred-size: 83.333%;
	flex-basis: 83.333%;
	max-width: 83.333%
}

.col-11 {
	-ms-flex-preferred-size: 91.6667%;
	flex-basis: 91.6667%;
	max-width: 91.6667%
}

.col-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

.col-offset-0 {
	margin-left: 0
}

.col-offset-1 {
	margin-left: 8.333%
}

.col-offset-2 {
	margin-left: 16.6667%
}

.col-offset-3 {
	margin-left: 25%
}

.col-offset-4 {
	margin-left: 33.333%
}

.col-offset-5 {
	margin-left: 41.6667%
}

.col-offset-6 {
	margin-left: 50%
}

.col-offset-7 {
	margin-left: 58.333%
}

.col-offset-8 {
	margin-left: 66.6667%
}

.col-offset-9 {
	margin-left: 75%
}

.col-offset-10 {
	margin-left: 83.333%
}

.col-offset-11 {
	margin-left: 91.6667%
}

.start- {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	text-align: start
}

.center- {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center
}

.end- {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: end
}

.top- {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start
}

.middle- {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

.bottom- {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end
}

.around- {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.between- {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between
}

.first- {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	order: -1
}

.last- {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1
}

@media (min-width:0) and (max-width:479px) {
	.container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px
	}
	.col-xxs,
	.col-xxs-1,
	.col-xxs-10,
	.col-xxs-11,
	.col-xxs-12,
	.col-xxs-2,
	.col-xxs-3,
	.col-xxs-4,
	.col-xxs-5,
	.col-xxs-6,
	.col-xxs-7,
	.col-xxs-8,
	.col-xxs-9 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem
	}
	.col-xxs {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
	}
	.col-xxs-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%
	}
	.col-xxs-2 {
		-ms-flex-preferred-size: 16.6667%;
		flex-basis: 16.6667%;
		max-width: 16.6667%
	}
	.col-xxs-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.col-xxs-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%
	}
	.col-xxs-5 {
		-ms-flex-preferred-size: 41.6667%;
		flex-basis: 41.6667%;
		max-width: 41.6667%
	}
	.col-xxs-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.col-xxs-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%
	}
	.col-xxs-8 {
		-ms-flex-preferred-size: 66.6667%;
		flex-basis: 66.6667%;
		max-width: 66.6667%
	}
	.col-xxs-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.col-xxs-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%
	}
	.col-xxs-11 {
		-ms-flex-preferred-size: 91.6667%;
		flex-basis: 91.6667%;
		max-width: 91.6667%
	}
	.col-xxs-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.col-xxs-offset-0 {
		margin-left: 0
	}
	.col-xxs-offset-1 {
		margin-left: 8.333%
	}
	.col-xxs-offset-2 {
		margin-left: 16.6667%
	}
	.col-xxs-offset-3 {
		margin-left: 25%
	}
	.col-xxs-offset-4 {
		margin-left: 33.333%
	}
	.col-xxs-offset-5 {
		margin-left: 41.6667%
	}
	.col-xxs-offset-6 {
		margin-left: 50%
	}
	.col-xxs-offset-7 {
		margin-left: 58.333%
	}
	.col-xxs-offset-8 {
		margin-left: 66.6667%
	}
	.col-xxs-offset-9 {
		margin-left: 75%
	}
	.col-xxs-offset-10 {
		margin-left: 83.333%
	}
	.col-xxs-offset-11 {
		margin-left: 91.6667%
	}
	.start-xxs {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start
	}
	.center-xxs {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center
	}
	.end-xxs {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end
	}
	.top-xxs {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start
	}
	.middle-xxs {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center
	}
	.bottom-xxs {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end
	}
	.around-xxs {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.between-xxs {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.first-xxs {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.last-xxs {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}

@media (min-width:480px) {
	.container {
		max-width: 90%
	}
	.col-xs,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem
	}
	.col-xs {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
	}
	.col-xs-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%
	}
	.col-xs-2 {
		-ms-flex-preferred-size: 16.6667%;
		flex-basis: 16.6667%;
		max-width: 16.6667%
	}
	.col-xs-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.col-xs-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%
	}
	.col-xs-5 {
		-ms-flex-preferred-size: 41.6667%;
		flex-basis: 41.6667%;
		max-width: 41.6667%
	}
	.col-xs-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.col-xs-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%
	}
	.col-xs-8 {
		-ms-flex-preferred-size: 66.6667%;
		flex-basis: 66.6667%;
		max-width: 66.6667%
	}
	.col-xs-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.col-xs-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%
	}
	.col-xs-11 {
		-ms-flex-preferred-size: 91.6667%;
		flex-basis: 91.6667%;
		max-width: 91.6667%
	}
	.col-xs-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.col-xs-offset-0 {
		margin-left: 0
	}
	.col-xs-offset-1 {
		margin-left: 8.333%
	}
	.col-xs-offset-2 {
		margin-left: 16.6667%
	}
	.col-xs-offset-3 {
		margin-left: 25%
	}
	.col-xs-offset-4 {
		margin-left: 33.333%
	}
	.col-xs-offset-5 {
		margin-left: 41.6667%
	}
	.col-xs-offset-6 {
		margin-left: 50%
	}
	.col-xs-offset-7 {
		margin-left: 58.333%
	}
	.col-xs-offset-8 {
		margin-left: 66.6667%
	}
	.col-xs-offset-9 {
		margin-left: 75%
	}
	.col-xs-offset-10 {
		margin-left: 83.333%
	}
	.col-xs-offset-11 {
		margin-left: 91.6667%
	}
	.start-xs {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start
	}
	.center-xs {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center
	}
	.end-xs {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end
	}
	.top-xs {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start
	}
	.middle-xs {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center
	}
	.bottom-xs {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end
	}
	.around-xs {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.between-xs {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.first-xs {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.last-xs {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}

@media (min-width:768px) {
	.container {
		max-width: 90%
	}
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem
	}
	.col-sm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
	}
	.col-sm-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%
	}
	.col-sm-2 {
		-ms-flex-preferred-size: 16.6667%;
		flex-basis: 16.6667%;
		max-width: 16.6667%
	}
	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%
	}
	.col-sm-5 {
		-ms-flex-preferred-size: 41.6667%;
		flex-basis: 41.6667%;
		max-width: 41.6667%
	}
	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%
	}
	.col-sm-8 {
		-ms-flex-preferred-size: 66.6667%;
		flex-basis: 66.6667%;
		max-width: 66.6667%
	}
	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%
	}
	.col-sm-11 {
		-ms-flex-preferred-size: 91.6667%;
		flex-basis: 91.6667%;
		max-width: 91.6667%
	}
	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-offset-1 {
		margin-left: 8.333%
	}
	.col-sm-offset-2 {
		margin-left: 16.6667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.333%
	}
	.col-sm-offset-5 {
		margin-left: 41.6667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.333%
	}
	.col-sm-offset-8 {
		margin-left: 66.6667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.333%
	}
	.col-sm-offset-11 {
		margin-left: 91.6667%
	}
	.start-sm {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start
	}
	.center-sm {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center
	}
	.end-sm {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end
	}
	.top-sm {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start
	}
	.middle-sm {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center
	}
	.bottom-sm {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end
	}
	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.between-sm {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.first-sm {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.last-sm {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}

@media (min-width:1025px) {
	.container {
		max-width: 90%
	}
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem
	}
	.col-md {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
	}
	.col-md-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%
	}
	.col-md-2 {
		-ms-flex-preferred-size: 16.6667%;
		flex-basis: 16.6667%;
		max-width: 16.6667%
	}
	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%
	}
	.col-md-5 {
		-ms-flex-preferred-size: 41.6667%;
		flex-basis: 41.6667%;
		max-width: 41.6667%
	}
	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%
	}
	.col-md-8 {
		-ms-flex-preferred-size: 66.6667%;
		flex-basis: 66.6667%;
		max-width: 66.6667%
	}
	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%
	}
	.col-md-11 {
		-ms-flex-preferred-size: 91.6667%;
		flex-basis: 91.6667%;
		max-width: 91.6667%
	}
	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 8.333%
	}
	.col-md-offset-2 {
		margin-left: 16.6667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.333%
	}
	.col-md-offset-5 {
		margin-left: 41.6667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.333%
	}
	.col-md-offset-8 {
		margin-left: 66.6667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.333%
	}
	.col-md-offset-11 {
		margin-left: 91.6667%
	}
	.start-md {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start
	}
	.center-md {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center
	}
	.end-md {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end
	}
	.top-md {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start
	}
	.middle-md {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center
	}
	.bottom-md {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end
	}
	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.between-md {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.first-md {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.last-md {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}

@media (min-width:1400px) {
	.container {
		max-width: 76.11em
	}
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem
	}
	.col-lg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
	}
	.col-lg-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%
	}
	.col-lg-2 {
		-ms-flex-preferred-size: 16.6667%;
		flex-basis: 16.6667%;
		max-width: 16.6667%
	}
	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%
	}
	.col-lg-5 {
		-ms-flex-preferred-size: 41.6667%;
		flex-basis: 41.6667%;
		max-width: 41.6667%
	}
	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%
	}
	.col-lg-8 {
		-ms-flex-preferred-size: 66.6667%;
		flex-basis: 66.6667%;
		max-width: 66.6667%
	}
	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%
	}
	.col-lg-11 {
		-ms-flex-preferred-size: 91.6667%;
		flex-basis: 91.6667%;
		max-width: 91.6667%
	}
	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.333%
	}
	.col-lg-offset-2 {
		margin-left: 16.6667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.333%
	}
	.col-lg-offset-5 {
		margin-left: 41.6667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.333%
	}
	.col-lg-offset-8 {
		margin-left: 66.6667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.333%
	}
	.col-lg-offset-11 {
		margin-left: 91.6667%
	}
	.start-lg {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start
	}
	.center-lg {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center
	}
	.end-lg {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end
	}
	.top-lg {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start
	}
	.middle-lg {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center
	}
	.bottom-lg {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end
	}
	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.between-lg {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.first-lg {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.last-lg {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}

@media (min-width:1641px) {
	.container {
		max-width: 76.11em
	}
	.col-xlg,
	.col-xlg-1,
	.col-xlg-10,
	.col-xlg-11,
	.col-xlg-12,
	.col-xlg-2,
	.col-xlg-3,
	.col-xlg-4,
	.col-xlg-5,
	.col-xlg-6,
	.col-xlg-7,
	.col-xlg-8,
	.col-xlg-9 {
		box-sizing: border-box;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding-right: 1rem;
		padding-left: 1rem
	}
	.col-xlg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
	}
	.col-xlg-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%
	}
	.col-xlg-2 {
		-ms-flex-preferred-size: 16.6667%;
		flex-basis: 16.6667%;
		max-width: 16.6667%
	}
	.col-xlg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.col-xlg-4 {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		max-width: 33.333%
	}
	.col-xlg-5 {
		-ms-flex-preferred-size: 41.6667%;
		flex-basis: 41.6667%;
		max-width: 41.6667%
	}
	.col-xlg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.col-xlg-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%
	}
	.col-xlg-8 {
		-ms-flex-preferred-size: 66.6667%;
		flex-basis: 66.6667%;
		max-width: 66.6667%
	}
	.col-xlg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.col-xlg-10 {
		-ms-flex-preferred-size: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%
	}
	.col-xlg-11 {
		-ms-flex-preferred-size: 91.6667%;
		flex-basis: 91.6667%;
		max-width: 91.6667%
	}
	.col-xlg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.col-xlg-offset-0 {
		margin-left: 0
	}
	.col-xlg-offset-1 {
		margin-left: 8.333%
	}
	.col-xlg-offset-1 {
		margin-left: 8.333%
	}
	.col-xlg-offset-2 {
		margin-left: 16.6667%
	}
	.col-xlg-offset-3 {
		margin-left: 25%
	}
	.col-xlg-offset-4 {
		margin-left: 33.333%
	}
	.col-xlg-offset-5 {
		margin-left: 41.6667%
	}
	.col-xlg-offset-6 {
		margin-left: 50%
	}
	.col-xlg-offset-7 {
		margin-left: 58.333%
	}
	.col-xlg-offset-8 {
		margin-left: 66.6667%
	}
	.col-xlg-offset-9 {
		margin-left: 75%
	}
	.col-xlg-offset-10 {
		margin-left: 83.333%
	}
	.col-xlg-offset-11 {
		margin-left: 91.6667%
	}
	.start-xlg {
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: start
	}
	.center-xlg {
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center
	}
	.end-xlg {
		-ms-flex-pack: end;
		-webkit-box-pack: end;
		justify-content: flex-end;
		text-align: end
	}
	.top-xlg {
		-ms-flex-align: start;
		-webkit-box-align: start;
		align-items: flex-start
	}
	.middle-xlg {
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center
	}
	.bottom-xlg {
		-ms-flex-align: end;
		-webkit-box-align: end;
		align-items: flex-end
	}
	.around-xlg {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.between-xlg {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		justify-content: space-between
	}
	.first-xlg {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		order: -1
	}
	.last-xlg {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		order: 1
	}
}

.actions {
	margin-top: 2em
}

.btn,
button:not(.owl-dot, .owl-prev, .owl-next),
input[type=button],
input[type=submit] {
	text-transform: uppercase;
	font-weight: 700;
	height: 3.555em;
	line-height: 3.555em;
	color: #51514c;
	padding: 0 5em 0 1.610em;
	position: relative;
	border: 2px solid #51514c;
	display: inline-block;
	font-family: Barlow, sans-serif;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s
}

.btn::before,
button:not(.owl-dot, .owl-prev, .owl-next)::before,
input[type=button]::before,
input[type=submit]::before {
	content: "";
	position: absolute;
	width: 3.555em;
	height: 100%;
	border-left: .055em solid #51514c;
	right: 0;
	top: 0;
	background-color: #f7f6f4;
	-webkit-transition: background-color ease-in-out .2s;
	-moz-transition: background-color ease-in-out .2s;
	-ms-transition: background-color ease-in-out .2s;
	-o-transition: background-color ease-in-out .2s;
	transition: background-color ease-in-out .2s
}

.btn::after,
button:not(.owl-dot, .owl-prev, .owl-next)::after,
input[type=button]::after,
input[type=submit]::after {
	content: "+";
	font-weight: 300;
	font-size: 1.65em;
	width: .9033333333em;
	height: .9033333333em;
	line-height: .8033333333em;
	text-align: center;
	border-radius: 180px;
	border: 1px solid #51514c;
	color: #51514c;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: .565em;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s
}

.btn.collapse::after,
button:not(.owl-dot, .owl-prev, .owl-next).collapse::after,
input[type=button].collapse::after,
input[type=submit].collapse::after {
	content: "";
	background-image: url(assets/img/icons/collapse.svg);
	background-repeat: no-repeat;
	background-position: center
}

.btn.colorat,
button:not(.owl-dot, .owl-prev, .owl-next).colorat,
input[type=button].colorat,
input[type=submit].colorat {
	border-color: #60A55B;
	color: #60A55B
}

.btn.colorat::after,
.btn.colorat::before,
button:not(.owl-dot, .owl-prev, .owl-next).colorat::after,
button:not(.owl-dot, .owl-prev, .owl-next).colorat::before,
input[type=button].colorat::after,
input[type=button].colorat::before,
input[type=submit].colorat::after,
input[type=submit].colorat::before {
	border-color: #60A55B
}

.btn.colorat::after,
button:not(.owl-dot, .owl-prev, .owl-next).colorat::after,
input[type=button].colorat::after,
input[type=submit].colorat::after {
	color: #60A55B
}

.btn.color-fill,
button:not(.owl-dot, .owl-prev, .owl-next).color-fill,
input[type=button].color-fill,
input[type=submit].color-fill {
	border-color: #f7f6f4;
	background-color: #60A55B;
	color: #f7f6f4
}

.btn.color-fill::after,
.btn.color-fill::before,
button:not(.owl-dot, .owl-prev, .owl-next).color-fill::after,
button:not(.owl-dot, .owl-prev, .owl-next).color-fill::before,
input[type=button].color-fill::after,
input[type=button].color-fill::before,
input[type=submit].color-fill::after,
input[type=submit].color-fill::before {
	border-color: #f7f6f4
}

.btn.color-fill::before,
button:not(.owl-dot, .owl-prev, .owl-next).color-fill::before,
input[type=button].color-fill::before,
input[type=submit].color-fill::before {
	background-color: #60A55B
}

.btn.color-fill::after,
button:not(.owl-dot, .owl-prev, .owl-next).color-fill::after,
input[type=button].color-fill::after,
input[type=submit].color-fill::after {
	color: #f7f6f4
}

.btn.color-fill:hover,
button:not(.owl-dot, .owl-prev, .owl-next).color-fill:hover,
input[type=button].color-fill:hover,
input[type=submit].color-fill:hover {
	background-color: #f7f6f4;
	color: #51514c
}

.btn.color-fill:hover::before,
button:not(.owl-dot, .owl-prev, .owl-next).color-fill:hover::before,
input[type=button].color-fill:hover::before,
input[type=submit].color-fill:hover::before {
	background-color: #51514c
}

.btn.arrow,
button:not(.owl-dot, .owl-prev, .owl-next).arrow,
input[type=button].arrow,
input[type=submit].arrow {
	padding: 0 6.777em 0 1.610em
}

.btn.arrow::after,
button:not(.owl-dot, .owl-prev, .owl-next).arrow::after,
input[type=button].arrow::after,
input[type=submit].arrow::after {
	content: "✓";
	font-size: 2em;
	width: 1.5em;
	height: 1em;
	line-height: 1em;
	padding-top: 0.75em;
	right: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	border-radius: 0;
	border-left: 1px solid #f7f6f4
}

.btn.arrow::before,
button:not(.owl-dot, .owl-prev, .owl-next).arrow::before,
input[type=button].arrow::before,
input[type=submit].arrow::before {
	display: none
}

.btn:hover,
button:not(.owl-dot, .owl-prev, .owl-next):hover,
input[type=button]:hover,
input[type=submit]:hover {
	background-color: #51514c;
	color: #f7f6f4;
}

.btn:hover::before,
button:not(.owl-dot, .owl-prev, .owl-next):hover::before,
input[type=button]:hover::before,
input[type=submit]:hover::before {
	background-color: #60A55B
	border-color: #ccc
}

.btn:hover::after,
button:not(.owl-dot, .owl-prev, .owl-next):hover::after,
input[type=button]:hover::after,
input[type=submit]:hover::after {
	color: #51514c;
	background-color: #f7f6f4;
	border-color: #ccc
}

.btn:hover.arrow,
button:not(.owl-dot, .owl-prev, .owl-next):hover.arrow,
input[type=button]:hover.arrow,
input[type=submit]:hover.arrow {
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	cursor: pointer;
}
/*

.btn:hover.arrow::after,
button:not(.owl-dot, .owl-prev, .owl-next):hover.arrow::after,
input[type=button]:hover.arrow::after,
input[type=submit]:hover.arrow::after {
	background-color: #2d3130
} */


/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "“" "”" "‘" "’"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

header {
	padding: .610em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999
}

header>div {
	background-color: rgba(247, 246, 244, .85);
	border: .11em solid #2d3130
}

header a.logo {
	padding-left: 1.11em;
	font-size: 36.232px;
}

header .burger {
	display: none
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}

header nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3.610em;
	position:relative;
}

header nav ul li a {
	font-size: 1.2222222222em;
	position: relative;
	color: #000
}

header nav ul li a::after {
	content: "";
	position: absolute;
	background-color: #2d3130;
	top: calc(100% + .1818181818em);
	width: 100%;
	height: .0909090909em;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	-webkit-transition: width ease-in-out .2s;
	-moz-transition: width ease-in-out .2s;
	-ms-transition: width ease-in-out .2s;
	-o-transition: width ease-in-out .2s;
	transition: width ease-in-out .2s
}

header nav ul li a.active {
	color: #60A55B;
}

header nav ul li a:focus::after,
header nav ul li a:hover::after {
	width: 100%
}

header .nav-boxes {
	width: 19.65em
}

header .nav-boxes>div a {
	display: flex;
	align-items: center;
	justify-content: center
}

header .nav-boxes>div a:first-of-type {
	flex: 0 0 60%;
	font-size: 1.11em;
	border-left: .1em solid #2d3130;
	padding: .5em 1.25em
}

header .nav-boxes>div a:last-of-type {
	flex: 0 0 40%;
	font-size: .888em;
	border-left: .125em solid #2d3130;
	padding: .625em 1.5625em
}

header .nav-boxes>a.active {
	color: #60A55B;
}

header .nav-boxes a {
	text-align: center;
	display: block;
	color: #000
}

header .nav-boxes a:focus,
header .nav-boxes a:hover {
	background-color: #2d3130;
	color: #f7f6f4
}

header .nav-boxes>a {
	width: 100%;
	border-top: .11em solid #2d3130;
	font-size: 1.333em;
	border-left: .0833333333em solid #2d3130;
	padding: .5em 1.0416666667em
}

div.admin {
	background-color: #000;
	padding: .5em 1em
}

div.admin p {
	margin: 0;
	font-size: .8em
}

div.admin a:hover {
	text-decoration: underline
}

div.admin i {
	margin-right: .5em
}

div.admin a,
div.admin p {
	color: #fff
}

div.admin img {
	width: 100px
}

div.admin .separator {
	margin: 0 .5em
}

div.admin .admin_success {
	color: #00a65a;
	margin-left: .5em
}

div.admin .admin_success i {
	margin: 0
}

.flex {
	display: flex
}

.flex.between {
	justify-content: space-between
}

.flex.center {
	align-items: center
}

.flex.align-center {
	align-content: center
}

.flex.auto {
	flex: auto
}

.z-upper {
	position: relative;
	z-index: 2
}

.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0
}

.negative-space-top {
	margin-top: -6.555em
}

.spacer-right {
	padding-right: 7.777em
}

.spacer-left {
	padding-left: 7.777em
}

.secondary-pages {
	padding-top: 14.72em
}

.secondary-pages-small {
	padding-top: 8.888em
}

section.main-stage {
	height: 100vh;
	width: 100%;
	position: relative;
	background-image: url(../assets/img/pages/home/amenajari10-1hero.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center
}

html.webp section.main-stage {
	background-image: url(../assets/img/pages/home/amenajari10-1hero.jpg)
}

section.main-stage h1 {
	padding: 4vh 0.7266666667em;
	background-color: rgba(247, 246, 244, .8);
	font-size: 6.2vh;
	position: relative;
	z-index: 2;
	max-width: 13.0em;
	margin: 31vh 0 0 -1.0266666667em;
	letter-spacing: .1em
}

.section-title.subtitle h1 {
	margin-top: 0!important
}

.section-title.subtitle .top-subtitle {
	font-size: 1.11em;
	text-transform: uppercase;
	margin: 0 0 .5em;
	font-weight: 500
}

.section-title h1,
.section-title h2 {
	font-size: 2.8em;
	letter-spacing: .033em;
	word-spacing: .065em;
	line-height: 1.1em;
	margin: 0 0 .365em
}

.section-title h3 {
	color: #f7f6f4;
	font-size: 1.388em;
	margin: 0;
	letter-spacing: .2em
}

.section-title.big h1,
.section-title.big h2 {
	line-height: 1em
}

.section-title.big h1 {
	font-size: 5.555em;
	letter-spacing: .1em;
	margin: .6em 0 .95em
}

.section-title.big h2 {
	margin-top: 0;
	font-size: 5.2222222222em;
	letter-spacing: .1063829787em;
	margin: .6382978723em 0 1.0106382979em
}

.section-title.light h1,
.section-title.light h2,
.section-title.light h3 {
	color: #f7f6f4
}

.section-title.dark h3 {
	color: #51514c
}

.section-title.small-space h2 {
	margin: 0 0 .2659574468em
}

.main-infos {
	padding: 6vh 2.15em;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
	max-width: 21.65em
}

.main-infos h3,
.main-infos p {
	color: #f7f6f4
}

.main-infos h3 {
	font-size: 1.165em;
	margin: 0;
	letter-spacing: .2380952381em
}

.main-infos img {
	margin: 1.11em 0
}

.main-infos p {
	font-size: 1.055em;
	margin: 0;
	line-height: 1.4210526316em
}

.main-infos.colorat {
	background-color: #60A55B
}

.main-infos.space-left {
	margin-left: auto
}

.main-infos.space-auto {
	margin: 0 auto
}

.projects-nav {
	border: .11em solid #2d3130;
	padding: .65em .944em;
	margin: 3.055em 0 4.72em
}

.projects-nav ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.projects-nav ul li a {
	color: #2d3130;
	text-transform: uppercase;
	position: relative
}

.projects-nav ul li a:hover {
	color: #60A55B
}

.projects-nav ul li a:hover::after {
	width: 100%
}

.projects-nav ul li a.active::after {
	width: 100%
}

.projects-nav ul li a::after {
	content: "";
	width: 0;
	height: .055em;
	background-color: #2d3130;
	top: 100%;
	left: 0;
	position: absolute;
	transition: width ease-in-out .2s
}

a.return {
	font-weight: 700;
	font-size: 1.2222222222em;
	color: #60A55B;
	margin-bottom: 0.2727272727em;
	display: inline-block
}

a.return::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	width: 2.7727272727em;
	height: .7172727273em;
	background-image: url(../assets/img/icons/arrow-colorat.svg);
	background-repeat: no-repeat;
	margin-right: .5909090909em;
	position: relative;
	top: -.11em;
	background-size: 100%;
	transition: margin-right ease-in-out .2s
}

a.return:hover {
	opacity: .7
}

a.return:hover::before {
	margin-right: .7727272727em
}
.dropdown-menu{
	position: absolute;
	display:none;
	flex-direction: column;
	min-width: 200%;
}
.dropdown:hover ul {
	display: block;
}
.dropdown-menu li{
	margin-top:5px;
}

@media (min-width:1025px) and (max-width:1399px) {
	header .nav-boxes {
		width: 15em
	}
}

@media screen and (max-width:1100px) {
	section.main-stage {
		background-attachment: inherit
	}
}

@media (max-width:1024px) {
	body {
		font-size: .8em
	}
	header {
		padding: 0
	}
	header>div {
		padding: .555em 1.11em;
		border-top: none;
		border-left: none;
		border-right: none
	}
	header>div>div a.logo {
		padding-left: 0;
		height: 2.2222222222em;
	}
	header>div>div a.logo svg {
		max-height: 100%;
		width: auto
	}
	header>div>div .burger {
		display: inline-block;
		width: 1.65em
	}
	header>div>div .burger span,
	header>div>div .burger::after,
	header>div>div .burger::before {
		content: "";
		display: block;
		width: 100%;
		height: .11em;
		background-color: #2d3130;
		margin-bottom: .2222222222em;
		position: relative;
		top: 0;
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: all ease-in-out .2s;
		-moz-transition: all ease-in-out .2s;
		-ms-transition: all ease-in-out .2s;
		-o-transition: all ease-in-out .2s;
		transition: all ease-in-out .2s
	}
	header>div>div .burger::after {
		margin-bottom: 0
	}
	header>div>div .burger.active::before {
		top: .333em;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	header>div>div .burger.active span {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	header>div>div .burger.active::after {
		top: -.333em;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	header>div>div .menu {
		display: block;
		position: fixed;
		width: 100%;
		left: 0;
		top: 3.444em;
		max-height: 0;
		overflow: auto;
		background-color: rgba(247, 246, 244, .9);
		padding-bottom: 0;
		-webkit-transition: all ease-in-out .2s;
		-moz-transition: all ease-in-out .2s;
		-ms-transition: all ease-in-out .2s;
		-o-transition: all ease-in-out .2s;
		transition: all ease-in-out .2s
	}
	header>div>div .menu.active {
		max-height: 100%;
		padding-bottom: 3.444em
	}
	header>div>div .menu nav ul li {
		display: block;
		margin: 0;
		width: 100%
	}
	header>div>div .menu nav ul li a {
		padding: .555em 1.11em;
		display: block;
		border-bottom: .055em solid rgba(45, 49, 48, .3)
	}
	header>div>div .menu nav ul li a::after {
		display: none
	}
	header>div>div .menu nav ul li a:focus,
	header>div>div .menu nav ul li a:hover {
		background-color: #2d3130;
		color: #f7f6f4
	}
	header>div>div .menu .nav-boxes {
		width: 100%
	}
	header>div>div .menu .nav-boxes .flex {
		display: block
	}
	header>div>div .menu .nav-boxes .flex a {
		display: block;
		width: 100%;
		text-align: center;
		padding: .555em 1.11em;
		text-align: left;
		border-left: none;
		border-bottom: .055em solid rgba(45, 49, 48, .3)
	}
	header>div>div .menu .nav-boxes a {
		font-size: 1.2222222222em;
		text-align: left;
		border: none
	}
	.dropdown-menu{
		position:relative;
	}
	.dropdown-menu li a{
		margin-left:20px;
	}
}

@media (max-width:767px) {
	body {
		font-size: .7em
	}
	section.main-stage {
		height: auto;
		padding-bottom: 10em
	}
	section.main-stage h1 {
		font-size: 2.2222222222rem;
		margin-top: 3em
	}
}
