/*
	Kube Framework 4
*/
/* =Reset
-----------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
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;
}
/* To prevent some browsers from inserting quotes on q and p */
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: bold;
  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="reset"],
input[type="submit"],
input[type="file"],
input[type="radio"],
input[type="checkbox"],
select,
button {
  cursor: pointer;
}
/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
/* 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;
}
/* Normalize horizontal line */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
/* 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;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1.65em;
  background: #ffffff;
  color: #333333;
}
/* =Links
-----------------------------------------------------------------------------*/
a {
  color: #134da5;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #de2c3b;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
  font-weight: normal;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
h1,
.h1,
h2,
.h2 {
  line-height: 1.1;
}
h3,
.h3,
h4,
.h4 {
  line-height: 1.3;
}
h1,
.h1 {
  font-size: 2.25em;
  font-weight: 700;
}
h2,
.h2 {
  font-size: 1.5em;
  margin-bottom: .7em;
}
h3,
.h3 {
  font-size: 1.3125em;
}
h4,
.h4 {
  font-size: 1.125em;
}
h5,
.h5 {
  font-size: 1.1em;
}
h6,
.h6 {
  font-size: 0.75em;
  text-transform: uppercase;
}
/* =Lead
-----------------------------------------------------------------------------*/
.lead {
  font-size: 1.3125em;
  line-height: 1.5;
  margin-bottom: 1.1em;
}
/* =Line height and margin
-----------------------------------------------------------------------------*/
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  line-height: 1.65em;
}
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0 0 0 3.3em;
}
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.65em;
}
/* =Blockquote
-----------------------------------------------------------------------------*/
blockquote {
  position: relative;
  font-style: italic;
  font-size: 1.125em;
  margin-left: 2.475em;
  padding-left: 1.65em;
  border-left: 2px solid #dddddd;
}
blockquote p {
  margin-bottom: .5em;
}
blockquote small,
cite {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
small,
blockquote cite {
  font-size: 14.28px;
  line-height: 1;
}
/* =Address
-----------------------------------------------------------------------------*/
address {
  font-style: normal;
}
/* =Definition list
-----------------------------------------------------------------------------*/
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.65em;
}
/* =Text-level
-----------------------------------------------------------------------------*/
s,
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #0f0f0f;
  cursor: help;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 12.6px;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figcaption {
  margin: .3em 0;
  font-size: 14.28px;
  font-style: italic;
}
ins,
u {
  text-decoration: underline;
}
mark {
  background-color: #ffc800;
  color: #0f0f0f;
  text-decoration: none;
}
/* =Code
-----------------------------------------------------------------------------*/
pre,
code,
kbd,
samp,
var,
output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre {
  margin-top: 1.65em;
  font-size: 100%;
  line-height: 1.5;
  color: #333333;
  overflow: auto;
}
code,
samp,
kbd {
  padding: 3px 6px 2px 6px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
}
code {
  background: #f4f4f4;
  border: 1px solid #d4d4d4;
}
pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 1.65em;
}
var {
  color: rgba(0, 0, 0, 0.5);
}
samp {
  background: #d3e3fb;
  border: 1px solid #b2cef8;
}
kbd {
  background: #0f0f0f;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
/* =Form
-----------------------------------------------------------------------------*/
button:active,
button:focus {
  outline: none;
}
textarea,
select {
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
}
textarea,
select[multiple],
select[multiple="multiple"] {
  padding: 0.3em 0.35em;
  line-height: 1.35em;
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="datetime-local"] {
  font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  box-shadow: none;
  padding: 0.3em 0.35em;
  line-height: 1.65em;
  border-radius: 0;
  outline: none;
}
select[multiple],
select[multiple="multiple"],
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="datetime-local"] {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
}
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][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="color"][disabled],
input[type="time"][disabled],
input[type="search"][disabled],
input[type="datetime-local"][disabled] {
  resize: none;
  color: rgba(0, 0, 0, 0.5);
}
select[disabled],
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
  cursor: default;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="range"] {
  position: relative;
  top: 3px;
}
select {
  margin-bottom: 0 !important;
}
fieldset {
  padding: 1.65em;
  margin-bottom: 1.65em;
  border: 1px solid #cccccc;
}
fieldset *:last-child {
  margin-bottom: 0 !important;
}
legend {
  font-weight: bold;
  padding: 0 1em;
  margin-left: -1em;
}
/* =Tables
-----------------------------------------------------------------------------*/
table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}
table caption {
  text-transform: uppercase;
  padding: 0 1.1em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14.28px;
}
table th,
table td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.825em 1.1em;
}
table tfoot th,
table tfoot td {
  color: rgba(0, 0, 0, 0.4);
}
/* =Grid
-----------------------------------------------------------------------------*/
.units-container:after,
.units-row:after {
  content: "";
  display: table;
  clear: both;
}
.units-container {
  /* it's the trick to not collapse padding-top in the child element */
  padding-top: 1px;
  margin-top: -1px;
}
.units-row {
  margin-bottom: 1.65em;
}
.width-100,
.unit-100 {
  width: 100%;
}
.width-90,
.unit-90 {
  width: 90%;
}
.width-80,
.unit-80 {
  width: 80%;
}
.width-75,
.unit-75 {
  width: 75%;
}
.width-70,
.unit-70 {
  width: 70%;
}
.width-66,
.unit-66 {
  width: 66.6%;
}
.width-65,
.unit-65 {
  width: 65%;
}
.width-60,
.unit-60 {
  width: 60%;
}
.width-50,
.unit-50 {
  width: 50%;
}
.width-40,
.unit-40 {
  width: 40%;
}
.width-35,
.unit-35 {
  width: 35%;
}
.width-33,
.unit-33 {
  width: 33.3%;
}
.width-30,
.unit-30 {
  width: 30%;
}
.width-25,
.unit-25 {
  width: 25%;
}
.width-20,
.unit-20 {
  width: 20%;
}
.width-10,
.unit-10 {
  width: 10%;
}
.units-row .unit-90,
.units-row .unit-80,
.units-row .unit-75,
.units-row .unit-70,
.units-row .unit-66,
.units-row .unit-65,
.units-row .unit-60,
.units-row .unit-50,
.units-row .unit-40,
.units-row .unit-35,
.units-row .unit-33,
.units-row .unit-30,
.units-row .unit-25,
.units-row .unit-20,
.units-row .unit-10 {
  float: left;
  margin-left: 3%;
}
.units-row .unit-90:first-child,
.units-row .unit-80:first-child,
.units-row .unit-75:first-child,
.units-row .unit-70:first-child,
.units-row .unit-66:first-child,
.units-row .unit-65:first-child,
.units-row .unit-60:first-child,
.units-row .unit-50:first-child,
.units-row .unit-40:first-child,
.units-row .unit-35:first-child,
.units-row .unit-33:first-child,
.units-row .unit-30:first-child,
.units-row .unit-25:first-child,
.units-row .unit-20:first-child,
.units-row .unit-10:first-child {
  margin-left: 0;
}
.units-row .unit-90 {
  width: 89.7%;
}
.units-row .unit-80 {
  width: 79.4%;
}
.units-row .unit-75 {
  width: 74.25%;
}
.units-row .unit-70 {
  width: 69.1%;
}
.units-row .unit-66 {
  width: 65.66666667%;
}
.units-row .unit-65 {
  width: 65.66666667%;
}
.units-row .unit-60 {
  width: 58.8%;
}
.units-row .unit-50 {
  width: 48.5%;
}
.units-row .unit-40 {
  width: 38.2%;
}
.units-row .unit-35 {
  width: 31.33333333%;
}
.units-row .unit-33 {
  width: 31.33333333%;
}
.units-row .unit-30 {
  width: 27.9%;
}
.units-row .unit-25 {
  width: 22.75%;
}
.units-row .unit-20 {
  width: 17.6%;
}
.units-row .unit-10 {
  width: 7.3%;
}
.unit-push-90,
.unit-push-80,
.unit-push-75,
.unit-push-70,
.unit-push-66,
.unit-push-65,
.unit-push-60,
.unit-push-50,
.unit-push-40,
.unit-push-35,
.unit-push-33,
.unit-push-30,
.unit-push-25,
.unit-push-20,
.unit-push-10 {
  position: relative;
}
.unit-push-90 {
  left: 92.7%;
}
.unit-push-80 {
  left: 82.4%;
}
.unit-push-75 {
  left: 77.25%;
}
.unit-push-70 {
  left: 72.1%;
}
.unit-push-66 {
  left: 68.66666667%;
}
.unit-push-65 {
  left: 68.66666667%;
}
.unit-push-60 {
  left: 61.8%;
}
.unit-push-50 {
  left: 51.5%;
}
.unit-push-40 {
  left: 41.2%;
}
.unit-push-35 {
  left: 34.33333333%;
}
.unit-push-33 {
  left: 34.33333333%;
}
.unit-push-30 {
  left: 30.9%;
}
.unit-push-25 {
  left: 25.75%;
}
.unit-push-20 {
  left: 20.6%;
}
.unit-push-10 {
  left: 10.3%;
}
.units-row .unit-push-right {
  float: right;
}
.units-row .unit-role-right {
  margin-left: 3%;
  float: right;
}
.units-row .unit-role-left {
  margin-left: 0;
}
.centered,
.unit-centered {
  float: none !important;
  margin: 0 auto !important;
}
.unit-padding {
  padding: 1.65em;
}
.units-padding .unit-100,
.units-padding .unit-90,
.units-padding .unit-80,
.units-padding .unit-75,
.units-padding .unit-70,
.units-padding .unit-66,
.units-padding .unit-65,
.units-padding .unit-60,
.units-padding .unit-50,
.units-padding .unit-40,
.units-padding .unit-35,
.units-padding .unit-33,
.units-padding .unit-30,
.units-padding .unit-25,
.units-padding .unit-20,
.units-padding .unit-10 {
  padding: 1.65em;
}
.units-split .unit-90,
.units-split .unit-80,
.units-split .unit-75,
.units-split .unit-70,
.units-split .unit-66,
.units-split .unit-65,
.units-split .unit-60,
.units-split .unit-50,
.units-split .unit-40,
.units-split .unit-35,
.units-split .unit-33,
.units-split .unit-30,
.units-split .unit-25,
.units-split .unit-20,
.units-split .unit-10 {
  margin-left: 0;
}
.units-split .unit-90 {
  width: 90%;
}
.units-split .unit-80 {
  width: 80%;
}
.units-split .unit-75 {
  width: 75%;
}
.units-split .unit-70 {
  width: 70%;
}
.units-split .unit-66 {
  width: 66.6%;
}
.units-split .unit-65 {
  width: 65%;
}
.units-split .unit-60 {
  width: 60%;
}
.units-split .unit-50 {
  width: 50%;
}
.units-split .unit-40 {
  width: 40%;
}
.units-split .unit-35 {
  width: 35%;
}
.units-split .unit-33 {
  width: 33.3%;
}
.units-split .unit-30 {
  width: 30%;
}
.units-split .unit-25 {
  width: 25%;
}
.units-split .unit-20 {
  width: 20%;
}
.units-split .unit-10 {
  width: 10%;
}
/* =Tables
-----------------------------------------------------------------------------*/
table.table-bordered td,
table.table-bordered th {
  border: 1px solid #eeeeee;
}
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 {
  border: none;
  padding: 0;
}
table.table-stroked td,
table.table-stroked th {
  border-bottom: 1px solid #eeeeee;
}
table.table-stripped tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}
table.table-hovered tbody tr:hover td {
  background-color: #f4f4f4;
}
/* Responsive Tables */
.table-container {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.65em;
}
.table-container table {
  margin-bottom: 0;
}
.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
/* =Forms
-----------------------------------------------------------------------------*/
.forms .btn,
.forms input[type="submit"].btn,
.forms button,
.forms input[type="submit"],
.forms input[type="reset"] {
  padding: 0.3625em 1.3em;
}
.forms .btn-outline {
  padding: 0.3em 1.3em;
}
.forms .btn-outline.bold {
  padding: 0.2375em 1.3em;
}
.forms label {
  display: block;
  margin-bottom: 1.1em;
}
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="url"],
.forms input[type="phone"],
.forms input[type="tel"],
.forms input[type="number"],
.forms input[type="datetime"],
.forms input[type="date"],
.forms input[type="month"],
.forms input[type="color"],
.forms input[type="time"],
.forms input[type="search"],
.forms input[type="range"],
.forms input[type="file"],
.forms input[type="datetime-local"],
.forms textarea,
.forms select {
  display: block;
}
.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="email"],
.forms-inline-list input[type="email"],
.forms-inline input[type="url"],
.forms-inline-list input[type="url"],
.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="month"],
.forms-inline-list input[type="month"],
.forms-inline input[type="color"],
.forms-inline-list input[type="color"],
.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="range"],
.forms-inline-list input[type="range"],
.forms-inline input[type="file"],
.forms-inline-list input[type="file"],
.forms-inline input[type="datetime-local"],
.forms-inline-list input[type="datetime-local"],
.forms-inline textarea,
.forms-inline-list textarea,
.forms-inline select,
.forms-inline-list select {
  display: inline-block;
}
.forms-list,
.forms-inline,
.forms-inline-list {
  margin: 0;
  padding: 0;
  margin-bottom: 1.1em;
  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.825em;
}
.forms-inline-list li {
  margin-bottom: 3px;
}
.forms-list li {
  margin-bottom: 6px;
}
.forms-desc {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14.28px;
  line-height: 1.4em;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="color"],
input[type="time"],
input[type="search"],
input[type="datetime-local"],
textarea {
  -moz-transition: border ease 0.5s;
  transition: border ease 0.5s;
}
/* States */
.error,
.success {
  font-weight: normal;
  font-size: 14.28px;
}
input.input-error,
textarea.input-error,
select.input-error,
.input-error {
  border-color: #de2c3b;
  box-shadow: 0 0 0 2px rgba(222, 44, 59, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-success,
textarea.input-success,
select.input-success,
.input-success {
  border-color: #2c9f42;
  box-shadow: 0 0 0 2px rgba(44, 159, 66, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-gray,
textarea.input-gray,
select.input-gray,
.input-gray {
  border-color: #b3b6b7;
  box-shadow: 0 0 0 2px rgba(179, 182, 183, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="color"]:focus,
input[type="time"]:focus,
input[type="search"]:focus,
input[type="datetime-local"]:focus,
textarea:focus {
  outline: none;
  border-color: #2575ed;
  box-shadow: 0 0 0 2px rgba(37, 117, 237, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
/*
	Search
*/
input.input-search,
input[type="search"] {
  padding-right: .5em;
  padding-left: .5em;
  margin-bottom: 0;
  border-radius: 15px;
}
input.input-on-black {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.35);
}
input.input-on-black::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
input.input-on-black::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
input.input-on-black:focus,
input.input-on-black.active {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
}
input.input-on-black:focus::-webkit-input-placeholder,
input.input-on-black.active::-webkit-input-placeholder {
  color: #aaa;
}
input.input-on-black:focus::-moz-placeholder,
input.input-on-black.active::-moz-placeholder {
  color: #aaa;
}
/* Sizes */
input.input-big {
  font-size: 20.16px;
}
input.input-small {
  font-size: 14.28px;
}
input.input-smaller {
  font-size: 12.6px;
}
/* Append & Prepend */
.input-groups {
  display: table !important;
}
.input-groups input {
  width: 100%;
}
.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 {
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
  margin: 0;
  padding: .45em .75em .15em .75em;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.65em;
  font-size: 14.28px;
  white-space: nowrap;
}
.input-groups .input-prepend {
  border-right: none;
}
.input-groups .input-append {
  position: relative;
  z-index: 1;
  border-left: none;
}
.input-groups .btn-append .btn {
  display: block;
  height: auto;
  border-radius: 0 2px 2px 0;
}
/* =Helpers
-----------------------------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
}
.hide {
  display: none;
}
.highlight {
  background-color: #f7f3e2;
}
.big {
  font-size: 20.16px;
}
.small {
  font-size: 14.28px;
}
.smaller {
  font-size: 12.6px;
}
.nowrap,
.nowrap td {
  white-space: nowrap;
}
.req,
.required {
  font-weight: normal;
  color: #de2c3b;
}
.error {
  color: #de2c3b;
}
.success {
  color: #2c9f42;
}
.text-centered {
  text-align: center;
}
.text-right {
  text-align: right;
}
.last {
  margin-right: 0 !important;
}
.pause {
  margin-bottom: 0.825em !important;
}
.end {
  margin-bottom: 0 !important;
}
.normal {
  font-weight: normal;
}
.light {
  font-weight: 300;
}
.bold {
  font-weight: bold;
}
.text-bold {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.left {
  float: left;
}
.right {
  float: right;
}
.upper {
  text-transform: uppercase;
}
.list-flat {
  margin-left: 0;
  list-style: none;
}
.color-black {
  color: #0f0f0f;
}
.color-white {
  color: #ffffff;
}
/* Colors */
.color-gray-10 {
  color: rgba(0, 0, 0, 0.1);
}
.color-gray-20 {
  color: rgba(0, 0, 0, 0.2);
}
.color-gray-30 {
  color: rgba(0, 0, 0, 0.3);
}
.color-gray-40 {
  color: rgba(0, 0, 0, 0.4);
}
.color-gray-50 {
  color: rgba(0, 0, 0, 0.5);
}
.color-gray-60 {
  color: rgba(0, 0, 0, 0.6);
}
.color-gray-70 {
  color: rgba(0, 0, 0, 0.7);
}
.color-gray-80 {
  color: rgba(0, 0, 0, 0.8);
}
.color-gray-90 {
  color: rgba(0, 0, 0, 0.9);
}
.color-white-10 {
  color: rgba(255, 255, 255, 0.1);
}
.color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}
.color-white-30 {
  color: rgba(255, 255, 255, 0.3);
}
.color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}
.color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.color-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.color-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
/* Responsive embedded objects */
.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1.65em;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* =Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .left,
  .right {
    float: none;
  }
  .hide-on-mobile {
    display: none;
  }
}
/* =Grid Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .mobile-width-100 {
    width: 100%;
  }
  .units-row .unit-90,
  .units-row .unit-80,
  .units-row .unit-75,
  .units-row .unit-70,
  .units-row .unit-66,
  .units-row .unit-65,
  .units-row .unit-60,
  .units-row .unit-50,
  .units-row .unit-40,
  .units-row .unit-35,
  .units-row .unit-33,
  .units-row .unit-30,
  .units-row .unit-25,
  .units-row .unit-20,
  .units-row .unit-10 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .unit-push-90,
  .unit-push-80,
  .unit-push-75,
  .unit-push-70,
  .unit-push-66,
  .unit-push-65,
  .unit-push-60,
  .unit-push-50,
  .unit-push-40,
  .unit-push-35,
  .unit-push-33,
  .unit-push-30,
  .unit-push-25,
  .unit-push-20,
  .unit-push-10 {
    left: 0;
  }
  .units-row .unit-push-right {
    float: none;
  }
  .units-mobile-50 .unit-90,
  .units-mobile-50 .unit-80,
  .units-mobile-50 .unit-75,
  .units-mobile-50 .unit-70,
  .units-mobile-50 .unit-66,
  .units-mobile-50 .unit-65,
  .units-mobile-50 .unit-60,
  .units-mobile-50 .unit-40,
  .units-mobile-50 .unit-30,
  .units-mobile-50 .unit-35,
  .units-mobile-50 .unit-33,
  .units-mobile-50 .unit-25,
  .units-mobile-50 .unit-20,
  .units-mobile-50 .unit-10 {
    float: left;
    margin-left: 3%;
    width: 48.5%;
  }
  .units-mobile-50 .unit-90:first-child,
  .units-mobile-50 .unit-80:first-child,
  .units-mobile-50 .unit-75:first-child,
  .units-mobile-50 .unit-70:first-child,
  .units-mobile-50 .unit-66:first-child,
  .units-mobile-50 .unit-65:first-child,
  .units-mobile-50 .unit-60:first-child,
  .units-mobile-50 .unit-40:first-child,
  .units-mobile-50 .unit-35:first-child,
  .units-mobile-50 .unit-30:first-child,
  .units-mobile-50 .unit-33:first-child,
  .units-mobile-50 .unit-25:first-child,
  .units-mobile-50 .unit-20:first-child,
  .units-mobile-50 .unit-10:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 625px) {
  .units-row .unit-20 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
  }
}
/* =Typography Responsive
-----------------------------------------------------------------------------*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 2.25em;
    line-height: 1.125;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.75em;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.15384615;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.13636364;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.75em;
  }
  .lead {
    font-size: 1.2em;
  }
  ul,
  ol,
  ul ul,
  ol ol,
  ul ol,
  ol ul {
    margin-left: 1.65em;
  }
  blockquote {
    margin-left: 0;
  }
}
/* =Forms Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .forms-list label {
    display: inline-block;
  }
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12pt;
  }
  .h1,
  h1 {
    font-size: 36pt;
  }
  .h2,
  h2 {
    font-size: 24pt;
  }
  .h3,
  h3 {
    font-size: 18pt;
  }
  .h4,
  h4 {
    font-size: 14pt;
  }
  .h5,
  h5 {
    font-size: 12pt;
  }
  .h6,
  h6 {
    font-size: 12pt;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  blockquote {
    border: none;
    font-style: italic;
  }
  img {
    max-width: 100% !important;
  }
  select {
    background: #fff !important;
  }
}
.section {
  padding: 2rem 0;
  position: relative;
}
.section p:last-child {
  margin-bottom: 0;
}
.contain,
.contain.way-more,
.contain.less {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1200px;
}
.contain.way-more {
  max-width: 2000px;
}
.contain.less {
  max-width: 900px;
}
@media only screen and (max-width: 625px) {
  .contain.no-contain-small,
  .contain.way-more.no-contain-small,
  .contain.less.no-contain-small {
    padding: 0;
  }
}
@media (min-width: 626px) {
  .contain,
  .contain.way-more,
  .contain.less {
    padding: 0 2rem;
  }
}
@media (min-width: 767px) {
  .section {
    padding: 4rem 0;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
header.out {
  top: -5rem;
}
header.bg nav {
  background: #000;
}
header nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header nav ul,
header nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul {
  float: left;
  display: none;
}
header nav li {
  display: inline-block;
}
header nav > .active {
  position: absolute;
  height: 2px;
  width: 0px;
  background: #fff;
  bottom: -1px;
  left: 0;
}
header nav li a {
  display: block;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 10px;
}
header nav li a:hover {
  color: #fff;
}
.mobile {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobile .mobile-menu-toggle {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 6px 10px 6px 0;
  padding: 0;
  width: 30px;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  background: none;
  z-index: 110;
}
.mobile .mobile-menu-toggle span {
  display: block;
  position: absolute;
  top: 12px;
  left: 2px;
  right: 2px;
  height: 2px;
  background: #fff;
  -moz-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.mobile .mobile-menu-toggle span:before,
.mobile .mobile-menu-toggle span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
}
.mobile .mobile-menu-toggle span:before {
  top: -6px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.mobile .mobile-menu-toggle span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.mobile .mobile-menu-toggle.open span {
  background: none;
}
.mobile .mobile-menu-toggle.open span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile .mobile-menu-toggle.open span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile .mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #222222;
  padding: 2em 0;
  display: none;
}
.mobile .mobile-nav li,
.mobile .mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mobile .mobile-nav a {
  display: block;
  padding: 0.5rem 0;
  color: #fff;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mobile .mobile-nav a:hover {
  letter-spacing: 0px;
}
.diamonds-menu {
  padding: 2rem 0;
}
.diamonds-menu:after {
  content: "";
  display: table;
  clear: both;
}
.diamond a {
  display: block;
  padding: 20px 1rem;
}
.diamond a:after {
  content: "";
  display: table;
  clear: both;
}
.diamond .button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  margin: 0 auto;
  border: 2px solid;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 30px;
  float: left;
  position: relative;
  overflow: hidden;
}
.diamond .button:before {
  position: absolute;
  top: -52.42640687px;
  left: -6.21320344px;
  content: '';
  height: 43px;
  width: 43px;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.diamond:hover .button:before {
  top: -6.21320344px;
}
.diamond .button span {
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-family: 'tv';
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.diamond:hover .button span {
  color: #fff !important;
}
.diamond .button-label {
  margin: 0 0 0.2em 0;
  color: #333;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
  padding-left: 60px;
  font-weight: 400;
}
.diamond .button-label,
.diamond .desc {
  text-align: left;
}
.diamond .desc {
  padding-left: 60px;
  font-weight: 300;
  font-size: 0.9em;
  color: #333;
  line-height: 1.2em;
  margin-bottom: 0;
}
@media (min-width: 626px) {
  header nav ul {
    display: block;
  }
  .mobile {
    display: none;
  }
  .diamonds-menu {
    padding: 0;
  }
  .diamonds-2 .diamond {
    width: 48.5%;
    margin-left: 3%;
    float: left;
  }
  .diamonds-2 .diamond:first-child {
    margin-left: 0;
  }
  .diamonds-4 .diamond {
    width: 22.75%;
    margin-left: 3%;
    float: left;
  }
  .diamonds-4 .diamond:first-child {
    margin-left: 0;
  }
  .diamonds-5 .diamond {
    width: 17.6%;
    margin-left: 3%;
    float: left;
  }
  .diamonds-5 .diamond:first-child {
    margin-left: 0;
  }
  .diamond a {
    padding: 4rem 0;
  }
  .diamond .button {
    float: none;
    margin: 0 auto 20px;
  }
  .diamond .button-label,
  .diamond .desc {
    padding-left: 0;
    text-align: center;
  }
  .diamond .button-label {
    margin-bottom: 1rem;
  }
  .diamond .desc {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .diamond:hover .desc {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media (min-width: 767px) {
  .diamond a {
    padding: 6rem 0;
    border-bottom: 0;
  }
  .diamond .button-label {
    font-weight: 400;
  }
  .diamonds-2 .diamond {
    width: 38.2%;
    margin-left: 3%;
    left: 10.3%;
    position: relative;
  }
  .diamonds-2 .diamond:first-child {
    margin-left: 0;
  }
  .diamond .button {
    height: 84px;
    width: 84px;
    line-height: 80px;
    margin-bottom: 40px;
  }
  .diamond .button span {
    font-size: 40px;
  }
  .diamond .button:before {
    top: -123.13708499px;
    left: -16.56854249px;
    height: 114px;
    width: 114px;
  }
  .diamond:hover .button:before {
    top: -16.56854249px;
  }
  .diamond h2 {
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .diamond:hover h2 {
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
  }
  .diamond .desc {
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
  }
  .diamond:hover .desc {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
  }
}
@media (min-width: 1000px) {
  .diamond .button-label {
    font-size: 1em;
  }
  .diamond .button {
    height: 104px;
    width: 104px;
    line-height: 100px;
    margin-bottom: 50px;
  }
  .diamond .button span {
    font-size: 50px;
  }
  .diamond .button:before {
    top: -151.42135624px;
    left: -20.71067812px;
    height: 142px;
    width: 142px;
  }
  .diamond:hover .button:before {
    top: -20.71067812px;
  }
}
@media (min-width: 1700px) {
  .diamond .button-label {
    font-size: 1.2em;
  }
  .diamond .button {
    height: 166px;
    width: 166px;
    line-height: 160px;
    margin-bottom: 80px;
    border: 3px solid;
  }
  .diamond .button span {
    font-size: 80px;
  }
  .diamond .button:before {
    top: -236.27416998px;
    left: -33.13708499px;
    height: 227px;
    width: 227px;
  }
  .diamond:hover .button:before {
    top: -33.13708499px;
  }
}
.preloader {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #191A1B;
  z-index: 200;
}
.preloader .curtain1,
.preloader .curtain2 {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 210;
}
.preloader .curtain1 {
  background: #191A1B;
  left: 0;
}
.preloader .curtain2 {
  background: #191A1B;
  right: 0;
}
.loader-wrapper {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  z-index: 1500;
}
.loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #191A1B;
  z-index: 1500;
  border-top-color: #191A1B;
  border-radius: 50%;
  border-bottom-color: #4d4d4d;
  border-left-color: #4d4d4d;
  -o-animation: spin 2s ease infinite alternate;
  -webkit-animation: spin 2s ease infinite alternate;
  -moz-animation: spin 2s ease infinite alternate;
  animation: spin 2s ease infinite alternate;
}
.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid #4d4d4d;
  border-bottom-color: #191A1B;
  border-left-color: #191A1B;
  border-radius: 50%;
  -o-animation: spin2 2s ease infinite alternate;
  -webkit-animation: spin2 2s ease infinite alternate;
  -moz-animation: spin2 2s ease infinite alternate;
  animation: spin2 2s ease infinite alternate;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(-720deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(-720deg);
    /* IE 9 */
    transform: rotate(-720deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.conclusion {
  padding: 2rem 0 6rem;
  margin-bottom: 3rem;
  position: relative;
}
.conclusion:after {
  content: '';
  position: absolute;
  height: 3px;
  background: #333;
  width: 40px;
  bottom: 3rem;
  left: 50%;
  margin-left: -20px;
}
.conclusion p:last-child {
  margin-bottom: 0;
}
@media (min-width: 626px) {
  .conclusion p {
    font-size: 1.6em;
    line-height: 1.3em;
  }
}
@media (min-width: 1001px) {
  .conclusion p {
    font-size: 2em;
  }
}
.diamond a.energy .button {
  border-color: #fac700;
}
.diamond a.energy .button span {
  color: #fac700;
}
.diamond a.energy .button:before {
  background-color: #fac700;
}
.diamond a.energy:hover h2 {
  color: #fac700;
}
.page-energy .theme-bg {
  background-color: #fac700;
}
.page-energy .loader {
  border-bottom-color: #fac700;
  border-left-color: #fac700;
}
.page-energy .loader:before {
  border-top-color: #fac700;
  border-right-color: #fac700;
}
.page-energy .conclusion:after {
  background: #fac700;
}
.page-energy .mobile-nav {
  background: #fac700;
}
.diamond a.ecommerce .button {
  border-color: #fb6969;
}
.diamond a.ecommerce .button span {
  color: #fb6969;
}
.diamond a.ecommerce .button:before {
  background-color: #fb6969;
}
.diamond a.ecommerce:hover h2 {
  color: #fb6969;
}
.page-ecommerce .theme-bg {
  background-color: #fb6969;
}
.page-ecommerce .loader {
  border-bottom-color: #fb6969;
  border-left-color: #fb6969;
}
.page-ecommerce .loader:before {
  border-top-color: #fb6969;
  border-right-color: #fb6969;
}
.page-ecommerce .conclusion:after {
  background: #fb6969;
}
.page-ecommerce .mobile-nav {
  background: #fb6969;
}
.diamond a.agro .button {
  border-color: #91be08;
}
.diamond a.agro .button span {
  color: #91be08;
}
.diamond a.agro .button:before {
  background-color: #91be08;
}
.diamond a.agro:hover h2 {
  color: #91be08;
}
.page-agriculture .theme-bg {
  background-color: #91be08;
}
.page-agriculture .loader {
  border-bottom-color: #91be08;
  border-left-color: #91be08;
}
.page-agriculture .loader:before {
  border-top-color: #91be08;
  border-right-color: #91be08;
}
.page-agriculture .conclusion:after {
  background: #91be08;
}
.page-agriculture .mobile-nav {
  background: #91be08;
}
.diamond a.reshore .button {
  border-color: #06c072;
}
.diamond a.reshore .button span {
  color: #06c072;
}
.diamond a.reshore .button:before {
  background-color: #06c072;
}
.diamond a.reshore:hover h2 {
  color: #06c072;
}
.page-reshoring .theme-bg {
  background-color: #06c072;
}
.page-reshoring .loader {
  border-bottom-color: #06c072;
  border-left-color: #06c072;
}
.page-reshoring .loader:before {
  border-top-color: #06c072;
  border-right-color: #06c072;
}
.page-reshoring .conclusion:after {
  background: #06c072;
}
.page-reshoring .mobile-nav {
  background: #06c072;
}
.diamond a.workforce .button {
  border-color: #00c5eb;
}
.diamond a.workforce .button span {
  color: #00c5eb;
}
.diamond a.workforce .button:before {
  background-color: #00c5eb;
}
.diamond a.workforce:hover h2 {
  color: #00c5eb;
}
.page-workforce .theme-bg {
  background-color: #00c5eb;
}
.page-workforce .loader {
  border-bottom-color: #00c5eb;
  border-left-color: #00c5eb;
}
.page-workforce .loader:before {
  border-top-color: #00c5eb;
  border-right-color: #00c5eb;
}
.page-workforce .conclusion:after {
  background: #00c5eb;
}
.page-workforce .mobile-nav {
  background: #00c5eb;
}
.page-hero {
  text-align: center;
}
.page-hero .contain {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-hero .symbol {
  height: 100px;
  margin: 0 0 1rem 0;
}
.page-hero h1 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.2em;
  margin-bottom: 1rem;
}
.page-hero h2 {
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: 300;
  color: #000;
}
@media (min-width: 350px) {
  .page-hero h1 {
    font-size: 2em;
  }
}
@media (min-width: 600px) {
  .page-hero h1 {
    font-size: 4em;
  }
  .page-hero h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1100px) {
  .page-hero .symbol {
    height: 150px;
    margin: 0 0 1rem 0;
  }
  .page-hero .intro {
    font-size: 0.8rem;
  }
  .page-hero h1 {
    font-size: 5em;
  }
  .page-hero h2 {
    font-size: 1.6rem;
  }
}
.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  -o-animation: show 0.3s ease forwards;
  -webkit-animation: show 0.3s ease forwards;
  -moz-animation: show 0.3s ease forwards;
  animation: show 0.3s ease forwards;
  /*
  &:after {
    content: '';
    position: absolute;
    display: block;
    height: 8px;
    width: 6px;
    .rounded(50%);
    top: 12px;
    left: 50%;
    .translate(-3px);
    background: #fff;
    z-index: 11;
    .animation(scroll-down 3s ease infinite)
  }
  */
}
.scroll-down .arrow {
  width: 40px;
  height: 40px;
  background-image: url(../../img/scroll-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -o-animation: bounce 3s ease infinite;
  -webkit-animation: bounce 3s ease infinite;
  -moz-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}
.scroll-down.scroll-hide {
  -o-animation: hide 0.3s ease forwards;
  -webkit-animation: hide 0.3s ease forwards;
  -moz-animation: hide 0.3s ease forwards;
  animation: hide 0.3s ease forwards;
}
@-moz-keyframes scroll-down {
  0%,
  30% {
    opacity: 1;
    -webkit-transform: translate(-3px, 0);
    -moz-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    -o-transform: translate(-3px, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-3px, 20px);
    -moz-transform: translate(-3px, 20px);
    -ms-transform: translate(-3px, 20px);
    -o-transform: translate(-3px, 20px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-3px, 0);
    -moz-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    -o-transform: translate(-3px, 0);
  }
}
@-webkit-keyframes scroll-down {
  0%,
  30% {
    opacity: 1;
    -webkit-transform: translate(-3px, 0);
    -moz-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    -o-transform: translate(-3px, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-3px, 20px);
    -moz-transform: translate(-3px, 20px);
    -ms-transform: translate(-3px, 20px);
    -o-transform: translate(-3px, 20px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-3px, 0);
    -moz-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    -o-transform: translate(-3px, 0);
  }
}
@keyframes scroll-down {
  0%,
  30% {
    opacity: 1;
    -webkit-transform: translate(-3px, 0);
    -moz-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    -o-transform: translate(-3px, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-3px, 20px);
    -moz-transform: translate(-3px, 20px);
    -ms-transform: translate(-3px, 20px);
    -o-transform: translate(-3px, 20px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-3px, 0);
    -moz-transform: translate(-3px, 0);
    -ms-transform: translate(-3px, 0);
    -o-transform: translate(-3px, 0);
  }
}
@-moz-keyframes scroll-down-arrow {
  0%,
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
  }
  70% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@-webkit-keyframes scroll-down-arrow {
  0%,
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
  }
  70% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@keyframes scroll-down-arrow {
  0%,
  30% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
  }
  70% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
  }
  60% {
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
  }
  60% {
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, -30px);
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -o-transform: translate(0, -30px);
  }
  60% {
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50px);
    -moz-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50px);
    -moz-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50px);
    -moz-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50px);
    -moz-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50px);
    -moz-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50px);
    -moz-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
  }
}
.video {
  position: relative;
  overflow: hidden;
  background: #000;
}
.video .video-trigger .play,
.video .video-trigger .label {
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video .video-trigger .overlay {
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video .video-trigger:hover .play {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.video .video-trigger:hover .label {
  -webkit-transform: translate(0px, -5px);
  -moz-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  letter-spacing: 0;
}
.video .video-trigger:hover .overlay {
  opacity: 0.5;
}
.video .static {
  position: relative;
  padding: 6rem 0;
  background-image: url(../../img/video.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.video .static .overlay {
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  z-index: 1;
}
.video .static .content {
  text-align: center;
  position: relative;
  z-index: 5;
}
.video .static .content .play {
  position: relative;
  overflow: hidden;
  text-indent: 200%;
  display: inline-block;
  height: 5.4rem;
  width: 5.4rem;
  margin: 0 0 1em 0;
}
.video .static .content .play:before {
  font-family: 'tv';
  content: 'v';
  text-align: center;
  display: block;
  height: 5rem;
  width: 5rem;
  position: absolute;
  font-size: 5rem;
  line-height: 1em;
  top: 0.2rem;
  left: 0.2rem;
  color: #fff;
  text-indent: 0;
}
.video .static .content .label {
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.video .video-container {
  position: absolute;
  padding-bottom: 46.25%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  right: 100%;
}
.video .video-container .close {
  position: absolute;
  height: 1em;
  width: 1em;
  background-image: url(../../img/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  top: 30px;
  right: 20px;
  cursor: pointer;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.video .video-container .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video .video-container iframe,
.video .video-container object,
.video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide {
  padding: 4rem 0;
  padding: 9vh 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.slide h3 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  line-height: 1.2em;
}
.slide h4 {
  margin: 0;
  font-weight: 300;
  line-height: 1.2em;
}
.slide .content {
  position: relative;
  z-index: 10;
}
.slide .figure .fig {
  max-width: 400px;
}
.slide .figure .lbl {
  margin-bottom: 0;
}
@media (min-width: 626px) {
  .slide h3 {
    font-size: 2rem;
  }
  .slide h3.subtle {
    font-size: 1.6rem;
  }
  .slide h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .slide {
    text-align: left;
  }
}
@media (min-width: 1001px) {
  .slide h3 {
    font-size: 3rem;
  }
  .slide h4 {
    font-size: 2.2rem;
  }
}
.font-light,
.font-regular {
  font-family: 'Oswald', "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.font-regular {
  font-weight: 400;
}
.font-capital {
  text-transform: uppercase;
}
.slide.theme-light {
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, color-stop(10%, #fdfdfc), color-stop(80%, #e1e1e1), color-stop(100%, #e1e1e1));
  background-image: -webkit-radial-gradient(50% 50%, circle, #fdfdfc 10%, #e1e1e1 80%, #e1e1e1);
  background-image: radial-gradient(circle at 50% 50%, #fdfdfc 10%, #e1e1e1 80%, #e1e1e1);
  filter: alpha(opacity=0);
}
.slide .background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.slide .background .filler {
  position: absolute;
  opacity: 0;
}
.slide .background .filler .static {
  display: none;
}
.data-sources {
  color: #808080;
  font-size: 0.9em;
}
.data-sources .title {
  position: relative;
  padding-top: 1em;
  text-transform: uppercase;
}
.data-sources .title:before {
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  background: #e3e3e3;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
.data-sources ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.data-sources ul li {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
  line-height: 1.1em;
}
@font-face {
  font-family: "tv";
  src: url("../../fonts/tv/tv.eot");
  src: url("../../fonts/tv/tv.eot?#iefix") format("embedded-opentype"), url("../../fonts/tv/tv.woff") format("woff"), url("../../fonts/tv/tv.ttf") format("truetype"), url("../../fonts/tv/tv.svg#tv") format("svg");
  font-weight: normal;
  font-style: normal;
}
.page-hero {
  background: #fff;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, color-stop(10%, #fb6969), color-stop(80%, #fa4b4b), color-stop(100%, #fa4141));
  background-image: -webkit-radial-gradient(50% 50%, circle, #fb6969 10%, #fa4b4b 80%, #fa4141);
  background-image: radial-gradient(circle at 50% 50%, #fb6969 10%, #fa4b4b 80%, #fa4141);
  filter: alpha(opacity=0);
  text-align: center;
}
.video .static {
  background-image: url(../../img/eretail-video.jpg);
}
.slide.jobs .counter {
  font-size: 5rem;
  text-align: center;
  color: #fb6969;
}
@media (min-width: 1001px) {
  .slide.jobs .counter {
    font-size: 7rem;
  }
}
.slide.future {
  position: relative;
}
.slide.future .contain {
  position: relative;
  z-index: 10;
}
.slide.future .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.slide.future .img div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../../img/van.jpg);
  background-position: top center;
  background-size: cover;
}
.slide.future h4 {
  color: #fff;
}
@media (min-width: 800px) {
  .slide.future h4 {
    margin-top: 7rem;
  }
}
@media (min-width: 1100px) {
  .slide.future h4 {
    margin-top: 12rem;
  }
}
.slide.amazon .figure {
  margin: 4em 0 0;
}
.slide.fedex .figure {
  margin: 2em 0 0;
}
