@import url("animate.css");
/*

PROJECTSTRAP v0.0.1 beta - Jan 2017
Core SASS module oriented project.
(c) Modo Agencia www.modoagencia.com

Build on Bootstrap
Thanks to @mdo, @fat and Twitter, Inc.

 */
/* line 3, ../styles/projectstrap/_alerts.scss */
.alert {
  /*--- Alert Outlined ---*/
}
/* line 6, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-default {
  background-color: transparent;
  border-color: #e9e9e9;
}
/* line 10, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-primary {
  background-color: transparent;
  color: #0695d6;
  border-color: #0695d6;
}
/* line 15, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-warning {
  background-color: transparent;
  color: #fec221;
  border-color: #fec221;
}
/* line 20, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-danger {
  background-color: transparent;
  color: #ef4d3d;
  border-color: #ef4d3d;
}
/* line 25, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-success {
  background-color: transparent !important;
  color: #33b560;
  border-color: #33b560;
}
/* line 30, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-info {
  background-color: transparent;
  color: #5bc0de;
  border-color: #5bc0de;
}
/* line 35, ../styles/projectstrap/_alerts.scss */
.alert.alert-outlined.alert-inverse {
  background-color: transparent;
  color: #cccccc;
  border-color: #cccccc;
}
/* line 42, ../styles/projectstrap/_alerts.scss */
.alert.alert-inverse {
  background-color: #525252;
}

/* line 47, ../styles/projectstrap/_alerts.scss */
.alert:not(.alert-default) {
  color: #fff;
}
/* line 50, ../styles/projectstrap/_alerts.scss */
.alert:not(.alert-default) a:not(.close),
.alert:not(.alert-default) .alert-link {
  color: #fff;
  text-decoration: underline;
}
/* line 54, ../styles/projectstrap/_alerts.scss */
.alert:not(.alert-default) .close {
  color: #fff;
}

/* line 59, ../styles/projectstrap/_alerts.scss */
.alert-default {
  background-color: #e9e9e9;
}
/* line 61, ../styles/projectstrap/_alerts.scss */
.alert-default .alert-link {
  color: #111111;
  text-decoration: underline;
}

/* line 4, ../styles/projectstrap/_forms.scss */
.form-control {
  height: 34px;
}

/* line 9, ../styles/projectstrap/_forms.scss */
form.form-material label {
  margin-top: 16px;
}
/* line 12, ../styles/projectstrap/_forms.scss */
form.form-material .form-group {
  position: relative;
  /*margin-top: 30px;*/
}
/* line 17, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static label, form.form-material .form-group.label-floating label, form.form-material .form-group.label-placeholder label, form.form-material .form-group.label-column label {
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
/* line 26, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static.is-fixed label, form.form-material .form-group.label-floating.is-fixed label, form.form-material .form-group.label-placeholder.is-fixed label, form.form-material .form-group.label-column.is-fixed label {
  top: -30px;
  font-size: 12px;
}
/* line 34, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.is-empty.label-floating label, form.form-material .form-group.is-empty.label-placeholder label, form.form-material .form-group.is-empty.label-column label {
  top: -7px;
  font-size: 16px;
}
/* line 41, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static label {
  top: -30px;
  left: 0;
  font-size: 14px;
  line-height: 1.07142857;
}
/* line 47, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static.is-fixed {
  font-size: 12px;
}
/* line 52, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-column label {
  position: static;
}
/* line 57, ../styles/projectstrap/_forms.scss */
form.form-material .form-group .form-control {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
  background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
  -webkit-background-size: 0 2px, 100% 1px;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 7px 0;
  caret-color: #0695d6;
}
/* line 78, ../styles/projectstrap/_forms.scss */
form.form-material .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  position: relative;
  top: 1px;
}
/* line 82, ../styles/projectstrap/_forms.scss */
form.form-material .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  position: relative;
  top: 1px;
}
/* line 86, ../styles/projectstrap/_forms.scss */
form.form-material .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  position: relative;
  top: 1px;
}
/* line 90, ../styles/projectstrap/_forms.scss */
form.form-material .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  position: relative;
  top: 1px;
}
/* line 97, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.is-focused label {
  color: #0695d6;
  font-weight: 500;
}
/* line 101, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.is-focused .form-control {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0695d6), to(#0695d6)), -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#dddddd));
  background-image: -webkit-linear-gradient(#0695d6, #0695d6), -webkit-linear-gradient(#dddddd, #dddddd);
  background-image: -o-linear-gradient(#0695d6, #0695d6), -o-linear-gradient(#dddddd, #dddddd);
  background-image: linear-gradient(#0695d6, #0695d6), linear-gradient(#dddddd, #dddddd);
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 117, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.is-focused.label-floating label {
  top: -30px;
  font-size: 12px;
}

/* line 127, ../styles/projectstrap/_forms.scss */
form.form-material .form-group {
  color: #333;
}
/* line 132, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-sm label {
  top: -11px;
  font-size: 11px;
  line-height: 1.5;
}
/* line 138, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-sm.is-fixed label {
  position: absolute;
  top: -30px;
  font-size: 9px;
}
/* line 145, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-sm.is-focused label {
  top: -30px;
  font-size: 9px;
}
/* line 153, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-lg label {
  top: -5px;
  font-size: 18px;
}
/* line 158, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-lg.is-fixed label {
  position: absolute;
  top: -30px;
  font-size: 14px;
}
/* line 165, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-floating.form-group-lg.is-focused label {
  top: -30px;
  font-size: 14px;
}
/* line 175, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static.form-group-sm label {
  font-size: 9px;
}
/* line 180, ../styles/projectstrap/_forms.scss */
form.form-material .form-group.label-static.form-group-lg label {
  font-size: 14px;
}
/* line 187, ../styles/projectstrap/_forms.scss */
form.form-material textarea {
  border-width: 0;
  border-bottom-width: 1px;
  max-width: 100%;
}

/* line 3, ../styles/projectstrap/_spaces.scss */
.clearmargin {
  margin: 0;
}

/* line 4, ../styles/projectstrap/_spaces.scss */
.margin5 {
  margin: 5px;
}

/* line 5, ../styles/projectstrap/_spaces.scss */
.margin10 {
  margin: 10px;
}

/* line 6, ../styles/projectstrap/_spaces.scss */
.margin15 {
  margin: 15px;
}

/* line 7, ../styles/projectstrap/_spaces.scss */
.margin20 {
  margin: 20px;
}

/* line 8, ../styles/projectstrap/_spaces.scss */
.margin30 {
  margin: 30px;
}

/* line 9, ../styles/projectstrap/_spaces.scss */
.margin40 {
  margin: 40px;
}

/* line 10, ../styles/projectstrap/_spaces.scss */
.margin50 {
  margin: 50px;
}

/* line 11, ../styles/projectstrap/_spaces.scss */
.margin60 {
  margin: 60px;
}

/* line 12, ../styles/projectstrap/_spaces.scss */
.margin70 {
  margin: 70px;
}

/* line 13, ../styles/projectstrap/_spaces.scss */
.margin80 {
  margin: 80px;
}

/* line 14, ../styles/projectstrap/_spaces.scss */
.margin90 {
  margin: 90px;
}

/* line 15, ../styles/projectstrap/_spaces.scss */
.margin100 {
  margin: 100px;
}

/* line 17, ../styles/projectstrap/_spaces.scss */
.margintop0 {
  margin-top: 0px;
}

/* line 18, ../styles/projectstrap/_spaces.scss */
.margintop5 {
  margin-top: 5px;
}

/* line 19, ../styles/projectstrap/_spaces.scss */
.margintop10 {
  margin-top: 10px;
}

/* line 20, ../styles/projectstrap/_spaces.scss */
.margintop15 {
  margin-top: 15px;
}

/* line 21, ../styles/projectstrap/_spaces.scss */
.margintop20 {
  margin-top: 20px;
}

/* line 22, ../styles/projectstrap/_spaces.scss */
.margintop30 {
  margin-top: 30px;
}

/* line 23, ../styles/projectstrap/_spaces.scss */
.margintop40 {
  margin-top: 40px;
}

/* line 24, ../styles/projectstrap/_spaces.scss */
.margintop50 {
  margin-top: 50px;
}

/* line 25, ../styles/projectstrap/_spaces.scss */
.margintop60 {
  margin-top: 60px;
}

/* line 26, ../styles/projectstrap/_spaces.scss */
.margintop70 {
  margin-top: 70px;
}

/* line 27, ../styles/projectstrap/_spaces.scss */
.margintop80 {
  margin-top: 80px;
}

/* line 28, ../styles/projectstrap/_spaces.scss */
.margintop90 {
  margin-top: 90px;
}

/* line 29, ../styles/projectstrap/_spaces.scss */
.margintop100 {
  margin-top: 100px;
}

/* line 30, ../styles/projectstrap/_spaces.scss */
.margintop150 {
  margin-top: 150px;
}

/* line 32, ../styles/projectstrap/_spaces.scss */
.margintop-5 {
  margin-top: -5px;
}

/* line 33, ../styles/projectstrap/_spaces.scss */
.margintop-10 {
  margin-top: -10px;
}

/* line 34, ../styles/projectstrap/_spaces.scss */
.margintop-20 {
  margin-top: -20px;
}

/* line 35, ../styles/projectstrap/_spaces.scss */
.margintop-30 {
  margin-top: -30px;
}

/* line 37, ../styles/projectstrap/_spaces.scss */
.marginbottom0 {
  margin-bottom: 0px;
}

/* line 38, ../styles/projectstrap/_spaces.scss */
.marginbottom5 {
  margin-bottom: 5px;
}

/* line 39, ../styles/projectstrap/_spaces.scss */
.marginbottom10 {
  margin-bottom: 10px;
}

/* line 40, ../styles/projectstrap/_spaces.scss */
.marginbottom15 {
  margin-bottom: 15px;
}

/* line 41, ../styles/projectstrap/_spaces.scss */
.marginbottom20 {
  margin-bottom: 20px;
}

/* line 42, ../styles/projectstrap/_spaces.scss */
.marginbottom30 {
  margin-bottom: 30px;
}

/* line 43, ../styles/projectstrap/_spaces.scss */
.marginbottom40 {
  margin-bottom: 40px;
}

/* line 44, ../styles/projectstrap/_spaces.scss */
.marginbottom50 {
  margin-bottom: 50px;
}

/* line 45, ../styles/projectstrap/_spaces.scss */
.marginbottom60 {
  margin-bottom: 60px;
}

/* line 46, ../styles/projectstrap/_spaces.scss */
.marginbottom70 {
  margin-bottom: 70px;
}

/* line 47, ../styles/projectstrap/_spaces.scss */
.marginbottom80 {
  margin-bottom: 80px;
}

/* line 48, ../styles/projectstrap/_spaces.scss */
.marginbottom90 {
  margin-bottom: 90px;
}

/* line 49, ../styles/projectstrap/_spaces.scss */
.marginbottom100 {
  margin-bottom: 100px;
}

/* line 50, ../styles/projectstrap/_spaces.scss */
.marginbottom150 {
  margin-bottom: 150px;
}

/* line 52, ../styles/projectstrap/_spaces.scss */
.marginleft0 {
  margin-left: 0px;
}

/* line 53, ../styles/projectstrap/_spaces.scss */
.marginleft5 {
  margin-left: 5px;
}

/* line 54, ../styles/projectstrap/_spaces.scss */
.marginleft10 {
  margin-left: 10px;
}

/* line 55, ../styles/projectstrap/_spaces.scss */
.marginleft15 {
  margin-left: 15px;
}

/* line 56, ../styles/projectstrap/_spaces.scss */
.marginleft20 {
  margin-left: 20px;
}

/* line 57, ../styles/projectstrap/_spaces.scss */
.marginleft30 {
  margin-left: 30px;
}

/* line 58, ../styles/projectstrap/_spaces.scss */
.marginleft40 {
  margin-left: 40px;
}

/* line 59, ../styles/projectstrap/_spaces.scss */
.marginleft50 {
  margin-left: 50px;
}

/* line 60, ../styles/projectstrap/_spaces.scss */
.marginleft60 {
  margin-left: 60px;
}

/* line 61, ../styles/projectstrap/_spaces.scss */
.marginleft70 {
  margin-left: 70px;
}

/* line 62, ../styles/projectstrap/_spaces.scss */
.marginleft80 {
  margin-left: 80px;
}

/* line 63, ../styles/projectstrap/_spaces.scss */
.marginleft90 {
  margin-left: 90px;
}

/* line 64, ../styles/projectstrap/_spaces.scss */
.marginleft100 {
  margin-left: 100px;
}

/* line 65, ../styles/projectstrap/_spaces.scss */
.marginleft150 {
  margin-left: 150px;
}

/* line 67, ../styles/projectstrap/_spaces.scss */
.marginright0 {
  margin-right: 0px;
}

/* line 68, ../styles/projectstrap/_spaces.scss */
.marginright5 {
  margin-right: 5px;
}

/* line 69, ../styles/projectstrap/_spaces.scss */
.marginright10 {
  margin-right: 10px;
}

/* line 70, ../styles/projectstrap/_spaces.scss */
.marginright15 {
  margin-right: 15px;
}

/* line 71, ../styles/projectstrap/_spaces.scss */
.marginright20 {
  margin-right: 20px;
}

/* line 72, ../styles/projectstrap/_spaces.scss */
.marginright30 {
  margin-right: 30px;
}

/* line 73, ../styles/projectstrap/_spaces.scss */
.marginright40 {
  margin-right: 40px;
}

/* line 74, ../styles/projectstrap/_spaces.scss */
.marginright50 {
  margin-right: 50px;
}

/* line 75, ../styles/projectstrap/_spaces.scss */
.marginright60 {
  margin-right: 60px;
}

/* line 76, ../styles/projectstrap/_spaces.scss */
.marginright70 {
  margin-right: 70px;
}

/* line 77, ../styles/projectstrap/_spaces.scss */
.marginright80 {
  margin-right: 80px;
}

/* line 78, ../styles/projectstrap/_spaces.scss */
.marginright90 {
  margin-right: 90px;
}

/* line 79, ../styles/projectstrap/_spaces.scss */
.marginright100 {
  margin-right: 100px;
}

/* line 80, ../styles/projectstrap/_spaces.scss */
.marginright150 {
  margin-right: 150px;
}

/* line 85, ../styles/projectstrap/_spaces.scss */
.clearpadding {
  padding: 0;
}

/* line 86, ../styles/projectstrap/_spaces.scss */
.padding5 {
  padding: 5px;
}

/* line 87, ../styles/projectstrap/_spaces.scss */
.padding10 {
  padding: 10px;
}

/* line 88, ../styles/projectstrap/_spaces.scss */
.padding15 {
  padding: 15px;
}

/* line 89, ../styles/projectstrap/_spaces.scss */
.padding20 {
  padding: 20px;
}

/* line 90, ../styles/projectstrap/_spaces.scss */
.padding30 {
  padding: 30px;
}

/* line 91, ../styles/projectstrap/_spaces.scss */
.padding40 {
  padding: 40px;
}

/* line 92, ../styles/projectstrap/_spaces.scss */
.padding50 {
  padding: 50px;
}

/* line 93, ../styles/projectstrap/_spaces.scss */
.padding60 {
  padding: 60px;
}

/* line 94, ../styles/projectstrap/_spaces.scss */
.padding70 {
  padding: 70px;
}

/* line 95, ../styles/projectstrap/_spaces.scss */
.padding80 {
  padding: 80px;
}

/* line 96, ../styles/projectstrap/_spaces.scss */
.padding90 {
  padding: 90px;
}

/* line 97, ../styles/projectstrap/_spaces.scss */
.padding100 {
  padding: 100px;
}

/* line 99, ../styles/projectstrap/_spaces.scss */
.paddingtop0 {
  padding-top: 0px;
}

/* line 100, ../styles/projectstrap/_spaces.scss */
.paddingtop5 {
  padding-top: 5px;
}

/* line 101, ../styles/projectstrap/_spaces.scss */
.paddingtop10 {
  padding-top: 10px;
}

/* line 102, ../styles/projectstrap/_spaces.scss */
.paddingtop15 {
  padding-top: 15px;
}

/* line 103, ../styles/projectstrap/_spaces.scss */
.paddingtop20 {
  padding-top: 20px;
}

/* line 104, ../styles/projectstrap/_spaces.scss */
.paddingtop30 {
  padding-top: 30px;
}

/* line 105, ../styles/projectstrap/_spaces.scss */
.paddingtop40 {
  padding-top: 40px;
}

/* line 106, ../styles/projectstrap/_spaces.scss */
.paddingtop50 {
  padding-top: 50px;
}

/* line 107, ../styles/projectstrap/_spaces.scss */
.paddingtop60 {
  padding-top: 60px;
}

/* line 108, ../styles/projectstrap/_spaces.scss */
.paddingtop70 {
  padding-top: 70px;
}

/* line 109, ../styles/projectstrap/_spaces.scss */
.paddingtop80 {
  padding-top: 80px;
}

/* line 110, ../styles/projectstrap/_spaces.scss */
.paddingtop90 {
  padding-top: 90px;
}

/* line 111, ../styles/projectstrap/_spaces.scss */
.paddingtop100 {
  padding-top: 100px;
}

/* line 112, ../styles/projectstrap/_spaces.scss */
.paddingtop150 {
  padding-top: 150px;
}

/* line 114, ../styles/projectstrap/_spaces.scss */
.paddingbottom0 {
  padding-bottom: 0px;
}

/* line 115, ../styles/projectstrap/_spaces.scss */
.paddingbottom5 {
  padding-bottom: 5px;
}

/* line 116, ../styles/projectstrap/_spaces.scss */
.paddingbottom10 {
  padding-bottom: 10px;
}

/* line 117, ../styles/projectstrap/_spaces.scss */
.paddingbottom15 {
  padding-bottom: 15px;
}

/* line 118, ../styles/projectstrap/_spaces.scss */
.paddingbottom20 {
  padding-bottom: 20px;
}

/* line 119, ../styles/projectstrap/_spaces.scss */
.paddingbottom30 {
  padding-bottom: 30px;
}

/* line 120, ../styles/projectstrap/_spaces.scss */
.paddingbottom40 {
  padding-bottom: 40px;
}

/* line 121, ../styles/projectstrap/_spaces.scss */
.paddingbottom50 {
  padding-bottom: 50px;
}

/* line 122, ../styles/projectstrap/_spaces.scss */
.paddingbottom60 {
  padding-bottom: 60px;
}

/* line 123, ../styles/projectstrap/_spaces.scss */
.paddingbottom70 {
  padding-bottom: 70px;
}

/* line 124, ../styles/projectstrap/_spaces.scss */
.paddingbottom80 {
  padding-bottom: 80px;
}

/* line 125, ../styles/projectstrap/_spaces.scss */
.paddingbottom90 {
  padding-bottom: 90px;
}

/* line 126, ../styles/projectstrap/_spaces.scss */
.paddingbottom100 {
  padding-bottom: 100px;
}

/* line 127, ../styles/projectstrap/_spaces.scss */
.paddingbottom150 {
  padding-bottom: 150px;
}

/* line 129, ../styles/projectstrap/_spaces.scss */
.paddingleft0 {
  padding-left: 0px;
}

/* line 130, ../styles/projectstrap/_spaces.scss */
.paddingleft5 {
  padding-left: 5px;
}

/* line 131, ../styles/projectstrap/_spaces.scss */
.paddingleft10 {
  padding-left: 10px;
}

/* line 132, ../styles/projectstrap/_spaces.scss */
.paddingleft15 {
  padding-left: 15px;
}

/* line 133, ../styles/projectstrap/_spaces.scss */
.paddingleft20 {
  padding-left: 20px;
}

/* line 134, ../styles/projectstrap/_spaces.scss */
.paddingleft30 {
  padding-left: 30px;
}

/* line 135, ../styles/projectstrap/_spaces.scss */
.paddingleft40 {
  padding-left: 40px;
}

/* line 136, ../styles/projectstrap/_spaces.scss */
.paddingleft50 {
  padding-left: 50px;
}

/* line 137, ../styles/projectstrap/_spaces.scss */
.paddingleft60 {
  padding-left: 60px;
}

/* line 138, ../styles/projectstrap/_spaces.scss */
.paddingleft70 {
  padding-left: 70px;
}

/* line 139, ../styles/projectstrap/_spaces.scss */
.paddingleft80 {
  padding-left: 80px;
}

/* line 140, ../styles/projectstrap/_spaces.scss */
.paddingleft90 {
  padding-left: 90px;
}

/* line 141, ../styles/projectstrap/_spaces.scss */
.paddingleft100 {
  padding-left: 100px;
}

/* line 142, ../styles/projectstrap/_spaces.scss */
.paddingleft150 {
  padding-left: 150px;
}

/* line 144, ../styles/projectstrap/_spaces.scss */
.paddingright0 {
  padding-right: 0px;
}

/* line 145, ../styles/projectstrap/_spaces.scss */
.paddingright5 {
  padding-right: 5px;
}

/* line 146, ../styles/projectstrap/_spaces.scss */
.paddingright10 {
  padding-right: 10px;
}

/* line 147, ../styles/projectstrap/_spaces.scss */
.paddingright15 {
  padding-right: 15px;
}

/* line 148, ../styles/projectstrap/_spaces.scss */
.paddingright20 {
  padding-right: 20px;
}

/* line 149, ../styles/projectstrap/_spaces.scss */
.paddingright30 {
  padding-right: 30px;
}

/* line 150, ../styles/projectstrap/_spaces.scss */
.paddingright40 {
  padding-right: 40px;
}

/* line 151, ../styles/projectstrap/_spaces.scss */
.paddingright50 {
  padding-right: 50px;
}

/* line 152, ../styles/projectstrap/_spaces.scss */
.paddingright60 {
  padding-right: 60px;
}

/* line 153, ../styles/projectstrap/_spaces.scss */
.paddingright70 {
  padding-right: 70px;
}

/* line 154, ../styles/projectstrap/_spaces.scss */
.paddingright80 {
  padding-right: 80px;
}

/* line 155, ../styles/projectstrap/_spaces.scss */
.paddingright90 {
  padding-right: 90px;
}

/* line 156, ../styles/projectstrap/_spaces.scss */
.paddingright100 {
  padding-right: 100px;
}

/* line 157, ../styles/projectstrap/_spaces.scss */
.paddingright150 {
  padding-right: 150px;
}

@media (max-width: 767px) {
  /* line 159, ../styles/projectstrap/_spaces.scss */
  .pt60 {
    padding-top: 60px;
  }
}

/* line 168, ../styles/projectstrap/_spaces.scss */
.relative {
  position: relative;
}

/* line 171, ../styles/projectstrap/_spaces.scss */
.absolute {
  position: absolute;
}

/* line 174, ../styles/projectstrap/_spaces.scss */
.fixed {
  position: fixed;
}

/* line 177, ../styles/projectstrap/_spaces.scss */
.center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 184, ../styles/projectstrap/_spaces.scss */
.none {
  display: none;
}

/* line 185, ../styles/projectstrap/_spaces.scss */
.inline-block {
  display: inline-block;
}

/* line 190, ../styles/projectstrap/_spaces.scss */
.v-hidden {
  visibility: hidden;
}
@media (max-width: 991px) {
  /* line 190, ../styles/projectstrap/_spaces.scss */
  .v-hidden {
    display: none;
  }
}

/* line 197, ../styles/projectstrap/_spaces.scss */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 203, ../styles/projectstrap/_spaces.scss */
.flex.align-center {
  align-items: center;
}
/* line 206, ../styles/projectstrap/_spaces.scss */
.flex.align-end {
  align-items: flex-end;
}

/* line 210, ../styles/projectstrap/_spaces.scss */
.shrink-0 {
  flex-shrink: 0;
}

/* line 214, ../styles/projectstrap/_spaces.scss */
.clearmargin {
  margin: 0;
}

/* line 218, ../styles/projectstrap/_spaces.scss */
.bg-cover {
  background-size: cover !important;
}

/* line 2, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 10, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
/* line 15, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
/* line 20, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
/* line 25, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
/* line 30, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--Right {
  -webkit-animation-name: Right;
  animation-name: Right;
}
/* line 35, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* line 40, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
/* line 45, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
/* line 50, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
/* line 55, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
/* line 60, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* line 65, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* line 70, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 75, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
/* line 80, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/* line 85, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
/* line 90, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* line 95, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
/* line 100, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* line 105, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
/* line 110, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 115, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 120, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
/* line 125, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 130, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
/* line 135, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 140, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
/* line 145, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* line 150, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
/* line 155, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* line 160, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flip {
  -webkit-animation-name: flip;
  animation-name: flip;
}
/* line 165, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flipInX {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
/* line 170, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
/* line 175, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}
/* line 180, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--flipOutY {
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* line 185, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* line 190, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
}
/* line 195, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
}
/* line 200, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/* line 205, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* line 210, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* line 215, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
/* line 220, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
/* line 225, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
/* line 230, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
/* line 235, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
/* line 239, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
/* line 244, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
/* line 249, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
/* line 254, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
/* line 259, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
/* line 264, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
/* line 269, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/* line 274, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--swing {
  -webkit-animation-name: swing;
  animation-name: swing;
}
/* line 279, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* line 284, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
/* line 289, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/* line 294, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
/* line 299, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
/* line 304, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* line 309, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
/* line 314, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
/* line 319, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
/* line 325, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/* line 330, ../styles/projectstrap/_smoothState.scss */
.m-scene .scene_element--delayed {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* line 336, ../styles/projectstrap/_smoothState.scss */
.m-scene.is-exiting .scene_element--delayed {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
/* line 340, ../styles/projectstrap/_smoothState.scss */
.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}
/* line 344, ../styles/projectstrap/_smoothState.scss */
.m-scene.is-exiting .scene_element--noexiting {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

@media screen and (min-width: 768px) {
  /* line 354, ../styles/projectstrap/_smoothState.scss */
  .m-scene .scene_element--fadeinright-wide {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
/* line 362, ../styles/projectstrap/_smoothState.scss */
.is-loading,
.is-loading a {
  cursor: progress;
}

/*--- COLOR ---*/
/* line 8, ../styles/projectstrap/_datastrap.scss */
.general-padding {
  padding: 50px 0;
}

/* line 13, ../styles/projectstrap/_datastrap.scss */
.panel-back .panel {
  height: 215px;
  margin-bottom: 20px;
}

/* Colors */
/* line 20, ../styles/projectstrap/_datastrap.scss */
.primary {
  color: #0695d6 !important;
}

/* line 21, ../styles/projectstrap/_datastrap.scss */
.success {
  color: #21da61 !important;
}

/* line 22, ../styles/projectstrap/_datastrap.scss */
.info {
  color: #5bc0de !important;
}

/* line 23, ../styles/projectstrap/_datastrap.scss */
.warning {
  color: #ffd35e !important;
}

/* line 24, ../styles/projectstrap/_datastrap.scss */
.danger {
  color: #ef4d3d !important;
}

/* Background Colors */
/* line 27, ../styles/projectstrap/_datastrap.scss */
.bg-primary {
  background-color: #0695d6 !important;
}

/* line 28, ../styles/projectstrap/_datastrap.scss */
.bg-success {
  background-color: #21da61 !important;
}

/* line 29, ../styles/projectstrap/_datastrap.scss */
.bg-info {
  background-color: #5bc0de !important;
}

/* line 30, ../styles/projectstrap/_datastrap.scss */
.bg-warning {
  background-color: #ffd35e !important;
}

/* line 31, ../styles/projectstrap/_datastrap.scss */
.bg-danger {
  background-color: #ef4d3d !important;
}

/*--- Estilos del login ---*/
/* line 36, ../styles/projectstrap/_datastrap.scss */
.bg-login {
  /*height: 100vh;*/
  /*background-image: url('/clientes/siat/img/bg-hero.jpg');*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (max-width: 767px) {
  /* line 36, ../styles/projectstrap/_datastrap.scss */
  .bg-login {
    /*margin-top: -50px !important;*/
    overflow: scroll;
  }
}
/* line 49, ../styles/projectstrap/_datastrap.scss */
.bg-login .width100 {
  width: 100%;
}
/* line 53, ../styles/projectstrap/_datastrap.scss */
.bg-login .panel {
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  max-width: 450px;
  margin: auto;
}
/* line 59, ../styles/projectstrap/_datastrap.scss */
.bg-login .panel .img-logo-login {
  margin: auto;
  margin-bottom: 20px;
  max-width: 275px;
}
/* line 65, ../styles/projectstrap/_datastrap.scss */
.bg-login .panel form {
  margin-top: 40px;
}
/* line 68, ../styles/projectstrap/_datastrap.scss */
.bg-login .panel form label {
  color: rgba(0, 0, 0, 0.54);
}
/* line 74, ../styles/projectstrap/_datastrap.scss */
.bg-login .panel form .form-login-actions .forgotpass {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 80, ../styles/projectstrap/_datastrap.scss */
  .bg-login .panel form .form-login-actions.margintop50 {
    margin-top: 30px;
  }
}
/* line 88, ../styles/projectstrap/_datastrap.scss */
.bg-login .panel .btn-submit {
  padding: 6px 20px;
}
@media (max-width: 767px) {
  /* line 53, ../styles/projectstrap/_datastrap.scss */
  .bg-login .panel {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  /* line 99, ../styles/projectstrap/_datastrap.scss */
  .bg-login {
    margin-top: 0 !important;
    padding: 20px 0;
  }
  /* line 102, ../styles/projectstrap/_datastrap.scss */
  .bg-login .center-center {
    position: static;
    transform: translate(0, 0);
    margin-top: 46px;
  }
  /* line 109, ../styles/projectstrap/_datastrap.scss */
  .bg-login .panel .img-logo-login {
    max-width: 100% !important;
  }
  /* line 112, ../styles/projectstrap/_datastrap.scss */
  .bg-login .panel .panel-body {
    padding: 16px 20px 30px;
  }
  /* line 115, ../styles/projectstrap/_datastrap.scss */
  .bg-login .panel .panel-body h3 {
    font-size: 22px;
  }
  /* line 142, ../styles/projectstrap/_datastrap.scss */
  .bg-login .panel form {
    margin-top: 20px;
  }
  /* line 145, ../styles/projectstrap/_datastrap.scss */
  .bg-login .panel form .form-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  /* line 118, ../styles/projectstrap/_datastrap.scss */
  .bg-login .panel .panel-body h3.marginbottom50 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  /* line 125, ../styles/projectstrap/_datastrap.scss */
  .bg-login .panel .panel-body .margintop50 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  /* line 131, ../styles/projectstrap/_datastrap.scss */
  .bg-login .panel .panel-body .alert {
    margin-bottom: 36px;
    margin-right: -21px;
    margin-left: -21px;
    font-size: 15px;
    border-radius: 0;
  }
}
/*--- NAVBAR ---*/
/* line 157, ../styles/projectstrap/_datastrap.scss */
.navbar .container .navbar-header > .btn {
  font-size: 13px;
  font-weight: 300;
  text-transform: none;
  margin-top: 18px;
  padding: 8px 15px;
}
@media (max-width: 420px) {
  /* line 157, ../styles/projectstrap/_datastrap.scss */
  .navbar .container .navbar-header > .btn {
    padding: 12px;
    margin-top: 11px;
  }
}
@media (max-width: 420px) {
  /* line 168, ../styles/projectstrap/_datastrap.scss */
  .navbar .container .navbar-header .navbar-brand {
    padding: 14px 15px;
  }
}
@media (max-width: 767px) {
  /* line 175, ../styles/projectstrap/_datastrap.scss */
  .navbar .navbar-toggle {
    float: right;
    margin-right: 15px;
  }
}
/* line 183, ../styles/projectstrap/_datastrap.scss */
.navbar .navbar-nav li a {
  color: #777;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}
/* line 188, ../styles/projectstrap/_datastrap.scss */
.navbar .navbar-nav li a.btn {
  font-size: 13px;
  font-weight: 300;
  text-transform: none;
  margin-top: 12px;
  padding: 8px 15px;
  color: #fff;
}
/* line 195, ../styles/projectstrap/_datastrap.scss */
.navbar .navbar-nav li a.btn:hover {
  background-color: #21da61;
}
@media (max-width: 991px) {
  /* line 183, ../styles/projectstrap/_datastrap.scss */
  .navbar .navbar-nav li a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 183, ../styles/projectstrap/_datastrap.scss */
  .navbar .navbar-nav li a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}
/* line 213, ../styles/projectstrap/_datastrap.scss */
.navbar .dropdown-navbar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
/* line 220, ../styles/projectstrap/_datastrap.scss */
.navbar .dropdown-navbar i {
  margin-right: 5px;
}

/*--- Estilos para la pastilla en home ---*/
/* line 227, ../styles/projectstrap/_datastrap.scss */
.item-home {
  display: block;
  padding: 30px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 234, ../styles/projectstrap/_datastrap.scss */
.item-home .bg-opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 242, ../styles/projectstrap/_datastrap.scss */
.item-home .item-title {
  margin: 0;
  font-size: 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}

/*--- Estilos para el alert box ---*/
/* line 254, ../styles/projectstrap/_datastrap.scss */
.alert-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
/* line 262, ../styles/projectstrap/_datastrap.scss */
.alert-box .alert-title {
  margin: 0 3px 0 8px;
}
/* line 265, ../styles/projectstrap/_datastrap.scss */
.alert-box .alert-hour {
  margin: 0 8px 0 5px;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  /* line 254, ../styles/projectstrap/_datastrap.scss */
  .alert-box {
    display: block;
  }
  /* line 273, ../styles/projectstrap/_datastrap.scss */
  .alert-box .alert-title {
    margin-left: 3px;
  }
}

/*--- SECTION HOME ---*/
/* line 283, ../styles/projectstrap/_datastrap.scss */
.section-padding {
  padding: 60px 0 30px;
}

/* line 287, ../styles/projectstrap/_datastrap.scss */
.flex-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
/* line 294, ../styles/projectstrap/_datastrap.scss */
.flex-title .section-title {
  margin: 0;
  text-transform: none;
  color: #111111;
  font-size: 1.8em;
  font-weight: 200;
}
/* line 301, ../styles/projectstrap/_datastrap.scss */
.flex-title .text-right-left {
  text-align: right;
}
/* line 303, ../styles/projectstrap/_datastrap.scss */
.flex-title .text-right-left a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #5c5c5c;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 315, ../styles/projectstrap/_datastrap.scss */
.flex-title .text-right-left a i {
  font-size: 12px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  /* line 287, ../styles/projectstrap/_datastrap.scss */
  .flex-title {
    display: block;
  }
  /* line 324, ../styles/projectstrap/_datastrap.scss */
  .flex-title .section-title {
    margin-bottom: 10px;
  }
  /* line 327, ../styles/projectstrap/_datastrap.scss */
  .flex-title .text-right-left {
    text-align: left;
  }
  /* line 329, ../styles/projectstrap/_datastrap.scss */
  .flex-title .text-right-left a {
    display: block;
  }
}

/*---Estilos generales para panels ---*/
/* line 340, ../styles/projectstrap/_datastrap.scss */
.panel {
  margin: 0;
}
/* line 342, ../styles/projectstrap/_datastrap.scss */
.panel.panel-sections, .panel.panel-section {
  margin-bottom: 20px;
}
/* line 345, ../styles/projectstrap/_datastrap.scss */
.panel .panel-body {
  padding: 20px;
}
/* line 347, ../styles/projectstrap/_datastrap.scss */
.panel .panel-body .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  height: 44px;
}
/* line 357, ../styles/projectstrap/_datastrap.scss */
.panel .panel-body .desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  height: 65px;
  margin-bottom: 5px;
}
/* line 367, ../styles/projectstrap/_datastrap.scss */
.panel .panel-body .btn-panel {
  display: block;
  font-size: 14px;
  margin-top: 30px;
  text-transform: uppercase;
}

/*--- Estilos particulares para panels section ---*/
/* line 378, ../styles/projectstrap/_datastrap.scss */
.flex-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 384, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
/* line 392, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item .panel {
  height: 315px;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 396, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item .panel .panel-heading {
  min-height: 100px;
}
/* line 399, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item .panel .panel-body {
  height: calc(100% - 100px);
}
/* line 404, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado .panel-section {
  height: 100%;
  width: 100%;
}
/* line 407, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado .panel-section .panel-heading {
  height: calc(100% - 210px);
}
/* line 410, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado .panel-section .panel-body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 210px;
}
/* line 419, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado .panel-section .panel-body .report-title, .flex-section .flex-item.destacado .panel-section .panel-body .report-desc {
  flex: 1;
  margin: 0;
}
/* line 423, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado .panel-section .panel-body .report-desc {
  margin: 20px 0 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* line 430, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado .panel-section .panel-body .panel-actions {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
}
/* line 437, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado .panel-section .panel-body .panel-actions .btn {
  margin-bottom: 0;
}
/* line 440, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado .panel-section .panel-body .panel-actions .size {
  margin-left: 10px;
  font-size: 11px;
}
/* line 447, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado.main-report {
  width: 100%;
}
/* line 449, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado.main-report .panel-main-report {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
}
/* line 456, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado.main-report .panel-main-report .panel-heading {
  min-height: auto;
  height: auto;
  width: 50%;
}
/* line 461, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado.main-report .panel-main-report .panel-body {
  width: 50%;
  height: 100%;
}
/* line 465, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item.destacado.main-report .panel-main-report .panel-body .desc p {
  margin: 10px 0 50px;
}
@media (max-width: 767px) {
  /* line 473, ../styles/projectstrap/_datastrap.scss */
  .flex-section .flex-item.destacado.main-report .panel-main-report {
    flex-direction: column;
  }
  /* line 476, ../styles/projectstrap/_datastrap.scss */
  .flex-section .flex-item.destacado.main-report .panel-heading, .flex-section .flex-item.destacado.main-report .panel-body {
    width: 100% !important;
  }
  /* line 479, ../styles/projectstrap/_datastrap.scss */
  .flex-section .flex-item.destacado.main-report .panel-heading {
    height: 100px !important;
  }
  /* line 484, ../styles/projectstrap/_datastrap.scss */
  .flex-section .flex-item.destacado.main-report .panel-body .desc p {
    margin-bottom: 15px !important;
  }
}
/* line 497, ../styles/projectstrap/_datastrap.scss */
.flex-section .flex-item:last-child div .panel-section.mt20 {
  margin-top: 20px;
}
@media (max-width: 991px) {
  /* line 378, ../styles/projectstrap/_datastrap.scss */
  .flex-section {
    display: block;
  }
  /* line 506, ../styles/projectstrap/_datastrap.scss */
  .flex-section .flex-item {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 509, ../styles/projectstrap/_datastrap.scss */
  .flex-section .flex-item .panel-section {
    margin-bottom: 20px;
  }
  /* line 515, ../styles/projectstrap/_datastrap.scss */
  .flex-section .flex-item:last-child div:nth-child(3) .panel-section, .flex-section .flex-item:last-child div:last-child .panel-section {
    margin-top: 0;
  }
}

/* line 526, ../styles/projectstrap/_datastrap.scss */
.divider-line {
  margin-top: 60px;
  margin-bottom: 0;
}

/*--- Newsletter box ---*/
/* line 533, ../styles/projectstrap/_datastrap.scss */
.newsletter-box {
  padding: 60px 0;
}
/* line 535, ../styles/projectstrap/_datastrap.scss */
.newsletter-box .news-desc {
  margin-bottom: 20px;
}
/* line 539, ../styles/projectstrap/_datastrap.scss */
.newsletter-box .input-group-btn .btn {
  border: 1px solid #ccc;
  padding: 15px 25px;
}
/* line 546, ../styles/projectstrap/_datastrap.scss */
.newsletter-box .list-footer li a {
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  color: #767676;
}

/*--- Support ---*/
/* line 558, ../styles/projectstrap/_datastrap.scss */
.support-main-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
/* line 569, ../styles/projectstrap/_datastrap.scss */
.support-main-img img {
  max-width: 235px;
  margin-right: 40px;
}
/* line 572, ../styles/projectstrap/_datastrap.scss */
.support-main-img img:last-child {
  margin-right: 0;
}
/* line 575, ../styles/projectstrap/_datastrap.scss */
.support-main-img img.siat {
  max-width: 305px;
}
/* line 578, ../styles/projectstrap/_datastrap.scss */
.support-main-img img.conicet {
  max-width: 130px;
}
/* line 581, ../styles/projectstrap/_datastrap.scss */
.support-main-img img.inta {
  max-width: 80px;
}
/* line 584, ../styles/projectstrap/_datastrap.scss */
.support-main-img img.smn {
  max-width: 195px;
}
@media (max-width: 1199px) {
  /* line 590, ../styles/projectstrap/_datastrap.scss */
  .support-main-img img {
    margin-right: 30px;
  }
  /* line 593, ../styles/projectstrap/_datastrap.scss */
  .support-main-img.siat {
    max-width: 275px;
  }
}
@media (max-width: 767px) {
  /* line 558, ../styles/projectstrap/_datastrap.scss */
  .support-main-img {
    display: block;
  }
  /* line 601, ../styles/projectstrap/_datastrap.scss */
  .support-main-img img {
    margin: 0 auto 20px;
  }
  /* line 603, ../styles/projectstrap/_datastrap.scss */
  .support-main-img img:last-child {
    margin-right: auto;
  }
  /* line 606, ../styles/projectstrap/_datastrap.scss */
  .support-main-img img.siat {
    max-width: 275px;
  }
}

/* line 612, ../styles/projectstrap/_datastrap.scss */
.support-box {
  padding: 60px 0;
  background: #f6f6f6;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
/* line 617, ../styles/projectstrap/_datastrap.scss */
.support-box .support-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 200;
  margin-bottom: 30px;
  padding: 0 150px;
  color: #767676;
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 617, ../styles/projectstrap/_datastrap.scss */
  .support-box .support-text {
    padding: 0 100px;
  }
}
@media (max-width: 991px) {
  /* line 617, ../styles/projectstrap/_datastrap.scss */
  .support-box .support-text {
    padding: 0;
  }
}
/* line 632, ../styles/projectstrap/_datastrap.scss */
.support-box .support-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 767px) {
  /* line 643, ../styles/projectstrap/_datastrap.scss */
  .support-box .support-img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
}
@media (max-width: 991px) {
  /* line 632, ../styles/projectstrap/_datastrap.scss */
  .support-box .support-img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 632, ../styles/projectstrap/_datastrap.scss */
  .support-box .support-img {
    display: block;
  }
}

/*--- Seccion Reportes --- */
/* line 668, ../styles/projectstrap/_datastrap.scss */
.jumbotron.hero.section .jumbotron_body {
  text-align: center;
  padding: 70px 0;
}
/* line 671, ../styles/projectstrap/_datastrap.scss */
.jumbotron.hero.section .jumbotron_body i {
  font-size: 40px;
  margin-right: 20px;
}
/* line 675, ../styles/projectstrap/_datastrap.scss */
.jumbotron.hero.section .jumbotron_body h2 {
  margin-bottom: 0;
}
/* line 678, ../styles/projectstrap/_datastrap.scss */
.jumbotron.hero.section .jumbotron_body .hero-title {
  justify-content: center;
}

/* line 687, ../styles/projectstrap/_datastrap.scss */
.report-box .list-title {
  color: #ccc;
  font-size: 11px;
  text-transform: uppercase;
}
/* line 692, ../styles/projectstrap/_datastrap.scss */
.report-box .category-list {
  margin-top: 20px;
}
/* line 695, ../styles/projectstrap/_datastrap.scss */
.report-box .category-list li a {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #767676;
  font-weight: 300;
}
/* line 708, ../styles/projectstrap/_datastrap.scss */
.report-box .category-list li.active a {
  color: #0695d6;
}
/* line 714, ../styles/projectstrap/_datastrap.scss */
.report-box .form-control {
  margin-top: 10px;
  border: 0;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
}
/* line 721, ../styles/projectstrap/_datastrap.scss */
.report-box .form-control.search {
  padding-right: 30px;
}
/* line 725, ../styles/projectstrap/_datastrap.scss */
.report-box .search-icon {
  position: absolute;
  right: 22px;
  top: 16px;
  font-size: 18px;
  color: #767676;
}

/* line 734, ../styles/projectstrap/_datastrap.scss */
.paginator {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
/* line 742, ../styles/projectstrap/_datastrap.scss */
.paginator .pag-item {
  margin-bottom: 0;
  font-size: 16px;
  margin: 0 5px;
}
/* line 748, ../styles/projectstrap/_datastrap.scss */
.paginator li a {
  color: #767676;
  text-decoration: none;
  font-weight: 300;
}

@media (max-width: 767px) {
  /* line 757, ../styles/projectstrap/_datastrap.scss */
  .report-paginator:first-child {
    margin-top: 40px;
  }
}

/* line 766, ../styles/projectstrap/_datastrap.scss */
.sub-main-reports .panel {
  margin-bottom: 20px;
}

/*--- Sección Reporte Full ---*/
/* line 774, ../styles/projectstrap/_datastrap.scss */
.referencias {
  padding: 50px 0;
}
/* line 776, ../styles/projectstrap/_datastrap.scss */
.referencias .panel {
  margin-bottom: 20px;
}

/*--- Footer ---*/
/* line 782, ../styles/projectstrap/_datastrap.scss */
.footer {
  background-color: #fff;
  padding: 20px 0;
  font-size: 12px;
  color: #767676;
  font-weight: 300;
  margin: 0 -15px;
}
/* line 788, ../styles/projectstrap/_datastrap.scss */
.footer .text-right-center {
  text-align: right;
}
@media (max-width: 767px) {
  .footer {
    margin: 0;
  }
}
@media (max-width: 767px) {
  /* line 788, ../styles/projectstrap/_datastrap.scss */
  .footer .text-right-center {
    text-align: center;
  }
}

/* line 797, ../styles/projectstrap/_datastrap.scss */
.main-footer {
  margin: 50px -15px 0;
}
@media (max-width: 767px) {
  /* line 797, ../styles/projectstrap/_datastrap.scss */
  .main-footer {
    margin: 0;
  }
}
/* line 806, ../styles/projectstrap/_datastrap.scss */
.main-footer ul.nav li a.btn {
  width: 130px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 16px;
  text-transform: none;
}
/* line 818, ../styles/projectstrap/_datastrap.scss */
.main-footer ul.nav li a.btn:hover {
  background: #21da61;
  text-decoration: none;
}

/*--- Estilos para carousel home ---*/
/* line 832, ../styles/projectstrap/_datastrap.scss */
.carousel-home .bg-opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
/* line 841, ../styles/projectstrap/_datastrap.scss */
.carousel-home .carousel-control {
  width: 50px;
}
/* line 844, ../styles/projectstrap/_datastrap.scss */
.carousel-home .carousel-desc {
  margin-bottom: 20px;
}
/* line 847, ../styles/projectstrap/_datastrap.scss */
.carousel-home .item {
  min-height: 350px;
  padding: 30px 70px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* line 855, ../styles/projectstrap/_datastrap.scss */
.carousel-home .item .carousel-text {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

/*--- Estilos para el menu scroll horizontal ---*/
@media (max-width: 767px) {
  /* line 864, ../styles/projectstrap/_datastrap.scss */
  .carousel-padding {
    padding: 0;
  }
}

/* line 869, ../styles/projectstrap/_datastrap.scss */
#carousel-novedades {
  position: relative;
}
@media (max-width: 767px) {
  /* line 869, ../styles/projectstrap/_datastrap.scss */
  #carousel-novedades {
    margin-bottom: 0;
  }
}
/* line 874, ../styles/projectstrap/_datastrap.scss */
#carousel-novedades .owl-stage-outer {
  padding: 20px 0;
}
/* line 877, ../styles/projectstrap/_datastrap.scss */
#carousel-novedades .owl-dots {
  display: none;
}
/* line 882, ../styles/projectstrap/_datastrap.scss */
#carousel-novedades .owl-nav button.owl-prev, #carousel-novedades .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.3) !important;
  width: 32px;
  font-size: 32px !important;
  color: #fff !important;
  top: 155px;
  bottom: 155px;
  outline: 0;
}
/* line 891, ../styles/projectstrap/_datastrap.scss */
#carousel-novedades .owl-nav button.owl-prev span, #carousel-novedades .owl-nav .owl-next span {
  position: relative;
  top: -4px;
}
/* line 896, ../styles/projectstrap/_datastrap.scss */
#carousel-novedades .owl-nav .owl-next {
  right: 0;
}

/*--- Estilos para pastilla file en backend ---*/
/* line 903, ../styles/projectstrap/_datastrap.scss */
.check-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 909, ../styles/projectstrap/_datastrap.scss */
.check-wrapper .check-box {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
  flex-shrink: 0;
}

/*--- Estilos para home en backend ---*/
/* line 927, ../styles/projectstrap/_datastrap.scss */
.info-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 15px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 30px;
}
/* line 940, ../styles/projectstrap/_datastrap.scss */
.info-box .info-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}
/* line 953, ../styles/projectstrap/_datastrap.scss */
.info-box .info-icon i {
  font-size: 25px;
  color: #fff;
}
/* line 959, ../styles/projectstrap/_datastrap.scss */
.info-box .info-text p {
  margin-bottom: 0;
}
/* line 962, ../styles/projectstrap/_datastrap.scss */
.info-box .info-text .info-title {
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #aaa;
  font-weight: 500;
}
/* line 969, ../styles/projectstrap/_datastrap.scss */
.info-box .info-text .info-number {
  font-size: 30px;
  font-weight: 300;
  color: #000;
}
@media (min-width: 1200px) and (max-width: 1420px) {
  /* line 927, ../styles/projectstrap/_datastrap.scss */
  .info-box {
    flex-direction: column;
  }
  /* line 978, ../styles/projectstrap/_datastrap.scss */
  .info-box .info-icon {
    height: 40px;
    width: 40px;
    margin: auto;
  }
  /* line 982, ../styles/projectstrap/_datastrap.scss */
  .info-box .info-icon i {
    font-size: 19px;
  }
  /* line 986, ../styles/projectstrap/_datastrap.scss */
  .info-box .info-text {
    text-align: center;
    margin-top: 10px;
  }
}

/*--- Estilos para últimos archivos en home ---*/
/* line 994, ../styles/projectstrap/_datastrap.scss */
.panel-title-item {
  margin-bottom: 30px !important;
}

/* line 997, ../styles/projectstrap/_datastrap.scss */
.flex-search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
/* line 1006, ../styles/projectstrap/_datastrap.scss */
.flex-search .panel-title-item {
  margin-bottom: 0 !important;
}

/* line 1010, ../styles/projectstrap/_datastrap.scss */
.latest-items {
  border-bottom: 1px solid #ccc;
  clear: both;
  overflow: hidden;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
/* line 1017, ../styles/projectstrap/_datastrap.scss */
.latest-items.heading {
  font-size: 13px;
}
/* line 1020, ../styles/projectstrap/_datastrap.scss */
.latest-items .icono-item {
  width: 33%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  float: left;
}
/* line 1029, ../styles/projectstrap/_datastrap.scss */
.latest-items .icono-item .icon-box {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
  background-color: #aaa;
}
/* line 1043, ../styles/projectstrap/_datastrap.scss */
.latest-items .icono-item .icon-box i {
  font-size: 20px;
  color: #fff;
}
/* line 1049, ../styles/projectstrap/_datastrap.scss */
.latest-items .icono-item .nombre-item p {
  margin: 0;
}
/* line 1052, ../styles/projectstrap/_datastrap.scss */
.latest-items .icono-item .nombre-item .nombre-archivo {
  font-weight: 500;
  font-size: 14px;
}
/* line 1056, ../styles/projectstrap/_datastrap.scss */
.latest-items .icono-item .nombre-item .fecha-archivo {
  font-weight: 400;
  font-size: 12px;
  color: #aaa;
}
/* line 1063, ../styles/projectstrap/_datastrap.scss */
.latest-items .estado-item {
  width: 10%;
  float: left;
}
/* line 1067, ../styles/projectstrap/_datastrap.scss */
.latest-items .fecha-item {
  width: 20%;
  float: left;
  font-size: 14px;
}
/* line 1072, ../styles/projectstrap/_datastrap.scss */
.latest-items .fila-item {
  width: 15%;
}
/* line 1075, ../styles/projectstrap/_datastrap.scss */
.latest-items .action-item {
  width: 7%;
  text-align: center;
}
/* line 1078, ../styles/projectstrap/_datastrap.scss */
.latest-items .action-item a {
  padding: 5px 10px 0px 10px;
}

@media (max-width: 767px){
  .latest-items .action-item a {
    padding-bottom: 5px;
  }
}
/* line 1080, ../styles/projectstrap/_datastrap.scss */
.latest-items .action-item a i {
  font-size: 20px;
}
@media (max-width: 1199px) {
  /* line 1087, ../styles/projectstrap/_datastrap.scss */
  .latest-items .icono-item {
    width: 28%;
  }
  /* line 1090, ../styles/projectstrap/_datastrap.scss */
  .latest-items .estado-item {
    width: 15%;
  }
  /* line 1093, ../styles/projectstrap/_datastrap.scss */
  .latest-items .fecha-item {
    width: 15%;
  }
  /* line 1096, ../styles/projectstrap/_datastrap.scss */
  .latest-items .action-item {
    width: 13%;
  }
}
@media (max-width: 1199px) {
  /* line 1102, ../styles/projectstrap/_datastrap.scss */
  .latest-items .icono-item {
    width: 28%;
  }
  /* line 1104, ../styles/projectstrap/_datastrap.scss */
  .latest-items .icono-item .label {
    margin-top: 5px;
  }
  /* line 1108, ../styles/projectstrap/_datastrap.scss */
  .latest-items .fecha-item {
    width: 20%;
  }
  /* line 1111, ../styles/projectstrap/_datastrap.scss */
  .latest-items .action-item {
    width: 13%;
  }
}
@media (max-width: 767px) {
  /* line 1010, ../styles/projectstrap/_datastrap.scss */
  .latest-items {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
  /* line 1120, ../styles/projectstrap/_datastrap.scss */
  .latest-items .estado-item {
    order: 1;
    width: 100%;
  }
  /* line 1124, ../styles/projectstrap/_datastrap.scss */
  .latest-items .icono-item {
    order: 2;
    margin: 10px 0;
    width: 100%;
  }
  /* line 1129, ../styles/projectstrap/_datastrap.scss */
  .latest-items .fecha-item {
    order: 3;
    width: 100%;
  }
  /* line 1133, ../styles/projectstrap/_datastrap.scss */
  .latest-items .fila-item {
    width: 100%;
    order: 4;
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 1139, ../styles/projectstrap/_datastrap.scss */
  .latest-items .action-item {
    order: 5;
    text-align: left;
    margin-top: 10px;
  }
  /* line 1143, ../styles/projectstrap/_datastrap.scss */
  .latest-items .action-item .btn {
    margin-bottom: 0;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center;
  }
  /* line 1151, ../styles/projectstrap/_datastrap.scss */
  .latest-items .action-item .btn i {
    margin-right: 5px;
  }
}

/* line 1161, ../styles/projectstrap/_datastrap.scss */
.archivo-envio .panel .btn {
  display: table;
}

/* line 1168, ../styles/projectstrap/_datastrap.scss */
.dropdown-notification .badge {
  position: absolute;
  top: 18px;
  right: 3px;
  z-index: 1;
  padding: 5px;
  font-size: 10px;
}

 @media(max-width: 767px){
  .dropdown-notification .badge{
    left: 23px;
    right: auto;
    top: 8px;
  }
}

@media(max-width: 767px){
  .dropdown-notification .dropdown-menu li a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 1179, ../styles/projectstrap/_datastrap.scss */
.log-line {
  border-bottom: 1px solid  #ccc;
  padding: 10px 0;
}
/* line 1182, ../styles/projectstrap/_datastrap.scss */
.log-line p {
  font-size: 15px;
}

/*--- Estilos para reporte iframe ---*/
/* line 1190, ../styles/projectstrap/_datastrap.scss */
.reporte-iframe {
  height: 960px;
}
@media (max-width: 1599px) {
  /* line 1190, ../styles/projectstrap/_datastrap.scss */
  .reporte-iframe {
    height: 920px;
  }
}
@media (max-width: 1399px) {
  /* line 1190, ../styles/projectstrap/_datastrap.scss */
  .reporte-iframe {
    height: 810px;
  }
}
@media (max-width: 1199px) {
  /* line 1190, ../styles/projectstrap/_datastrap.scss */
  .reporte-iframe {
    height: 700px;
  }
}
@media (max-width: 992px) {
  /* line 1190, ../styles/projectstrap/_datastrap.scss */
  .reporte-iframe {
    height: 580px;
  }
}
@media (max-width: 799px) {
  /* line 1190, ../styles/projectstrap/_datastrap.scss */
  .reporte-iframe {
    height: 470px;
  }
}
@media (max-width: 600px) {
  /* line 1190, ../styles/projectstrap/_datastrap.scss */
  .reporte-iframe {
    height: 360px;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* line 1215, ../styles/projectstrap/_datastrap.scss */
body {
  overflow-x: visible;
  /*font-family: 'din-2014';*/
}

/*--- ALERT ---*/
/* line 1221, ../styles/projectstrap/_datastrap.scss */
.alert {
  border-radius: 0;
  border: 0;
  color: #fff;
  margin-bottom: 0;
}
/* line 1226, ../styles/projectstrap/_datastrap.scss */
.alert i {
  color: #fff;
}
/* line 1229, ../styles/projectstrap/_datastrap.scss */
.alert.alert-success {
  background-color: #33b560;
}
/* line 1232, ../styles/projectstrap/_datastrap.scss */
.alert.alert-danger {
  background-color: #ef4d3d;
}
/* line 1235, ../styles/projectstrap/_datastrap.scss */
.alert.alert-info {
  color: #333;
}

/*--- LABEL ---*/
/* line 1241, ../styles/projectstrap/_datastrap.scss */
.label {
  padding: .3em .6em .3em;
}
/* line 1243, ../styles/projectstrap/_datastrap.scss */
.label.label-default {
  background-color: #fff;
  color: #000;
}
/* line 1247, ../styles/projectstrap/_datastrap.scss */
.label.label-success {
  background-color: #21da61;
}
/* line 1250, ../styles/projectstrap/_datastrap.scss */
.label.label-warning {
  background-color: #ffd35e;
}

/*--- BUTTONS ---*/
/* line 1257, ../styles/projectstrap/_datastrap.scss */
.btn {
  border-radius: 10em;
  transition: box-shadow 0.1s ease;
}
/* line 1260, ../styles/projectstrap/_datastrap.scss */
.btn:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.1s ease;
}
/* line 1264, ../styles/projectstrap/_datastrap.scss */
.btn.btn-sm {
  padding: 7px 13px;
}

/*--- Sidebar ---*/
/* line 1274, ../styles/projectstrap/_datastrap.scss */
.sidebar {
  position: fixed;
  z-index: 0;
  top: 72px;
  bottom: 0px;
  background-color: #0695d6;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 200px;
  overflow: hidden;
  transition: all 400ms cubic-bezier(0, 1, 0, 1);
  box-shadow: none;
  margin-left: -200px;
}
/* line 1289, ../styles/projectstrap/_datastrap.scss */
.sidebar .sidebar-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  position: relative;
}
/* line 1295, ../styles/projectstrap/_datastrap.scss */
.sidebar .sidebar-title div {
  margin: 30px 0 0 15px;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 0px;
  transition: all 0.01s ease;
}
@media (max-width: 767px) {
  /* line 1295, ../styles/projectstrap/_datastrap.scss */
  .sidebar .sidebar-title div {
    text-indent: -110px;
  }
}
/* line 1308, ../styles/projectstrap/_datastrap.scss */
.sidebar .bg-opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(6, 149, 214, 0.7);
}
/* line 1317, ../styles/projectstrap/_datastrap.scss */
.sidebar.toggled {
  margin-left: 0px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}
/* line 1322, ../styles/projectstrap/_datastrap.scss */
.sidebar.toggled .sidebar-title div {
  font-size: 40px;
  margin-left: 5px;
  text-indent: -110px;
  transition: all 0.01s ease;
}
/* line 1330, ../styles/projectstrap/_datastrap.scss */
.sidebar.toggled .sidebar-avatar {
  margin: 15px 4px 0 5px;
}
/* line 1334, ../styles/projectstrap/_datastrap.scss */
.sidebar.toggled .exit-app {
  margin-left: 15px;
}
/* line 1338, ../styles/projectstrap/_datastrap.scss */
.sidebar.toggled .sidebar-footer {
  padding: 15px 5px;
  font-size: 6px;
}
/* line 1342, ../styles/projectstrap/_datastrap.scss */
.sidebar.toggled .sidebar-footer span {
  font-size: 11px;
  display: block;
}
@media (min-width: 768px) {
  /* line 1274, ../styles/projectstrap/_datastrap.scss */
  .sidebar {
    margin-left: 0px;
  }
}
/* line 1354, ../styles/projectstrap/_datastrap.scss */
.sidebar .side-container {
  width: 220px;
  padding-right: 20px;
  overflow: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 1364, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills {
  margin-top: 30px;
}
/* line 1367, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills li {
  position: relative;
}
/* line 1369, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills li .badge {
  position: absolute;
  top: 12px;
  right: 20px;
}
/* line 1376, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills .collapse-item {
  padding-left: 52px;
  font-weight: 100;
}
/* line 1383, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills > li {
  position: relative;
}
/* line 1385, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills > li > a {
  border-radius: 0px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 1394, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills > li > a:hover, .sidebar .nav-pills > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 1399, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills > li > a .flex-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #fff;
}
/* line 1407, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills > li > a .flex-nav i {
  margin-right: 12px;
}
/* line 1410, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills > li > a .flex-nav span {
  white-space: pre-line;
}
/* line 1421, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills > li.active > a, .sidebar .nav-pills > li.active > a:hover, .sidebar .nav-pills > li.active > a:focus {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
/* line 1431, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-stacked > li + li {
  margin-top: 0px;
}
/* line 1439, ../styles/projectstrap/_datastrap.scss */
.sidebar .nav-pills li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}
/* line 1448, ../styles/projectstrap/_datastrap.scss */
.sidebar .arrow {
  transition: transform 0.3s ease;
}
/* line 1451, ../styles/projectstrap/_datastrap.scss */
.sidebar .arrow.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

/* line 1460, ../styles/projectstrap/_datastrap.scss */
.sidebar-closebox {
  position: fixed;
  top: 0;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: none;
  z-index: 1030;
}
/* line 1469, ../styles/projectstrap/_datastrap.scss */
.sidebar-closebox.toggled {
  left: 200px;
  display: block;
}
@media (min-width: 768px) {
  /* line 1475, ../styles/projectstrap/_datastrap.scss */
  .sidebar-closebox.toggled {
    display: none;
  }
}

/* line 1481, ../styles/projectstrap/_datastrap.scss */
.navbar-fixed-top {
  position: fixed;
}

/* line 1485, ../styles/projectstrap/_datastrap.scss */
#content {
  padding-top: 85px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  /* line 1485, ../styles/projectstrap/_datastrap.scss */
  #content {
    margin-left: 200px;
    /*margin-right: $sidebar-right-width;*/
    /*padding-left: ($navbar-height / 2);
    padding-right: ($navbar-height / 2);*/
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 1499, ../styles/projectstrap/_datastrap.scss */
#content.mr0 {
  margin-right: 0;
}
/* line 1506, ../styles/projectstrap/_datastrap.scss */
#content.backend .hero {
  margin: -30px -20px;
}
@media (max-width: 767px) {
  /* line 1506, ../styles/projectstrap/_datastrap.scss */
  #content.backend .hero {
    margin: 0;
  }
}
/* line 1512, ../styles/projectstrap/_datastrap.scss */
#content.backend .panel {
  margin-bottom: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
}
/* line 1517, ../styles/projectstrap/_datastrap.scss */
#content.backend .panel .panel-body {
  padding: 30px;
}
/* line 1525, ../styles/projectstrap/_datastrap.scss */
#content .panel .panel-body .title {
  height: 48px;
  padding: 2px 0;
}
/* line 1529, ../styles/projectstrap/_datastrap.scss */
#content .panel .panel-body .period {
  font-size: 15px;
  margin-bottom: 10px;
}

/* line 1537, ../styles/projectstrap/_datastrap.scss */
.fw100 {
  font-weight: 100;
}

/* line 1544, ../styles/projectstrap/_datastrap.scss */
body.sidebar-icon-view .sidebar-toggle {
  margin-left: -42px;
}
/* line 1548, ../styles/projectstrap/_datastrap.scss */
body.sidebar-icon-view #sidebar {
  width: 42px;
  margin-left: 0;
}
/* line 1553, ../styles/projectstrap/_datastrap.scss */
body.sidebar-icon-view #sidebar li a {
  padding-left: 8px;
  margin-left: 0;
  border-radius: 0;
}
/* line 1560, ../styles/projectstrap/_datastrap.scss */
body.sidebar-icon-view #sidebar li > a > i {
  font-size: 18px;
  margin-right: 20px;
}
/* line 1565, ../styles/projectstrap/_datastrap.scss */
body.sidebar-icon-view #sidebar li:first-child > a > i {
  transform: rotate(180deg);
}
/* line 1570, ../styles/projectstrap/_datastrap.scss */
body.sidebar-icon-view #content {
  margin-left: 42px;
}
/* line 1574, ../styles/projectstrap/_datastrap.scss */
body.sidebar-icon-view .mobile-tabs {
  left: 50px;
}

/*--- MAP CONTAINER ---*/
/* line 1582, ../styles/projectstrap/_datastrap.scss */
.map-container {
  padding: 50px 0;
  position: relative;
}
/* line 1585, ../styles/projectstrap/_datastrap.scss */
.map-container .bg-opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 1593, ../styles/projectstrap/_datastrap.scss */
.map-container .map-title {
  color: #fff;
  margin-bottom: 30px;
}
/* line 1597, ../styles/projectstrap/_datastrap.scss */
.map-container .panel-body {
  padding: 30px;
}
/* line 1600, ../styles/projectstrap/_datastrap.scss */
.map-container .panel {
  margin-bottom: 20px;
}

/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, ../styles/plugins/fontawesome/_core.scss */
.fa {
  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;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../styles/plugins/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../styles/plugins/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../styles/plugins/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../styles/plugins/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../styles/plugins/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../styles/plugins/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../styles/plugins/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../styles/plugins/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../styles/plugins/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../styles/plugins/fontawesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 10, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, ../styles/plugins/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../styles/plugins/fontawesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../styles/plugins/fontawesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  /* line 15, ../styles/plugins/fontawesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 19, ../styles/plugins/fontawesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  /* line 26, ../styles/plugins/fontawesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 30, ../styles/plugins/fontawesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, ../styles/plugins/fontawesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../styles/plugins/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../styles/plugins/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../styles/plugins/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../styles/plugins/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 18, ../styles/plugins/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../styles/plugins/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../styles/plugins/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../styles/plugins/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../styles/plugins/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../styles/plugins/fontawesome/_stacked.scss */
.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../styles/plugins/fontawesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, ../styles/plugins/fontawesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, ../styles/plugins/fontawesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, ../styles/plugins/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, ../styles/plugins/fontawesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, ../styles/plugins/fontawesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, ../styles/plugins/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, ../styles/plugins/fontawesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, ../styles/plugins/fontawesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, ../styles/plugins/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, ../styles/plugins/fontawesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, ../styles/plugins/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, ../styles/plugins/fontawesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 19, ../styles/plugins/fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 20, ../styles/plugins/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 21, ../styles/plugins/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 22, ../styles/plugins/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 23, ../styles/plugins/fontawesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 25, ../styles/plugins/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 26, ../styles/plugins/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 27, ../styles/plugins/fontawesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 28, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 29, ../styles/plugins/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 30, ../styles/plugins/fontawesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 31, ../styles/plugins/fontawesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 32, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 33, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 34, ../styles/plugins/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 35, ../styles/plugins/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 37, ../styles/plugins/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 38, ../styles/plugins/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 39, ../styles/plugins/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 40, ../styles/plugins/fontawesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 41, ../styles/plugins/fontawesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 42, ../styles/plugins/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 43, ../styles/plugins/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 44, ../styles/plugins/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 45, ../styles/plugins/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 46, ../styles/plugins/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 47, ../styles/plugins/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 48, ../styles/plugins/fontawesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 49, ../styles/plugins/fontawesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 50, ../styles/plugins/fontawesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 51, ../styles/plugins/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 52, ../styles/plugins/fontawesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 53, ../styles/plugins/fontawesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 54, ../styles/plugins/fontawesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 55, ../styles/plugins/fontawesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 56, ../styles/plugins/fontawesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 57, ../styles/plugins/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 58, ../styles/plugins/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 59, ../styles/plugins/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 60, ../styles/plugins/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 61, ../styles/plugins/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 62, ../styles/plugins/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 63, ../styles/plugins/fontawesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 65, ../styles/plugins/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 66, ../styles/plugins/fontawesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 67, ../styles/plugins/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 70, ../styles/plugins/fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 71, ../styles/plugins/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 72, ../styles/plugins/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 73, ../styles/plugins/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 74, ../styles/plugins/fontawesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 76, ../styles/plugins/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 77, ../styles/plugins/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 78, ../styles/plugins/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 79, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 80, ../styles/plugins/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 81, ../styles/plugins/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 82, ../styles/plugins/fontawesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 83, ../styles/plugins/fontawesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 84, ../styles/plugins/fontawesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 85, ../styles/plugins/fontawesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 86, ../styles/plugins/fontawesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 87, ../styles/plugins/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 88, ../styles/plugins/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 89, ../styles/plugins/fontawesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 90, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 91, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 92, ../styles/plugins/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 93, ../styles/plugins/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 94, ../styles/plugins/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 95, ../styles/plugins/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 96, ../styles/plugins/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 97, ../styles/plugins/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 98, ../styles/plugins/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 99, ../styles/plugins/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 100, ../styles/plugins/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 101, ../styles/plugins/fontawesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 102, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 103, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 104, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 105, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 107, ../styles/plugins/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 108, ../styles/plugins/fontawesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 109, ../styles/plugins/fontawesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 110, ../styles/plugins/fontawesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 111, ../styles/plugins/fontawesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 112, ../styles/plugins/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 113, ../styles/plugins/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 114, ../styles/plugins/fontawesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 115, ../styles/plugins/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 116, ../styles/plugins/fontawesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 117, ../styles/plugins/fontawesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 118, ../styles/plugins/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 120, ../styles/plugins/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 121, ../styles/plugins/fontawesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 122, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 123, ../styles/plugins/fontawesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 124, ../styles/plugins/fontawesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 125, ../styles/plugins/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 126, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 127, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 128, ../styles/plugins/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 129, ../styles/plugins/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 130, ../styles/plugins/fontawesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 131, ../styles/plugins/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 132, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 133, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 135, ../styles/plugins/fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 136, ../styles/plugins/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 137, ../styles/plugins/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 138, ../styles/plugins/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 139, ../styles/plugins/fontawesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 141, ../styles/plugins/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 142, ../styles/plugins/fontawesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 143, ../styles/plugins/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 144, ../styles/plugins/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 145, ../styles/plugins/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 146, ../styles/plugins/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 147, ../styles/plugins/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 148, ../styles/plugins/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 149, ../styles/plugins/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 150, ../styles/plugins/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 151, ../styles/plugins/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 152, ../styles/plugins/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 153, ../styles/plugins/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 154, ../styles/plugins/fontawesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 155, ../styles/plugins/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 156, ../styles/plugins/fontawesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 157, ../styles/plugins/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 158, ../styles/plugins/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 159, ../styles/plugins/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 160, ../styles/plugins/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 162, ../styles/plugins/fontawesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 163, ../styles/plugins/fontawesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 164, ../styles/plugins/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 165, ../styles/plugins/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 167, ../styles/plugins/fontawesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 168, ../styles/plugins/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 169, ../styles/plugins/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 170, ../styles/plugins/fontawesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 171, ../styles/plugins/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 172, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 173, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 174, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 175, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 176, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 177, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 178, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 179, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 180, ../styles/plugins/fontawesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 181, ../styles/plugins/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 182, ../styles/plugins/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 183, ../styles/plugins/fontawesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 184, ../styles/plugins/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 185, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 187, ../styles/plugins/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 189, ../styles/plugins/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 190, ../styles/plugins/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 191, ../styles/plugins/fontawesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 193, ../styles/plugins/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 195, ../styles/plugins/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 196, ../styles/plugins/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 198, ../styles/plugins/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 199, ../styles/plugins/fontawesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 202, ../styles/plugins/fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 203, ../styles/plugins/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 204, ../styles/plugins/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 205, ../styles/plugins/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 206, ../styles/plugins/fontawesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 207, ../styles/plugins/fontawesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 208, ../styles/plugins/fontawesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 209, ../styles/plugins/fontawesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 210, ../styles/plugins/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 211, ../styles/plugins/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 212, ../styles/plugins/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 213, ../styles/plugins/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 214, ../styles/plugins/fontawesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 215, ../styles/plugins/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 216, ../styles/plugins/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 217, ../styles/plugins/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 218, ../styles/plugins/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 219, ../styles/plugins/fontawesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 221, ../styles/plugins/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 223, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 225, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 226, ../styles/plugins/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 227, ../styles/plugins/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 229, ../styles/plugins/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 231, ../styles/plugins/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 233, ../styles/plugins/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 234, ../styles/plugins/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 235, ../styles/plugins/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 237, ../styles/plugins/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 238, ../styles/plugins/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 239, ../styles/plugins/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 241, ../styles/plugins/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 242, ../styles/plugins/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 243, ../styles/plugins/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 244, ../styles/plugins/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 245, ../styles/plugins/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 246, ../styles/plugins/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 247, ../styles/plugins/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 248, ../styles/plugins/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 249, ../styles/plugins/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 250, ../styles/plugins/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 251, ../styles/plugins/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 252, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 253, ../styles/plugins/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 254, ../styles/plugins/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 255, ../styles/plugins/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 256, ../styles/plugins/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 257, ../styles/plugins/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 258, ../styles/plugins/fontawesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 259, ../styles/plugins/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 260, ../styles/plugins/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 261, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 262, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 263, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 264, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 265, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 266, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 267, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 268, ../styles/plugins/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 269, ../styles/plugins/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 270, ../styles/plugins/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 271, ../styles/plugins/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 273, ../styles/plugins/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 274, ../styles/plugins/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 275, ../styles/plugins/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 276, ../styles/plugins/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 277, ../styles/plugins/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 278, ../styles/plugins/fontawesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 280, ../styles/plugins/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 281, ../styles/plugins/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 282, ../styles/plugins/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 283, ../styles/plugins/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 284, ../styles/plugins/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 285, ../styles/plugins/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 286, ../styles/plugins/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 287, ../styles/plugins/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 288, ../styles/plugins/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 289, ../styles/plugins/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 290, ../styles/plugins/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 291, ../styles/plugins/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 292, ../styles/plugins/fontawesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 294, ../styles/plugins/fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 297, ../styles/plugins/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 298, ../styles/plugins/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 299, ../styles/plugins/fontawesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 300, ../styles/plugins/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 302, ../styles/plugins/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 303, ../styles/plugins/fontawesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 304, ../styles/plugins/fontawesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 305, ../styles/plugins/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 306, ../styles/plugins/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 307, ../styles/plugins/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 308, ../styles/plugins/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 309, ../styles/plugins/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 310, ../styles/plugins/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 311, ../styles/plugins/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 312, ../styles/plugins/fontawesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 313, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 314, ../styles/plugins/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 315, ../styles/plugins/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 316, ../styles/plugins/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 317, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 318, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 319, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 320, ../styles/plugins/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 321, ../styles/plugins/fontawesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 322, ../styles/plugins/fontawesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 323, ../styles/plugins/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 324, ../styles/plugins/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 325, ../styles/plugins/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 326, ../styles/plugins/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 327, ../styles/plugins/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 328, ../styles/plugins/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 329, ../styles/plugins/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 330, ../styles/plugins/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 331, ../styles/plugins/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 332, ../styles/plugins/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 333, ../styles/plugins/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 334, ../styles/plugins/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 335, ../styles/plugins/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 336, ../styles/plugins/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 337, ../styles/plugins/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 338, ../styles/plugins/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 339, ../styles/plugins/fontawesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 341, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 343, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 345, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 347, ../styles/plugins/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 348, ../styles/plugins/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 350, ../styles/plugins/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 352, ../styles/plugins/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 356, ../styles/plugins/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 359, ../styles/plugins/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 361, ../styles/plugins/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 363, ../styles/plugins/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 364, ../styles/plugins/fontawesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 365, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 366, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 367, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 368, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 369, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 370, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 371, ../styles/plugins/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 372, ../styles/plugins/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 373, ../styles/plugins/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 374, ../styles/plugins/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 375, ../styles/plugins/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 376, ../styles/plugins/fontawesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 377, ../styles/plugins/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 378, ../styles/plugins/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 379, ../styles/plugins/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 380, ../styles/plugins/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 381, ../styles/plugins/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 382, ../styles/plugins/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 383, ../styles/plugins/fontawesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 384, ../styles/plugins/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 385, ../styles/plugins/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 386, ../styles/plugins/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 387, ../styles/plugins/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 388, ../styles/plugins/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 389, ../styles/plugins/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 390, ../styles/plugins/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 391, ../styles/plugins/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 392, ../styles/plugins/fontawesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 393, ../styles/plugins/fontawesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 394, ../styles/plugins/fontawesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 395, ../styles/plugins/fontawesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 396, ../styles/plugins/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, ../styles/plugins/fontawesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 398, ../styles/plugins/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 399, ../styles/plugins/fontawesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 400, ../styles/plugins/fontawesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 401, ../styles/plugins/fontawesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 403, ../styles/plugins/fontawesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 404, ../styles/plugins/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 405, ../styles/plugins/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 406, ../styles/plugins/fontawesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 407, ../styles/plugins/fontawesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 408, ../styles/plugins/fontawesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 409, ../styles/plugins/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 410, ../styles/plugins/fontawesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 411, ../styles/plugins/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 412, ../styles/plugins/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 413, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 414, ../styles/plugins/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 416, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 417, ../styles/plugins/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 418, ../styles/plugins/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 419, ../styles/plugins/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 421, ../styles/plugins/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 422, ../styles/plugins/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 423, ../styles/plugins/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 424, ../styles/plugins/fontawesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 425, ../styles/plugins/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 426, ../styles/plugins/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 427, ../styles/plugins/fontawesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 430, ../styles/plugins/fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 432, ../styles/plugins/fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 433, ../styles/plugins/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 434, ../styles/plugins/fontawesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 435, ../styles/plugins/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 436, ../styles/plugins/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 437, ../styles/plugins/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 438, ../styles/plugins/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 439, ../styles/plugins/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 440, ../styles/plugins/fontawesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 441, ../styles/plugins/fontawesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 442, ../styles/plugins/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 443, ../styles/plugins/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 444, ../styles/plugins/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 445, ../styles/plugins/fontawesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 446, ../styles/plugins/fontawesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 447, ../styles/plugins/fontawesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 448, ../styles/plugins/fontawesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 449, ../styles/plugins/fontawesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 450, ../styles/plugins/fontawesome/_icons.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 451, ../styles/plugins/fontawesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 452, ../styles/plugins/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 453, ../styles/plugins/fontawesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 454, ../styles/plugins/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 455, ../styles/plugins/fontawesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 456, ../styles/plugins/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 457, ../styles/plugins/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 459, ../styles/plugins/fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 461, ../styles/plugins/fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 462, ../styles/plugins/fontawesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 463, ../styles/plugins/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 464, ../styles/plugins/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 465, ../styles/plugins/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 466, ../styles/plugins/fontawesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 467, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 468, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 469, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 470, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 473, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 475, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 477, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 479, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 480, ../styles/plugins/fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 481, ../styles/plugins/fontawesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 482, ../styles/plugins/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 483, ../styles/plugins/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 488, ../styles/plugins/fontawesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 489, ../styles/plugins/fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 492, ../styles/plugins/fontawesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 494, ../styles/plugins/fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 495, ../styles/plugins/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 496, ../styles/plugins/fontawesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 499, ../styles/plugins/fontawesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 500, ../styles/plugins/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 501, ../styles/plugins/fontawesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 503, ../styles/plugins/fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 505, ../styles/plugins/fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 507, ../styles/plugins/fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 508, ../styles/plugins/fontawesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 509, ../styles/plugins/fontawesome/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 510, ../styles/plugins/fontawesome/_icons.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 511, ../styles/plugins/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 512, ../styles/plugins/fontawesome/_icons.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 513, ../styles/plugins/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 514, ../styles/plugins/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 515, ../styles/plugins/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 517, ../styles/plugins/fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 518, ../styles/plugins/fontawesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 519, ../styles/plugins/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 520, ../styles/plugins/fontawesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 521, ../styles/plugins/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 522, ../styles/plugins/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 523, ../styles/plugins/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 524, ../styles/plugins/fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 525, ../styles/plugins/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 526, ../styles/plugins/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 527, ../styles/plugins/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 528, ../styles/plugins/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 529, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 530, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 531, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 532, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 533, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 534, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 535, ../styles/plugins/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 536, ../styles/plugins/fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 537, ../styles/plugins/fontawesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 538, ../styles/plugins/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 539, ../styles/plugins/fontawesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 540, ../styles/plugins/fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 541, ../styles/plugins/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 542, ../styles/plugins/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 543, ../styles/plugins/fontawesome/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 544, ../styles/plugins/fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 545, ../styles/plugins/fontawesome/_icons.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 546, ../styles/plugins/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 547, ../styles/plugins/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 548, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 549, ../styles/plugins/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 550, ../styles/plugins/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 551, ../styles/plugins/fontawesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 552, ../styles/plugins/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 553, ../styles/plugins/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 554, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 557, ../styles/plugins/fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 558, ../styles/plugins/fontawesome/_icons.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 559, ../styles/plugins/fontawesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 560, ../styles/plugins/fontawesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 561, ../styles/plugins/fontawesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 562, ../styles/plugins/fontawesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 563, ../styles/plugins/fontawesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 564, ../styles/plugins/fontawesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 565, ../styles/plugins/fontawesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 566, ../styles/plugins/fontawesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 567, ../styles/plugins/fontawesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 568, ../styles/plugins/fontawesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 569, ../styles/plugins/fontawesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 570, ../styles/plugins/fontawesome/_icons.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 571, ../styles/plugins/fontawesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 572, ../styles/plugins/fontawesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 573, ../styles/plugins/fontawesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 574, ../styles/plugins/fontawesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 575, ../styles/plugins/fontawesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 576, ../styles/plugins/fontawesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 577, ../styles/plugins/fontawesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 578, ../styles/plugins/fontawesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 580, ../styles/plugins/fontawesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 581, ../styles/plugins/fontawesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 582, ../styles/plugins/fontawesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 583, ../styles/plugins/fontawesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 584, ../styles/plugins/fontawesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 585, ../styles/plugins/fontawesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 586, ../styles/plugins/fontawesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 587, ../styles/plugins/fontawesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 588, ../styles/plugins/fontawesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 589, ../styles/plugins/fontawesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 590, ../styles/plugins/fontawesome/_icons.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 591, ../styles/plugins/fontawesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 592, ../styles/plugins/fontawesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 593, ../styles/plugins/fontawesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 594, ../styles/plugins/fontawesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 595, ../styles/plugins/fontawesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 597, ../styles/plugins/fontawesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 598, ../styles/plugins/fontawesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 599, ../styles/plugins/fontawesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 600, ../styles/plugins/fontawesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 601, ../styles/plugins/fontawesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 603, ../styles/plugins/fontawesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 604, ../styles/plugins/fontawesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 605, ../styles/plugins/fontawesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 606, ../styles/plugins/fontawesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 609, ../styles/plugins/fontawesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 611, ../styles/plugins/fontawesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 613, ../styles/plugins/fontawesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 615, ../styles/plugins/fontawesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 617, ../styles/plugins/fontawesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 618, ../styles/plugins/fontawesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 619, ../styles/plugins/fontawesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 620, ../styles/plugins/fontawesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 621, ../styles/plugins/fontawesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 622, ../styles/plugins/fontawesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 623, ../styles/plugins/fontawesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 624, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 625, ../styles/plugins/fontawesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 626, ../styles/plugins/fontawesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 627, ../styles/plugins/fontawesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 628, ../styles/plugins/fontawesome/_icons.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 630, ../styles/plugins/fontawesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 632, ../styles/plugins/fontawesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 634, ../styles/plugins/fontawesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 635, ../styles/plugins/fontawesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 637, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 639, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 640, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 641, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 642, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 643, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 644, ../styles/plugins/fontawesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 645, ../styles/plugins/fontawesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 646, ../styles/plugins/fontawesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 647, ../styles/plugins/fontawesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 648, ../styles/plugins/fontawesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 649, ../styles/plugins/fontawesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 650, ../styles/plugins/fontawesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 651, ../styles/plugins/fontawesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 652, ../styles/plugins/fontawesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 653, ../styles/plugins/fontawesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 654, ../styles/plugins/fontawesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 655, ../styles/plugins/fontawesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 656, ../styles/plugins/fontawesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 657, ../styles/plugins/fontawesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 658, ../styles/plugins/fontawesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 659, ../styles/plugins/fontawesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 661, ../styles/plugins/fontawesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 662, ../styles/plugins/fontawesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 663, ../styles/plugins/fontawesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 664, ../styles/plugins/fontawesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 665, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 666, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 667, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 668, ../styles/plugins/fontawesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 669, ../styles/plugins/fontawesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 670, ../styles/plugins/fontawesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 671, ../styles/plugins/fontawesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 672, ../styles/plugins/fontawesome/_icons.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 673, ../styles/plugins/fontawesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 674, ../styles/plugins/fontawesome/_icons.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 675, ../styles/plugins/fontawesome/_icons.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 676, ../styles/plugins/fontawesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 677, ../styles/plugins/fontawesome/_icons.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 678, ../styles/plugins/fontawesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 679, ../styles/plugins/fontawesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 680, ../styles/plugins/fontawesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 681, ../styles/plugins/fontawesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 682, ../styles/plugins/fontawesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 683, ../styles/plugins/fontawesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 684, ../styles/plugins/fontawesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 685, ../styles/plugins/fontawesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 686, ../styles/plugins/fontawesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 687, ../styles/plugins/fontawesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 688, ../styles/plugins/fontawesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 689, ../styles/plugins/fontawesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 690, ../styles/plugins/fontawesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 691, ../styles/plugins/fontawesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 692, ../styles/plugins/fontawesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 693, ../styles/plugins/fontawesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 694, ../styles/plugins/fontawesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 695, ../styles/plugins/fontawesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 696, ../styles/plugins/fontawesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 697, ../styles/plugins/fontawesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 698, ../styles/plugins/fontawesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 699, ../styles/plugins/fontawesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 700, ../styles/plugins/fontawesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 701, ../styles/plugins/fontawesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 702, ../styles/plugins/fontawesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 703, ../styles/plugins/fontawesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 704, ../styles/plugins/fontawesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 705, ../styles/plugins/fontawesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 706, ../styles/plugins/fontawesome/_icons.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 707, ../styles/plugins/fontawesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 708, ../styles/plugins/fontawesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 709, ../styles/plugins/fontawesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 710, ../styles/plugins/fontawesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 711, ../styles/plugins/fontawesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 713, ../styles/plugins/fontawesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 716, ../styles/plugins/fontawesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 717, ../styles/plugins/fontawesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 718, ../styles/plugins/fontawesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 720, ../styles/plugins/fontawesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 721, ../styles/plugins/fontawesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 722, ../styles/plugins/fontawesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 723, ../styles/plugins/fontawesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 724, ../styles/plugins/fontawesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 725, ../styles/plugins/fontawesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 726, ../styles/plugins/fontawesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 727, ../styles/plugins/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 728, ../styles/plugins/fontawesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 729, ../styles/plugins/fontawesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 730, ../styles/plugins/fontawesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 732, ../styles/plugins/fontawesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 734, ../styles/plugins/fontawesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 735, ../styles/plugins/fontawesome/_icons.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 736, ../styles/plugins/fontawesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 737, ../styles/plugins/fontawesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 738, ../styles/plugins/fontawesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 739, ../styles/plugins/fontawesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 740, ../styles/plugins/fontawesome/_icons.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 742, ../styles/plugins/fontawesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 744, ../styles/plugins/fontawesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 745, ../styles/plugins/fontawesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 746, ../styles/plugins/fontawesome/_icons.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 747, ../styles/plugins/fontawesome/_icons.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 748, ../styles/plugins/fontawesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 750, ../styles/plugins/fontawesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 752, ../styles/plugins/fontawesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 753, ../styles/plugins/fontawesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 754, ../styles/plugins/fontawesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 755, ../styles/plugins/fontawesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 758, ../styles/plugins/fontawesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 760, ../styles/plugins/fontawesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 762, ../styles/plugins/fontawesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 764, ../styles/plugins/fontawesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 766, ../styles/plugins/fontawesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 767, ../styles/plugins/fontawesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 770, ../styles/plugins/fontawesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 771, ../styles/plugins/fontawesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 772, ../styles/plugins/fontawesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 773, ../styles/plugins/fontawesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 774, ../styles/plugins/fontawesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 776, ../styles/plugins/fontawesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 778, ../styles/plugins/fontawesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 779, ../styles/plugins/fontawesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 780, ../styles/plugins/fontawesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 781, ../styles/plugins/fontawesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 782, ../styles/plugins/fontawesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 783, ../styles/plugins/fontawesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 784, ../styles/plugins/fontawesome/_icons.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 785, ../styles/plugins/fontawesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 786, ../styles/plugins/fontawesome/_icons.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 787, ../styles/plugins/fontawesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 788, ../styles/plugins/fontawesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 789, ../styles/plugins/fontawesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 4, ../styles/plugins/fontawesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 52, ../styles/plugins/fontawesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.panel-news{
  margin-bottom: 20px;
}

.panel-news .panel-heading{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel-news .panel-heading .bg-opacity{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
}


.panel-news .panel-heading i{
  color: #fff;
  font-size: 70px;
  position: relative;
}

@media(max-width: 767px){
  .btn-ingresar{
    display: inline-flex !important;
  }
}

@media (max-width: 310px){
  .navbar .container .navbar-header .navbar-brand {
      width: 220px;
  }
}

@media (max-width: 420px){
  .navbar .container .navbar-header .navbar-brand {
      width: 220px;
  }
}