/*------------------------------------*\
  #RESET 
\*------------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
html,body,div,span,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	outline: 0;
}
a:active,
a:hover {
	outline: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,embed,object,iframe,audio,video,canvas,progress,meter,output,textarea {
	display: block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
blockquote,
q {
	quotes: none;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* Table reset */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
	vertical-align: top;
}
thead th,
thead td {
	font-weight: 900;
	vertical-align: bottom;
}
/* Image inside */
a img,
th img,
td img {
	vertical-align: top;
}
button,
input,
select,
textarea {
	margin: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
/* Normalize buttons in IE */
button {
	width: auto;
	overflow: visible;
}
/* Hand cursor on clickable controls */
input[type="file"],
input[type="radio"],
input[type="checkbox"],
select,
button {
	cursor: pointer;
}
/* Normalize search fields */
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
/* Responsive media */
img,
video,
audio,
embed,
object {
	max-width: 100%;
}
img,
video,
embed,
object {
	height: auto;
}
embed,
object {
	height: 100%;
}
img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
svg {
    margin: 0;
}


/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
html {
    overflow: auto;
}
body {
	font-family: "Muli", sans-serif;
	font-size: 1em;
    font-weight: 400;
	line-height: 1.5em;
	color: #3c3c3c;
	background: #ffffff;
	overflow: visible;
}
/* Links */
a {
	color: #E85B33;
	-webkit-transition: background .4s ease-out, color .4s ease-out;
	transition: background .4s ease-out, color .4s ease-out;
}
a:hover {
	color: #FF7F00;
}
a:focus {
    background: #FF7F00;
	color: #fff;
	outline: 0;
    border: 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Muli", sans-serif;
	font-weight: 900;
	color: #1c1c1c;
	text-rendering: optimizeLegibility;
	margin-bottom: 0.3em;
}
h1 {
	font-size: 2.40em;
	line-height: 1.20em;
}
h2 {
	font-size: 2.20em;
	line-height: 1.25em;
}
h3 {
	font-size: 2.10em;
	line-height: 1.25em;
}
h4 {
	font-size: 2.00em;
	line-height: 1.3em;
}
h5 {
	font-size: 1.90em;
	line-height: 1.35em;
}
h6 {
	font-size: 1.80em;
	line-height: 1.35em;
}
p {
    font-size: 1.3em;
	margin-bottom: 1.5em;
}
/* Lead */
.lead {
	font-size: 1.45em;
	font-weight: 600;
    color: #6c6c6c;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
/* Line height and margin */
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
	line-height: 1.5em;
}
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0 0 0 2em;
}
ul li,
ol li {
	text-align: left;
}
ol ol li {
	list-style-type: lower-alpha;
}
ol ol ol li {
	list-style-type: lower-roman;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
form,
fieldset,
figure,
address {
	margin-bottom: 1.5em;
}
/* Lists */
.list-flat {
	margin-left: 0;
	list-style: none;
}
.list-inline {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	margin-right: 0.5em;
    margin-bottom: 0;
}
dl dt {
	font-weight: 900;
}
dd {
	margin-left: 1.5em;
}
/* Blockquote */
blockquote {
	position: relative;
	font-size: 1.1em;
    font-weight: 600;
	padding: 0.7em 2.2em; 
    color: #1f1f1f;
    background: #F1F2F3;
    z-index: 1;
}
blockquote:before {
	content: url(../img/ui/quote-left.svg);
    position: absolute;
    display: inline-block;
    left: 0.5em;
    top: 0.5em;
    width: 20px;
    height: 20px;
}
blockquote:after {
	content: url(../img/ui/quote-right.svg);
    position: absolute;
    display: inline-block;
    right: 0.5em;
    bottom: 0.5em;
    width: 20px;
    height: 20px;    
}
blockquote p {
	margin-bottom: 0.5em;
}
blockquote small,
cite {
	color: #575757;
	font-weight: 400;
}
blockquote cite:before {
	content: " — ";
}
small,
blockquote cite {
	font-size: 0.938em;
	line-height: 1;
}
/* Horizontal rule */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e5e5e5;
}
/* Address */
address {
	font-style: normal;
}
/* Text formatting */
s,
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted #0068BD;
	cursor: help;
}
strong,
b {
	font-weight: 900;
}
em,
i {
	font-style: italic;
}
sub,
sup {
	position: relative;
	font-size: 0.7em;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
figcaption {
	font-size: 0.9em;
	font-style: italic;
	margin: 0.3em 0;
}
ins,
u {
	text-decoration: underline;
}
mark {
	color: #0E0E1E;
	text-decoration: none;
	background: #fee7af;
}
/* Code */
pre,
code,
kbd,
samp,
var,
output {
	font-size: 100%;
	font-style: normal;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
	font-size: 90%;
	line-height: 1.5em;
	color: #575757;
	margin-top: 1.5em;
	background: #ffffff;
	overflow: auto;
}
code,
samp,
kbd {
	display: inline-block;
	line-height: 1em;
	padding: 3px 6px 2px 6px;
	border-radius: 0;
}
code {
	border: 1px solid #C8CDC7;
	background: #E8EAE7;
}
pre code {
	font-size: 100%;
	line-height: 1.5em;
	padding: 0;
	border: none;
	background: none;
}
var {
	color: #B2BAB0 ;
}
samp {
	border: 1px solid #6D7B6A;
	background: #D2D8D1;
}
kbd {
	color: #E8EAE7;
	white-space: nowrap;
	background: #373F36;
}


/*------------------------------------*\
  #TYPOGRAPHY BREAKPOINTS
\*------------------------------------*/
@media only screen and (min-width: 1921px) {
	h1 {font-size: 2.60em;}
	h2 {font-size: 2.30em;}
	h3 {font-size: 2.20em;}
	h4 {font-size: 2.10em;}
	h5 {font-size: 2.00em;}
	h6 {font-size: 1.9em;}
    .lead {
        font-size: 1.7em;
    }
	p,ul,ol,dl,dd,dt,blockquote,td,th {
        font-size: 1.55em;
	}    
}
@media only screen and (max-width: 1920px) {
	h1 {font-size: 2.30em;}
	h2 {font-size: 2.10em;}
	h3 {font-size: 2.00em;}
	h4 {font-size: 1.90em;}
	h5 {font-size: 1.80em;}
	h6 {font-size: 1.70em;}
    .lead {
        font-size: 1.4em;
    }
	p,ul,ol,dl,dd,dt,blockquote,td,th {
        font-size: 1.25em;
	}    
}
@media only screen and (max-width: 1536px) {   
	h1 {font-size: 2.10em;}
	h2 {font-size: 2.00em;}
	h3 {font-size: 1.90em;}
	h4 {font-size: 1.80em;}
	h5 {font-size: 1.70em;}
	h6 {font-size: 1.60em;}
    .lead {
        font-size: 1.35em;
    }
	p,ul,ol,dl,dd,dt,blockquote,td,th {
        font-size: 1.2em;
	}    
}
@media only screen and (max-width: 1152px) {
	h1 {font-size: 2.00em;}
	h2 {font-size: 1.90em;}
	h3 {font-size: 1.80em;}
	h4 {font-size: 1.70em;}
	h5 {font-size: 1.60em;}
	h6 {font-size: 1.50em;}
    .lead {
        font-size: 1.3em;
    }
	p,ul,ol,dl,dd,dt,blockquote,td,th {
        font-size: 1.15em;
	}
}
@media only screen and (max-width: 960px) {
	h1 {font-size: 1.90em;}
	h2 {font-size: 1.80em;}
	h3 {font-size: 1.70em;}
	h4 {font-size: 1.60em;}
	h5 {font-size: 1.50em;}
	h6 {font-size: 1.40em;}
    .lead {
        font-size: 1.25em;
    }
	p,ul,ol,dl,dd,dt,blockquote,td,th {
        font-size: 1.10em;
	}    
}
@media only screen and (max-width: 768px) {
	h1 {font-size: 1.80em;}
	h2 {font-size: 1.70em;}
	h3 {font-size: 1.60em;}
	h4 {font-size: 1.50em;}
	h5 {font-size: 1.40em;}
	h6 {font-size: 1.30em;}
    .lead {
        font-size: 1.2em;
        line-height: 1.45em;
    }
	p,ul,ol,dl,dd,dt,blockquote,td,th {
        font-size: 1.05em;    
		line-height: 1.45em;
	}
}
@media only screen and (max-width: 576px) {
	h1 {font-size: 1.70em;}
	h2 {font-size: 1.60em;}
	h3 {font-size: 1.50em;}
	h4 {font-size: 1.40em;}
	h5 {font-size: 1.30em;}
	h6 {font-size: 1.20em;}
    .lead {
        font-size: 1.15em;
        line-height: 1.4em;
    }
	p,ul,ol,dl,dd,dt,blockquote,td,th {
        font-size: 1em;    
		line-height: 1.4em;
	}    
}
@media only screen and (max-width: 384px) {
	h1 {font-size: 1.50em;}
	h2 {font-size: 1.40em;}
	h3 {font-size: 1.30em;}
	h4 {font-size: 1.20em;}
	h5 {font-size: 1.10em;}
	h6 {font-size: 1.00em;}
    .lead {
        font-size: 1.1em;
        line-height: 1.35em;
    }
	p,ul,ol,dl,dd,dt,blockquote,td,th {
		font-size: 0.938em;
		line-height: 1.35em;
	}
}


/*------------------------------------*\
  #FORM
\*------------------------------------*/
button,
input,
select,
textarea {
	font-family: "Muli", sans-serif;
    font-weight: 400;
	font-size: 1em;
	line-height: 1.2em;
	vertical-align: top;
	padding: 5px;
}
button:active,
button:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #575757;
}
[disabled]::-webkit-input-placeholder {
	color: #575757;
}
[disabled]::-moz-placeholder {
	color: #575757;
}
:-ms-input-placeholder {
	color: #575757;
}
:focus:-ms-input-placeholder {
	color: #575757;
}
fieldset {
	margin-bottom: 1.5em;
	padding: 1em;
	border: 2px solid #eee;
}
fieldset *:last-child {
	margin-bottom: 0 !important;
}
legend {
	font-weight: 900;
	margin-left: -1em;
	padding: 0 1em;
}
input[type]::-ms-tooltip {
	display: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
select {
	margin-bottom: 0 !important;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
    color: #1f1f1f;
	background: #eee;
    outline: none;
	z-index: 2;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
select::-ms-expand {
	border: 0;
	background: #eee;
	outline: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="search"],
input[type="color"],
input[type="file"] {
	-webkit-appearance: none;
	position: relative;
	margin-bottom: 4px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow:  0;
	box-shadow:  0;
	background: #eee;
	outline: none;
	z-index: 2;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0px 0px 0px 500px rgba(0,0,0,0.1);
}
input:-webkit-autofill:focus {
	-webkit-box-shadow: inset 0px 0px 0px 500px rgba(0,0,0,0.1);
	outline: 0;
}
textarea:focus {
    -webkit-box-shadow: inset 0px 0px 0px 500px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 0px 500px rgba(0,0,0,0.1);
	border: 0;
	border-radius: 0;
	outline: 0;
}
select:focus,
input:focus {
    -webkit-box-shadow: inset 0px 0px 0px 500px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 0px 500px rgba(0,0,0,0.1);
	outline: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="url"][disabled],
input[type="email"][disabled],
input[type="phone"][disabled],
input[type="tel"][disabled],
input[type="number"][disabled],
input[type="datetime"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="time"][disabled],
input[type="datetime-local"][disabled],
input[type="search"][disabled],
input[type="color"][disabled],
input[type="range"][disabled],
input[type="file"][disabled] {
	color: #a3a3a3;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f1f2f3;
	cursor: default;
	resize: none;
}
/* Color input  */
input[type="color"] {
	min-height: 32px;
}
input[type="color"]::-webkit-color-swatch-wrapper,
input[type="color"]::-webkit-color-swatch {
	margin: 0;
	padding: 0;
	border: 0;
}
/* File input Webkit */
input[type="file"]::-webkit-file-upload-button {
	font-family: "Muli", sans-serif;
	text-decoration: underline;
	color: #E85B33;
	border: 0;
	background: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
input[type="file"]:hover::-webkit-file-upload-button {
	color: #FF7F00;
}
input[type="file"][disabled]::-webkit-file-upload-button {
	color: #a3a3a3;
	cursor: default;
}
/* File Input IE 10+ */
input[type="file"]::-ms-browse {
	font-family: "Muli", sans-serif;
	text-decoration: underline;
	color: #E85B33;
	border: 0;
	outline: none;
	cursor: pointer;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
input[type="file"]:hover::-ms-browse {
	color: #FF7F00;
}
input[type="file"][disabled]::-ms-browse {
	color: #C8CDC7;
	background: #ffffff;
	cursor: default;
}
input[type="file"]::-ms-value {
	background: #e5e5e5;
	border: 0;
	outline: none;
}
input[type="file"][disabled]::-ms-value {
	background: #ffffff;
	cursor: default;
}
/* Checkbox/Radio */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked,
input[type="radio"]:not(:checked),
input[type="radio"]:checked {
	display: inline;
	position: fixed;
	left: -8000px;
	top: 0;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label,
input[type="radio"]:not(:checked) + label,
input[type="radio"]:checked + label {
	position: relative;
    display: inline-block;
	font-size: 1em;
    font-weight: 600;
	line-height: 1.38em;
	margin-bottom: 5px;
	padding: 1px 8px 1px 30px;
	background: none;
	cursor: pointer;    
	-webkit-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="radio"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
}
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before {
	height: 24px;
	width: 24px;
	top: 0;
	left: 0;
	background: #eee;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
input[type="checkbox"]:not(:checked) + label:before {
	content: url(../img/ui/form-check--off.svg);
}
input[type="radio"]:not(:checked) + label:before {
	content: url(../img/ui/form-radio--off.svg);
}
input[type="checkbox"]:checked + label:after {
	height: 24px;
	width: 24px;
	top: 0;
	left: 0;
	background: #eee;
	content: url(../img/ui/form-check.svg);
}
input[type="radio"]:checked + label:after {
	height: 24px;
	width: 24px;
	top: 0;
	left: 0;
	background: #eee;
	content: url(../img/ui/form-radio.svg);
}
input[type="checkbox"]:focus:checked + label:before,
input[type="checkbox"]:focus:not(:checked) + label:before,
input[type="radio"]:focus:checked + label:before,
input[type="radio"]:focus:not(:checked) + label:before {
    -webkit-box-shadow: inset 0px 0px 0px 500px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 0px 500px rgba(0,0,0,0.1);
}
input[type="checkbox"]:focus:checked + label:after,
input[type="checkbox"]:focus:not(:checked) + label:after,
input[type="radio"]:focus:checked + label:after,
input[type="radio"]:focus:not(:checked) + label:after {
    -webkit-box-shadow: inset 0px 0px 0px 500px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 0px 500px rgba(0,0,0,0.1);
}
input[type="checkbox"][disabled]:not(:checked) + label,
input[type="checkbox"][disabled]:checked + label,
input[type="radio"][disabled]:not(:checked) + label,
input[type="radio"][disabled]:checked + label {
	background: none;
	cursor: default;
    color: #a3a3a3;
}
input[type="checkbox"][disabled]:checked + label:before,
input[type="checkbox"][disabled]:not(:checked) + label:before,
input[type="radio"][disabled]:checked + label:before,
input[type="radio"][disabled]:not(:checked) + label:before {
	background: #f1f2f3;
}
/* Form styles */
.forms label {
	display: block;
    font-weight: 900;
	margin-bottom: 0.8em;
}
.forms select,
.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="url"],
.forms input[type="email"],
.forms input[type="phone"],
.forms input[type="tel"],
.forms input[type="number"],
.forms input[type="datetime"],
.forms input[type="date"],
.forms input[type="datetime-local"],
.forms input[type="month"],
.forms input[type="week"],
.forms input[type="time"],
.forms input[type="search"],
.forms input[type="color"],
.forms input[type="range"],
.forms input[type="file"] {
	display: block;
	width: 100%;
}
.forms-inline select,
.forms-inline-list select,
.forms-inline textarea,
.forms-inline-list textarea,
.forms-inline input[type="text"],
.forms-inline-list input[type="text"],
.forms-inline input[type="password"],
.forms-inline-list input[type="password"],
.forms-inline input[type="url"],
.forms-inline-list input[type="url"],
.forms-inline input[type="email"],
.forms-inline-list input[type="email"],
.forms-inline input[type="phone"],
.forms-inline-list input[type="phone"],
.forms-inline input[type="tel"],
.forms-inline-list input[type="tel"],
.forms-inline input[type="number"],
.forms-inline-list input[type="number"],
.forms-inline input[type="datetime"],
.forms-inline-list input[type="datetime"],
.forms-inline input[type="date"],
.forms-inline-list input[type="date"],
.forms-inline input[type="datetime-local"],
.forms-inline-list input[type="datetime-local"],
.forms-inline input[type="month"],
.forms-inline-list input[type="month"],
.forms-inline input[type="week"],
.forms-inline-list input[type="week"],
.forms-inline input[type="time"],
.forms-inline-list input[type="time"],
.forms-inline input[type="search"],
.forms-inline-list input[type="search"],
.forms-inline input[type="color"],
.forms-inline-list input[type="color"],
.forms-inline input[type="range"],
.forms-inline-list input[type="range"],
.forms-inline input[type="file"],
.forms-inline-list input[type="file"] {
	display: inline-block;
	width: auto;
}
.forms-list,
.forms-inline,
.forms-inline-list {
	margin: 0;
	margin-bottom: 0.8em;
	padding: 0;
	list-style: none;
}
.forms-list label,
.forms-inline label,
.forms-inline-list li,
.forms-inline-list li label {
	display: inline-block;
	margin-bottom: 0;
}
.forms-inline-list li label {
	margin-right: 0.8em;
}
.forms-inline-list li {
	margin-bottom: 6px;
}
.forms-list li {
	margin-bottom: 6px;
}
.forms-desc {
	font-size: 0.9em;
    font-weight: 600;
	color: #a3a3a3;
	line-height: 1.4em;
	margin-top: 4px;
	margin-bottom: 4px;
}
/* Form States */
label.error,
label.success,
label.warning {
	font-weight: 400;
	font-size: 0.9em;
}
.req,
abbr.req {
	color: #E85B33;
}
select.input-error,
textarea.input-error,
input.input-error,
.input-error {
	background: #f9dac6;
}
select.input-success,
textarea.input-success,
input.input-success,
.input-success {
	background: #d5ecd9;
}
select.input-warning,
textarea.input-warning,
input.input-warning,
.input-warning {
	background: #fee7af;
}
/* Append and Prepend */
.input-groups {
	display: table !important;
}
.input-groups input {
	width: 100%;
	margin-bottom: 0;
}
.input-groups input,
.input-groups .input-append,
.input-groups .input-prepend,
.input-groups .btn-append {
	display: table-cell !important;
}
.input-groups .btn-append,
.input-groups .input-append,
.input-groups .input-prepend {
	width: 1%;
	vertical-align: middle;
}
.input-groups .input-append,
.input-groups .input-prepend {
	white-space: nowrap;
	color: #FFF;
    font-weight: 600;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	background: #A3A3A3;
}
.input-groups .input-append {
	position: relative;
	border-left: none;
	z-index: 1;
}
.input-groups .btn-append .btn {
	display: inline-block;
	height: auto;
	vertical-align: top;
	white-space: nowrap;
	margin-bottom: 0;
	border-radius: 0 3px 3px 0;
}


/*------------------------------------*\
  #FORM BREAKPOINTS
\*------------------------------------*/
@media only screen and (max-width: 768px) {
	.forms-list label {
		display: inline-block;
	}
}
@media only screen and (max-width: 576px) {
	.forms label {
		margin-bottom: 0.7em;
	}
	input[type="checkbox"]:not(:checked) + label,
	input[type="checkbox"]:checked + label,
	input[type="radio"]:not(:checked) + label,
	input[type="radio"]:checked + label {
		line-height: 1.49em;
	}
}


/*------------------------------------*\
  #TABLES
\*------------------------------------*/
table {
    font-size: 0.9em;
	max-width: 100%;
	width: 100%;
	empty-cells: show;
}
table caption {
	font-size: 0.825em;
	color: #a3a3a3;
	text-transform: uppercase;
	padding: 0 0.5em;
}
table th,
table td {
	padding: 0.5em;
	border-bottom: 1px solid #e5e5e5;
}
table tfoot th,
table tfoot td {
	color: #a3a3a3 ;
}
/* Tables styles */
table.table--bordered td,
table.table--bordered th {
	border: 1px solid #e5e5e5;
}
table.table--simple td,
table.table--simple th,
table.table--simple caption {
	border: none;
	padding-left: 0;
}
table.table--flat td,
table.table--flat th,
table.table--flat caption {
	padding: 0;
	border: none;
}
table.table--stripped tbody tr:nth-child(odd) td {
	background: #e5e5e5;
}
table.table--hovered tbody tr:hover td {
	background: #e5e5e5;
}
/* Responsive tables */
.table-container {
	width: 100%;
	margin-bottom: 1.5em;
	overflow: auto;
}
.table-container table {
	margin-bottom: 0;
}
.table-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
}
.table-container::-webkit-scrollbar-thumb {
	border: 3px solid #ffffff;
	border-radius: 0;
	background: #a3a3a3;
}


/*------------------------------------*\
  #GRID-FLEX
\*------------------------------------*/
@media (min-width: 768px) and (max-width: 1152px) {
    .columns-2,
    .columns-3,
    .columns-4 {
        -webkit-column-gap: 24px;
        column-gap: 24px;
    }
    .columns-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }
    .columns-3 {
        -webkit-column-count: 3;
        column-count: 3;
    }
    .columns-4 {
        -webkit-column-count: 4;
        column-count: 4;
    }
}
/*----------------------------------*/
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .row-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
/*----------------------------------*/
.row-flex.gutters,
.row-flex.gutters>.row-flex {
    margin-left: -2%;
}
@media (max-width: 768px) {
    .row-flex.gutters,
    .row-flex.gutters>.row-flex {
        margin-left: 0;
    }
}
.row-flex.gutters>.col,
.row-flex.gutters>.row-flex>.col {
    margin-left: 2%;
}
@media (max-width: 768px) {
    .row-flex.gutters>.col,
    .row-flex.gutters>.row-flex>.col {
        margin-left: 0;
    }
}
/*----------------------------------*/
.row-flex.around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.row-flex.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.row-flex.auto .col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
/*----------------------------------*/
.col-1 {
    width: 8.33333%;
}
.offset-1 {
    margin-left: 8.33333%;
}
.col-2 {
    width: 16.66667%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.col-3 {
    width: 25%;
}
.offset-3 {
    margin-left: 25%;
}
.col-4 {
    width: 33.33333%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.col-5 {
    width: 41.66667%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.col-6 {
    width: 50%;
}
.offset-6 {
    margin-left: 50%;
}
.col-7 {
    width: 58.33333%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.col-8 {
    width: 66.66667%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.col-9 {
    width: 75%;
}
.offset-9 {
    margin-left: 75%;
}
.col-10 {
    width: 83.33333%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.col-11 {
    width: 91.66667%;
}
.offset-11 {
    margin-left: 91.66667%;
}
.col-12 {
    width: 100%;
}
.offset-12 {
    margin-left: 100%;
}
.gutters>.col-1 {
    width: calc(8.33333% - 2%);
}
.gutters>.offset-1 {
    margin-left: calc(8.33333% + 2%) !important;
}
.gutters>.col-2 {
    width: calc(16.66667% - 2%);
}
.gutters>.offset-2 {
    margin-left: calc(16.66667% + 2%) !important;
}
.gutters>.col-3 {
    width: calc(25% - 2%);
}
.gutters>.offset-3 {
    margin-left: calc(25% + 2%) !important;
}
.gutters>.col-4 {
    width: calc(33.33333% - 2%);
}
.gutters>.offset-4 {
    margin-left: calc(33.33333% + 2%) !important;
}
.gutters>.col-5 {
    width: calc(41.66667% - 2%);
}
.gutters>.offset-5 {
    margin-left: calc(41.66667% + 2%) !important;
}
.gutters>.col-6 {
    width: calc(50% - 2%);
}
.gutters>.offset-6 {
    margin-left: calc(50% + 2%) !important;
}
.gutters>.col-7 {
    width: calc(58.33333% - 2%);
}
.gutters>.offset-7 {
    margin-left: calc(58.33333% + 2%) !important;
}
.gutters>.col-8 {
    width: calc(66.66667% - 2%);
}
.gutters>.offset-8 {
    margin-left: calc(66.66667% + 2%) !important;
}
.gutters>.col-9 {
    width: calc(75% - 2%);
}
.gutters>.offset-9 {
    margin-left: calc(75% + 2%) !important;
}
.gutters>.col-10 {
    width: calc(83.33333% - 2%);
}
.gutters>.offset-10 {
    margin-left: calc(83.33333% + 2%) !important;
}
.gutters>.col-11 {
    width: calc(91.66667% - 2%);
}
.gutters>.offset-11 {
    margin-left: calc(91.66667% + 2%) !important;
}
.gutters>.col-12 {
    width: calc(100% - 2%);
}
.gutters>.offset-12 {
    margin-left: calc(100% + 2%) !important;
}
@media (max-width: 768px) {
    [class^='offset-'],
    [class*=' offset-'] {
        margin-left: 0;
    }
}
/*----------------------------------*/
.first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media (max-width: 768px) {
    .row-flex .col {
        margin-left: 0;
        width: 100%;
    }
    .row-flex.gutters .col {
        margin-bottom: 2%;
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
/*----------------------------------*/
.gutters .column.push-left,
.push-left {
    margin-right: auto;
}
.gutters .column.push-right,
.push-right {
    margin-left: auto;
}
.gutters .column.push-center,
.push-center {
    margin-left: auto;
    margin-right: auto;
}
.gutters .column.push-middle,
.push-middle {
    margin-top: auto;
    margin-bottom: auto;
}
.push-bottom {
    margin-top: auto;
}
@media (max-width: 768px) {
    .gutters .column.push-left-sm,
    .push-left-sm {
        margin-left: 0;
    }
    .gutters .column.push-center-sm,
    .push-center-sm {
        margin-left: auto;
        margin-right: auto;
    }
    .push-top-sm {
        margin-top: 0;
    }
}
/*----------------------------------*/
.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .align-left-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}


/*------------------------------------*\
  #BUTTONS
\*------------------------------------*/
.btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/* Main Button */
.btn {
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
    font-family: "Muli", sans-serif;
    font-size: 1em;
	font-weight: 600;
    text-transform: uppercase;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	margin-bottom: 1em;
	padding: 5px 20px;
	border: 0;
	border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
	background: #aaa;
	cursor: pointer;
	outline: none;
	-webkit-transition: background .2s ease-out, color .2s ease-out;
	transition: background .2s ease-out, color .2s ease-out;
}
.btn:hover,
.btn.active {
	color: #ffffff;
	background: #ccc;
}
.btn:focus,
button:focus {
    background: #FF7F00;
	outline: 0;
    color: #fff;
}
.btn-line {
	color: #aaa;
	padding: 3px 15px;
	border: 2px solid #aaa;
	background: none;
}
.btn-line:hover {
	color: #ffffff;
	background: #ccc;
}
.btn-line.active {
	color: #ffffff;
	background: #aaa;
}
.btn-line.active:focus {
	background: #FF7F00;
}
.btn-line:focus,
.btn-primary-line:focus,
.btn-error-line:focus,
.btn-warning-line:focus,
.btn-success-line:focus {
    background: #FF7F00;
	border: 2px solid #FF7F00;    
}
/* Primary Button */
.btn-primary,
.btn-primary-line.active {
	color: #ffffff;
	background: #E85B33;
}
.btn-primary-line.active:focus {
	background: #FF7F00;
}
.btn-primary:hover {
	background: #EC8668;
}
.btn-primary.active {
	background: #EC8668;
}
.btn-primary.active:focus {
	background: #FF7F00;
}
.btn-primary-line {
	color: #E85B33;
	padding: 3px 15px;
	border: 2px solid #E85B33;
	background: none;
}
.btn-primary-line:hover {
	color: #ffffff;
	background: #E85B33;
	border: 2px solid #E85B33;    
}
/* Error Button */
.btn-error,
.btn-error-line.active {
	color: #ffffff;
	background: #E80000;
}
.btn-error:hover {
	background: #FF6262;
}
.btn-error.active {
	background: #FF6262;
}
.btn-error.active:focus {
	background: #FF7F00;
}
.btn-error-line {
	color: #E80000;
	padding: 3px 15px;
	border: 2px solid #E80000;
	background: none;
}
.btn-error-line:hover {
	color: #ffffff;
	background: #E80000;
}
.btn-error-line.active:focus {
	background: #FF7F00;
}
/* Warning Button */
.btn-warning,
.btn-warning-line.active {
	color: #ffffff;
	background: #e9a403;
}
.btn-warning-line.active:focus {
	background: #FF7F00;
}
.btn-warning:hover {
	background: #FBC45E;
}
.btn-warning.active {
	background: #FBC45E;
}
.btn-warning.active:focus {
	background: #FF7F00;
}
.btn-warning-line {
	color: #e9a403;
	padding: 3px 15px;
	border: 2px solid #e9a403;
	background: none;
}
.btn-warning-line:hover {
	color: #ffffff;
	background: #e9a403;
}
/* Success Button */
.btn-success,
.btn-success-line.active {
	color: #ffffff;
	background: #2c9f42;
}
.btn-success:hover {
	background: #43CB5F;
}
.btn-success.active {
	background: #43CB5F;
}
.btn-success.active:focus {
	background: #FF7F00;
}
.btn-success-line {
	color: #2c9f42;
	padding: 3px 15px;
	border: 2px solid #2c9f42;
	background: none;
}
.btn-success-line:hover {
	color: #ffffff;
	background: #2c9f42;
}
.btn-success-line.active:focus {
	background: #FF7F00;
}
/* Buttons group */
.btn-single,
.btn-group {
	display: inline-block;
	vertical-align: bottom;
}
.btn-single:after,
.btn-group:after {
	display: table;
	content: "";
	clear: both;
}
.btn-single > .btn,
.btn-group > .btn {
	float: left;
}
.btn-group > .btn {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	border-radius: 3px 0 0 3px;
	border-right: 0px;
}	
.btn-group > .btn:last-child {
	border-radius: 0 3px 3px 0;
	border-left: 0px;
}


/*------------------------------------*\
  #NOTIFICATIONS/ALERTS
\*------------------------------------*/
.alert {
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	padding: 0.5em 0.8em;
	background: #aaa;
}
.notification {
	display: block;
	position: relative;
	max-width: 350px;
	color: #fff;
	line-height: 1.5;
	padding: 0.5em 0.8em;
	background: #aaa;
    margin-bottom: 1.5em;
/*	z-index: 20;*/
}
.notification ul {
	list-style: none;
	margin: 0;
}
.notification-error,
.alert-error {
	background: #E80000;
}
.notification-warning,
.alert-warning {
	background: #e9a403;
}
.notification-success,
.alert-success {
	background: #2c9f42;
}


/*------------------------------------*\
  #LABELS/BADGES
\*------------------------------------*/
.label,
.badge {
	display: inline-block;
	font-size: 0.938em;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 1.2;
    border-radius: 0 0 8px 0;
	padding: 3px 10px 3px 10px;
	background: #aaa;
    border: 1px solid #aaa;
    margin-bottom: 0.6em;
}
.badge {
	border-radius: 30px;
}
.label-primary,
.badge-primary {
	background: #E85B33;
    border: 1px solid #E85B33;
}
.label-error,
.badge-error {
	background: #E80000;
    border: 1px solid #E80000;
}
.label-warning,
.badge-warning {
	background: #e9a403;
    border: 1px solid #e9a403; 
}
.label-success,
.badge-success {
	background: #2c9f42;
    border: 1px solid #2c9f42;    
}
.label-line,
.badge-line,
.label-error-line,
.label-warning-line,
.label-success-line,
.label-primary-line,
.badge-error-line,
.badge-warning-line,
.badge-success-line,
.badge-primary-line {
	color: #B6A281;
	padding: 3px 10px 3px 10px;
	background: none;
}
.label-primary-line,
.badge-primary-line {
	color: #E85B33;
	border-color: #E85B33;
}
.label-error-line,
.badge-error-line {
	color: #eb5539;
	border-color: #eb5539;
}
.label-warning-line,
.badge-warning-line {
	color: #e9a403;
	border-color: #e9a403;
}
.label-success-line,
.badge-success-line {
	color: #2c9f42;
	border-color: #2c9f42;
}


/*------------------------------------*\
  #NAVIGATION
\*------------------------------------*/
/* Navbar */
.navbar {
	font-size: 1em;
}
.navbar:after {
	display: table;
	content: "";
	clear: both;
}
.navbar.navbar-left {
	float: left;
}
.navbar.navbar-right {
	float: right;
}
.navbar ul {
	list-style: none;
	margin: 0;
}
.navbar ul:after {
	display: table;
	content: "";
	clear: both;
}
.navbar li {
	float: left;
	margin-right: 1.5em;
}
.navbar.navbar-right li {
	margin-right: 0;
}
.navbar a {
	display: block;
	color: #0E0E1E;
	text-decoration: none;
	padding: 0.85em 0.8em;
}
.navbar a:hover {
	color: #abadac;
	text-decoration: underline;
}
.navbar li.active a {
	color: #abadac;
	text-decoration: none;
}
/* Navbar-pills */
.navbar-pills {
	padding: 0;
}
.navbar-pills a {
	padding: 5px 15px;
}
.navbar-pills a:hover {
	color: #B2BAB0 ;
	background: #EAECEA;
}
.navbar-pills li.active a {
	text-decoration: none;
	color: #B2BAB0;
	background: #E8EAE7;
}
.navbar-pills li {
	margin-right: 0px;
}
.navbar-pills.navbar-right li {
	margin-left: 0px;
}
/* Fullwidth */
.fullwidth ul {
	width: 100%;
}
.fullwidth li {
	display: table-cell;
	float: none !important;
	width: 1%;
	text-align: center;
	margin: 0;
}
.fullwidth li a {
	display: block;
}
/* Nav vertical */
.nav {
	margin-bottom: 1.5em;
}
.nav ul {
	list-style: none;
	margin: 0;
}
.nav ul li ul {
	margin-left: 2em;
	font-size: 0.938em;
}
.nav a {
	display: block;
	padding: 5px 0;
	color: #0E0E1E;
	text-decoration: none;
}
.nav a:hover {
	color: #abadac;
	text-decoration: underline;
}
.nav li.active a {
	color: #abadac;
	text-decoration: none;
}
/* Nav-stacked */
.nav-stacked li {
	margin-bottom: 1px;
}
.nav-stacked a {
	padding: 5px 15px;
}
.nav-stacked a:hover {
	color: #0E0E1E;
	background: #EAECEA;
}
.nav-stacked li.active a {
	color: #B2BAB0 ;
	text-decoration: none;
	background: #E8EAE7;
}
/* Nav-stats */
.nav-stats li {
	position: relative;
}
.nav-stats a {
	padding-right: 50px;
}
.nav-stats sup,
.nav-stats .badge {
	position: absolute;
	top: 50%;
	right: 0;
}
.nav-stats sup {
	color: #B2BAB0 ;
}
.nav-stats .badge {
	margin-top: -8px;
}
/* Nav-tabs */
.nav-tabs {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #E8EAE7;
}
.nav-tabs:after {
	display: table;
	content: "";
	clear: both;
}
.nav-tabs ul {
	list-style: none;
	margin: 0;
}
.nav-tabs li {
	float: left;
	margin-right: -1px;
}
.nav-tabs a {
	position: relative;
	bottom: -1px;
	display: block;
	line-height: 1;
	padding: 10px 15px;
	border: 1px solid transparent;
}
.nav-tabs a {
	color: #0E0E1E;
	text-decoration: none;
}
.nav-tabs a:hover {
	color: #B2BAB0 ;
	text-decoration: underline;
	background: #E8EAE7;
}
.nav-tabs li.active a {
	position: relative;
	bottom: -1px;
	color: #B2BAB0 ;
	text-decoration: none;
	border: 1px solid #E8EAE7;
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
}
/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 1.5em;
}
.breadcrumbs:after {
	display: table;
	content: "";
	clear: both;
}
.breadcrumbs ul {
	font-size: 0.9em;
	color: rgba(0, 0, 0, 0.4);
	list-style: none;
	margin: 0;
}
.breadcrumbs ul:after {
	display: table;
	content: "";
	clear: both;
}
.breadcrumbs li {
	float: left;
	margin-right: 4px;
}
.breadcrumbs li + li:before {
	position: relative;
	content: "/ ";
	color: #C8CDC7;
	font-size: 1em;
	margin: 0 0.3em;
}
.breadcrumbs a {
	color: #0E0E1E;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #B2BAB0 ;
	text-decoration: underline;
}
.breadcrumbs li.active a,
.breadcrumbs li.active a:hover {
	text-decoration: none;
	color: #B2BAB0 ;
}


/*------------------------------------*\
  #NAVIGATION BREAKPOINTS
\*------------------------------------*/
@media only screen and (max-width: 768px) {
	.navbar.navbar-left,
	.navbar.navbar-right,
	.navbar li,
	.navbar.navbar-left li,
	.navbar.navbar-right li {
		width: auto;
		float: none;
		text-align: left;
	}
	.navbar li,
	.navbar.navbar-right li {
		margin-left: 0;
		margin-right: 0;
	}
    .navbar a {
	   padding: 0.825em 1.5em;
    }
	.fullwidth ul,
	.fullwidth li {
		width: auto;
	}
	.fullwidth li {
		display: block;
	}
}


/*------------------------------------*\
    #TINGLE.JS
/* ---------------------------------- */
.btn.modal-legal {
    text-decoration: underline;
    text-transform: none;
    font-weight: 400;
    background: none;
    color: #fff;
    padding: 0;
    margin: 0 0 0 0.2em;
    line-height: inherit;
    font-family: "Muli", sans-serif;
}
.btn.modal-legal:hover {
    color: #ccc;
}
.btn.modal-legal:focus {
    color: #fff;
    background: #FF7F00;
}
.modal-legal-content {
    display: none;
}
.tingle-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tingle-modal--confirm .tingle-modal-box {
    text-align: center;
}
.tingle-modal--noClose {
    cursor: default;
}
.tingle-modal--noClose .tingle-modal__close {
    display: none;
}
button.tingle-modal__close {
    font-family: Arial, sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.3;
}
.tingle-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: #000;
    border-radius: 0 0 0 5px;
    padding-bottom: 12px;
    color: #fff;
    cursor: pointer;
}
.tingle-modal__close:hover {
    color: #FFF;
    background: #FF7F00;    
}
.tingle-modal__close:focus {
    color: #FFF;
    background: #FF7F00;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tingle-modal-box {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    width: 94%;
    max-width: 800px;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    cursor: auto;
     -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.tingle-modal-box__content {
    padding: 2em;
    margin-top: 1em;
    font-size: 0.938em;
}
.tingle-modal-box__content p {
    margin-bottom: 1.3em;
    line-height: 1.5em;
}
.tingle-enabled {
    overflow: hidden;
    height: 100%;
}
.tingle-modal--visible {
    visibility: visible;
    opacity: 1;
}
.tingle-modal--overflow {
    padding-top: 1em;
    padding-bottom: 1em;
}


/*------------------------------------*\
  #TINGLE.JS BREAKPOINTS
\*------------------------------------*/
@media only screen and (max-width: 768px) {
    .tingle-modal-box__content {
        padding: 1em;
        font-size: 0.9em;
    } 
}


/*------------------------------------*\
  #HELPERS
\*------------------------------------*/
.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.caps {
	text-transform: uppercase;
}
.nowrap,
.nowrap td {
	white-space: nowrap;
}
.txt-error {
	color: #eb5539;
}
.txt-warning {
	color: #e9a403;
}
.txt-success {
	color: #2c9f42;
}
.start {
    margin-top: 2em !important;
}
.end {
	margin-bottom: 0 !important;
}
.pause {
	margin-bottom: 1em !important;
}
.hide {
	display: none;
}
.padding {
	padding: 1.5em;
}
.group:after {
	display: table;
	content: "";
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.wrapper:after {
	display: table;
	content: "";
	clear: both;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}


/*------------------------------------*\
  #HELPERS BREAKPOINTS
\*------------------------------------*/
@media only screen and (max-width: 768px) {
	.hide-small {
		display: none;
	}
	.width-small--100 {
		width: 100%;
	}
    .padding {
        padding: 1.4em;
    }
}
@media only screen and (max-width: 384px) {
	.left,
	.right {
		float: none;
	}    
	.hide-xsmall {
		display: none;
	}
	.width-xsmall--100 {
		width: 100%;
	}
    .padding {
        padding: 1.2em;
    }
}


/*------------------------------------*\
  #MAIN
\*------------------------------------*/
body {
    background: #434749;
    background: #222;
}
html, body { 
    height: 100%; 
    width: 100%;
}
html {
    overflow: auto;
}
.btn-markets {
    background: #2e2e2e;
    padding: 0;
    margin-bottom: 4px;
}
.btn-markets:hover {
    background: #5e5e5e;
}
.text-light {
    font-weight: 300;
}
.btn-web {
    background: #EE1D23;
}
.btn-web:hover {
    background: #F25E62;
}


/*------------------------------------*\
  #MAIN BREAKPOINTS
\*------------------------------------*/
@media only screen and (max-width: 384px){
    .btn-markets {
        width: 100%;
        margin-bottom: 0.5em;
    }
}


/*------------------------------------*\
  #SECTION-HEADER
\*------------------------------------*/
.section-header {
    max-width: 2556px;
    margin: 0 auto;    
    min-height: 650px;
    max-height: 1600px;
    height: 80%;
    background: #D01A34;
    background-image: url(../img/section-header-bg.svg);
    background-position: left center;
    background-size: cover;
}
.section-header-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;        
}
.header-text {
    z-index: 1;
}
.header-text,
.header-mobile {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2em;
}
.header-mobile {
    position: relative;
    text-align: center;
    padding: 0;
}
.header-mobile img {
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    border-radius: 28px;
}
.header-mobile img:hover {
    -webkit-box-shadow: 0 0 0 6px #bbb;
    box-shadow: 0 0 0 6px #bbb;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.header-mobile a {
    display: inline-block;
    border-radius: 24px;
}
.header-mobile a:focus img {
    -webkit-box-shadow: 0 0 0 6px #FF7F00;
    box-shadow: 0 0 0 6px #FF7F00;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.header-mobile img {
    width: 234px;
    height: 468px;
    max-width: 500px;
	vertical-align: bottom;
    margin-bottom: 0;
    image-rendering: -moz-crisp-edges;
    image-rendering:   -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;/
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;   
} 
img.logo {
    width: 300px;
    height: 78px;
    margin-bottom: 0.5em;
}
.header-text .lead {
    color: #fff;
    max-width: 600px;
    margin-bottom: 1em;
}
.svg-container {
    position: relative;
    padding:  2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.svg-container a {
    -webkit-animation: ani-mobile ease 0.5s;
    animation: ani-mobile ease 0.5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}
@-webkit-keyframes ani-mobile {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ani-mobile {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
#svg-main {
    display: block;
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -234px;
}
#svg-back,
#svg-public {
    -webkit-animation: ani-public ease 1s;
    animation: ani-public ease 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes ani-public {
    0% {
        -webkit-transform: translate(120px, 120px);
        transform: translate(120px, 120px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@keyframes ani-public {
    0% {
        -webkit-transform: translate(120px, 120px);
        transform: translate(120px, 120px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
#svg-group {
    -webkit-animation: ani-group ease 1.2s;
    animation: ani-group ease 1.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes ani-group {
    0% {
        -webkit-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@keyframes ani-group {
    0% {
        -webkit-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
#svg-profile {
    -webkit-animation: ani-profile ease 1s;
    animation: ani-profile ease 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards; 
}
@-webkit-keyframes ani-profile {
    0% {
        -webkit-transform: translate(-100px, 20px);
        transform: translate(-100px, 20px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@keyframes ani-profile {
    0% {
        -webkit-transform: translate(-100px, 20px);
        transform: translate(-100px, 20px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
#svg-sos {
    -webkit-animation: ani-sos ease 1.1s;
    animation: ani-sos ease 1.1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;   
}
@-webkit-keyframes ani-sos {
    0% {
        -webkit-transform: translate(-200px, 220px);
        transform: translate(-200px, 220px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@keyframes ani-sos {
    0% {
        -webkit-transform: translate(-200px, 220px);
        transform: translate(-200px, 220px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
#svg-front {
    -webkit-animation: ani-front ease 1s;
    animation: ani-front ease 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards; 
}
@-webkit-keyframes ani-front {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ani-front {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*------------------------------------*\
  #SECTION-HEADER BREAKPOINTS
\*------------------------------------*/
@media only screen and (max-width: 960px){
    .header-mobile img {
        width: 200px;
        height: 400px;
    }
    #svg-main {
        width: 500px;
        left: 50%;
        margin-left: -250px;
        top: 50%;
        margin-top: -195px;        
    }
}
@media only screen and (max-width: 768px){
    .section-header {
        height: auto;    
        background-image: url(../img/section-header-small-bg.svg);
        background-position: top center;
        background-size: cover;
        overflow: hidden;
    }
    .section-header-container {
        position: relative;
        top: 0;
        padding-top: 50px;
        -webkit-transform: none;
        transform: none;
    }
    .header-text {
        width: 100%;
        text-align: center;
        padding: 2em;
    }
    .header-mobile {
        width: 100%;
        text-align: center;
    }
    .header-text p {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 1em;
    }  
    .header-mobile img {
        width: 190px;
        height: 380px;
    }
    .svg-container {    
        padding: 1em 0 3em 0;
    }
}
@media only screen and (max-width: 576px){
    .header-text {
        padding: 1.5em;
    }
    .header-mobile img {
        width: 160px;
        height: 320px;
    }
    img.logo {
        width: 240px;
        height: 62px;
    }
    .svg-container {
        padding: 1em 0 2em 0;
    }
    .svg-container img{
        border-radius: 20px;
    }
    #svg-main {
        width: 430px;
        left: 50%;
        margin-left: -215px;
        top: 50%;
        margin-top: -167px;         
    }
}
@media only screen and (max-width: 384px){
    .header-text {
        padding: 1em;
    }
    .header-mobile img {
        width: 140px;
        height: 280px;
    }
    img.logo {
        width: 200px;
        height: 52px;
    }
    #svg-main {
        width: 360px;
        left: 50%;
        margin-left: -180px;
        top: 50%;
        margin-top: -140px;
    }
}
@media only screen and (max-width: 320px){
    .header-text {
        padding: 1em;
        font-size: 0.9em;
    }
    .header-mobile img {
        width: 130px;
        height: 260px;
        border-radius: 16px;
    }
    img.logo {
        width: 200px;
        height: 52px;
    }
    #svg-main {   
        width: 300px;
        left:50% ;
        margin-left: -150px;
        top:50% ;
        margin-top: -116px;         
    }    
}


/*------------------------------------*\
  #SECTION-FEATURES
\*------------------------------------*/
.section-features {
    max-width: 2556px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    background: #fff;
}
.features-icons {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding: 3em 1em;
    -ms-flex-item-align: center;
    align-self: center;
    text-decoration: none;
    background: #fff;
    border-right: 3px solid #e6e6e6;
}
.features-icons:hover {
    background: #e1e2e3;
}
.features-icons:focus {
    background: #e1e2e3;
    border-right: 3px solid #e6e6e6;
}
.features-icons h6 {
    font-family: "Comfortaa", cursive;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.2;
    margin-top: 0.3em;
    margin-bottom: 0;
}
.features-icons img {
    width: 78px;
    height: 73px;
    margin: 0;
    vertical-align: bottom;    
} 
.features-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 1.5em;
    background: #fff;
}
.features-text p {
    margin-bottom: 0;
}


/*------------------------------------*\
  #SECTION-FEATURES BREAKPOINTS
\*------------------------------------*/
@media only screen and (max-width: 1920px){
    .features-icons {
        padding: 2.3em 1em;
    }
    .features-icons img {
        width: 68px;
        height: 64px;
    }
    .features-icons h6 {
        font-size: 1.4em;
    }
}
@media only screen and (max-width: 1536px){
    .features-icons {
        padding: 2em 1.4em;       
    }    
    .features-icons img {
        width: 50px;
        height: 47px;
    }
    .features-icons h6 {
        font-size: 1.35em;
    }
}
@media only screen and (max-width: 1152px){
    .section-features {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .features-icons {
        padding: 1.2em;
    }
    .features-icons:nth-last-child(2) {
        border-right: none;
    }    
    .features-icons h6 {
        font-size: 1.3em;
        margin-top: 0.5em;
    }    
    .features-text {
        text-align: center;
        width: 100%;
        padding: 1.4em 1.2em;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border-bottom: 3px solid #e6e6e6;
    }
}
@media only screen and (max-width: 960px){
    .features-icons h6 {
        font-size: 1.25em;
    }
}
@media only screen and (max-width: 690px){
    .features-icons {
        width: 33.333%;
        padding: 1em;
    }
    .features-icons:nth-last-child(4) {
        border-right: none;
    }
    .features-icons:nth-last-child(6),
    .features-icons:nth-last-child(5),
    .features-icons:nth-last-child(4) {
        border-bottom: 3px solid #e6e6e6;
    }     
    .features-icons h6 {
        font-size: 1.2em;    
        margin-top: 0.2em;
    }
    .features-text {
        padding: 1em;
    }
    .features-icons img {
        width: 40px;
        height: 38px;
    }    
}
@media only screen and (max-width: 576px){
    .features-icons h6 {
        font-size: 1.15em;
    }
}
@media only screen and (max-width: 384px){
    .features-icons {
        width: 50%;
        padding:  0.5em;
    }
    .features-icons:nth-last-child(5) {
        border-right: none;
    }
    .features-icons:nth-last-child(4) {
        border-right: 3px solid #e6e6e6;
    }    
    .features-icons:nth-last-child(3) {
        border-right: none;
        border-bottom: 3px solid #e6e6e6;
    }    
    .features-icons h6 {
        font-size: 1.1em;
    }
}


/*------------------------------------*\
  #SECTION-COVER
\*------------------------------------*/
.section-cover {
    max-width: 2556px;
    margin: 0 auto;
    min-height: 500px;
    max-height: 1600px;
    height: 96%;
    border-bottom: 3px solid #e6e6e6;    
}
.section-cover-container {
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}
.cover-public {
    background: #D01A34;
    background-image: url(../img/section-public-bg.jpg);
    background-size: cover;
    background-position: center;
}
.cover-group {
    background: #E69806;
    background-image: url(../img/section-group-bg.jpg);
    background-size: cover;
    background-position: center;
}
.cover-profile {
    background: #01A13F;
    background-image: url(../img/section-profile-bg.jpg);
    background-size: cover;
    background-position: center;
}
.cover-sos {
    background: #93236F;
    background-image: url(../img/section-sos-bg.jpg);
    background-size: cover;
    background-position: center;
}
.cover-business {
    background: #8792A5;
    background-image: url(../img/section-business-bg.jpg);
    background-size: cover;
    background-position: center;
}
.cover-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 2em;
    margin: 0;
}
.cover-text {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 4em;
}
.cover-text .lead {
    margin-bottom: 0.5em;
}
.cover-text .lead,
.cover-text h1 {
    color: #fff;
}
.cover-image {
    height: auto;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
}
.cover-image img {
    max-width: 500px;
	vertical-align: bottom;
    margin-bottom: 0;
    image-rendering: -moz-crisp-edges;
    image-rendering:   -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;/
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}


/*------------------------------------*\
  #SECTION-COVER BREAKPOINTS
\*------------------------------------*/
@media only screen and (max-width: 1920px){
    .cover-image img {
        max-width: 420px;
    }
}
@media only screen and (max-width: 768px){
    .section-cover {
        height: auto;
        min-height: auto;
    }
    .section-cover-container {
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }
    .cover-content {
        height: auto;
        min-height: auto;
    }
    .cover-text h1 {
        margin-top: 1em
    }
    .cover-image img {
        max-width: 360px;
    }    
}
@media only screen and (max-width: 576px){
    .cover-content {
        padding: 0 1.5em;
    }
    .cover-image img {
        max-width: 320px;
    }
}
@media only screen and (max-width: 384px){
    .cover-content {
        padding: 0 1em;
    }
    .cover-text {
        padding-top: 2em;
    }
    .cover-image img {
        max-width: 100%;
    }
}


/*------------------------------------*\
  #FOOTER
\*------------------------------------*/      
.main-footer {
    max-width: 2556px;
    margin: 0 auto;    
    color: #fff;
    text-align: center;
    padding: 4em 2em;
    background: #434749;
    border-bottom: 1px solid #434749;
}
.main-footer h1 {
    color: #fff;
    font-weight: 300; 
    font-style: italic;
    margin-bottom: 1em;
}
img.logo-footer {
    width: 200px;
    height: 64px;
    margin-bottom: 0.8em;
}
.social-btn {
    text-align: center;
    margin-top: 2em;
}
.social-btn li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    border-radius: 30px;
}
.social-btn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #6c6c6c;
    border-radius: 30px;
}
.social-btn a:hover {   
    background: #9c9c9c;
    border-radius: 30px;
}
.social-btn a:focus {
    border-radius: 30px;
    background: #FF7F00;    
}
.credits {
    text-align: center;
    display: block;
    margin: 0;    
}


/*------------------------------------*\
  #FOOTER BREAKPOINTS
\*------------------------------------*/
@media only screen and (max-width: 768px){
    .main-footer {
        padding: 3em 1em;
    }
    img.logo-footer {
        margin-bottom: 0.6em;        
    }
}
@media only screen and (max-width: 384px){
    .main-footer {
        padding: 2em 10px;
    } 
    img.logo-footer {
        width: 160px;
        height: 61px;
        margin-bottom: 0.5em;
    }
    .social-btn {
        margin-top: 1em;
    }    
}


/* ------------------------------------------
  NAVIGATION
--------------------------------------------- */
.nav-cover {
    position: absolute;
    z-index: 3;
/*    width: 100%;*/
    right: 1em;
    top: 0.5em;
    display: block;
}
.nav-cover,
.nav-cover ul {
    list-style: none;
/*    width: 100%;*/
    float: left;
}
.nav-cover li {
    float: left;
/*    width: 100%;*/
    margin-left: 0.3em;
}
.nav-cover a {
	color: #E85B33;
	-webkit-transition: opacity .4s ease-out, background .4s ease-out;
	transition: opacity .4s ease-out, background .4s ease-out;
}
.nav-cover a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
    background: none;
    padding: 0.2em;
    color: #fff;
    width: 100%;
    float: left;
    border-radius: 40px;
    opacity: 0.6;
}
.nav-cover .public-active a,
.nav-cover .item-public a:hover,
.nav-cover .item-public a:focus {
    background: #EE1D23;
    opacity: 1;
}
.nav-cover .group-active a,
.nav-cover .item-group a:hover,
.nav-cover .item-group a:focus {
    background: #F7AA1C;
    opacity: 1;    
}

.nav-cover .profile-active a,
.nav-cover .item-profile a:hover,
.nav-cover .item-profile a:focus {
    background: #3FAC29;
    opacity: 1;    
}
.nav-cover .sos-active a,
.nav-cover .item-sos a:hover,
.nav-cover .item-sos a:focus {
    background: #D328BF;
    opacity: 1;    
}
.nav-cover .business-active a,
.nav-cover .item-business a:hover,
.nav-cover .item-business a:focus {
    background: #8792A5;
    opacity: 1;
}


/* ------------------------------------------
  NAVIGATION BREAKPOINTS
--------------------------------------------- */
@media screen and (min-width: 320px) {   
    .nav-cover {
        float: right;
        width: auto;
    }
    .nav-cover li {
        width: auto;
    }
    .nav-cover a {
        padding: 0.5em;
        text-align: center;
        float: left;
    }
    .menu-item img {
        width: 44px;
    }
}
@media screen and (max-width: 480px) {
    .nav-cover {
        right: 0.5em;
        top: 0.5em;
    }      
    .menu-item img {
        width: 30px;
    }
    .nav-cover a {
        padding: 0.3em;
    } 
}
@media screen and (max-width: 310px) {  
    .menu-item img {
        width: 24px;
    }
    .nav-cover a {
        padding: 0.2em;
    } 
}
