/* line 3, app/assets/stylesheets/admin.sass */
.menu-dropdown-wrapper {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
}

/* line 8, app/assets/stylesheets/admin.sass */
.menu-dropdown-wrapper i.icon {
  display: block;
}

/* line 10, app/assets/stylesheets/admin.sass */
.menu-dropdown-wrapper menu.admin {
  display: none;
  position: absolute;
  right: 0;
  text-align: right;
}

/* line 15, app/assets/stylesheets/admin.sass */
.menu-dropdown-wrapper menu.admin a {
  white-space: nowrap;
}

/* line 17, app/assets/stylesheets/admin.sass */
.menu-dropdown-wrapper:hover {
  z-index: 2;
}

/* line 19, app/assets/stylesheets/admin.sass */
.menu-dropdown-wrapper:hover menu.admin {
  display: block;
}

/* line 22, app/assets/stylesheets/admin.sass */
menu.admin {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 24, app/assets/stylesheets/admin.sass */
menu.admin.inline {
  margin: 20px 0;
}

/* line 26, app/assets/stylesheets/admin.sass */
menu.admin.inline li {
  display: inline-block;
}

/* line 28, app/assets/stylesheets/admin.sass */
menu.admin.dropdown {
  z-index: 1;
  border: 1px solid grey;
  padding: 4px 0;
  background-color: white;
}

/* line 33, app/assets/stylesheets/admin.sass */
menu.admin.dropdown li {
  display: block;
  padding: 0;
}

/* line 36, app/assets/stylesheets/admin.sass */
menu.admin.dropdown li:hover a {
  color: grey;
}

/* line 38, app/assets/stylesheets/admin.sass */
menu.admin.dropdown a {
  color: grey;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
  text-transform: none;
  display: block;
  padding: 2px 8px;
}

/* line 47, app/assets/stylesheets/admin.sass */
.admin-panel-menu {
  max-width: 1100px;
  margin: 0 auto;
}

/* line 50, app/assets/stylesheets/admin.sass */
.admin-panel-menu menu.admin {
  margin: 0;
}

/* line 53, app/assets/stylesheets/admin.sass */
.admin-menu {
  padding: 5px 0;
}

/* line 56, app/assets/stylesheets/admin.sass */
.admin-resources-list {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  height: 46px;
  line-height: 46px;
}

/* line 61, app/assets/stylesheets/admin.sass */
.admin-resources-list li {
  float: left;
  margin-right: 20px;
}

/* line 65, app/assets/stylesheets/admin.sass */
.admin-panel {
  background-color: #303533;
  color: white;
}

/* line 69, app/assets/stylesheets/admin.sass */
.authentication-actions {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 72, app/assets/stylesheets/admin.sass */
.authentication-actions li {
  display: inline-block;
}

/* line 74, app/assets/stylesheets/admin.sass */
.authentication-actions .user-mail {
  margin-right: 6px;
}
/* line 3, app/assets/stylesheets/contact.sass */
.g-recaptcha {
  float: right;
  margin-bottom: 12px;
}

/* line 7, app/assets/stylesheets/contact.sass */
.page-content.contact {
  background-color: #f2f2f2;
}

/* line 9, app/assets/stylesheets/contact.sass */
.page-content.contact .checkbox.inline {
  font-size: 12px;
  line-height: 16px;
}

/* line 12, app/assets/stylesheets/contact.sass */
.page-content.contact .message_regulations_agreement {
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/contact.sass */
.page-content.contact .open-hours {
  margin-top: 20px;
}

/* line 17, app/assets/stylesheets/contact.sass */
.clause-info-toggle {
  height: 98px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

/* line 22, app/assets/stylesheets/contact.sass */
.mail-client-link {
  margin-bottom: 10px;
  display: block;
}

/* line 25, app/assets/stylesheets/contact.sass */
.mail-client-link:hover {
  color: #ffa012;
}

/* line 28, app/assets/stylesheets/contact.sass */
[data-action='copy-email'] {
  margin-left: 10px;
}

/* line 30, app/assets/stylesheets/contact.sass */
[data-action='copy-email']:hover {
  color: #ffa012;
}

/* line 33, app/assets/stylesheets/contact.sass */
.selected-saturdays {
  color: #ffa012;
  font-size: 10px;
  line-height: 10px;
  float: right !important;
}
/* line 3, app/assets/stylesheets/doctors.sass */
.doctors-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/doctors.sass */
.doctor-item {
  float: left;
  width: 25%;
}

/* line 9, app/assets/stylesheets/doctors.sass */
.doctor-item:nth-child(4n+1) {
  clear: right;
}

/* line 11, app/assets/stylesheets/doctors.sass */
.doctor-item .doctor-item-wrapper {
  padding: 20px;
}

/* line 13, app/assets/stylesheets/doctors.sass */
.doctor-item .doctor-img {
  position: relative;
}

/* line 15, app/assets/stylesheets/doctors.sass */
.doctor-item .doctor-img img {
  display: block;
  width: 100%;
}

/* line 18, app/assets/stylesheets/doctors.sass */
.doctor-item .doctor-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s linear;
}

/* line 28, app/assets/stylesheets/doctors.sass */
.doctor-item a:hover .doctor-img:after {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.2s linear;
}

/* line 31, app/assets/stylesheets/doctors.sass */
.doctor-item a:hover h3 {
  color: #ffa012;
}

/* line 33, app/assets/stylesheets/doctors.sass */
.doctor-item h3 {
  padding: 20px;
  margin: 0;
  background-color: #f2f2f2;
}

/* line 39, app/assets/stylesheets/doctors.sass */
.doctor-show .left-doctor-column {
  width: 30%;
  margin-right: 2%;
  float: left;
}

/* line 43, app/assets/stylesheets/doctors.sass */
.doctor-show .left-doctor-column img {
  display: block;
  width: 100%;
}

/* line 46, app/assets/stylesheets/doctors.sass */
.doctor-show .right-doctor-column {
  width: 68%;
  float: left;
  min-height: 420px;
  position: relative;
}

/* line 51, app/assets/stylesheets/doctors.sass */
.doctor-show h1 {
  margin: 0 0 2px 0;
}

/* line 54, app/assets/stylesheets/doctors.sass */
.doctor-show .right-doctor-column p {
  line-height: 20px;
}

/* line 56, app/assets/stylesheets/doctors.sass */
.doctor-show .right-doctor-column .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 61, app/assets/stylesheets/doctors.sass */
.duty-item, .duty-actions {
  margin-top: 5px;
  text-align: center;
}

/* line 64, app/assets/stylesheets/doctors.sass */
.duty-item .open-hours, .duty-actions .open-hours {
  white-space: nowrap;
}

/* line 67, app/assets/stylesheets/doctors.sass */
.duties-table {
  margin: 40px 0;
  width: 100%;
}

/* line 70, app/assets/stylesheets/doctors.sass */
.duties-table .title {
  margin-top: 4px;
}

/* line 72, app/assets/stylesheets/doctors.sass */
.duties-table .doctor-link {
  display: block;
}

/* line 75, app/assets/stylesheets/doctors.sass */
.duties-table .doctor-link:hover .full-name {
  color: #ffa012;
}

/* line 77, app/assets/stylesheets/doctors.sass */
.duties-table .doctor-table-img {
  width: 20%;
  float: left;
}

/* line 80, app/assets/stylesheets/doctors.sass */
.duties-table .doctor-table-img img {
  display: block;
  width: 100%;
}

/* line 83, app/assets/stylesheets/doctors.sass */
.duties-table .doctor-info-table-wrapper {
  float: left;
  margin-left: 4%;
  width: 76%;
}

/* line 87, app/assets/stylesheets/doctors.sass */
.duties-table .doctor-info-table-wrapper .full-name {
  font-weight: bold;
}

/* line 90, app/assets/stylesheets/doctors.sass */
.duties-table .title, .doctor-show .title {
  background-color: #ffa012;
  color: white;
  display: inline-block;
  padding: 4px 7px;
}
/* line 3, app/assets/stylesheets/filter.sass */
.filter {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f2f2f2;
}

/* line 7, app/assets/stylesheets/filter.sass */
.filter h3 {
  margin: 0 0 20px 0;
}

/* line 9, app/assets/stylesheets/filter.sass */
.filter .btn-wrapper {
  float: right;
}

/* line 12, app/assets/stylesheets/filter.sass */
.filter .btn.refresh {
  background-color: #9a9a9a;
}

/* line 15, app/assets/stylesheets/filter.sass */
.filter.messages .input {
  width: 19%;
  margin-left: 1%;
  float: left;
}

/* line 19, app/assets/stylesheets/filter.sass */
.filter.messages .input.date {
  width: 9%;
}

/* line 21, app/assets/stylesheets/filter.sass */
.filter.messages .input:first-child {
  margin-left: 0;
}
/*!
 *  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(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 18, app/assets/stylesheets/font-awesome.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 27, app/assets/stylesheets/font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 32, app/assets/stylesheets/font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 35, app/assets/stylesheets/font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 38, app/assets/stylesheets/font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 41, app/assets/stylesheets/font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 44, app/assets/stylesheets/font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 48, app/assets/stylesheets/font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 53, app/assets/stylesheets/font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 56, app/assets/stylesheets/font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 63, app/assets/stylesheets/font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 66, app/assets/stylesheets/font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 71, app/assets/stylesheets/font-awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 74, app/assets/stylesheets/font-awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 77, app/assets/stylesheets/font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 80, app/assets/stylesheets/font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 84, app/assets/stylesheets/font-awesome.scss */
.pull-right {
  float: right;
}

/* line 87, app/assets/stylesheets/font-awesome.scss */
.pull-left {
  float: left;
}

/* line 90, app/assets/stylesheets/font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 93, app/assets/stylesheets/font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 96, app/assets/stylesheets/font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 100, app/assets/stylesheets/font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 124, app/assets/stylesheets/font-awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 130, app/assets/stylesheets/font-awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 136, app/assets/stylesheets/font-awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 142, app/assets/stylesheets/font-awesome.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 148, app/assets/stylesheets/font-awesome.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 154, app/assets/stylesheets/font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 161, app/assets/stylesheets/font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 169, app/assets/stylesheets/font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 176, app/assets/stylesheets/font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 179, app/assets/stylesheets/font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 182, app/assets/stylesheets/font-awesome.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 187, app/assets/stylesheets/font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 190, app/assets/stylesheets/font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 193, app/assets/stylesheets/font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 196, app/assets/stylesheets/font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 199, app/assets/stylesheets/font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 202, app/assets/stylesheets/font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 205, app/assets/stylesheets/font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 208, app/assets/stylesheets/font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 211, app/assets/stylesheets/font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 214, app/assets/stylesheets/font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 217, app/assets/stylesheets/font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 220, app/assets/stylesheets/font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 223, app/assets/stylesheets/font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 226, app/assets/stylesheets/font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 231, app/assets/stylesheets/font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 234, app/assets/stylesheets/font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 237, app/assets/stylesheets/font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 240, app/assets/stylesheets/font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 243, app/assets/stylesheets/font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 247, app/assets/stylesheets/font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 250, app/assets/stylesheets/font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 253, app/assets/stylesheets/font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 256, app/assets/stylesheets/font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 259, app/assets/stylesheets/font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 262, app/assets/stylesheets/font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 265, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 268, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 271, app/assets/stylesheets/font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 274, app/assets/stylesheets/font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 277, app/assets/stylesheets/font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 281, app/assets/stylesheets/font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 284, app/assets/stylesheets/font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 287, app/assets/stylesheets/font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 290, app/assets/stylesheets/font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 293, app/assets/stylesheets/font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 296, app/assets/stylesheets/font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 299, app/assets/stylesheets/font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 302, app/assets/stylesheets/font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 305, app/assets/stylesheets/font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 308, app/assets/stylesheets/font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 311, app/assets/stylesheets/font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 314, app/assets/stylesheets/font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 317, app/assets/stylesheets/font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 320, app/assets/stylesheets/font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 323, app/assets/stylesheets/font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 326, app/assets/stylesheets/font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 329, app/assets/stylesheets/font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 332, app/assets/stylesheets/font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 335, app/assets/stylesheets/font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 338, app/assets/stylesheets/font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 341, app/assets/stylesheets/font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 344, app/assets/stylesheets/font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 347, app/assets/stylesheets/font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 350, app/assets/stylesheets/font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 353, app/assets/stylesheets/font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 356, app/assets/stylesheets/font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 359, app/assets/stylesheets/font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 363, app/assets/stylesheets/font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 366, app/assets/stylesheets/font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 369, app/assets/stylesheets/font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 374, app/assets/stylesheets/font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 377, app/assets/stylesheets/font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 380, app/assets/stylesheets/font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 383, app/assets/stylesheets/font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 386, app/assets/stylesheets/font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 390, app/assets/stylesheets/font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 393, app/assets/stylesheets/font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 396, app/assets/stylesheets/font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 399, app/assets/stylesheets/font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 402, app/assets/stylesheets/font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 405, app/assets/stylesheets/font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 408, app/assets/stylesheets/font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 411, app/assets/stylesheets/font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 414, app/assets/stylesheets/font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 417, app/assets/stylesheets/font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 420, app/assets/stylesheets/font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 423, app/assets/stylesheets/font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 426, app/assets/stylesheets/font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 429, app/assets/stylesheets/font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 432, app/assets/stylesheets/font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 435, app/assets/stylesheets/font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 438, app/assets/stylesheets/font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 441, app/assets/stylesheets/font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 444, app/assets/stylesheets/font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 447, app/assets/stylesheets/font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 450, app/assets/stylesheets/font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 453, app/assets/stylesheets/font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 456, app/assets/stylesheets/font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 459, app/assets/stylesheets/font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 462, app/assets/stylesheets/font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 465, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 468, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 471, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 474, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 477, app/assets/stylesheets/font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 481, app/assets/stylesheets/font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 484, app/assets/stylesheets/font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 487, app/assets/stylesheets/font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 490, app/assets/stylesheets/font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 493, app/assets/stylesheets/font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 496, app/assets/stylesheets/font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 499, app/assets/stylesheets/font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 502, app/assets/stylesheets/font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 505, app/assets/stylesheets/font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 508, app/assets/stylesheets/font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 511, app/assets/stylesheets/font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 514, app/assets/stylesheets/font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 518, app/assets/stylesheets/font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 521, app/assets/stylesheets/font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 524, app/assets/stylesheets/font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 527, app/assets/stylesheets/font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 530, app/assets/stylesheets/font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 533, app/assets/stylesheets/font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 536, app/assets/stylesheets/font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 539, app/assets/stylesheets/font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 542, app/assets/stylesheets/font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 545, app/assets/stylesheets/font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 548, app/assets/stylesheets/font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 551, app/assets/stylesheets/font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 554, app/assets/stylesheets/font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 557, app/assets/stylesheets/font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 561, app/assets/stylesheets/font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 564, app/assets/stylesheets/font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 567, app/assets/stylesheets/font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 570, app/assets/stylesheets/font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 573, app/assets/stylesheets/font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 577, app/assets/stylesheets/font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 580, app/assets/stylesheets/font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 583, app/assets/stylesheets/font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 586, app/assets/stylesheets/font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 589, app/assets/stylesheets/font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 592, app/assets/stylesheets/font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 595, app/assets/stylesheets/font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 598, app/assets/stylesheets/font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 601, app/assets/stylesheets/font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 604, app/assets/stylesheets/font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 607, app/assets/stylesheets/font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 610, app/assets/stylesheets/font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 613, app/assets/stylesheets/font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 616, app/assets/stylesheets/font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 619, app/assets/stylesheets/font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 622, app/assets/stylesheets/font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 625, app/assets/stylesheets/font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 628, app/assets/stylesheets/font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 631, app/assets/stylesheets/font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 634, app/assets/stylesheets/font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 638, app/assets/stylesheets/font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 641, app/assets/stylesheets/font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 644, app/assets/stylesheets/font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 647, app/assets/stylesheets/font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 651, app/assets/stylesheets/font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 654, app/assets/stylesheets/font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 657, app/assets/stylesheets/font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 660, app/assets/stylesheets/font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 663, app/assets/stylesheets/font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 666, app/assets/stylesheets/font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 669, app/assets/stylesheets/font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 672, app/assets/stylesheets/font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 675, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 678, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 681, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 684, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 687, app/assets/stylesheets/font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 690, app/assets/stylesheets/font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 693, app/assets/stylesheets/font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 696, app/assets/stylesheets/font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 699, app/assets/stylesheets/font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 702, app/assets/stylesheets/font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 705, app/assets/stylesheets/font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 709, app/assets/stylesheets/font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 713, app/assets/stylesheets/font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 716, app/assets/stylesheets/font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 719, app/assets/stylesheets/font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 723, app/assets/stylesheets/font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 727, app/assets/stylesheets/font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 730, app/assets/stylesheets/font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 734, app/assets/stylesheets/font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 737, app/assets/stylesheets/font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 742, app/assets/stylesheets/font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 745, app/assets/stylesheets/font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 748, app/assets/stylesheets/font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 751, app/assets/stylesheets/font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 754, app/assets/stylesheets/font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 757, app/assets/stylesheets/font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 760, app/assets/stylesheets/font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 763, app/assets/stylesheets/font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 766, app/assets/stylesheets/font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 769, app/assets/stylesheets/font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 772, app/assets/stylesheets/font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 775, app/assets/stylesheets/font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 778, app/assets/stylesheets/font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 781, app/assets/stylesheets/font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 784, app/assets/stylesheets/font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 787, app/assets/stylesheets/font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 790, app/assets/stylesheets/font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 793, app/assets/stylesheets/font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 797, app/assets/stylesheets/font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 801, app/assets/stylesheets/font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 805, app/assets/stylesheets/font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 808, app/assets/stylesheets/font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 811, app/assets/stylesheets/font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 815, app/assets/stylesheets/font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 819, app/assets/stylesheets/font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 823, app/assets/stylesheets/font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 826, app/assets/stylesheets/font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 829, app/assets/stylesheets/font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 833, app/assets/stylesheets/font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 836, app/assets/stylesheets/font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 839, app/assets/stylesheets/font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 843, app/assets/stylesheets/font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 846, app/assets/stylesheets/font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 849, app/assets/stylesheets/font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 852, app/assets/stylesheets/font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 855, app/assets/stylesheets/font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 858, app/assets/stylesheets/font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 861, app/assets/stylesheets/font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 864, app/assets/stylesheets/font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 867, app/assets/stylesheets/font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 870, app/assets/stylesheets/font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 873, app/assets/stylesheets/font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 876, app/assets/stylesheets/font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 879, app/assets/stylesheets/font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 882, app/assets/stylesheets/font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 885, app/assets/stylesheets/font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 888, app/assets/stylesheets/font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 891, app/assets/stylesheets/font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 894, app/assets/stylesheets/font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 897, app/assets/stylesheets/font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 900, app/assets/stylesheets/font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 903, app/assets/stylesheets/font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 906, app/assets/stylesheets/font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 909, app/assets/stylesheets/font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 912, app/assets/stylesheets/font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 915, app/assets/stylesheets/font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 918, app/assets/stylesheets/font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 921, app/assets/stylesheets/font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 924, app/assets/stylesheets/font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 927, app/assets/stylesheets/font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 930, app/assets/stylesheets/font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 933, app/assets/stylesheets/font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 937, app/assets/stylesheets/font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 940, app/assets/stylesheets/font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 943, app/assets/stylesheets/font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 946, app/assets/stylesheets/font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 949, app/assets/stylesheets/font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 952, app/assets/stylesheets/font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 956, app/assets/stylesheets/font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 959, app/assets/stylesheets/font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 962, app/assets/stylesheets/font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 965, app/assets/stylesheets/font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 968, app/assets/stylesheets/font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 971, app/assets/stylesheets/font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 974, app/assets/stylesheets/font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 977, app/assets/stylesheets/font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 980, app/assets/stylesheets/font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 983, app/assets/stylesheets/font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 986, app/assets/stylesheets/font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 989, app/assets/stylesheets/font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 992, app/assets/stylesheets/font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 996, app/assets/stylesheets/font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1001, app/assets/stylesheets/font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1004, app/assets/stylesheets/font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1007, app/assets/stylesheets/font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1010, app/assets/stylesheets/font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1014, app/assets/stylesheets/font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1017, app/assets/stylesheets/font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1020, app/assets/stylesheets/font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1023, app/assets/stylesheets/font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1026, app/assets/stylesheets/font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1029, app/assets/stylesheets/font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1032, app/assets/stylesheets/font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1035, app/assets/stylesheets/font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1038, app/assets/stylesheets/font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1041, app/assets/stylesheets/font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1044, app/assets/stylesheets/font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1047, app/assets/stylesheets/font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1050, app/assets/stylesheets/font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1053, app/assets/stylesheets/font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1056, app/assets/stylesheets/font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1059, app/assets/stylesheets/font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1062, app/assets/stylesheets/font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1065, app/assets/stylesheets/font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1068, app/assets/stylesheets/font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1071, app/assets/stylesheets/font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1074, app/assets/stylesheets/font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1077, app/assets/stylesheets/font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1080, app/assets/stylesheets/font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1083, app/assets/stylesheets/font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1086, app/assets/stylesheets/font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1089, app/assets/stylesheets/font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1092, app/assets/stylesheets/font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1095, app/assets/stylesheets/font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1098, app/assets/stylesheets/font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1101, app/assets/stylesheets/font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1104, app/assets/stylesheets/font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1107, app/assets/stylesheets/font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1110, app/assets/stylesheets/font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1113, app/assets/stylesheets/font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1116, app/assets/stylesheets/font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1119, app/assets/stylesheets/font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1122, app/assets/stylesheets/font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1125, app/assets/stylesheets/font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1129, app/assets/stylesheets/font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1133, app/assets/stylesheets/font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1137, app/assets/stylesheets/font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1141, app/assets/stylesheets/font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1144, app/assets/stylesheets/font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1148, app/assets/stylesheets/font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1152, app/assets/stylesheets/font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1158, app/assets/stylesheets/font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1163, app/assets/stylesheets/font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1167, app/assets/stylesheets/font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1171, app/assets/stylesheets/font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1174, app/assets/stylesheets/font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1177, app/assets/stylesheets/font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1180, app/assets/stylesheets/font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1183, app/assets/stylesheets/font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1186, app/assets/stylesheets/font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1189, app/assets/stylesheets/font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1192, app/assets/stylesheets/font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1195, app/assets/stylesheets/font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1198, app/assets/stylesheets/font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1201, app/assets/stylesheets/font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1204, app/assets/stylesheets/font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1207, app/assets/stylesheets/font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1210, app/assets/stylesheets/font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1213, app/assets/stylesheets/font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1216, app/assets/stylesheets/font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1219, app/assets/stylesheets/font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1222, app/assets/stylesheets/font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1225, app/assets/stylesheets/font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1228, app/assets/stylesheets/font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1231, app/assets/stylesheets/font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1234, app/assets/stylesheets/font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1237, app/assets/stylesheets/font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1240, app/assets/stylesheets/font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1243, app/assets/stylesheets/font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1246, app/assets/stylesheets/font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1249, app/assets/stylesheets/font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1252, app/assets/stylesheets/font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1255, app/assets/stylesheets/font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1258, app/assets/stylesheets/font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1261, app/assets/stylesheets/font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1264, app/assets/stylesheets/font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1267, app/assets/stylesheets/font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1270, app/assets/stylesheets/font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1273, app/assets/stylesheets/font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1276, app/assets/stylesheets/font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1279, app/assets/stylesheets/font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1282, app/assets/stylesheets/font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1285, app/assets/stylesheets/font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1289, app/assets/stylesheets/font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1292, app/assets/stylesheets/font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1295, app/assets/stylesheets/font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1298, app/assets/stylesheets/font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1301, app/assets/stylesheets/font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1304, app/assets/stylesheets/font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1307, app/assets/stylesheets/font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1310, app/assets/stylesheets/font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1313, app/assets/stylesheets/font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1316, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1319, app/assets/stylesheets/font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1322, app/assets/stylesheets/font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1326, app/assets/stylesheets/font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1329, app/assets/stylesheets/font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1332, app/assets/stylesheets/font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1335, app/assets/stylesheets/font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1339, app/assets/stylesheets/font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1342, app/assets/stylesheets/font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1345, app/assets/stylesheets/font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1348, app/assets/stylesheets/font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1351, app/assets/stylesheets/font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1354, app/assets/stylesheets/font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1357, app/assets/stylesheets/font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1362, app/assets/stylesheets/font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1366, app/assets/stylesheets/font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1369, app/assets/stylesheets/font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1372, app/assets/stylesheets/font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1375, app/assets/stylesheets/font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1378, app/assets/stylesheets/font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1381, app/assets/stylesheets/font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1384, app/assets/stylesheets/font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1387, app/assets/stylesheets/font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1390, app/assets/stylesheets/font-awesome.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1393, app/assets/stylesheets/font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1396, app/assets/stylesheets/font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1399, app/assets/stylesheets/font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1402, app/assets/stylesheets/font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1405, app/assets/stylesheets/font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1408, app/assets/stylesheets/font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1411, app/assets/stylesheets/font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1414, app/assets/stylesheets/font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1417, app/assets/stylesheets/font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1420, app/assets/stylesheets/font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1423, app/assets/stylesheets/font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1426, app/assets/stylesheets/font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1429, app/assets/stylesheets/font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1432, app/assets/stylesheets/font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1435, app/assets/stylesheets/font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1438, app/assets/stylesheets/font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1441, app/assets/stylesheets/font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1445, app/assets/stylesheets/font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1449, app/assets/stylesheets/font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1452, app/assets/stylesheets/font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1455, app/assets/stylesheets/font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1458, app/assets/stylesheets/font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1461, app/assets/stylesheets/font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1464, app/assets/stylesheets/font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1467, app/assets/stylesheets/font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1470, app/assets/stylesheets/font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1473, app/assets/stylesheets/font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1476, app/assets/stylesheets/font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1481, app/assets/stylesheets/font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1485, app/assets/stylesheets/font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1489, app/assets/stylesheets/font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1493, app/assets/stylesheets/font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1496, app/assets/stylesheets/font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1499, app/assets/stylesheets/font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1502, app/assets/stylesheets/font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1505, app/assets/stylesheets/font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1512, app/assets/stylesheets/font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1515, app/assets/stylesheets/font-awesome.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1520, app/assets/stylesheets/font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1524, app/assets/stylesheets/font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1527, app/assets/stylesheets/font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1530, app/assets/stylesheets/font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1535, app/assets/stylesheets/font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1538, app/assets/stylesheets/font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1541, app/assets/stylesheets/font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1545, app/assets/stylesheets/font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1549, app/assets/stylesheets/font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1553, app/assets/stylesheets/font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1556, app/assets/stylesheets/font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1559, app/assets/stylesheets/font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1562, app/assets/stylesheets/font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1565, app/assets/stylesheets/font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1568, app/assets/stylesheets/font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1571, app/assets/stylesheets/font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1574, app/assets/stylesheets/font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1577, app/assets/stylesheets/font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1581, app/assets/stylesheets/font-awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1584, app/assets/stylesheets/font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1587, app/assets/stylesheets/font-awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1590, app/assets/stylesheets/font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1593, app/assets/stylesheets/font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1596, app/assets/stylesheets/font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1599, app/assets/stylesheets/font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1602, app/assets/stylesheets/font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1605, app/assets/stylesheets/font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1608, app/assets/stylesheets/font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1611, app/assets/stylesheets/font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1614, app/assets/stylesheets/font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1617, app/assets/stylesheets/font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1620, app/assets/stylesheets/font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1623, app/assets/stylesheets/font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1626, app/assets/stylesheets/font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1629, app/assets/stylesheets/font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1632, app/assets/stylesheets/font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1635, app/assets/stylesheets/font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1638, app/assets/stylesheets/font-awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1641, app/assets/stylesheets/font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1644, app/assets/stylesheets/font-awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1647, app/assets/stylesheets/font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1650, app/assets/stylesheets/font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1653, app/assets/stylesheets/font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1656, app/assets/stylesheets/font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1659, app/assets/stylesheets/font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1662, app/assets/stylesheets/font-awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1665, app/assets/stylesheets/font-awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1668, app/assets/stylesheets/font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1671, app/assets/stylesheets/font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1674, app/assets/stylesheets/font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1677, app/assets/stylesheets/font-awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1680, app/assets/stylesheets/font-awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1683, app/assets/stylesheets/font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1686, app/assets/stylesheets/font-awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1689, app/assets/stylesheets/font-awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1692, app/assets/stylesheets/font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1697, app/assets/stylesheets/font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1700, app/assets/stylesheets/font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1703, app/assets/stylesheets/font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1706, app/assets/stylesheets/font-awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1709, app/assets/stylesheets/font-awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1712, app/assets/stylesheets/font-awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1715, app/assets/stylesheets/font-awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1718, app/assets/stylesheets/font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1721, app/assets/stylesheets/font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1724, app/assets/stylesheets/font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1727, app/assets/stylesheets/font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1730, app/assets/stylesheets/font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1733, app/assets/stylesheets/font-awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1736, app/assets/stylesheets/font-awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1739, app/assets/stylesheets/font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1742, app/assets/stylesheets/font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1745, app/assets/stylesheets/font-awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1748, app/assets/stylesheets/font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1751, app/assets/stylesheets/font-awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1754, app/assets/stylesheets/font-awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1757, app/assets/stylesheets/font-awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1760, app/assets/stylesheets/font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1764, app/assets/stylesheets/font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1767, app/assets/stylesheets/font-awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1770, app/assets/stylesheets/font-awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1773, app/assets/stylesheets/font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1776, app/assets/stylesheets/font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1779, app/assets/stylesheets/font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1782, app/assets/stylesheets/font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1785, app/assets/stylesheets/font-awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1788, app/assets/stylesheets/font-awesome.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1791, app/assets/stylesheets/font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1794, app/assets/stylesheets/font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1797, app/assets/stylesheets/font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1800, app/assets/stylesheets/font-awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1803, app/assets/stylesheets/font-awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1806, app/assets/stylesheets/font-awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1809, app/assets/stylesheets/font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1813, app/assets/stylesheets/font-awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1816, app/assets/stylesheets/font-awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1819, app/assets/stylesheets/font-awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1822, app/assets/stylesheets/font-awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1825, app/assets/stylesheets/font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1829, app/assets/stylesheets/font-awesome.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1832, app/assets/stylesheets/font-awesome.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1835, app/assets/stylesheets/font-awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1838, app/assets/stylesheets/font-awesome.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1843, app/assets/stylesheets/font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1847, app/assets/stylesheets/font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1851, app/assets/stylesheets/font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1855, app/assets/stylesheets/font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1859, app/assets/stylesheets/font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1862, app/assets/stylesheets/font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1865, app/assets/stylesheets/font-awesome.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1868, app/assets/stylesheets/font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1871, app/assets/stylesheets/font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1874, app/assets/stylesheets/font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1877, app/assets/stylesheets/font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1880, app/assets/stylesheets/font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1883, app/assets/stylesheets/font-awesome.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1886, app/assets/stylesheets/font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1889, app/assets/stylesheets/font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1892, app/assets/stylesheets/font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1896, app/assets/stylesheets/font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1900, app/assets/stylesheets/font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1904, app/assets/stylesheets/font-awesome.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1907, app/assets/stylesheets/font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1911, app/assets/stylesheets/font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1915, app/assets/stylesheets/font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1918, app/assets/stylesheets/font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1921, app/assets/stylesheets/font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1924, app/assets/stylesheets/font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1927, app/assets/stylesheets/font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1930, app/assets/stylesheets/font-awesome.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1933, app/assets/stylesheets/font-awesome.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1936, app/assets/stylesheets/font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1939, app/assets/stylesheets/font-awesome.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1942, app/assets/stylesheets/font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1945, app/assets/stylesheets/font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1948, app/assets/stylesheets/font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1951, app/assets/stylesheets/font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1954, app/assets/stylesheets/font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1957, app/assets/stylesheets/font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1960, app/assets/stylesheets/font-awesome.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1963, app/assets/stylesheets/font-awesome.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1966, app/assets/stylesheets/font-awesome.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1969, app/assets/stylesheets/font-awesome.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1972, app/assets/stylesheets/font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1975, app/assets/stylesheets/font-awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1979, app/assets/stylesheets/font-awesome.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1982, app/assets/stylesheets/font-awesome.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1985, app/assets/stylesheets/font-awesome.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1988, app/assets/stylesheets/font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1991, app/assets/stylesheets/font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1994, app/assets/stylesheets/font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1997, app/assets/stylesheets/font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2000, app/assets/stylesheets/font-awesome.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2003, app/assets/stylesheets/font-awesome.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2006, app/assets/stylesheets/font-awesome.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2009, app/assets/stylesheets/font-awesome.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2012, app/assets/stylesheets/font-awesome.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2015, app/assets/stylesheets/font-awesome.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2018, app/assets/stylesheets/font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2021, app/assets/stylesheets/font-awesome.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2024, app/assets/stylesheets/font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2027, app/assets/stylesheets/font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2030, app/assets/stylesheets/font-awesome.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2033, app/assets/stylesheets/font-awesome.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2036, app/assets/stylesheets/font-awesome.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2039, app/assets/stylesheets/font-awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2042, app/assets/stylesheets/font-awesome.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2045, app/assets/stylesheets/font-awesome.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2048, app/assets/stylesheets/font-awesome.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2051, app/assets/stylesheets/font-awesome.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2054, app/assets/stylesheets/font-awesome.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2057, app/assets/stylesheets/font-awesome.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2060, app/assets/stylesheets/font-awesome.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2063, app/assets/stylesheets/font-awesome.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2066, app/assets/stylesheets/font-awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2069, app/assets/stylesheets/font-awesome.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2072, app/assets/stylesheets/font-awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2075, app/assets/stylesheets/font-awesome.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2078, app/assets/stylesheets/font-awesome.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2081, app/assets/stylesheets/font-awesome.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2084, app/assets/stylesheets/font-awesome.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2087, app/assets/stylesheets/font-awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2090, app/assets/stylesheets/font-awesome.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2093, app/assets/stylesheets/font-awesome.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2096, app/assets/stylesheets/font-awesome.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2099, app/assets/stylesheets/font-awesome.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2102, app/assets/stylesheets/font-awesome.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 2105, app/assets/stylesheets/font-awesome.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2108, app/assets/stylesheets/font-awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2111, app/assets/stylesheets/font-awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2114, app/assets/stylesheets/font-awesome.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 2117, app/assets/stylesheets/font-awesome.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2120, app/assets/stylesheets/font-awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2123, app/assets/stylesheets/font-awesome.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2126, app/assets/stylesheets/font-awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2129, app/assets/stylesheets/font-awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2133, app/assets/stylesheets/font-awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2138, app/assets/stylesheets/font-awesome.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2141, app/assets/stylesheets/font-awesome.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2144, app/assets/stylesheets/font-awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2148, app/assets/stylesheets/font-awesome.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2151, app/assets/stylesheets/font-awesome.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2154, app/assets/stylesheets/font-awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2157, app/assets/stylesheets/font-awesome.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2160, app/assets/stylesheets/font-awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2163, app/assets/stylesheets/font-awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2166, app/assets/stylesheets/font-awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2169, app/assets/stylesheets/font-awesome.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2172, app/assets/stylesheets/font-awesome.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2175, app/assets/stylesheets/font-awesome.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2178, app/assets/stylesheets/font-awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2182, app/assets/stylesheets/font-awesome.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2186, app/assets/stylesheets/font-awesome.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2189, app/assets/stylesheets/font-awesome.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2192, app/assets/stylesheets/font-awesome.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2195, app/assets/stylesheets/font-awesome.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2198, app/assets/stylesheets/font-awesome.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2201, app/assets/stylesheets/font-awesome.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2204, app/assets/stylesheets/font-awesome.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2208, app/assets/stylesheets/font-awesome.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2212, app/assets/stylesheets/font-awesome.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2215, app/assets/stylesheets/font-awesome.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2218, app/assets/stylesheets/font-awesome.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2221, app/assets/stylesheets/font-awesome.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2224, app/assets/stylesheets/font-awesome.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2228, app/assets/stylesheets/font-awesome.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2232, app/assets/stylesheets/font-awesome.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2235, app/assets/stylesheets/font-awesome.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2238, app/assets/stylesheets/font-awesome.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2241, app/assets/stylesheets/font-awesome.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2246, app/assets/stylesheets/font-awesome.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2250, app/assets/stylesheets/font-awesome.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2254, app/assets/stylesheets/font-awesome.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2258, app/assets/stylesheets/font-awesome.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2262, app/assets/stylesheets/font-awesome.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2265, app/assets/stylesheets/font-awesome.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2270, app/assets/stylesheets/font-awesome.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2273, app/assets/stylesheets/font-awesome.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2276, app/assets/stylesheets/font-awesome.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2279, app/assets/stylesheets/font-awesome.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2282, app/assets/stylesheets/font-awesome.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2286, app/assets/stylesheets/font-awesome.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2290, app/assets/stylesheets/font-awesome.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2293, app/assets/stylesheets/font-awesome.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2296, app/assets/stylesheets/font-awesome.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2299, app/assets/stylesheets/font-awesome.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2302, app/assets/stylesheets/font-awesome.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2305, app/assets/stylesheets/font-awesome.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2308, app/assets/stylesheets/font-awesome.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2311, app/assets/stylesheets/font-awesome.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2314, app/assets/stylesheets/font-awesome.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2317, app/assets/stylesheets/font-awesome.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2320, app/assets/stylesheets/font-awesome.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2323, app/assets/stylesheets/font-awesome.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2333, app/assets/stylesheets/font-awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 9, 2017 */
@font-face {
  font-family: 'raleway';
  src: url(/assets/raleway-italic-webfont-d7ebb871cb7749503afc0cb0672102a230562cfc5e1f9311419c8a9bee73caaf.eot);
  src: url(/assets/raleway-italic-webfont-d7ebb871cb7749503afc0cb0672102a230562cfc5e1f9311419c8a9bee73caaf.eot?#iefix) format("embedded-opentype"), url(/assets/raleway-italic-webfont-2205820400ce9ea2ada0ab0458c353fa2224c77e335f76588e943ca673cea155.woff2) format("woff2"), url(/assets/raleway-italic-webfont-5989729b2eab260d016916ac136364882f10860fa13317ab5da0d007259731bd.woff) format("woff"), url(/assets/raleway-italic-webfont-29d503e632c6668c5d538dcaae174d9868d7011b79b8ef75343de532843f5883.svg#ralewayitalic) format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'raleway';
  src: url(/assets/raleway-light-webfont-a193667f23444e98e3f710e96456fd4dc8c5bb040a188a239680efc1c5b465bb.eot);
  src: url(/assets/raleway-light-webfont-a193667f23444e98e3f710e96456fd4dc8c5bb040a188a239680efc1c5b465bb.eot?#iefix) format("embedded-opentype"), url(/assets/raleway-light-webfont-1583d377ee8ff252c0342ddbd8d00d15a9d56b47c6441a7c175e378ce90f102c.woff2) format("woff2"), url(/assets/raleway-light-webfont-9027cc00953df09a3cc0d8fb12db1a9786a436fc361c7e23c8797a80e2aee867.woff) format("woff"), url(/assets/raleway-light-webfont-03cf09cd6b95f42849e96b87eecccfb6d5c01174f49ed7e3d0ff2d31be64f575.svg#ralewaylight) format("svg");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'raleway';
  src: url(/assets/raleway-regular-webfont-6b00c41eecfe167cd2c1f024230e0a3bfb57461aafc49b7bae2f6ab6522623f1.eot);
  src: url(/assets/raleway-regular-webfont-6b00c41eecfe167cd2c1f024230e0a3bfb57461aafc49b7bae2f6ab6522623f1.eot?#iefix) format("embedded-opentype"), url(/assets/raleway-regular-webfont-d7488acb735d93dcdcbebd4923a7f3f08cc0339b82e004ee41c28f34f01ce6cb.woff2) format("woff2"), url(/assets/raleway-regular-webfont-83c9e373c5e1b61ebac5289e128001360614b997cea1b91dc8e07b684a56b038.woff) format("woff"), url(/assets/raleway-regular-webfont-6597840e383deef9ca20c8706befe729af8a4f6f68baeaf68cd2507f09cef7ab.svg#ralewayregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'raleway';
  src: url(/assets/raleway-semibold-webfont-9da15ec82cd57f3071a41f8a34f989308cdca85d021b827ca0fcc65867d3fdea.eot);
  src: url(/assets/raleway-semibold-webfont-9da15ec82cd57f3071a41f8a34f989308cdca85d021b827ca0fcc65867d3fdea.eot?#iefix) format("embedded-opentype"), url(/assets/raleway-semibold-webfont-2692b29986df8d179d9cab493803e713eb89618dfe26e874d380f333b0a3f770.woff2) format("woff2"), url(/assets/raleway-semibold-webfont-a3fb060e39fb19ec5f97b75fe02f53bc6ae2e58eb48fc9df51581753a781f0e0.woff) format("woff"), url(/assets/raleway-semibold-webfont-7ecffe97a9344e16dd60c80746c7088841e292625dff32a0735dd01fdc7aff10.svg#ralewaysemibold) format("svg");
  font-weight: bold;
  font-style: normal;
}
/* line 3, app/assets/stylesheets/forms.sass */
input[type="text"], input[type="search"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
  border: 1px solid #8e8e8e;
  padding: 10px 12px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

/* line 10, app/assets/stylesheets/forms.sass */
input[type="text"]:focus, input[type="search"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, select:focus {
  outline: none;
  border: 1px solid #ffa012;
}

/* line 14, app/assets/stylesheets/forms.sass */
select {
  height: 39px;
}

/* line 17, app/assets/stylesheets/forms.sass */
fieldset {
  padding: 10px;
  margin-bottom: 20px;
}

/* line 21, app/assets/stylesheets/forms.sass */
.form-inputs, .form-actions {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

/* line 26, app/assets/stylesheets/forms.sass */
.form-actions {
  text-align: right;
}

/* line 28, app/assets/stylesheets/forms.sass */
.form-actions .cancel {
  margin-right: 10px;
}

/* line 32, app/assets/stylesheets/forms.sass */
.devise-links a {
  margin: 0 10px;
}

/* line 36, app/assets/stylesheets/forms.sass */
.input .label {
  margin-bottom: 6px;
}

/* line 38, app/assets/stylesheets/forms.sass */
.input .field {
  margin-bottom: 14px;
}

/* line 40, app/assets/stylesheets/forms.sass */
.input .error {
  color: #c12e2e;
  font-style: italic;
  font-size: 13px;
}

/* line 45, app/assets/stylesheets/forms.sass */
abbr[title] {
  text-decoration: none;
  color: #c12e2e;
  font-size: 16px;
  font-weight: bold;
}

/* line 51, app/assets/stylesheets/forms.sass */
textarea {
  min-height: 150px;
}

/* line 54, app/assets/stylesheets/forms.sass */
.hint {
  font-size: 12px;
  color: #8e8e8e;
  margin-left: 8px;
  font-style: italic;
}

/* line 59, app/assets/stylesheets/forms.sass */
.hint:before {
  content: "(";
}

/* line 61, app/assets/stylesheets/forms.sass */
.hint:after {
  content: ")";
}

/* line 65, app/assets/stylesheets/forms.sass */
.two-inputs .input {
  float: left;
  width: 48%;
}

/* line 68, app/assets/stylesheets/forms.sass */
.two-inputs .input:first-child {
  margin-right: 4%;
}

/* line 71, app/assets/stylesheets/forms.sass */
.checkbox.inline {
  margin-bottom: 10px;
}

/* line 73, app/assets/stylesheets/forms.sass */
.checkbox.inline label {
  margin-left: 8px;
}

/* line 77, app/assets/stylesheets/forms.sass */
.doctors-service-fields .input {
  width: 49%;
  display: inline-block;
}
/* line 3, app/assets/stylesheets/global.sass */
body {
  margin: 0;
  font-family: "raleway", sans-serif;
  font-size: 14px;
  color: #1d1d1d;
  letter-spacing: 0.03em;
}

/* line 11, app/assets/stylesheets/global.sass */
.page-wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* line 17, app/assets/stylesheets/global.sass */
.clear {
  clear: both;
}

/* line 20, app/assets/stylesheets/global.sass */
a {
  text-decoration: none;
  color: inherit;
}

/* line 23, app/assets/stylesheets/global.sass */
p {
  line-height: 20px;
}

/* line 26, app/assets/stylesheets/global.sass */
p a {
  color: #8c8c8c;
}

/* line 28, app/assets/stylesheets/global.sass */
p a:hover {
  color: #595959;
}

/* line 31, app/assets/stylesheets/global.sass */
.btn {
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  margin: 0;
  display: inline-block;
  color: white !important;
  background-color: #ffa012;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: inherit;
  text-transform: none !important;
}

/* line 35, app/assets/stylesheets/_mixins.sass */
.btn:hover {
  background-color: #ffb445;
  transition: background-color 0.15s linear;
}

/* line 38, app/assets/stylesheets/_mixins.sass */
.btn:focus {
  outline: none;
}

/* line 40, app/assets/stylesheets/_mixins.sass */
.btn .fa {
  margin-right: 6px;
}

/* line 35, app/assets/stylesheets/global.sass */
.table th, .table td {
  padding: 10px 16px;
}

/* line 37, app/assets/stylesheets/global.sass */
.table th.center, .table td.center {
  text-align: center;
}

/* line 39, app/assets/stylesheets/global.sass */
.table th {
  background-color: #ffa012;
  color: white;
}

/* line 42, app/assets/stylesheets/global.sass */
.table td {
  background-color: #f2f2f2;
}

/* line 44, app/assets/stylesheets/global.sass */
.table .action-cell {
  position: relative;
  text-align: center;
}

/* line 47, app/assets/stylesheets/global.sass */
.table .action-cell a {
  margin: 0 5px;
  display: inline-block;
}

/* line 50, app/assets/stylesheets/global.sass */
.table .action-cell a:hover {
  color: #ffa012;
}

/* line 53, app/assets/stylesheets/global.sass */
.text-danger {
  color: #c12e2e;
}

/* line 56, app/assets/stylesheets/global.sass */
.pull-left {
  float: left;
}

/* line 59, app/assets/stylesheets/global.sass */
.pull-right {
  float: right;
}

/* line 62, app/assets/stylesheets/global.sass */
.text-center {
  text-align: center;
}

/* line 65, app/assets/stylesheets/global.sass */
.right-column-wrapper {
  width: 65%;
  float: left;
  position: relative;
  padding-left: 4%;
  border-left: 1px solid #cacaca;
}

/* line 73, app/assets/stylesheets/global.sass */
.left-column-wrapper {
  width: 28%;
  padding-right: 2%;
  float: left;
}

/* line 78, app/assets/stylesheets/global.sass */
.left-column {
  padding: 0 30px 0 0;
}

/* line 81, app/assets/stylesheets/global.sass */
.right-column {
  padding: 0 0 0 30px;
}

/* line 84, app/assets/stylesheets/global.sass */
hr {
  margin: 30px 0;
}

/* line 87, app/assets/stylesheets/global.sass */
.hint-paragraph {
  font-style: italic;
  line-height: 20px;
}

/* line 91, app/assets/stylesheets/global.sass */
.status-label {
  padding: 3px 5px;
  color: white;
}

/* line 95, app/assets/stylesheets/global.sass */
.results-count {
  margin-bottom: 8px;
  font-weight: bold;
}

/* line 99, app/assets/stylesheets/global.sass */
.hidden {
  display: none;
}

/* line 103, app/assets/stylesheets/global.sass */
.ui-sortable .sortable-item {
  outline: 2px dashed #ffa012;
}

/* line 106, app/assets/stylesheets/global.sass */
.ui-sortable.ui-sortable-disabled .sortable-item {
  outline: none;
}

/* line 109, app/assets/stylesheets/global.sass */
.error_notification {
  padding: 8px 10px;
  margin-bottom: 20px;
  background-color: #c12e2e;
  color: white;
}

/* line 115, app/assets/stylesheets/global.sass */
span.star {
  font-size: 18px;
  color: #ffa012;
}
/* line 3, app/assets/stylesheets/important_info.sass */
#important-info {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  overflow: scroll;
}

/* line 12, app/assets/stylesheets/important_info.sass */
#important-info .content-wrapper {
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  top: 20px;
  margin-bottom: 20px;
  background-color: white;
}

/* line 20, app/assets/stylesheets/important_info.sass */
#important-info .content-wrapper .header {
  background-color: #ffa012;
  color: white;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

/* line 27, app/assets/stylesheets/important_info.sass */
#important-info .content-wrapper .header [data-action=close-info] {
  position: absolute;
  font-size: 30px;
  right: 12px;
  top: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}

/* line 37, app/assets/stylesheets/important_info.sass */
#important-info .content-wrapper .content {
  padding: 20px 40px;
  line-height: 18px;
}

/* line 40, app/assets/stylesheets/important_info.sass */
#important-info li {
  margin-bottom: 6px;
}

/* line 42, app/assets/stylesheets/important_info.sass */
#important-info h2, #important-info h3 {
  margin-top: 30px;
}
/* line 3, app/assets/stylesheets/layout.sass */
.nav-wrapper {
  height: 80px;
  line-height: 80px;
  position: relative;
}

/* line 7, app/assets/stylesheets/layout.sass */
.nav-wrapper .logo {
  position: absolute;
  top: -66px;
  height: 130px;
}

/* line 11, app/assets/stylesheets/layout.sass */
.nav-wrapper .logo img {
  display: block;
  height: inherit;
}

/* line 15, app/assets/stylesheets/layout.sass */
.main-nav {
  float: left;
}

/* line 17, app/assets/stylesheets/layout.sass */
.main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 19, app/assets/stylesheets/layout.sass */
.main-nav li {
  padding: 0 15px;
}

/* line 22, app/assets/stylesheets/layout.sass */
.main-nav a:hover {
  color: #ffa012;
}

/* line 24, app/assets/stylesheets/layout.sass */
.main-nav .main-list > li {
  float: left;
  position: relative;
}

/* line 28, app/assets/stylesheets/layout.sass */
.main-nav .main-list > li:hover .sub-list {
  display: block;
}

/* line 30, app/assets/stylesheets/layout.sass */
.main-nav .main-list > li:last-child {
  padding-right: 0;
}

/* line 32, app/assets/stylesheets/layout.sass */
.main-nav .main-list > li > a {
  text-transform: uppercase;
}

/* line 34, app/assets/stylesheets/layout.sass */
.main-nav .sub-list {
  display: none;
  position: absolute;
  line-height: 30px;
  background-color: white;
  top: 80px;
  padding-top: 15px;
  left: 0;
  z-index: 10;
}

/* line 43, app/assets/stylesheets/layout.sass */
.main-nav .sub-list li {
  white-space: nowrap;
}

/* line 46, app/assets/stylesheets/layout.sass */
.float-right-wrapper {
  float: right;
}

/* line 48, app/assets/stylesheets/layout.sass */
.float-right-wrapper.with-border {
  border-top: 1px solid #e6e6e6;
}

/* line 51, app/assets/stylesheets/layout.sass */
.menu-actions {
  background-color: #f2f2f2;
}

/* line 53, app/assets/stylesheets/layout.sass */
.menu-actions .menu-actions-wrapper {
  padding: 6px;
}

/* line 56, app/assets/stylesheets/layout.sass */
.font-size-zoom {
  float: left;
}

/* line 58, app/assets/stylesheets/layout.sass */
.font-size-zoom a {
  padding: 0 6px;
}

/* line 60, app/assets/stylesheets/layout.sass */
.font-size-zoom a:hover {
  color: #ffa012;
}

/* line 63, app/assets/stylesheets/layout.sass */
.switch-languages-buttons {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 20px;
}

/* line 67, app/assets/stylesheets/layout.sass */
.switch-languages-buttons li {
  float: left;
}

/* line 69, app/assets/stylesheets/layout.sass */
.switch-languages-buttons li:first-child a {
  border-right: 1px solid #1d1d1d;
}

/* line 71, app/assets/stylesheets/layout.sass */
.switch-languages-buttons li.active a {
  font-weight: bold;
}

/* line 73, app/assets/stylesheets/layout.sass */
.switch-languages-buttons li a {
  padding: 0 6px;
}

/* line 75, app/assets/stylesheets/layout.sass */
.switch-languages-buttons li a:hover {
  color: #ffa012;
}

/* line 78, app/assets/stylesheets/layout.sass */
.main-header .contact-data {
  border-bottom: 1px solid #e6e6e6;
}

/* line 82, app/assets/stylesheets/layout.sass */
.main-header .contact-data, .main-footer .contact-data {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
}

/* line 87, app/assets/stylesheets/layout.sass */
.main-header .contact-data .email-address:hover, .main-footer .contact-data .email-address:hover {
  color: #ffa012;
}

/* line 89, app/assets/stylesheets/layout.sass */
.main-header .contact-data li, .main-footer .contact-data li {
  float: left;
  margin-left: 40px;
  height: 80px;
  line-height: 80px;
}

/* line 94, app/assets/stylesheets/layout.sass */
.main-header .contact-data li:first-child, .main-footer .contact-data li:first-child {
  margin-left: 0;
}

/* line 96, app/assets/stylesheets/layout.sass */
.main-header .contact-data .fa, .main-footer .contact-data .fa {
  font-size: 22px;
  color: #ffa012;
  float: left;
  height: 80px;
  line-height: 80px;
  margin-right: 8px;
}

/* line 103, app/assets/stylesheets/layout.sass */
.main-header .contact-data span, .main-footer .contact-data span {
  display: block;
  float: left;
  white-space: nowrap;
}

/* line 107, app/assets/stylesheets/layout.sass */
.main-header .contact-data .contact-data-wrapper, .main-footer .contact-data .contact-data-wrapper {
  padding-top: 18px;
  float: left;
  height: 80px;
  line-height: 22px;
}

/* line 112, app/assets/stylesheets/layout.sass */
.top-stripe {
  height: 80px;
  line-height: 80px;
}

/* line 116, app/assets/stylesheets/layout.sass */
[data-action=toggle-menu] {
  display: none;
}

/* line 120, app/assets/stylesheets/layout.sass */
.main-footer {
  padding: 20px 0;
  background-color: #8c8c8c;
  color: white;
}

/* line 124, app/assets/stylesheets/layout.sass */
.main-footer .social-media {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 127, app/assets/stylesheets/layout.sass */
.main-footer .contact {
  float: left;
}

/* line 129, app/assets/stylesheets/layout.sass */
.main-footer .contact address, .main-footer .contact .phone, .main-footer .contact .copyright {
  line-height: 25px;
  display: inline-block;
}

/* line 132, app/assets/stylesheets/layout.sass */
.main-footer .contact .copyright {
  display: block;
}

/* line 134, app/assets/stylesheets/layout.sass */
.main-footer .contact .phone {
  padding-left: 20px;
}

/* line 136, app/assets/stylesheets/layout.sass */
.main-footer .contact .phone:first-child {
  padding-left: 0;
}

/* line 140, app/assets/stylesheets/layout.sass */
#carousel {
  height: 655px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 145, app/assets/stylesheets/layout.sass */
#carousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 147, app/assets/stylesheets/layout.sass */
#carousel .images-list {
  height: 655px;
  white-space: nowrap;
  position: relative;
}

/* line 151, app/assets/stylesheets/layout.sass */
#carousel .images-list li {
  width: 100%;
  height: 100%;
  background-size: cover;
  float: left;
  position: absolute;
}

/* line 159, app/assets/stylesheets/layout.sass */
.info-boxes-section {
  background-color: #f2f2f2;
}

/* line 161, app/assets/stylesheets/layout.sass */
.info-boxes {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 70px 0;
}

/* line 164, app/assets/stylesheets/layout.sass */
.info-boxes h3 {
  margin: 0;
  font-weight: normal;
  font-size: 22px;
}

/* line 169, app/assets/stylesheets/layout.sass */
.info-boxes footer {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

/* line 173, app/assets/stylesheets/layout.sass */
.info-boxes .btn {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 175, app/assets/stylesheets/layout.sass */
.info-boxes .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 177, app/assets/stylesheets/layout.sass */
.info-boxes li {
  float: left;
  width: 30%;
  margin-left: 5%;
  color: white;
  font-weight: lighter;
}

/* line 183, app/assets/stylesheets/layout.sass */
.info-boxes li:first-child {
  margin-left: 0;
  background-color: rgba(255, 180, 69, 0.8);
}

/* line 186, app/assets/stylesheets/layout.sass */
.info-boxes li:nth-child(2) {
  background-color: rgba(255, 160, 18, 0.8);
}

/* line 188, app/assets/stylesheets/layout.sass */
.info-boxes li:nth-child(3) {
  background-color: rgba(222, 133, 0, 0.8);
}

/* line 190, app/assets/stylesheets/layout.sass */
.info-boxes li p {
  line-height: 22px;
  padding: 0;
  margin: 15px 0;
}

/* line 194, app/assets/stylesheets/layout.sass */
.info-boxes .info-box-wrapper {
  padding: 30px 40px 100px 40px;
  position: relative;
}

/* line 197, app/assets/stylesheets/layout.sass */
.info-boxes .info-box-wrapper .text-wrapper {
  height: 307px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 203, app/assets/stylesheets/layout.sass */
.book-appointment {
  background-color: #8c8c8c;
  color: white;
  line-height: 100px;
  height: 100px;
}

/* line 208, app/assets/stylesheets/layout.sass */
.book-appointment h2 {
  margin: 0;
  float: left;
  font-size: 34px;
  font-weight: normal;
}

/* line 213, app/assets/stylesheets/layout.sass */
.book-appointment .btn {
  float: right;
  line-height: 46px;
  margin-top: 26px;
}

/* line 220, app/assets/stylesheets/layout.sass */
.newsletter {
  padding: 70px 0;
  text-align: center;
}

/* line 223, app/assets/stylesheets/layout.sass */
.newsletter h2 {
  margin: 0;
  font-weight: normal;
  font-size: 34px;
  color: #8c8c8c;
}

/* line 229, app/assets/stylesheets/layout.sass */
.newsletter .input {
  max-width: 700px;
  width: 100%;
  border-bottom: 1px solid #1d1d1d;
  display: inline-block;
  text-align: left;
}

/* line 235, app/assets/stylesheets/layout.sass */
.newsletter .input .field, .newsletter .input .label {
  margin-bottom: 0;
}

/* line 237, app/assets/stylesheets/layout.sass */
.newsletter .input input {
  padding: 14px 10px;
  font-size: 14px;
  background-color: inherit;
  border: none;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}

/* line 245, app/assets/stylesheets/layout.sass */
.newsletter .input input:focus {
  outline: inherit;
}

/* line 247, app/assets/stylesheets/layout.sass */
.newsletter footer {
  margin-top: 40px;
}

/* line 249, app/assets/stylesheets/layout.sass */
.newsletter .btn {
  background-color: #ffa012;
}

/* line 253, app/assets/stylesheets/layout.sass */
.page-header {
  background-color: #8c8c8c;
  height: 135px;
  line-height: 135px;
}

/* line 257, app/assets/stylesheets/layout.sass */
.page-header h1 {
  color: white;
}

/* line 260, app/assets/stylesheets/layout.sass */
.page-content {
  padding: 70px 0;
}

/* line 264, app/assets/stylesheets/layout.sass */
.modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 271, app/assets/stylesheets/layout.sass */
.modal-wrapper .modal {
  background-color: white;
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  top: 200px;
}

/* line 278, app/assets/stylesheets/layout.sass */
.modal-wrapper .modal .modal-header {
  height: 40px;
  line-height: 40px;
  padding: 20px;
  color: white;
  background-color: #6dbacc;
}

/* line 284, app/assets/stylesheets/layout.sass */
.modal-wrapper .modal .modal-header.info {
  background-color: #6dbacc;
}

/* line 286, app/assets/stylesheets/layout.sass */
.modal-wrapper .modal .modal-header.danger {
  background-color: #cc6d71;
}

/* line 289, app/assets/stylesheets/layout.sass */
.modal-wrapper .modal .modal-content {
  padding: 20px;
  min-height: 60px;
}

/* line 292, app/assets/stylesheets/layout.sass */
.modal-wrapper .modal .modal-footer {
  padding: 20px;
}

/* line 295, app/assets/stylesheets/layout.sass */
.modal-wrapper .modal .icon[data-action=close-modal] {
  position: absolute;
  top: -38px;
  right: -38px;
  color: white;
}

/* line 300, app/assets/stylesheets/layout.sass */
.modal-wrapper .modal .btn[data-action=close-modal] {
  float: right;
}

/* line 304, app/assets/stylesheets/layout.sass */
.pagination {
  text-align: center;
  margin: 20px 0;
}

/* line 307, app/assets/stylesheets/layout.sass */
.pagination .page {
  display: inline-block;
  text-align: center;
}

/* line 310, app/assets/stylesheets/layout.sass */
.pagination .page a {
  padding: 4px 6px;
  display: inline-block;
}

/* line 313, app/assets/stylesheets/layout.sass */
.pagination .page:hover {
  background-color: #ffddab;
}

/* line 315, app/assets/stylesheets/layout.sass */
.pagination .page.current {
  background-color: #ffa012;
  color: white;
  padding: 4px 6px;
}

/* line 321, app/assets/stylesheets/layout.sass */
.facebook-link:hover {
  color: #ffa012;
}

/* line 324, app/assets/stylesheets/layout.sass */
.carousel-image {
  background-image: url(/assets/img4-8dd4186061030c1b10e5f87d5ce68c8ab051e6eeb031a4a9eb542f9522fd3794.jpg);
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

/* line 331, app/assets/stylesheets/layout.sass */
.carousel-image .headline {
  position: absolute;
  top: 200px;
  left: 0;
  right: 50%;
  background-color: rgba(255, 160, 18, 0.4);
  font-size: 32px;
  color: white;
  padding: 20px 30px;
  font-style: italic;
  text-align: right;
}
/* line 3, app/assets/stylesheets/messages.sass */
.table.messages {
  width: 100%;
}

/* line 6, app/assets/stylesheets/messages.sass */
.table.messages .patient-icon.fa-check {
  color: #6dbacc;
}

/* line 8, app/assets/stylesheets/messages.sass */
.table.messages .patient-icon.fa-times {
  color: #b5b5b5;
}

/* line 12, app/assets/stylesheets/messages.sass */
.message-status.fresh {
  background-color: #6dbacc;
}

/* line 14, app/assets/stylesheets/messages.sass */
.message-status.read {
  background-color: #b5b5b5;
}

/* line 17, app/assets/stylesheets/messages.sass */
.messages-table {
  width: 100%;
}

/* line 19, app/assets/stylesheets/messages.sass */
.messages-table th {
  width: 200px;
  text-align: right;
}

/* line 23, app/assets/stylesheets/messages.sass */
.message-actions {
  margin-top: 30px;
}

/* line 25, app/assets/stylesheets/messages.sass */
.message-actions .back-to-list {
  float: left;
  height: 46px;
  line-height: 46px;
}

/* line 29, app/assets/stylesheets/messages.sass */
.message-actions .btn {
  float: right;
}
/* line 3, app/assets/stylesheets/nested_object.sass */
a[data-role="add-object"] {
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  margin: 0;
  display: inline-block;
  color: white !important;
  background-color: #ffa012;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: inherit;
  text-transform: none !important;
}

/* line 35, app/assets/stylesheets/_mixins.sass */
a[data-role="add-object"]:hover {
  background-color: #ffb445;
  transition: background-color 0.15s linear;
}

/* line 38, app/assets/stylesheets/_mixins.sass */
a[data-role="add-object"]:focus {
  outline: none;
}

/* line 40, app/assets/stylesheets/_mixins.sass */
a[data-role="add-object"] .fa {
  margin-right: 6px;
}

/* line 6, app/assets/stylesheets/nested_object.sass */
[data-component=nested-form-object] {
  margin: 20px 0;
  border: 1px dashed #ffa012;
  padding: 10px;
}

/* line 10, app/assets/stylesheets/nested_object.sass */
[data-component=nested-form-object] .restore {
  display: none;
}

/* line 13, app/assets/stylesheets/nested_object.sass */
.removed[data-component=nested-form-object] .remove {
  display: none;
}

/* line 15, app/assets/stylesheets/nested_object.sass */
.removed[data-component=nested-form-object] .restore {
  display: block;
}

/* line 17, app/assets/stylesheets/nested_object.sass */
[data-component=nested-form-object] [data-role=toggle-remove] {
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  margin: 0;
  display: inline-block;
  color: white !important;
  background-color: #ffa012;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: inherit;
  text-transform: none !important;
}

/* line 35, app/assets/stylesheets/_mixins.sass */
[data-component=nested-form-object] [data-role=toggle-remove]:hover {
  background-color: #ffb445;
  transition: background-color 0.15s linear;
}

/* line 38, app/assets/stylesheets/_mixins.sass */
[data-component=nested-form-object] [data-role=toggle-remove]:focus {
  outline: none;
}

/* line 40, app/assets/stylesheets/_mixins.sass */
[data-component=nested-form-object] [data-role=toggle-remove] .fa {
  margin-right: 6px;
}
/* line 3, app/assets/stylesheets/news_posts.sass */
.page-content.news-posts-index {
  background-color: #f2f2f2;
}

/* line 6, app/assets/stylesheets/news_posts.sass */
.news-posts-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 9, app/assets/stylesheets/news_posts.sass */
.news-post-item {
  margin-top: 40px;
  background-color: white;
  padding: 20px 30px;
}

/* line 13, app/assets/stylesheets/news_posts.sass */
.news-post-item:first-child {
  margin-top: 0;
}

/* line 15, app/assets/stylesheets/news_posts.sass */
.news-post-item .date {
  font-size: 12px;
  color: #8e8e8e;
  margin-bottom: 15px;
}

/* line 19, app/assets/stylesheets/news_posts.sass */
.news-post-item .image {
  float: left;
  width: 18%;
  margin: 0 4% 0 0;
}

/* line 23, app/assets/stylesheets/news_posts.sass */
.news-post-item .image img {
  display: block;
  width: 100%;
}

/* line 26, app/assets/stylesheets/news_posts.sass */
.news-post-item .title {
  margin: 0;
}

/* line 28, app/assets/stylesheets/news_posts.sass */
.news-post-item .news-post-item-wrapper {
  float: left;
  width: 78%;
}

/* line 33, app/assets/stylesheets/news_posts.sass */
.news-post-show .main-image {
  display: block;
  width: 100%;
}

/* line 36, app/assets/stylesheets/news_posts.sass */
.news-post-show .news-post-image {
  width: 20%;
  margin-right: 6%;
  float: left;
}

/* line 40, app/assets/stylesheets/news_posts.sass */
.news-post-show .news-post-show {
  width: 74%;
  float: left;
}

/* line 44, app/assets/stylesheets/news_posts.sass */
.news-post-attachments {
  margin-top: 20px;
}

/* line 47, app/assets/stylesheets/news_posts.sass */
.more-news-posts {
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  margin: 0;
  display: inline-block;
  color: white !important;
  background-color: #ffa012;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: inherit;
  text-transform: none !important;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
}

/* line 35, app/assets/stylesheets/_mixins.sass */
.more-news-posts:hover {
  background-color: #ffb445;
  transition: background-color 0.15s linear;
}

/* line 38, app/assets/stylesheets/_mixins.sass */
.more-news-posts:focus {
  outline: none;
}

/* line 40, app/assets/stylesheets/_mixins.sass */
.more-news-posts .fa {
  margin-right: 6px;
}
/* line 3, app/assets/stylesheets/offer.sass */
.services-table {
  width: 100%;
}

/* line 5, app/assets/stylesheets/offer.sass */
.services-table .service-name {
  position: relative;
}

/* line 7, app/assets/stylesheets/offer.sass */
.services-table .service-name .fa {
  font-size: 18px;
}

/* line 9, app/assets/stylesheets/offer.sass */
.services-table .special-price {
  position: relative;
}

/* line 11, app/assets/stylesheets/offer.sass */
.services-table .special-price:after {
  content: "*";
  font-size: 20px;
  position: absolute;
  right: -9px;
  top: -3px;
  color: #ffa012;
}

/* line 19, app/assets/stylesheets/offer.sass */
.offer-description {
  margin-top: 40px;
}

/* line 22, app/assets/stylesheets/offer.sass */
.bacc-page-table {
  margin-top: 20px;
}

/* line 26, app/assets/stylesheets/offer.sass */
.offer-subpages li {
  line-height: 24px;
}

/* line 28, app/assets/stylesheets/offer.sass */
.offer-subpages a {
  color: #ffa012;
}

/* line 30, app/assets/stylesheets/offer.sass */
.offer-subpages a:hover {
  text-decoration: underline;
}
@media (max-width: 1100px) {
  /* line 4, app/assets/stylesheets/responsive.sass */
  .page-wrapper {
    width: 96%;
  }
  /* line 8, app/assets/stylesheets/responsive.sass */
  .nav-wrapper .logo {
    height: 110px;
    top: -60px;
  }
  /* line 12, app/assets/stylesheets/responsive.sass */
  .carousel-image .headline {
    font-size: 26px;
  }
  /* line 16, app/assets/stylesheets/responsive.sass */
  body.zoom-in .nav-wrapper .logo {
    height: 95px;
  }
}

@media (max-width: 1000px) {
  /* line 20, app/assets/stylesheets/responsive.sass */
  .nav-wrapper .logo {
    height: 90px;
    top: -50px;
  }
  /* line 24, app/assets/stylesheets/responsive.sass */
  .main-nav li {
    padding: 0 10px;
  }
  /* line 27, app/assets/stylesheets/responsive.sass */
  .main-header .contact-data li {
    margin-left: 25px;
  }
}

@media (max-width: 960px) {
  /* line 31, app/assets/stylesheets/responsive.sass */
  .newsletter .input {
    max-width: 600px;
  }
  /* line 33, app/assets/stylesheets/responsive.sass */
  #carousel {
    height: auto;
  }
  /* line 35, app/assets/stylesheets/responsive.sass */
  #carousel .images-list {
    height: 500px;
  }
}

@media (max-width: 900px) {
  /* line 40, app/assets/stylesheets/responsive.sass */
  .book-appointment h2, .newsletter h2 {
    font-size: 30px;
  }
  /* line 44, app/assets/stylesheets/responsive.sass */
  .main-header .contact-data li:nth-child(2) {
    display: none;
  }
}

@media (max-width: 850px) {
  /* line 48, app/assets/stylesheets/responsive.sass */
  .newsletter .input {
    max-width: 500px;
  }
  /* line 50, app/assets/stylesheets/responsive.sass */
  #carousel .images-list {
    height: 400px;
  }
  /* line 52, app/assets/stylesheets/responsive.sass */
  .carousel-image .headline {
    font-size: 22px;
    top: 120px;
    right: 20%;
  }
  /* line 57, app/assets/stylesheets/responsive.sass */
  #important-info .content-wrapper {
    width: 480px;
    margin-left: -240px;
  }
}

@media (max-width: 720px) {
  /* line 61, app/assets/stylesheets/responsive.sass */
  .doctor-item {
    width: 50%;
  }
  /* line 63, app/assets/stylesheets/responsive.sass */
  .main-content {
    margin-top: 98px;
  }
  /* line 65, app/assets/stylesheets/responsive.sass */
  .top-stripe {
    display: none;
  }
  /* line 68, app/assets/stylesheets/responsive.sass */
  .book-appointment h2, .newsletter h2 {
    font-size: 26px;
  }
  /* line 70, app/assets/stylesheets/responsive.sass */
  .newsletter .input {
    max-width: 300px;
  }
  /* line 72, app/assets/stylesheets/responsive.sass */
  .main-footer .contact-data li {
    margin-left: 20px;
  }
  /* line 74, app/assets/stylesheets/responsive.sass */
  .left-column-wrapper, .right-column-wrapper {
    width: 100%;
  }
  /* line 76, app/assets/stylesheets/responsive.sass */
  .right-column, .left-column {
    padding: 0;
  }
  /* line 78, app/assets/stylesheets/responsive.sass */
  .page-content {
    padding: 30px 0;
  }
  /* line 80, app/assets/stylesheets/responsive.sass */
  .main-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: white;
  }
  /* line 87, app/assets/stylesheets/responsive.sass */
  [data-action=toggle-menu] {
    display: block;
    float: right;
    background-color: #ffa012;
    color: white;
    padding: 4px 8px;
    margin: 18px 10px 0 0;
  }
  /* line 94, app/assets/stylesheets/responsive.sass */
  .main-nav {
    float: none;
    background-color: #ffa012;
    color: white;
    display: none;
  }
  /* line 99, app/assets/stylesheets/responsive.sass */
  .main-nav.visible {
    display: block;
  }
  /* line 102, app/assets/stylesheets/responsive.sass */
  .main-nav .main-list li {
    float: none;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  /* line 106, app/assets/stylesheets/responsive.sass */
  .main-nav .main-list li:first-child {
    border-top: 0;
  }
  /* line 108, app/assets/stylesheets/responsive.sass */
  .main-nav .main-list li a {
    padding: 12px 0;
    display: block;
  }
  /* line 111, app/assets/stylesheets/responsive.sass */
  .main-nav .main-list li a:hover {
    color: white;
  }
  /* line 113, app/assets/stylesheets/responsive.sass */
  .main-nav .main-list li .sub-list {
    position: static;
    padding-top: 0;
    background-color: #ffa012;
    line-height: normal;
    display: block;
  }
  /* line 119, app/assets/stylesheets/responsive.sass */
  .main-nav .main-list li .sub-list a {
    padding: 6px 0;
  }
  /* line 121, app/assets/stylesheets/responsive.sass */
  .main-nav .main-list li .sub-list li {
    padding: 0 30px;
    border: 0;
  }
  /* line 124, app/assets/stylesheets/responsive.sass */
  .nav-wrapper {
    height: auto;
    line-height: normal;
  }
  /* line 127, app/assets/stylesheets/responsive.sass */
  .nav-wrapper .page-wrapper {
    width: 100%;
  }
  /* line 129, app/assets/stylesheets/responsive.sass */
  .nav-wrapper .logo {
    position: static;
    height: 50px;
    float: left;
    margin: 10px;
  }
  /* line 134, app/assets/stylesheets/responsive.sass */
  .nav-wrapper .float-right-wrapper {
    float: none;
  }
  /* line 136, app/assets/stylesheets/responsive.sass */
  .info-boxes {
    padding: 30px 0;
  }
  /* line 138, app/assets/stylesheets/responsive.sass */
  .info-boxes footer {
    bottom: 20px;
    left: auto;
    right: 20px;
  }
  /* line 142, app/assets/stylesheets/responsive.sass */
  .info-boxes li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  /* line 147, app/assets/stylesheets/responsive.sass */
  .info-boxes li:first-child {
    margin-top: 0;
  }
  /* line 149, app/assets/stylesheets/responsive.sass */
  .info-boxes .info-box-wrapper {
    padding: 20px 20px 80px 20px;
  }
  /* line 151, app/assets/stylesheets/responsive.sass */
  .info-boxes .info-box-wrapper .text-wrapper {
    height: 105px;
  }
}

@media (max-width: 670px) {
  /* line 155, app/assets/stylesheets/responsive.sass */
  .main-footer .contact-data {
    width: 80%;
  }
  /* line 157, app/assets/stylesheets/responsive.sass */
  .main-footer .contact-data .fa {
    height: 60px;
    line-height: 60px;
  }
  /* line 160, app/assets/stylesheets/responsive.sass */
  .main-footer .contact-data .contact-data-wrapper {
    padding-top: 10px;
    height: 60px;
  }
  /* line 163, app/assets/stylesheets/responsive.sass */
  .main-footer .contact-data li {
    width: 40%;
    text-align: center;
    height: 60px;
    line-height: 60px;
  }
  /* line 168, app/assets/stylesheets/responsive.sass */
  .main-footer .contact-data li:first-child {
    margin-left: 40px;
  }
  /* line 170, app/assets/stylesheets/responsive.sass */
  .main-footer .contact-data li:nth-child(3n) {
    clear: left;
    margin-left: 40px;
  }
}

@media (max-width: 640px) {
  /* line 175, app/assets/stylesheets/responsive.sass */
  .font-size-zoom {
    display: none;
  }
  /* line 177, app/assets/stylesheets/responsive.sass */
  .book-appointment {
    line-height: normal;
    height: auto;
    padding: 20px 0;
    text-align: center;
  }
  /* line 182, app/assets/stylesheets/responsive.sass */
  .book-appointment .btn, .book-appointment h2 {
    float: none;
    display: block;
  }
  /* line 185, app/assets/stylesheets/responsive.sass */
  .book-appointment .btn {
    max-width: 200px;
    margin: 20px auto 0 auto;
  }
}

@media (max-width: 500px) {
  /* line 191, app/assets/stylesheets/responsive.sass */
  #important-info .content-wrapper {
    width: 300px;
    margin-left: -150px;
    top: 10px;
    margin-bottom: 10px;
  }
  /* line 196, app/assets/stylesheets/responsive.sass */
  #important-info .content-wrapper .header {
    font-size: 16px;
    padding: 10px 60px 10px 10px;
  }
  /* line 199, app/assets/stylesheets/responsive.sass */
  #important-info .content-wrapper .header [data-action=close-info] {
    top: 8px;
    right: 8px;
  }
  /* line 202, app/assets/stylesheets/responsive.sass */
  #important-info .content-wrapper .content {
    padding: 10px;
  }
  /* line 204, app/assets/stylesheets/responsive.sass */
  #important-info .content-wrapper .content p, #important-info .content-wrapper .content ul {
    font-size: 12px;
    line-height: 16px;
  }
  /* line 208, app/assets/stylesheets/responsive.sass */
  .doctor-show .left-doctor-column {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  /* line 212, app/assets/stylesheets/responsive.sass */
  .doctor-show .right-doctor-column {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  /* line 216, app/assets/stylesheets/responsive.sass */
  .carousel-image .headline {
    text-align: center;
    right: 0;
  }
  /* line 219, app/assets/stylesheets/responsive.sass */
  .newsletter {
    padding: 30px 0;
  }
  /* line 221, app/assets/stylesheets/responsive.sass */
  .newsletter .input {
    max-width: 220px;
  }
  /* line 223, app/assets/stylesheets/responsive.sass */
  .newsletter .btn {
    width: 240px;
    margin-top: 20px;
  }
  /* line 226, app/assets/stylesheets/responsive.sass */
  .main-footer .contact-data {
    width: 85%;
  }
  /* line 228, app/assets/stylesheets/responsive.sass */
  .main-footer .contact-data .contact-data-wrapper {
    height: 50px;
  }
  /* line 230, app/assets/stylesheets/responsive.sass */
  .main-footer .contact-data li {
    float: none;
    width: 100%;
    margin: 0 !important;
    clear: both !important;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
  /* line 238, app/assets/stylesheets/responsive.sass */
  .main-footer .contact-data .fa {
    height: 50px;
    line-height: 50px;
  }
  /* line 242, app/assets/stylesheets/responsive.sass */
  .two-inputs .input {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  /* line 248, app/assets/stylesheets/responsive.sass */
  .doctor-item {
    width: 100%;
  }
  /* line 250, app/assets/stylesheets/responsive.sass */
  .carousel-image .headline {
    font-size: 18px;
    padding: 20px 10px;
  }
}
/* line 4, app/assets/stylesheets/wysihtml5.sass */
div[data-role=wysihtml5-input] .admin-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/wysihtml5.sass */
div[data-role=wysihtml5-input] .admin-link {
  margin: 0 0 5px 5px;
  text-decoration: none;
  padding: 3px 8px;
  color: white;
  background-color: #ffa012;
  border-radius: 3px;
  float: left;
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/wysihtml5.sass */
div[data-role=wysihtml5-input] .admin-link:hover {
  background-color: rgba(197, 118, 0, 0.7);
}

/* line 17, app/assets/stylesheets/wysihtml5.sass */
div[data-role=wysihtml5-input] .admin-link.wysihtml5-command-active {
  background-color: rgba(197, 118, 0, 0.7);
}

/* line 19, app/assets/stylesheets/wysihtml5.sass */
div[data-role=wysihtml5-input] iframe {
  min-height: 300px;
}

/* line 21, app/assets/stylesheets/wysihtml5.sass */
div[data-role=wysihtml5-input] .dialog {
  display: block;
  margin: 5px 0 10px 0;
}

/* line 24, app/assets/stylesheets/wysihtml5.sass */
div[data-role=wysihtml5-input] .dialog > label, div[data-role=wysihtml5-input] .dialog > .admin-menu, div[data-role=wysihtml5-input] .dialog > .admin-menu li {
  display: inline-block;
}

/* line 26, app/assets/stylesheets/wysihtml5.sass */
div[data-role=wysihtml5-input] .dialog .admin-link {
  margin: 0 0 -5px 0;
}

/* line 28, app/assets/stylesheets/wysihtml5.sass */
div[data-role=wysihtml5-input] .alt {
  background-color: #f2f2f2;
}

/* line 31, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-grey {
  color: grey;
}

/* line 34, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-red {
  color: red;
}

/* line 37, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-red-2 {
  color: #b31d1d;
}

/* line 40, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-green {
  color: green;
}

/* line 43, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-green-2 {
  color: #4fbd1a;
}

/* line 46, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-blue {
  color: blue;
}

/* line 49, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-blue-2 {
  color: #3791d6;
}

/* line 52, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-yellow {
  color: yellow;
}

/* line 55, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-yellow-2 {
  color: #ffa012;
}

/* line 58, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-pink {
  color: pink;
}

/* line 61, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-pink-2 {
  color: #e22884;
}

/* line 64, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-purple {
  color: #d82ed8;
}

/* line 67, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-color-purple-2 {
  color: purple;
}

/* line 70, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-font-size-x-small {
  font-size: 10px;
}

/* line 73, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-font-size-small {
  font-size: 12px;
}

/* line 76, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-font-size-medium {
  font-size: 14px;
}

/* line 79, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-font-size-large {
  font-size: 18px;
}

/* line 82, app/assets/stylesheets/wysihtml5.sass */
.wysiwyg-font-size-x-large {
  font-size: 20px;
}
/* line 3, app/assets/stylesheets/zoom.sass */
body.zoom-in {
  font-size: 18px;
  line-height: 22px;
}

/* line 7, app/assets/stylesheets/zoom.sass */
body.zoom-in p {
  line-height: 24px;
}

/* line 11, app/assets/stylesheets/zoom.sass */
body.zoom-in .main-header .contact-data, body.zoom-in .main-footer .contact-data {
  font-size: 15px;
}

/* line 14, app/assets/stylesheets/zoom.sass */
body.zoom-in .news-post-item .date {
  font-size: 15px;
}

/* line 17, app/assets/stylesheets/zoom.sass */
body.zoom-in .doctor-show .title {
  margin-top: 10px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
