html {
  font-family: 'Roboto', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto #999;
  outline-offset: -2px;
}
a:active,
a:hover {
  outline: 0;
  color: #fa9b0e;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
p {
  margin: 0 0 5px;
  font-size: 1.4em;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}
h1,
.h1 {
  font-size: 2.6em;
  font-family: 'Raleway', sans-serif;
}
h2,
.h2 {
  font-size: 1.5em;
  font-family: 'Raleway', sans-serif;
}
h3,
.h3 {
  font-size: 1.17em;
}
h4,
.h4 {
  font-size: 1.12em;
}
h5,
.h5 {
  font-size: .83em;
}
h6,
.h6 {
  font-size: .75em;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  color: #999;
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
img,
video {
  max-width: 100%;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 1px;
  background: #ddd;
  border: 0;
  margin: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  border: rgba(0, 0, 0, 0);
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
  outline: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  background-color: #eee;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #111;
  background-color: #FFF;
  word-wrap: break-word;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
select,
textarea {
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: .0625rem solid #ccc;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=color]:hover,
input[type=email]:hover,
select:hover,
textarea:hover {
  border-color: #aaa;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border-color: #fbb040;
}
.form-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.form-input:focus {
  border-color: #fbb040;
  outline: 0;
}
.form-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-input:-ms-input-placeholder {
  color: #999;
}
.form-input::-webkit-input-placeholder {
  color: #999;
}
.form-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-input[disabled],
.form-input[readonly],
fieldset[disabled] .form-input {
  background-color: #eee;
  opacity: 1;
}
.form-input[disabled],
fieldset[disabled] .form-input {
  cursor: not-allowed;
}
textarea.form-input {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-input,
  input[type="time"].form-input,
  input[type="datetime-local"].form-input,
  input[type="month"].form-input {
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1170px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}
.gjc-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.gjcr {
  margin-left: -10px;
  margin-right: -10px;
}
.gjcr:after {
  clear: both;
  display: block;
  content: '';
}
[class^="gjcs"],
[class^="gjcm"],
[class^="gjcl"],
[class^="gjcxl"] {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.gjc1,
.gjc1-1,
.gjc1-2,
.gjc1-3,
.gjc2-3,
.gjc1-4,
.gjc3-4,
.gjc1-6,
.gjc5-6,
.gjc1-12,
.gjc2-12,
.gjc3-12,
.gjc4-12,
.gjc5-12,
.gjc6-12,
.gjc7-12,
.gjc8-12,
.gjc9-12,
.gjc10-12,
.gjc11-12,
.gjc12-12 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.gjc1-12 {
  width: 8.3333%;
  *width: 8.3023%;
}
.gjc1-6,
.gjc2-12 {
  width: 16.6667%;
  *width: 16.6357%;
}
.gjc1-4,
.gjc3-12 {
  width: 25%;
  *width: 24.9690%;
}
.gjc1-3,
.gjc4-12 {
  width: 33.3333%;
  *width: 33.3023%;
}
.gjc5-12 {
  width: 41.6667%;
  *width: 41.6357%;
}
.gjc1-2,
.gjc6-12 {
  width: 50%;
  *width: 49.9690%;
}
.gjc7-12 {
  width: 58.3333%;
  *width: 58.3023%;
}
.gjc2-3,
.gjc8-12 {
  width: 66.6667%;
  *width: 66.6357%;
}
.gjc3-4,
.gjc9-12 {
  width: 75%;
  *width: 74.9690%;
}
.gjc5-6,
.gjc10-12 {
  width: 83.3333%;
  *width: 83.3023%;
}
.gjc11-12 {
  width: 91.6667%;
  *width: 91.6357%;
}
.gjc1,
.gjc1-1,
.gjc12-12 {
  width: 100%;
}
@media screen and (min-width: 20em) {
  .gjcs1,
  .gjcs1-1,
  .gjcs1-2,
  .gjcs1-3,
  .gjcs2-3,
  .gjcs1-4,
  .gjcs3-4,
  .gjcs1-6,
  .gjcs5-6,
  .gjcs1-12,
  .gjcs2-12,
  .gjcs3-12,
  .gjcs4-12,
  .gjcs5-12,
  .gjcs6-12,
  .gjcs7-12,
  .gjcs8-12,
  .gjcs9-12,
  .gjcs10-12,
  .gjcs11-12,
  .gjcs12-12 {
    float: left;
  }
  .gjcs1-12 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .gjcs1-6,
  .gjcs2-12 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .gjcs1-4,
  .gjcs3-12 {
    width: 25%;
    *width: 24.9690%;
  }
  .gjcs1-3,
  .gjcs4-12 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .gjcs5-12 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .gjcs1-2,
  .gjcs6-12 {
    width: 50%;
    *width: 49.9690%;
  }
  .gjcs7-12 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .gjcs2-3,
  .gjcs8-12 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .gjcs3-4,
  .gjcs9-12 {
    width: 75%;
    *width: 74.9690%;
  }
  .gjcs5-6,
  .gjcs10-12 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .gjcs11-12 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .gjcs1,
  .gjcs1-1,
  .gjcs12-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .gjcm1,
  .gjcm1-1,
  .gjcm1-2,
  .gjcm1-3,
  .gjcm2-3,
  .gjcm1-4,
  .gjcm3-4,
  .gjcm1-6,
  .gjcm5-6,
  .gjcm1-12,
  .gjcm2-12,
  .gjcm3-12,
  .gjcm4-12,
  .gjcm5-12,
  .gjcm6-12,
  .gjcm7-12,
  .gjcm8-12,
  .gjcm9-12,
  .gjcm10-12,
  .gjcm11-12,
  .gjcm12-12 {
    float: left;
  }
  .gjcm1-12 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .gjcm1-6,
  .gjcm2-12 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .gjcm1-4,
  .gjcm3-12 {
    width: 25%;
    *width: 24.9690%;
  }
  .gjcm1-3,
  .gjcm4-12 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .gjcm5-12 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .gjcm1-2,
  .gjcm6-12 {
    width: 50%;
    *width: 49.9690%;
  }
  .gjcm7-12 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .gjcm2-3,
  .gjcm8-12 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .gjcm3-4,
  .gjcm9-12 {
    width: 75%;
    *width: 74.9690%;
  }
  .gjcm5-6,
  .gjcm10-12 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .gjcm11-12 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .gjcm1,
  .gjcm1-1,
  .gjcm12-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .gjcl1,
  .gjcl1-1,
  .gjcl1-2,
  .gjcl1-3,
  .gjcl2-3,
  .gjcl1-4,
  .gjcl3-4,
  .gjcl1-6,
  .gjcl5-6,
  .gjcl1-12,
  .gjcl2-12,
  .gjcl3-12,
  .gjcl4-12,
  .gjcl5-12,
  .gjcl6-12,
  .gjcl7-12,
  .gjcl8-12,
  .gjcl9-12,
  .gjcl10-12,
  .gjcl11-12,
  .gjcl12-12 {
    float: left;
  }
  .gjcl1-12 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .gjcl1-6,
  .gjcl2-12 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .gjcl1-4,
  .gjcl3-12 {
    width: 25%;
    *width: 24.9690%;
  }
  .gjcl1-3,
  .gjcl4-12 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .gjcl5-12 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .gjcl1-2,
  .gjcl6-12 {
    width: 50%;
    *width: 49.9690%;
  }
  .gjcl7-12 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .gjcl2-3,
  .gjcl8-12 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .gjcl3-4,
  .gjcl9-12 {
    width: 75%;
    *width: 74.9690%;
  }
  .gjcl5-6,
  .gjcl10-12 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .gjcl11-12 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .gjcl1,
  .gjcl1-1,
  .gjcl12-12 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .gjcxl1,
  .gjcxl1-1,
  .gjcxl1-2,
  .gjcxl1-3,
  .gjcxl2-3,
  .gjcxl1-4,
  .gjcxl3-4,
  .gjcxl1-6,
  .gjcxl5-6,
  .gjcxl1-12,
  .gjcxl2-12,
  .gjcxl3-12,
  .gjcxl4-12,
  .gjcxl5-12,
  .gjcxl6-12,
  .gjcxl7-12,
  .gjcxl8-12,
  .gjcxl9-12,
  .gjcxl10-12,
  .gjcxl11-12,
  .gjcxl12-12 {
    float: left;
  }
  .gjcxl1-12 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .gjcxl1-6,
  .gjcxl2-12 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .gjcxl1-4,
  .gjcxl3-12 {
    width: 25%;
    *width: 24.9690%;
  }
  .gjcxl1-3,
  .gjcxl4-12 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .gjcxl5-12 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .gjcxl1-2,
  .gjcxl6-12 {
    width: 50%;
    *width: 49.9690%;
  }
  .gjcxl7-12 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .gjcxl2-3,
  .gjcxl8-12 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .gjcxl3-4,
  .gjcxl9-12 {
    width: 75%;
    *width: 74.9690%;
  }
  .gjcxl5-6,
  .gjcxl10-12 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .gjcxl11-12 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .gjcxl1,
  .gjcxl1-1,
  .gjcxl12-12 {
    width: 100%;
  }
}
.no-gutter [class^="gjc"],
.no-gutter [class^="gjcs"],
.no-gutter [class^="gjcm"],
.no-gutter [class^="gjcl"],
.no-gutter [class^="gjcxl"] {
  padding-left: 0;
  padding-right: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.gjc-fluid:before,
.gjc-fluid:after,
.gj-r:before,
.gj-r:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.gjc-fluid:after,
.gj-r:after {
  clear: both;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.right {
  position: relative;
  float: right;
}
.left {
  position: relative;
  float: left;
}
/*  BUTTONS */
.button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  font-size: 100%;
  padding: .5em 1em;
  color: #fff;
  border: 1px solid #999;
  border: 0 rgba(0, 0, 0, 0);
  background-color: #fbb040;
  text-decoration: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button-hover,
.button:hover,
.button:focus {
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);*/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.button:focus {
  outline: 0;
}
.button-active,
.button:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000;
}
.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
  border: 0;
  background-image: none;
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);*/
  filter: alpha(opacity=40);
  -khtml-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.disabled,
.disabled:hover,
.disabled:focus,
.disabled:active {
  border: 0;
  background-image: none;
  /*filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);*/
  filter: alpha(opacity=40);
  -khtml-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button-primary,
.button-selected,
a.button-primary,
a.button-selected {
  background-color: #fbb040;
  color: #fff;
}
.button-success,
.button-error,
.button-warning,
.button-secondary,
.button-info {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-success {
  background: #1cb841;
}
.button-error {
  background: #ca3c3c;
}
.button-warning {
  background: #DEA131;
}
.button-info {
  background: #42b8dd;
}
.button-link {
  background-color: rgba(0, 0, 0, 0);
  color: #111;
}
.button-default {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #111 !important;
}
.button-link:hover,
.button-link:focus,
.button-link:active {
  background: rgba(0, 0, 0, 0);
  text-decoration: underline;
}
.button-xs {
  padding: .1em .5em;
}
.button-lg {
  padding: .4em 1.2em;
  font-size: 1.4em;
}
a.button {
  color: #fff;
  text-decoration: none;
}
a.button-link {
  color: #fbb040;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #fbb040;
}
.text-secondary {
  color: #39b54a;
}
.text-success {
  color: #1cb841;
}
.text-info {
  color: #42b8dd;
}
.text-warning {
  color: #DEA131;
}
.text-error {
  color: #ca3c3c;
}
.text-uppercase {
  text-transform: uppercase;
}
.bg-primary {
  color: #fff;
  background-color: #fbb040;
}
.bg-success {
  background-color: #1cb841;
}
.bg-info {
  background-color: #42b8dd;
}
.bg-warning {
  background-color: #DEA131;
}
.bg-error {
  background-color: #ca3c3c;
}
.bg-muted {
  background-color: #999;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
@media all and (max-width: 48em) {
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
}
.text-light {
  font-weight: 300;
}
.text-lighter {
  font-weight: 100;
}
.text-bold {
  font-weight: 700;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.animate,
input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
select,
textarea {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.pointer {
  cursor: pointer;
}
.padd0 {
  padding: 0;
}
@media all and (max-width: 48em) {
  padd0-xs {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .padd0-r {
    padding-right: 0;
  }
  .padd0-l {
    padding-left: 0;
  }
  .padd0-t {
    padding-top: 0;
  }
  .padd0-b {
    padding-bottom: 0;
  }
}
.mrg0 {
  margin: 0;
}
.bgcover {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
.no-events {
  pointer-events: none;
}
.block-important {
  display: block !important;
}
.hidden {
  display: none;
}
.list-inline li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.v-align {
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.v-align:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.25em;
}
.v-align:before,
.v-align-inner {
  display: inline-block;
  vertical-align: middle;
}
/*********************************************************************************************************************************************************************************************************/
/* dropdown ****************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************/
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 5px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border-bottom: #ccc 1px solid;
  border-left: #e5e5e5 1px solid;
  border-right: #e5e5e5 1px solid;
  border-top: #e5e5e5 1px solid;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #222222;
  white-space: nowrap;
}
.dropdown-menu > li > a > i {
  margin-right: 5px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-menu li {
  width: 100%;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.absolute-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fbb040;
  display: none;
}
.absolute-loader .gj-spin6 {
  position: relative;
  top: 50%;
  margin-top: -25px;
  font-size: 25px;
}
/*********************************************************************************************************************************************************************************************************/
/* REMODAL ****************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************/
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  overflow-y: auto;
  position: fixed;
  width: 100%;
}
/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(52, 52, 52, 0.7);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 40px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #39b54a;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #2d8e3a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: rgba(52, 52, 52, 0.7);
}
.lt-ie9 .remodal {
  width: 700px;
}
/*********************************************************************************************************************************************************************************************************/
/* REMODAL END ****************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************/
/* INPUT RANGE ****************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************/
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  margin: 10px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #b7babb;
  border: 0;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
          box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
  border: 0 solid #000000;
  height: 20px;
  width: 30px;
  background: #fbb040;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #9ca1a3;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: #b7babb;
  border: 0;
}
input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 0;
  height: 20px;
  width: 30px;
  background: #fbb040;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #fbb040;
  border: 0 solid #000101;
  box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #b7babb;
  border: 0 solid #000101;
  box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
  border: 0 solid #000000;
  height: 20px;
  width: 30px;
  background: #fbb040;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #fbb040;
}
input[type=range]:focus::-ms-fill-upper {
  background: #9ca1a3;
}
/*********************************************************************************************************************************************************************************************************/
/* INPUT RANGE END ****************************************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************************************************/
.block {
  display: block;
}
.pT10 {
  padding-top: 10px;
}
.pT20 {
  padding-top: 20px;
}
.pT30 {
  padding-top: 30px;
}
.pT40 {
  padding-top: 40px;
}
.pT50 {
  padding-top: 50px;
}
.pB10 {
  padding-bottom: 10px;
}
.pB20 {
  padding-bottom: 20px;
}
.pB30 {
  padding-bottom: 30px;
}
.pB40 {
  padding-bottom: 40px;
}
.pB50 {
  padding-bottom: 50px;
}
.visible-xs {
  display: none;
}
@media all and (max-width: 48em) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}
.rlw {
  font-family: 'Raleway', sans-serif;
}
.clw {
  color: #fff;
}
.__campaign-status {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: inline-block;
}
.gj-frmp {
  background-color: #fff;
  padding: 10px;
}
.gj-frmp .gj-frmp-header {
  color: #333;
  font-size: .93em;
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
}
.gj-frmp .gj-frmp-description {
  color: #999;
  margin-top: 2px;
}
.form-inline {
  padding-top: 10px;
}
.form-inline .form-gjcr {
  padding-bottom: 10px;
}
.form-inline .form-gjcr .gjc3-12 label {
  /*top: 7px;*/
  color: #75675a;
  position: relative;
}
.form-inline input[type="checkbox"],
.form-inline input[type="radio"] {
  top: 2px;
  position: relative;
  margin-right: 5px;
}
.form-inline label.block {
  width: 100%;
  float: left;
}
.padd10 {
  padding: 10px;
}
.padd15 {
  padding: 15px;
}
.mb5 {
  margin-bottom: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mud10 {
  margin: 10px 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt10 {
  margin-top: 10px;
}
.gray-bg {
  background-color: #eee;
  /*background-image:url('http://www.digital-trainers.com/wp-content/uploads/2014/11/home-low-poly.jpg');
    background-position:center center;
    background-size:cover;
    box-shadow: inset 0 0 20px #ccc;*/
}
body {
  overflow-x: hidden;
}
.force-animation [data-aos] {
  opacity: 1 !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ifz {
  position: relative;
  z-index: 1;
}
.heading {
  padding: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: -webkit-gradient(linear, right top, left top, from(#222222), to(#3c322b));
  background: -webkit-linear-gradient(right, #222222, #3c322b);
  background: -o-linear-gradient(right, #222222, #3c322b);
  background: linear-gradient(270deg, #222222, #3c322b);
  -webkit-background-size: 400% 400%;
          background-size: 400% 400%;
  -webkit-animation: gjbganimation 15s ease infinite;
  animation: gjbganimation 15s ease infinite;
  min-height: 600px;
  border-bottom: 3px solid #f48a16;
  overflow: hidden !important;
}
.heading h1 {
  font-size: 50px;
  margin-top: 13%;
  color: #fff;
  text-shadow: 0 0 14px #000;
  text-align: center;
}
@-webkit-keyframes gjbganimation {
  0% {
    background-position: 92% 0%;
  }
  50% {
    background-position: 9% 100%;
  }
  100% {
    background-position: 92% 0%;
  }
}
@keyframes gjbganimation {
  0% {
    background-position: 92% 0%;
  }
  50% {
    background-position: 9% 100%;
  }
  100% {
    background-position: 92% 0%;
  }
}
#hexagon {
  width: 100px;
  height: 55px;
  background: #292929;
  position: absolute;
  bottom: -25px;
  left: 0;
  line-height: 55px;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0 0 10px #111;
          box-shadow: 0 0 10px #111;
  color: #777;
  padding: 0 10px;
  font-size: 10px;
  letter-spacing: -0.5px;
  text-align: center;
}
#hexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid rgba(0, 0, 0, 0);
  border-right: 50px solid rgba(0, 0, 0, 0);
  border-bottom: 25px solid #292929;
}
#hexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid rgba(0, 0, 0, 0);
  border-right: 50px solid rgba(0, 0, 0, 0);
  border-top: 25px solid #292929;
}
.light-on .heading {
  background: #ccc;
}
#menu li {
  margin: 0 15px 15px 0;
  text-transform: uppercase;
}
#logo {
  position: relative;
  max-width: 400px;
  margin: 0 auto 10px auto;
  padding: 0;
}
.s-padd {
  padding-top: 60px;
  padding-bottom: 60px;
}
#footer {
  position: relative;
  padding: 120px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: -webkit-gradient(linear, right top, left top, from(#3c322b), to(#222));
  background: -webkit-linear-gradient(right, #3c322b, #222);
  background: -o-linear-gradient(right, #3c322b, #222);
  background: linear-gradient(270deg, #3c322b, #222);
  -webkit-background-size: 400% 400%;
          background-size: 400% 400%;
  -webkit-animation: gjbganimation 15s ease infinite;
  animation: gjbganimation 15s ease infinite;
  text-align: center;
}
#footer img {
  width: 300px;
  max-width: 90%;
}
.team-member {
  border: 1px solid #eee;
}
.team-member .info {
  padding: 5px;
}
.team-member:hover {
  -webkit-box-shadow: 0 0 40px #aaa;
  box-shadow: 0 0 40px #aaa;
}
body.light-on {
  overflow: hidden;
}
body.light-on #apply-now {
  display: block;
}
body.light-on .text-lighter.ifz {
  display: none;
}
#apply-now {
  position: fixed;
  z-index: 2;
  background: rgba(255, 255, 255, 0.76);
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
}
#apply-now img {
  max-width: 90%;
  width: 500px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#prcs h2 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #e67e22;
}
#copyright {
  margin-top: 20px;
  color: #555;
}
#bwlogo {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 50px;
}
.large-img .gjc1,
.large-img .gjc4-12,
.small-img {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.small-img {
  height: 275px;
}
.large-img .gjc1 {
  height: 400px;
}
.large-img .gjc4-12 {
  height: 150px;
}
.pswp__bg {
  background: rgba(0, 0, 0, 0.8) !important;
}
#gallery [class^="gjc"] {
  border: 1px solid #fff;
}
.eq-va {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #prcs img {
    max-width: 80%;
    display: block;
    margin: 0 auto 30px auto;
  }
  .container {
    padding: 0 25px;
  }
  .small-img {
    height: 175px;
  }
  .large-img .gjc1 {
    height: 250px;
  }
  .large-img .gjc4-12 {
    height: 100px;
  }
}
#lampadario {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 2;
}
#filo {
  position: relative;
  background-color: #000000;
  width: 2px;
  height: 150px;
  left: 50%;
  margin-left: -1px;
  z-index: 1;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation: oscillaFilo 0.9s ease-in-out 0s infinite alternate;
  animation: oscillaFilo 0.9s ease-in-out 0s infinite alternate;
}
#filo:after {
  content: " ";
  left: -3px;
  top: 100%;
  margin-top: -5px;
  position: absolute;
  border-bottom: 15px solid #000000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  height: 0;
  width: 4px;
}
#lampadina {
  position: relative;
}
input[value="off"]:checked ~ #filo {
  -webkit-box-shadow: -80px -10px 7px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -80px -10px 7px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: -80px -10px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -80px -10px 7px 0 rgba(0, 0, 0, 0.1);
}
input[value="off"]:checked ~ #filo:after {
  -webkit-box-shadow: -80px -10px 10px -2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -80px -10px 10px -2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -80px -10px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -80px -10px 10px -2px rgba(0, 0, 0, 0.1);
}
input {
  position: absolute;
  width: 90px;
  height: 70px;
  top: 150px;
  margin-left: -45px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
input[value="on"] {
  top: 150px;
}
input[value="off"] {
  top: -100px;
}
input[value="on"]:checked {
  top: -100px;
}
input[value="on"]:checked + input[value="off"] {
  top: 150px;
}
label {
  width: 51px;
  height: 51px;
  top: 161px;
  position: absolute;
  left: 0;
  margin-left: -25px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: oscillaLampadina 0.9s ease-in-out 0s infinite alternate;
  animation: oscillaLampadina 0.9s ease-in-out 0s infinite alternate;
}
input[value="off"]:checked ~ label {
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: inset 0px 1px 5px rgba(255, 255, 255, 0.1), inset 0px 2px 20px rgba(255, 255, 255, 0.07), -80px -15px 15px -5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0px 1px 5px rgba(255, 255, 255, 0.1), inset 0px 2px 20px rgba(255, 255, 255, 0.07), -80px -15px 15px -5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0px 1px 5px rgba(255, 255, 255, 0.1), inset 0px 2px 20px rgba(255, 255, 255, 0.07), -80px -15px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 5px rgba(255, 255, 255, 0.1), inset 0px 2px 20px rgba(255, 255, 255, 0.07), -80px -15px 15px -5px rgba(0, 0, 0, 0.1);
}
input[value="on"]:checked ~ label {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 50px rgba(255, 255, 255, 0.6), 0px 0px 70px rgba(255, 255, 255, 0.6), -80px -15px 120px 0px rgba(255, 255, 255, 0.4);
  -ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 50px rgba(255, 255, 255, 0.6), 0px 0px 70px rgba(255, 255, 255, 0.6), -80px -15px 120px 0px rgba(255, 255, 255, 0.4);
  -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 50px rgba(255, 255, 255, 0.6), 0px 0px 70px rgba(255, 255, 255, 0.6), -80px -15px 120px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 30px rgba(255, 255, 255, 0.8), 0px 0px 50px rgba(255, 255, 255, 0.6), 0px 0px 70px rgba(255, 255, 255, 0.6), -80px -15px 120px 0px rgba(255, 255, 255, 0.4);
}
input[value="off"]:checked ~ label:after {
  content: " ";
  width: 15px;
  height: 15px;
  top: 0;
  position: absolute;
  left: 0;
  margin-left: 18px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.03);
}
#sorpresa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
input[value="off"]:checked ~ #lampadina #sorpresa {
  opacity: 0;
}
input[value="on"]:checked ~ #lampadina #sorpresa {
  opacity: 1;
}
/*#footer {
                position: fixed;
                width: 94%;
                text-align: center;
                bottom: 30%;
                padding: 0 3%;
                z-index:1;
            }*/
#shadow {
  position: fixed;
  width: 94%;
  text-align: center;
  bottom: 29%;
  padding: 0 3%;
  color: rgba(0, 0, 0, 0);
  -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -webkit-transform-origin: 50% 0px;
  -ms-transform-origin: 50% 0px;
  transform-origin: 50% 0px;
  -webkit-animation: ombraTesto 0.9s ease-in-out 0s infinite alternate;
  animation: ombraTesto 0.9s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes oscillaFilo {
  from {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-5deg);
  }
}
@keyframes oscillaFilo {
  from {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes oscillaLampadina {
  from {
    -webkit-transform: rotate(3deg) translate(-16.4px, -1px);
  }
  to {
    -webkit-transform: rotate(-3deg) translate(16.4px, -1px);
  }
}
@keyframes oscillaLampadina {
  from {
    -webkit-transform: rotate(3deg) translate(-16.4px, -1px);
            transform: rotate(3deg) translate(-16.4px, -1px);
  }
  to {
    -webkit-transform: rotate(-3deg) translate(16.4px, -1px);
            transform: rotate(-3deg) translate(16.4px, -1px);
  }
}
@-webkit-keyframes ombraTesto {
  from {
    -webkit-transform: translate(1px, 0px) scale(1.01, 1.06) skew(0.9deg, 0deg);
  }
  to {
    -webkit-transform: translate(-1px, 0px) scale(1.01, 1.06) skew(-0.9deg, 0deg);
  }
}
@keyframes ombraTesto {
  from {
    -webkit-transform: translate(1px, 0px) scale(1.01, 1.06) skew(0.9deg, 0deg);
            transform: translate(1px, 0px) scale(1.01, 1.06) skew(0.9deg, 0deg);
  }
  to {
    -webkit-transform: translate(-1px, 0px) scale(1.01, 1.06) skew(-0.9deg, 0deg);
            transform: translate(-1px, 0px) scale(1.01, 1.06) skew(-0.9deg, 0deg);
  }
}
.mentors-wrapper {
  margin-top: 50px;
}
.mentors-item {
  padding: 0 10px;
  text-align: left;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.15s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.15s ease;
  transition: transform 0.3s ease, box-shadow 0.15s ease;
  transition: transform 0.3s ease, box-shadow 0.15s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.15s ease;
}
.mentors-item .mentors-separator:nth-child(1),
.mentors-item .mentors-separator:nth-child(4) {
  display: none;
}
.mentors-item .mentors-separator:nth-child(2) {
  font-weight: 500;
}
.mentors-item .mentors-separator:nth-child(3) {
  font-size: 15px;
  margin: 0;
}
.mentors-item:hover {
  -webkit-transform: translate3d(0, -5px, 0) !important;
          transform: translate3d(0, -5px, 0) !important;
}
.mentors-photo {
  height: 230px;
  background-color: #f9f9f9;
  background-position: center 15%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.mentors-inner {
  background: white;
  padding: 10px;
  min-height: 93px;
}
#modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .32s, visibility .32s;
  -o-transition: opacity .32s, visibility .32s;
  transition: opacity .32s, visibility .32s;
}
#modal.is-visible {
  opacity: 1;
  visibility: visible;
}
#modal .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 20px rgba(82, 82, 82, 0.34);
          box-shadow: 0px 14px 20px rgba(82, 82, 82, 0.34);
}
#modal-fade {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#modal-image {
  height: 400px;
  background-position: center 15%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.modal-wrapper {
  padding: 10px;
}
#modal-title {
  font-size: 23px;
  font-weight: 500;
  margin: 0;
}
#modal-subtitle {
  margin-bottom: 10px;
  color: gray;
}
#modal-description {
  font-size: 16px;
  max-height: 25vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#close-modal {
  background: #f58b1f;
  padding: 7px 20px;
  margin: 0 0 15px 10px;
  display: block;
  font-size: 14px;
  color: white;
  font-weight: 500;
  -webkit-border-radius: 1px;
          border-radius: 1px;
}
.photo3 {
  background-color: #0a0809;
  -webkit-background-size: 80% 80% !important;
          background-size: 80% !important;
}
@media all and (max-width: 768px) {
  .mentors-wrapper {
    margin-top: 30px;
  }
  .mentors-item {
    padding: 0;
  }
  #mentors-section {
    padding-top: 60px;
  }
  #modal-image {
    height: 300px;
  }
  #modal-description {
    max-height: 28vh;
    font-size: 15px;
  }
  #modal .content {
    max-width: 370px;
  }
  #modal-subtitle {
    margin-bottom: 10px;
    color: gray;
    font-size: 15px;
    margin-top: 4px;
  }
  .mentors-inner {
    min-height: auto;
  }
  .mentors-photo {
    height: 330px;
  }
  .photo3 {
    -webkit-background-size: 90% 90% !important;
            background-size: 90% !important;
  }
}
@media all and (max-width: 340px) {
  .photo3 {
    -webkit-background-size: 100% 100% !important;
            background-size: 100% !important;
  }
  #modal-image.photo3 {
    -webkit-background-size: 80% 80% !important;
            background-size: 80% !important;
  }
  #modal-description {
    max-height: 90px;
  }
  #modal-image {
    height: 250px;
  }
}