/* compiled by scssphp v0.6.7 on Wed, 13 Jul 2022 12:02:49 +0200 (22.0543s) */

/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
/* line 1, ew-inc/css/modules/_elements.scss */
*:focus {
  outline: 0; }
/* line 5, ew-inc/css/modules/_elements.scss */
.button {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 13px 32px;
  font-weight: 400;
  font-size: 17px;
  color: #fff !important;
  text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
  border: 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
  background-color: #4589e3;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5da4ff), color-stop(100%, #417bff));
  background: -webkit-linear-gradient(#5da4ff, #417bff);
  background: -moz-linear-gradient(#5da4ff, #417bff);
  background: -o-linear-gradient(#5da4ff, #417bff);
  background: linear-gradient(#5da4ff, #417bff);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 23, ew-inc/css/modules/_elements.scss */
.button:hover {
  color: #fff;
  text-decoration: none; }
/* line 27, ew-inc/css/modules/_elements.scss */
.button:active {
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.29); }
/* line 31, ew-inc/css/modules/_elements.scss */
.button.button-small {
  padding: 10px 33px;
  border: 1px solid #68a2ee;
  font-size: 14px;
  font-weight: 500; }
/* line 38, ew-inc/css/modules/_elements.scss */
.button-outline {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  color: #fff;
  padding: 12px 31px;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 54, ew-inc/css/modules/_elements.scss */
.button-outline:hover {
  text-decoration: none;
  color: #ddd;
  border-color: #ddd; }
/* line 61, ew-inc/css/modules/_elements.scss */
.button-clear {
  -webkit-font-smoothing: antialiased;
  border: 0;
  outline: none;
  padding: 1px;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
  background: #adb2bb;
  background: -webkit-linear-gradient(#ccd0d6, #adb2bb);
  background: -moz-linear-gradient(#ccd0d6, #adb2bb);
  background: -ms-linear-gradient(#ccd0d6, #adb2bb);
  background: -o-linear-gradient(#ccd0d6, #adb2bb);
  background: linear-gradient(#ccd0d6, #adb2bb); }
/* line 86, ew-inc/css/modules/_elements.scss */
.button-clear span {
  display: block;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 23px;
  height: 36px;
  line-height: 33px;
  border-radius: 4px;
  font-weight: bold;
  color: #444;
  text-shadow: 0 1px 0 white;
  background: #eff1f4;
  background: -webkit-linear-gradient(#f7f8fa, #eff1f4);
  background: -moz-linear-gradient(#f7f8fa, #eff1f4);
  background: -ms-linear-gradient(#f7f8fa, #eff1f4);
  background: -o-linear-gradient(#f7f8fa, #eff1f4);
  background: linear-gradient(#f7f8fa, #eff1f4);
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  -ms-box-shadow: inset 0 1px 0 white;
  -o-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white; }
/* line 111, ew-inc/css/modules/_elements.scss */
.button-clear:hover {
  text-decoration: none; }
/* line 115, ew-inc/css/modules/_elements.scss */
.button-clear:active, .button-clear.active {
  background: #b5bac2;
  background: -webkit-linear-gradient(#b5bac2, #b5bac2);
  background: -moz-linear-gradient(#b5bac2, #b5bac2);
  background: -ms-linear-gradient(#b5bac2, #b5bac2);
  background: -o-linear-gradient(#b5bac2, #b5bac2);
  background: linear-gradient(#b5bac2, #b5bac2); }
/* line 124, ew-inc/css/modules/_elements.scss */
.button-clear:active span, .button-clear.active span {
  color: #444;
  background: #eff1f4;
  background: -webkit-linear-gradient(#e6e8eb, #eff1f4);
  background: -moz-linear-gradient(#e6e8eb, #eff1f4);
  background: -ms-linear-gradient(#e6e8eb, #eff1f4);
  background: -o-linear-gradient(#e6e8eb, #eff1f4);
  background: linear-gradient(#e6e8eb, #eff1f4);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); }
/* form controls */
/* line 144, ew-inc/css/modules/_elements.scss */
/* line 148, ew-inc/css/modules/_elements.scss */

input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 39px; }
/* line 36, ew-inc/css/modules/_mixins.scss */
input[type="text"].form-control::-webkit-input-placeholder, input[type="email"].form-control::-webkit-input-placeholder, input[type="password"].form-control::-webkit-input-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 37, ew-inc/css/modules/_mixins.scss */
input[type="text"].form-control:-moz-placeholder, input[type="email"].form-control:-moz-placeholder, input[type="password"].form-control:-moz-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 38, ew-inc/css/modules/_mixins.scss */
input[type="text"].form-control::-moz-placeholder, input[type="email"].form-control::-moz-placeholder, input[type="password"].form-control::-moz-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 39, ew-inc/css/modules/_mixins.scss */
input[type="text"].form-control:-ms-input-placeholder, input[type="email"].form-control:-ms-input-placeholder, input[type="password"].form-control:-ms-input-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 159, ew-inc/css/modules/_elements.scss */
input[type="text"].form-control:focus, input[type="email"].form-control:focus, input[type="password"].form-control:focus {
  border-color: #98d2ff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }
/* line 167, ew-inc/css/modules/_elements.scss */
/* line 168, ew-inc/css/modules/_elements.scss */

textarea.form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); }
/* line 36, ew-inc/css/modules/_mixins.scss */
textarea.form-control::-webkit-input-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 37, ew-inc/css/modules/_mixins.scss */
textarea.form-control:-moz-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 38, ew-inc/css/modules/_mixins.scss */
textarea.form-control::-moz-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 39, ew-inc/css/modules/_mixins.scss */
textarea.form-control:-ms-input-placeholder {
  color: #b1b1b1;
  font-weight: 400;
  font-size: 14px; }
/* line 178, ew-inc/css/modules/_elements.scss */
textarea.form-control:focus {
  border-color: #98d2ff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(166, 205, 236, 0.6); }
/* config variables */
/* line 115, ew-inc/css/partials/_config.scss */
.nsp {
  padding-left: 0 !important;
  padding-right: 0 !important; }
/* line 120, ew-inc/css/partials/_config.scss */
.nsm {
  margin-left: 0 !important;
  margin-right: 0 !important; }
/* line 125, ew-inc/css/partials/_config.scss */
a.clean {
  color: inherit;
  text-decoration: none;
  float: left;
  position: relative; }
/* line 130, ew-inc/css/partials/_config.scss */
a.clean img {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 133, ew-inc/css/partials/_config.scss */
a.clean:hover, a.clean:focus, a.clean:visited {
  color: inherit;
  text-decoration: none; }

/* line 142, ew-inc/css/partials/_config.scss */

.shd-hover {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  cursor: pointer; }
/* line 145, ew-inc/css/partials/_config.scss */
.shd-hover:hover {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); }
/* line 150, ew-inc/css/partials/_config.scss */
.shd-blue {
  -webkit-box-shadow: 12px 14px 33px -10px rgba(4, 61, 130, 0.51);
  -moz-box-shadow: 12px 14px 33px -10px rgba(4, 61, 130, 0.51);
  box-shadow: 12px 14px 33px -10px rgba(4, 61, 130, 0.51); }
/* line 159, ew-inc/css/partials/_config.scss */
.p0p {
  padding: 0% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl0p {
  padding-left: 0% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr0p {
  padding-right: 0% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt0p {
  padding-top: 0% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb0p {
  padding-bottom: 0% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt0 {
  padding-top: 0px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb0 {
  padding-bottom: 0px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl0 {
  padding-left: 0px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr0 {
  padding-right: 0px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p0px {
  padding: 0px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m0p {
  margin: 0% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml0p {
  margin-left: 0% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr0p {
  margin-right: 0% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt0p {
  margin-top: 0% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb0p {
  margin-bottom: 0% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt0 {
  margin-top: 0px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb0 {
  margin-bottom: 0px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml0 {
  margin-left: 0px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr0 {
  margin-right: 0px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p1p {
  padding: 1% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl1p {
  padding-left: 1% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr1p {
  padding-right: 1% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt1p {
  padding-top: 1% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb1p {
  padding-bottom: 1% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt1 {
  padding-top: 1px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb1 {
  padding-bottom: 1px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl1 {
  padding-left: 1px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr1 {
  padding-right: 1px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p1px {
  padding: 1px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m1p {
  margin: 1% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml1p {
  margin-left: 1% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr1p {
  margin-right: 1% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt1p {
  margin-top: 1% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb1p {
  margin-bottom: 1% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt1 {
  margin-top: 1px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb1 {
  margin-bottom: 1px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml1 {
  margin-left: 1px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr1 {
  margin-right: 1px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p2p {
  padding: 2% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl2p {
  padding-left: 2% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr2p {
  padding-right: 2% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt2p {
  padding-top: 2% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb2p {
  padding-bottom: 2% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt2 {
  padding-top: 2px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb2 {
  padding-bottom: 2px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl2 {
  padding-left: 2px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr2 {
  padding-right: 2px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p2px {
  padding: 2px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m2p {
  margin: 2% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml2p {
  margin-left: 2% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr2p {
  margin-right: 2% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt2p {
  margin-top: 2% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb2p {
  margin-bottom: 2% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt2 {
  margin-top: 2px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb2 {
  margin-bottom: 2px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml2 {
  margin-left: 2px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr2 {
  margin-right: 2px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p3p {
  padding: 3% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl3p {
  padding-left: 3% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr3p {
  padding-right: 3% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt3p {
  padding-top: 3% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb3p {
  padding-bottom: 3% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt3 {
  padding-top: 3px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb3 {
  padding-bottom: 3px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl3 {
  padding-left: 3px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr3 {
  padding-right: 3px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p3px {
  padding: 3px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m3p {
  margin: 3% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml3p {
  margin-left: 3% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr3p {
  margin-right: 3% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt3p {
  margin-top: 3% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb3p {
  margin-bottom: 3% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt3 {
  margin-top: 3px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb3 {
  margin-bottom: 3px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml3 {
  margin-left: 3px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr3 {
  margin-right: 3px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p4p {
  padding: 4% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl4p {
  padding-left: 4% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr4p {
  padding-right: 4% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt4p {
  padding-top: 4% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb4p {
  padding-bottom: 4% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt4 {
  padding-top: 4px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb4 {
  padding-bottom: 4px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl4 {
  padding-left: 4px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr4 {
  padding-right: 4px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p4px {
  padding: 4px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m4p {
  margin: 4% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml4p {
  margin-left: 4% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr4p {
  margin-right: 4% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt4p {
  margin-top: 4% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb4p {
  margin-bottom: 4% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt4 {
  margin-top: 4px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb4 {
  margin-bottom: 4px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml4 {
  margin-left: 4px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr4 {
  margin-right: 4px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p5p {
  padding: 5% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl5p {
  padding-left: 5% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr5p {
  padding-right: 5% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt5p {
  padding-top: 5% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb5p {
  padding-bottom: 5% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt5 {
  padding-top: 5px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb5 {
  padding-bottom: 5px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl5 {
  padding-left: 5px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr5 {
  padding-right: 5px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p5px {
  padding: 5px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m5p {
  margin: 5% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml5p {
  margin-left: 5% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr5p {
  margin-right: 5% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt5p {
  margin-top: 5% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb5p {
  margin-bottom: 5% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt5 {
  margin-top: 5px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb5 {
  margin-bottom: 5px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml5 {
  margin-left: 5px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr5 {
  margin-right: 5px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p6p {
  padding: 6% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl6p {
  padding-left: 6% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr6p {
  padding-right: 6% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt6p {
  padding-top: 6% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb6p {
  padding-bottom: 6% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt6 {
  padding-top: 6px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb6 {
  padding-bottom: 6px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl6 {
  padding-left: 6px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr6 {
  padding-right: 6px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p6px {
  padding: 6px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m6p {
  margin: 6% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml6p {
  margin-left: 6% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr6p {
  margin-right: 6% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt6p {
  margin-top: 6% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb6p {
  margin-bottom: 6% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt6 {
  margin-top: 6px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb6 {
  margin-bottom: 6px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml6 {
  margin-left: 6px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr6 {
  margin-right: 6px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p7p {
  padding: 7% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl7p {
  padding-left: 7% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr7p {
  padding-right: 7% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt7p {
  padding-top: 7% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb7p {
  padding-bottom: 7% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt7 {
  padding-top: 7px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb7 {
  padding-bottom: 7px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl7 {
  padding-left: 7px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr7 {
  padding-right: 7px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p7px {
  padding: 7px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m7p {
  margin: 7% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml7p {
  margin-left: 7% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr7p {
  margin-right: 7% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt7p {
  margin-top: 7% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb7p {
  margin-bottom: 7% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt7 {
  margin-top: 7px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb7 {
  margin-bottom: 7px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml7 {
  margin-left: 7px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr7 {
  margin-right: 7px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p8p {
  padding: 8% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl8p {
  padding-left: 8% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr8p {
  padding-right: 8% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt8p {
  padding-top: 8% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb8p {
  padding-bottom: 8% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt8 {
  padding-top: 8px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb8 {
  padding-bottom: 8px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl8 {
  padding-left: 8px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr8 {
  padding-right: 8px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p8px {
  padding: 8px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m8p {
  margin: 8% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml8p {
  margin-left: 8% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr8p {
  margin-right: 8% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt8p {
  margin-top: 8% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb8p {
  margin-bottom: 8% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt8 {
  margin-top: 8px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb8 {
  margin-bottom: 8px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml8 {
  margin-left: 8px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr8 {
  margin-right: 8px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p9p {
  padding: 9% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl9p {
  padding-left: 9% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr9p {
  padding-right: 9% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt9p {
  padding-top: 9% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb9p {
  padding-bottom: 9% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt9 {
  padding-top: 9px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb9 {
  padding-bottom: 9px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl9 {
  padding-left: 9px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr9 {
  padding-right: 9px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p9px {
  padding: 9px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m9p {
  margin: 9% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml9p {
  margin-left: 9% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr9p {
  margin-right: 9% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt9p {
  margin-top: 9% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb9p {
  margin-bottom: 9% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt9 {
  margin-top: 9px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb9 {
  margin-bottom: 9px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml9 {
  margin-left: 9px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr9 {
  margin-right: 9px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p10p {
  padding: 10% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl10p {
  padding-left: 10% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr10p {
  padding-right: 10% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt10p {
  padding-top: 10% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb10p {
  padding-bottom: 10% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt10 {
  padding-top: 10px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb10 {
  padding-bottom: 10px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl10 {
  padding-left: 10px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr10 {
  padding-right: 10px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p10px {
  padding: 10px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m10p {
  margin: 10% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml10p {
  margin-left: 10% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr10p {
  margin-right: 10% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt10p {
  margin-top: 10% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb10p {
  margin-bottom: 10% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt10 {
  margin-top: 10px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb10 {
  margin-bottom: 10px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml10 {
  margin-left: 10px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr10 {
  margin-right: 10px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p11p {
  padding: 11% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl11p {
  padding-left: 11% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr11p {
  padding-right: 11% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt11p {
  padding-top: 11% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb11p {
  padding-bottom: 11% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt11 {
  padding-top: 11px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb11 {
  padding-bottom: 11px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl11 {
  padding-left: 11px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr11 {
  padding-right: 11px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p11px {
  padding: 11px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m11p {
  margin: 11% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml11p {
  margin-left: 11% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr11p {
  margin-right: 11% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt11p {
  margin-top: 11% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb11p {
  margin-bottom: 11% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt11 {
  margin-top: 11px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb11 {
  margin-bottom: 11px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml11 {
  margin-left: 11px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr11 {
  margin-right: 11px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p12p {
  padding: 12% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl12p {
  padding-left: 12% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr12p {
  padding-right: 12% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt12p {
  padding-top: 12% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb12p {
  padding-bottom: 12% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt12 {
  padding-top: 12px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb12 {
  padding-bottom: 12px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl12 {
  padding-left: 12px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr12 {
  padding-right: 12px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p12px {
  padding: 12px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m12p {
  margin: 12% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml12p {
  margin-left: 12% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr12p {
  margin-right: 12% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt12p {
  margin-top: 12% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb12p {
  margin-bottom: 12% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt12 {
  margin-top: 12px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb12 {
  margin-bottom: 12px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml12 {
  margin-left: 12px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr12 {
  margin-right: 12px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p13p {
  padding: 13% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl13p {
  padding-left: 13% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr13p {
  padding-right: 13% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt13p {
  padding-top: 13% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb13p {
  padding-bottom: 13% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt13 {
  padding-top: 13px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb13 {
  padding-bottom: 13px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl13 {
  padding-left: 13px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr13 {
  padding-right: 13px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p13px {
  padding: 13px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m13p {
  margin: 13% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml13p {
  margin-left: 13% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr13p {
  margin-right: 13% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt13p {
  margin-top: 13% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb13p {
  margin-bottom: 13% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt13 {
  margin-top: 13px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb13 {
  margin-bottom: 13px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml13 {
  margin-left: 13px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr13 {
  margin-right: 13px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p14p {
  padding: 14% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl14p {
  padding-left: 14% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr14p {
  padding-right: 14% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt14p {
  padding-top: 14% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb14p {
  padding-bottom: 14% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt14 {
  padding-top: 14px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb14 {
  padding-bottom: 14px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl14 {
  padding-left: 14px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr14 {
  padding-right: 14px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p14px {
  padding: 14px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m14p {
  margin: 14% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml14p {
  margin-left: 14% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr14p {
  margin-right: 14% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt14p {
  margin-top: 14% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb14p {
  margin-bottom: 14% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt14 {
  margin-top: 14px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb14 {
  margin-bottom: 14px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml14 {
  margin-left: 14px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr14 {
  margin-right: 14px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p15p {
  padding: 15% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl15p {
  padding-left: 15% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr15p {
  padding-right: 15% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt15p {
  padding-top: 15% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb15p {
  padding-bottom: 15% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt15 {
  padding-top: 15px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb15 {
  padding-bottom: 15px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl15 {
  padding-left: 15px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr15 {
  padding-right: 15px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p15px {
  padding: 15px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m15p {
  margin: 15% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml15p {
  margin-left: 15% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr15p {
  margin-right: 15% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt15p {
  margin-top: 15% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb15p {
  margin-bottom: 15% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt15 {
  margin-top: 15px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb15 {
  margin-bottom: 15px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml15 {
  margin-left: 15px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr15 {
  margin-right: 15px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p16p {
  padding: 16% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl16p {
  padding-left: 16% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr16p {
  padding-right: 16% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt16p {
  padding-top: 16% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb16p {
  padding-bottom: 16% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt16 {
  padding-top: 16px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb16 {
  padding-bottom: 16px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl16 {
  padding-left: 16px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr16 {
  padding-right: 16px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p16px {
  padding: 16px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m16p {
  margin: 16% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml16p {
  margin-left: 16% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr16p {
  margin-right: 16% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt16p {
  margin-top: 16% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb16p {
  margin-bottom: 16% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt16 {
  margin-top: 16px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb16 {
  margin-bottom: 16px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml16 {
  margin-left: 16px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr16 {
  margin-right: 16px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p17p {
  padding: 17% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl17p {
  padding-left: 17% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr17p {
  padding-right: 17% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt17p {
  padding-top: 17% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb17p {
  padding-bottom: 17% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt17 {
  padding-top: 17px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb17 {
  padding-bottom: 17px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl17 {
  padding-left: 17px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr17 {
  padding-right: 17px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p17px {
  padding: 17px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m17p {
  margin: 17% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml17p {
  margin-left: 17% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr17p {
  margin-right: 17% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt17p {
  margin-top: 17% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb17p {
  margin-bottom: 17% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt17 {
  margin-top: 17px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb17 {
  margin-bottom: 17px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml17 {
  margin-left: 17px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr17 {
  margin-right: 17px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p18p {
  padding: 18% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl18p {
  padding-left: 18% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr18p {
  padding-right: 18% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt18p {
  padding-top: 18% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb18p {
  padding-bottom: 18% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt18 {
  padding-top: 18px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb18 {
  padding-bottom: 18px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl18 {
  padding-left: 18px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr18 {
  padding-right: 18px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p18px {
  padding: 18px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m18p {
  margin: 18% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml18p {
  margin-left: 18% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr18p {
  margin-right: 18% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt18p {
  margin-top: 18% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb18p {
  margin-bottom: 18% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt18 {
  margin-top: 18px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb18 {
  margin-bottom: 18px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml18 {
  margin-left: 18px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr18 {
  margin-right: 18px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p19p {
  padding: 19% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl19p {
  padding-left: 19% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr19p {
  padding-right: 19% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt19p {
  padding-top: 19% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb19p {
  padding-bottom: 19% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt19 {
  padding-top: 19px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb19 {
  padding-bottom: 19px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl19 {
  padding-left: 19px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr19 {
  padding-right: 19px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p19px {
  padding: 19px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m19p {
  margin: 19% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml19p {
  margin-left: 19% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr19p {
  margin-right: 19% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt19p {
  margin-top: 19% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb19p {
  margin-bottom: 19% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt19 {
  margin-top: 19px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb19 {
  margin-bottom: 19px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml19 {
  margin-left: 19px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr19 {
  margin-right: 19px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p20p {
  padding: 20% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl20p {
  padding-left: 20% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr20p {
  padding-right: 20% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt20p {
  padding-top: 20% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb20p {
  padding-bottom: 20% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt20 {
  padding-top: 20px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb20 {
  padding-bottom: 20px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl20 {
  padding-left: 20px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr20 {
  padding-right: 20px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p20px {
  padding: 20px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m20p {
  margin: 20% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml20p {
  margin-left: 20% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr20p {
  margin-right: 20% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt20p {
  margin-top: 20% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb20p {
  margin-bottom: 20% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt20 {
  margin-top: 20px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb20 {
  margin-bottom: 20px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml20 {
  margin-left: 20px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr20 {
  margin-right: 20px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p21p {
  padding: 21% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl21p {
  padding-left: 21% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr21p {
  padding-right: 21% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt21p {
  padding-top: 21% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb21p {
  padding-bottom: 21% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt21 {
  padding-top: 21px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb21 {
  padding-bottom: 21px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl21 {
  padding-left: 21px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr21 {
  padding-right: 21px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p21px {
  padding: 21px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m21p {
  margin: 21% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml21p {
  margin-left: 21% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr21p {
  margin-right: 21% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt21p {
  margin-top: 21% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb21p {
  margin-bottom: 21% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt21 {
  margin-top: 21px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb21 {
  margin-bottom: 21px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml21 {
  margin-left: 21px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr21 {
  margin-right: 21px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p22p {
  padding: 22% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl22p {
  padding-left: 22% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr22p {
  padding-right: 22% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt22p {
  padding-top: 22% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb22p {
  padding-bottom: 22% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt22 {
  padding-top: 22px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb22 {
  padding-bottom: 22px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl22 {
  padding-left: 22px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr22 {
  padding-right: 22px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p22px {
  padding: 22px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m22p {
  margin: 22% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml22p {
  margin-left: 22% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr22p {
  margin-right: 22% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt22p {
  margin-top: 22% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb22p {
  margin-bottom: 22% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt22 {
  margin-top: 22px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb22 {
  margin-bottom: 22px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml22 {
  margin-left: 22px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr22 {
  margin-right: 22px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p23p {
  padding: 23% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl23p {
  padding-left: 23% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr23p {
  padding-right: 23% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt23p {
  padding-top: 23% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb23p {
  padding-bottom: 23% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt23 {
  padding-top: 23px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb23 {
  padding-bottom: 23px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl23 {
  padding-left: 23px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr23 {
  padding-right: 23px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p23px {
  padding: 23px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m23p {
  margin: 23% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml23p {
  margin-left: 23% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr23p {
  margin-right: 23% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt23p {
  margin-top: 23% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb23p {
  margin-bottom: 23% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt23 {
  margin-top: 23px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb23 {
  margin-bottom: 23px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml23 {
  margin-left: 23px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr23 {
  margin-right: 23px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p24p {
  padding: 24% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl24p {
  padding-left: 24% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr24p {
  padding-right: 24% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt24p {
  padding-top: 24% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb24p {
  padding-bottom: 24% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt24 {
  padding-top: 24px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb24 {
  padding-bottom: 24px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl24 {
  padding-left: 24px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr24 {
  padding-right: 24px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p24px {
  padding: 24px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m24p {
  margin: 24% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml24p {
  margin-left: 24% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr24p {
  margin-right: 24% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt24p {
  margin-top: 24% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb24p {
  margin-bottom: 24% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt24 {
  margin-top: 24px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb24 {
  margin-bottom: 24px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml24 {
  margin-left: 24px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr24 {
  margin-right: 24px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p25p {
  padding: 25% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl25p {
  padding-left: 25% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr25p {
  padding-right: 25% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt25p {
  padding-top: 25% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb25p {
  padding-bottom: 25% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt25 {
  padding-top: 25px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb25 {
  padding-bottom: 25px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl25 {
  padding-left: 25px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr25 {
  padding-right: 25px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p25px {
  padding: 25px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m25p {
  margin: 25% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml25p {
  margin-left: 25% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr25p {
  margin-right: 25% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt25p {
  margin-top: 25% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb25p {
  margin-bottom: 25% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt25 {
  margin-top: 25px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb25 {
  margin-bottom: 25px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml25 {
  margin-left: 25px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr25 {
  margin-right: 25px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p26p {
  padding: 26% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl26p {
  padding-left: 26% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr26p {
  padding-right: 26% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt26p {
  padding-top: 26% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb26p {
  padding-bottom: 26% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt26 {
  padding-top: 26px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb26 {
  padding-bottom: 26px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl26 {
  padding-left: 26px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr26 {
  padding-right: 26px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p26px {
  padding: 26px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m26p {
  margin: 26% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml26p {
  margin-left: 26% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr26p {
  margin-right: 26% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt26p {
  margin-top: 26% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb26p {
  margin-bottom: 26% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt26 {
  margin-top: 26px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb26 {
  margin-bottom: 26px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml26 {
  margin-left: 26px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr26 {
  margin-right: 26px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p27p {
  padding: 27% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl27p {
  padding-left: 27% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr27p {
  padding-right: 27% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt27p {
  padding-top: 27% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb27p {
  padding-bottom: 27% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt27 {
  padding-top: 27px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb27 {
  padding-bottom: 27px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl27 {
  padding-left: 27px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr27 {
  padding-right: 27px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p27px {
  padding: 27px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m27p {
  margin: 27% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml27p {
  margin-left: 27% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr27p {
  margin-right: 27% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt27p {
  margin-top: 27% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb27p {
  margin-bottom: 27% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt27 {
  margin-top: 27px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb27 {
  margin-bottom: 27px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml27 {
  margin-left: 27px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr27 {
  margin-right: 27px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p28p {
  padding: 28% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl28p {
  padding-left: 28% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr28p {
  padding-right: 28% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt28p {
  padding-top: 28% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb28p {
  padding-bottom: 28% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt28 {
  padding-top: 28px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb28 {
  padding-bottom: 28px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl28 {
  padding-left: 28px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr28 {
  padding-right: 28px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p28px {
  padding: 28px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m28p {
  margin: 28% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml28p {
  margin-left: 28% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr28p {
  margin-right: 28% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt28p {
  margin-top: 28% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb28p {
  margin-bottom: 28% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt28 {
  margin-top: 28px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb28 {
  margin-bottom: 28px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml28 {
  margin-left: 28px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr28 {
  margin-right: 28px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p29p {
  padding: 29% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl29p {
  padding-left: 29% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr29p {
  padding-right: 29% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt29p {
  padding-top: 29% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb29p {
  padding-bottom: 29% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt29 {
  padding-top: 29px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb29 {
  padding-bottom: 29px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl29 {
  padding-left: 29px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr29 {
  padding-right: 29px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p29px {
  padding: 29px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m29p {
  margin: 29% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml29p {
  margin-left: 29% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr29p {
  margin-right: 29% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt29p {
  margin-top: 29% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb29p {
  margin-bottom: 29% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt29 {
  margin-top: 29px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb29 {
  margin-bottom: 29px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml29 {
  margin-left: 29px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr29 {
  margin-right: 29px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p30p {
  padding: 30% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl30p {
  padding-left: 30% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr30p {
  padding-right: 30% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt30p {
  padding-top: 30% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb30p {
  padding-bottom: 30% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt30 {
  padding-top: 30px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb30 {
  padding-bottom: 30px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl30 {
  padding-left: 30px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr30 {
  padding-right: 30px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p30px {
  padding: 30px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m30p {
  margin: 30% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml30p {
  margin-left: 30% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr30p {
  margin-right: 30% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt30p {
  margin-top: 30% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb30p {
  margin-bottom: 30% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt30 {
  margin-top: 30px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb30 {
  margin-bottom: 30px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml30 {
  margin-left: 30px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr30 {
  margin-right: 30px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p31p {
  padding: 31% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl31p {
  padding-left: 31% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr31p {
  padding-right: 31% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt31p {
  padding-top: 31% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb31p {
  padding-bottom: 31% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt31 {
  padding-top: 31px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb31 {
  padding-bottom: 31px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl31 {
  padding-left: 31px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr31 {
  padding-right: 31px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p31px {
  padding: 31px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m31p {
  margin: 31% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml31p {
  margin-left: 31% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr31p {
  margin-right: 31% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt31p {
  margin-top: 31% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb31p {
  margin-bottom: 31% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt31 {
  margin-top: 31px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb31 {
  margin-bottom: 31px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml31 {
  margin-left: 31px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr31 {
  margin-right: 31px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p32p {
  padding: 32% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl32p {
  padding-left: 32% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr32p {
  padding-right: 32% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt32p {
  padding-top: 32% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb32p {
  padding-bottom: 32% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt32 {
  padding-top: 32px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb32 {
  padding-bottom: 32px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl32 {
  padding-left: 32px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr32 {
  padding-right: 32px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p32px {
  padding: 32px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m32p {
  margin: 32% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml32p {
  margin-left: 32% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr32p {
  margin-right: 32% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt32p {
  margin-top: 32% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb32p {
  margin-bottom: 32% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt32 {
  margin-top: 32px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb32 {
  margin-bottom: 32px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml32 {
  margin-left: 32px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr32 {
  margin-right: 32px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p33p {
  padding: 33% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl33p {
  padding-left: 33% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr33p {
  padding-right: 33% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt33p {
  padding-top: 33% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb33p {
  padding-bottom: 33% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt33 {
  padding-top: 33px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb33 {
  padding-bottom: 33px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl33 {
  padding-left: 33px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr33 {
  padding-right: 33px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p33px {
  padding: 33px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m33p {
  margin: 33% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml33p {
  margin-left: 33% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr33p {
  margin-right: 33% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt33p {
  margin-top: 33% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb33p {
  margin-bottom: 33% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt33 {
  margin-top: 33px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb33 {
  margin-bottom: 33px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml33 {
  margin-left: 33px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr33 {
  margin-right: 33px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p34p {
  padding: 34% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl34p {
  padding-left: 34% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr34p {
  padding-right: 34% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt34p {
  padding-top: 34% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb34p {
  padding-bottom: 34% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt34 {
  padding-top: 34px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb34 {
  padding-bottom: 34px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl34 {
  padding-left: 34px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr34 {
  padding-right: 34px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p34px {
  padding: 34px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m34p {
  margin: 34% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml34p {
  margin-left: 34% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr34p {
  margin-right: 34% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt34p {
  margin-top: 34% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb34p {
  margin-bottom: 34% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt34 {
  margin-top: 34px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb34 {
  margin-bottom: 34px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml34 {
  margin-left: 34px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr34 {
  margin-right: 34px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p35p {
  padding: 35% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl35p {
  padding-left: 35% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr35p {
  padding-right: 35% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt35p {
  padding-top: 35% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb35p {
  padding-bottom: 35% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt35 {
  padding-top: 35px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb35 {
  padding-bottom: 35px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl35 {
  padding-left: 35px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr35 {
  padding-right: 35px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p35px {
  padding: 35px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m35p {
  margin: 35% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml35p {
  margin-left: 35% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr35p {
  margin-right: 35% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt35p {
  margin-top: 35% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb35p {
  margin-bottom: 35% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt35 {
  margin-top: 35px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb35 {
  margin-bottom: 35px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml35 {
  margin-left: 35px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr35 {
  margin-right: 35px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p36p {
  padding: 36% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl36p {
  padding-left: 36% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr36p {
  padding-right: 36% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt36p {
  padding-top: 36% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb36p {
  padding-bottom: 36% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt36 {
  padding-top: 36px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb36 {
  padding-bottom: 36px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl36 {
  padding-left: 36px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr36 {
  padding-right: 36px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p36px {
  padding: 36px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m36p {
  margin: 36% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml36p {
  margin-left: 36% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr36p {
  margin-right: 36% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt36p {
  margin-top: 36% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb36p {
  margin-bottom: 36% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt36 {
  margin-top: 36px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb36 {
  margin-bottom: 36px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml36 {
  margin-left: 36px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr36 {
  margin-right: 36px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p37p {
  padding: 37% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl37p {
  padding-left: 37% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr37p {
  padding-right: 37% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt37p {
  padding-top: 37% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb37p {
  padding-bottom: 37% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt37 {
  padding-top: 37px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb37 {
  padding-bottom: 37px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl37 {
  padding-left: 37px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr37 {
  padding-right: 37px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p37px {
  padding: 37px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m37p {
  margin: 37% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml37p {
  margin-left: 37% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr37p {
  margin-right: 37% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt37p {
  margin-top: 37% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb37p {
  margin-bottom: 37% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt37 {
  margin-top: 37px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb37 {
  margin-bottom: 37px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml37 {
  margin-left: 37px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr37 {
  margin-right: 37px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p38p {
  padding: 38% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl38p {
  padding-left: 38% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr38p {
  padding-right: 38% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt38p {
  padding-top: 38% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb38p {
  padding-bottom: 38% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt38 {
  padding-top: 38px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb38 {
  padding-bottom: 38px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl38 {
  padding-left: 38px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr38 {
  padding-right: 38px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p38px {
  padding: 38px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m38p {
  margin: 38% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml38p {
  margin-left: 38% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr38p {
  margin-right: 38% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt38p {
  margin-top: 38% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb38p {
  margin-bottom: 38% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt38 {
  margin-top: 38px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb38 {
  margin-bottom: 38px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml38 {
  margin-left: 38px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr38 {
  margin-right: 38px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p39p {
  padding: 39% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl39p {
  padding-left: 39% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr39p {
  padding-right: 39% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt39p {
  padding-top: 39% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb39p {
  padding-bottom: 39% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt39 {
  padding-top: 39px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb39 {
  padding-bottom: 39px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl39 {
  padding-left: 39px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr39 {
  padding-right: 39px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p39px {
  padding: 39px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m39p {
  margin: 39% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml39p {
  margin-left: 39% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr39p {
  margin-right: 39% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt39p {
  margin-top: 39% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb39p {
  margin-bottom: 39% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt39 {
  margin-top: 39px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb39 {
  margin-bottom: 39px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml39 {
  margin-left: 39px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr39 {
  margin-right: 39px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p40p {
  padding: 40% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl40p {
  padding-left: 40% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr40p {
  padding-right: 40% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt40p {
  padding-top: 40% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb40p {
  padding-bottom: 40% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt40 {
  padding-top: 40px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb40 {
  padding-bottom: 40px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl40 {
  padding-left: 40px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr40 {
  padding-right: 40px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p40px {
  padding: 40px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m40p {
  margin: 40% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml40p {
  margin-left: 40% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr40p {
  margin-right: 40% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt40p {
  margin-top: 40% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb40p {
  margin-bottom: 40% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt40 {
  margin-top: 40px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb40 {
  margin-bottom: 40px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml40 {
  margin-left: 40px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr40 {
  margin-right: 40px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p41p {
  padding: 41% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl41p {
  padding-left: 41% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr41p {
  padding-right: 41% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt41p {
  padding-top: 41% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb41p {
  padding-bottom: 41% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt41 {
  padding-top: 41px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb41 {
  padding-bottom: 41px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl41 {
  padding-left: 41px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr41 {
  padding-right: 41px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p41px {
  padding: 41px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m41p {
  margin: 41% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml41p {
  margin-left: 41% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr41p {
  margin-right: 41% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt41p {
  margin-top: 41% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb41p {
  margin-bottom: 41% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt41 {
  margin-top: 41px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb41 {
  margin-bottom: 41px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml41 {
  margin-left: 41px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr41 {
  margin-right: 41px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p42p {
  padding: 42% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl42p {
  padding-left: 42% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr42p {
  padding-right: 42% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt42p {
  padding-top: 42% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb42p {
  padding-bottom: 42% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt42 {
  padding-top: 42px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb42 {
  padding-bottom: 42px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl42 {
  padding-left: 42px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr42 {
  padding-right: 42px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p42px {
  padding: 42px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m42p {
  margin: 42% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml42p {
  margin-left: 42% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr42p {
  margin-right: 42% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt42p {
  margin-top: 42% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb42p {
  margin-bottom: 42% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt42 {
  margin-top: 42px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb42 {
  margin-bottom: 42px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml42 {
  margin-left: 42px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr42 {
  margin-right: 42px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p43p {
  padding: 43% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl43p {
  padding-left: 43% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr43p {
  padding-right: 43% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt43p {
  padding-top: 43% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb43p {
  padding-bottom: 43% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt43 {
  padding-top: 43px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb43 {
  padding-bottom: 43px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl43 {
  padding-left: 43px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr43 {
  padding-right: 43px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p43px {
  padding: 43px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m43p {
  margin: 43% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml43p {
  margin-left: 43% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr43p {
  margin-right: 43% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt43p {
  margin-top: 43% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb43p {
  margin-bottom: 43% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt43 {
  margin-top: 43px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb43 {
  margin-bottom: 43px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml43 {
  margin-left: 43px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr43 {
  margin-right: 43px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p44p {
  padding: 44% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl44p {
  padding-left: 44% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr44p {
  padding-right: 44% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt44p {
  padding-top: 44% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb44p {
  padding-bottom: 44% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt44 {
  padding-top: 44px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb44 {
  padding-bottom: 44px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl44 {
  padding-left: 44px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr44 {
  padding-right: 44px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p44px {
  padding: 44px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m44p {
  margin: 44% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml44p {
  margin-left: 44% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr44p {
  margin-right: 44% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt44p {
  margin-top: 44% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb44p {
  margin-bottom: 44% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt44 {
  margin-top: 44px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb44 {
  margin-bottom: 44px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml44 {
  margin-left: 44px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr44 {
  margin-right: 44px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p45p {
  padding: 45% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl45p {
  padding-left: 45% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr45p {
  padding-right: 45% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt45p {
  padding-top: 45% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb45p {
  padding-bottom: 45% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt45 {
  padding-top: 45px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb45 {
  padding-bottom: 45px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl45 {
  padding-left: 45px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr45 {
  padding-right: 45px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p45px {
  padding: 45px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m45p {
  margin: 45% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml45p {
  margin-left: 45% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr45p {
  margin-right: 45% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt45p {
  margin-top: 45% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb45p {
  margin-bottom: 45% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt45 {
  margin-top: 45px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb45 {
  margin-bottom: 45px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml45 {
  margin-left: 45px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr45 {
  margin-right: 45px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p46p {
  padding: 46% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl46p {
  padding-left: 46% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr46p {
  padding-right: 46% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt46p {
  padding-top: 46% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb46p {
  padding-bottom: 46% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt46 {
  padding-top: 46px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb46 {
  padding-bottom: 46px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl46 {
  padding-left: 46px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr46 {
  padding-right: 46px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p46px {
  padding: 46px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m46p {
  margin: 46% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml46p {
  margin-left: 46% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr46p {
  margin-right: 46% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt46p {
  margin-top: 46% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb46p {
  margin-bottom: 46% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt46 {
  margin-top: 46px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb46 {
  margin-bottom: 46px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml46 {
  margin-left: 46px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr46 {
  margin-right: 46px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p47p {
  padding: 47% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl47p {
  padding-left: 47% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr47p {
  padding-right: 47% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt47p {
  padding-top: 47% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb47p {
  padding-bottom: 47% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt47 {
  padding-top: 47px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb47 {
  padding-bottom: 47px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl47 {
  padding-left: 47px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr47 {
  padding-right: 47px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p47px {
  padding: 47px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m47p {
  margin: 47% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml47p {
  margin-left: 47% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr47p {
  margin-right: 47% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt47p {
  margin-top: 47% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb47p {
  margin-bottom: 47% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt47 {
  margin-top: 47px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb47 {
  margin-bottom: 47px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml47 {
  margin-left: 47px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr47 {
  margin-right: 47px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p48p {
  padding: 48% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl48p {
  padding-left: 48% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr48p {
  padding-right: 48% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt48p {
  padding-top: 48% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb48p {
  padding-bottom: 48% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt48 {
  padding-top: 48px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb48 {
  padding-bottom: 48px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl48 {
  padding-left: 48px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr48 {
  padding-right: 48px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p48px {
  padding: 48px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m48p {
  margin: 48% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml48p {
  margin-left: 48% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr48p {
  margin-right: 48% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt48p {
  margin-top: 48% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb48p {
  margin-bottom: 48% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt48 {
  margin-top: 48px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb48 {
  margin-bottom: 48px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml48 {
  margin-left: 48px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr48 {
  margin-right: 48px !important; }
/* line 159, ew-inc/css/partials/_config.scss */
.p49p {
  padding: 49% !important; }
/* line 162, ew-inc/css/partials/_config.scss */
.pl49p {
  padding-left: 49% !important; }
/* line 165, ew-inc/css/partials/_config.scss */
.pr49p {
  padding-right: 49% !important; }
/* line 168, ew-inc/css/partials/_config.scss */
.pt49p {
  padding-top: 49% !important; }
/* line 171, ew-inc/css/partials/_config.scss */
.pb49p {
  padding-bottom: 49% !important; }
/* line 174, ew-inc/css/partials/_config.scss */
.pt49 {
  padding-top: 49px !important; }
/* line 177, ew-inc/css/partials/_config.scss */
.pb49 {
  padding-bottom: 49px !important; }
/* line 180, ew-inc/css/partials/_config.scss */
.pl49 {
  padding-left: 49px !important; }
/* line 183, ew-inc/css/partials/_config.scss */
.pr49 {
  padding-right: 49px !important; }
/* line 186, ew-inc/css/partials/_config.scss */
.p49px {
  padding: 49px !important; }
/* line 190, ew-inc/css/partials/_config.scss */
m49p {
  margin: 49% !important; }
/* line 193, ew-inc/css/partials/_config.scss */
.ml49p {
  margin-left: 49% !important; }
/* line 196, ew-inc/css/partials/_config.scss */
.mr49p {
  margin-right: 49% !important; }
/* line 199, ew-inc/css/partials/_config.scss */
.mt49p {
  margin-top: 49% !important; }
/* line 202, ew-inc/css/partials/_config.scss */
.mb49p {
  margin-bottom: 49% !important; }
/* line 205, ew-inc/css/partials/_config.scss */
.mt49 {
  margin-top: 49px !important; }
/* line 208, ew-inc/css/partials/_config.scss */
.mb49 {
  margin-bottom: 49px !important; }
/* line 211, ew-inc/css/partials/_config.scss */
.ml49 {
  margin-left: 49px !important; }
/* line 214, ew-inc/css/partials/_config.scss */
.mr49 {
  margin-right: 49px !important; }
/* line 219, ew-inc/css/partials/_config.scss */
.row-5px {
  margin-left: -5px !important;
  margin-right: -5px !important; }
/* line 224, ew-inc/css/partials/_config.scss */
.rowl {
  margin-left: -15px !important; }
/* line 228, ew-inc/css/partials/_config.scss */
.h100 {
  height: 100% !important; }
/* line 232, ew-inc/css/partials/_config.scss */
.w100 {
  width: 100% !important; }
/* line 236, ew-inc/css/partials/_config.scss */
.wtxt {
  color: #fff !important; }
/* line 240, ew-inc/css/partials/_config.scss */
.utxt {
  text-transform: uppercase !important; }
/* line 244, ew-inc/css/partials/_config.scss */
.ltxt {
  text-align: left !important; }
/* line 248, ew-inc/css/partials/_config.scss */
.ctxt {
  text-align: center !important; }
/* line 252, ew-inc/css/partials/_config.scss */
.rtxt {
  text-align: right !important; }
/* line 256, ew-inc/css/partials/_config.scss */
.valign-wrapper {
  display: table; }
/* line 258, ew-inc/css/partials/_config.scss */
.valign-wrapper .valign-el {
  display: table-cell;
  vertical-align: middle; }
/* line 264, ew-inc/css/partials/_config.scss */
.cblock {
  display: block;
  margin: 0 auto; }
/* line 269, ew-inc/css/partials/_config.scss */
.wbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 276, ew-inc/css/partials/_config.scss */
.wbg.fadeIn {
  visibility: visible;
  opacity: 1; }
/* line 284, ew-inc/css/partials/_config.scss */
.b1p {
  border: 1px solid #ccc; }
/* line 288, ew-inc/css/partials/_config.scss */
.bb1p {
  border-bottom: 1px solid #ccc; }
/* line 292, ew-inc/css/partials/_config.scss */
.bt1p {
  border-top: 1px solid #ccc; }
/* line 296, ew-inc/css/partials/_config.scss */
.bl1p {
  border-left: 1px solid #ccc; }
/* line 300, ew-inc/css/partials/_config.scss */
.br1p {
  border-right: 1px solid #ccc; }
/* line 304, ew-inc/css/partials/_config.scss */
.bt3pw {
  border-top: 3px solid #fff; }
/* line 309, ew-inc/css/partials/_config.scss */
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
/* line 316, ew-inc/css/partials/_config.scss */
0%, 20%, 50%, 80%, 100% {
  -webkit-transform: translateY(0); }
/* line 317, ew-inc/css/partials/_config.scss */
40% {
  -webkit-transform: translateY(-20px); }
/* line 318, ew-inc/css/partials/_config.scss */
60% {
  -webkit-transform: translateY(-5px); } }

@-moz-keyframes bounce {
/* line 321, ew-inc/css/partials/_config.scss */
0%, 20%, 50%, 80%, 100% {
  -moz-transform: translateY(0); }
/* line 322, ew-inc/css/partials/_config.scss */
40% {
  -moz-transform: translateY(-20px); }
/* line 323, ew-inc/css/partials/_config.scss */
60% {
  -moz-transform: translateY(-5px); } }

@-o-keyframes bounce {
/* line 326, ew-inc/css/partials/_config.scss */
0%, 20%, 50%, 80%, 100% {
  -o-transform: translateY(0); }
/* line 327, ew-inc/css/partials/_config.scss */
40% {
  -o-transform: translateY(-20px); }
/* line 328, ew-inc/css/partials/_config.scss */
60% {
  -o-transform: translateY(-5px); } }

@keyframes bounce {
/* line 331, ew-inc/css/partials/_config.scss */
0%, 20%, 50%, 80%, 100% {
  transform: translateY(0); }
/* line 332, ew-inc/css/partials/_config.scss */
40% {
  transform: translateY(-20px); }
/* line 333, ew-inc/css/partials/_config.scss */
60% {
  transform: translateY(-5px); } }
/* line 337, ew-inc/css/partials/_config.scss */
.testo_verde_privati, .testo_verde {
  color: #48b186 !important; }
/* vendor */
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn, .btn-group, .btn-group-vertical, .caret, .checkbox-inline, .radio-inline, img {
  vertical-align: middle; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
hr, img {
  border: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
body, figure {
  margin: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group > .btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu {
  float: left; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
  max-height: 340px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
audio:not([controls]) {
  display: none;
  height: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
[hidden], template {
  display: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a {
  background-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a:active, a:hover {
  outline: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
b, optgroup, strong {
  font-weight: 700; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
dfn {
  font-style: italic; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
h1 {
  margin: 0.67em 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
mark {
  color: #000;
  background: #ff0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
sup {
  top: -0.5em; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
sub {
  bottom: -0.25em; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
svg:not(:root) {
  overflow: hidden; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
*, :after, :before, input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
pre, textarea {
  overflow: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
code, kbd, pre, samp {
  font-size: 1em; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon, address {
  font-style: normal; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
button {
  overflow: visible; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
button, select {
  text-transform: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
button[disabled], html input[disabled] {
  cursor: default; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
table {
  border-spacing: 0;
  border-collapse: collapse; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
td, th {
  padding: 0; }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
blockquote, img, pre, tr {
  page-break-inside: avoid; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
*, :after, :before {
  color: #000 !important;
  text-shadow: none !important;
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a, a:visited {
  text-decoration: underline; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a[href]:after {
  content: " (" attr(href) ")"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
abbr[title]:after {
  content: " (" attr(title) ")"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a[href^="javascript:"]:after, a[href^="#"]:after {
  content: ""; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
blockquote, pre {
  border: 1px solid #999; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
thead {
  display: table-header-group; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
img {
  max-width: 100% !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
h2, h3, p {
  orphans: 3;
  widows: 3; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
h2, h3 {
  page-break-after: avoid; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select {
  background: #fff !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar {
  display: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn > .caret, .dropup > .btn > .caret {
  border-top-color: #000 !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label {
  border: 1px solid #000; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table {
  border-collapse: collapse !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table td, .table th {
  background-color: #fff !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-bordered td, .table-bordered th {
  border: 1px solid #ddd !important; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-menu, .modal-content {
  -webkit-background-clip: padding-box; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-warning {
  background-image: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.img-thumbnail, body {
  background-color: #fff; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../../fonts/glyphicons-halflings-regular.eot);
  src: url(../../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg'); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-asterisk:before {
  content: "\2a"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-plus:before {
  content: "\2b"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-minus:before {
  content: "\2212"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-cloud:before {
  content: "\2601"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-envelope:before {
  content: "\2709"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-pencil:before {
  content: "\270f"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-glass:before {
  content: "\e001"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-music:before {
  content: "\e002"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-search:before {
  content: "\e003"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-heart:before {
  content: "\e005"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-star:before {
  content: "\e006"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-star-empty:before {
  content: "\e007"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-user:before {
  content: "\e008"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-film:before {
  content: "\e009"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-th-large:before {
  content: "\e010"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-th:before {
  content: "\e011"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-th-list:before {
  content: "\e012"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-ok:before {
  content: "\e013"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-remove:before {
  content: "\e014"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-zoom-in:before {
  content: "\e015"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-zoom-out:before {
  content: "\e016"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-off:before {
  content: "\e017"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-signal:before {
  content: "\e018"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-cog:before {
  content: "\e019"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-trash:before {
  content: "\e020"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-home:before {
  content: "\e021"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-file:before {
  content: "\e022"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-time:before {
  content: "\e023"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-road:before {
  content: "\e024"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-download-alt:before {
  content: "\e025"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-download:before {
  content: "\e026"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-upload:before {
  content: "\e027"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-inbox:before {
  content: "\e028"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-play-circle:before {
  content: "\e029"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-repeat:before {
  content: "\e030"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-refresh:before {
  content: "\e031"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-list-alt:before {
  content: "\e032"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-lock:before {
  content: "\e033"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-flag:before {
  content: "\e034"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-headphones:before {
  content: "\e035"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-volume-off:before {
  content: "\e036"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-volume-down:before {
  content: "\e037"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-volume-up:before {
  content: "\e038"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-qrcode:before {
  content: "\e039"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-barcode:before {
  content: "\e040"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-tag:before {
  content: "\e041"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-tags:before {
  content: "\e042"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-book:before {
  content: "\e043"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-bookmark:before {
  content: "\e044"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-print:before {
  content: "\e045"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-camera:before {
  content: "\e046"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-font:before {
  content: "\e047"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-bold:before {
  content: "\e048"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-italic:before {
  content: "\e049"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-text-height:before {
  content: "\e050"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-text-width:before {
  content: "\e051"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-align-left:before {
  content: "\e052"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-align-center:before {
  content: "\e053"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-align-right:before {
  content: "\e054"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-align-justify:before {
  content: "\e055"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-list:before {
  content: "\e056"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-indent-left:before {
  content: "\e057"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-indent-right:before {
  content: "\e058"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-facetime-video:before {
  content: "\e059"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-picture:before {
  content: "\e060"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-map-marker:before {
  content: "\e062"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-adjust:before {
  content: "\e063"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-tint:before {
  content: "\e064"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-edit:before {
  content: "\e065"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-share:before {
  content: "\e066"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-check:before {
  content: "\e067"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-move:before {
  content: "\e068"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-step-backward:before {
  content: "\e069"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-fast-backward:before {
  content: "\e070"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-backward:before {
  content: "\e071"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-play:before {
  content: "\e072"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-pause:before {
  content: "\e073"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-stop:before {
  content: "\e074"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-forward:before {
  content: "\e075"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-fast-forward:before {
  content: "\e076"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-step-forward:before {
  content: "\e077"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-eject:before {
  content: "\e078"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-chevron-left:before {
  content: "\e079"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-chevron-right:before {
  content: "\e080"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-plus-sign:before {
  content: "\e081"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-minus-sign:before {
  content: "\e082"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-remove-sign:before {
  content: "\e083"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-ok-sign:before {
  content: "\e084"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-question-sign:before {
  content: "\e085"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-info-sign:before {
  content: "\e086"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-screenshot:before {
  content: "\e087"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-remove-circle:before {
  content: "\e088"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-ok-circle:before {
  content: "\e089"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-ban-circle:before {
  content: "\e090"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-arrow-left:before {
  content: "\e091"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-arrow-right:before {
  content: "\e092"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-arrow-up:before {
  content: "\e093"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-arrow-down:before {
  content: "\e094"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-share-alt:before {
  content: "\e095"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-resize-full:before {
  content: "\e096"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-resize-small:before {
  content: "\e097"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-gift:before {
  content: "\e102"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-leaf:before {
  content: "\e103"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-fire:before {
  content: "\e104"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-eye-open:before {
  content: "\e105"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-eye-close:before {
  content: "\e106"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-warning-sign:before {
  content: "\e107"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-plane:before {
  content: "\e108"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-calendar:before {
  content: "\e109"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-random:before {
  content: "\e110"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-comment:before {
  content: "\e111"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-magnet:before {
  content: "\e112"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-chevron-up:before {
  content: "\e113"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-chevron-down:before {
  content: "\e114"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-retweet:before {
  content: "\e115"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-shopping-cart:before {
  content: "\e116"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-folder-close:before {
  content: "\e117"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-folder-open:before {
  content: "\e118"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-resize-vertical:before {
  content: "\e119"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-hdd:before {
  content: "\e121"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-bullhorn:before {
  content: "\e122"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-bell:before {
  content: "\e123"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-certificate:before {
  content: "\e124"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-thumbs-up:before {
  content: "\e125"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-thumbs-down:before {
  content: "\e126"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-hand-right:before {
  content: "\e127"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-hand-left:before {
  content: "\e128"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-hand-up:before {
  content: "\e129"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-hand-down:before {
  content: "\e130"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-globe:before {
  content: "\e135"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-wrench:before {
  content: "\e136"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-tasks:before {
  content: "\e137"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-filter:before {
  content: "\e138"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-briefcase:before {
  content: "\e139"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-fullscreen:before {
  content: "\e140"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-dashboard:before {
  content: "\e141"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-paperclip:before {
  content: "\e142"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-heart-empty:before {
  content: "\e143"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-link:before {
  content: "\e144"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-phone:before {
  content: "\e145"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-pushpin:before {
  content: "\e146"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-usd:before {
  content: "\e148"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-gbp:before {
  content: "\e149"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sort:before {
  content: "\e150"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sort-by-order:before {
  content: "\e153"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-unchecked:before {
  content: "\e157"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-expand:before {
  content: "\e158"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-collapse-down:before {
  content: "\e159"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-collapse-up:before {
  content: "\e160"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-log-in:before {
  content: "\e161"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-flash:before {
  content: "\e162"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-log-out:before {
  content: "\e163"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-new-window:before {
  content: "\e164"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-record:before {
  content: "\e165"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-save:before {
  content: "\e166"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-open:before {
  content: "\e167"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-saved:before {
  content: "\e168"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-import:before {
  content: "\e169"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-export:before {
  content: "\e170"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-send:before {
  content: "\e171"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-floppy-disk:before {
  content: "\e172"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-floppy-saved:before {
  content: "\e173"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-floppy-remove:before {
  content: "\e174"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-floppy-save:before {
  content: "\e175"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-floppy-open:before {
  content: "\e176"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-credit-card:before {
  content: "\e177"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-transfer:before {
  content: "\e178"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-cutlery:before {
  content: "\e179"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-header:before {
  content: "\e180"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-compressed:before {
  content: "\e181"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-earphone:before {
  content: "\e182"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-phone-alt:before {
  content: "\e183"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-tower:before {
  content: "\e184"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-stats:before {
  content: "\e185"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sd-video:before {
  content: "\e186"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-hd-video:before {
  content: "\e187"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-subtitles:before {
  content: "\e188"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sound-stereo:before {
  content: "\e189"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sound-dolby:before {
  content: "\e190"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sound-5-1:before {
  content: "\e191"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sound-6-1:before {
  content: "\e192"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sound-7-1:before {
  content: "\e193"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-copyright-mark:before {
  content: "\e194"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-registration-mark:before {
  content: "\e195"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-cloud-download:before {
  content: "\e197"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-cloud-upload:before {
  content: "\e198"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-tree-conifer:before {
  content: "\e199"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-cd:before {
  content: "\e201"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-save-file:before {
  content: "\e202"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-open-file:before {
  content: "\e203"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-level-up:before {
  content: "\e204"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-copy:before {
  content: "\e205"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-paste:before {
  content: "\e206"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-alert:before {
  content: "\e209"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-equalizer:before {
  content: "\e210"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-king:before {
  content: "\e211"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-queen:before {
  content: "\e212"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-pawn:before {
  content: "\e213"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-bishop:before {
  content: "\e214"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-knight:before {
  content: "\e215"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-baby-formula:before {
  content: "\e216"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-tent:before {
  content: "\26fa"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-blackboard:before {
  content: "\e218"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-bed:before {
  content: "\e219"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-apple:before {
  content: "\f8ff"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-erase:before {
  content: "\e221"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-hourglass:before {
  content: "\231b"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-lamp:before {
  content: "\e223"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-duplicate:before {
  content: "\e224"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-piggy-bank:before {
  content: "\e225"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-scissors:before {
  content: "\e226"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
  content: "\e227"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-jpy:before, .glyphicon-yen:before {
  content: "\00a5"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-rub:before, .glyphicon-ruble:before {
  content: "\20bd"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-scale:before {
  content: "\e230"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-ice-lolly:before {
  content: "\e231"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-education:before {
  content: "\e233"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-option-horizontal:before {
  content: "\e234"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-option-vertical:before {
  content: "\e235"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-modal-window:before {
  content: "\e237"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-oil:before {
  content: "\e238"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-grain:before {
  content: "\e239"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-sunglasses:before {
  content: "\e240"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-text-size:before {
  content: "\e241"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-text-color:before {
  content: "\e242"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-text-background:before {
  content: "\e243"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-object-align-top:before {
  content: "\e244"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-object-align-left:before {
  content: "\e247"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-object-align-right:before {
  content: "\e249"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-triangle-right:before {
  content: "\e250"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-triangle-left:before {
  content: "\e251"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-triangle-top:before {
  content: "\e253"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-console:before {
  content: "\e254"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-superscript:before {
  content: "\e255"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-subscript:before {
  content: "\e256"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-menu-left:before {
  content: "\e257"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-menu-right:before {
  content: "\e258"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-menu-down:before {
  content: "\e259"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.glyphicon-menu-up:before {
  content: "\e260"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
*, :after, :before {
  box-sizing: border-box; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a {
  color: #337ab7;
  text-decoration: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.img-rounded {
  border-radius: 6px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.img-circle {
  border-radius: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
[role=button] {
  cursor: pointer; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h1, h1 {
  font-size: 36px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h2, h2 {
  font-size: 30px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h3, h3 {
  font-size: 24px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h4, h4 {
  font-size: 18px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h5, h5 {
  font-size: 14px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.h6, h6 {
  font-size: 12px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
p {
  margin: 0 0 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
dt, kbd kbd, label {
  font-weight: 700; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
  line-height: 1.42857; }

@media (min-width: 768px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.lead {
  font-size: 21px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.small, small {
  font-size: 85%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-left {
  text-align: left; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-right {
  text-align: right; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-center {
  text-align: center; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-justify {
  text-align: justify; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-nowrap {
  white-space: nowrap; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-lowercase {
  text-transform: lowercase; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-uppercase {
  text-transform: uppercase; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-capitalize {
  text-transform: capitalize; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-muted {
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-primary {
  color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.text-primary:hover {
  color: #286090; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-success {
  color: #3c763d; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.text-success:hover {
  color: #2b542c; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-info {
  color: #31708f; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.text-info:hover {
  color: #245269; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-warning {
  color: #8a6d3b; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.text-warning:hover {
  color: #66512c; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-danger {
  color: #a94442; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.text-danger:hover {
  color: #843534; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.bg-primary:hover {
  background-color: #286090; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.bg-success {
  background-color: #dff0d8; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.bg-success:hover {
  background-color: #c1e2b3; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.bg-info {
  background-color: #d9edf7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.bg-info:hover {
  background-color: #afd9ee; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.bg-warning {
  background-color: #fcf8e3; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.bg-warning:hover {
  background-color: #f7ecb5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.bg-danger {
  background-color: #f2dede; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.bg-danger:hover {
  background-color: #e4b9b9; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
pre code, table {
  background-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
dl, ol, ul {
  margin-top: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
address, dl {
  margin-bottom: 20px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
ol, ul {
  margin-bottom: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-inline {
  margin-left: -5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
dd {
  margin-left: 0; }

@media (min-width: 768px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dl-horizontal dd {
  margin-left: 180px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.container {
  width: 750px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
legend, pre {
  display: block;
  color: #333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
code, kbd {
  padding: 2px 4px;
  font-size: 90%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
caption, th {
  text-align: left; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
pre {
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pre-scrollable {
  overflow-y: scroll; }

@media (min-width: 992px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.container {
  width: 970px; } }

@media (min-width: 1200px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.container {
  width: 1170px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.row {
  margin-right: -15px;
  margin-left: -15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-12 {
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-11 {
  width: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-10 {
  width: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-9 {
  width: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-8 {
  width: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-7 {
  width: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-6 {
  width: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-5 {
  width: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-4 {
  width: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-3 {
  width: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-2 {
  width: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-1 {
  width: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-12 {
  right: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-11 {
  right: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-10 {
  right: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-9 {
  right: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-8 {
  right: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-7 {
  right: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-6 {
  right: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-5 {
  right: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-4 {
  right: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-3 {
  right: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-2 {
  right: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-1 {
  right: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-pull-0 {
  right: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-12 {
  left: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-11 {
  left: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-10 {
  left: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-9 {
  left: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-8 {
  left: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-7 {
  left: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-6 {
  left: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-5 {
  left: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-4 {
  left: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-3 {
  left: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-2 {
  left: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-1 {
  left: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-push-0 {
  left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-12 {
  margin-left: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-9 {
  margin-left: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-6 {
  margin-left: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-3 {
  margin-left: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  float: left; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-12 {
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-11 {
  width: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-10 {
  width: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-9 {
  width: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-8 {
  width: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-7 {
  width: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-6 {
  width: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-5 {
  width: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-4 {
  width: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-3 {
  width: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-2 {
  width: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-1 {
  width: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-12 {
  right: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-11 {
  right: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-10 {
  right: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-9 {
  right: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-8 {
  right: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-7 {
  right: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-6 {
  right: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-5 {
  right: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-4 {
  right: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-3 {
  right: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-2 {
  right: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-1 {
  right: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-pull-0 {
  right: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-12 {
  left: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-11 {
  left: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-10 {
  left: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-9 {
  left: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-8 {
  left: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-7 {
  left: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-6 {
  left: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-5 {
  left: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-4 {
  left: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-3 {
  left: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-2 {
  left: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-1 {
  left: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-push-0 {
  left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-12 {
  margin-left: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-11 {
  margin-left: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-10 {
  margin-left: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-9 {
  margin-left: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-8 {
  margin-left: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-7 {
  margin-left: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-6 {
  margin-left: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-5 {
  margin-left: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-4 {
  margin-left: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-3 {
  margin-left: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-2 {
  margin-left: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-1 {
  margin-left: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-sm-offset-0 {
  margin-left: 0; } }

@media (min-width: 992px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
  float: left; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-12 {
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-11 {
  width: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-10 {
  width: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-9 {
  width: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-8 {
  width: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-7 {
  width: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-6 {
  width: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-5 {
  width: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-4 {
  width: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-3 {
  width: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-2 {
  width: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-1 {
  width: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-12 {
  right: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-11 {
  right: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-10 {
  right: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-9 {
  right: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-8 {
  right: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-7 {
  right: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-6 {
  right: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-5 {
  right: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-4 {
  right: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-3 {
  right: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-2 {
  right: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-1 {
  right: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-pull-0 {
  right: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-12 {
  left: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-11 {
  left: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-10 {
  left: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-9 {
  left: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-8 {
  left: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-7 {
  left: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-6 {
  left: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-5 {
  left: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-4 {
  left: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-3 {
  left: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-2 {
  left: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-1 {
  left: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-push-0 {
  left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-12 {
  margin-left: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-11 {
  margin-left: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-10 {
  margin-left: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-9 {
  margin-left: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-8 {
  margin-left: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-7 {
  margin-left: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-6 {
  margin-left: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-5 {
  margin-left: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-4 {
  margin-left: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-3 {
  margin-left: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-2 {
  margin-left: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-1 {
  margin-left: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-md-offset-0 {
  margin-left: 0; } }

@media (min-width: 1200px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
  float: left; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-12 {
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-11 {
  width: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-10 {
  width: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-9 {
  width: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-8 {
  width: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-7 {
  width: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-6 {
  width: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-5 {
  width: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-4 {
  width: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-3 {
  width: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-2 {
  width: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-1 {
  width: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-12 {
  right: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-11 {
  right: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-10 {
  right: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-9 {
  right: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-8 {
  right: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-7 {
  right: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-6 {
  right: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-5 {
  right: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-4 {
  right: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-3 {
  right: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-2 {
  right: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-1 {
  right: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-pull-0 {
  right: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-12 {
  left: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-11 {
  left: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-10 {
  left: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-9 {
  left: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-8 {
  left: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-7 {
  left: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-6 {
  left: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-5 {
  left: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-4 {
  left: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-3 {
  left: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-2 {
  left: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-1 {
  left: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-push-0 {
  left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-12 {
  margin-left: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-11 {
  margin-left: 91.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-10 {
  margin-left: 83.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-9 {
  margin-left: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-8 {
  margin-left: 66.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-7 {
  margin-left: 58.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-6 {
  margin-left: 50%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-5 {
  margin-left: 41.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-4 {
  margin-left: 33.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-3 {
  margin-left: 25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-2 {
  margin-left: 16.66667%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-1 {
  margin-left: 8.33333%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.col-lg-offset-0 {
  margin-left: 0; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table .table {
  background-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-responsive > .table {
  margin-bottom: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
  white-space: nowrap; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-responsive > .table-bordered {
  border: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
fieldset, legend {
  padding: 0;
  border: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
fieldset {
  min-width: 0;
  margin: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-control, output {
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  display: block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
input[type=file] {
  display: block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
input[type=range] {
  display: block;
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select[multiple], select[size] {
  height: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
output {
  padding-top: 7px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-group-sm .form-control, .input-sm {
  font-size: 12px;
  border-radius: 3px;
  padding: 5px 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-control:-ms-input-placeholder {
  color: #999; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-control::-webkit-input-placeholder {
  color: #999; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  line-height: 34px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
  line-height: 30px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
  line-height: 46px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-group {
  margin-bottom: 15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-sm {
  height: 30px;
  line-height: 1.5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select.input-sm {
  height: 30px;
  line-height: 30px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select[multiple].input-sm, textarea.input-sm {
  height: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-group-sm .form-control {
  height: 30px;
  line-height: 1.5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-group-lg .form-control, .input-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
  height: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-lg {
  height: 46px;
  line-height: 1.33333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select.input-lg {
  height: 46px;
  line-height: 46px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select[multiple].input-lg, textarea.input-lg {
  height: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-group-lg .form-control {
  height: 46px;
  line-height: 1.33333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
  height: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-feedback {
  position: relative; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-feedback .form-control {
  padding-right: 42.5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.collapsing, .dropdown, .dropup {
  position: relative; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-inline .form-control-static, .form-inline .form-group {
  display: inline-block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-inline .control-label, .form-inline .form-group {
  margin-bottom: 0;
  vertical-align: middle; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-inline .input-group {
  display: inline-table;
  vertical-align: middle; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
  width: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-inline .input-group > .form-control {
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-inline .checkbox, .form-inline .radio {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-inline .checkbox label, .form-inline .radio label {
  padding-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
  position: relative;
  margin-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-inline .has-feedback .form-control-feedback {
  top: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-horizontal .form-group-lg .control-label {
  padding-top: 14.33px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.form-horizontal .form-group-sm .control-label {
  padding-top: 6px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-block {
  display: block;
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-block + .btn-block {
  margin-top: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.fade.in {
  opacity: 1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.collapse {
  display: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.collapse.in {
  display: block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
tr.collapse.in {
  display: table-row; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
tbody.collapse.in {
  display: table-row-group; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-toggle:focus {
  outline: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-menu-right, .dropdown-menu.pull-right {
  right: 0;
  left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-header, .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857;
  white-space: nowrap; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-menu > li > a {
  clear: both;
  font-weight: 400;
  color: #333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.open > .dropdown-menu {
  display: block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.open > a {
  outline: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-header {
  font-size: 12px;
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 1023px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-right .dropdown-menu {
  right: 0;
  left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-right .dropdown-menu-left {
  right: auto;
  left: 0; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-toolbar {
  margin-left: -5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn .caret, .btn-group > .btn:first-child {
  margin-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-lg .caret {
  border-width: 5px 5px 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .input-group-btn > .btn + .btn {
  margin-left: -1px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav > li, .nav > li > a {
  display: block;
  position: relative; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-addon:first-child {
  border-right: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-addon:last-child {
  border-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-btn > .btn {
  position: relative; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav > li > a {
  padding: 10px 15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav > li.disabled > a {
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav > li > a > img {
  max-width: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs.nav-justified > li {
  float: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
  margin-right: 0;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border-bottom-color: #fff; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-pills > li {
  float: left; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-justified > li, .nav-stacked > li {
  float: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-pills > li > a {
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-pills > li + li {
  margin-left: 2px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-justified {
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs-justified {
  border-bottom: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-justified > li {
  display: table-cell;
  width: 1%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-justified > li > a {
  margin-bottom: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border-bottom-color: #fff; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tab-content > .tab-pane {
  display: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tab-content > .active {
  display: block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 1024px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-header {
  float: left; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-collapse {
  width: auto;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-collapse.in {
  overflow-y: visible; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
  padding-right: 0;
  padding-left: 0; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.embed-responsive, .modal, .modal-open, .progress {
  overflow: hidden; }

@media (max-device-width: 480px) and (orientation: landscape) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 200px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-brand > img {
  display: block; }

@media (min-width: 1023px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar {
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: 0;
  margin-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
  border-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: -15px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-toggle {
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-toggle:focus {
  outline: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 1024px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-toggle {
  display: none; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-nav {
  margin: 10px -15px 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 1023px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
  padding: 5px 15px 5px 25px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-nav .open .dropdown-menu > li > a {
  line-height: 20px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
  background-image: none; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); }

@media (min-width: 1023px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-nav, .navbar-nav > li {
  float: left; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin: 8px -15px; }

@media (min-width: 1023px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .form-control-static, .navbar-form .form-group {
  display: inline-block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .control-label, .navbar-form .form-group {
  margin-bottom: 0;
  vertical-align: middle; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
  width: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .input-group > .form-control {
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .checkbox, .navbar-form .radio {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .checkbox label, .navbar-form .radio label {
  padding-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
  position: relative;
  margin-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .has-feedback .form-control-feedback {
  top: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.breadcrumb > li, .pagination {
  display: inline-block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn .badge, .btn .label {
  top: -1px;
  position: relative; }

@media (max-width: 767px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .form-group {
  margin-bottom: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-form .form-group:last-child {
  margin-bottom: 0; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-text {
  float: left;
  margin-right: 15px;
  margin-left: 15px; } }

@media (min-width: 1024px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-left {
  float: left !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-right {
  float: right !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-right ~ .navbar-right {
  margin-right: 0; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-brand {
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #333;
  background-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-link {
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .navbar-link:hover {
  color: #333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .btn-link {
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
  color: #9d9d9d; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  border-color: #080808; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  background-color: #080808; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #9d9d9d; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: transparent; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #080808; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
  color: #444;
  background-color: transparent; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.breadcrumb > .active {
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pager li, .pagination > li {
  display: inline; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.badge, .label {
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pager .next > a, .pager .next > span {
  float: right; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pager .previous > a, .pager .previous > span {
  float: left; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  color: #fff;
  border-radius: 0.25em; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label:empty {
  display: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-default {
  background-color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-primary {
  background-color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-success {
  background-color: #5cb85c; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-info {
  background-color: #5bc0de; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-warning {
  background-color: #f0ad4e; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-danger {
  background-color: #d9534f; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  background-color: #777;
  border-radius: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.badge:empty {
  display: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media-object, .thumbnail {
  display: block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.jumbotron, .jumbotron .h1, .jumbotron h1 {
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item > .badge {
  float: right; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  background-color: #eee; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert, .thumbnail {
  margin-bottom: 20px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert .alert-link, .close {
  font-weight: 700; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.jumbotron {
  padding: 48px 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 60px;
  padding-left: 60px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.jumbotron .h1, .jumbotron h1 {
  font-size: 63px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert h4 {
  margin-top: 0;
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert > p, .alert > ul {
  margin-bottom: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert > p + p {
  margin-top: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal, .modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-success hr {
  border-top-color: #c9e2b3; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-success .alert-link {
  color: #2b542c; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-info hr {
  border-top-color: #a6e1ec; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-info .alert-link {
  color: #245269; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-warning hr {
  border-top-color: #f7e1b5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-warning .alert-link {
  color: #66512c; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-danger hr {
  border-top-color: #e4b9c0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
from {
  background-position: 40px 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
to {
  background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
from {
  background-position: 40px 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
to {
  background-position: 0 0; } }

@keyframes progress-bar-stripes {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
from {
  background-position: 40px 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
to {
  background-position: 0 0; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-bar-striped, .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-bar-success {
  background-color: #5cb85c; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-striped .progress-bar-info, .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-bar-info {
  background-color: #5bc0de; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-bar-warning {
  background-color: #f0ad4e; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-bar-danger {
  background-color: #d9534f; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media {
  margin-top: 15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media:first-child {
  margin-top: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media, .media-body {
  overflow: hidden;
  zoom: 1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media-body {
  width: 10000px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media-right, .media > .pull-right {
  padding-left: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media-left, .media > .pull-left {
  padding-right: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media-middle {
  vertical-align: middle; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media-bottom {
  vertical-align: bottom; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.media-list {
  padding-left: 0;
  list-style: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item {
  color: #555; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item .list-group-item-heading {
  color: #333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item:focus, a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-success {
  color: #3c763d; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-success:focus, a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-info {
  color: #31708f; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-info:focus, a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-warning {
  color: #8a6d3b; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-warning:focus, a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-danger {
  color: #a94442; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-danger:focus, a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .close {
  line-height: 1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-body {
  padding: 15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-title {
  margin-top: 0;
  font-size: 16px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-group {
  margin-bottom: 20px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-group .panel + .panel {
  margin-top: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-group .panel-footer {
  border-top: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-default {
  border-color: #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-primary {
  border-color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-success {
  border-color: #d6e9c6; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-info {
  border-color: #bce8f1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-warning {
  border-color: #faebcc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-danger {
  border-color: #ebccd1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.close {
  float: right;
  font-size: 21px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover, .tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal {
  position: fixed;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-header .close {
  margin-top: -2px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-body {
  position: relative;
  padding: 15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-dialog {
  width: 600px;
  margin: 30px auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-sm {
  width: 300px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

@media (min-width: 992px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.modal-lg {
  width: 900px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.top-right .tooltip-arrow {
  left: 5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  line-height: 1.42857;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.top {
  margin-top: -10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.right {
  margin-left: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.bottom {
  margin-top: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.left {
  margin-left: -10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover-content {
  padding: 9px 14px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel, .carousel-inner {
  position: relative; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover > .arrow {
  border-width: 11px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.left > .arrow:after, .popover.right > .arrow:after {
  bottom: -10px;
  content: " "; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.right > .arrow:after {
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.popover.left > .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner {
  width: 100%;
  overflow: hidden; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

@media all and (transform-3d), (-webkit-transform-3d) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .item.active.right, .carousel-inner > .item.next {
  left: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .item.active.left, .carousel-inner > .item.prev {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .active {
  left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .next {
  left: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .prev {
  left: -100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .active.left {
  left: -100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-inner > .active.right {
  left: 100%; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: 0.5; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control .icon-prev:before {
  content: '\2039'; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control .icon-next:before {
  content: '\203a'; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6); }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-caption .btn, .text-hide {
  text-shadow: none; }

@media screen and (min-width: 768px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: -15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: -15px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-caption {
  right: 20%;
  left: 20%;
  padding-bottom: 30px; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.carousel-indicators {
  bottom: 20px; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pull-right {
  float: right !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.pull-left {
  float: left !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.hide {
  display: none !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.show {
  display: block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.invisible {
  visibility: hidden; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

@media (max-width: 767px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-xs {
  display: block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
table.visible-xs {
  display: table; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
tr.visible-xs {
  display: table-row !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
td.visible-xs, th.visible-xs {
  display: table-cell !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-xs-block {
  display: block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-xs-inline {
  display: inline !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-xs-inline-block {
  display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-sm {
  display: block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
table.visible-sm {
  display: table; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
tr.visible-sm {
  display: table-row !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
td.visible-sm, th.visible-sm {
  display: table-cell !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-sm-block {
  display: block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-sm-inline {
  display: inline !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-sm-inline-block {
  display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-md {
  display: block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
table.visible-md {
  display: table; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
tr.visible-md {
  display: table-row !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
td.visible-md, th.visible-md {
  display: table-cell !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-md-block {
  display: block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-md-inline {
  display: inline !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-md-inline-block {
  display: inline-block !important; } }

@media (min-width: 1200px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-lg {
  display: block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
table.visible-lg {
  display: table; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
tr.visible-lg {
  display: table-row !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
td.visible-lg, th.visible-lg {
  display: table-cell !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-lg-block {
  display: block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-lg-inline {
  display: inline !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-lg-inline-block {
  display: inline-block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.hidden-lg {
  display: none !important; } }

@media (max-width: 767px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.hidden-xs {
  display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.hidden-sm {
  display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.hidden-md {
  display: none !important; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-print {
  display: none !important; }

@media print {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-print {
  display: block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
table.visible-print {
  display: table; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
tr.visible-print {
  display: table-row !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
td.visible-print, th.visible-print {
  display: table-cell !important; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-print-block {
  display: none !important; }

@media print {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-print-block {
  display: block !important; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-print-inline {
  display: none !important; }

@media print {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-print-inline {
  display: inline !important; } }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-print-inline-block {
  display: none !important; }

@media print {
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.visible-print-inline-block {
  display: inline-block !important; }
/* line 5, ew-inc/css/bootstrap/_bootstrap-min.scss */
.hidden-print {
  display: none !important; } }

@media (max-width: 1023px) {
/* line 3, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.navbar-inverse {
  background-color: transparent;
  height: auto !important; }
  /* line 20, ew-inc/css/bootstrap/_bootstrap-overrides.scss */

  .navbar-inverse .static-logo-mobile {
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 4490;
    width: 205px; } }

@media (min-width: 1024px) {
/* line 31, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.static-logo-mobile {
  display: none; } }
/* line 36, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
table {
  font-size: inherit; }
/* line 40, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.btn-group.bootstrap-select.fit-width {
  position: relative;
  padding: 8px 0;
  z-index: 1002;
  margin-bottom: 0px !important; }
/* line 41, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.btn-group.bootstrap-select.fit-width li.selected {
  display: none; }

@media (max-width: 1023px) {
    .btn-group.bootstrap-select.fit-width {
      top: -3px; } }
/* line 63, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.btn-group.bootstrap-select.fit-width .btn.dropdown-toggle.selectpicker.btn-default {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px; }

@media (max-width: 1023px) {
      .btn-group.bootstrap-select.fit-width .btn.dropdown-toggle.selectpicker.btn-default {
        color: #fff; } }
/* line 75, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.btn-group.bootstrap-select.fit-width .btn.dropdown-toggle.selectpicker.btn-default:focus {
  outline: 0 !important; }
/* line 79, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.btn-group.bootstrap-select.fit-width .dropdown-menu {
  margin-top: 1px;
  padding-top: 5px !important;
  padding-bottom: 2.5px !important;
  border: 0 !important;
  background-color: #084287;
  left: initial;
  right: 0; }
/* line 87, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.btn-group.bootstrap-select.fit-width .dropdown-menu > li > a {
  background: none !important;
  font-weight: bold;
  padding: 5px 20px !important; }
/* line 108, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.btn {
  border-radius: 0; }
/* line 112, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.btn-primary {
  color: #fff;
  background-color: #084287;
  border-color: #084287; }
/* line 118, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #073969;
  border-color: #073969; }
/* line 124, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
a:focus {
  color: #4a4a49;
  text-decoration: underline; }
/* line 129, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.navbar-toggle {
  width: 50px;
  height: 50px;
  padding: 9px 13px;
  border-radius: 30px; }
/* line 136, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.navbar-collapse.in {
  overflow-y: hidden; }

/* line 142, ew-inc/css/bootstrap/_bootstrap-overrides.scss */

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: 0px;
  margin-left: 0px; }

/* line 152, ew-inc/css/bootstrap/_bootstrap-overrides.scss */

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #084287; }

@media (min-width: 1024px) {
/* line 158, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.navbar-right .dropdown-menu {
  left: auto; } }


/* line 174, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
hr {
  display: block;
  width: 100%; }
/* line 179, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
body {
  font-family: 'Khand', sans-serif;
  text-rendering: geometricPrecision;
  color: #4a4a49;
  font-size: 21px;
  line-height: normal;
  overflow: hidden; }
/* line 191, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.navbar-brand {
  width: 230px;
  -webkit-box-shadow: 10px 10px 20px -8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 10px 10px 20px -8px rgba(0, 0, 0, 0.28);
  box-shadow: 10px 10px 20px -8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  margin-left: 0 !important;
  padding: 0;
  position: absolute;
  left: 10%;
  top: 35px;
  z-index: 5000; }
/* line 198, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.navbar-brand span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 300;
  background: #353535;
  padding: 5px 10px; }
/* line 206, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
@media (min-width: 1024px) {
      .navbar-brand img.mobile {
        display: none; } }

@media (max-width: 1023px) {
    .navbar-brand {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.28);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.28); }
/* line 215, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.navbar-brand span {
  display: none; }
/* line 218, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.navbar-brand img.desktop {
  display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
    .navbar-brand {
      top: 8px;
      width: 160px;
      height: 75px;
      left: 15px;
      display: none !important; } }

@media (max-width: 767px) {
    .navbar-brand {
      display: none;
      width: 155px;
      height: 70px;
      top: 8px;
      left: 20px; } }

@media (min-width: 1024px) and (max-width: 1200px) {
    .navbar-brand {
      width: 160px;
      height: 304px;
      top: -65px;
      position: absolute;
      left: 20px;
      background: #fff; } }

@media (min-width: 1201px) {
    .navbar-brand {
      width: 160px;
      height: 280px;
      top: -65px;
      position: absolute;
      left: 20px;
      background: #fff; } }

@media (min-width: 1440px) {
    .navbar-brand {
      left: 3%; } }

@media (max-width: 767px) {
/* line 273, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.navbar-nav .open-again .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
/* line 283, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: transparent !important; } }
/* line 288, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.dropdown-menu {
  display: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  padding: 0 !important; }
/* line 298, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
/* line 299, ew-inc/css/bootstrap/_bootstrap-overrides.scss */

.open > .dropdown-menu, .open-again > .dropdown-menu {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 10px 0 10px; }
/* line 308, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.dropdown-menu > li > a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 312, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: #315c99;
  color: #fff !important; }
/* line 319, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
ol {
  margin-left: -20px; }
/* line 321, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
ol li {
  padding-left: 3px; }
/* line 326, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
a {
  color: #4a4a49;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 329, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
a:hover {
  color: #4a4a49; }
/* line 335, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Khand', sans-serif;
  margin-bottom: 10px; }
/* line 341, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
h1, .h1 {
  color: #4a4a49;
  font-size: 2.5em;
  font-weight: 900; }

@media (max-width: 767px) {
    h1, .h1 {
      font-size: 1.3em; } }
/* line 350, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
h2, .h2 {
  color: #4a4a49;
  font-size: 2em;
  font-weight: 600; }

@media (max-width: 767px) {
    h2, .h2 {
      font-size: 1.15em; } }
/* line 359, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
/* line 360, ew-inc/css/bootstrap/_bootstrap-overrides.scss */

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #5585b3;
  border-color: #4477a3; }
/* line 370, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.pagination > li > a, .pagination > li > span {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear; }
/* line 375, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.breadcrumb {
  background-color: transparent;
  margin: 0;
  word-break: break-word; }
/* line 381, ew-inc/css/bootstrap/_bootstrap-overrides.scss */
.form-control {
  border-radius: 0;
  height: 45px !important;
  font-size: 18px; }
/* layout */
/* line 38, ew-inc/css/partials/_layout.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* line 43, ew-inc/css/partials/_layout.scss */
*:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* line 54, ew-inc/css/partials/_layout.scss */
.body-wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden; }
/* line 64, ew-inc/css/partials/_layout.scss */
.nav-top {
  display: none; }
/* line 68, ew-inc/css/partials/_layout.scss */
/* line 72, ew-inc/css/partials/_layout.scss */

/* line 73, ew-inc/css/partials/_layout.scss */

.nav-bottom li:last-child a {
  box-shadow: inset 0 0px rgba(0, 0, 0, 0), inset 0 0px rgba(0, 0, 0, 0); }
/* line 79, ew-inc/css/partials/_layout.scss */
/* line 80, ew-inc/css/partials/_layout.scss */

.nav-bottom .nav-top .wrapper {
  padding: 0.4em 1em 0.3em 1.8em; }
/* line 83, ew-inc/css/partials/_layout.scss */
.nav-bottom .nav-top .wrapper > a:first-child {
  display: none; }
/* line 87, ew-inc/css/partials/_layout.scss */
.nav-bottom .nav-top .wrapper a {
  display: inline-block;
  width: 28%;
  text-align: center;
  font-size: 1.5em;
  padding-top: 5px; }
/* line 98, ew-inc/css/partials/_layout.scss */
.scroller {
  height: 100%;
  position: relative; }

/* line 107, ew-inc/css/partials/_layout.scss */

.scroller-inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
/* line 126, ew-inc/css/partials/_layout.scss */
/* line 136, ew-inc/css/partials/_layout.scss */

.owl-carousel-home:hover > .owl-nav {
  opacity: 1;
  transition: opacity 0.5s linear; }
/* line 141, ew-inc/css/partials/_layout.scss */
.owl-carousel-home .owl-dots {
  display: none; }
/* line 145, ew-inc/css/partials/_layout.scss */
.owl-carousel-home .owl-nav {
  margin-top: 0 !important;
  opacity: 0;
  transition: opacity 0.5s linear; }
/* line 149, ew-inc/css/partials/_layout.scss */
.owl-carousel-home .owl-nav > div {
  height: 70px;
  width: 70px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #4a4a49 !important;
  color: #fff !important;
  margin: 0 5px !important;
  border-radius: 0.5em !important;
  border: 2px solid #fff !important;
  transition: all 0.15s linear;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important; }
/* line 165, ew-inc/css/partials/_layout.scss */
.owl-carousel-home .owl-nav > div:hover {
  border-radius: 0 !important;
  transition: all 0.15s linear; }
/* line 171, ew-inc/css/partials/_layout.scss */
.owl-carousel-home .owl-nav .owl-prev {
  left: 0; }
/* line 175, ew-inc/css/partials/_layout.scss */
.owl-carousel-home .owl-nav .owl-next {
  right: 0; }

@media (max-width: 767px) {
      .owl-carousel-home .owl-nav {
        display: none !important; } }
/* line 185, ew-inc/css/partials/_layout.scss */
.menu-trigger {
  position: relative;
  padding-left: 60px;
  font-size: 0.9em; }
/* line 190, ew-inc/css/partials/_layout.scss */
.menu-trigger:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 6px;
  background: #fff;
  box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
  content: ''; }
/* line 202, ew-inc/css/partials/_layout.scss */
.mp-pusher {
  position: relative;
  left: 0;
  height: 100%;
  opacity: 1; }
/* line 211, ew-inc/css/partials/_layout.scss */
.mp-pusher.mp-pushed {
  -webkit-overflow-scrolling: touch; }
/* line 214, ew-inc/css/partials/_layout.scss */
.mp-pusher.mp-pushed #mp-menu {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

/* line 227, ew-inc/css/partials/_layout.scss */

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 5001;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

@media (min-width: 576px) {
    .mp-menu {
      width: 90% !important; } }
/* line 244, ew-inc/css/partials/_layout.scss */
.mp-menu #close-offcanvas {
  background: #4a4a49;
  color: #fff;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5001;
  height: 35px;
  width: 35px;
  text-align: center;
  border-bottom-left-radius: 10px; }
/* line 259, ew-inc/css/partials/_layout.scss */
.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
/* overlays for pusher and for level that gets covered */
/* line 273, ew-inc/css/partials/_layout.scss */
.mp-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }
/* line 283, ew-inc/css/partials/_layout.scss */
/* line 284, ew-inc/css/partials/_layout.scss */

.mp-level::after, .mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }
/* line 295, ew-inc/css/partials/_layout.scss */
.mp-pusher::after {
  z-index: 5000;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }
/* line 303, ew-inc/css/partials/_layout.scss */
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  z-index: -1; }
/* line 311, ew-inc/css/partials/_layout.scss */
.mp-pusher.mp-pushed::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
/* line 320, ew-inc/css/partials/_layout.scss */
.mp-level.mp-level-overlay {
  cursor: pointer; }
/* line 321, ew-inc/css/partials/_layout.scss */
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
/* line 332, ew-inc/css/partials/_layout.scss */
.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1; }
/* line 340, ew-inc/css/partials/_layout.scss */
.mp-pusher, .mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
/* overlap */
/* line 348, ew-inc/css/partials/_layout.scss */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }
/* First level */
/* line 357, ew-inc/css/partials/_layout.scss */
/* line 358, ew-inc/css/partials/_layout.scss */

.mp-menu > .mp-level, .mp-menu.mp-overlap > .mp-level {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
/* line 364, ew-inc/css/partials/_layout.scss */
.mp-menu > .mp-level.mp-level-open, .mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
/* cover */
/* line 375, ew-inc/css/partials/_layout.scss */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
/* line 380, ew-inc/css/partials/_layout.scss */
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
/* content style */
/* line 389, ew-inc/css/partials/_layout.scss */
/* line 390, ew-inc/css/partials/_layout.scss */

.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: scroll; }

/* line 402, ew-inc/css/partials/_layout.scss */

.mp-menu ul .clearfix {
  border-top: 2px solid #4a4a49; }
/* line 407, ew-inc/css/partials/_layout.scss */
.mp-menu h2 {
  margin: 0;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 1.2em;
  line-height: normal;
  color: #fff; }
/* line 416, ew-inc/css/partials/_layout.scss */
.mp-menu h2.title-menu {
  color: #4a4a49; }
/* line 423, ew-inc/css/partials/_layout.scss */
.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }
/* line 439, ew-inc/css/partials/_layout.scss */
.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1em; }
/* line 447, ew-inc/css/partials/_layout.scss */
.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }
/* line 457, ew-inc/css/partials/_layout.scss */
/* line 458, ew-inc/css/partials/_layout.scss */

/* line 459, ew-inc/css/partials/_layout.scss */

.mp-menu > div > ul > li.nav-top a {
  color: #4a4a49; }

@media (max-width: 1023px) {
      .mp-menu > div > ul > li.nav-top {
        display: block; } }
/* line 468, ew-inc/css/partials/_layout.scss */
/* line 469, ew-inc/css/partials/_layout.scss */

.mp-menu > div > ul > li.yel .mp-level {
  background: #fff; }
/* line 474, ew-inc/css/partials/_layout.scss */
/* line 475, ew-inc/css/partials/_layout.scss */

.mp-menu > div > ul > li.red .mp-level {
  background: #fff; }
/* line 480, ew-inc/css/partials/_layout.scss */
/* line 481, ew-inc/css/partials/_layout.scss */

.mp-menu > div > ul > li.green .mp-level {
  background: #fff; }
/* line 486, ew-inc/css/partials/_layout.scss */
/* line 487, ew-inc/css/partials/_layout.scss */

.mp-menu > div > ul > li.azu .mp-level {
  background: #fff; }
/* line 492, ew-inc/css/partials/_layout.scss */
.mp-menu > div > ul > li > a {
  position: relative !important; }
/* line 495, ew-inc/css/partials/_layout.scss */
.mp-menu > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
/* line 505, ew-inc/css/partials/_layout.scss */
/* line 506, ew-inc/css/partials/_layout.scss */

.mp-menu > div > ul > li > a.yel:after {
  background: #fff; }
/* line 511, ew-inc/css/partials/_layout.scss */
/* line 512, ew-inc/css/partials/_layout.scss */

.mp-menu > div > ul > li > a.red:after {
  background: #fff; }
/* line 517, ew-inc/css/partials/_layout.scss */
/* line 518, ew-inc/css/partials/_layout.scss */

.mp-menu > div > ul > li > a.green:after {
  background: #fff; }
/* line 523, ew-inc/css/partials/_layout.scss */
/* line 524, ew-inc/css/partials/_layout.scss */

.mp-menu > div > ul > li > a.ora:after {
  background: #fff; }
/* line 529, ew-inc/css/partials/_layout.scss */
/* line 530, ew-inc/css/partials/_layout.scss */

.mp-menu > div > ul > li > a.azu:after {
  background: #fff; }
/* line 535, ew-inc/css/partials/_layout.scss */
/* line 536, ew-inc/css/partials/_layout.scss */

.mp-menu > div > ul > li > a.multi:after {
  background: #b79955; }
/* line 543, ew-inc/css/partials/_layout.scss */
/* line 544, ew-inc/css/partials/_layout.scss */

.mp-menu ul li > a {
  display: block;
  padding: 0.4em 1em 0.3em 1.8em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s; }
/* line 558, ew-inc/css/partials/_layout.scss */
.mp-menu ul li::before {
  position: absolute;
  left: 15px;
  z-index: -1;
  color: #fff;
  line-height: 2em;
  font-size: 1em; }
/* line 569, ew-inc/css/partials/_layout.scss */
.mp-level > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2); }
/* line 573, ew-inc/css/partials/_layout.scss */
.mp-menu ul li a:hover, .mp-level > ul > li:first-child > a:hover {
  background: #fff;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2); }
/* line 578, ew-inc/css/partials/_layout.scss */
.mp-menu .mp-level.mp-level-overlay > ul > li > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }
/* line 582, ew-inc/css/partials/_layout.scss */
.mp-level {
  overflow-y: auto; }
/* line 586, ew-inc/css/partials/_layout.scss */
.mp-level.mp-level-overlay {
  overflow: hidden; }
/* line 589, ew-inc/css/partials/_layout.scss */
.mp-level.mp-level-overlay ul {
  height: 75%; }
/* line 594, ew-inc/css/partials/_layout.scss */
/* line 595, ew-inc/css/partials/_layout.scss */

.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }
/* line 599, ew-inc/css/partials/_layout.scss */
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0); }
/* line 604, ew-inc/css/partials/_layout.scss */
.mp-level > ul > li:first-child > a:hover {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0); }
/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
/* line 611, ew-inc/css/partials/_layout.scss */
.mp-back {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  font-size: 0.8em;
  padding: 0.5em 1em 0.5em 1em;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }
/* line 627, ew-inc/css/partials/_layout.scss */
.mp-back::after {
  position: absolute;
  content: "»";
  right: 10px;
  font-size: 1.3em;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.3); }
/* line 639, ew-inc/css/partials/_layout.scss */
.mp-menu .mp-level.mp-level-overlay > .mp-back {
  background: transparent;
  box-shadow: none;
  color: transparent; }
/* line 644, ew-inc/css/partials/_layout.scss */
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent; }
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
/* line 658, ew-inc/css/partials/_layout.scss */

.no-csstransforms3d .mp-menu .mp-level, .no-js .mp-menu .mp-level {
  display: none; }
/* line 662, ew-inc/css/partials/_layout.scss */
.no-csstransforms3d .mp-menu > .mp-level, .no-js .mp-menu > .mp-level {
  display: block; }
/* line 670, ew-inc/css/partials/_layout.scss */
.mega-dropdown {
  position: static !important;
  width: auto; }
/* line 676, ew-inc/css/partials/_layout.scss */
/* line 677, ew-inc/css/partials/_layout.scss */

/* line 678, ew-inc/css/partials/_layout.scss */

.yel #mega-dropdown-menu:before {
  border-bottom: 10px solid #dea400; }
/* line 683, ew-inc/css/partials/_layout.scss */
.yel .pages-list {
  background: #dea400; }
/* line 688, ew-inc/css/partials/_layout.scss */
/* line 689, ew-inc/css/partials/_layout.scss */

/* line 690, ew-inc/css/partials/_layout.scss */

.red #mega-dropdown-menu:before {
  border-bottom: 10px solid #c92518; }
/* line 695, ew-inc/css/partials/_layout.scss */
.red .pages-list {
  background: #c92518; }
/* line 700, ew-inc/css/partials/_layout.scss */
/* line 701, ew-inc/css/partials/_layout.scss */

/* line 702, ew-inc/css/partials/_layout.scss */

.neutral #mega-dropdown-menu:before {
  background: linear-gradient(to right, #dea400 25%, #c92518 25%, #c92518 50%, #35a949 50%, #35a949 75%, #00afe9 75%); }
/* line 707, ew-inc/css/partials/_layout.scss */
.neutral .pages-list {
  background: linear-gradient(to right, #dea400 25%, #c92518 25%, #c92518 50%, #35a949 50%, #35a949 75%, #00afe9 75%); }
/* line 712, ew-inc/css/partials/_layout.scss */
/* line 713, ew-inc/css/partials/_layout.scss */

/* line 714, ew-inc/css/partials/_layout.scss */

.green #mega-dropdown-menu:before {
  border-bottom: 10px solid #35a949; }
/* line 719, ew-inc/css/partials/_layout.scss */
.green .pages-list {
  background: #35a949; }
/* line 724, ew-inc/css/partials/_layout.scss */
/* line 725, ew-inc/css/partials/_layout.scss */

/* line 726, ew-inc/css/partials/_layout.scss */

.azu #mega-dropdown-menu:before {
  border-bottom: 10px solid #00afe9; }
/* line 731, ew-inc/css/partials/_layout.scss */
.azu .pages-list {
  background: #00afe9; }
/* line 736, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu {
  padding: 90px 150px 90px 15px !important;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none; }

@media (min-width: 1024px) and (max-width: 1199px) {
    #mega-dropdown-menu {
      padding: 40px 15px 15px !important; } }
/* line 745, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu:after {
  display: none;
  content: "";
  position: absolute;
  left: -40%;
  width: 140%;
  background: #4a4a49;
  min-height: 100%;
  display: block;
  top: 0;
  z-index: -1; }
/* line 760, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 140%;
  left: -40%;
  height: 10px;
  background: linear-gradient(to right, #dea400 25%, #c92518 25%, #c92518 50%, #35a949 50%, #35a949 75%, #00afe9 75%); }
/* line 770, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu h4 {
  color: #fff;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 20px; }
/* line 772, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu h4 a {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 !important;
  border-bottom: none !important; }
/* line 773, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu h4 a:before {
  content: none !important; }
/* line 783, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu h4 a:hover {
  background-color: transparent !important;
  color: #fff !important;
  text-decoration: underline !important; }
/* line 796, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu h4 svg {
  width: 1em;
  height: 1em;
  padding-right: 5px;
  vertical-align: sub;
  padding-right: 5px;
  vertical-align: top; }

/* line 815, ew-inc/css/partials/_layout.scss */

#mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
  position: relative;
  float: left; }
/* line 822, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  clear: both;
  float: left;
  display: inline-block; }
/* line 830, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li.noclear {
  clear: initial; }
/* line 834, ew-inc/css/partials/_layout.scss */
/* line 835, ew-inc/css/partials/_layout.scss */

/* line 836, ew-inc/css/partials/_layout.scss */

#mega-dropdown-menu > li > ul > li:hover a > .fa-chevron-right {
  z-index: 4; }
  @media (min-width: 1024px) and (max-width: 1199px) {
        #mega-dropdown-menu > li > ul > li:hover a > .fa-chevron-right {
          z-index: 1; } }
/* line 844, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li:hover > ul.pages-list {
  display: block; }

@media (min-width: 1024px) and (max-width: 1199px) {
        #mega-dropdown-menu > li > ul > li:hover > ul.pages-list {
          left: -10px;
          top: 25px; } }
/* line 853, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li > ul.pages-list {
  display: none;
  list-style: none;
  padding-left: 0;
  border-radius: 10px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 20px;
  position: absolute;
  top: -10px;
  left: calc(100% - 13px);
  min-width: 220px;
  z-index: 3; }
/* line 867, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li > ul.pages-list > li {
  margin-bottom: 8px; }
/* line 870, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li > ul.pages-list > li > a {
  padding: 0;
  text-transform: inherit;
  font-weight: 300;
  font-size: 1.6em;
  line-height: 1.2em;
  display: inline-block;
  border-bottom: 0; }
  @media (min-width: 1024px) and (max-width: 1199px) {
        #mega-dropdown-menu > li > ul > li > ul.pages-list > li > a {
          font-size: 1.3em;
          line-height: 1.1em; } }
/* line 883, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li > ul.pages-list > li > a.active {
  font-weight: 700; }
/* line 887, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li > ul.pages-list > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #fff; }
/* line 897, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li > a {
  text-transform: inherit;
  position: relative;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
  border-bottom: 0;
  padding: 0; }

@media (min-width: 1024px) and (max-width: 1199px) {
    #mega-dropdown-menu > li > ul > li > a {
      font-size: 1.3em;
      line-height: 1.1em; } }
/* line 912, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li > a.active {
  text-decoration: underline; }
/* line 916, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li > a > .fa-chevron-right {
  z-index: 2;
  position: relative;
  left: 5px;
  font-size: 60%;
  top: -2px; }
/* line 924, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li > ul > li > a:hover {
  background-color: transparent !important;
  color: #fff !important;
  text-decoration: underline !important; }
/* line 932, ew-inc/css/partials/_layout.scss */
#mega-dropdown-menu > li ul > li > a:hover {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5; }
/* line 942, ew-inc/css/partials/_layout.scss */
.img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/web-img/lazy-loading-image.gif);
  background-color: #315c99;
  background-size: 60px; }
/* line 952, ew-inc/css/partials/_layout.scss */
.img-wrapper .image-box {
  height: 100%;
  width: 100%;
  /*background-image:none !important;*/
  border-style: none;
  outline: none;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 964, ew-inc/css/partials/_layout.scss */
/* line 965, ew-inc/css/partials/_layout.scss */

.img-wrapper .image-box.hover-zoom:after {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  position: absolute;
  background: #073969;
  opacity: 0;
  z-index: 1;
  content: "\f002";
  padding: 50% 40%;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  color: #fff;
  width: 100%;
  height: 100%; }
/* line 981, ew-inc/css/partials/_layout.scss */
.img-wrapper .image-box.hover-zoom:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  border-style: none;
  outline: none;
  border: 0; }
/* line 993, ew-inc/css/partials/_layout.scss */
.img-wrapper .image-box.hover-zoom:hover:after {
  opacity: 0.7; }
/* line 1005, ew-inc/css/partials/_layout.scss */
*[data-url] {
  cursor: pointer; }
/* line 1009, ew-inc/css/partials/_layout.scss */
/* line 1010, ew-inc/css/partials/_layout.scss */

a:focus, button:focus {
  outline: none; }
/* line 1015, ew-inc/css/partials/_layout.scss */
img.center {
  display: block;
  max-width: 100%;
  margin: 0 auto; }
/* line 1021, ew-inc/css/partials/_layout.scss */
img.hover-opacity {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 1024, ew-inc/css/partials/_layout.scss */
img.hover-opacity:hover {
  opacity: 0.85; }
/* line 1029, ew-inc/css/partials/_layout.scss */
/* line 1030, ew-inc/css/partials/_layout.scss */

.navbar.normal {
  background: #223741;
  border-radius: 0px;
  box-shadow: 0px 1px 3px 1px rgba(46, 46, 46, 0.3), inset rgba(255, 255, 255, 0.2) 0 1px 1px;
  border: none;
  z-index: 9999;
  -webkit-font-smoothing: antialiased; }
/* line 1039, ew-inc/css/partials/_layout.scss */
/* line 1040, ew-inc/css/partials/_layout.scss */

.navbar.normal .navbar-header .navbar-brand {
  color: #fff;
  padding: 25px 15px;
  font-weight: 500;
  font-size: 23px; }
/* line 1047, ew-inc/css/partials/_layout.scss */
.navbar.normal .navbar-header .navbar-toggle {
  margin-top: 17px; }
/* line 1052, ew-inc/css/partials/_layout.scss */
@media (min-width: 768px) {
        .navbar.normal .navbar-collapse {
          text-align: center; } }
/* line 1058, ew-inc/css/partials/_layout.scss */
@media (min-width: 768px) {
          .navbar.normal .navbar-collapse .navbar-nav {
            float: none;
            display: inline-block; } }
/* line 1064, ew-inc/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block; }
  @media (max-width: 767px) {
          .navbar.normal .navbar-collapse .navbar-nav > li {
            display: block; } }
/* line 1072, ew-inc/css/partials/_layout.scss */
/* line 1073, ew-inc/css/partials/_layout.scss */
  .navbar.normal .navbar-collapse .navbar-nav > li.active > a {
    background: none;
    color: #fff; }
/* line 1079, ew-inc/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav > li > a {
  padding: 25px 20px;
  color: #d5d5d5;
  font-weight: 500;
  z-index: 1001;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  @media (max-width: 767px) {
            .navbar.normal .navbar-collapse .navbar-nav > li > a {
              padding: 18px 20px; } }
/* line 1090, ew-inc/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav > li > a:hover {
  color: #fff; }
/* line 1095, ew-inc/css/partials/_layout.scss */
/* line 1096, ew-inc/css/partials/_layout.scss */

/* line 1097, ew-inc/css/partials/_layout.scss */
  @media (max-width: 767px) {
                .navbar.normal .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
                  color: #fff;
                  padding: 12px 18px 12px 30px; } }
/* line 1106, ew-inc/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu {
  text-align: left;
  padding: 9px 0; }
/* line 1110, ew-inc/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
  padding: 8px 18px; }
/* line 1116, ew-inc/css/partials/_layout.scss */
.navbar.normal .navbar-collapse .navbar-nav .button {
  padding: 8px 18px;
  font-size: 13px;
  position: relative;
  top: 17px; }

@media (max-width: 767px) {
            .navbar.normal .navbar-collapse .navbar-nav .button {
              box-shadow: none;
              background: none;
              top: 0;
              margin-bottom: 20px;
              color: #d5d5d5 !important;
              font-size: 15px; } }
/* line 1135, ew-inc/css/partials/_layout.scss */
.navbar.hero {
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  z-index: 999;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 768px) {
      .navbar.hero {
        background: transparent;
        padding-top: 10px; }
/* line 1146, ew-inc/css/partials/_layout.scss */
.navbar.hero .navbar-nav > .active > a {
  background: transparent;
  color: #fff; } }
/* line 1152, ew-inc/css/partials/_layout.scss */
.navbar.hero .navbar-brand {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  font-family: 'Khand', sans-serif; }
/* line 1159, ew-inc/css/partials/_layout.scss */
/* line 1161, ew-inc/css/partials/_layout.scss */

/* line 1163, ew-inc/css/partials/_layout.scss */

.navbar.hero .navbar-nav > li.dropdown > a .caret {
  border-top-color: #ebebeb; }
/* line 1167, ew-inc/css/partials/_layout.scss */
.navbar.hero .navbar-nav > li > a {
  color: #fff;
  font-size: 15px;
  padding: 15px 20px;
  font-weight: 500;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
/* line 1174, ew-inc/css/partials/_layout.scss */
.navbar.hero .navbar-nav > li > a:hover {
  color: #fff; }
/* line 1179, ew-inc/css/partials/_layout.scss */
/* line 1180, ew-inc/css/partials/_layout.scss */

.navbar.hero .navbar-nav > li.open > a {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px 4px 0 0; }
/* line 1186, ew-inc/css/partials/_layout.scss */
/* line 1187, ew-inc/css/partials/_layout.scss */

@media (max-width: 767px) {
                .navbar.hero .navbar-nav > li.open ul.dropdown-menu a {
                  color: #fff;
                  padding: 12px 18px 12px 30px; } }
/* line 1196, ew-inc/css/partials/_layout.scss */
.navbar.hero .navbar-nav > li ul.dropdown-menu {
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  padding: 5px 0 8px 0;
  border-radius: 4px 0 4px 4px;
  border: 0px; }
/* line 1204, ew-inc/css/partials/_layout.scss */
.navbar.hero .navbar-nav > li ul.dropdown-menu li a {
  color: #fff;
  padding: 10px 18px;
  font-size: 15px; }
/* line 1209, ew-inc/css/partials/_layout.scss */
.navbar.hero .navbar-nav > li ul.dropdown-menu li a:hover {
  color: #e9e9e9;
  background: none; }
/* line 1219, ew-inc/css/partials/_layout.scss */
.navbar.white {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  z-index: 999;
  -webkit-font-smoothing: antialiased;
  background: #f3f3f3;
  position: sticky;
  /* AGGIUNTA TANIA PER NASCONDERE MENU MOBILE */ }


/* line 1230, ew-inc/css/partials/_layout.scss */
.navbar.white .catalogue-search {
  background: none;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 25px;
  border: 0;
  font-size: 1.5em; }
/* line 1240, ew-inc/css/partials/_layout.scss */
.navbar.white #wrapper-flags-mobile {
  position: absolute;
  right: 0;
  top: 55px; }
/* line 1245, ew-inc/css/partials/_layout.scss */
.navbar.white #wrapper-flags-mobile .btn-group.bootstrap-select.fit-width .dropdown-menu {
  background: #fff;
  top: 47px; }
/* line 1250, ew-inc/css/partials/_layout.scss */
.navbar.white #wrapper-flags-mobile span {
  color: #073969; }
/* line 1265, ew-inc/css/partials/_layout.scss */
.navbar.white.affix {
  position: fixed;
  width: 100%;
  top: 0; }

@media (max-width: 1023px) {
/* line 1278, ew-inc/css/partials/_layout.scss */
.navbar.white #navigation-block {
  display: none !important; } }

@media (max-width: 1023px) {
      .navbar.white {
        padding-top: 20px;
        padding-bottom: 30px; } }

@media (max-width: 1023px) {
      .navbar.white {
        background: #f3f3f3;
        padding-top: 0px;
        padding-bottom: 0px; } }
/* line 1297, ew-inc/css/partials/_layout.scss */
/* line 1303, ew-inc/css/partials/_layout.scss */

/* line 1304, ew-inc/css/partials/_layout.scss */

.navbar.white .navbar-header .navbar-brand {
  color: #333;
  font-weight: bold;
  font-size: 30px;
  font-family: 'Khand', sans-serif; }

@media (max-width: 767px) {
          .navbar.white .navbar-header .navbar-brand {
            color: #fff;
            font-size: 20px; } }
/* line 1316, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-header .navbar-toggle {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-right: -10px;
  background: #353535;
  border-color: transparent;
  position: absolute; }

@media (min-width: 992px) and (max-width: 1023px) {
          .navbar.white .navbar-header .navbar-toggle {
            margin-top: 25px;
            margin-bottom: 20px; } }
/* line 1330, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-header .navbar-toggle .icon-bar {
  position: relative;
  top: -6px; }
/* line 1336, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-header .navbar-toggle span.menu-label {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 4px;
  left: 12px; }
/* line 1346, ew-inc/css/partials/_layout.scss */
/* line 1352, ew-inc/css/partials/_layout.scss */

/* line 1354, ew-inc/css/partials/_layout.scss */

.navbar.white .navbar-collapse .navbar-nav.bottom {
  border-bottom: 0; }
/* line 1357, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav.bottom li > a {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
  padding: 20px 10px 20px 10px;
  margin-bottom: 0; }
/* line 1365, ew-inc/css/partials/_layout.scss */
/* line 1366, ew-inc/css/partials/_layout.scss */

.navbar.white .navbar-collapse .navbar-nav.bottom li:last-child > a {
  padding-right: 7px; }

@media (min-width: 1024px) {
          .navbar.white .navbar-collapse .navbar-nav {
            float: none;
            display: inline-block;
            margin-top: 0px;
            width: 100%; } }
/* line 1381, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block;
  margin-right: 15px; }
/* line 1386, ew-inc/css/partials/_layout.scss */
/* line 1387, ew-inc/css/partials/_layout.scss */

.navbar.white .navbar-collapse .navbar-nav > li.search-button a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 17px;
  padding: 45px 5px; }
/* line 1394, ew-inc/css/partials/_layout.scss */
/* line 1395, ew-inc/css/partials/_layout.scss */

@media (max-width: 1023px) {
                .navbar.white .navbar-collapse .navbar-nav > li.open a {
                  background-color: #084287;
                  color: #fff !important; } }

@media (max-width: 1023px) {
            .navbar.white .navbar-collapse .navbar-nav > li {
              display: block;
              position: relative;
              float: left;
              width: 100%; } }
/* line 1410, ew-inc/css/partials/_layout.scss */
/* line 1411, ew-inc/css/partials/_layout.scss */

/* line 1412, ew-inc/css/partials/_layout.scss */
  .navbar.white .navbar-collapse .navbar-nav > li:last-child.active > a {
    background-color: #b79955; }
/* line 1418, ew-inc/css/partials/_layout.scss */
/* line 1419, ew-inc/css/partials/_layout.scss */

.navbar.white .navbar-collapse .navbar-nav > li.active > a {
  font-weight: 900; }
/* line 1421, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li.active > a.azu {
  background-color: #00afe9; }
/* line 1424, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li.active > a.green {
  background-color: #35a949; }
/* line 1427, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li.active > a.red {
  background-color: #c92518; }
/* line 1430, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li.active > a.yel {
  background-color: #dea400; }

@media (max-width: 1023px) {
                .navbar.white .navbar-collapse .navbar-nav > li.active > a {
                  color: #38926b;
                  border-bottom: 0px solid #48b186; } }

/* line 1467, ew-inc/css/partials/_layout.scss */

.navbar.white .navbar-collapse .navbar-nav > li > a {
  font-family: 'Khand', sans-serif;
  padding: 10px 15px 5px 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 1.7em;
  margin-top: 20px;
  color: #fff;
  background-color: #4a4a49;
  z-index: 1001;
  text-transform: initial;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

@media (max-width: 1440px) and (min-width: 1023px) {
              .navbar.white .navbar-collapse .navbar-nav > li > a {
                font-size: 1.3em; } }

@media (min-width: 1023px) {
              .navbar.white .navbar-collapse .navbar-nav > li > a {
                padding: 10px 15px 5px 15px;
                line-height: normal; }
/* line 1483, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a.yel {
  border-top: 10px solid #dea400; }
/* line 1486, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a.red {
  border-top: 10px solid #c92518; }
/* line 1489, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a.green {
  border-top: 10px solid #35a949; }
/* line 1492, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a.azu {
  border-top: 10px solid #00afe9; }
/* line 1495, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a.neutra {
  border-top: 10px solid transparent;
  border-radius: 10px 10px 0 0 !important; } }
/* line 1507, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a.signup {
  border: 1px solid #ced7df;
  border-radius: 5px;
  padding: 8px 11px;
  font-size: 13px;
  color: #333;
  margin-left: 20px; }

@media (max-width: 1023px) {
              .navbar.white .navbar-collapse .navbar-nav > li > a {
                padding: 10px 20px !important;
                color: #084287;
                font-size: 20px;
                margin-bottom: 0; } }
/* line 1523, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a .fa-chevron-down {
  color: #4a4a49;
  font-size: 10px;
  margin-left: 3px;
  position: relative;
  top: -2px; }
/* line 1531, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a.azu:hover {
  color: #fff;
  background: #00afe9 !important; }

@media (max-width: 1023px) {
                .navbar.white .navbar-collapse .navbar-nav > li > a.azu:hover {
                  color: #fff;
                  background: #00afe9 !important; } }
/* line 1539, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a.red:hover {
  color: #fff;
  background: #c92518 !important; }

@media (max-width: 1023px) {
                .navbar.white .navbar-collapse .navbar-nav > li > a.red:hover {
                  color: #fff;
                  background: #c92518 !important; } }
/* line 1547, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a.yel:hover {
  color: #fff;
  background: #dea400 !important; }

@media (max-width: 1023px) {
                .navbar.white .navbar-collapse .navbar-nav > li > a.yel:hover {
                  color: #fff;
                  background: #dea400 !important; } }
/* line 1555, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li > a.green:hover {
  color: #fff;
  background: #35a949 !important; }

@media (max-width: 1023px) {
                .navbar.white .navbar-collapse .navbar-nav > li > a.green:hover {
                  color: #fff;
                  background: #35a949 !important; } }
/* line 1565, ew-inc/css/partials/_layout.scss */
/* line 1566, ew-inc/css/partials/_layout.scss */

/* line 1567, ew-inc/css/partials/_layout.scss */

@media (min-width: 1024px) {
                  .navbar.white .navbar-collapse .navbar-nav > li.open > a.azu {
                    background: #00afe9;
                    color: #fff; } }
/* line 1573, ew-inc/css/partials/_layout.scss */
@media (min-width: 1024px) {
                  .navbar.white .navbar-collapse .navbar-nav > li.open > a.green {
                    background: #35a949;
                    color: #fff; } }
/* line 1579, ew-inc/css/partials/_layout.scss */
@media (min-width: 1024px) {
                  .navbar.white .navbar-collapse .navbar-nav > li.open > a.red {
                    background: #c92518;
                    color: #fff; } }
/* line 1585, ew-inc/css/partials/_layout.scss */
@media (min-width: 1024px) {
                  .navbar.white .navbar-collapse .navbar-nav > li.open > a.yel {
                    background: #dea400;
                    color: #fff; } }
/* line 1591, ew-inc/css/partials/_layout.scss */
@media (min-width: 1024px) {
                  .navbar.white .navbar-collapse .navbar-nav > li.open > a.neutra {
                    background: #b79955;
                    color: #fff; } }
/* line 1598, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li.open > a .caret {
  border-top-color: #999;
  border-bottom-color: #999; }
/* line 1604, ew-inc/css/partials/_layout.scss */
/* line 1605, ew-inc/css/partials/_layout.scss */

@media (max-width: 1023px) {
                  .navbar.white .navbar-collapse .navbar-nav > li.open ul.dropdown-menu a {
                    color: #fff !important;
                    padding: 12px 18px 12px 30px; } }
/* line 1614, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu {
  text-align: left;
  border: 0;
  padding: 10px 0 10px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.175);
  background: #084287; }

@media (max-width: 1023px) {
              .navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu {
                box-shadow: none;
                padding-top: 0 !important; } }
/* line 1626, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li a {
  padding: 8px 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
/* line 1634, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li a:hover {
  text-decoration: none;
  color: #073969; }
/* line 1639, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li a.active-menu {
  background: #315c99;
  color: #fff;
  font-weight: 900; }
  @media (max-width: 1023px) {
                .navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li a.active-menu {
                  text-decoration: underline !important; } }
/* line 1650, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu li:last-child a {
  border: 0; }
/* line 1654, ew-inc/css/partials/_layout.scss */
/* line 1655, ew-inc/css/partials/_layout.scss */

.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu.first-lev > li {
  position: relative; }
/* line 1658, ew-inc/css/partials/_layout.scss */
/* line 1659, ew-inc/css/partials/_layout.scss */
  .navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu.first-lev > li:hover > .second-lev {
    visibility: visible;
    opacity: 1; }
    @media (max-width: 767px) {
                  .navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu.first-lev > li:hover > .second-lev {
                    height: auto;
                    margin-top: -10px;
                    margin-left: 20px;
                    margin-bottom: 10px;
                    padding: 10px 0 !important; } }
/* line 1674, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu.second-lev {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  height: auto;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -12px;
  left: 100%;
  min-width: initial;
  width: 100%;
  padding: 10px 0 !important; }

@media (max-width: 767px) {
/* line 1687, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu.second-lev.expanded {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: -10px;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 10px 0 !important; } }
/* line 1698, ew-inc/css/partials/_layout.scss */
/* line 1699, ew-inc/css/partials/_layout.scss */

.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu.second-lev > li > a {
  padding-left: 20px !important;
  padding-right: 20px !important;
  white-space: normal; }
/* line 1704, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu.second-lev > li > a:hover {
  text-decoration: underline; }
/* line 1708, ew-inc/css/partials/_layout.scss */
.navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu.second-lev > li > a.active {
  background: #084287;
  text-decoration: underline; }
  @media (max-width: 767px) {
                    .navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu.second-lev > li > a.active {
                      background: transparent;
                      color: #315c99;
                      font-weight: bold; } }

@media (max-width: 767px) {
                    .navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu.second-lev > li > a {
                      line-height: 15px;
                      font-size: 15px; } }

@media (max-width: 767px) {
                .navbar.white .navbar-collapse .navbar-nav > li ul.dropdown-menu.second-lev {
                  display: block;
                  height: 0;
                  visibility: hidden;
                  opacity: 0;
                  position: relative;
                  width: calc(100% - 20px);
                  left: 0;
                  top: 0;
                  margin-top: 0px;
                  margin-left: 20px;
                  margin-bottom: 0px;
                  padding: 0 !important; } }
/* line 1747, ew-inc/css/partials/_layout.scss */
#footer {
  background: #073969;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  width: 100%; }

@media (max-width: 991px) {
    #footer {
      margin-bottom: 35px; } }

@media (max-width: 1023px) {
    #footer {
      padding-left: 20px !important;
      padding-right: 20px !important;
      text-align: center; }
/* line 1761, ew-inc/css/partials/_layout.scss */
#footer .rtxt {
  text-align: center !important; } }
/* line 1774, ew-inc/css/partials/_layout.scss */
#footer .copyright {
  color: #b5c5cf;
  font-size: 14px;
  font-weight: 500; }

@media (max-width: 991px) {
      #footer .copyright {
        margin-bottom: 20px; } }

@media (max-width: 767px) {
      #footer .copyright {
        text-align: center; } }
/* line 1788, ew-inc/css/partials/_layout.scss */
@media (max-width: 767px) {
      #footer .menu {
        text-align: center;
        margin-top: 40px; } }
/* line 1794, ew-inc/css/partials/_layout.scss */
#footer .menu ul {
  list-style-type: none;
  padding: 0; }
/* line 1798, ew-inc/css/partials/_layout.scss */
#footer .menu ul li {
  display: inline-block; }
/* line 1801, ew-inc/css/partials/_layout.scss */
/* line 1802, ew-inc/css/partials/_layout.scss */

#footer .menu ul li.active a {
  color: #fff; }
/* line 1807, ew-inc/css/partials/_layout.scss */
#footer .menu ul li a {
  color: #ccc;
  padding: 15px 17px;
  font-weight: 500;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
/* line 1813, ew-inc/css/partials/_layout.scss */
#footer .menu ul li a:hover {
  color: #fff;
  text-decoration: none; }

@media (max-width: 991px) {
            #footer .menu ul li a {
              padding: 15px 17px 15px 0px; } }
/* line 1826, ew-inc/css/partials/_layout.scss */
#footer .social {
  text-align: right; }

@media (max-width: 767px) {
      #footer .social {
        text-align: center;
        margin-top: 40px; } }
/* line 1834, ew-inc/css/partials/_layout.scss */
#footer .social a {
  border: 0;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 15px;
  position: relative;
  top: -10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
/* line 1848, ew-inc/css/partials/_layout.scss */
#footer .social a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }
/* line 1855, ew-inc/css/partials/_layout.scss */
#footer .credits {
  font-size: 15px;
  font-weight: 200; }
/* line 1859, ew-inc/css/partials/_layout.scss */
/* line 1860, ew-inc/css/partials/_layout.scss */

#footer .credits .social-links a {
  color: #4a4a49;
  background: #8c8c8c;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 1873, ew-inc/css/partials/_layout.scss */
#footer .credits .social-links a:hover {
  background: #fff;
  color: #4a4a49; }
/* line 1880, ew-inc/css/partials/_layout.scss */
#footer .credits span {
  color: #fff;
  line-height: 35px;
  font-family: 'Khand', sans-serif;
  font-size: 1em; }

@media (max-width: 991px) {
        #footer .credits span {
          padding-right: 20px !important; } }
/* line 1891, ew-inc/css/partials/_layout.scss */
#footer .credits a {
  color: #fff;
  line-height: 35px;
  font-weight: normal;
  font-family: 'Khand', sans-serif;
  font-size: 1em;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }
/* line 1892, ew-inc/css/partials/_layout.scss */
#footer .credits a.credits {
  text-transform: lowercase; }
/* line 1904, ew-inc/css/partials/_layout.scss */
#footer .credits a:hover {
  color: #fff;
  text-decoration: underline; }

@media (max-width: 991px) {
        #footer .credits a {
          padding-right: 20px !important; }
/* line 1911, ew-inc/css/partials/_layout.scss */
#footer .credits a.credits {
  padding-right: 0 !important; } }
/* line 1919, ew-inc/css/partials/_layout.scss */
#footer-white {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 30px;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 991px) {
    #footer-white {
      padding-top: 30px; } }
/* line 1929, ew-inc/css/partials/_layout.scss */
@media (max-width: 767px) {
      #footer-white .menu {
        text-align: center;
        margin-top: 40px; } }
/* line 1935, ew-inc/css/partials/_layout.scss */
#footer-white .menu h3 {
  margin-top: 0;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  font-weight: 600; }
/* line 1944, ew-inc/css/partials/_layout.scss */
#footer-white .menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 30px; }
/* line 1949, ew-inc/css/partials/_layout.scss */
#footer-white .menu ul li {
  display: block;
  margin-bottom: 9px; }
/* line 1953, ew-inc/css/partials/_layout.scss */
#footer-white .menu ul li a {
  color: #89a1c0;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 1960, ew-inc/css/partials/_layout.scss */
#footer-white .menu ul li a:hover {
  color: #000;
  text-decoration: none; }

@media (max-width: 991px) {
            #footer-white .menu ul li a {
              padding: 0; } }
/* line 1970, ew-inc/css/partials/_layout.scss */
#footer-white .menu ul li .hiring {
  font-family: 'Khand', sans-serif;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  word-spacing: 1.5px;
  font-size: 11px;
  margin-left: 4px;
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  background: #49b7e2; }
/* line 1983, ew-inc/css/partials/_layout.scss */
#footer-white .menu ul li .hiring:hover {
  color: #fff;
  background: #0e82af; }
/* line 1992, ew-inc/css/partials/_layout.scss */
#footer-white .newsletter {
  text-align: right; }

@media (max-width: 767px) {
      #footer-white .newsletter {
        text-align: center;
        margin-top: 40px; } }
/* line 2000, ew-inc/css/partials/_layout.scss */
#footer-white .newsletter .signup {
  margin-bottom: 40px; }
/* line 2003, ew-inc/css/partials/_layout.scss */
#footer-white .newsletter .signup p {
  font-size: 13px;
  color: #8c8c8c;
  width: 90%;
  float: right;
  text-align: left;
  line-height: 20px; }

@media (max-width: 767px) {
          #footer-white .newsletter .signup p {
            float: none;
            text-align: center;
            width: 100%; } }
/* line 2018, ew-inc/css/partials/_layout.scss */
#footer-white .newsletter .signup form {
  float: right;
  width: 90%;
  position: relative; }

@media (max-width: 767px) {
          #footer-white .newsletter .signup form {
            float: none;
            width: 100%; } }
/* line 2028, ew-inc/css/partials/_layout.scss */
#footer-white .newsletter .signup form input[type="text"] {
  font-size: 13px; }
/* line 36, ew-inc/css/modules/_mixins.scss */
#footer-white .newsletter .signup form input[type="text"]::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 37, ew-inc/css/modules/_mixins.scss */
#footer-white .newsletter .signup form input[type="text"]:-moz-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 38, ew-inc/css/modules/_mixins.scss */
#footer-white .newsletter .signup form input[type="text"]::-moz-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 39, ew-inc/css/modules/_mixins.scss */
#footer-white .newsletter .signup form input[type="text"]:-ms-input-placeholder {
  font-size: 13px;
  line-height: 17px; }
/* line 2037, ew-inc/css/partials/_layout.scss */
#footer-white .newsletter .signup form input[type="submit"] {
  border: 0;
  background: #84b0e2;
  color: #fff;
  border-radius: 3px;
  padding: 6px 10px;
  position: absolute;
  top: 5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
  right: 5px;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
/* line 2051, ew-inc/css/partials/_layout.scss */
#footer-white .newsletter .signup form input[type="submit"]:hover {
  background: #6284ac; }
/* line 2058, ew-inc/css/partials/_layout.scss */
#footer-white .newsletter a {
  border: 0;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 15px;
  position: relative;
  top: -10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
/* line 2072, ew-inc/css/partials/_layout.scss */
#footer-white .newsletter a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }
/* pages */
/* line 1, ew-inc/css/partials/pages/_qweb.scss */
.border-1 {
  border: 1px solid #979797; }
/* line 5, ew-inc/css/partials/pages/_qweb.scss */
.border-2 {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797; }
/* line 11, ew-inc/css/partials/pages/_qweb.scss */
.border-3 {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797; }
/* line 17, ew-inc/css/partials/pages/_qweb.scss */
.border-4 {
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797; }
/* line 23, ew-inc/css/partials/pages/_qweb.scss */
.border-5 {
  border-left: 1px solid #979797;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797; }
/* line 29, ew-inc/css/partials/pages/_qweb.scss */
.border-6 {
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797; }
/* line 34, ew-inc/css/partials/pages/_qweb.scss */
.border-7 {
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797; }
/* line 39, ew-inc/css/partials/pages/_qweb.scss */
.azu {
  color: #00afe9; }
/* line 43, ew-inc/css/partials/pages/_qweb.scss */
.link {
  text-decoration: underline;
  cursor: pointer; }
/* line 49, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus {
  position: fixed;
  right: -20px;
  top: 30%;
  z-index: 999; }

@media (max-width: 1499px) {
    .booking-cus {
      display: none !important; } }

@media (max-width: 1023px) {
    .booking-cus {
      top: 200px; } }
/* line 65, ew-inc/css/partials/pages/_qweb.scss */
/* line 66, ew-inc/css/partials/pages/_qweb.scss */

.booking-cus.affix .single {
  width: 100px;
  height: 70px; }

@media (min-width: 768px) and (max-width: 1200px) {
        .booking-cus.affix .single {
          width: 80px;
          height: 50px; } }
/* line 74, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus.affix .single:hover {
  width: 105px;
  position: relative;
  right: -10px; }

@media (min-width: 768px) and (max-width: 1200px) {
          .booking-cus.affix .single:hover {
            width: 85px; } }
/* line 83, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus.affix .single em {
  display: block;
  font-size: 30px;
  margin-bottom: 0px; }
/* line 89, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus.affix .single span {
  display: none; }
/* line 95, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus .single {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-right: 15px;
  width: 150px;
  height: 90px;
  font-size: 24px;
  position: relative;
  right: 0px;
  background: #073969;
  display: table;
  -webkit-box-shadow: -7px 7px 53px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: -7px 7px 53px 0px rgba(0, 0, 0, 0.21);
  box-shadow: -7px 7px 53px 0px rgba(0, 0, 0, 0.21); }

@media (min-width: 768px) and (max-width: 1200px) {
      .booking-cus .single {
        width: 150px;
        height: 80px; } }
/* line 113, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus .single:hover {
  width: 150px;
  position: relative;
  right: -15px; }

@media (min-width: 768px) and (max-width: 1200px) {
        .booking-cus .single:hover {
          width: 150px; } }
/* line 122, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus .single:first-child {
  background: #00afe9; }
/* line 126, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus .single:last-child {
  background: #084287; }
/* line 130, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus .single a {
  display: table-cell;
  vertical-align: middle;
  color: #fff !important; }
/* line 135, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus .single a:hover {
  text-decoration: none; }
/* line 139, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus .single a em {
  -webkit-transition: font 0.2s linear;
  -moz-transition: font 0.2s linear;
  -ms-transition: font 0.2s linear;
  -o-transition: font 0.2s linear;
  transition: font 0.2s linear;
  display: block;
  font-size: 36px;
  margin-bottom: 10px; }

@media (min-width: 768px) and (max-width: 1200px) {
          .booking-cus .single a em {
            font-size: 26px; } }
/* line 149, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus .single a span {
  opacity: 1;
  visibility: visible;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  display: block;
  font-weight: bold !important;
  line-height: 16px;
  font-size: 17px !important;
  color: white !important; }

@media (min-width: 768px) and (max-width: 1200px) {
          .booking-cus .single a span {
            line-height: 12px;
            font-size: 10px; } }
/* line 168, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4490; }

@media (min-width: 1500px) {
    .booking-cus-mobile {
      display: none !important; } }

@media (max-width: 767px) {
    .booking-cus-mobile {
      display: none !important; } }
/* line 181, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus-mobile .single {
  display: inline-flex;
  width: calc(100% / 3);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  background: #073969; }

@media (max-width: 767px) {
      .booking-cus-mobile .single {
        width: calc(100% / 2) !important; } }
/* line 192, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus-mobile .single em {
  color: #fff;
  padding-right: 5px; }
/* line 197, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus-mobile .single span {
  font-size: 20px;
  line-height: 15px;
  color: #fff; }
/* line 203, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus-mobile .single:first-child {
  background: #00afe9; }
/* line 207, ew-inc/css/partials/pages/_qweb.scss */
.booking-cus-mobile .single:last-child {
  background: #084287; }
/* line 214, ew-inc/css/partials/pages/_qweb.scss */
#carousel-related .owl-nav .owl-next, #carousel-related .owl-nav .owl-prev {
  padding: 15px;
  font-size: 22px;
  background-color: #06a7dc;
  color: white; }
/* line 222, ew-inc/css/partials/pages/_qweb.scss */
.search-button {
  background-color: transparent;
  float: right;
  display: none !important; }
/* line 228, ew-inc/css/partials/pages/_qweb.scss */
.search-button > a {
  color: #8c8c8c !important; }
/* line 231, ew-inc/css/partials/pages/_qweb.scss */
.search-button > a:hover {
  color: #fff !important; }
/* line 236, ew-inc/css/partials/pages/_qweb.scss */
/* line 237, ew-inc/css/partials/pages/_qweb.scss */

.search-button.search .fa-close {
  display: none;
  opacity: 0;
  visibility: hidden; }
/* line 243, ew-inc/css/partials/pages/_qweb.scss */
.search-button.search .fa-search {
  opacity: 1;
  visibility: visible;
  font-size: 20px; }
/* line 250, ew-inc/css/partials/pages/_qweb.scss */
.search-button.nosearch {
  position: fixed;
  top: -5px;
  right: 0px; }
/* line 255, ew-inc/css/partials/pages/_qweb.scss */
.search-button.nosearch .fa-search {
  display: none;
  opacity: 0;
  visibility: hidden; }
/* line 261, ew-inc/css/partials/pages/_qweb.scss */
.search-button.nosearch .fa-close {
  opacity: 1;
  visibility: visible;
  font-size: 20px; }
/* line 269, ew-inc/css/partials/pages/_qweb.scss */
/* line 270, ew-inc/css/partials/pages/_qweb.scss */

.area-link > a {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 273, ew-inc/css/partials/pages/_qweb.scss */
.area-link > a:hover {
  background-color: #353535 !important; }

/* line 296, ew-inc/css/partials/pages/_qweb.scss */

.area-link:last-child {
  float: right !important;
  position: relative;
  top: 10px; }
/* line 301, ew-inc/css/partials/pages/_qweb.scss */
.area-link:last-child a {
  border-radius: 0 !important;
  font-weight: 900; }
/* line 305, ew-inc/css/partials/pages/_qweb.scss */
.area-link:last-child a:hover {
  background-color: #b79955 !important; }
/* line 309, ew-inc/css/partials/pages/_qweb.scss */
.area-link:last-child a:before {
  content: "";
  display: block;
  background: linear-gradient(to right, #dea400 25%, #35a949 25%, #35a949 50%, #c92518 50%, #c92518 75%, #00afe9 75%);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 10px;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0; }
/* line 345, ew-inc/css/partials/pages/_qweb.scss */
.mega-dropdown-menu ul li a {
  font-weight: 400 !important; }
/* line 348, ew-inc/css/partials/pages/_qweb.scss */
.mega-dropdown-menu ul li a:before {
  content: none !important; }
/* line 354, ew-inc/css/partials/pages/_qweb.scss */
.languagepicker {
  background-color: #4a4a49;
  display: inline-block;
  padding: 0;
  height: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5000;
  border-bottom-left-radius: 10px; }
/* line 368, ew-inc/css/partials/pages/_qweb.scss */
.languagepicker:hover {
  /* don't forget the 1px border */
  height: 180px !important; }
/* line 373, ew-inc/css/partials/pages/_qweb.scss */
.languagepicker a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em; }
/* line 379, ew-inc/css/partials/pages/_qweb.scss */
.languagepicker li {
  display: block;
  padding: 0px 20px;
  line-height: 30px;
  border-top: 1px solid #eee; }
/* line 386, ew-inc/css/partials/pages/_qweb.scss */
.languagepicker li:hover {
  background-color: #4a4a49; }
/* line 390, ew-inc/css/partials/pages/_qweb.scss */
.languagepicker a:first-child li {
  border: none; }
/* line 395, ew-inc/css/partials/pages/_qweb.scss */
.languagepicker li img {
  margin-right: 5px; }
/* line 399, ew-inc/css/partials/pages/_qweb.scss */
.roundborders {
  border-radius: 5px; }
/* line 403, ew-inc/css/partials/pages/_qweb.scss */
.large:hover {
  /*
   don't forget the 1px border!
   The first language is 40px heigh,
   the others are 41px
   */
  height: 245px; }
/* line 413, ew-inc/css/partials/pages/_qweb.scss */
/* line 414, ew-inc/css/partials/pages/_qweb.scss */

#block-live-instagram h3 {
  font-size: 2.5em;
  font-weight: 400; }

@media (max-width: 767px) {
      #block-live-instagram h3 {
        font-size: 1.7em;
        display: block;
        margin-bottom: 15px; }
/* line 421, ew-inc/css/partials/pages/_qweb.scss */
#block-live-instagram h3 svg {
  display: none; } }
/* line 427, ew-inc/css/partials/pages/_qweb.scss */
/* line 428, ew-inc/css/partials/pages/_qweb.scss */

#block-live-instagram .details a {
  font-size: 2em;
  font-weight: 400;
  line-height: 1em; }
/* line 438, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking {
  width: 420px; }
/* line 441, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking.full-width {
  width: 100%;
  top: -62px;
  position: relative;
  z-index: 1; }

@media (max-width: 767px) {
      #widget-booking.full-width {
        top: 0px; } }

@media (min-width: 768px) and (max-width: 991px) {
      #widget-booking.full-width {
        top: -67px; } }
/* line 453, ew-inc/css/partials/pages/_qweb.scss */
/* line 454, ew-inc/css/partials/pages/_qweb.scss */

#widget-booking.full-width .weather-widget .weather-widget-temp {
  font-size: 1.2em; }
/* line 459, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking.full-width .wrapper {
  background: inherit;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

@media (max-width: 767px) {
        #widget-booking.full-width .wrapper {
          padding: 0 !important; } }
/* line 464, ew-inc/css/partials/pages/_qweb.scss */
@media (max-width: 767px) {
          #widget-booking.full-width .wrapper > div {
            padding: 0 !important; } }
/* line 471, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking.full-width .wrapper .search {
  margin: 0 !important; }
/* line 480, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking.full-width .wrapper h4 {
  width: 200px;
  /* float: right;*/ }

@media (max-width: 767px) {
          #widget-booking.full-width .wrapper h4 {
            width: 100%;
            float: left;
            padding: 0 !important; } }
/* line 490, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking.full-width .wrapper form {
  background: #f3f3f3; }

@media (max-width: 1199px) {
          #widget-booking.full-width .wrapper form {
            -webkit-border-top-left-radius: 20px;
            -moz-border-radius-topleft: 20px;
            border-top-left-radius: 20px; } }

@media (max-width: 767px) {
          #widget-booking.full-width .wrapper form {
            -webkit-border-top-left-radius: 0px;
            -moz-border-radius-topleft: 0px;
            border-top-left-radius: 0px;
            -webkit-border-bottom-left-radius: 20px;
            -moz-border-radius-bottomleft: 20px;
            border-bottom-left-radius: 20px;
            -webkit-border-bottom-right-radius: 20px;
            -moz-border-radius-bottomright: 20px;
            border-bottom-right-radius: 20px; } }
/* line 509, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking.full-width .wrapper form .form-control {
  padding: 0; }
/* line 512, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking.full-width .wrapper form .form-control .ui-datepicker-trigger {
  position: absolute;
  top: 40px;
  right: 20px; }
/* line 520, ew-inc/css/partials/pages/_qweb.scss */
/* line 521, ew-inc/css/partials/pages/_qweb.scss */

#widget-booking.full-width .wrapper .weather-wrapper #weather {
  background: #f3f3f3;
  /* -webkit-border-top-left-radius: 35px;
   -moz-border-radius-topleft: 35px;
   border-top-left-radius: 35px;*/ }
/* line 526, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking.full-width .wrapper .weather-wrapper #weather .forecast-label {
  display: block;
  font-size: 17px;
  line-height: 20px;
  padding: 0 20px; }

@media (max-width: 991px) {
    #widget-booking {
      width: 100%;
      padding: 5px !important;
      background: transparent; } }
/* line 543, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper {
  background: #f3f3f3;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }
/* line 544, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper form {
  margin-bottom: 0; }
/* line 553, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper .search {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff;
  background: #00afe9;
  border: 2px solid #00afe9;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding: 3px 15px 0px;
  height: 40px; }

@media (max-width: 767px) {
        #widget-booking .wrapper .search {
          font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#widget-booking .wrapper .search:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#widget-booking .wrapper .search:active, #widget-booking .wrapper .search:focus {
  text-decoration: none; }
/* line 560, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper .search:hover {
  color: #b79955;
  border-color: #b79955; }
/* line 566, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper h4 {
  background: #00afe9;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  line-height: normal;
  margin-bottom: 0;
  background: #00afe9;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }
/* line 583, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper .wrapper-age-col {
  display: none; }
/* line 587, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper .form-control {
  margin-bottom: 10px;
  background: transparent;
  height: auto !important;
  border: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px transparent;
  box-shadow: inset 0 1px 1px transparent; }
/* line 588, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper .form-control:first-child {
  margin-top: 5px; }
/* line 599, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper .form-control label {
  display: block;
  font-size: 1em;
  color: #353535;
  font-weight: normal; }

@media (max-width: 767px) {
          #widget-booking .wrapper .form-control label {
            font-size: 0.9em; } }
/* line 609, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper .form-control .ui-datepicker-trigger {
  position: absolute;
  top: 45px;
  right: 30px;
  border: 0;
  background: #00afe9;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  line-height: 25px; }

@media (max-width: 767px) {
          #widget-booking .wrapper .form-control .ui-datepicker-trigger {
            top: 42px; } }
/* line 624, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper .form-control input, #widget-booking .wrapper .form-control select {
  height: 40px;
  width: 100%;
  background: #fff;
  border: 0;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1em; }

@media (max-width: 767px) {
          #widget-booking .wrapper .form-control input, #widget-booking .wrapper .form-control select {
            font-size: 0.85em; } }
/* line 638, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking .wrapper .form-control input.is-disabled, #widget-booking .wrapper .form-control select.is-disabled {
  cursor: not-allowed;
  opacity: 0.5; }
/* line 648, ew-inc/css/partials/pages/_qweb.scss */
/* line 649, ew-inc/css/partials/pages/_qweb.scss */

#index-inspireme-blocks .single {
  background-size: cover;
  background-position: center center; }
/* line 656, ew-inc/css/partials/pages/_qweb.scss */
/* line 657, ew-inc/css/partials/pages/_qweb.scss */

/* line 659, ew-inc/css/partials/pages/_qweb.scss */

#index-inspireme-blocks .single:hover .wrapper.odd:after, #index-inspireme-blocks .single:hover .wrapper.spare:after {
  background: rgba(183, 153, 85, 0.6); }
/* line 665, ew-inc/css/partials/pages/_qweb.scss */
#index-inspireme-blocks .single .wrapper {
  padding: 10%;
  z-index: 0; }
/* line 669, ew-inc/css/partials/pages/_qweb.scss */
#index-inspireme-blocks .single .wrapper .valign-el {
  z-index: 1;
  position: relative; }
/* line 674, ew-inc/css/partials/pages/_qweb.scss */
/* line 675, ew-inc/css/partials/pages/_qweb.scss */

#index-inspireme-blocks .single .wrapper.odd:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0px;
  right: 15px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 694, ew-inc/css/partials/pages/_qweb.scss */
/* line 695, ew-inc/css/partials/pages/_qweb.scss */

#index-inspireme-blocks .single .wrapper.spare:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 15px;
  right: 0px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 714, ew-inc/css/partials/pages/_qweb.scss */
#index-inspireme-blocks .single .wrapper h4 {
  color: #fff;
  font-size: 6vw;
  font-weight: 400; }
/* line 721, ew-inc/css/partials/pages/_qweb.scss */
#index-inspireme-blocks .single .wrapper a {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-decoration: none;
  font-size: 2vw; }

@media (max-width: 767px) {
          #index-inspireme-blocks .single .wrapper a {
            font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#index-inspireme-blocks .single .wrapper a:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#index-inspireme-blocks .single .wrapper a:active, #index-inspireme-blocks .single .wrapper a:focus {
  text-decoration: none; }
/* line 738, ew-inc/css/partials/pages/_qweb.scss */
/* line 739, ew-inc/css/partials/pages/_qweb.scss */

#news-square-wrapper > h3 {
  font-size: 1.8em;
  background: #f3f3f3;
  text-transform: uppercase;
  margin-bottom: 0; }

@media (min-width: 1024px) and (max-width: 1199px) {
/* line 747, ew-inc/css/partials/pages/_qweb.scss */
#news-square-wrapper > .container-fluid {
  margin-left: -15px;
  margin-right: -15px; } }

@media (min-width: 768px) and (max-width: 991px) {
/* line 753, ew-inc/css/partials/pages/_qweb.scss */
#news-square-wrapper > .container-fluid {
  margin-left: -15px;
  margin-right: -15px; } }
/* line 759, ew-inc/css/partials/pages/_qweb.scss */
/* line 760, ew-inc/css/partials/pages/_qweb.scss */

#news-square-wrapper .single h3 {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 991px) {
        #news-square-wrapper .single h3 {
          font-size: 1.1em; } }

@media (max-width: 767px) {
        #news-square-wrapper .single h3 {
          font-size: 1.1em; } }
/* line 772, ew-inc/css/partials/pages/_qweb.scss */
#news-square-wrapper .single span.date {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: inline-block;
  background: #00afe9;
  /*$mag*/
  color: #fff;
  font-weight: 900;
  font-size: 1em;
  padding: 10px 15px;
  text-align: center; }
/* line 785, ew-inc/css/partials/pages/_qweb.scss */
#news-square-wrapper .single span.date2 {
  /*position: absolute;
   right: 0;
   bottom: 0px;*/
  display: inline-block;
  background: #00afe9;
  /*$mag*/
  color: #fff;
  font-weight: 900;
  font-size: 1em;
  padding: 10px 15px;
  text-align: center; }
/* line 798, ew-inc/css/partials/pages/_qweb.scss */
#news-square-wrapper .single .fb-share {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.5em; }
/* line 806, ew-inc/css/partials/pages/_qweb.scss */
#news-square-wrapper .single .details {
  background: #fff; }
/* line 811, ew-inc/css/partials/pages/_qweb.scss */
#news-square-wrapper .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 15px; }

@media (max-width: 500px) {
      #news-square-wrapper .owl-dots {
        bottom: 10px !important; } }
/* line 818, ew-inc/css/partials/pages/_qweb.scss */
#news-square-wrapper .owl-dots .active span {
  background: #dea400; }
/* line 822, ew-inc/css/partials/pages/_qweb.scss */
/* line 823, ew-inc/css/partials/pages/_qweb.scss */

/* line 824, ew-inc/css/partials/pages/_qweb.scss */

#news-square-wrapper .owl-dots .owl-dot:hover span {
  background: #c92518; }
/* line 830, ew-inc/css/partials/pages/_qweb.scss */
#news-square-wrapper .owl-dots span {
  margin: 5px;
  width: 15px;
  height: 15px; }
/* line 839, ew-inc/css/partials/pages/_qweb.scss */
#page-filters {
  text-align: center; }
/* line 842, ew-inc/css/partials/pages/_qweb.scss */
#page-filters span {
  font-size: 1em;
  display: inline-block;
  color: #8c8c8c; }
/* line 848, ew-inc/css/partials/pages/_qweb.scss */
#page-filters a {
  text-decoration: none;
  font-size: 0.8em;
  display: inline-block; }
/* line 853, ew-inc/css/partials/pages/_qweb.scss */
#page-filters a:hover {
  text-decoration: underline; }
/* line 859, ew-inc/css/partials/pages/_qweb.scss */
/* line 860, ew-inc/css/partials/pages/_qweb.scss */

#boxsearch-structures form, #boxsearch-events form {
  position: relative;
  display: block;
  float: left;
  width: 100%; }
/* line 867, ew-inc/css/partials/pages/_qweb.scss */
#boxsearch-structures label, #boxsearch-events label {
  font-weight: 600; }
/* line 871, ew-inc/css/partials/pages/_qweb.scss */
#boxsearch-structures select, #boxsearch-events select, #boxsearch-structures input[type='text'], #boxsearch-events input[type='text'] {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.8em;
  height: 45px;
  border: 1px solid #8c8c8c;
  padding: 0 5px; }
/* line 882, ew-inc/css/partials/pages/_qweb.scss */
#boxsearch-structures #customDateFrom, #boxsearch-events #customDateFrom, #boxsearch-structures #customDateTo, #boxsearch-events #customDateTo {
  height: 0;
  width: 0;
  opacity: 0;
  border: 0;
  font-size: 0; }
/* line 890, ew-inc/css/partials/pages/_qweb.scss */
#boxsearch-structures button, #boxsearch-events button, #boxsearch-structures a:not(#choose-period):not(#choose-data), #boxsearch-events a:not(#choose-period):not(#choose-data) {
  color: #fff;
  background: #dea400;
  border: 2px solid #dea400;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding: 6px 15px 6px;
  font-size: 20px;
  height: 45px;
  height: 45px;
  margin: 0 0px 0 10px; }

@media (max-width: 767px) {
      #boxsearch-structures button, #boxsearch-events button, #boxsearch-structures a:not(#choose-period):not(#choose-data), #boxsearch-events a:not(#choose-period):not(#choose-data) {
        font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#boxsearch-structures button:hover, #boxsearch-events button:hover, #boxsearch-structures a:not(#choose-period):not(#choose-data):hover, #boxsearch-events a:not(#choose-period):not(#choose-data):hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#boxsearch-structures button:active, #boxsearch-events button:active, #boxsearch-structures a:not(#choose-period):not(#choose-data):active, #boxsearch-events a:not(#choose-period):not(#choose-data):active, #boxsearch-structures button:focus, #boxsearch-events button:focus, #boxsearch-structures a:not(#choose-period):not(#choose-data):focus, #boxsearch-events a:not(#choose-period):not(#choose-data):focus {
  text-decoration: none; }
/* line 899, ew-inc/css/partials/pages/_qweb.scss */
#boxsearch-structures button:hover, #boxsearch-events button:hover, #boxsearch-structures a:not(#choose-period):not(#choose-data):hover, #boxsearch-events a:not(#choose-period):not(#choose-data):hover {
  color: #fff;
  border-color: #00afe9;
  background: #00afe9; }
/* line 906, ew-inc/css/partials/pages/_qweb.scss */
#boxsearch-structures button, #boxsearch-events button {
  max-width: 150px; }
/* line 910, ew-inc/css/partials/pages/_qweb.scss */
#boxsearch-structures button img, #boxsearch-events button img {
  display: none; }
/* line 915, ew-inc/css/partials/pages/_qweb.scss */
#boxsearch-structures a, #boxsearch-events a {
  padding: 10px 15px 10px;
  width: 50px; }
/* line 922, ew-inc/css/partials/pages/_qweb.scss */
/* line 923, ew-inc/css/partials/pages/_qweb.scss */

#structures-block a {
  text-decoration: none; }
/* line 927, ew-inc/css/partials/pages/_qweb.scss */
#structures-block .slot {
  display: none; }
/* line 930, ew-inc/css/partials/pages/_qweb.scss */
#structures-block .slot:first-child {
  display: block; }
/* line 935, ew-inc/css/partials/pages/_qweb.scss */
/* line 936, ew-inc/css/partials/pages/_qweb.scss */

#structures-block .single .wrapper-image {
  height: 250px;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover; }
/* line 944, ew-inc/css/partials/pages/_qweb.scss */
/* line 945, ew-inc/css/partials/pages/_qweb.scss */

#structures-block .single > div:not(.struttura-view) {
  background: #f0f0f0; }
/* line 949, ew-inc/css/partials/pages/_qweb.scss */
#structures-block .single > div h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0; }
/* line 955, ew-inc/css/partials/pages/_qweb.scss */
#structures-block .single > div h3 .fa-star {
  font-size: 0.5em;
  color: #b79955;
  vertical-align: super; }
/* line 961, ew-inc/css/partials/pages/_qweb.scss */
#structures-block .single > div h3 small {
  font-weight: 700;
  vertical-align: super;
  color: #00afe9;
  padding-left: 5px; }
/* line 969, ew-inc/css/partials/pages/_qweb.scss */
#structures-block .single > div span {
  display: block; }
/* line 973, ew-inc/css/partials/pages/_qweb.scss */
#structures-block .single > div .goto {
  color: #00afe9;
  background: transparent;
  border: 2px solid #00afe9;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
          #structures-block .single > div .goto {
            font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#structures-block .single > div .goto:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#structures-block .single > div .goto:active, #structures-block .single > div .goto:focus {
  text-decoration: none; }
/* line 976, ew-inc/css/partials/pages/_qweb.scss */
#structures-block .single > div .goto:hover {
  color: #00afe9;
  border-color: #00afe9; }
/* line 981, ew-inc/css/partials/pages/_qweb.scss */
#structures-block .single > div .goto.wprice {
  color: #fff;
  background: #00afe9;
  border: 2px solid #00afe9;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
            #structures-block .single > div .goto.wprice {
              font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#structures-block .single > div .goto.wprice:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#structures-block .single > div .goto.wprice:active, #structures-block .single > div .goto.wprice:focus {
  text-decoration: none; }
/* line 984, ew-inc/css/partials/pages/_qweb.scss */
#structures-block .single > div .goto.wprice span {
  display: inline; }
/* line 988, ew-inc/css/partials/pages/_qweb.scss */
#structures-block .single > div .goto.wprice:hover {
  color: #00afe9; }
/* line 996, ew-inc/css/partials/pages/_qweb.scss */
/* line 997, ew-inc/css/partials/pages/_qweb.scss */

#structures-block p.nores a {
  text-decoration: underline; }
/* line 1002, ew-inc/css/partials/pages/_qweb.scss */
#structures-block #more {
  color: #00afe9;
  background: transparent;
  border: 2px solid #00afe9;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
      #structures-block #more {
        font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#structures-block #more:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#structures-block #more:active, #structures-block #more:focus {
  text-decoration: none; }
/* line 1005, ew-inc/css/partials/pages/_qweb.scss */
#structures-block #more:hover {
  color: #b79955;
  border-color: #b79955; }
/* line 1013, ew-inc/css/partials/pages/_qweb.scss */
#news-preview-wrapper {
  background: #f3f3f3; }

@media (max-width: 767px) {
    #news-preview-wrapper {
      padding-top: 20px !important;
      padding-bottom: 20px !important; } }


/* line 1026, ew-inc/css/partials/pages/_qweb.scss */
#news-preview-wrapper #news-primo-piano-wrapper {
  background: #fff; }
/* line 1027, ew-inc/css/partials/pages/_qweb.scss */
#news-preview-wrapper #news-primo-piano-wrapper > h3 {
  font-size: 1.8em;
  background: #f3f3f3;
  text-transform: uppercase;
  margin-bottom: 0; }
/* line 1036, ew-inc/css/partials/pages/_qweb.scss */
/* line 1037, ew-inc/css/partials/pages/_qweb.scss */

#news-preview-wrapper #news-primo-piano-wrapper .single img {
  border-bottom: 1px solid #fff; }
/* line 1041, ew-inc/css/partials/pages/_qweb.scss */
#news-preview-wrapper #news-primo-piano-wrapper .single h3 {
  font-size: 2em;
  font-weight: 400; }

@media (max-width: 767px) {
          #news-preview-wrapper #news-primo-piano-wrapper .single h3 {
            font-size: 1.4em; } }
/* line 1049, ew-inc/css/partials/pages/_qweb.scss */
#news-preview-wrapper #news-primo-piano-wrapper .single p {
  font-size: 1.4em;
  font-weight: 300; }

@media (max-width: 767px) {
          #news-preview-wrapper #news-primo-piano-wrapper .single p {
            font-size: 1em; } }
/* line 1057, ew-inc/css/partials/pages/_qweb.scss */
#news-preview-wrapper #news-primo-piano-wrapper .single span.date {
  position: absolute;
  right: 0;
  bottom: 1px;
  display: inline-block;
  background: #ff4713;
  color: #fff;
  font-weight: 900;
  font-size: 1em;
  padding: 10px 0;
  text-align: center; }
/* line 1070, ew-inc/css/partials/pages/_qweb.scss */
#news-preview-wrapper #news-primo-piano-wrapper .single .fb-share {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.5em; }
/* line 1079, ew-inc/css/partials/pages/_qweb.scss */
#news-preview-wrapper #news-primo-piano-wrapper .owl-dots {
  position: absolute;
  top: 10px;
  left: 15px; }
/* line 1084, ew-inc/css/partials/pages/_qweb.scss */
#news-preview-wrapper #news-primo-piano-wrapper .owl-dots .active span {
  background: #dea400; }
/* line 1088, ew-inc/css/partials/pages/_qweb.scss */
/* line 1089, ew-inc/css/partials/pages/_qweb.scss */

/* line 1090, ew-inc/css/partials/pages/_qweb.scss */

#news-preview-wrapper #news-primo-piano-wrapper .owl-dots .owl-dot:hover span {
  background: #c92518; }
/* line 1096, ew-inc/css/partials/pages/_qweb.scss */
#news-preview-wrapper #news-primo-piano-wrapper .owl-dots span {
  margin: 5px;
  width: 15px;
  height: 15px; }
/* line 1104, ew-inc/css/partials/pages/_qweb.scss */
/* line 1105, ew-inc/css/partials/pages/_qweb.scss */

#news-preview-wrapper #news-square-wrapper .single {
  position: relative;
  float: left; }
/* line 1113, ew-inc/css/partials/pages/_qweb.scss */
/* line 1114, ew-inc/css/partials/pages/_qweb.scss */

#top-events-list a {
  text-decoration: none; }
/* line 1118, ew-inc/css/partials/pages/_qweb.scss */
/* line 1119, ew-inc/css/partials/pages/_qweb.scss */

#top-events-list .element-item figure {
  height: 230px;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-color: #f3f3f3; }
/* line 1128, ew-inc/css/partials/pages/_qweb.scss */
#top-events-list .element-item h4 {
  font-size: 1.2em;
  font-weight: bold;
  background: #f3f3f3;
  padding: 15px;
  border-bottom: 3px solid #c92518; }
/* line 1139, ew-inc/css/partials/pages/_qweb.scss */
/* line 1140, ew-inc/css/partials/pages/_qweb.scss */

#menu-list-wpage a {
  text-decoration: none; }
/* line 1144, ew-inc/css/partials/pages/_qweb.scss */
/* line 1145, ew-inc/css/partials/pages/_qweb.scss */

#menu-list-wpage .element-item figure {
  height: 180px;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-color: #f3f3f3; }
/* line 1154, ew-inc/css/partials/pages/_qweb.scss */
#menu-list-wpage .element-item h4 {
  font-size: 1.2em;
  font-weight: bold;
  background: #f3f3f3;
  padding: 15px; }
/* line 1160, ew-inc/css/partials/pages/_qweb.scss */
#menu-list-wpage .element-item h4.yel {
  border-bottom: 3px solid #dea400; }
/* line 1164, ew-inc/css/partials/pages/_qweb.scss */
#menu-list-wpage .element-item h4.red {
  border-bottom: 3px solid #c92518; }
/* line 1168, ew-inc/css/partials/pages/_qweb.scss */
#menu-list-wpage .element-item h4.green {
  border-bottom: 3px solid #35a949; }
/* line 1172, ew-inc/css/partials/pages/_qweb.scss */
#menu-list-wpage .element-item h4.azu {
  border-bottom: 3px solid #00afe9; }
/* line 1176, ew-inc/css/partials/pages/_qweb.scss */
#menu-list-wpage .element-item h4.neutra {
  border-bottom: 3px solid transparent; }
/* line 1182, ew-inc/css/partials/pages/_qweb.scss */
#menu-list-wpage .subrow {
  display: none; }
/* line 1188, ew-inc/css/partials/pages/_qweb.scss */
#related-news {
  background: #f3f3f3; }
/* line 1191, ew-inc/css/partials/pages/_qweb.scss */
#related-news h4 {
  font-weight: 900; }
/* line 1195, ew-inc/css/partials/pages/_qweb.scss */
/* line 1196, ew-inc/css/partials/pages/_qweb.scss */

#related-news .single h3 {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 0; }
/* line 1202, ew-inc/css/partials/pages/_qweb.scss */
#related-news .single span.date {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: inline-block;
  background: #b79955;
  color: #fff;
  font-weight: 900;
  font-size: 1.3em;
  padding: 10px 0;
  text-align: center; }
/* line 1209, ew-inc/css/partials/pages/_qweb.scss */
#related-news .single span.date.color-23 {
  background: #e50695; }
/* line 1213, ew-inc/css/partials/pages/_qweb.scss */
#related-news .single span.date.color-1 {
  background: #ff4713; }
/* line 1224, ew-inc/css/partials/pages/_qweb.scss */
#related-news .single .fb-share {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.5em; }
/* line 1232, ew-inc/css/partials/pages/_qweb.scss */
#related-news .single .details {
  background: #fff; }
/* line 1239, ew-inc/css/partials/pages/_qweb.scss */
#top-content {
  width: 100%;
  display: block;
  float: left;
  position: relative; }
/* line 1241, ew-inc/css/partials/pages/_qweb.scss */
#top-content > div.with-border-bottom {
  border-bottom: 2px solid; }
/* line 1250, ew-inc/css/partials/pages/_qweb.scss */
#top-content a {
  color: #4a4a49;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none !important; }

@media (max-width: 767px) {
      #top-content a {
        font-size: 0.8em; } }
/* line 1260, ew-inc/css/partials/pages/_qweb.scss */
#top-content a:hover {
  text-decoration: underline !important; }
/* line 1265, ew-inc/css/partials/pages/_qweb.scss */
#top-content span, #top-content svg {
  color: #4a4a49;
  font-weight: 600;
  font-size: 1em; }

@media (max-width: 767px) {
      #top-content span, #top-content svg {
        font-size: 0.8em; } }
/* line 1276, ew-inc/css/partials/pages/_qweb.scss */
#top-content .breadcrumb {
  padding: 0; }
/* line 1279, ew-inc/css/partials/pages/_qweb.scss */
#top-content .breadcrumb i:last-child {
  display: none; }
/* line 1286, ew-inc/css/partials/pages/_qweb.scss */
/* line 1287, ew-inc/css/partials/pages/_qweb.scss */

@media (max-width: 767px) {
      #intro-page .wrapper {
        padding-top: 10px !important;
        padding-bottom: 15px !important;
        text-align: center; } }
/* line 1297, ew-inc/css/partials/pages/_qweb.scss */
#intro-page h3 {
  color: #fff; }

@media (max-width: 767px) {
      #intro-page h3 {
        text-align: center; } }
/* line 1304, ew-inc/css/partials/pages/_qweb.scss */
#intro-page .read-more {
  -webkit-transition: height 0.15s linear;
  -moz-transition: height 0.15s linear;
  -ms-transition: height 0.15s linear;
  -o-transition: height 0.15s linear;
  transition: height 0.15s linear;
  clear: both;
  margin-bottom: 20px; }

@media (max-width: 767px) {
      #intro-page .read-more {
        text-align: center; } }
/* line 1312, ew-inc/css/partials/pages/_qweb.scss */
@media (max-width: 1199px) {
        #intro-page .read-more.expanded {
          height: auto !important; } }
/* line 1320, ew-inc/css/partials/pages/_qweb.scss */
#intro-page > div {
  background: #4a4a49; }
/* line 1323, ew-inc/css/partials/pages/_qweb.scss */
#intro-page > div.yel {
  border-bottom: 10px solid #dea400; }
/* line 1327, ew-inc/css/partials/pages/_qweb.scss */
#intro-page > div.red {
  border-bottom: 10px solid #c92518; }
/* line 1331, ew-inc/css/partials/pages/_qweb.scss */
#intro-page > div.green {
  border-bottom: 10px solid #35a949; }
/* line 1335, ew-inc/css/partials/pages/_qweb.scss */
#intro-page > div.azu {
  border-bottom: 10px solid #00afe9; }
/* line 1339, ew-inc/css/partials/pages/_qweb.scss */
#intro-page > div.neutra {
  border-bottom: 10px solid transparent; }
/* line 1343, ew-inc/css/partials/pages/_qweb.scss */
#intro-page > div.gold, #intro-page > div.multi {
  border-bottom: 10px solid #b79955; }
/* line 1348, ew-inc/css/partials/pages/_qweb.scss */
/* line 1349, ew-inc/css/partials/pages/_qweb.scss */

#intro-page > div.multi h1 {
  color: #fff; }
/* line 1354, ew-inc/css/partials/pages/_qweb.scss */
#intro-page > div p {
  color: #fff;
  font-weight: 300;
  font-size: 1.2em;
  line-height: normal; }
/* line 1361, ew-inc/css/partials/pages/_qweb.scss */
#intro-page > div .read-more__link {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
        #intro-page > div .read-more__link {
          font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#intro-page > div .read-more__link:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#intro-page > div .read-more__link:active, #intro-page > div .read-more__link:focus {
  text-decoration: none; }
/* line 1367, ew-inc/css/partials/pages/_qweb.scss */
#intro-page > div .read-more__link:hover {
  color: #b79955;
  border-color: #b79955; }
/* line 1376, ew-inc/css/partials/pages/_qweb.scss */
#block-events-calendar {
  background: #f3f3f3; }

@media (max-width: 767px) {
/* line 1379, ew-inc/css/partials/pages/_qweb.scss */
#block-events-calendar > div {
  padding-top: 20px !important;
  padding-bottom: 30px !important; } }
/* line 1385, ew-inc/css/partials/pages/_qweb.scss */
#block-events-calendar h3 {
  font-size: 2.5em;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 0;
  display: inline;
  vertical-align: bottom;
  text-transform: uppercase; }

@media (min-width: 768px) and (max-width: 991px) {
      #block-events-calendar h3 {
        display: block;
        margin-bottom: 20px; } }

@media (max-width: 767px) {
      #block-events-calendar h3 {
        font-size: 1.3em;
        display: block;
        margin-bottom: 15px; }
/* line 1395, ew-inc/css/partials/pages/_qweb.scss */
#block-events-calendar h3 svg {
  display: none; } }
/* line 1407, ew-inc/css/partials/pages/_qweb.scss */
#block-events-calendar h3 > * {
  vertical-align: top; }

@media (min-width: 768px) and (max-width: 991px) {
        #block-events-calendar h3 > * {
          vertical-align: top; } }
/* line 1415, ew-inc/css/partials/pages/_qweb.scss */
#block-events-calendar a {
  color: #4a4a49;
  background: transparent;
  border: 2px solid #4a4a49;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
      #block-events-calendar a {
        font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#block-events-calendar a:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#block-events-calendar a:active, #block-events-calendar a:focus {
  text-decoration: none; }
/* line 1418, ew-inc/css/partials/pages/_qweb.scss */
#block-events-calendar a:hover {
  color: #4a4a49; }

/* line 1428, ew-inc/css/partials/pages/_qweb.scss */

@media (max-width: 767px) {
    #block-official-photos-videos, #block-structures-pdf {
      padding-top: 20px;
      padding-bottom: 20px; } }
/* line 1434, ew-inc/css/partials/pages/_qweb.scss */
#block-official-photos-videos h3, #block-structures-pdf h3 {
  font-size: 2.5em;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 0;
  display: inline;
  vertical-align: bottom;
  text-transform: uppercase; }

@media (max-width: 767px) {
      #block-official-photos-videos h3, #block-structures-pdf h3 {
        font-size: 1.7em;
        display: block;
        margin-bottom: 15px; }
/* line 1446, ew-inc/css/partials/pages/_qweb.scss */
#block-official-photos-videos h3 svg, #block-structures-pdf h3 svg {
  display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
      #block-official-photos-videos h3, #block-structures-pdf h3 {
        display: block;
        margin-bottom: 20px; } }
/* line 1456, ew-inc/css/partials/pages/_qweb.scss */
#block-official-photos-videos h3 > *, #block-structures-pdf h3 > * {
  vertical-align: middle; }

@media (min-width: 768px) and (max-width: 991px) {
        #block-official-photos-videos h3 > *, #block-structures-pdf h3 > * {
          vertical-align: middle; } }
/* line 1464, ew-inc/css/partials/pages/_qweb.scss */
#block-official-photos-videos a, #block-structures-pdf a {
  color: #4a4a49;
  background: transparent;
  border: 2px solid #4a4a49;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
      #block-official-photos-videos a, #block-structures-pdf a {
        font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#block-official-photos-videos a:hover, #block-structures-pdf a:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#block-official-photos-videos a:active, #block-structures-pdf a:active, #block-official-photos-videos a:focus, #block-structures-pdf a:focus {
  text-decoration: none; }
/* line 1467, ew-inc/css/partials/pages/_qweb.scss */
#block-official-photos-videos a:hover, #block-structures-pdf a:hover {
  color: #4a4a49; }
/* line 1474, ew-inc/css/partials/pages/_qweb.scss */
@media (max-width: 767px) {
    #block-inspireme {
      padding-top: 40px !important;
      padding-bottom: 20px !important; } }
/* line 1480, ew-inc/css/partials/pages/_qweb.scss */
#block-inspireme h3 {
  font-size: 2.5em;
  font-weight: 400; }

@media (max-width: 767px) {
      #block-inspireme h3 {
        font-size: 1.7em;
        display: block; } }
/* line 1489, ew-inc/css/partials/pages/_qweb.scss */
#block-inspireme .item {
  background-size: cover;
  background-position: center center;
  border-right: 1px solid #fff; }

@media (max-width: 767px) {
      #block-inspireme .item {
        border-right: 0; } }
/* line 1497, ew-inc/css/partials/pages/_qweb.scss */
/* line 1498, ew-inc/css/partials/pages/_qweb.scss */

/* line 1499, ew-inc/css/partials/pages/_qweb.scss */

#block-inspireme .item:hover .wrapper:after {
  background: rgba(183, 153, 85, 0.8); }
/* line 1505, ew-inc/css/partials/pages/_qweb.scss */
#block-inspireme .item .wrapper {
  padding: 10%;
  z-index: 0;
  position: relative; }
/* line 1510, ew-inc/css/partials/pages/_qweb.scss */
#block-inspireme .item .wrapper .valign-el {
  z-index: 1;
  position: relative; }
/* line 1515, ew-inc/css/partials/pages/_qweb.scss */
#block-inspireme .item .wrapper:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: calc(150%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
          #block-inspireme .item .wrapper:after {
            width: calc(100%); } }
/* line 1533, ew-inc/css/partials/pages/_qweb.scss */
#block-inspireme .item .wrapper h4 {
  color: #fff;
  font-size: 2em;
  font-weight: 400; }
/* line 1539, ew-inc/css/partials/pages/_qweb.scss */
#block-inspireme .item .wrapper a {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
          #block-inspireme .item .wrapper a {
            font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#block-inspireme .item .wrapper a:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#block-inspireme .item .wrapper a:active, #block-inspireme .item .wrapper a:focus {
  text-decoration: none; }
/* line 1545, ew-inc/css/partials/pages/_qweb.scss */
#block-inspireme .owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 0;
  padding: 15px;
  width: 100%;
  text-align: inherit; }
/* line 1553, ew-inc/css/partials/pages/_qweb.scss */
#block-inspireme .owl-theme .owl-nav .owl-prev {
  float: left;
  font-size: 1.3em;
  background: #4a4a49; }
/* line 1559, ew-inc/css/partials/pages/_qweb.scss */
#block-inspireme .owl-theme .owl-nav .owl-next {
  float: right;
  font-size: 1.3em;
  background: #4a4a49; }
/* line 1568, ew-inc/css/partials/pages/_qweb.scss */
#final-row {
  background-image: url(/web-img/logo_grey.svg);
  background-size: 50%;
  background-position: bottom right;
  background-repeat: no-repeat;
  font-family: 'Khand', sans-serif; }
/* line 1575, ew-inc/css/partials/pages/_qweb.scss */
#final-row p {
  font-size: 0.9em;
  line-height: normal;
  font-weight: 600; }

@media (max-width: 767px) {
      #final-row p {
        text-align: center; } }
/* line 1584, ew-inc/css/partials/pages/_qweb.scss */
#final-row ul {
  list-style: none;
  padding: 0;
  margin: 0; }

@media (max-width: 767px) {
      #final-row ul {
        text-align: center; } }
/* line 1592, ew-inc/css/partials/pages/_qweb.scss */
#final-row ul > li > a {
  font-weight: 600;
  font-size: 0.9em;
  color: #4a4a49; }
/* line 1599, ew-inc/css/partials/pages/_qweb.scss */
/* line 1600, ew-inc/css/partials/pages/_qweb.scss */

/* line 1601, ew-inc/css/partials/pages/_qweb.scss */

#final-row .final-row .last .wagency {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #4a4a49; }
/* line 1610, ew-inc/css/partials/pages/_qweb.scss */
#final-row .final-row .last #cookie-link {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold; }
/* line 1618, ew-inc/css/partials/pages/_qweb.scss */
#final-row .final-row .last .partners {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold; }

@media (max-width: 767px) {
/* line 1628, ew-inc/css/partials/pages/_qweb.scss */
/* line 1629, ew-inc/css/partials/pages/_qweb.scss */
  #final-row .final-row .last .wagency {
    margin-top: 20px;
    font-weight: 600;
    font-size: 0.9em; }
/* line 1635, ew-inc/css/partials/pages/_qweb.scss */
#final-row .final-row .last img {
  display: block;
  margin: 15px auto 20px;
  float: none !important;
  width: 100%; }
/* line 1642, ew-inc/css/partials/pages/_qweb.scss */
#final-row .final-row .last #cookie-link {
  margin-bottom: 60px; }
/* line 1646, ew-inc/css/partials/pages/_qweb.scss */
/* line 1647, ew-inc/css/partials/pages/_qweb.scss */
#final-row .final-row .first img {
  display: block;
  margin: 15px auto;
  float: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
/* line 1655, ew-inc/css/partials/pages/_qweb.scss */
/* line 1656, ew-inc/css/partials/pages/_qweb.scss */
  #final-row .final-row .last img {
    display: block;
    margin: 15px auto;
    float: none !important;
    width: 250px; } }
/* line 1668, ew-inc/css/partials/pages/_qweb.scss */
/* line 1669, ew-inc/css/partials/pages/_qweb.scss */

#insta-photos figure {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  cursor: zoom-in; }
/* line 1676, ew-inc/css/partials/pages/_qweb.scss */
/* line 1677, ew-inc/css/partials/pages/_qweb.scss */

#insta-photos figure:hover:after {
  background: rgba(183, 153, 85, 0.6); }
/* line 1682, ew-inc/css/partials/pages/_qweb.scss */
#insta-photos figure:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: calc(100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 1698, ew-inc/css/partials/pages/_qweb.scss */
#insta-photos a.goto {
  position: absolute;
  color: #fff;
  font-size: 1.5em;
  right: 20px;
  bottom: 15px;
  z-index: 1; }
/* line 1709, ew-inc/css/partials/pages/_qweb.scss */
@media (max-width: 767px) {
    #share-social {
      padding-top: 20px;
      padding-bottom: 20px; } }
/* line 1715, ew-inc/css/partials/pages/_qweb.scss */
#share-social h4 {
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  display: inline-block;
  margin-right: 25px; }

@media (min-width: 768px) and (max-width: 1199px) {
      #share-social h4 {
        font-size: 1.5em;
        margin-bottom: 10px;
        display: block; } }

@media (max-width: 767px) {
      #share-social h4 {
        font-size: 1.5em;
        padding: 0 15px;
        display: block;
        margin-right: 0 !important;
        margin-bottom: 15px; } }
/* line 1734, ew-inc/css/partials/pages/_qweb.scss */
#share-social h4 span {
  font-weight: 900; }
/* line 1739, ew-inc/css/partials/pages/_qweb.scss */
#share-social a {
  display: inline-block;
  background: #4a4a49;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 1.3em;
  margin-right: 15px;
  vertical-align: text-bottom;
  padding: 11px 0; }
/* line 1755, ew-inc/css/partials/pages/_qweb.scss */
#block-text-map {
  background: #f3f3f3; }
/* line 1758, ew-inc/css/partials/pages/_qweb.scss */
#block-text-map .single {
  height: 794px; }

@media (min-width: 768px) and (max-width: 991px) {
/* line 1765, ew-inc/css/partials/pages/_qweb.scss */
#block-text-map .single.map-wrapper {
  height: 450px; } }

@media (max-width: 767px) {
      #block-text-map .single {
        height: auto;
        padding-top: 20px !important;
        padding-bottom: 0px !important; }
/* line 1773, ew-inc/css/partials/pages/_qweb.scss */
#block-text-map .single.map-wrapper {
  height: 400px; } }

@media (max-width: 600px) {
      #block-text-map .single {
        height: 500px !important;
        padding-top: 20px !important;
        padding-bottom: 0px !important; }
/* line 1781, ew-inc/css/partials/pages/_qweb.scss */
#block-text-map .single.map-wrapper {
  height: 400px; } }
/* line 1787, ew-inc/css/partials/pages/_qweb.scss */
/* line 1788, ew-inc/css/partials/pages/_qweb.scss */

#block-text-map .details p {
  font-size: 1.8em;
  margin-bottom: 0;
  line-height: normal; }

@media (max-width: 767px) {
        #block-text-map .details p {
          text-align: left;
          font-size: 1.5em; } }
/* line 1799, ew-inc/css/partials/pages/_qweb.scss */
/* line 1800, ew-inc/css/partials/pages/_qweb.scss */

#block-text-map .newsletter-form-wrapper h4 {
  font-weight: 900;
  font-size: 1.2em; }

@media (max-width: 767px) {
        #block-text-map .newsletter-form-wrapper h4 {
          text-align: center; } }
/* line 1808, ew-inc/css/partials/pages/_qweb.scss */
#block-text-map .newsletter-form-wrapper .email-input {
  border-radius: 0;
  height: 45px !important;
  font-size: 18px;
  width: 100%;
  padding: 6px 12px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 15px; }
/* line 1826, ew-inc/css/partials/pages/_qweb.scss */
#block-text-map .newsletter-form-wrapper .submit-mail {
  color: #4a4a49;
  background: transparent;
  border: 2px solid #4a4a49;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
        #block-text-map .newsletter-form-wrapper .submit-mail {
          font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#block-text-map .newsletter-form-wrapper .submit-mail:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#block-text-map .newsletter-form-wrapper .submit-mail:active, #block-text-map .newsletter-form-wrapper .submit-mail:focus {
  text-decoration: none; }
/* line 1829, ew-inc/css/partials/pages/_qweb.scss */
#block-text-map .newsletter-form-wrapper .submit-mail:hover {
  color: #4a4a49; }
/* line 1835, ew-inc/css/partials/pages/_qweb.scss */
/* line 1836, ew-inc/css/partials/pages/_qweb.scss */

#block-text-map .last-block-wrapper p {
  font-size: 0.8em;
  margin-bottom: 0; }

@media (max-width: 767px) {
        #block-text-map .last-block-wrapper p {
          text-align: center; } }
/* line 1844, ew-inc/css/partials/pages/_qweb.scss */
#block-text-map .last-block-wrapper a {
  font-weight: bold;
  font-size: 0.8em; }

@media (max-width: 767px) {
        #block-text-map .last-block-wrapper a {
          display: block;
          text-align: center; } }

/* line 1860, ew-inc/css/partials/pages/_qweb.scss */

#top-gallery-random {
  height: 690px;
  position: relative;
  background-size: cover;
  background-position: center center; }

@media (min-width: 1025px) and (max-width: 1199px) {
    #top-gallery-random {
      height: 750px; } }

@media (min-width: 768px) and (max-width: 1024px) {
    #top-gallery-random {
      height: 600px; } }

@media (max-width: 767px) {
    #top-gallery-random {
      background-position: center center;
      height: 350px; } }
/* line 1878, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-random .details {
  position: absolute;
  bottom: 10%;
  left: 5%; }

@media (max-width: 767px) {
      #top-gallery-random .details {
        background: rgba(0, 0, 0, 0.6);
        right: 5%;
        padding: 15px; } }
/* line 1888, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-random .details h4 {
  font-size: 4em;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 5px 4px 15px rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
        #top-gallery-random .details h4 {
          font-size: 1.6em; } }
/* line 1900, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-random .details p {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
        #top-gallery-random .details p {
          margin-top: 5px;
          margin-bottom: 0;
          font-size: 1.4em; } }
/* line 1917, ew-inc/css/partials/pages/_qweb.scss */
#weather {
  color: #4a4a49;
  text-transform: uppercase;
  background: #fff; }

@media (max-width: 991px) {
    #weather {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

@media (max-width: 767px) {
    #weather {
      width: 100%; } }
/* line 1932, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather {
  display: inline-block;
  font: normal normal normal 16px/1 'Weather';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* line 1941, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-0:before {
  content: ":"; }
/* line 1945, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-1:before {
  content: "p"; }
/* line 1949, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-2:before {
  content: "S"; }
/* line 1953, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-3:before {
  content: "Q"; }
/* line 1957, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-4:before {
  content: "S"; }
/* line 1961, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-5:before {
  content: "W"; }
/* line 1965, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-6:before {
  content: "W"; }
/* line 1969, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-7:before {
  content: "W"; }
/* line 1973, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-8:before {
  content: "W"; }
/* line 1977, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-9:before {
  content: "I"; }
/* line 1981, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-10:before {
  content: "W"; }
/* line 1985, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-11:before {
  content: "I"; }
/* line 1989, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-12:before {
  content: "I"; }
/* line 1993, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-13:before {
  content: "I"; }
/* line 1997, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-14:before {
  content: "I"; }
/* line 2001, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-15:before {
  content: "W"; }
/* line 2005, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-16:before {
  content: "I"; }
/* line 2009, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-17:before {
  content: "W"; }
/* line 2013, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-18:before {
  content: "U"; }
/* line 2017, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-19:before {
  content: "Z"; }
/* line 2021, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-20:before {
  content: "Z"; }
/* line 2025, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-21:before {
  content: "Z"; }
/* line 2029, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-22:before {
  content: "Z"; }
/* line 2033, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-23:before {
  content: "Z"; }
/* line 2037, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-24:before {
  content: "E"; }
/* line 2041, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-25:before {
  content: "E"; }
/* line 2045, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-26:before {
  content: "3"; }
/* line 2049, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-27:before {
  content: "a"; }
/* line 2053, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-28:before {
  content: "A"; }
/* line 2057, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-29:before {
  content: "a"; }
/* line 2061, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-30:before {
  content: "A"; }
/* line 2065, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-31:before {
  content: "6"; }
/* line 2069, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-32:before {
  content: "1"; }
/* line 2073, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-33:before {
  content: "6"; }
/* line 2077, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-34:before {
  content: "1"; }
/* line 2081, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-35:before {
  content: "W"; }
/* line 2085, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-36:before {
  content: "1"; }
/* line 2089, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-37:before {
  content: "S"; }
/* line 2093, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-38:before {
  content: "S"; }
/* line 2097, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-39:before {
  content: "S"; }
/* line 2101, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-40:before {
  content: "M"; }
/* line 2105, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-41:before {
  content: "W"; }
/* line 2109, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-42:before {
  content: "I"; }
/* line 2113, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-43:before {
  content: "W"; }
/* line 2117, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-44:before {
  content: "a"; }
/* line 2121, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-45:before {
  content: "S"; }
/* line 2125, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-46:before {
  content: "U"; }
/* line 2129, ew-inc/css/partials/pages/_qweb.scss */
#weather .icon-weather-47:before {
  content: "S"; }
/* line 2133, ew-inc/css/partials/pages/_qweb.scss */
#weather .weather {
  margin-bottom: 40px;
  background: #ededed; }
/* line 2138, ew-inc/css/partials/pages/_qweb.scss */
#weather .weather-widget {
  padding: 15px; }
/* line 2143, ew-inc/css/partials/pages/_qweb.scss */
#weather .weather-widget .weather-widget-icon {
  margin: 0 5px;
  font-size: 64px;
  vertical-align: middle; }
/* line 2149, ew-inc/css/partials/pages/_qweb.scss */
#weather .weather-widget .weather-widget-temp {
  margin: 0 5px;
  font-size: 32px;
  vertical-align: middle; }

@media (max-width: 767px) {
      #weather .weather-widget .weather-widget-temp {
        font-size: 24px; } }
/* line 2158, ew-inc/css/partials/pages/_qweb.scss */
#weather .weather-forecasts {
  padding: 15px 0;
  text-align: right; }
/* line 2164, ew-inc/css/partials/pages/_qweb.scss */
#weather .weather-forecast {
  display: inline-block; }
/* line 2169, ew-inc/css/partials/pages/_qweb.scss */
#weather .weather-forecast .weather-forecast-day {
  font-size: 1em; }
/* line 2173, ew-inc/css/partials/pages/_qweb.scss */
#weather .weather-forecast .weather-forecast-icon {
  font-size: 2em; }
/* line 2177, ew-inc/css/partials/pages/_qweb.scss */
#weather .weather-forecast .weather-forecast-temp {
  font-size: 1em; }
/* line 2187, ew-inc/css/partials/pages/_qweb.scss */
/* line 2188, ew-inc/css/partials/pages/_qweb.scss */

#album-top .owl-dots {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 1;
  margin-top: 0px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  text-align: right !important;
  right: 15px;
  text-align: right; }
/* line 2199, ew-inc/css/partials/pages/_qweb.scss */
@media (max-width: 767px) {
        #album-top .owl-dots .owl-dot {
          display: none; } }
/* line 2204, ew-inc/css/partials/pages/_qweb.scss */
#album-top .owl-dots .owl-dot span {
  cursor: pointer;
  background: transparent !important;
  border: 2px solid #fff;
  width: 20px !important;
  height: 20px !important;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  margin: 5px 5px !important; }
/* line 2215, ew-inc/css/partials/pages/_qweb.scss */
/* line 2216, ew-inc/css/partials/pages/_qweb.scss */

#album-top .owl-dots .owl-dot.active span {
  background: #fff !important; }
/* line 2223, ew-inc/css/partials/pages/_qweb.scss */
/* line 2224, ew-inc/css/partials/pages/_qweb.scss */

#album-top .item > p {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  position: absolute;
  bottom: 0px;
  padding: 10px 20px;
  left: 0;
  right: 0; }
/* line 2236, ew-inc/css/partials/pages/_qweb.scss */
#album-top .item .details {
  position: absolute;
  bottom: 35%;
  padding: 10px 20px;
  left: 30px;
  right: 0; }

@media (max-width: 991px) {
        #album-top .item .details {
          background: rgba(255, 255, 255, 0.7);
          position: relative;
          bottom: inherit;
          left: inherit;
          padding: 10px 0px; } }
/* line 2250, ew-inc/css/partials/pages/_qweb.scss */
#album-top .item .details h1 {
  font-size: 1.5em !important;
  margin-bottom: 0 !important; }
/* line 2255, ew-inc/css/partials/pages/_qweb.scss */
#album-top .item .details h2 {
  font-size: 1.3em !important;
  margin-bottom: 0 !important; }
/* line 2264, ew-inc/css/partials/pages/_qweb.scss */
#block-intro-news {
  background: #f3f3f3; }

@media (max-width: 767px) {
    #block-intro-news {
      padding: 20px 0; } }
/* line 2270, ew-inc/css/partials/pages/_qweb.scss */
#block-intro-news h3 {
  font-size: 1.6em;
  font-weight: 900;
  color: #084287; }
/* line 2276, ew-inc/css/partials/pages/_qweb.scss */
#block-intro-news h4 {
  font-size: 1.2em;
  font-weight: 500;
  color: #084287;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #48b186; }
/* line 2285, ew-inc/css/partials/pages/_qweb.scss */
#block-intro-news .goto {
  font-size: 1.3em;
  font-weight: 500; }
/* line 2289, ew-inc/css/partials/pages/_qweb.scss */
#block-intro-news .goto .icon-right {
  display: inline;
  vertical-align: top;
  color: #48b186;
  font-size: 1.4em; }
/* line 2296, ew-inc/css/partials/pages/_qweb.scss */
#block-intro-news .goto:hover {
  text-decoration: underline; }
/* line 2303, ew-inc/css/partials/pages/_qweb.scss */
/* line 2304, ew-inc/css/partials/pages/_qweb.scss */

#block-news-preview .owl-nav {
  margin-top: 25px; }
/* line 2308, ew-inc/css/partials/pages/_qweb.scss */
#block-news-preview .owl-nav .svg-inline--fa {
  font-size: 2em; }
/* line 2312, ew-inc/css/partials/pages/_qweb.scss */
#block-news-preview .owl-nav > div {
  background: #48b186; }
/* line 2317, ew-inc/css/partials/pages/_qweb.scss */
/* line 2318, ew-inc/css/partials/pages/_qweb.scss */

#block-news-preview .single .data-category-wrapper {
  color: #084287;
  font-weight: 400;
  font-size: 0.9em; }
/* line 2323, ew-inc/css/partials/pages/_qweb.scss */
#block-news-preview .single .data-category-wrapper .rtxt {
  color: #38926b; }
/* line 2328, ew-inc/css/partials/pages/_qweb.scss */
/* line 2329, ew-inc/css/partials/pages/_qweb.scss */

#block-news-preview .single .fb-share > a {
  font-size: 0.9em;
  color: #4a4a49;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 2334, ew-inc/css/partials/pages/_qweb.scss */
#block-news-preview .single .fb-share > a:hover {
  color: #084287; }
/* line 2340, ew-inc/css/partials/pages/_qweb.scss */
#block-news-preview .single h5 > a {
  color: #084287;
  font-size: 1.3em;
  display: block;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 5px solid #90caae; }
/* line 2348, ew-inc/css/partials/pages/_qweb.scss */
#block-news-preview .single h5 > a:hover {
  color: #38926b; }
/* line 2353, ew-inc/css/partials/pages/_qweb.scss */
#block-news-preview .single p {
  padding-bottom: 15px;
  border-bottom: 1px solid #4a4a49; }
/* line 2361, ew-inc/css/partials/pages/_qweb.scss */
/* line 2362, ew-inc/css/partials/pages/_qweb.scss */

#ricercaCom fieldset {
  border: 1px solid #f3f3f3;
  padding-bottom: 20px; }
/* line 2366, ew-inc/css/partials/pages/_qweb.scss */
#ricercaCom fieldset h4 {
  font-weight: bold;
  color: #084287;
  position: relative;
  background: #fff;
  display: inline-block;
  top: -12px;
  padding: 0 10px;
  margin: 0; }
/* line 2377, ew-inc/css/partials/pages/_qweb.scss */
#ricercaCom fieldset .select-date-wrapper {
  padding-bottom: 10px; }
/* line 2380, ew-inc/css/partials/pages/_qweb.scss */
#ricercaCom fieldset .select-date-wrapper select {
  width: 32%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #4a4a49;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
/* line 2398, ew-inc/css/partials/pages/_qweb.scss */
#ricercaCom fieldset .search-key-wrapper {
  padding-bottom: 10px; }
/* line 2401, ew-inc/css/partials/pages/_qweb.scss */
#ricercaCom fieldset .search-key-wrapper input {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #4a4a49;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
/* line 2419, ew-inc/css/partials/pages/_qweb.scss */
#ricercaCom fieldset .source-search-wrapper {
  padding-bottom: 10px; }
/* line 2422, ew-inc/css/partials/pages/_qweb.scss */
#ricercaCom fieldset .source-search-wrapper select {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #4a4a49;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
/* line 2440, ew-inc/css/partials/pages/_qweb.scss */
#ricercaCom fieldset .submit-search-wrapper {
  text-align: center;
  padding: 4% 0; }
/* line 2444, ew-inc/css/partials/pages/_qweb.scss */
#ricercaCom fieldset .submit-search-wrapper input {
  position: relative;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  padding: 5px 15px;
  border: 0;
  background: #48b186;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
/* line 2461, ew-inc/css/partials/pages/_qweb.scss */
#ricercaCom fieldset .submit-search-wrapper input:hover {
  background: #4a4a49; }
/* line 2469, ew-inc/css/partials/pages/_qweb.scss */
.search-form {
  position: absolute;
  z-index: 6000;
  height: 100%;
  width: calc(100% - 38px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 2478, ew-inc/css/partials/pages/_qweb.scss */
.search-form.show {
  opacity: 1;
  visibility: visible; }
/* line 2483, ew-inc/css/partials/pages/_qweb.scss */
.search-form input {
  height: 100%;
  width: 100%;
  font-size: 50px;
  padding: 20px;
  border: 0;
  text-align: center; }
/* line 2495, ew-inc/css/partials/pages/_qweb.scss */
/* line 2496, ew-inc/css/partials/pages/_qweb.scss */

#news-inside .data-category-wrapper {
  color: #084287;
  font-weight: 500;
  font-size: 0.9em; }
/* line 2501, ew-inc/css/partials/pages/_qweb.scss */
#news-inside .data-category-wrapper .rtxt {
  color: #38926b; }
/* line 2506, ew-inc/css/partials/pages/_qweb.scss */
#news-inside h5 > a {
  color: #084287;
  font-size: 1.3em;
  display: block;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 5px solid #90caae;
  text-decoration: none !important; }
/* line 2515, ew-inc/css/partials/pages/_qweb.scss */
#news-inside h5 > a:hover {
  color: #38926b; }
/* line 2522, ew-inc/css/partials/pages/_qweb.scss */
@media (max-width: 767px) {
    #block-three-cols-final {
      padding: 20px 0; }
/* line 2525, ew-inc/css/partials/pages/_qweb.scss */
#block-three-cols-final .col {
  text-align: center; }
/* line 2528, ew-inc/css/partials/pages/_qweb.scss */
#block-three-cols-final .col h4 {
  margin-top: 15px; }
/* line 2532, ew-inc/css/partials/pages/_qweb.scss */
#block-three-cols-final > div {
  padding: 15px 0px !important; } }
/* line 2537, ew-inc/css/partials/pages/_qweb.scss */
#block-three-cols-final .icon {
  font-size: 2.5em;
  color: #48b186; }
/* line 2542, ew-inc/css/partials/pages/_qweb.scss */
#block-three-cols-final h4 {
  font-size: 1.4em;
  font-weight: 900;
  color: #084287;
  margin-bottom: 5px; }
/* line 2549, ew-inc/css/partials/pages/_qweb.scss */
#block-three-cols-final a {
  display: inline;
  font-size: 0.9em; }
/* line 2553, ew-inc/css/partials/pages/_qweb.scss */
#block-three-cols-final a .icon-right {
  color: #48b186 !important;
  font-size: 1.5em;
  display: inline;
  vertical-align: top; }
/* line 2560, ew-inc/css/partials/pages/_qweb.scss */
#block-three-cols-final a:hover {
  text-decoration: underline; }
/* line 2565, ew-inc/css/partials/pages/_qweb.scss */
#block-three-cols-final select {
  width: 80% !important;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #4a4a49;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f3f3f3 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
/* line 2582, ew-inc/css/partials/pages/_qweb.scss */
/* line 2583, ew-inc/css/partials/pages/_qweb.scss */

#block-three-cols-final #newsletter-subscription .input-email {
  width: 80% !important;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #4a4a49;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f3f3f3 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding-right: 40px; }
/* line 2601, ew-inc/css/partials/pages/_qweb.scss */
#block-three-cols-final #newsletter-subscription .submit-email {
  color: #fff;
  background: #48b186;
  border: 2px solid #48b186;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-size: 20px;
  padding: 3px 10px;
  position: relative;
  left: -35px;
  vertical-align: middle; }

@media (max-width: 767px) {
        #block-three-cols-final #newsletter-subscription .submit-email {
          font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#block-three-cols-final #newsletter-subscription .submit-email:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#block-three-cols-final #newsletter-subscription .submit-email:active, #block-three-cols-final #newsletter-subscription .submit-email:focus {
  text-decoration: none; }

@media (max-width: 767px) {
        #block-three-cols-final #newsletter-subscription .submit-email {
          left: 0px; } }
/* line 2612, ew-inc/css/partials/pages/_qweb.scss */
#block-three-cols-final #newsletter-subscription .submit-email:hover {
  background: #38926b;
  color: #fff;
  border-color: #38926b; }
/* line 2796, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks {
  position: fixed;
  right: -20px;
  top: 40%;
  z-index: 2; }

@media (max-width: 1023px) {
    .side-offcanvas-blocks {
      display: none !important; } }

@media (max-width: 1023px) {
    .side-offcanvas-blocks {
      top: 200px; } }
/* line 2811, ew-inc/css/partials/pages/_qweb.scss */
/* line 2812, ew-inc/css/partials/pages/_qweb.scss */

.side-offcanvas-blocks.affix .single {
  width: 100px;
  height: 70px; }

@media (min-width: 768px) and (max-width: 1200px) {
        .side-offcanvas-blocks.affix .single {
          width: 80px;
          height: 50px; } }
/* line 2820, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks.affix .single:hover {
  width: 105px;
  position: relative;
  right: -10px; }

@media (min-width: 768px) and (max-width: 1200px) {
          .side-offcanvas-blocks.affix .single:hover {
            width: 85px; } }
/* line 2834, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks.affix .single span {
  display: none; }
/* line 2840, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks .single {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 20px;
  width: 160px;
  height: 140px;
  position: relative;
  right: 0px;
  background: #073969;
  display: table;
  -webkit-box-shadow: -7px 7px 53px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: -7px 7px 53px 0px rgba(0, 0, 0, 0.21);
  box-shadow: -7px 7px 53px 0px rgba(0, 0, 0, 0.21); }

@media (min-width: 768px) and (max-width: 1200px) {
      .side-offcanvas-blocks .single {
        width: 100px;
        height: 80px; } }
/* line 2850, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks .single img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
/* line 2862, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks .single:hover {
  width: 155px;
  position: relative;
  right: -5px; }

@media (min-width: 768px) and (max-width: 1200px) {
        .side-offcanvas-blocks .single:hover {
          width: 95px; }
/* line 2865, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks .single:hover img {
  max-width: 70%; } }
/* line 2875, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks .single:first-child {
  background: #48b186; }
/* line 2879, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks .single:last-child {
  background: #084287; }
/* line 2883, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks .single a {
  display: table-cell;
  vertical-align: middle;
  color: #fff; }
/* line 2888, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks .single a:hover {
  text-decoration: none; }
/* line 2901, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks .single a span {
  opacity: 1;
  visibility: visible;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  line-height: 16px;
  font-size: 16px;
  line-height: normal; }

@media (min-width: 768px) and (max-width: 1200px) {
          .side-offcanvas-blocks .single a span {
            line-height: 12px;
            font-size: 12px;
            padding: 0 10px 15px 10px; } }
/* line 2921, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4490; }

@media (min-width: 1024px) {
    .side-offcanvas-blocks-mobile {
      display: none !important; } }
/* line 2931, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks-mobile .single {
  display: inline-block;
  width: calc(100% / 2);
  padding-top: 10px;
  padding-bottom: 10px;
  background: #073969; }
/* line 2938, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks-mobile .single em {
  color: #fff;
  padding-right: 5px; }
/* line 2943, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks-mobile .single span {
  font-size: 0.9em;
  line-height: 15px;
  color: #fff; }
/* line 2949, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks-mobile .single:first-child {
  background: #48b186; }
/* line 2953, ew-inc/css/partials/pages/_qweb.scss */
.side-offcanvas-blocks-mobile .single:last-child {
  background: #084287; }
/* line 2960, ew-inc/css/partials/pages/_qweb.scss */
/* line 2972, ew-inc/css/partials/pages/_qweb.scss */

#album-preview .item {
  background-size: cover;
  background-position: center center;
  border-right: 0px inset #fff; }
/* line 2977, ew-inc/css/partials/pages/_qweb.scss */
/* line 2978, ew-inc/css/partials/pages/_qweb.scss */

/* line 2979, ew-inc/css/partials/pages/_qweb.scss */

#album-preview .item:hover .wrapper:after {
  background: rgba(183, 153, 85, 0.6); }
/* line 2985, ew-inc/css/partials/pages/_qweb.scss */
#album-preview .item .wrapper {
  z-index: 0;
  position: relative;
  height: 100%; }
/* line 2990, ew-inc/css/partials/pages/_qweb.scss */
#album-preview .item .wrapper:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 3003, ew-inc/css/partials/pages/_qweb.scss */
#album-preview .item .wrapper a {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1; }
/* line 3009, ew-inc/css/partials/pages/_qweb.scss */
/* line 3010, ew-inc/css/partials/pages/_qweb.scss */

#album-preview .item .wrapper a:hover .fa-search {
  opacity: 1; }
/* line 3015, ew-inc/css/partials/pages/_qweb.scss */
#album-preview .item .wrapper a .fa-search {
  color: #fff;
  font-size: 2em;
  position: absolute;
  top: calc(50% - 0.5em);
  width: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 3031, ew-inc/css/partials/pages/_qweb.scss */
#top-page {
  height: 70vh;
  width: 100%;
  background-position: center 35%;
  background-size: cover; }

@media (max-width: 1200px) {
    #top-page {
      height: 50vh;
      background-position: center 80%;
      background-size: cover; } }

@media (max-width: 767px) {
    #top-page {
      height: 30vh;
      background-position: center center;
      background-size: cover; } }
/* line 3047, ew-inc/css/partials/pages/_qweb.scss */
#top-page.offers {
  height: 50vh; }
/* line 3051, ew-inc/css/partials/pages/_qweb.scss */
#top-page #map {
  height: 100%;
  width: 100%; }
/* line 3058, ew-inc/css/partials/pages/_qweb.scss */
.form-wrapper {
  padding: 15px; }
/* line 3062, ew-inc/css/partials/pages/_qweb.scss */
.form-wrapper h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #084287;
  border-bottom: 1px solid #084287;
  padding-bottom: 20px;
  margin-top: 30px; }
/* line 3071, ew-inc/css/partials/pages/_qweb.scss */
.form-wrapper input[type="text"], .form-wrapper input[type="email"], .form-wrapper input[type="password"], .form-wrapper select, .form-wrapper textarea {
  border-radius: 0;
  height: 45px !important;
  font-size: 18px;
  width: 100%;
  padding: 6px 12px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
/* line 3088, ew-inc/css/partials/pages/_qweb.scss */
.form-wrapper label {
  display: inline;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-weight: 700; }
/* line 3097, ew-inc/css/partials/pages/_qweb.scss */
.form-wrapper label[for=ext_privacy_link] {
  display: none; }
/* line 3101, ew-inc/css/partials/pages/_qweb.scss */
.form-wrapper textarea {
  height: 150px !important; }
/* line 3105, ew-inc/css/partials/pages/_qweb.scss */
.form-wrapper input[type='checkbox'] {
  display: inline-block;
  margin-right: 5px; }
/* line 3110, ew-inc/css/partials/pages/_qweb.scss */
.form-wrapper span {
  font-size: 0.8em; }
/* line 3114, ew-inc/css/partials/pages/_qweb.scss */
/* line 3119, ew-inc/css/partials/pages/_qweb.scss */

.form-wrapper .ext_submit input, .form-wrapper .ext_submit_de input, .form-wrapper .ext_submit_en input, .form-wrapper .ext_submit_pl input, .form-wrapper .ext_submit_fr input {
  text-transform: uppercase;
  font-weight: bold !important;
  color: #fff;
  background: #4a4a49;
  border: 2px solid #4a4a49;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
        .form-wrapper .ext_submit input, .form-wrapper .ext_submit_de input, .form-wrapper .ext_submit_en input, .form-wrapper .ext_submit_pl input, .form-wrapper .ext_submit_fr input {
          font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
.form-wrapper .ext_submit input:hover, .form-wrapper .ext_submit_de input:hover, .form-wrapper .ext_submit_en input:hover, .form-wrapper .ext_submit_pl input:hover, .form-wrapper .ext_submit_fr input:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
.form-wrapper .ext_submit input:active, .form-wrapper .ext_submit_de input:active, .form-wrapper .ext_submit_en input:active, .form-wrapper .ext_submit_pl input:active, .form-wrapper .ext_submit_fr input:active, .form-wrapper .ext_submit input:focus, .form-wrapper .ext_submit_de input:focus, .form-wrapper .ext_submit_en input:focus, .form-wrapper .ext_submit_pl input:focus, .form-wrapper .ext_submit_fr input:focus {
  text-decoration: none; }
/* line 3124, ew-inc/css/partials/pages/_qweb.scss */
.form-wrapper .ext_submit input:hover, .form-wrapper .ext_submit_de input:hover, .form-wrapper .ext_submit_en input:hover, .form-wrapper .ext_submit_pl input:hover, .form-wrapper .ext_submit_fr input:hover {
  color: #4a4a49; }
/* line 3132, ew-inc/css/partials/pages/_qweb.scss */
#block-footer {
  background: #084287; }

@media (max-width: 767px) {
/* line 3134, ew-inc/css/partials/pages/_qweb.scss */
#block-footer > div {
  padding-bottom: 50px !important; } }
/* line 3144, ew-inc/css/partials/pages/_qweb.scss */
#block-footer > div {
  background-image: url(/web-img/sede.png);
  background-position: bottom right;
  background-size: 250px;
  background-repeat: no-repeat; }
/* line 3151, ew-inc/css/partials/pages/_qweb.scss */
#block-footer .col {
  padding: 15px 0;
  color: #fff;
  font-size: 0.9em;
  border-right: 2px solid #fff; }

@media (max-width: 991px) {
      #block-footer .col {
        border-right: 0; } }
/* line 3160, ew-inc/css/partials/pages/_qweb.scss */
#block-footer .col:last-child {
  border-right: 0; }
/* line 3164, ew-inc/css/partials/pages/_qweb.scss */
#block-footer .col p {
  margin-bottom: 5px; }
/* line 3168, ew-inc/css/partials/pages/_qweb.scss */
#block-footer .col a {
  color: #fff; }
/* line 3171, ew-inc/css/partials/pages/_qweb.scss */
#block-footer .col a:hover {
  text-decoration: underline; }
/* line 3176, ew-inc/css/partials/pages/_qweb.scss */
#block-footer .col ul {
  padding-left: 25px;
  list-style: none; }
/* line 3184, ew-inc/css/partials/pages/_qweb.scss */
/* line 3185, ew-inc/css/partials/pages/_qweb.scss */

.horizontal-tree > ul {
  list-style: none !important;
  padding-bottom: 0 !important;
  text-align: center; }
/* line 3190, ew-inc/css/partials/pages/_qweb.scss */
.horizontal-tree > ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0em !important;
  text-indent: 0 !important;
  line-height: normal !important; }
/* line 3197, ew-inc/css/partials/pages/_qweb.scss */
.horizontal-tree > ul li:before {
  display: none !important; }
/* line 3201, ew-inc/css/partials/pages/_qweb.scss */
.horizontal-tree > ul li > a {
  color: #48b186;
  background: #fff;
  border: 2px solid #48b186;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-decoration: none !important; }

@media (max-width: 767px) {
          .horizontal-tree > ul li > a {
            font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
.horizontal-tree > ul li > a:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
.horizontal-tree > ul li > a:active, .horizontal-tree > ul li > a:focus {
  text-decoration: none; }
/* line 3205, ew-inc/css/partials/pages/_qweb.scss */
.horizontal-tree > ul li > a:hover {
  background: #38926b !important;
  color: #fff !important; }
/* line 3211, ew-inc/css/partials/pages/_qweb.scss */
/* line 3212, ew-inc/css/partials/pages/_qweb.scss */

.horizontal-tree > ul li.on > a {
  text-decoration: none !important;
  color: #fff;
  background: #48b186;
  border: 2px solid #48b186;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
            .horizontal-tree > ul li.on > a {
              font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
.horizontal-tree > ul li.on > a:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
.horizontal-tree > ul li.on > a:active, .horizontal-tree > ul li.on > a:focus {
  text-decoration: none; }
/* line 3243, ew-inc/css/partials/pages/_qweb.scss */
/* line 3244, ew-inc/css/partials/pages/_qweb.scss */

/* line 3245, ew-inc/css/partials/pages/_qweb.scss */

#multi-carousel-photos-videos #carousel-photos-squares .item {
  background-size: cover;
  background-position: center center;
  border-right: 0px inset #fff; }
/* line 3250, ew-inc/css/partials/pages/_qweb.scss */
/* line 3251, ew-inc/css/partials/pages/_qweb.scss */

/* line 3252, ew-inc/css/partials/pages/_qweb.scss */

#multi-carousel-photos-videos #carousel-photos-squares .item:hover .wrapper:after {
  background: rgba(183, 153, 85, 0.6); }
/* line 3258, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos #carousel-photos-squares .item .wrapper {
  z-index: 0;
  position: relative;
  height: 100%; }
/* line 3263, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos #carousel-photos-squares .item .wrapper:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 3276, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos #carousel-photos-squares .item .wrapper a {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1; }
/* line 3286, ew-inc/css/partials/pages/_qweb.scss */
/* line 3287, ew-inc/css/partials/pages/_qweb.scss */

#multi-carousel-photos-videos #carousel-videos .item {
  position: relative; }
/* line 3290, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos #carousel-videos .item:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
/* line 3304, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos #carousel-videos .play-video {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 5em;
  color: #fff;
  text-align: center;
  z-index: 1; }

@media (max-width: 767px) {
        #multi-carousel-photos-videos #carousel-videos .play-video {
          font-size: 1em; } }
/* line 3327, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos #carousel-videos .play-video .wrapper {
  position: relative;
  top: calc(50% - 96px); }

@media (max-width: 767px) {
          #multi-carousel-photos-videos #carousel-videos .play-video .wrapper {
            top: 40%; }
/* line 3331, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos #carousel-videos .play-video .wrapper svg {
  display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
          #multi-carousel-photos-videos #carousel-videos .play-video .wrapper {
            top: 30%; }
/* line 3337, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos #carousel-videos .play-video .wrapper svg {
  display: none; } }
/* line 3343, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos #carousel-videos .play-video .wrapper span {
  display: block;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  margin-top: 35px; }

@media (max-width: 767px) {
            #multi-carousel-photos-videos #carousel-videos .play-video .wrapper span {
              font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#multi-carousel-photos-videos #carousel-videos .play-video .wrapper span:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#multi-carousel-photos-videos #carousel-videos .play-video .wrapper span:active, #multi-carousel-photos-videos #carousel-videos .play-video .wrapper span:focus {
  text-decoration: none; }

@media (max-width: 767px) {
            #multi-carousel-photos-videos #carousel-videos .play-video .wrapper span {
              margin-top: 0px; } }
/* line 3352, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos #carousel-videos .play-video .wrapper span:hover {
  color: #fff;
  border-color: #fff; }
/* line 3361, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos .owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 0;
  padding: 15px;
  width: 100%;
  text-align: inherit; }
/* line 3369, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos .owl-theme .owl-nav .owl-prev {
  float: left;
  font-size: 1.3em;
  background: #4a4a49; }
/* line 3375, ew-inc/css/partials/pages/_qweb.scss */
#multi-carousel-photos-videos .owl-theme .owl-nav .owl-next {
  float: right;
  font-size: 1.3em;
  background: #4a4a49; }
/* line 3384, ew-inc/css/partials/pages/_qweb.scss */
/* line 3385, ew-inc/css/partials/pages/_qweb.scss */

#block-visibiliy-home h1 {
  font-size: 1.5em; }
/* line 3389, ew-inc/css/partials/pages/_qweb.scss */
#block-visibiliy-home h2 {
  font-size: 1.3em; }
/* line 3393, ew-inc/css/partials/pages/_qweb.scss */
#block-visibiliy-home p {
  font-size: 1em !important; }
/* line 3399, ew-inc/css/partials/pages/_qweb.scss */
.page-content {
  width: 100%;
  display: block;
  float: left;
  position: relative; }

/* line 3412, ew-inc/css/partials/pages/_qweb.scss */

/* line 3413, ew-inc/css/partials/pages/_qweb.scss */

.page-content .Inline.Minimal input[type='text'], .page-content .Inline.Minimal input[type='email'] {
  border-radius: 0;
  height: 45px !important;
  font-size: 18px;
  width: 100%;
  padding: 6px 12px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 15px; }
/* line 3432, ew-inc/css/partials/pages/_qweb.scss */
.page-content .Inline.Minimal #eesubmit {
  color: #4a4a49;
  background: transparent;
  border: 2px solid #4a4a49;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
        .page-content .Inline.Minimal #eesubmit {
          font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
.page-content .Inline.Minimal #eesubmit:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
.page-content .Inline.Minimal #eesubmit:active, .page-content .Inline.Minimal #eesubmit:focus {
  text-decoration: none; }
/* line 3435, ew-inc/css/partials/pages/_qweb.scss */
.page-content .Inline.Minimal #eesubmit:hover {
  color: #4a4a49; }

@media (max-width: 767px) {
/* line 3442, ew-inc/css/partials/pages/_qweb.scss */
.page-content .clearfix.mb30 {
  margin-bottom: 15px !important; } }
/* line 3447, ew-inc/css/partials/pages/_qweb.scss */
/* line 3448, ew-inc/css/partials/pages/_qweb.scss */

/* line 3449, ew-inc/css/partials/pages/_qweb.scss */

.page-content .details-structure h1 .fa-star {
  font-size: 0.5em;
  color: #b79955;
  vertical-align: super; }
/* line 3455, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure h1 small {
  font-weight: 700;
  vertical-align: super;
  color: #00afe9;
  padding-left: 5px; }
/* line 3463, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure h2 {
  font-size: 1.4em; }

@media (max-width: 767px) {
        .page-content .details-structure h2 {
          font-size: 0.9em; } }
/* line 3469, ew-inc/css/partials/pages/_qweb.scss */
/* line 3470, ew-inc/css/partials/pages/_qweb.scss */

.page-content .details-structure h2 span strong {
  color: #8c8c8c; }
/* line 3476, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure h5 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 30px; }

@media (max-width: 767px) {
        .page-content .details-structure h5 {
          font-size: 0.9em; } }
/* line 3485, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure iframe {
  height: 530px;
  width: 100%;
  border: 0; }
/* line 3491, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure #map, .page-content .details-structure #map-stru {
  height: 350px; }
/* line 3496, ew-inc/css/partials/pages/_qweb.scss */
/* line 3497, ew-inc/css/partials/pages/_qweb.scss */

.page-content .details-structure .side-wrapper > div {
  background: #f3f3f3;
  padding: 35px; }
/* line 3501, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure .side-wrapper > div h4 {
  font-size: 1.3em;
  font-weight: bold; }
/* line 3506, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure .side-wrapper > div span {
  font-size: 1.1em;
  display: block;
  margin-bottom: 10px; }
/* line 3512, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure .side-wrapper > div a {
  text-decoration: none; }
/* line 3515, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure .side-wrapper > div a:hover {
  text-decoration: underline; }
/* line 3522, ew-inc/css/partials/pages/_qweb.scss */
/* line 3523, ew-inc/css/partials/pages/_qweb.scss */

/* line 3524, ew-inc/css/partials/pages/_qweb.scss */

.page-content .details-structure #structure-gallery #sync1 .item {
  background: #fff;
  color: #fff;
  text-align: center; }
/* line 3536, ew-inc/css/partials/pages/_qweb.scss */
/* line 3539, ew-inc/css/partials/pages/_qweb.scss */

.page-content .details-structure #structure-gallery #sync2 .item {
  background: #fff;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  cursor: pointer; }
/* line 3550, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure #structure-gallery #sync2 .item h1 {
  font-size: 18px; }

/* line 3560, ew-inc/css/partials/pages/_qweb.scss */

.page-content .details-structure #structure-gallery .owl-theme {
  /*default owl-theme theme reset .disabled:hover links */ }
/* line 3561, ew-inc/css/partials/pages/_qweb.scss */
/* line 3563, ew-inc/css/partials/pages/_qweb.scss */

.page-content .details-structure #structure-gallery .owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease; }
/* line 3566, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure #structure-gallery .owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #d6d6d6; }
/* line 3575, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure #structure-gallery #sync1.owl-theme {
  position: relative; }
/* line 3578, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure #structure-gallery #sync1.owl-theme .owl-nav {
  margin-bottom: 10px !important; }
/* line 3582, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure #structure-gallery #sync1.owl-theme .owl-next, .page-content .details-structure #structure-gallery #sync1.owl-theme .owl-prev {
  width: 30px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 40px;
  background: #00afe9;
  font-size: 1.5em; }
/* line 3592, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure #structure-gallery #sync1.owl-theme .owl-prev {
  left: 10px; }
/* line 3596, ew-inc/css/partials/pages/_qweb.scss */
.page-content .details-structure #structure-gallery #sync1.owl-theme .owl-next {
  right: 10px; }
/* line 3601, ew-inc/css/partials/pages/_qweb.scss */
/* line 3602, ew-inc/css/partials/pages/_qweb.scss */

.page-content .details-structure #structure-gallery #sync2.owl-theme .owl-dots .owl-dot.active span, .page-content .details-structure #structure-gallery #sync2.owl-theme .owl-theme .owl-dots .owl-dot:hover span {
  background: #00afe9; }
/* line 3610, ew-inc/css/partials/pages/_qweb.scss */
/* line 3611, ew-inc/css/partials/pages/_qweb.scss */

.page-content .wrapper h1 {
  color: #4a4a49; }
/* line 3615, ew-inc/css/partials/pages/_qweb.scss */
.page-content .wrapper h2 {
  color: #4a4a49; }

/* line 3625, ew-inc/css/partials/pages/_qweb.scss */

.page-content .wrapper a {
  text-decoration: underline; }
/* line 3629, ew-inc/css/partials/pages/_qweb.scss */
.page-content .wrapper hr {
  border-top: 1px solid #ccc; }
/* line 3633, ew-inc/css/partials/pages/_qweb.scss */
.page-content .wrapper iframe {
  width: 100% !important; }
/* line 3637, ew-inc/css/partials/pages/_qweb.scss */
.page-content .wrapper p strong, .page-content .wrapper p span {
  font-weight: 600; }
/* line 3652, ew-inc/css/partials/pages/_qweb.scss */
/* line 3653, ew-inc/css/partials/pages/_qweb.scss */

.page-content .wrapper p .fa {
  color: #084287; }
/* line 3658, ew-inc/css/partials/pages/_qweb.scss */
/* line 3659, ew-inc/css/partials/pages/_qweb.scss */

.page-content .wrapper .dates-wrapper .date {
  font-size: 1.9em;
  font-weight: bold; }

@media (max-width: 767px) {
          .page-content .wrapper .dates-wrapper .date {
            font-size: 1.2em; } }
/* line 3667, ew-inc/css/partials/pages/_qweb.scss */
.page-content .wrapper .dates-wrapper .right {
  color: #8c8c8c; }

@media (max-width: 767px) {
          .page-content .wrapper .dates-wrapper .right {
            text-align: left !important; } }
/* line 3675, ew-inc/css/partials/pages/_qweb.scss */
.page-content .wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 15px; }
/* line 3681, ew-inc/css/partials/pages/_qweb.scss */
.page-content .wrapper ul li {
  padding-left: 1em;
  text-indent: 0em;
  line-height: normal;
  position: relative; }
/* line 3687, ew-inc/css/partials/pages/_qweb.scss */
.page-content .wrapper ul li:before {
  content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #8c8c8c;
  /* or whatever color you prefer */
  font-size: 0.5em;
  position: absolute;
  left: 0;
  top: 1.1em; }
/* line 3707, ew-inc/css/partials/pages/_qweb.scss */
/* line 3708, ew-inc/css/partials/pages/_qweb.scss */

/* line 3709, ew-inc/css/partials/pages/_qweb.scss */

#news-list .single a {
  text-decoration: none !important; }
/* line 3713, ew-inc/css/partials/pages/_qweb.scss */
#news-list .single h3 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0; }
/* line 3719, ew-inc/css/partials/pages/_qweb.scss */
#news-list .single span.date {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: inline-block;
  background: #00afe9;
  /*$mag*/
  color: #fff;
  font-weight: 900;
  font-size: 1em;
  padding: 10px 0;
  text-align: center; }
/* line 3726, ew-inc/css/partials/pages/_qweb.scss */
#news-list .single span.date.color-23 {
  background: #e50695; }
/* line 3730, ew-inc/css/partials/pages/_qweb.scss */
#news-list .single span.date.color-1 {
  background: #ff4713; }
/* line 3741, ew-inc/css/partials/pages/_qweb.scss */
#news-list .single span.data-carousel {
  right: 15px !important; }
/* line 3745, ew-inc/css/partials/pages/_qweb.scss */
#news-list .single .fb-share {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 1.5em; }
/* line 3753, ew-inc/css/partials/pages/_qweb.scss */
#news-list .single .details {
  background: #f3f3f3; }
/* line 3760, ew-inc/css/partials/pages/_qweb.scss */
.news-pagination {
  width: 100%;
  float: left;
  position: relative; }
/* line 3765, ew-inc/css/partials/pages/_qweb.scss */
/* line 3766, ew-inc/css/partials/pages/_qweb.scss */

.news-pagination a svg {
  height: 0.8em; }
/* line 3771, ew-inc/css/partials/pages/_qweb.scss */
.news-pagination .pagination {
  margin: 30px 0 0 0;
  display: block; }
/* line 3775, ew-inc/css/partials/pages/_qweb.scss */
.news-pagination .pagination .link-prec {
  display: inline-block; }
/* line 3778, ew-inc/css/partials/pages/_qweb.scss */
.news-pagination .pagination .link-prec a {
  margin-right: 2px;
  background-color: #ff4713;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  text-decoration: none; }
/* line 3788, ew-inc/css/partials/pages/_qweb.scss */
.news-pagination .pagination .link-succ {
  display: inline-block; }
/* line 3791, ew-inc/css/partials/pages/_qweb.scss */
.news-pagination .pagination .link-succ a {
  background-color: #ff4713;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  text-decoration: none; }
/* line 3800, ew-inc/css/partials/pages/_qweb.scss */
.news-pagination .pagination .square-links {
  display: inline-block; }
/* line 3803, ew-inc/css/partials/pages/_qweb.scss */
.news-pagination .pagination .square-links strong {
  padding: 5px 10px;
  margin-right: 2px;
  background-color: #8c8c8c;
  color: #fff;
  font-weight: 400; }
/* line 3811, ew-inc/css/partials/pages/_qweb.scss */
.news-pagination .pagination .square-links a {
  margin-right: 2px;
  background-color: #f3f3f3;
  padding: 5px 10px;
  text-align: center;
  color: #4a4a49;
  text-decoration: none; }
/* line 3822, ew-inc/css/partials/pages/_qweb.scss */
.news-pagination .back-to-list {
  display: inline-block;
  float: right;
  margin: 20px 0 0 0; }
/* line 3831, ew-inc/css/partials/pages/_qweb.scss */
#bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 9999; }
/* line 3838, ew-inc/css/partials/pages/_qweb.scss */
/* line 3839, ew-inc/css/partials/pages/_qweb.scss */

#bottom-bar .cols-wrapper > div {
  height: 45px;
  background: #00afe9;
  font-size: 1.7em;
  cursor: pointer;
  color: #fff;
  text-align: center; }
/* line 3840, ew-inc/css/partials/pages/_qweb.scss */
#bottom-bar .cols-wrapper > div:last-child {
  background: #4a4a49; }
/* line 3851, ew-inc/css/partials/pages/_qweb.scss */
#bottom-bar .cols-wrapper > div .popup-booking-widget {
  color: #fff;
  background: transparent;
  border: 2px solid transparent;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding: 5px 15px 5px;
  font-size: 20px !important; }

@media (max-width: 767px) {
          #bottom-bar .cols-wrapper > div .popup-booking-widget {
            font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#bottom-bar .cols-wrapper > div .popup-booking-widget:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#bottom-bar .cols-wrapper > div .popup-booking-widget:active, #bottom-bar .cols-wrapper > div .popup-booking-widget:focus {
  text-decoration: none; }
/* line 3856, ew-inc/css/partials/pages/_qweb.scss */
#bottom-bar .cols-wrapper > div .popup-booking-widget:active, #bottom-bar .cols-wrapper > div .popup-booking-widget:hover {
  color: #fff; }
/* line 3863, ew-inc/css/partials/pages/_qweb.scss */
#bottom-bar #widget-booking {
  display: none !important; }
/* line 3926, ew-inc/css/partials/pages/_qweb.scss */
#search-wrapper {
  display: none;
  position: absolute;
  top: 155px;
  width: 100%;
  z-index: 99;
  background: rgba(243, 243, 243, 1); }
/* line 3935, ew-inc/css/partials/pages/_qweb.scss */
/* line 3936, ew-inc/css/partials/pages/_qweb.scss */

#search-wrapper .wrapper > form {
  padding-top: 60px;
  padding-right: 3%;
  margin-bottom: 0;
  padding-bottom: 43px; }
/* line 3944, ew-inc/css/partials/pages/_qweb.scss */
#search-wrapper .wrapper .text-input {
  width: 100%;
  font-size: 2em;
  border: 0;
  border-bottom: 3px solid #4a4a49;
  background: transparent;
  padding-right: 35px; }
/* line 3953, ew-inc/css/partials/pages/_qweb.scss */
#search-wrapper .wrapper a.close-search {
  position: absolute;
  top: 55px;
  right: 40px;
  background: transparent;
  border: 0; }
/* line 3964, ew-inc/css/partials/pages/_qweb.scss */
/* line 3965, ew-inc/css/partials/pages/_qweb.scss */

.adv-search-buttons > a {
  color: #fff;
  background: #dea400;
  border: 2px solid #dea400;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding: 6px 15px 6px;
  font-size: 20px;
  height: 45px;
  height: 45px;
  margin-right: 5px;
  text-decoration: none !important; }

@media (max-width: 767px) {
      .adv-search-buttons > a {
        font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
.adv-search-buttons > a:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
.adv-search-buttons > a:active, .adv-search-buttons > a:focus {
  text-decoration: none; }
/* line 3975, ew-inc/css/partials/pages/_qweb.scss */
.adv-search-buttons > a:hover {
  color: #b79955;
  border-color: #b79955; }
/* line 3982, ew-inc/css/partials/pages/_qweb.scss */
/* line 3983, ew-inc/css/partials/pages/_qweb.scss */

.search-results-wrapper .details-label {
  text-decoration: none !important; }
/* line 3987, ew-inc/css/partials/pages/_qweb.scss */
.search-results-wrapper .single-res {
  background-color: #f3f3f3; }
/* line 3988, ew-inc/css/partials/pages/_qweb.scss */
.search-results-wrapper .single-res a {
  text-decoration: none !important; }
/* line 3994, ew-inc/css/partials/pages/_qweb.scss */
.search-results-wrapper .single-res .String--find {
  color: #00afe9; }
/* line 4000, ew-inc/css/partials/pages/_qweb.scss */
/* line 4001, ew-inc/css/partials/pages/_qweb.scss */

#advsearchresult-structures .single-res {
  background: none !important; }
/* line 4005, ew-inc/css/partials/pages/_qweb.scss */
#advsearchresult-structures .details-wrapper {
  background: #f0f0f0; }
/* line 4008, ew-inc/css/partials/pages/_qweb.scss */
#advsearchresult-structures .details-wrapper h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0; }
/* line 4014, ew-inc/css/partials/pages/_qweb.scss */
#advsearchresult-structures .details-wrapper h3 .fa-star {
  font-size: 0.5em;
  color: #b79955;
  vertical-align: super; }
/* line 4020, ew-inc/css/partials/pages/_qweb.scss */
#advsearchresult-structures .details-wrapper h3 small {
  font-weight: 700;
  vertical-align: super;
  color: #00afe9;
  padding-left: 5px; }
/* line 4028, ew-inc/css/partials/pages/_qweb.scss */
#advsearchresult-structures .details-wrapper span {
  display: block; }
/* line 4032, ew-inc/css/partials/pages/_qweb.scss */
#advsearchresult-structures .details-wrapper .goto {
  color: #00afe9;
  background: transparent;
  border: 2px solid #00afe9;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
        #advsearchresult-structures .details-wrapper .goto {
          font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#advsearchresult-structures .details-wrapper .goto:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#advsearchresult-structures .details-wrapper .goto:active, #advsearchresult-structures .details-wrapper .goto:focus {
  text-decoration: none; }
/* line 4035, ew-inc/css/partials/pages/_qweb.scss */
#advsearchresult-structures .details-wrapper .goto:hover {
  color: #00afe9;
  border-color: #00afe9; }
/* line 4040, ew-inc/css/partials/pages/_qweb.scss */
#advsearchresult-structures .details-wrapper .goto.wprice {
  color: #fff;
  background: #00afe9;
  border: 2px solid #00afe9;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

@media (max-width: 767px) {
          #advsearchresult-structures .details-wrapper .goto.wprice {
            font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#advsearchresult-structures .details-wrapper .goto.wprice:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#advsearchresult-structures .details-wrapper .goto.wprice:active, #advsearchresult-structures .details-wrapper .goto.wprice:focus {
  text-decoration: none; }
/* line 4043, ew-inc/css/partials/pages/_qweb.scss */
#advsearchresult-structures .details-wrapper .goto.wprice span {
  display: inline; }
/* line 4047, ew-inc/css/partials/pages/_qweb.scss */
#advsearchresult-structures .details-wrapper .goto.wprice:hover {
  color: #00afe9; }
/* line 4056, ew-inc/css/partials/pages/_qweb.scss */
#nav-top {
  position: relative;
  color: #4a4a49;
  background: #f3f3f3;
  font-size: 1.1em; }

@media (max-width: 1023px) {
    #nav-top {
      display: none; } }

@media (max-width: 1199px) {
    #nav-top {
      font-size: 0.8em;
      font-weight: 600; } }
/* line 4070, ew-inc/css/partials/pages/_qweb.scss */
#nav-top .single {
  display: inline-block;
  font-family: 'Khand', sans-serif; }
/* line 4074, ew-inc/css/partials/pages/_qweb.scss */
#nav-top .single a {
  color: #4a4a49;
  position: relative;
  display: inline-block;
  padding: 15px 20px; }
/* line 4080, ew-inc/css/partials/pages/_qweb.scss */
#nav-top .single a:hover {
  text-decoration: underline; }
/* line 4086, ew-inc/css/partials/pages/_qweb.scss */
#nav-top .single.last {
  padding: 15px; }
/* line 4090, ew-inc/css/partials/pages/_qweb.scss */
#nav-top .single ul {
  padding-left: 5px;
  list-style: none;
  display: inline-block;
  margin-bottom: 0; }
/* line 4096, ew-inc/css/partials/pages/_qweb.scss */
#nav-top .single ul > li {
  display: inline-block; }
/* line 4099, ew-inc/css/partials/pages/_qweb.scss */
#nav-top .single ul > li > a {
  padding: 0 5px; }
/* line 4108, ew-inc/css/partials/pages/_qweb.scss */
/* line 4109, ew-inc/css/partials/pages/_qweb.scss */

.sitemap-wrapper #area-113 {
  display: none !important; }
/* line 4113, ew-inc/css/partials/pages/_qweb.scss */
.sitemap-wrapper h3 {
  background: #b79955;
  color: #fff;
  padding: 10px; }
/* line 4119, ew-inc/css/partials/pages/_qweb.scss */
.sitemap-wrapper a {
  text-decoration: none !important;
  font-size: 0.8em; }
/* line 4139, ew-inc/css/partials/pages/_qweb.scss */
#events-list {
  margin-top: 50px; }
/* line 4142, ew-inc/css/partials/pages/_qweb.scss */
#events-list .wrapper {
  position: relative;
  display: block;
  float: left;
  width: 100%; }
/* line 4149, ew-inc/css/partials/pages/_qweb.scss */
/* line 4150, ew-inc/css/partials/pages/_qweb.scss */

#events-list .counter p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em; }
/* line 4157, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single {
  background: #f3f3f3;
  margin-bottom: 20px;
  display: none; }
/* line 4162, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single.active {
  display: block; }
/* line 4166, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single .col {
  padding: 20px 15px;
  min-height: 190px; }

@media (max-width: 767px) {
        #events-list .single .col {
          min-height: auto; } }
/* line 4173, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single .col.image-wrapper {
  background-size: cover;
  background-position: center center; }

@media (max-width: 767px) {
          #events-list .single .col.image-wrapper {
            min-height: 150px; } }
/* line 4182, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single .fa {
  color: #8c8c8c; }
/* line 4186, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single .date {
  background: #00afe9;
  padding: 25px 0; }
/* line 4190, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single .date span {
  display: block;
  text-align: center;
  color: #fff; }
/* line 4195, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single .date span.month {
  font-size: 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold; }
/* line 4202, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single .date span.day {
  font-size: 4em;
  line-height: 0.9em; }
/* line 4209, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single h3 {
  font-size: 1.2em;
  font-weight: bold;
  color: #00afe9;
  padding: 0 15px; }
/* line 4216, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single p {
  padding: 0 15px;
  color: #4a4a49; }
/* line 4221, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single .goto {
  color: #00afe9;
  background: transparent;
  border: 2px solid #00afe9;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 20px; }

@media (max-width: 767px) {
        #events-list .single .goto {
          font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#events-list .single .goto:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#events-list .single .goto:active, #events-list .single .goto:focus {
  text-decoration: none; }
/* line 4228, ew-inc/css/partials/pages/_qweb.scss */
#events-list .single .goto:hover {
  color: #00afe9;
  border-color: #00afe9; }
/* line 4235, ew-inc/css/partials/pages/_qweb.scss */
#events-list #inc-page {
  color: #00afe9;
  background: transparent;
  border: 2px solid #00afe9;
  font-weight: 900;
  font-size: 25px;
  font-family: 'Khand', sans-serif;
  text-transform: uppercase;
  border-radius: 0.5em;
  padding: 9px 15px 5px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-decoration: none;
  margin-bottom: 20px; }

@media (max-width: 767px) {
      #events-list #inc-page {
        font-size: 21px; } }
/* line 88, ew-inc/css/partials/_config.scss */
#events-list #inc-page:hover {
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-decoration: none; }
/* line 94, ew-inc/css/partials/_config.scss */
#events-list #inc-page:active, #events-list #inc-page:focus {
  text-decoration: none; }
/* line 4240, ew-inc/css/partials/pages/_qweb.scss */
#events-list #inc-page:hover {
  color: #00afe9;
  border-color: #00afe9; }
/* line 4247, ew-inc/css/partials/pages/_qweb.scss */
/* line 4249, ew-inc/css/partials/pages/_qweb.scss */

#feratel-event-details .event-title {
  color: #00afe9; }

@media (max-width: 767px) {
      #feratel-event-details .event-title {
        margin-top: 15px; } }
/* line 4256, ew-inc/css/partials/pages/_qweb.scss */
@media (max-width: 767px) {
      #feratel-event-details .share {
        margin-top: 15px; } }
/* line 4264, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details {
  position: relative;
  float: left;
  width: 100%;
  background: #f3f3f3;
  padding: 20px; }
/* line 4271, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details .fa {
  color: #8c8c8c; }
/* line 4275, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details h1 {
  color: #00afe9;
  margin: 0;
  margin-bottom: 10px;
  font-size: 1.5em; }
/* line 4282, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details h2 {
  margin: 0;
  margin-bottom: 15px; }
/* line 4287, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details p {
  margin-bottom: 30px; }
/* line 4291, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details h4 {
  color: #4a4a49;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px; }
/* line 4298, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details .dates-wrapper {
  position: relative;
  float: left;
  width: 100%; }
/* line 4303, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details .dates-wrapper .single {
  display: inline-block;
  float: left;
  margin-right: 4px;
  background: #dea400;
  color: #00afe9;
  /*$w*/
  text-align: center;
  width: 60px;
  padding: 10px;
  margin-bottom: 4px; }
/* line 4314, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details .dates-wrapper .single:first-child {
  background: #35a949; }
/* line 4318, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details .dates-wrapper .single span {
  display: block; }
/* line 4321, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details .dates-wrapper .single span.month {
  font-size: 0.9em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold; }
/* line 4328, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details .side-details .dates-wrapper .single span.day {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 0.9em; }
/* line 4338, ew-inc/css/partials/pages/_qweb.scss */
#feratel-event-details #map-stru {
  height: 400px; }
/** CALENDARIO EVENTI FERATEL **/
/* line 4345, ew-inc/css/partials/pages/_qweb.scss */
.u-margin-top-15px {
  margin-top: 15px; }
/* line 4349, ew-inc/css/partials/pages/_qweb.scss */
.u-textWeight-700 {
  font-weight: 700; }
/* line 4353, ew-inc/css/partials/pages/_qweb.scss */
.u-background-today-calendar {
  background-color: #b5e4f4; }
/* line 4357, ew-inc/css/partials/pages/_qweb.scss */
.u-color-today-calendar {
  color: #1c80a4; }
/* line 4361, ew-inc/css/partials/pages/_qweb.scss */
.calendar-title {
  font-size: 26px; }
/* line 4365, ew-inc/css/partials/pages/_qweb.scss */
.u-border-left-xxs {
  border: 1px solid #ddd; }
/* line 4369, ew-inc/css/partials/pages/_qweb.scss */
.u-border-right-xxs {
  border: 1px solid #ddd; }
/* line 4373, ew-inc/css/partials/pages/_qweb.scss */
.u-textWeight-500 {
  font-weight: 500; }
/* line 4377, ew-inc/css/partials/pages/_qweb.scss */
.u-background-white {
  background-color: #fff; }
/* line 4381, ew-inc/css/partials/pages/_qweb.scss */
.u-textCenter {
  text-align: center; }
/* line 4385, ew-inc/css/partials/pages/_qweb.scss */
.u-color-black {
  color: #4a4a49; }
/* line 4389, ew-inc/css/partials/pages/_qweb.scss */
.u-background-grey {
  background-color: #f2f2f2; }
/* line 4393, ew-inc/css/partials/pages/_qweb.scss */
.u-color-white {
  color: #fff; }
/* line 4397, ew-inc/css/partials/pages/_qweb.scss */
.u-padding-all-xs {
  padding: 0.8rem; }
/* line 4401, ew-inc/css/partials/pages/_qweb.scss */
.u-background-azu {
  background-color: #00afe9; }
/* line 4405, ew-inc/css/partials/pages/_qweb.scss */
#formcalendar .table > tbody > tr > td {
  border-top: none; }
/* line 4409, ew-inc/css/partials/pages/_qweb.scss */
.giorni {
  background-color: #f3d88b;
  font-weight: 500; }
/* line 4414, ew-inc/css/partials/pages/_qweb.scss */
.calendar-mese {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd; }
/* line 4420, ew-inc/css/partials/pages/_qweb.scss */
#formcalendar .table > caption + thead > tr:first-child > th {
  border-top: 0;
  border-bottom: 0; }
/* line 4425, ew-inc/css/partials/pages/_qweb.scss */
#formcalendar table thead {
  border-bottom: 2px solid #4a4a49;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
/* line 4431, ew-inc/css/partials/pages/_qweb.scss */
#formcalendar table {
  margin-bottom: 0 !important; }
/* line 4435, ew-inc/css/partials/pages/_qweb.scss */
.u-hiddenVisually {
  display: none; }
/* line 4439, ew-inc/css/partials/pages/_qweb.scss */
#formcalendar {
  padding: 20px;
  background-color: #f2f2f2;
  padding-top: 15px;
  padding-bottom: 15px; }
/* line 4446, ew-inc/css/partials/pages/_qweb.scss */
.Button-calendar {
  font-weight: 600;
  padding: 0.3em 0.8em;
  height: 40px;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  background: transparent;
  border: 2px solid #4a4a49;
  box-sizing: border-box;
  color: #4a4a49;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*@media (min-width: 767px) {
   width: 40%;
   }*/ }
/* line 4476, ew-inc/css/partials/pages/_qweb.scss */
#btn-puntiesperienze ul {
  margin: 0;
  padding: 0;
  list-style: none; }
/* line 4481, ew-inc/css/partials/pages/_qweb.scss */
#btn-puntiesperienze ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 800; }
/* line 4486, ew-inc/css/partials/pages/_qweb.scss */
#btn-puntiesperienze ul li a {
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.5s ease; }
/* line 4496, ew-inc/css/partials/pages/_qweb.scss */
#esperienze h3 {
  font-size: 2.5em;
  font-weight: 400; }
/* line 4502, ew-inc/css/partials/pages/_qweb.scss */
.rigaesperienze {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
/* line 4510, ew-inc/css/partials/pages/_qweb.scss */
.velina {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
  z-index: 2; }
/* line 4521, ew-inc/css/partials/pages/_qweb.scss */
.rigaesperienze a:hover .item .velina {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  transition: background 0.5s ease-in-out; }
/* line 4527, ew-inc/css/partials/pages/_qweb.scss */
.rigaesperienze h5, .rigaesperienze h3 {
  color: white; }
/* line 4531, ew-inc/css/partials/pages/_qweb.scss */
.single span.date2 {
  display: inline-block;
  background: #00afe9;
  color: #fff;
  font-weight: 900;
  font-size: 1em;
  padding: 20px 15px;
  text-align: center; }
/* line 4540, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-home #gallery-home .wrapper {
  position: absolute;
  top: 0;
  left: 90px;
  right: 90px; }
/*inizio css desktop*/
@media (min-width: 768px) {
/* line 4548, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-home .details h4 {
  font-size: 4em;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 5px 4px 15px #000; }
/* line 4556, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-home .details {
  position: absolute;
  bottom: 60px;
  left: 10%; }
/* line 4562, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-home .details p {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  text-shadow: 3px 3px 5px #000; } }
/*fine css desktop*/
/*css mobile*/
@media (max-width: 767px) {
/* line 4573, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-home .details {
  background: rgba(0, 0, 0, 0.4);
  right: 5%;
  padding: 15px; }
/* line 4579, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-home .details h4 {
  font-size: 1.6em;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 5px 4px 15px #000; }
/* line 4587, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-home .details p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 300;
  color: #fff;
  text-shadow: 3px 3px 5px #000; }
/* line 4596, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-home .details {
  position: absolute;
  bottom: 10% !important;
  left: 5% !important; } }

@media (max-width: 600px) {
/* line 4603, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-home .details {
  position: absolute;
  bottom: 10% !important;
  left: 5% !important; } }

@media (max-width: 500px) {
/* line 4610, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-home .details {
  position: absolute;
  bottom: 15% !important;
  left: 5% !important; } }

@media (max-width: 400px) {
/* line 4617, ew-inc/css/partials/pages/_qweb.scss */
#top-gallery-home .details {
  position: absolute;
  bottom: 15% !important;
  left: 5% !important; } }

@media (max-width: 2500px) {
/* line 4627, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking.full-width .wrapper h4 {
  width: 0px !important;
  font-size: 0px !important;
  height: 15px !important;
  /* float: right; */ }
/* line 4633, ew-inc/css/partials/pages/_qweb.scss */
#widget-booking {
  padding-top: 80px !important; } }

@media (min-width: 1920px) {
/* line 4638, ew-inc/css/partials/pages/_qweb.scss */
#news-preview-wrapper .maxwidth {
  max-width: 1920px !important;
  margin-left: auto;
  margin-right: auto;
  background: none;
  padding-top: 30px !important; } }
/* modifiche valentino newsfera */
/* line 4647, ew-inc/css/partials/pages/_qweb.scss */
/* line 4648, ew-inc/css/partials/pages/_qweb.scss */

#gallery-home-fera-mobile .owl-dots {
  position: absolute !important;
  top: 0px !important;
  right: 20px !important; }
/* line 4652, ew-inc/css/partials/pages/_qweb.scss */
/* line 4653, ew-inc/css/partials/pages/_qweb.scss */

#gallery-home-fera-mobile .owl-dots .active span {
  background: #dea400; }
/* line 4659, ew-inc/css/partials/pages/_qweb.scss */
.boxferadetail {
  background: #fff !important; }
/* line 4662, ew-inc/css/partials/pages/_qweb.scss */
/* line 4663, ew-inc/css/partials/pages/_qweb.scss */

#news-square-wrapper-fera h2 {
  font-size: 2.5em !important;
  font-weight: 400 !important; }
/* line 4668, ew-inc/css/partials/pages/_qweb.scss */
.mb60 {
  margin-bottom: 60px !important; }
/* line 4671, ew-inc/css/partials/pages/_qweb.scss */
.box-event {
  padding-top: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important; }
/* line 4680, ew-inc/css/partials/pages/_qweb.scss */
.titlenewsfera {
  margin-bottom: 20px !important;
  font-weight: 600 !important;
  font-size: 1.2em !important; }
/* line 4685, ew-inc/css/partials/pages/_qweb.scss */
.textnewsfera {
  font-size: 20px !important;
  font-weight: 400 !important; }

@media (min-width: 1440px) {
/* line 4690, ew-inc/css/partials/pages/_qweb.scss */
.row-box-event {
  width: 83.33333% !important;
  margin-left: 8.33333% !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important; }
/* line 4696, ew-inc/css/partials/pages/_qweb.scss */
/* line 4697, ew-inc/css/partials/pages/_qweb.scss */
  /* line 4698, ew-inc/css/partials/pages/_qweb.scss */
    #news-square-wrapper-fera .single .details {
      min-height: 225px; }
/* line 4703, ew-inc/css/partials/pages/_qweb.scss */
.paddingnewfera {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important; } }

@media (max-width: 1440px) {
/* line 4709, ew-inc/css/partials/pages/_qweb.scss */
.row-box-event {
  width: 100% !important;
  margin-left: 0% !important;
  padding-left: 7.5px !important;
  padding-right: 7.5px !important; }
/* line 4715, ew-inc/css/partials/pages/_qweb.scss */
/* line 4716, ew-inc/css/partials/pages/_qweb.scss */
  /* line 4717, ew-inc/css/partials/pages/_qweb.scss */
    #news-square-wrapper-fera .single .details {
      min-height: 200px; }
/* line 4722, ew-inc/css/partials/pages/_qweb.scss */
.paddingnewfera {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important; } }

@media (max-width: 1250px) {
/* line 4728, ew-inc/css/partials/pages/_qweb.scss */
/* line 4729, ew-inc/css/partials/pages/_qweb.scss */
  /* line 4730, ew-inc/css/partials/pages/_qweb.scss */
    #news-square-wrapper-fera .single .details {
      min-height: 250px; }
/* line 4734, ew-inc/css/partials/pages/_qweb.scss */
#news-square-wrapper-fera .details {
  min-height: 250px; } }
/* line 4739, ew-inc/css/partials/pages/_qweb.scss */
#gallery-home-news .owl-dots {
  position: absolute !important;
  top: 10px !important;
  right: 20px !important; }
/* line 4745, ew-inc/css/partials/pages/_qweb.scss */
#gallery-home-news .owl-dots .active span {
  background: #dea400; }
/* line 4748, ew-inc/css/partials/pages/_qweb.scss */
.p-10 {
  padding: 10px !important; }
/*            #news-primo-piano-wrapper{
 max-width: 1900px;
 margin-left: auto;
 margin-right: auto;
 }*/
/* line 4756, ew-inc/css/partials/pages/_qweb.scss */
.rainnews {
  height: 1%;
  width: 100%;
  position: absolute;
  left: 0%;
  background: linear-gradient(to right, #dea400 25%, #35a949 25%, #35a949 50%, #c92518 50%, #c92518 75%, #00afe9 75%); }

@media (max-width: 767px) {
/* line 4767, ew-inc/css/partials/pages/_qweb.scss */
.imgnewshomepage {
  padding-bottom: 71% !important;
  background-size: contain !important;
  background-repeat: no-repeat; }
/* line 4772, ew-inc/css/partials/pages/_qweb.scss */
.textnewshomepage {
  min-height: 60vh;
  padding: 0 7%; }
/* line 4776, ew-inc/css/partials/pages/_qweb.scss */
.titlenewsbig {
  margin-top: 15%;
  margin-bottom: 30px;
  color: #fff;
  font-size: 2em;
  font-weight: 800;
  line-height: 1em; }
/* line 4784, ew-inc/css/partials/pages/_qweb.scss */
.subnewsbig {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em; }
/* line 4791, ew-inc/css/partials/pages/_qweb.scss */
.buttonnewsbig {
  margin-top: 50px; }
/* line 4794, ew-inc/css/partials/pages/_qweb.scss */
.buttonnewsbig a {
  /* position: absolute;*/
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  font-weight: 200;
  border-radius: 0.5em; } }

@media (min-width: 768px) {
  /* padding-bottom: 35.5% !important;*/
/* line 4805, ew-inc/css/partials/pages/_qweb.scss */
.imgnewshomepage {
  min-height: 80vh;
  background-size: cover !important;
  background-repeat: no-repeat; }
/* line 4811, ew-inc/css/partials/pages/_qweb.scss */
.textnewshomepage {
  min-height: 80vh;
  padding: 0 7%; }
/* line 4815, ew-inc/css/partials/pages/_qweb.scss */
.titlenewsbig {
  margin-top: 15%;
  margin-bottom: 30px;
  color: #fff;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2em; }
/* line 4823, ew-inc/css/partials/pages/_qweb.scss */
.subnewsbig {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4em; }
/* line 4830, ew-inc/css/partials/pages/_qweb.scss */
.buttonnewsbig {
  margin-top: 50px; }
/* line 4833, ew-inc/css/partials/pages/_qweb.scss */
.buttonnewsbig a {
  /* position: absolute;*/
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  font-weight: 200;
  border-radius: 0.5em; } }
/* line 4844, ew-inc/css/partials/pages/_qweb.scss */
.fa-thin {
  color: #8c8c8c !important;
  font-size: 0.8em !important; }
/* line 4848, ew-inc/css/partials/pages/_qweb.scss */
/* line 4849, ew-inc/css/partials/pages/_qweb.scss */

.collapsed .glyphicon {
  transform: rotate(-180deg);
  transform: rotate(-180deg); }
/* line 4853, ew-inc/css/partials/pages/_qweb.scss */
.collapsed .glyphicono {
  transform: rotate(90deg); }
/* line 4857, ew-inc/css/partials/pages/_qweb.scss */
/* line 4858, ew-inc/css/partials/pages/_qweb.scss */

.collapse .in {
  background-color: #fff;
  display: contents !important; }
/* line 4863, ew-inc/css/partials/pages/_qweb.scss */
.logobgd {
  background-color: #fff !important; }
/* line 4866, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel {
  background-color: #fff !important; }
/* line 4868, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel:hover {
  background-color: #fff !important; }
/* line 4871, ew-inc/css/partials/pages/_qweb.scss */
/* line 4872, ew-inc/css/partials/pages/_qweb.scss */

ul.firstlevel li > a {
  background: none !important;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2) !important; }
/* line 4875, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel li > a:hover {
  background: none !important;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2) !important; }
/* line 4880, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel li > a.yel {
  color: #dea400; }
/* line 4882, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel li > a.yel:hover {
  color: #dea400; }
/* line 4886, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel li > a.green {
  color: #35a949; }
/* line 4888, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel li > a.green:hover {
  color: #35a949; }
/* line 4892, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel li > a.red {
  color: #c92518; }
/* line 4894, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel li > a.red:hover {
  color: #c92518; }
/* line 4898, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel li > a.azu {
  color: #00afe9; }
/* line 4900, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel li > a.azu:hover {
  color: #00afe9; }
/* line 4904, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel li > a.neutra {
  color: #000 !important; }
/* line 4906, ew-inc/css/partials/pages/_qweb.scss */
ul.firstlevel li > a.neutra:hover {
  color: #000 !important; }
/* line 4912, ew-inc/css/partials/pages/_qweb.scss */
ul.secondlevel {
  background-color: #fff !important; }
/* line 4914, ew-inc/css/partials/pages/_qweb.scss */
ul.secondlevel:hover {
  background-color: #fff !important; }
/* line 4917, ew-inc/css/partials/pages/_qweb.scss */
/* line 4918, ew-inc/css/partials/pages/_qweb.scss */

ul.secondlevel li > a {
  padding-left: 30px !important;
  margin: 0px !important;
  color: #000 !important;
  background: none !important;
  box-shadow: none !important; }
/* line 4924, ew-inc/css/partials/pages/_qweb.scss */
ul.secondlevel li > a:hover {
  padding-left: 30px !important;
  margin: 0px !important;
  color: #000 !important;
  background: none !important;
  box-shadow: none !important; }
/* line 4934, ew-inc/css/partials/pages/_qweb.scss */
ul.thirdlevel {
  background-color: #fff !important;
  list-style: disc !important;
  padding-left: 60px !important;
  margin: 0px !important; }
/* line 4939, ew-inc/css/partials/pages/_qweb.scss */
ul.thirdlevel:hover {
  background-color: #fff !important; }
/* line 4942, ew-inc/css/partials/pages/_qweb.scss */
ul.thirdlevel li {
  padding-left: 0px !important;
  color: #000 !important;
  font-size: 19px !important;
  background: none !important;
  box-shadow: none !important; }
/* line 4943, ew-inc/css/partials/pages/_qweb.scss */
ul.thirdlevel li::marker {
  font-weight: bold !important;
  color: #8c8c8c !important; }
/* line 4947, ew-inc/css/partials/pages/_qweb.scss */
ul.thirdlevel li > a {
  padding-left: 0px !important;
  color: #000 !important;
  font-size: 19px !important;
  background: none !important;
  box-shadow: none !important; }
/* line 4953, ew-inc/css/partials/pages/_qweb.scss */
ul.thirdlevel li > a:hover {
  padding-left: 0px !important;
  color: #000 !important;
  font-size: 19px !important;
  background: none !important;
  box-shadow: none !important; }
/* line 4968, ew-inc/css/partials/pages/_qweb.scss */
ul.forthlevel {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff !important; }
/* line 4972, ew-inc/css/partials/pages/_qweb.scss */
ul.forthlevel:hover {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff !important; }
/* line 4977, ew-inc/css/partials/pages/_qweb.scss */
/* line 4978, ew-inc/css/partials/pages/_qweb.scss */

ul.forthlevel li > a {
  padding-left: 0px !important;
  color: #8c8c8c !important;
  font-size: 16px !important;
  line-height: 1em !important;
  background: none !important;
  box-shadow: none !important; }
/* line 4985, ew-inc/css/partials/pages/_qweb.scss */
ul.forthlevel li > a:hover {
  padding-left: 0px !important;
  color: #8c8c8c !important;
  font-size: 16px !important;
  line-height: 1em !important;
  background: none !important;
  box-shadow: none !important; }
/* line 4996, ew-inc/css/partials/pages/_qweb.scss */
/* line 4997, ew-inc/css/partials/pages/_qweb.scss */

/* line 4998, ew-inc/css/partials/pages/_qweb.scss */

/* line 4999, ew-inc/css/partials/pages/_qweb.scss */

/* line 5000, ew-inc/css/partials/pages/_qweb.scss */

/* line 5001, ew-inc/css/partials/pages/_qweb.scss */

.mp-level > ul > li:first-child > a:hover {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2) !important; }
/* line 5009, ew-inc/css/partials/pages/_qweb.scss */
.languagepickermobile {
  background-color: #fff;
  display: inline-block;
  padding: 0;
  height: 47px;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 5000;
  width: 100% !important; }
/* line 5018, ew-inc/css/partials/pages/_qweb.scss */
.languagepickermobile:hover {
  background-color: #fff !important; }
/* line 5022, ew-inc/css/partials/pages/_qweb.scss */
/* line 5023, ew-inc/css/partials/pages/_qweb.scss */

.languagepickermobilelan:hover {
  background-color: #fff !important; }
/* line 5027, ew-inc/css/partials/pages/_qweb.scss */
.rowlin {
  padding-left: 1.8em; }
/* line 5030, ew-inc/css/partials/pages/_qweb.scss */
#languagepickermobilelan {
  background-color: #fff;
  color: #000 !important;
  width: 100% !important;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  -webkit-transition: height 0.4s;
  transition: height 0.4s; }
/* line 5039, ew-inc/css/partials/pages/_qweb.scss */
#languagepickermobilelan a {
  background-color: #fff;
  color: #000 !important;
  height: 47px;
  width: 100% !important; }
/* line 5045, ew-inc/css/partials/pages/_qweb.scss */
/* line 5046, ew-inc/css/partials/pages/_qweb.scss */

#languagepickermobilelan .collapse .in {
  background-color: #fff;
  display: contents !important; }
/* line 5051, ew-inc/css/partials/pages/_qweb.scss */
/* line 5052, ew-inc/css/partials/pages/_qweb.scss */

#languagepickermobilelan .sellin:last-child {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2) !important; }
/* line 5054, ew-inc/css/partials/pages/_qweb.scss */
/* line 5055, ew-inc/css/partials/pages/_qweb.scss */

#languagepickermobilelan .sellin:last-child a:last-child {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2) !important; }
/* line 5062, ew-inc/css/partials/pages/_qweb.scss */
.no-pad {
  padding-left: 0px !important;
  padding-right: 0px !important; }
