/*
	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: "futura-pt", sans-serif;
  font-size: 0.9375em;
  line-height: 1.65em;
  /*background: red;*/
  color: #222222;
}
/* =Links
-----------------------------------------------------------------------------*/
a {
  color: #134da5;
}
a:focus,
a:hover {
  color: #000;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  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;
}
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: 1em;
}
h6,
.h6 {
  font-size: 0.75em;
  text-transform: uppercase;
}
/* =Lead
-----------------------------------------------------------------------------*/
.lead {
  font-size: 1.3125em;
  line-height: 1.5;
  margin-bottom: 1.0999999999999999em;
}
/* =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 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.4749999999999996em;
  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: 12.75px;
  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: 11.25px;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figcaption {
  margin: .3em 0;
  font-size: 12.75px;
  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: #222222;
  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: "futura-pt", 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: "futura-pt", 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.0999999999999999em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12.75px;
}
table th,
table td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.825em 1.0999999999999999em;
}
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: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.66666666666666%;
}
.units-row .unit-65 {
  width: 65.66666666666666%;
}
.units-row .unit-60 {
  width: 58.800000000000004%;
}
.units-row .unit-50 {
  width: 48.5%;
}
.units-row .unit-40 {
  width: 38.2%;
}
.units-row .unit-35 {
  width: 31.333333333333332%;
}
.units-row .unit-33 {
  width: 31.333333333333332%;
}
.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.66666666666666%;
}
.unit-push-65 {
  left: 68.66666666666666%;
}
.unit-push-60 {
  left: 61.800000000000004%;
}
.unit-push-50 {
  left: 51.5%;
}
.unit-push-40 {
  left: 41.2%;
}
.unit-push-35 {
  left: 34.33333333333333%;
}
.unit-push-33 {
  left: 34.33333333333333%;
}
.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: 1em;
}
.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%;
}
/* =Blocks
-----------------------------------------------------------------------------*/
.blocks-2,
.blocks-3,
.blocks-4,
.blocks-5,
.blocks-6 {
  padding-left: 0;
  list-style: none;
  margin-left: -3%;
}
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-6:after {
  content: "";
  display: table;
  clear: both;
}
.blocks-2 > li,
.blocks-3 > li,
.blocks-4 > li,
.blocks-5 > li,
.blocks-6 > li {
  height: auto;
  float: left;
  margin-bottom: 1.65em;
  margin-left: 3%;
}
.blocks-2 > li ul,
.blocks-3 > li ul,
.blocks-4 > li ul,
.blocks-5 > li ul,
.blocks-6 > li ul {
  list-style-type: disc;
}
.blocks-2 > li ul ul,
.blocks-3 > li ul ul,
.blocks-4 > li ul ul,
.blocks-5 > li ul ul,
.blocks-6 > li ul ul {
  list-style-type: circle;
}
.blocks-2 > li li,
.blocks-3 > li li,
.blocks-4 > li li,
.blocks-5 > li li,
.blocks-6 > li li {
  float: none;
  margin: 0;
}
.blocks-2 > li {
  width: 47%;
}
.blocks-3 > li {
  width: 30.333333333333332%;
}
.blocks-4 > li {
  width: 22%;
}
.blocks-5 > li {
  width: 17%;
}
.blocks-6 > li {
  width: 13.666666666666666%;
}
.block-first {
  clear: both;
}
/* =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.0999999999999999em;
}
.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.0999999999999999em;
  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: 12.75px;
  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: 12.75px;
}
input.input-error,
textarea.input-error,
select.input-error,
.input-error {
  border-color: #000;
  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: 18px;
}
input.input-small {
  font-size: 12.75px;
}
input.input-smaller {
  font-size: 11.25px;
}
/* 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: 12.75px;
  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;
}
/* =Navs
-----------------------------------------------------------------------------*/
/* NavBar */
.navbar {
  font-size: 105%;
  margin-bottom: 1.65em;
}
.navbar:after {
  content: "";
  display: table;
  clear: both;
}
.navbar:after {
  content: "";
  display: table;
  clear: both;
}
.navbar.navbar-left {
  float: left;
}
.navbar.navbar-right {
  float: right;
}
.navbar ul {
  list-style: none;
  margin: 0;
}
.navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.navbar ul:after {
  content: "";
  display: table;
  clear: both;
}
.navbar li {
  float: left;
  margin-right: 1.65em;
}
.navbar.navbar-right li {
  margin-right: 0;
  margin-left: 1.65em;
}
.navbar a,
.navbar span {
  display: block;
  text-decoration: none;
}
.navbar a:hover {
  color: #000;
  text-decoration: underline;
}
.navbar li.active a,
.navbar span {
  text-decoration: none;
  cursor: text;
  
}
.navigation-toggle {
  display: none;
  text-transform: uppercase;
  position: relative;
  color: #0f0f0f;
  background-color: #ffffff;
}
.navigation-toggle:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  content: "\2630";
  font-size: 24px;
  line-height: 1;
}
.navigation-toggle.navigation-toggle-black {
  background-color: #0f0f0f;
  color: #ffffff;
}
.navigation-toggle.navigation-toggle-show {
  margin-bottom: 1.65em;
}
.navigation-toggle span {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  padding: 10px 20px 10px 40px;
}
.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
/* Pills */
.navbar-pills a,
.navbar-pills span {
  padding: 0.825em 1.65em;
}
.navbar-pills a:hover {
  color: #0f0f0f;
  background: #eee;
}
.navbar-pills li.active a,
.navbar-pills span {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
  background: #eee;
}
.navbar-pills li {
  margin-right: 1px;
}
.navbar-pills.navbar-right li {
  margin-left: 1px;
}
/* Fullwidth */
.fullwidth ul {
  width: 100%;
}
.fullwidth li {
  float: none !important;
  margin: 0;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.fullwidth li a,
.fullwidth li span {
  display: block;
}
/* Vertical */
.nav {
  margin-bottom: 1.65em;
}
.nav ul {
  list-style: none;
  margin: 0;
}
.nav ul li ul {
  margin-left: 2em;
  font-size: .95em;
}
.nav a,
.nav span {
  display: block;
  padding: .5em 0;
}
.nav a {
  color: #0f0f0f;
  text-decoration: none;
}
.nav a:hover {
  color: #000;
  text-decoration: underline;
}
.nav li.active a,
.nav span {
  text-decoration: none;
  cursor: text;
  
}
.nav i.fa {
  width: 1.65em;
}
/* Stacked */
.nav-stacked li {
  margin-bottom: 1px;
}
.nav-stacked a,
.nav-stacked span {
  padding: .6em .7em;
}
.nav-stacked a {
  background: #f6f6f6;
}
.nav-stacked a:hover {
  color: #000;
  background: #eee;
}
.nav-stacked li.active a,
.nav-stacked span {
  background: #ffffff;
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.3);
}
/* Stats */
.nav-stats li {
  position: relative;
}
.nav-stats a,
.nav-stats span {
  padding-right: 50px;
}
.nav-stats sup,
.nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}
.nav-stats sup {
  color: rgba(0, 0, 0, 0.4);
}
.nav-stats .badge {
  margin-top: -8px;
}
/* =Tabs
-----------------------------------------------------------------------------*/
.nav-tabs {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.65em;
}
.nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs ul {
  list-style: none;
  margin: 0;
}
.nav-tabs li {
  float: left;
  margin-right: 2px;
}
.nav-tabs a,
.nav-tabs span {
  display: block;
  line-height: 1;
  padding: 0.825em 1.65em;
  border: 1px solid transparent;
}
.nav-tabs a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.nav-tabs a:focus,
.nav-tabs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
  background-color: #eee;
}
.nav-tabs li.active a,
.nav-tabs span {
  color: #0f0f0f;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  bottom: -1px;
  cursor: default;
  text-decoration: none;
}
/* =Breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
  margin-bottom: 1.65em;
}
.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs ul {
  font-size: .9em;
  color: rgba(0, 0, 0, 0.4);
  list-style: none;
  margin: 0;
}
.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.breadcrumbs li + li:before {
  content: " > ";
  color: #aaa;
  font-size: 12px;
  margin: 0 7px 0 5px;
  position: relative;
  top: -1px;
}
.breadcrumbs.breadcrumbs-path li + li:before {
  content: " / ";
  top: 0;
}
.breadcrumbs a {
  color: #0f0f0f;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
}
.breadcrumbs li.active a,
.breadcrumbs span,
.breadcrumbs li.active a:hover {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
}
/* =Pagination
-----------------------------------------------------------------------------*/
.pagination {
  position: relative;
  left: -9px;
  margin-left: 0;
  list-style: none;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
.pagination li {
  float: left;
  margin-right: 2px;
}
.pagination a,
.pagination span {
  display: block;
  padding: 7px 9px;
  line-height: 1;
  border-radius: 2px;
  color: #0f0f0f;
  text-decoration: none;
}
.pagination span,
.pagination li.active a,
.pagination li.active a:hover {
  color: #ffffff;
  background-color: #0f0f0f;
  cursor: text;
}
.pagination a:focus,
.pagination a:hover {
  text-decoration: none;
  background-color: #0f0f0f;
  color: #fff;
}
/* =Buttons
-----------------------------------------------------------------------------*/
.btn,
input[type="submit"].btn {
  display: inline-block;
  vertical-align: top;
  font-family: "futura-pt", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  color: #222222;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  background: #e0e3e5;
  padding: 0.55em 2.5em;
}
.btn:hover,
input[type="submit"].btn:hover {
  color: rgba(0, 0, 0, 0.5);
  background: #b3b6b7;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn-big,
input[type="submit"].btn-big {
  font-size: 18px;
}
.btn-small,
input[type="submit"].btn-small {
  font-size: 12.75px;
}
.btn-smaller,
input[type="submit"].btn-smaller {
  font-size: 11.25px;
  vertical-align: baseline;
}
.btn-round {
  border-radius: 15px;
}
.btn-outline,
input[type="submit"].btn-outline {
  background: none;
  padding: 0.48750000000000004em 2.5em;
  border: 1px solid #0f0f0f;
}
.btn-outline:hover,
input[type="submit"].btn-outline:hover {
  border-color: #b3b6b7;
}
.btn-outline.btn-active {
  padding: 0.55em 2.5em;
}
.btn-outline.bold {
  border-width: 2px;
  padding: 0.42500000000000004em 2.5em;
}
.btn-active,
.btn[disabled],
.btn-disabled {
  background: none;
  background: #b3b6b7;
  color: rgba(0, 0, 0, 0.5);
}
.btn-active:hover,
.btn[disabled]:hover,
.btn-disabled:hover {
  color: rgba(0, 0, 0, 0.5);
  background: #b3b6b7;
}
.btn-active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
}
.btn-outline.btn[disabled],
.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-outline.btn-active {
  background: none;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
.btn[disabled],
.btn-disabled {
  cursor: default;
  box-shadow: none;
}
.btn-blue,
input[type="submit"].btn-blue {
  color: rgba(255, 255, 255, 0.9);
  background: #2575ed;
}
.btn-blue:hover,
input[type="submit"].btn-blue:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #1a52a5;
}
.btn-blue.btn-active,
input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.btn-blue.btn-active,
input[type="submit"].btn-blue.btn-active,
.btn-blue.btn-disabled,
input[type="submit"].btn-blue.btn-disabled,
.btn-blue.btn[disabled],
input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #1a52a5;
}
.btn-blue.btn-active:hover,
input[type="submit"].btn-blue.btn-active:hover,
.btn-blue.btn-disabled:hover,
input[type="submit"].btn-blue.btn-disabled:hover,
.btn-blue.btn[disabled]:hover,
input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.btn-blue.btn-outline,
input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.btn-blue.btn-outline:hover,
input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #2575ed;
}
.btn-blue.btn-outline.btn[disabled],
input[type="submit"].btn-blue.btn-outline.btn[disabled],
.btn-blue.btn-outline.btn-disabled,
input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37, 117, 237, 0.4);
  border: 1px solid rgba(37, 117, 237, 0.3);
}
.btn-blue.btn-outline.btn-active,
input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37, 117, 237, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26, 82, 165, 0.6) inset;
}
.btn-blue:hover,
input[type="submit"].btn-blue:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #1a52a5;
}
.btn-blue.btn-active,
input[type="submit"].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.btn-blue.btn-active,
input[type="submit"].btn-blue.btn-active,
.btn-blue.btn-disabled,
input[type="submit"].btn-blue.btn-disabled,
.btn-blue.btn[disabled],
input[type="submit"].btn-blue.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #1a52a5;
}
.btn-blue.btn-active:hover,
input[type="submit"].btn-blue.btn-active:hover,
.btn-blue.btn-disabled:hover,
input[type="submit"].btn-blue.btn-disabled:hover,
.btn-blue.btn[disabled]:hover,
input[type="submit"].btn-blue.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.btn-blue.btn-outline,
input[type="submit"].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}
.btn-blue.btn-outline:hover,
input[type="submit"].btn-blue.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #2575ed;
}
.btn-blue.btn-outline.btn[disabled],
input[type="submit"].btn-blue.btn-outline.btn[disabled],
.btn-blue.btn-outline.btn-disabled,
input[type="submit"].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37, 117, 237, 0.4);
  border: 1px solid rgba(37, 117, 237, 0.3);
}
.btn-blue.btn-outline.btn-active,
input[type="submit"].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37, 117, 237, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26, 82, 165, 0.6) inset;
}
.btn-red,
input[type="submit"].btn-red {
  color: rgba(255, 255, 255, 0.9);
  background: #000;
}
.btn-red:hover,
input[type="submit"].btn-red:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #b2232f;
}
.btn-red.btn-active,
input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.btn-red.btn-active,
input[type="submit"].btn-red.btn-active,
.btn-red.btn-disabled,
input[type="submit"].btn-red.btn-disabled,
.btn-red.btn[disabled],
input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #b2232f;
}
.btn-red.btn-active:hover,
input[type="submit"].btn-red.btn-active:hover,
.btn-red.btn-disabled:hover,
input[type="submit"].btn-red.btn-disabled:hover,
.btn-red.btn[disabled]:hover,
input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.btn-red.btn-outline,
input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #000;
  color: #000;
}
.btn-red.btn-outline:hover,
input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #000;
}
.btn-red.btn-outline.btn[disabled],
input[type="submit"].btn-red.btn-outline.btn[disabled],
.btn-red.btn-outline.btn-disabled,
input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222, 44, 59, 0.4);
  border: 1px solid rgba(222, 44, 59, 0.3);
}
.btn-red.btn-outline.btn-active,
input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222, 44, 59, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178, 35, 47, 0.6) inset;
}
.btn-red:hover,
input[type="submit"].btn-red:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #b2232f;
}
.btn-red.btn-active,
input[type="submit"].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.btn-red.btn-active,
input[type="submit"].btn-red.btn-active,
.btn-red.btn-disabled,
input[type="submit"].btn-red.btn-disabled,
.btn-red.btn[disabled],
input[type="submit"].btn-red.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #b2232f;
}
.btn-red.btn-active:hover,
input[type="submit"].btn-red.btn-active:hover,
.btn-red.btn-disabled:hover,
input[type="submit"].btn-red.btn-disabled:hover,
.btn-red.btn[disabled]:hover,
input[type="submit"].btn-red.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.btn-red.btn-outline,
input[type="submit"].btn-red.btn-outline {
  background: none;
  border-color: #000;
  color: #000;
}
.btn-red.btn-outline:hover,
input[type="submit"].btn-red.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #000;
}
.btn-red.btn-outline.btn[disabled],
input[type="submit"].btn-red.btn-outline.btn[disabled],
.btn-red.btn-outline.btn-disabled,
input[type="submit"].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222, 44, 59, 0.4);
  border: 1px solid rgba(222, 44, 59, 0.3);
}
.btn-red.btn-outline.btn-active,
input[type="submit"].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222, 44, 59, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178, 35, 47, 0.6) inset;
}
.btn-green,
input[type="submit"].btn-green {
  color: rgba(255, 255, 255, 0.9);
  background: #2c9f42;
}
.btn-green:hover,
input[type="submit"].btn-green:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #237f35;
}
.btn-green.btn-active,
input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.btn-green.btn-active,
input[type="submit"].btn-green.btn-active,
.btn-green.btn-disabled,
input[type="submit"].btn-green.btn-disabled,
.btn-green.btn[disabled],
input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #237f35;
}
.btn-green.btn-active:hover,
input[type="submit"].btn-green.btn-active:hover,
.btn-green.btn-disabled:hover,
input[type="submit"].btn-green.btn-disabled:hover,
.btn-green.btn[disabled]:hover,
input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.btn-green.btn-outline,
input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.btn-green.btn-outline:hover,
input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #2c9f42;
}
.btn-green.btn-outline.btn[disabled],
input[type="submit"].btn-green.btn-outline.btn[disabled],
.btn-green.btn-outline.btn-disabled,
input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44, 159, 66, 0.4);
  border: 1px solid rgba(44, 159, 66, 0.3);
}
.btn-green.btn-outline.btn-active,
input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44, 159, 66, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35, 127, 53, 0.6) inset;
}
.btn-green:hover,
input[type="submit"].btn-green:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #237f35;
}
.btn-green.btn-active,
input[type="submit"].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.btn-green.btn-active,
input[type="submit"].btn-green.btn-active,
.btn-green.btn-disabled,
input[type="submit"].btn-green.btn-disabled,
.btn-green.btn[disabled],
input[type="submit"].btn-green.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #237f35;
}
.btn-green.btn-active:hover,
input[type="submit"].btn-green.btn-active:hover,
.btn-green.btn-disabled:hover,
input[type="submit"].btn-green.btn-disabled:hover,
.btn-green.btn[disabled]:hover,
input[type="submit"].btn-green.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.btn-green.btn-outline,
input[type="submit"].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}
.btn-green.btn-outline:hover,
input[type="submit"].btn-green.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #2c9f42;
}
.btn-green.btn-outline.btn[disabled],
input[type="submit"].btn-green.btn-outline.btn[disabled],
.btn-green.btn-outline.btn-disabled,
input[type="submit"].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44, 159, 66, 0.4);
  border: 1px solid rgba(44, 159, 66, 0.3);
}
.btn-green.btn-outline.btn-active,
input[type="submit"].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44, 159, 66, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35, 127, 53, 0.6) inset;
}
.btn-black,
input[type="submit"].btn-black {
  color: #f1f1f1;
  background: #414141;
}
.btn-black:hover,
input[type="submit"].btn-black:hover {
  color: #414141;
  background: #f1f1f1;
}
.btn-black.btn-active,
input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) inset;
}
.btn-black.btn-active,
input[type="submit"].btn-black.btn-active,
.btn-black.btn-disabled,
input[type="submit"].btn-black.btn-disabled,
.btn-black.btn[disabled],
input[type="submit"].btn-black.btn[disabled] {
  color: #f1f1f1;
  background: #222;
}
.btn-black.btn-active:hover,
input[type="submit"].btn-black.btn-active:hover,
.btn-black.btn-disabled:hover,
input[type="submit"].btn-black.btn-disabled:hover,
.btn-black.btn[disabled]:hover,
input[type="submit"].btn-black.btn[disabled]:hover {
  color: #f1f1f1;
}
.btn-black.btn-outline,
input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #414141;
  color: #414141;
}
.btn-black.btn-outline:hover,
input[type="submit"].btn-black.btn-outline:hover {
  color: #f1f1f1;
  background: #414141;
}
.btn-black.btn-outline.btn[disabled],
input[type="submit"].btn-black.btn-outline.btn[disabled],
.btn-black.btn-outline.btn-disabled,
input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15, 15, 15, 0.4);
  border: 1px solid rgba(15, 15, 15, 0.3);
}
.btn-black.btn-outline.btn-active,
input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15, 15, 15, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54, 55, 56, 0.6) inset;
}
.btn-black:hover,
input[type="submit"].btn-black:hover {
  color: #414141;
  background: #f1f1f1;
}
.btn-black.btn-active,
input[type="submit"].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) inset;
}
.btn-black.btn-active,
input[type="submit"].btn-black.btn-active,
.btn-black.btn-disabled,
input[type="submit"].btn-black.btn-disabled,
.btn-black.btn[disabled],
input[type="submit"].btn-black.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #363738;
}
.btn-black.btn-active:hover,
input[type="submit"].btn-black.btn-active:hover,
.btn-black.btn-disabled:hover,
input[type="submit"].btn-black.btn-disabled:hover,
.btn-black.btn[disabled]:hover,
input[type="submit"].btn-black.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}
.btn-black.btn-outline,
input[type="submit"].btn-black.btn-outline {
  background: none;
  border-color: #414141;
  color: #414141;
}
.btn-black.btn-outline:hover,
input[type="submit"].btn-black.btn-outline:hover {
  color: #f1f1f1;
  background: #414141;
}
.btn-black.btn-outline.btn[disabled],
input[type="submit"].btn-black.btn-outline.btn[disabled],
.btn-black.btn-outline.btn-disabled,
input[type="submit"].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15, 15, 15, 0.4);
  border: 1px solid rgba(15, 15, 15, 0.3);
}
.btn-black.btn-outline.btn-active,
input[type="submit"].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15, 15, 15, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54, 55, 56, 0.6) inset;
}
.btn-yellow,
input[type="submit"].btn-yellow {
  color: rgba(0, 0, 0, 0.9);
  background: #ffc800;
}
.btn-yellow:hover,
input[type="submit"].btn-yellow:hover {
  color: rgba(0, 0, 0, 0.6);
  background: #cca000;
}
.btn-yellow.btn-active,
input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.btn-yellow.btn-active,
input[type="submit"].btn-yellow.btn-active,
.btn-yellow.btn-disabled,
input[type="submit"].btn-yellow.btn-disabled,
.btn-yellow.btn[disabled],
input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background: #cca000;
}
.btn-yellow.btn-active:hover,
input[type="submit"].btn-yellow.btn-active:hover,
.btn-yellow.btn-disabled:hover,
input[type="submit"].btn-yellow.btn-disabled:hover,
.btn-yellow.btn[disabled]:hover,
input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0, 0, 0, 0.5);
}
.btn-yellow.btn-outline,
input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-yellow.btn-outline:hover,
input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0, 0, 0, 0.9);
  background: #ffc800;
}
.btn-yellow.btn-outline.btn[disabled],
input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.btn-yellow.btn-outline.btn-disabled,
input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255, 200, 0, 0.4);
  border: 1px solid rgba(255, 200, 0, 0.3);
}
.btn-yellow.btn-outline.btn-active,
input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255, 200, 0, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204, 160, 0, 0.6) inset;
}
.btn-yellow:hover,
input[type="submit"].btn-yellow:hover {
  color: rgba(0, 0, 0, 0.6);
  background: #cca000;
}
.btn-yellow.btn-active,
input[type="submit"].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
.btn-yellow.btn-active,
input[type="submit"].btn-yellow.btn-active,
.btn-yellow.btn-disabled,
input[type="submit"].btn-yellow.btn-disabled,
.btn-yellow.btn[disabled],
input[type="submit"].btn-yellow.btn[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background: #cca000;
}
.btn-yellow.btn-active:hover,
input[type="submit"].btn-yellow.btn-active:hover,
.btn-yellow.btn-disabled:hover,
input[type="submit"].btn-yellow.btn-disabled:hover,
.btn-yellow.btn[disabled]:hover,
input[type="submit"].btn-yellow.btn[disabled]:hover {
  color: rgba(0, 0, 0, 0.5);
}
.btn-yellow.btn-outline,
input[type="submit"].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}
.btn-yellow.btn-outline:hover,
input[type="submit"].btn-yellow.btn-outline:hover {
  color: rgba(0, 0, 0, 0.9);
  background: #ffc800;
}
.btn-yellow.btn-outline.btn[disabled],
input[type="submit"].btn-yellow.btn-outline.btn[disabled],
.btn-yellow.btn-outline.btn-disabled,
input[type="submit"].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255, 200, 0, 0.4);
  border: 1px solid rgba(255, 200, 0, 0.3);
}
.btn-yellow.btn-outline.btn-active,
input[type="submit"].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255, 200, 0, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204, 160, 0, 0.6) inset;
}
.btn-white,
input[type="submit"].btn-white {
  color: rgba(0, 0, 0, 0.9);
  background: #ffffff;
}
.btn-white:hover,
input[type="submit"].btn-white:hover {
  color: #f1f1f1;
  background: #414141;
}
.btn-white.btn-active,
input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.btn-white.btn-active,
input[type="submit"].btn-white.btn-active,
.btn-white.btn-disabled,
input[type="submit"].btn-white.btn-disabled,
.btn-white.btn[disabled],
input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background: #ededed;
}
.btn-white.btn-active:hover,
input[type="submit"].btn-white.btn-active:hover,
.btn-white.btn-disabled:hover,
input[type="submit"].btn-white.btn-disabled:hover,
.btn-white.btn[disabled]:hover,
input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0, 0, 0, 0.5);
}
.btn-white.btn-outline,
input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white.btn-outline:hover,
input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0, 0, 0, 0.9);
  background: #ffffff;
}
.btn-white.btn-outline.btn[disabled],
input[type="submit"].btn-white.btn-outline.btn[disabled],
.btn-white.btn-outline.btn-disabled,
input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn-white.btn-outline.btn-active,
input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237, 237, 237, 0.6) inset;
}
.btn-white:hover,
input[type="submit"].btn-white:hover {
  color: #f1f1f1;
  background: #414141;
}
.btn-white.btn-active,
input[type="submit"].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.btn-white.btn-active,
input[type="submit"].btn-white.btn-active,
.btn-white.btn-disabled,
input[type="submit"].btn-white.btn-disabled,
.btn-white.btn[disabled],
input[type="submit"].btn-white.btn[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background: #ededed;
}
.btn-white.btn-active:hover,
input[type="submit"].btn-white.btn-active:hover,
.btn-white.btn-disabled:hover,
input[type="submit"].btn-white.btn-disabled:hover,
.btn-white.btn[disabled]:hover,
input[type="submit"].btn-white.btn[disabled]:hover {
  color: rgba(0, 0, 0, 0.5);
}
.btn-white.btn-outline,
input[type="submit"].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white.btn-outline:hover,
input[type="submit"].btn-white.btn-outline:hover {
  color: rgba(0, 0, 0, 0.9);
  background: #ffffff;
}
.btn-white.btn-outline.btn[disabled],
input[type="submit"].btn-white.btn-outline.btn[disabled],
.btn-white.btn-outline.btn-disabled,
input[type="submit"].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn-white.btn-outline.btn-active,
input[type="submit"].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237, 237, 237, 0.6) inset;
}
.btn-white.btn-outline.btn-active {
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.48750000000000004em 2.5em;
}
/*
	Buttons Group
*/
.btn-single,
.btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.btn-single:after,
.btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.btn-single:after,
.btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.btn-single > .btn,
.btn-single > input,
.btn-group > .btn,
.btn-group > input {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}
.btn-single > .btn {
  border-radius: 2px;
}
.btn-group > .btn:first-child {
  border-radius: 2px 0 0 2px;
}
.btn-group > .btn:last-child {
  border-radius: 0 2px 2px 0;
}
.btn-group > .btn.btn-round:first-child,
.btn-group > .input-search:first-child {
  border-radius: 15px 0 0 15px;
}
.btn-group > .btn.btn-round:last-child,
.btn-group > .input-search:last-child {
  border-radius: 0 15px 15px 0;
}
/* =Notifications
-----------------------------------------------------------------------------*/
.tools-alert {
  padding: 12px 15px;
  background: #f7f8f8;
  color: #0f0f0f;
  margin-bottom: 1.65em;
}
.tools-message {
  display: none;
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 10px;
  max-width: 350px;
  line-height: 1.5;
  font-size: 95%;
  padding: 12px 15px;
  color: #0f0f0f;
  background: #e0e3e5;
}
.tools-message ul {
  margin: 0;
  list-style: none;
}
.tools-message-black,
.tools-message-blue,
.tools-message-red,
.tools-message-green {
  color: rgba(255, 255, 255, 0.95);
}
.tools-message-black {
  background: #0f0f0f;
}
.tools-message-blue {
  background: #2575ed;
}
.tools-message-red {
  background: #000;
}
.tools-message-yellow {
  background: #ffc800;
}
.tools-message-green {
  background: #2c9f42;
}
.tools-alert-black {
  background: #dadada;
}
.tools-alert-blue {
  background: #d3e3fb;
}
.tools-alert-red {
  background: #f8d5d8;
}
.tools-alert-yellow {
  background: #fff4cc;
}
.tools-alert-green {
  background: #d5ecd9;
}
/* =Labels
-----------------------------------------------------------------------------*/
.label,
.badge {
  background: #e0e3e5;
  font-size: 12.75px;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px 3px 7px;
  color: #0f0f0f;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.label-outline {
  background: none;
  border: 1px solid #0f0f0f;
  padding: 3px 6px 2px 6px;
}
.badge {
  border-radius: 15px;
}
.badge-small {
  font-size: 11.25px;
  padding: 3px 5px;
}
.label-black,
.label-blue,
.label-red,
.label-green,
.badge-black,
.badge-blue,
.badge-red,
.badge-green {
  color: #ffffff;
}
.label-black,
.badge-black {
  background: #0f0f0f;
}
.label-blue,
.badge-blue {
  background: #2575ed;
}
.label-red,
.badge-red {
  background: #000;
}
.label-green,
.badge-green {
  background: #2c9f42;
}
.label-yellow,
.badge-yellow {
  background: #ffc800;
}
.label-white,
.badge-white {
  background: #ffffff;
}
.label-black.label-outline,
.label-blue.label-outline,
.label-red.label-outline,
.label-green.label-outline,
.label-yellow.label-outline,
.label-white.label-outline {
  background: none;
  color: #0f0f0f;
}
.label-blue.label-outline {
  border-color: #2575ed;
  color: #2575ed;
}
.label-red.label-outline {
  border-color: #000;
  color: #000;
}
.label-green.label-outline {
  border-color: #2c9f42;
  color: #2c9f42;
}
.label-yellow.label-outline {
  border-color: #ffc800;
  color: #ffc800;
}
.label-white.label-outline {
  border-color: #ffffff;
  color: #ffffff;
}
/* =Progress
-----------------------------------------------------------------------------*/
#tools-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#tools-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1a52a5;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* =Accordion
-----------------------------------------------------------------------------*/
.accordion-title {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding: 12px 50px 12px 18px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1,4em;
  background: #f7f8f8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion-title.accordion-title-opened {
  margin-bottom: 0;
  font-weight: bold;
  background: #f0f1f2;
}
.accordion-title a,
.accordion-title:hover {
  color: #000;
  text-decoration: none;
}
.accordion-panel {
  padding: 1.65em;
  margin-bottom: 10px;
}
.accordion-toggle {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  padding: 0;
  font-size: 0;
  line-height: 1;
}
.accordion-toggle-closed {
  background: #000;
  width: 1px;
  height: 15px;
  margin-left: 1px;
}
.accordion-toggle-closed:before {
  position: absolute;
  top: 7px;
  left: -7px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
.accordion-toggle-opened:before {
  position: absolute;
  top: 7px;
  left: -8px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}
/* =Filterbox
-----------------------------------------------------------------------------*/
.filterbox {
  position: relative;
}
.filterbox input {
  padding-right: 30px;
}
.filterbox span {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1px;
  width: 26px;
  height: 100%;
  cursor: pointer;
}
.filterbox span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  margin-left: 8px;
  margin-top: -21px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid rgba(0, 0, 0, 0.6);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.filterbox-list {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  overflow: auto;
}
.filterbox-list li {
  padding: 4px 10px;
  color: #000;
  cursor: pointer;
}
.filterbox-list li:hover {
  background: #f0f1f2;
}
.filterbox-list li.active {
  background: #2575ed;
  color: #fff;
}
/* =Tooltip
-----------------------------------------------------------------------------*/
.tooltip {
  position: absolute;
  z-index: 10000;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  font-size: 12.75px;
  line-height: 1.5em;
  max-width: 250px;
  background: #0f0f0f;
}
.tooltip-theme-red {
  background: #000;
}
.tooltip-theme-blue {
  background: #2575ed;
}
.tooltip-theme-green {
  background: #2c9f42;
}
.tooltip-theme-yellow {
  background: #ffc800;
}
.tooltip-theme-white {
  background: #ffffff;
}
.tooltip-theme-yellow,
.tooltip-theme-white {
  color: #000;
}
/* =Dropdown
-----------------------------------------------------------------------------*/
.dropdown {
  display: none;
  position: absolute;
  z-index: 102;
  top: 0;
  right: 0;
  width: 250px;
  color: #0f0f0f;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  overflow: auto;
}
.dropdown section {
  max-height: 250px;
  overflow: auto;
  padding: 20px;
}
.dropdown footer {
  padding: 20px;
}
ul.dropdown {
  max-height: 300px;
  list-style: none;
  margin: 0;
  line-height: 1.5;
  font-size: 95%;
  padding: 0;
}
ul.dropdown a {
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  color: #0f0f0f;
}
ul.dropdown a:hover {
  background: #eee;
}
ul.dropdown li.divider {
  border-bottom: 1px solid #e2e2e2;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.caret.caret-up {
  border-top: 0;
  border-bottom: 4px solid;
}
/* =Livesearch
-----------------------------------------------------------------------------*/
.livesearch-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.livesearch-box input {
  padding-left: 30px;
}
.livesearch-box .close {
  position: absolute;
  top: .2em;
  right: 5px;
  z-index: 2;
  padding: 4px 6px;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.livesearch-box .close:before {
  content: '\00D7';
}
.livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.livesearch-box .close:before {
  content: '\00D7';
}
.livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.livesearch-icon {
  position: absolute;
  top: 53%;
  left: 10px;
  z-index: 2;
}
.livesearch-icon:before,
.livesearch-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
  background: rgba(0, 0, 0, 0.5);
}
.livesearch-icon:before {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background: transparent;
  border-radius: 12px;
}
.livesearch-icon:after {
  left: 10px;
  width: 2px;
  height: 7px;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* =Upload
-----------------------------------------------------------------------------*/
.tools-droparea {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}
.tools-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75);
}
.tools-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5);
}
.tools-droparea-placeholder {
  text-align: center;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}
/* =Autocomplete
-----------------------------------------------------------------------------*/
.autocomplete {
  position: absolute;
  z-index: 1000;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 250px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  overflow: auto;
}
.autocomplete a {
  padding: 4px 10px;
  color: #000;
  display: block;
  text-decoration: none;
}
.autocomplete a:hover {
  background: #f0f1f2;
}
.autocomplete a.active {
  background: #2575ed;
  color: #fff;
}
/* =Modal
-----------------------------------------------------------------------------*/
#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 100;
}
.modal-blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 101;
}
.modal {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
}
.modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
.modal section {
  padding: 30px 40px 50px 40px;
}
.modal footer button {
  width: 100%;
  border-radius: 0;
}
.modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}
.modal-close:hover {
  color: #000;
}
/* =Helpers
-----------------------------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.hide {
  display: none;
}
.highlight {
  background-color: #f7f3e2;
}
.big {
  font-size: 18px;
}
.small {
  font-size: 12.75px;
}
.smaller {
  font-size: 11.25px;
}
.nowrap,
.nowrap td {
  white-space: nowrap;
}
.req,
.required {
  font-weight: normal;
  color: #000;
}
.error {
  color: #000;
}
.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;
}
.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;
  }
}
/* string content */
.str {
  color: #dd1144;
}
/* a keyword */
.kwd {
  color: #333333;
}
/* a comment */
.com {
  color: #999988;
}
/* a type name */
.typ {
  color: #445588;
}
/* a literal value */
.lit {
  color: #445588;
}
/* punctuation */
.pun {
  color: #888;
}
/* lisp open bracket */
.opn {
  color: #333333;
}
/* lisp close bracket */
.clo {
  color: #333333;
}
/* a markup tag name */
.tag {
  color: #367ac3;
}
/* a markup attribute name */
.atn {
  color: #51a7c9;
}
/* a markup attribute value */
.atv {
  color: #709c1a;
}
/* a declaration */
.dec {
  color: #666;
}
/* a variable name */
.var {
  color: teal;
}
/* a function name */
.fun {
  color: #990000;
}
.linenums ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}
.linenums ol li:after {
  content: counter(list);
  position: absolute;
  left: -3.3em;
  border-right: 1px solid #e5e5e5;
  padding-right: 9px;
  width: 2.45em;
  text-align: right;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
/* =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;
  }
}
/* =Blocks Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .blocks-2,
  .blocks-3,
  .blocks-4,
  .blocks-5,
  .blocks-6 {
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .blocks-2 > li,
  .blocks-3 > li,
  .blocks-4 > li,
  .blocks-5 > li,
  .blocks-6 > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .blocks-mobile-50 > li,
  .blocks-mobile-33 > li {
    float: left;
    margin-left: 3%;
  }
  .blocks-mobile-33,
  .blocks-mobile-50 {
    margin-left: -3%;
  }
  .blocks-mobile-50 > li {
    width: 47%;
  }
  .blocks-mobile-33 > li {
    width: 30.333333333333332%;
  }
}
/* =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: 2.25em;
    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;
  }
}
/* =Navigation Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .navbar.navbar-left,
  .navbar.navbar-right,
  .navbar li,
  .navbar.navbar-left li,
  .navbar.navbar-right li {
    float: none;
    text-align: left;
    width: auto;
  }
  .navbar li,
  .navbar.navbar-right li {
    margin-left: 0;
    margin-right: 0;
  }
  .fullwidth ul,
  .fullwidth li {
    width: auto;
  }
  .fullwidth li {
    display: block;
  }
}
/* =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;
  }
}
/* =Typography
-----------------------------------------------------------------------------*/
@font-face {
  font-family: 'wlc-icons';
  src: url('../font/wlc-iconsa46d.html?11152642');
  src: url('../font/wlc-iconsa46d.html?11152642#iefix') format('embedded-opentype'), url('../font/wlc-iconsa46d-2.html?11152642#wlc-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wlc-icons';
  src: url('data:application/octet-stream;base64,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') format('woff'), url('data:application/octet-stream;base64,AAEAAAAOAIAAAwBgT1MvMj45STwAAADsAAAAVmNtYXDQGhm3AAABRAAAAUpjdnQgAAAAAAAADXAAAAAKZnBnbYiQkFkAAA18AAALcGdhc3AAAAAQAAANaAAAAAhnbHlmfPkbkwAAApAAAAasaGVhZAXzAQEAAAk8AAAANmhoZWEIfQQqAAAJdAAAACRobXR4J1UAAAAACZgAAAAsbG9jYQmwCz4AAAnEAAAAGG1heHAAtgwfAAAJ3AAAACBuYW1lYxh+bwAACfwAAALZcG9zdIp31zgAAAzYAAAAkHByZXDdawOFAAAY7AAAAHsAAQOTAZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoCQNS/2oAWgNjAKcAAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoCf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA/2oCGgNSABMABrMRBQEtKxE1MzU0NjsBFSMiBh0BMxUjESMRmohfmZkPGMDAwAE5v2Bokr8gGWK//jEBzwAAAAABAAD/aQTOA1IAMAAGsy4dAS0rFRYzMjcuAScWMzI3LgEnNRYXLgEnNDcWBBcmNTQ2MzIXNjcGBzY3BgcVFA4DJyIeHrCKUoIYFBsjIFhyATU+NDwBI14BEJoHlGltS1dJHFJJRzBNOnqo6ojRJQNsAWJMBAkRjFoDHgEicEBEO3WKCSEZaJRQEixbMQkfSzghZcq6kFYBAAsAAP9ZA18DYwAYACAAMABAAEwAVgBkAG4AfQCWAJwAG0AYmZeSgHtwbGdjWlNOS0Q4MiohHxsSBgstKzU0Nz4BNzYgFx4BFxYUBw4BBwYgJy4BJyY3MxEzETM1IxMzFzM3MwcGHQEjNS4CJxMUMzI3FTMRIxUGIyI9ASMTNTQ2HgEHFRQOASY3FDI9ATQmIgYHEzM1FjMyPQE0IyIHNSMTNTYzMh0BFCMiEzUzFRQyNzUzESM1BiMiExQWNzI9ASMXFgYUBiciPQEzNTQmIyIGBxc1NDIdAQYERDVkAZJkNUQEBQUERDVk/m5kNUQEBkM9Oz21QTwmBCQ8Lhc7AgYMA0UkIB00NBUKDjRPLEMqAShHKDUtDhIMAUM1FB4vMxkVNTULCxYTDgw0GxI0NB0gJHImJk42AQEEDgcXZCQnJCoBNi57Nmw1RAIFBQNCNlqQWjVEAgUFA0I2bMP+ugFGNwIkmJiUSQKelw4YHAv9JDAjHwEZ1hUT2AFSkiImASghkSQoASwbFxmZCQwKCv0AFRk+nEcbe/64sAsclBgCKO3XExXV/ucfI/4vJjIBVxUNCwwQCAEoNUgmLC4kHB4fHx4ABAAA/2kEoANSACYAPABFAFEADUAKT0lEQDspIw8ELSs1NDY7ASY1NDcGIyImNTQ2MyEHIx4BBxQHDgEVFBYXHgEHFAYnIiY3FBY3MjYnNCcuAS8BJi8BJicmIyYGEx4CNi4CBgU1MzUzFTMVIxUjNbJ+NioQChNohKRpATZFYi82AVglFjYbPTABpIyFuHB2VndsAQQDCAgOBg0uEQknJlqGQQtkdkYUYnpEAjTIMsnJMiBXiCguHR0Bgl9biDISZD1dRR0iGRM6FCtaRFqGAWRzRWIBWEkTDQsUCRAHCSEMBQwBYAHtT3IDbJ5uBGpmMsjIMsnJAAABAAD/aQMGA1IASAAGsxgEAS0rETQ+AjMyFhUUBgciJicHDgUPAQYmLwEuAjQ2NxMuATUnNDYXMhYHFA4BBwYWMzI2JzQmByIGBxQXFgcOAQcOAScuATZiomGfzKyKLU4RKAUQEhQSEAUGAwoBAQEEAgYESggKAUItJSoBEB4FCjgtT2gBfnF+nAEmDQUCCAICEAo7OgHrP3xqQsSFq94BKh6eEyYmHh4SBwgEAgUODRwwKDgUATkQLg0PQFYBMCYXQlgbLUK0fmF8AaJxQy4PEQUkBQsGAxh2AAAAAQAA/2oEegNSAEEABrM0JAEtKxE+Az8BNjMyFx4EHwEeARcyNjc2NTQnJicmIyIHNjc2MzIXFhcWFRQHDgQHBiIuAScmAicuAg4BBzduUj4REQwMExAaIhgSDAgOICgVGFYyGgIJKgsNIzAWcFVZDAxmJRIGEmZ8jmgnKkhELBASnhIBBhQcLhsCQkFmNiAFBAIGCjA+UkoqR31oAXBfMCsNCjQNBBqCTzwBCFImMh0gZtSilFgYGCo2HiYCChMCBAYGFhYAAAABAAD/agJoA1IAHgAGsxUFAS0rETU+AjczFTMVIxEUFhcWMzI3FQ4BIyInLgEnJjURPFI0CY/t7RIZIipNSj9pPEQ2N0YQDgG4jhREaEz9nf8AVjIPFDGdHxgREz4lIkcBXgAAAf/7/28D3wNiACMABrMdBAEtKxE0PwE2HwEWDwEGFRYfARYmFicWPwE2HwEeAQ8BBiMmJyQnJhyKLSBxEiAzBRlrQyQEVgMUBz0nIcsWBhCNGy+Msv7+dUgCZzIaiiUy0ycgNAYIYmFAIhBCEwYIPB4SeQ4uEIsbBHW53ZcAAAAB//MAAANvAlQADQAGswgDAS0rEwkBNhcWBwEGJwEmNzY/AXIBdBYaGhr+dBYa/nQaGhgCOv6cAWQaGhYa/ngWFgGIGhYYAAAB//QAAANsAlQADAAGswcDAS0rJQkBBiY3ATYXARYHBgMk/oz+jhowGAGMGhYBjBgYGoIBZv6aFi4aAYYaGv56GhgWAAEAAAABAADF0gMIXw889QALA+gAAAAA0QlzyAAAAADRCUmY//P/WQTOA2MAAAAIAAIAAAAAAAAAAQAAA1L/agBaBM4AAP/mBM4AAQAAAAAAAAAAAAAAAAAAAAsD6AAAAhoAAATOAAADXwAABKAAAAMGAAAEegAAAmgAAAPcAAADYgAAA2AAAAAAAAAAIgBuAVABzAI6Ap4C0AMQAzQDVgABAAAACwCdAAsAAAAAAAIAAAAQAHMAAAAsC3AAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACQA1AAEAAAAAAAIABwA+AAEAAAAAAAMACQBFAAEAAAAAAAQACQBOAAEAAAAAAAUACwBXAAEAAAAAAAYACQBiAAEAAAAAAAoAKwBrAAEAAAAAAAsAEwCWAAMAAQQJAAAAagCpAAMAAQQJAAEAEgETAAMAAQQJAAIADgElAAMAAQQJAAMAEgEzAAMAAQQJAAQAEgFFAAMAAQQJAAUAFgFXAAMAAQQJAAYAEgFtAAMAAQQJAAoAVgF/AAMAAQQJAAsAJgHVQ29weXJpZ2h0IChDKSAyMDE1IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb213bGMtaWNvbnNSZWd1bGFyd2xjLWljb25zd2xjLWljb25zVmVyc2lvbiAxLjB3bGMtaWNvbnNHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBDAG8AcAB5AHIAaQBnAGgAdAAgACgAQwApACAAMgAwADEANQAgAGIAeQAgAG8AcgBpAGcAaQBuAGEAbAAgAGEAdQB0AGgAbwByAHMAIABAACAAZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AdwBsAGMALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGwAYwAtAGkAYwBvAG4AcwB3AGwAYwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBsAGMALQBpAGMAbwBuAHMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwAAAQIBAwEEAQUBBgEHAQgBCQEKAQsIZmFjZWJvb2sHdHdpdHRlcgd5b3V0dWJlBWdwbHVzCXBpbnRlcmVzdAV2aW1lbwZ0dW1ibHIFcGhvbmUNZG93bi1vcGVuLWJpZwt1cC1vcGVuLWJpZwAAAAEAAf//AA8AAAAAAAAAAAAAAACwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7AAYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7AAYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsABgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsQAAKrEABUKxAAgqsQAFQrEACCqxAAVCuQAAAAkqsQAFQrkAAAAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmxAAwquAH/hbAEjbECAEQA') format('truetype');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'wlc-icons';
    src: url('../font/wlc-icons.svg?11152642#wlc-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "wlc-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before {
  content: '\e800';
}
/* '' */
.icon-twitter:before {
  content: '\e801';
}
/* '' */
.icon-youtube:before {
  content: '\e802';
}
/* '' */
.icon-gplus:before {
  content: '\e803';
}
/* '' */
.icon-pinterest:before {
  content: '\e804';
}
/* '' */
.icon-vimeo:before {
  content: '\e805';
}
/* '' */
.icon-tumblr:before {
  content: '\e806';
}
/* '' */
.icon-phone:before {
  content: '\e807';
}
/* '' */
.icon-down-open-big:before {
  content: '\e808';
}
/* '' */
.icon-up-open-big:before {
  content: '\e809';
}
/* '' */
@font-face {
  font-family: 'GothamBlack';
  src: url('../fonts/GothamBlackd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBlack.woff') format('woff'), url('../fonts/GothamBlack.ttf') format('truetype'), url('../fonts/GothamBlack.svg#GothamBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBoldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/GothamBookd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg#GothamBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBook-Italic';
  src: url('../fonts/GothamBook-Italicd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBook-Italic.woff') format('woff'), url('../fonts/GothamBook-Italic.ttf') format('truetype'), url('../fonts/GothamBook-Italic.svg#GothamBook-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/GothamLightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype'), url('../fonts/GothamLight.svg#GothamLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamUltra';
  src: url('../fonts/GothamUltrad41d.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamUltra.woff') format('woff'), url('../fonts/GothamUltra.ttf') format('truetype'), url('../fonts/GothamUltra.svg#GothamUltra') format('svg');
  font-weight: normal;
  font-style: normal;
}
.futura {
  font-family: "futura-pt", sans-serif;
}
.futura-c {
  font-family: "futura-pt-condensed", sans-serif;
}
.roboto-slab {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}
.gotham {
  font-family: 'GothamBook';
}
.gotham-bb {
  font-family: 'GothamBlack';
  font-weight: normal;
  font-style: normal;
}
.gotham-b {
  font-family: 'GothamBold';
  font-weight: normal;
  font-style: normal;
}
.gotham-bk {
  font-family: 'GothamBook';
  font-weight: normal;
  font-style: normal;
}
.gotham-i {
  font-family: 'GothamBook-Italic';
  font-weight: normal;
  font-style: normal;
}
.gotham-l {
  font-family: 'GothamLight';
  font-weight: normal;
  font-style: normal;
}
.gotham-u {
  font-family: 'GothamUltra';
  font-weight: normal;
  font-style: normal;
}
.century {
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
.century-i {
  font-family: "century-old-style-std", serif;
  font-style: italic;
}
.century-b {
  font-family: "century-old-style-std", serif;
  font-style: normal;
  font-weight: bold;
}
.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-family: "futura-pt", sans-serif;
}
/* line 29, ../../../Sass/imperavi-kube-scss/scss/_typography.scss */
h1 {
  font-size: 72px;
  line-height: 1.111em;
  margin-bottom: .25em;
  letter-spacing: -0.02em;
}
/* line 34, ../../../Sass/imperavi-kube-scss/scss/_typography.scss */
h2 {
  font-size: 32px;
  line-height: 1.111em;
  margin-bottom: .5em;
  letter-spacing: -0.02em;
}
/* line 39, ../../../Sass/imperavi-kube-scss/scss/_typography.scss */
h3 {
  font-size: 24px;
  line-height: 1.333em;
  margin-bottom: 1em;
  letter-spacing: -0.03em;
}
/* line 44, ../../../Sass/imperavi-kube-scss/scss/_typography.scss */
h4 {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: .333em;
}
/* line 49, ../../../Sass/imperavi-kube-scss/scss/_typography.scss */
h5 {
  font-size: 17px;
  line-height: 17px;
  line-height: 1rem;
  margin-bottom: .25em;
}
/* line 54, ../../../Sass/imperavi-kube-scss/scss/_typography.scss */
h6 {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: .25em;
}
.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #fff;
}
.clearfix {
  overflow: auto;
  height: 12px;
}
/* =Custom Framework Stuff
-----------------------------------------------------------------------------*/
.grid-1000,
.grid-1200 {
  position: relative;
  display: block;
  margin: 0 auto;
}
.grid-1200 {
  max-width: 1200px;
}
.grid-1000 {
  max-width: 1020px;
}
.item-10 {
  position: relative;
  width: 100%;
  height: 10px;
}
.item-20 {
  position: relative;
  width: 100%;
  height: 20px;
}
.item-30 {
  position: relative;
  width: 100%;
  height: 30px;
}
.item-60 {
  position: relative;
  width: 100%;
  height: 60px;
}
.item-90 {
  position: relative;
  width: 100%;
  height: 90px;
}
.item-120 {
  position: relative;
  width: 100%;
  height: 120px;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-absolute {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.upperz {
  z-index: 20;
}
.midz {
  z-index: 15;
}
.lowerz {
  z-index: 10;
}
.relative {
  position: relative;
}
/* line 105, ../../../Sass/imperavi-kube-scss/scss/_helpers.scss */
.absolute {
  position: absolute;
}
/* line 108, ../../../Sass/imperavi-kube-scss/scss/_helpers.scss */
.inline {
  display: inline;
}
/* line 111, ../../../Sass/imperavi-kube-scss/scss/_helpers.scss */
.inline-block {
  display: inline-block;
}
/* line 114, ../../../Sass/imperavi-kube-scss/scss/_helpers.scss */
.right-padding {
  padding-right: 0px 16px 0px 16px;
  padding-right: 0rem 1rem 0rem 1rem;
}
/* line 117, ../../../Sass/imperavi-kube-scss/scss/_helpers.scss */
.left-padding {
  padding-left: 0px 16px 0px 16px;
  padding-left: 0rem 1rem 0rem 1rem;
}
/*Custom Font Sizes*/
/* line 123, ../../../Sass/imperavi-kube-scss/scss/_helpers.scss */
.supersmall {
  font-size: 9px;
}
.smaller {
  font-size: 12px;
}
/* line 126, ../../../Sass/imperavi-kube-scss/scss/_helpers.scss */
.small {
  font-size: 14px;
}
.medium {
  font-size: 18px;
}
/* line 129, ../../../Sass/imperavi-kube-scss/scss/_helpers.scss */
.big {
  font-size: 24px;
}
/* line 132, ../../../Sass/imperavi-kube-scss/scss/_helpers.scss */
.verybig {
  font-size: 4.5em;
}
/* line 135, ../../../Sass/imperavi-kube-scss/scss/_helpers.scss */
.extrabig {
  font-size: 6em;
}
/* line 138, ../../../Sass/imperavi-kube-scss/scss/_helpers.scss */
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-bg-2 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 15;
}
.overlay-bg-3 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D9EB52;
  opacity: .45;
  z-index: 15;
}
.container-block {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
/* item is invisible, but used for layout */
.item,
.grid-sizer {
  width: 20%;
}
.w2 {
  width: 40%;
}
.item {
  float: left;
  border: none;
  background: transparent;
  padding: .35rem;
}
/* item-content is visible, and transitions size */
.item-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: width 0.4s, height 0.4s;
  -moz-transition: width 0.4s, height 0.4s;
  -o-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}
.notes span {
  padding: 2px;
  line-height: 2;
}
.tag {
  padding: 2px 4px 2px 4px;
}
.tag {
  color: #333;
}
a.tag:hover {
  background-color: #ee3d51;
  color: #fff;
}
.item:hover .item-content {
  cursor: pointer;
}
.height-1 {
  height: 150px;
}
.height-2 {
  height: 350px;
}
.leitura {
  font-family: "leitura-news", serif;
}
.etica {
  font-family: "lft-etica", sans-serif;
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  .item,
  .grid-sizer {
    width: 50%;
  }
  .w2 {
    width: 100%;
  }
  .ghost-1 {
    width: 100%;
  }
  .ghost-2 {
    width: 100%;
  }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  .item,
  .grid-sizer {
    width: 100%;
  }
  .w2 {
    width: 100%;
  }
  .ghost-1 {
    width: 100%;
  }
  .ghost-2 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .item,
  .grid-sizer {
    width: 33.33%;
  }
  .w2 {
    width: 66.68%;
  }
  .ghost-1 {
    width: 33.33%;
  }
  .ghost-2 {
    width: 66.68%;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  .item,
  .grid-sizer {
    width: 25%;
  }
  .w2 {
    width: 33.2%;
  }
  .ghost-1 {
    width: 16.6%;
  }
  .ghost-2 {
    width: 33.2%;
  }
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  .item,
  .grid-sizer {
    width: 16.6%;
    width: 20%;
  }
  .w2 {
    width: 33.2%;
  }
  .ghost-1 {
    width: 16.6%;
  }
  .ghost-2 {
    width: 33.2%;
  }
  .grid-1200 {
    max-width: 80%;
  }
}
.title-padding {
  padding: .7em 1.2em 1.2em 1.2em;
  padding: .7rem 1.2rem 1.2rem 1.2rem;
}
.image-padding {
  padding: .5rem;
}
.item-padding {
  padding: 1.5rem;
}
.overlay-content {
  position: relative;
  display: block;
  z-index: 5;
}
.overlay-color-bg {
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: .1;
}
.opacity-2 {
  opacity: .2;
}
.opacity-3 {
  opacity: .3;
}
.opacity-4 {
  opacity: .4;
}
.opacity-5 {
  opacity: .5;
}
.opacity-6 {
  opacity: .6;
}
.opacity-7 {
  opacity: .7;
}
.opacity-8 {
  opacity: .8;
}
.opacity-9 {
  opacity: .9;
}
.opacity-95 {
  opacity: .95;
}
.opacity-97 {
  opacity: .97;
}
.height-100 {
  height: 100%;
}
.height-95 {
  height: 95%;
}
.height-90 {
  height: 90%;
}
.height-80 {
  height: 80%;
}
.height-70 {
  height: 70%;
}
.height-60 {
  height: 60%;
}
.height-50 {
  height: 50%;
}
.height-40 {
  height: 40%;
}
.height-30 {
  height: 30%;
}
.height-33 {
  height: 33.33%;
}
.height-25 {
  height: 25%;
}
.height-20 {
  height: 20%;
}
.height-15 {
  height: 15%;
}
.height-10 {
  height: 10%;
}
.height-5 {
  height: 5%;
}
.overflow-hidden {
  overflow: hidden;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/******************************
= COLORS
******************************/
.white {
  color: #fff;
}
.white-bg {
  background-color: #ffffff;
}
.gold {
  color: #937d43;
}
.gold-bg {
  background-color: #937d43;
}
.red-bg {
  background-color: #ef3c51;
}
.red {
  color: #ef3c51;
}
.yellow-bg {
  background-color: #ffde00;
}
.yellow {
  color: #ffde00;
}
.gray-l {
  color: #a9adb0;
}
.gray-m {
  color: #717173;
}
.gray-d {
  color: #323335;
}
/*
http://coolors.co/293132-16bac5-5fbff9-efe9f4-26ffe6
http://coolors.co/293132-070600-7c7c7c-efe9f4-26ffe6
*/
.l-color-1 {
  color: #f5f6f8;
}
.l-color-1-bg {
  background-color: #f5f6f8;
}
.color-1 {
  color: #00bef5;
}
.color-2 {
  color: #f78d80;
}
.color-3 {
  color: #ffbe46;
}
.color-4 {
  color: #ff33f3;
}
.color-5 {
  color: #00d9dd;
}
.color-6 {
  color: #e3f566;
}
.color-7 {
  color: #90de5d;
}
.color-8 {
  color: #7052d2;
}
.color-1-bg {
  background-color: #00bef5;
}
.color-2-bg {
  background-color: #f78d80;
}
.color-3-bg {
  background-color: #ffbe46;
}
.color-4-bg {
  background-color: #ff33f3;
}
.color-5-bg {
  background-color: #00d9dd;
}
.color-6-bg {
  background-color: #e3f566;
}
.color-7-bg {
  background-color: #90de5d;
}
.color-8-bg {
  background-color: #7052d2;
}
.color-11 {
  color: #0092B0;
}
.color-22 {
  color: #e17065;
}
.color-33 {
  color: #FF8A15;
}
.color-44 {
  color: #7C3A76;
}
.color-55 {
  color: #00949F;
}
.color-66 {
  color: #ABB31A;
}
.color-77 {
  color: #2E984B;
}
.color-88 {
  color: #473096;
}
.color-99 {
  color: #00a8b3;
}
.color-11-bg {
  background-color: #0092B0;
}
.color-22-bg {
  background-color: #e17065;
}
.color-33-bg {
  background-color: #FF8A15;
}
.color-44-bg {
  background-color: #7C3A76;
}
.color-55-bg {
  background-color: #00949F;
}
.color-66-bg {
  background-color: #ABB31A;
}
.color-77-bg {
  background-color: #2E984B;
}
.color-88-bg {
  background-color: #473096;
}
.color-99-bg {
  background-color: #00a8b3;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white a,
a.white,
.white p {
  color: #FFF;
}
.gray-1 {
  color: #f1f1f1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.gray-1-bg {
  background-color: #f1f1f1;
}
.gray-2 {
  color: #dfdfdf;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.gray-2-bg {
  background-color: #dfdfdf;
}
.gray-3 {
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.gray-4 {
  color: #414141;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.gray-3-bg {
  background-color: #9c9c9c;
}
.gray-4-bg {
  background-color: #222;
}
/******************************
= OVERRIDES
******************************/
a {
  text-decoration: none;
  color: #444;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #444;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.gray-1:hover,
a.gray-2:hover,
a.gray-3:hover,
a.gray-4:hover {
  color: #000;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
a .gray-4:hover,
a .gray-3:hover,
a .gray-2:hover,
a .gray-1:hover {
  color: #000;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
p a {
  text-decoration: underline;
}
hr {
  margin-bottom: .5em;
}
.item blockquote {
  font-size: 12px;
  margin: 15px;
}
.item p:last-child {
  margin-bottom: 1em;
}
h1.headerResponsive {
  font-size: 64px;
  line-height: 1;
}
/******************************
= ROYAL SLIDER
******************************/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 100%;
  height: 100%;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url('rs-default.png');
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #acacac, #bbbbbb);
  background-image: -moz-llinear-gradient(top, #acacac, #bbbbbb);
  background-image: linear-gradient(to bottom, #acacac, #bbbbbb);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
/******************************
= WORK
******************************/
.yearWorks .yearMark {
  position: absolute;
  width: 100%;
}
.yearWorks .yearMark .unit-70 {
  border-top: 1px solid #dfdfdf;
}
.yearWorks .yearMark .yearContent {
  padding: 20px 20px;
  border-right: 1px solid #dfdfdf;
  display: inline-block;
  color: #dfdfdf;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  font-size: 38px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
}
.yearWorks .work {
  overflow: hidden;
  position: relative;
}
.yearWorks .work .work-content {
  margin-bottom: 0 !important;
}
.yearWorks .work .work-content .unit-70 {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 25px;
  padding-bottom: 25px;
}
.yearWorks .work .work-content h2 {
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: 300;
  color: #00a8b3;
  margin-bottom: .2em;
}
.yearWorks .work .work-content h3:first-of-type {
  margin-bottom: 0 !important;
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.yearWorks .work .work-content h3:last-of-type {
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: 300;
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.yearWorks .work .work-content h4:first-of-type {
  margin-bottom: 0 !important;
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.yearWorks .work .work-content h4:last-of-type {
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: 300;
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.yearWorks .work .work-content h5 {
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.yearWorks .work .workHover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  margin-bottom: 0 !important;
}
.yearWorks .work .workHover .unit-70 {
  border-bottom: 0px solid transparent;
  padding-top: 25px;
  padding-bottom: 25px;
}
.yearWorks .work .workHover h3:first-of-type {
  margin-bottom: 0 !important;
  color: #fff;
}
.yearWorks .work .workHover h2 {
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: normal;
  color: #fff;
  margin-bottom: .2em;
}
.yearWorks .work .workHover h3:last-of-type {
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: 300;
  color: #fff;
}
.yearWorks .work .workHover h4 {
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: 300;
}
.yearWorks .work .workHover h4,
.yearWorks .work .workHover h5 {
  color: #fff;
}
.yearWorks .work:last-of-type .unit-70 {
  border-bottom: 1px solid transparent;
}
.moleskine {
  position: absolute;
  right: 0;
  top: -39%;
  height: 155%;
  width: ;
  z-index: -1;
}
.moleskineQuote {
  z-index: 3;
  right: 5%;
  position: absolute;
  background-color: #ffffff;
  top: 33%;
  padding: 10px;
  width: 130px;
}
.moleskineQuote p {
  margin-bottom: 0 !important;
  font-size: 11.25px;
  font-size: 12px;
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.paralelBlock-2 {
  background-color: #00d9dd;
  position: absolute;
  height: 45%;
  width: 35%;
  top: 50%;
  left: 23%;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .yearWorks .yearMark {
    position: inherit;
    width: 100%;
  }
  .yearWorks .yearMark .unit-70 {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 0 !important;
  }
  .yearWorks .yearMark .yearContent {
    padding: 30px 20px 20px 20px;
    border-right: 1px solid transparent;
    display: inline-block;
    color: #dfdfdf;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    font-size: 38px;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
  }
  .yearWorks .work {
    overflow: hidden;
    position: relative;
  }
  .yearWorks .work .work-content {
    margin-bottom: 0 !important;
  }
  .yearWorks .work .work-content .unit-70 {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .yearWorks .work .work-content h3:first-of-type {
    margin-bottom: 0 !important;
    color: #9c9c9c;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .yearWorks .work .work-content h2 {
    font-family: "century-old-style-std", serif;
    font-style: lighter;
    font-weight: 300;
    margin-bottom: 0 !important;
    color: #00a8b3;
  }
  .yearWorks .work .work-content h3:last-of-type {
    margin-bottom: 0 !important;
    font-family: "century-old-style-std", serif;
    font-style: lighter;
    font-weight: 300;
    color: #9c9c9c;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .yearWorks .work .workHover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00d9dd;
    z-index: 3;
    margin-bottom: 0 !important;
  }
  .yearWorks .work .workHover .unit-70 {
    border-bottom: 0px solid transparent;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .yearWorks .work .workHover h3:first-of-type {
    margin-bottom: 0 !important;
    color: #fff;
  }
  .yearWorks .work .workHover h2 {
    font-family: "century-old-style-std", serif;
    font-style: lighter;
    font-weight: normal;
    margin-bottom: 0 !important;
    color: #fff;
  }
  .yearWorks .work .workHover h3:last-of-type {
    margin-bottom: 0 !important;
    font-family: "century-old-style-std", serif;
    font-style: lighter;
    font-weight: 300;
    color: #fff;
  }
  .yearWorks .work:last-of-type .unit-70 {
    border-bottom: 1px solid transparent;
  }
  .moleskine {
    position: absolute;
    top: -20%;
    height: auto;
    width: 80%;
    z-index: -1;
  }
}
#archive .header {
  background-color: #473096;
}
#archive .header h1 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -1.44px;
  line-height: 67.528px;
}
#archive .header p.lead {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 27.361px;
}
#archive .headerMenu {
  background-color: #5237af;
}
#archive .headerMenu ul {
  display: inline-block;
}
#archive .headerMenu ul div.divisor {
  width: 1px;
  height: 100%;
  padding: 14px 0;
  background-color: #7052d2;
  display: inline-block;
}
#archive .headerMenu ul li {
  display: inline-block;
  padding: 5px 0;
  margin: 10px 0;
  margin-left: 20px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
}
#archive .headerMenu ul li a {
  color: #fff;
  font-family: "futura-pt", sans-serif;
}
#archive .headerMenu ul li.year {
  padding: 5px 10px 3px 10px;
  margin-left: 15px;
  border-radius: 5px;
}
#archive .headerMenu ul li.year:hover {
  background-color: #7052d2;
}
#archive .headerMenu ul li.year a {
  color: #fff;
}
#archive .callus {
  background-color: #f9f9f9;
}
#archive .callus h1 {
  color: #2f3133;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.26px;
  line-height: 47.528px;
  text-align: center;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#archive .callus p {
  color: #979899;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.63px;
  line-height: 29.528px;
  text-align: left;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#archive .promo .featured p {
  color: #2f3133;
  font-size: 24px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 400;
  line-height: 20.528px;
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#archive .promo .featured p.small {
  color: #c0c1c1;
  font-size: 13px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 400;
  line-height: 25.528px;
  font-family: 'GothamLight';
}
#archive .promo .featured h5 {
  color: #c0c1c1;
  font-size: 16px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 700;
  line-height: 20.528px;
  font-family: "futura-pt", sans-serif;
}
#archive .archives h2 {
  color: #eaeaea;
  font-size: 48px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 700;
  line-height: 55.528px;
  font-family: "futura-pt", sans-serif;
}
#archive .archives h1 {
  font-family: 'GothamLight';
  color: #c0c1c1;
  line-height: 20px;
  margin-bottom: 35px;
  font-weight: normal;
}
#archive .archives p {
  font-family: "futura-pt", sans-serif;
  color: #c0c1c1;
  font-size: 14px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 700;
  xline-height: 16.528px;
}
#archive .archives p.lead {
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  color: #2f3133;
  font-size: 23px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
#archive .border-top-gray {
  border-top: 1px solid #f4f4f5;
}
#politica .header {
  background-color: #03d3d7;
}
#politica .callus {
  background-color: #f9f9f9;
}
#politica .callus h1 {
  color: #2f3133;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.96px;
  text-align: center;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  text-align: left;
}
#politica .callus p {
  color: #979899;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.63px;
  line-height: 29.528px;
  text-align: left;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#politica .promo .featured p {
  color: #2f3133;
  font-size: 24px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 400;
  line-height: 20.528px;
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#politica .promo .featured p.small {
  color: #c0c1c1;
  font-size: 13px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 400;
  line-height: 25.528px;
  font-family: 'GothamLight';
}
#politica .promo .featured h5 {
  color: #c0c1c1;
  font-size: 16px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 700;
  line-height: 20.528px;
  font-family: "futura-pt", sans-serif;
}
#politica .border-top-gray {
  border-top: 1px solid #f4f4f5;
}
.footer-purple h2 {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.84px;
  line-height: 34.528px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: bold;
}
.footer-purple h2 a.underline {
  color: #fff;
  border-bottom: 2px solid white;
  position: relative;
}
.footer-purple h2 a.underline:before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  text-shadow: 2px 2px 0 #7052d2, -2px -2px 0 #7052d2, -2px 2px 0 #7052d2, 2px -2px 0 #7052d2, 2px 0 0 #7052d2, -2px 0 0 #7052d2, 0 2px 0 #7052d2, 0 -2px 0 #7052d2, 1px 1px #7052d2, -1px -1px 0 #7052d2, 1px -1px 0 #7052d2, -1px 1px 0 #7052d2;
}
.footer-purple h2 span {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 26px;
}
.footer-purple i {
  font-size: 18px;
  margin-right: 10px;
}
.footer-purple .purpleDarkColor {
  color: #452f91;
}
.claseSVG svg {
  xfloat: left;
  background-color: #ef3c51;
  display: inline-block;
}
#home-2 .logo {
  top: 60px;
  width: 100%;
  position: absolute;
}
#home-2 .llamado h2 {
  color: #ffffff;
  font-size: 42px;
  letter-spacing: -1.26px;
  line-height: 45px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#home-2 .llamado h2 a {
  display: inline !important;
}
#home-2 .llamado h2 a.underline {
  color: #fff;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  xborder-bottom: 2px solid white;
  position: relative;
}
#home-2 .llamado h2 a.underline div {
  display: inline-block;
  border-bottom: 3px solid #ffffff;
  line-height: 43px;
  position: relative;
}
#home-2 .llamado h2 a.underline:hover {
  color: #4c3010;
}
#home-2 .llamado h2 a.underline:hover div {
  border-bottom: 3px solid #4c3010;
}
#home-2 .llamado h2 a.underline div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef3c51;
}
#home-2 .llamado h2 a.underline:before {
  position: absolute;
  top: 2px;
  left: 0;
  color: white;
}
#home-2 .llamado h2 div.wlcabout {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 44px;
  line-height: 38px;
  display: inline-block;
}
#home-2 .llamado p.lead {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.72px;
  line-height: 16.702px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#home-2 .llamado p.lead a.underline {
  color: #fff;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  position: relative;
}
#home-2 .llamado p.lead a.underline div {
  display: inline-block;
  border-bottom: 3px solid #ffffff;
  line-height: 43px;
  position: relative;
}
#home-2 .llamado p.lead a.underline:hover {
  color: #4c3010;
}
#home-2 .llamado p.lead a.underline:hover div {
  border-bottom: 3px solid #4c3010;
}
#home-2 .llamado p.lead a.underline div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef3c51;
}
#home-2 .llamado p.lead a.underline:before {
  position: absolute;
  top: 2px;
  left: 0;
  color: white;
}
#home-2 .footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
#home-2 .footer p {
  line-height: 18px;
}
#home-2 .footer .copyright {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: -0.12px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#home-2 .footer .contact {
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#home-2 .footer .contact div {
  color: #4c3010;
  font-size: 20px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 700;
  line-height: 31px;
  font-family: "futura-pt", sans-serif;
}
#home-2 .footer .social {
  text-align: center;
}
#home-2 .footer .social a {
  margin-left: 2px;
  font-size: 16px;
  padding: 0 .35em 0 .35em;
}
.hashtag .container {
  position: absolute;
  bottom: 25%;
  left: 70%;
  padding: .75em;
}
.hashtag h1 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -1.44px;
  line-height: 54px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
/******************************
= ABOUT
******************************/
.floating-img {
  position: absolute;
  top: -180px;
}
.image-holder {
  position: relative;
  height: 200px;
}
.headerTitles {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 97;
}
.barDecoration {
  height: 40px;
  width: 200px;
}
.barDecoration1 {
  height: 40px;
  width: 200px;
}
.barDecoration2 {
  height: 40px;
  width: 200px;
  position: absolute;
  z-index: 97;
  top: 40%;
  left: 15%;
}
.barDecoration3 {
  height: 40px;
  width: 200px;
  position: absolute;
  z-index: 97;
  top: 80%;
  right: 15%;
}
.textDecoration1 {
  position: fixed;
  z-index: 97;
  bottom: 20%;
  right: 15%;
  color: #414141;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.textDecoration2 {
  position: fixed;
  z-index: 97;
  top: 50%;
  left: 15%;
  color: #414141;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.textDecoration3 {
  position: fixed;
  z-index: 97;
  top: 16%;
  left: 36.5%;
}
.bgTeam {
  position: absolute;
  width: 75%;
  height: 85%;
  background-color: #00d9dd;
}
@media only screen and (max-width: 767px) {
  .floating-img {
    position: relative;
    top: 0px;
  }
  .image-holder {
    position: relative;
    height: inherit;
  }
}
/******************************
= WORK
******************************/
.yearWorks .yearMark {
  position: absolute;
  width: 100%;
}
.yearWorks .yearMark .unit-70 {
  border-top: 1px solid #dfdfdf;
}
.yearWorks .yearMark .yearContent {
  padding: 20px 20px;
  border-right: 1px solid #dfdfdf;
  display: inline-block;
  color: #dfdfdf;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  font-size: 38px;
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
}
.yearWorks .work {
  overflow: hidden;
  position: relative;
}
.yearWorks .work .work-content {
  margin-bottom: 0 !important;
}
.yearWorks .work .work-content .unit-70 {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 25px;
  padding-bottom: 25px;
}
.yearWorks .work .work-content h2 {
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: 300;
  color: #00a8b3;
  margin-bottom: .2em;
}
.yearWorks .work .work-content h3:first-of-type {
  margin-bottom: 0 !important;
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.yearWorks .work .work-content h3:last-of-type {
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: 300;
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.yearWorks .work .work-content h4:first-of-type {
  margin-bottom: 0 !important;
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.yearWorks .work .work-content h4:last-of-type {
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: 300;
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.yearWorks .work .work-content h5 {
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.yearWorks .work .workHover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  margin-bottom: 0 !important;
}
.yearWorks .work .workHover .unit-70 {
  border-bottom: 0px solid transparent;
  padding-top: 25px;
  padding-bottom: 25px;
}
.yearWorks .work .workHover h3:first-of-type {
  margin-bottom: 0 !important;
  color: #fff;
}
.yearWorks .work .workHover h2 {
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: normal;
  color: #fff;
  margin-bottom: .2em;
}
.yearWorks .work .workHover h3:last-of-type {
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: 300;
  color: #fff;
}
.yearWorks .work .workHover h4 {
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: 300;
}
.yearWorks .work .workHover h4,
.yearWorks .work .workHover h5 {
  color: #fff;
}
.yearWorks .work:last-of-type .unit-70 {
  border-bottom: 1px solid transparent;
}
.moleskine {
  position: absolute;
  right: 0;
  top: -39%;
  height: 155%;
  width: ;
  z-index: -1;
}
.moleskineQuote {
  z-index: 3;
  right: 5%;
  position: absolute;
  background-color: #ffffff;
  top: 33%;
  padding: 10px;
  width: 130px;
}
.moleskineQuote p {
  margin-bottom: 0 !important;
  font-size: 11.25px;
  font-size: 12px;
  color: #9c9c9c;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.paralelBlock-2 {
  background-color: #00d9dd;
  position: absolute;
  height: 45%;
  width: 35%;
  top: 50%;
  left: 23%;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .yearWorks .yearMark {
    position: inherit;
    width: 100%;
  }
  .yearWorks .yearMark .unit-70 {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 0 !important;
  }
  .yearWorks .yearMark .yearContent {
    padding: 30px 20px 20px 20px;
    border-right: 1px solid transparent;
    display: inline-block;
    color: #dfdfdf;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    font-size: 38px;
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
  }
  .yearWorks .work {
    overflow: hidden;
    position: relative;
  }
  .yearWorks .work .work-content {
    margin-bottom: 0 !important;
  }
  .yearWorks .work .work-content .unit-70 {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .yearWorks .work .work-content h3:first-of-type {
    margin-bottom: 0 !important;
    color: #9c9c9c;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .yearWorks .work .work-content h2 {
    font-family: "century-old-style-std", serif;
    font-style: lighter;
    font-weight: 300;
    margin-bottom: 0 !important;
    color: #00a8b3;
  }
  .yearWorks .work .work-content h3:last-of-type {
    margin-bottom: 0 !important;
    font-family: "century-old-style-std", serif;
    font-style: lighter;
    font-weight: 300;
    color: #9c9c9c;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  .yearWorks .work .workHover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00d9dd;
    z-index: 3;
    margin-bottom: 0 !important;
  }
  .yearWorks .work .workHover .unit-70 {
    border-bottom: 0px solid transparent;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .yearWorks .work .workHover h3:first-of-type {
    margin-bottom: 0 !important;
    color: #fff;
  }
  .yearWorks .work .workHover h2 {
    font-family: "century-old-style-std", serif;
    font-style: lighter;
    font-weight: normal;
    margin-bottom: 0 !important;
    color: #fff;
  }
  .yearWorks .work .workHover h3:last-of-type {
    margin-bottom: 0 !important;
    font-family: "century-old-style-std", serif;
    font-style: lighter;
    font-weight: 300;
    color: #fff;
  }
  .yearWorks .work:last-of-type .unit-70 {
    border-bottom: 1px solid transparent;
  }
  .moleskine {
    position: absolute;
    top: -20%;
    height: auto;
    width: 80%;
    z-index: -1;
  }
}
#archive .header {
  background-color: #473096;
}
#archive .header h1 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -1.44px;
  line-height: 67.528px;
}
#archive .header p.lead {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 27.361px;
}
#archive .headerMenu {
  background-color: #5237af;
}
#archive .headerMenu ul {
  display: inline-block;
}
#archive .headerMenu ul div.divisor {
  width: 1px;
  height: 100%;
  padding: 14px 0;
  background-color: #7052d2;
  display: inline-block;
}
#archive .headerMenu ul li {
  display: inline-block;
  padding: 5px 0;
  margin: 10px 0;
  margin-left: 20px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
}
#archive .headerMenu ul li a {
  color: #fff;
  font-family: "futura-pt", sans-serif;
}
#archive .headerMenu ul li.year {
  padding: 5px 10px 3px 10px;
  margin-left: 15px;
  border-radius: 5px;
}
#archive .headerMenu ul li.year:hover {
  background-color: #7052d2;
}
#archive .headerMenu ul li.year a {
  color: #fff;
}
#archive .callus {
  background-color: #f9f9f9;
}
#archive .callus h1 {
  color: #2f3133;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.26px;
  line-height: 47.528px;
  text-align: center;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#archive .callus p {
  color: #979899;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.63px;
  line-height: 29.528px;
  text-align: left;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#archive .promo .featured p {
  color: #2f3133;
  font-size: 24px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 400;
  line-height: 20.528px;
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#archive .promo .featured p.small {
  color: #c0c1c1;
  font-size: 13px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 400;
  line-height: 25.528px;
  font-family: 'GothamLight';
}
#archive .promo .featured h5 {
  color: #c0c1c1;
  font-size: 16px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 700;
  line-height: 20.528px;
  font-family: "futura-pt", sans-serif;
}
#archive .archives h2 {
  color: #eaeaea;
  font-size: 48px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 700;
  line-height: 55.528px;
  font-family: "futura-pt", sans-serif;
}
#archive .archives h1 {
  font-family: 'GothamLight';
  color: #c0c1c1;
  line-height: 20px;
  margin-bottom: 35px;
  font-weight: normal;
}
#archive .archives p {
  font-family: "futura-pt", sans-serif;
  color: #c0c1c1;
  font-size: 16px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 700;
  line-height: 18px;
}
#archive .archives p.lead {
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  color: #2f3133;
  font-size: 23px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}
#archive .border-top-gray {
  border-top: 1px solid #f4f4f5;
}
#politica .header {
  background-color: #03d3d7;
}
#politica .callus {
  background-color: #f9f9f9;
}
#politica .callus h1 {
  color: #2f3133;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.96px;
  text-align: center;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  text-align: left;
}
#politica .callus p {
  color: #979899;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.63px;
  line-height: 29.528px;
  text-align: left;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#politica .promo .featured p {
  color: #2f3133;
  font-size: 24px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 400;
  line-height: 20.528px;
  margin-bottom: 0 !important;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#politica .promo .featured p.small {
  color: #c0c1c1;
  font-size: 13px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 400;
  line-height: 25.528px;
  font-family: 'GothamLight';
}
#politica .promo .featured h5 {
  color: #c0c1c1;
  font-size: 16px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 700;
  line-height: 20.528px;
  font-family: "futura-pt", sans-serif;
}
#politica .border-top-gray {
  border-top: 1px solid #f4f4f5;
}
.footer-purple h2 {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.84px;
  line-height: 34.528px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
  font-weight: bold;
}
.footer-purple h2 a.underline {
  color: #fff;
  border-bottom: 2px solid white;
  position: relative;
}
.footer-purple h2 a.underline:before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  text-shadow: 2px 2px 0 #7052d2, -2px -2px 0 #7052d2, -2px 2px 0 #7052d2, 2px -2px 0 #7052d2, 2px 0 0 #7052d2, -2px 0 0 #7052d2, 0 2px 0 #7052d2, 0 -2px 0 #7052d2, 1px 1px #7052d2, -1px -1px 0 #7052d2, 1px -1px 0 #7052d2, -1px 1px 0 #7052d2;
}
.footer-purple h2 span {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 26px;
}
.footer-purple i {
  font-size: 18px;
  margin-right: 10px;
}
.footer-purple .purpleDarkColor {
  color: #452f91;
}
.claseSVG svg {
  xfloat: left;
  background-color: #ef3c51;
  display: inline-block;
}
#home-2 .logo {
  top: 60px;
  width: 100%;
  position: absolute;
}
#home-2 .llamado h2 {
  color: #333;
  font-size: 42px;
  letter-spacing: -1.26px;
  line-height: 45px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#home-2 .llamado h2 a {
  display: inline !important;
}
#home-2 .llamado h2 a.underline {
  color: #000;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  xborder-bottom: 2px solid white;
  position: relative;
}
#home-2 .llamado h2 a.underline div {
  display: inline-block;
  border-bottom: 3px solid #7052d2;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  line-height: 43px;
  position: relative;
}
#home-2 .llamado h2 a.underline:hover {
  color: #7052d2;
}
#home-2 .llamado h2 a.underline:hover div {
  border-bottom: 3px solid #7052d2;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#home-2 .llamado h2 a.underline div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef3c51;
}
#home-2 .llamado h2 a.underline:before {
  position: absolute;
  top: 2px;
  left: 0;
  color: white;
}
#home-2 .llamado h2 div.wlcabout {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-size: 44px;
  line-height: 38px;
  display: inline-block;
}
#home-2 .llamado p.lead {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.72px;
  line-height: 16.702px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#home-2 .llamado p.lead a.underline {
  color: #000;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  position: relative;
}
#home-2 .llamado p.lead a.underline div {
  display: inline-block;
  border-bottom: 3px solid #7052d2;
  line-height: 43px;
  position: relative;
}
#home-2 .llamado p.lead a.underline:hover {
  color: #7052d2;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#home-2 .llamado p.lead a.underline:hover div {
  border-bottom: 3px solid #7052d2;
}
#home-2 .llamado p.lead a.underline div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef3c51;
}
#home-2 .llamado p.lead a.underline:before {
  position: absolute;
  top: 2px;
  left: 0;
  color: white;
}
#home-2 .footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
#home-2 .footer p {
  line-height: 18px;
}
#home-2 .footer .copyright {
  color: #000;
  font-size: 12px;
  letter-spacing: -0.12px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#home-2 .footer .contact {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
#home-2 .footer .contact div {
  color: #7052d2;
  font-size: 20px;
  /* Aproximación debida a la sustitución de la fuente */
  font-weight: 700;
  line-height: 31px;
  font-family: "futura-pt", sans-serif;
}
#home-2 .footer .social {
  text-align: center;
}
#home-2 .footer .social a {
  margin-left: 2px;
  font-size: 16px;
  padding: 0 .35em 0 .35em;
}
.hashtag .container {
  position: absolute;
  bottom: 25%;
  left: 70%;
  padding: .75em;
}
.hashtag h1 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -1.44px;
  line-height: 54px;
  font-family: "century-old-style-std", serif;
  font-style: lighter;
}
.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
/******************************
= ARCHIVE
******************************/
.firstHeader {
  height: 800px;
  overflow: hidden;
}
.headerMenu {
  height: 55px;
  overflow: hidden;
}
/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  #home-2 .llamado h2 {
    color: #000;
    font-size: 28px;
    letter-spacing: -1.26px;
    line-height: 45px;
    font-family: "century-old-style-std", serif;
    font-style: lighter;
  }
}
