@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600,700");
@import url("https://i.icomoon.io/public/79403e251b/Sutel/style.css");
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .input-wrap-edit-image:before, .input-wrap-edit-image-large:before, .clearfix:after, .input-wrap-edit-image:after, .input-wrap-edit-image-large:after {
  content: " ";
  display: table;
}

.clearfix:after, .input-wrap-edit-image:after, .input-wrap-edit-image-large:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

html {
  margin: 0;
  padding: 0;
  border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  background: white;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}

table, th, td {
  vertical-align: middle;
}

blockquote before, blockquote after, q before, q after {
  content: '';
}

a img {
  border: none;
}

@font-face {
  font-family: 'sutel';
  src: url("../fonts/sutel.eot?gegs3x");
  src: url("../fonts/sutel.eot?gegs3x#iefix") format("embedded-opentype"), url("../fonts/sutel.woff2?gegs3x") format("woff2"), url("../fonts/sutel.ttf?gegs3x") format("truetype"), url("../fonts/sutel.woff?gegs3x") format("woff"), url("../fonts/sutel.svg?gegs3x#sutel") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sutel' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check-circle:before {
  content: "\e933";
}

.icon-lock:before {
  content: "\e932";
}

.icon-blocks:before {
  content: "\e915";
}

.icon-form-alt:before {
  content: "\e934";
}

.icon-drag:before {
  content: "\e931";
}

.icon-attach:before {
  content: "\e930";
}

.icon-calendar-alt:before {
  content: "\e92f";
}

.icon-question:before {
  content: "\e92e";
}

.icon-plus:before {
  content: "\e92d";
}

.icon-calendar:before {
  content: "\e92c";
}

.icon-trash:before {
  content: "\e92b";
}

.icon-caret:before {
  content: "\e92a";
}

.icon-edit:before {
  content: "\e929";
}

.icon-form-check:before {
  content: "\e927";
}

.icon-report:before {
  content: "\e928";
}

.icon-exit:before {
  content: "\e926";
}

.icon-fix:before {
  content: "\e921";
}

.icon-form:before {
  content: "\e922";
}

.icon-history:before {
  content: "\e923";
}

.icon-home:before {
  content: "\e924";
}

.icon-operator:before {
  content: "\e925";
}

.icon-password:before {
  content: "\e91f";
}

.icon-user:before {
  content: "\e920";
}

.icon-close:before {
  content: "\e91e";
}

.icon-plus-circle:before {
  content: "\e91c";
}

.icon-minus-circle:before {
  content: "\e91d";
}

.icon-select:before {
  content: "\e91a";
  color: #4a4a4a;
}

.icon-info:before {
  content: "\e919";
}

.icon-card:before {
  content: "\e917";
}

.icon-plans:before {
  content: "\e918";
}

.icon-warning:before {
  content: "\e916";
}

.icon-roaming:before {
  content: "\e913";
}

.icon-minutes:before {
  content: "\e911";
}

.icon-international:before {
  content: "\e912";
}

.icon-sms:before {
  content: "\e914";
}

.icon-choose:before {
  content: "\e90d";
}

.icon-compare:before {
  content: "\e90e";
}

.icon-filter:before {
  content: "\e90f";
}

.icon-filter-alt:before {
  content: "\e91b";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-rss:before {
  content: "\e90a";
}

.icon-twitter:before {
  content: "\e90b";
}

.icon-youtube:before {
  content: "\e90c";
}

.icon-arrow-right:before {
  content: "\e908";
}

.icon-arrow-left:before {
  content: "\e910";
}

.icon-plug:before {
  content: "\e907";
}

.icon-celular:before {
  content: "\e906";
}

.icon-internet:before {
  content: "\e903";
}

.icon-telefonia:before {
  content: "\e904";
}

.icon-television:before {
  content: "\e905";
}

.icon-hibrido:before {
  content: "\e900";
}

.icon-postpago:before {
  content: "\e901";
}

.icon-prepago:before {
  content: "\e902";
}

.clearfix:before, .input-wrap-edit-image:before, .input-wrap-edit-image-large:before, .clearfix:after, .input-wrap-edit-image:after, .input-wrap-edit-image-large:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after, .input-wrap-edit-image:after, .input-wrap-edit-image-large:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .input-wrap-edit-image, .input-wrap-edit-image-large {
  *zoom: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html, body {
  height: 100%;
  overflow-x: hidden;
}

body {
  color: #000;
  font: normal 14px/1 "Source Sans Pro", "Arial", sans-serif;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

button {
  text-align: left;
  padding: 0;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.text-replace {
  font-size: 0;
  text-indent: -99999px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.line-break {
  display: block;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.hide-temp {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.rangeslider {
  padding: 5px 15px;
  text-align: left;
  margin: 25px 0 35px;
}

.rangeslider .noUi-target {
  background-image: linear-gradient(136deg, #3E2AB2 0%, #9152C8 100%);
  box-shadow: none;
}

.rangeslider .noUi-horizontal {
  height: 4px;
  border: none;
}

.rangeslider .noUi-horizontal::after, .rangeslider .noUi-horizontal::before {
  width: 4px;
  height: 12px;
  content: '';
  background-color: #3E2AB2;
  position: absolute;
  border-radius: 4px;
  top: -4px;
}

.rangeslider .noUi-horizontal::before {
  left: 0;
  background-color: #3E2AB2;
}

.rangeslider .noUi-horizontal::after {
  right: 0;
  background-color: #9152C8;
}

.rangeslider .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -8px;
  left: -8px;
  box-shadow: none;
  cursor: pointer;
  border: none;
}

.rangeslider .noUi-horizontal .noUi-handle.noUi-handle-lower {
  background-color: #3E2AB2;
}

.rangeslider .noUi-horizontal .noUi-handle.noUi-handle-upper {
  background-color: #9152C8;
}

.rangeslider .noUi-horizontal .noUi-handle::after {
  content: none;
}

.rangeslider .noUi-horizontal .noUi-handle::before {
  width: 26px;
  height: 26px;
  background: none;
  border-radius: 50%;
  border: 7px solid #FFF;
  left: -3px;
  top: -3px;
  opacity: 0.5;
}

.rangeslider .noUi-horizontal .noUi-tooltip {
  border: none;
  background: none;
  font-size: 14px;
  top: 120%;
  bottom: auto;
}

.rangeslider > p {
  font: normal 12px/15px "Source Sans Pro", "Arial", sans-serif;
  text-transform: uppercase;
}

.rangeslider--blue .noUi-target {
  background-image: linear-gradient(136deg, #009AA7 0%, #085199 100%);
  box-shadow: none;
}

.rangeslider--blue .noUi-horizontal::after, .rangeslider--blue .noUi-horizontal::before {
  background-color: #009AA7;
}

.rangeslider--blue .noUi-horizontal::before {
  background-color: #009AA7;
}

.rangeslider--blue .noUi-horizontal::after {
  background-color: #085199;
}

.rangeslider--blue .noUi-horizontal .noUi-handle.noUi-handle-lower {
  background-color: #009AA7;
}

.rangeslider--blue .noUi-horizontal .noUi-handle.noUi-handle-upper {
  background-color: #085199;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider .slick-dots {
  font-size: 0;
}

.slider .slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D1D1D1;
  display: inline-block;
  margin: 6px;
}

.slider .slick-dots .slick-active {
  background-color: #9B9B9B;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s, -webkit-transform 0.15s ease-out;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s, -webkit-transform 0.15s ease-out;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.picker__weekday {
  text-transform: capitalize;
}

.picker__table th, .picker__table td {
  padding: 0 5px;
}

.picker__holder {
  min-width: 240px;
}

/*! jQuery UI - v1.12.1 - 2017-11-10
* http://jqueryui.com
* Includes: sortable.css, core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-sortable-handle {
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-autocomplete {
  background: #FFF;
  border: 1px solid #D1D1D1;
}

.ui-autocomplete .ui-menu-item {
  font-size: 16px;
  line-height: 30px;
}

.ui-autocomplete .ui-menu-item:hover {
  background: #EBEBEB;
}

.btn {
  display: inline-block;
  padding: 16px 30px;
  text-align: center;
  border-radius: 5px;
  font: 700 13px/16px "Source Sans Pro", "Arial", sans-serif;
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s;
  margin: 0 auto;
  cursor: pointer;
  width: auto;
}

.btn:active, .btn:hover, .btn:focus {
  transition: all 0.3s;
}

.btn + .btn {
  margin-top: 10px;
}

.link {
  font: normal 16px/18px "Source Sans Pro", "Arial", sans-serif;
  text-transform: none;
  color: #065CAE;
  text-decoration: underline;
  display: inline-block;
  width: auto;
  text-align: center;
}

.link--block {
  display: block;
  width: 100%;
}

.link--white {
  color: #FFF;
}

.btn--block {
  display: block;
  width: 100%;
  padding: 16px 10px;
}

.btn--default {
  background-color: transparent;
  border: 2px solid #D1D1D1;
  color: #D1D1D1;
  padding: 14px 30px;
}

.btn--default:active, .btn--default:hover, .btn--default:focus {
  border: 2px solid #9B9B9B;
  color: #9B9B9B;
}

.btn--border-white {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn--border-white:active, .btn--border-white:hover, .btn--border-white:focus {
  border: 2px solid #9B9B9B;
  color: #9B9B9B;
}

.btn--orange {
  background-image: linear-gradient(136deg, #FF8B31 0%, #EC5500 100%);
  color: #FFF;
}

.btn--orange:active, .btn--orange:hover, .btn--orange:focus {
  background-image: linear-gradient(-136deg, #FF8B31 0%, #EC5500 100%);
  color: #FFF;
}

.btn--green {
  background-image: linear-gradient(159deg, #6BC43C 0%, #166D0C 100%);
  color: #FFF;
}

.btn--green:active, .btn--green:hover, .btn--green:focus {
  background-image: linear-gradient(-159deg, #6BC43C 0%, #166D0C 100%);
  color: #FFF;
}

.btn--blue {
  background-color: #327AC0;
  color: #FFF;
}

.btn--gray {
  background-color: #9B9B9B;
  color: #FFF;
}

.btn--gray:hover {
  background-color: #626262;
  color: #FFF;
}

.btn--teal {
  background-image: linear-gradient(180deg, #00BAC9 0%, #009AA7 100%);
  color: #FFF;
}

.btn--sm {
  font: normal 12px/12px "Source Sans Pro", "Arial", sans-serif;
  padding: 0 10px;
  text-transform: none;
  height: 40px;
  max-width: 90px;
  white-space: normal;
  border: none;
}

.btn--md {
  font: normal 12px/12px "Source Sans Pro", "Arial", sans-serif;
  padding: 10px 10px;
  text-transform: none;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  white-space: normal;
}

.btn--icon {
  text-align: left;
  color: #000;
  text-transform: none;
  font: normal 16px/16px "Source Sans Pro", "Arial", sans-serif;
}

.btn--icon [class*="icon-"] {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 20px;
  margin-right: 12px;
}

.btn--collapse {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn--collapse.collapsed {
  border-radius: 5px;
}

.btn--minus {
  text-align: center;
  color: #626262;
  font-size: 20px;
  padding: 5px;
}

.btn-container {
  margin: 10px 0;
}

.btn-container .btn {
  display: block;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .btn-container {
    text-align: center;
  }
  .btn-container .btn {
    display: inline-block;
    width: auto;
    padding: 16px 25px;
    margin: 10px;
  }
}

.btn--back {
  position: relative;
  color: #000;
  font: normal 14px/18px "Source Sans Pro", "Arial", sans-serif;
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 30px;
}

.btn--back::before {
  content: "\e910";
  font-family: 'sutel';
  display: inline-block;
  color: #626262;
  font-size: 16px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.reset-wrap {
  margin: 20px 0 0 0;
}

.reset-wrap .btn span {
  margin: 0 5px 0 0;
}

.btn--disabled {
  background-color: transparent;
  border: 2px solid #EBEBEB;
  color: #EBEBEB;
  cursor: not-allowed;
}

.btn--disabled:active, .btn--disabled:hover, .btn--disabled:focus {
  border: 2px solid #EBEBEB;
  color: #EBEBEB;
}

.btn-wrap {
  margin-top: 100px;
}

.btn-wrap .btn {
  min-width: 200px;
  margin-right: 20px;
}

.header {
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  padding: 10px 0 0;
  position: relative;
}

.header .logo--sutel {
  display: block;
  margin: 0 auto;
}

.header__logout {
  color: #000;
  text-transform: uppercase;
  line-height: 53px;
}

.header__logout [class*="icon-"] {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

.header__nav li {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .header__nav {
    position: fixed;
    background: #FFF;
    left: 0;
    top: 70px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 400px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.3s;
  }
  .header__nav li {
    display: block;
  }
}

.menu-is-open .header__nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.3s;
}

.header__link {
  display: block;
  padding: 0 10px;
  height: 67px;
  font: normal 13px/67px "Source Sans Pro", "Arial", sans-serif;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  color: #000;
  transition: all 0.3s;
}

.header__link [class*="icon-"] {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 24px;
}

.header__link.active, .header__link:hover {
  border-color: #7ED321;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .header__link {
    padding: 0 20px;
  }
}

.header__btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .header__btn {
    display: block;
    font-size: 20px;
    width: 22px;
    margin-right: auto;
  }
}

.header__notif {
  display: inline-block;
  padding: 0 5px;
  min-width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 12px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
}

.header__notif::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D0021B;
  position: absolute;
  border: 2px solid #FFF;
  top: -4px;
  right: -4px;
}

.header__wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.header__wrap > div {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .header__wrap {
    flex-wrap: nowrap;
  }
}

.header__dropdown {
  margin-right: 15px;
}

.header__dropdown button {
  padding: 10px 20px 10px 10px;
  position: relative;
  text-transform: uppercase;
}

.header__dropdown button::after {
  content: "\e92a";
  font-family: 'sutel';
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header__dropdown ul a {
  padding: 15px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.header__dropdown .divider {
  width: 90%;
  margin: 10px auto;
}

.header__dropdown.open button::after {
  content: "\e92a";
  font-family: 'sutel';
  position: absolute;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.input-wrap {
  margin-bottom: 20px;
}

[class*="input-wrap"] {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-wrap-icon {
  position: relative;
  margin-bottom: 20px;
}

.input-wrap-icon [class*="icon-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 24px;
}

.input-wrap-icon .input--login {
  padding-left: 35px;
}

.input-wrap-edit {
  position: relative;
  margin-bottom: 30px;
}

.input-wrap-edit .input {
  width: calc(100% - 38px);
}

.input-wrap-edit-image, .input-wrap-edit-image-large {
  margin-bottom: 30px;
  display: inline-block;
  max-width: 100%;
}

.input-wrap-edit-image input[type="file"], .input-wrap-edit-image-large input[type="file"] {
  opacity: 0;
  position: absolute;
  left: -9999px;
}

.input-wrap-edit-image img, .input-wrap-edit-image-large img {
  width: 50px;
  height: 50px;
  float: left;
  border: 1px solid #EBEBEB;
}

.input-wrap-edit-image p, .input-wrap-edit-image-large p {
  font-size: 16px;
  float: left;
  margin: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-wrap-edit-image p strong, .input-wrap-edit-image-large p strong {
  display: block;
}

.input-wrap-edit-image .btn, .input-wrap-edit-image-large .btn {
  margin-top: 10px;
  width: 172px;
  float: left;
  cursor: pointer;
}

.input-wrap-edit-image-large {
  display: block;
}

.input-wrap-edit-image-large img {
  width: 100%;
  height: auto;
  max-height: 300px;
}

.input-wrap-btn {
  margin-top: 40px;
}

.input-wrap-btn button {
  font-size: 20px;
}

.input {
  background: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #9B9B9B;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  resize: none;
}

.input:-moz-read-only {
  cursor: not-allowed;
  border: none;
  border-bottom: 1px solid #EBEBEB;
  color: #9B9B9B;
}

.input:read-only {
  cursor: not-allowed;
  border: none;
  border-bottom: 1px solid #EBEBEB;
  color: #9B9B9B;
}

.input.error {
  border-color: red;
}

.input::-webkit-input-placeholder {
  color: #D1D1D1;
}

.input:-moz-placeholder {
  /* Firefox 18- */
  color: #D1D1D1;
}

.input::-moz-placeholder {
  /* Firefox 19+ */
  color: #D1D1D1;
}

.input:-ms-input-placeholder {
  color: #D1D1D1;
}

.input--tall {
  height: 50px;
  line-height: 50px;
}

.input--box {
  border: none;
  border: 1px solid #9B9B9B;
  background: #fff;
}

.textarea {
  width: 100%;
  border: none;
  border: 1px solid #D1D1D1;
  background-color: #EBEBEB;
  border-radius: 5px;
  font: normal 16px/20px "Source Sans Pro", "Arial", sans-serif;
  padding: 15px;
  resize: none;
}

.textarea.error {
  border-color: red;
}

.input__edit {
  font-size: 28px;
  width: 28px;
  color: #000;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 7px;
  cursor: pointer;
}

.label {
  font: 600 16px/20px "Source Sans Pro", "Arial", sans-serif;
  color: #000;
  padding: 0;
  display: block;
  text-align: left;
  margin-bottom: 10px;
  white-space: normal;
}

.sublabel {
  display: block;
  font: normal 16px/20px "Source Sans Pro", "Arial", sans-serif;
  color: #626262;
  margin-bottom: 10px;
}

.label--bold {
  font-weight: 700;
  margin: 10px 0 20px;
}

.input--login {
  width: 100%;
  border: none;
  padding: 0;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #9B9B9B;
  font-size: 16px;
}

.select .select2-container--disabled .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select .select2-container {
  width: 100% !important;
}

.select .select2-container .select2-selection--single {
  border: none;
  border-bottom: 1px solid #9B9B9B;
  height: 40px;
  border-radius: 0;
  background: none;
}

.select .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.select .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

.select .select2-selection__clear {
  font-size: 20px;
  width: 20px;
  text-align: center;
}

.select--box .select2-container .select2-selection--single {
  border: 1px solid #9B9B9B;
}

.select--tall .select2-container .select2-selection--single {
  border: 1px solid #9B9B9B;
  height: 50px;
  border-radius: 4px;
}

.select--tall .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.select--tall .select2-container .select2-selection--single .select2-selection__arrow {
  top: 12px;
}

.input-wrap-picker {
  max-width: 230px;
  position: relative;
}

.input-wrap-picker input {
  border: none;
  border-bottom: 1px solid #9B9B9B;
  line-height: 50px;
  height: 50px;
  width: 100%;
  cursor: pointer;
  background: none;
}

.input-wrap-picker::after {
  content: "\e92c";
  font-family: 'sutel';
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 24px;
  color: #626262;
  pointer-events: none;
}

.input-help {
  font-size: 12px;
  margin-top: 5px;
  display: block;
  text-align: center;
  color: #9B9B9B;
}

.input-wrap-price .input {
  padding-left: 25px;
}

.input-wrap-price::before {
  position: absolute;
  content: '¢';
  left: 10px;
  top: 12px;
  font-size: 16px;
}

.input-wrap-file label {
  display: block;
}

.input-wrap-file input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.input-wrap-file .text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}

.input-wrap-file [class*="icon-"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 24px;
}

.input-wrap-file + .link {
  margin-top: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: left;
}

.switch {
  position: relative;
  height: 14px;
  width: 34px;
  border-radius: 20px;
  margin: 20px 10px 10px 40px;
}

.switch__bg {
  background-color: #D1D1D1;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  opacity: 0.72;
}

.switch__selection {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D1D1D1;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  transition: left 0.15s ease-out;
}

.switch__input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.switch__input:disabled:not(:checked) + label {
  display: none;
}

.switch__input:disabled:not(:checked) ~ .switch__selection,
.switch__input:disabled:not(:checked) ~ .switch__bg {
  display: none;
}

.switch__input:disabled:checked + label {
  position: static;
  padding: 0;
  margin-left: -40px;
}

.switch__label {
  position: absolute;
  font-size: 16px;
  top: -2px;
  cursor: pointer;
}

.switch__label-left {
  left: -25px;
  padding-right: 20px;
}

.switch__label-right {
  right: -20px;
  padding-left: 20px;
}

.switch__input:checked + .switch__label-right ~ .switch__selection {
  left: 14px;
  transition: left 0.15s ease-out;
  background-color: #B8E986;
  z-index: 1;
}

.switch__input:checked + .switch__label-right ~ .switch__bg {
  background-image: linear-gradient(180deg, #B4EC51 0%, #429321 100%);
}

.flex {
  display: -webkit-box;
  display: flex;
}

.flex .input-wrap-price,
.flex .input-wrap {
  margin: 0 5px;
}

.flex .input-wrap-price {
  width: 30%;
}

.flex .input-wrap {
  width: 70%;
}

.input-wrap-error {
  padding-bottom: 20px;
}

.input-wrap-error .input, .input-wrap-error .textarea, .input-wrap-error .picker__input {
  border-color: red;
}

.input-wrap-error span.error {
  position: absolute;
  bottom: 0;
  left: 0;
}

.input-wrap-select {
  max-width: 230px;
}

.input-wrap-text {
  max-width: 230px;
}

.input-wrap-text-select {
  max-width: 300px;
  display: -webkit-box;
  display: flex;
}

.input-wrap-text-select .input {
  width: 50%;
  margin-right: 15px;
}

.input-wrap-text-select .select {
  width: calc(50% - 15px);
}

.input-wrap-radio-unlimited {
  position: relative;
}

.input-wrap-radio-unlimited span:not(.error) {
  display: block;
  border-bottom: 1px solid #9B9B9B;
}

.input-wrap-radio-unlimited .input {
  position: absolute;
  right: 25px;
  width: calc(100% - 60px);
  display: none;
}

.input-wrap-radio-unlimited .radio + label {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 40px;
}

.input-wrap-radio-unlimited [data-radio="empty"] + label span {
  display: block;
  border-bottom: 1px solid #9B9B9B;
}

.input-wrap-radio-unlimited [data-radio="empty"]:checked + label span {
  display: none;
}

.input-wrap-radio-unlimited .radio:disabled:checked + label + .input {
  display: block;
  right: auto;
  left: 25px;
  top: 0;
}

@media (min-width: 768px) {
  .input-wrap-radio-unlimited {
    display: -webkit-box;
    display: flex;
  }
  .input-wrap-radio-unlimited .radio + label {
    width: 50%;
    margin: 0;
  }
  .input-wrap-radio-unlimited .input {
    width: calc(50% - 60px);
  }
  .input-wrap-radio-unlimited.input-wrap-error span.error.unlimited {
    left: calc(50% + 35px);
  }
}

.input-wrap-date {
  max-width: 230px;
}

.input-wrap-date input {
  border: none;
  border-bottom: 1px solid #9B9B9B;
  line-height: 40px;
  height: 40px;
  width: 100%;
  cursor: pointer;
  padding: 0 40px 0 15px;
}

.input-wrap-date::after {
  content: "\e92f";
  font-family: 'sutel';
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 20px;
  color: #626262;
  pointer-events: none;
}

.input-wrap-radios .radio + label {
  padding: 13px 5px 13px 35px;
}

.input-wrap-option .input {
  width: calc(100% - 30px);
}

.option-remove {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
}

.input-wrap-search .input {
  padding-left: 35px;
  line-height: 48px;
  height: 48px;
}

.input-wrap-search .input::-webkit-input-placeholder {
  color: #626262;
}

.input-wrap-search .input:-moz-placeholder {
  /* Firefox 18- */
  color: #626262;
}

.input-wrap-search .input::-moz-placeholder {
  /* Firefox 19+ */
  color: #626262;
}

.input-wrap-search .input:-ms-input-placeholder {
  color: #626262;
}

.input-wrap-search::before {
  content: "\e935";
  font-family: 'sutel';
  color: #626262;
  position: absolute;
  left: 8px;
  top: 15px;
  font-size: 20px;
}

span.error {
  color: red;
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

.input--faq, .textarea--faq {
  padding: 15px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  border-radius: 0;
}

.input--faq:focus, .textarea--faq:focus {
  outline: none;
}

.input--faq:-moz-read-only, .textarea--faq:-moz-read-only {
  padding: 5px 0;
  margin: 0;
  background: none;
  cursor: text;
  border: none;
}

.input--faq:read-only, .textarea--faq:read-only {
  padding: 5px 0;
  margin: 0;
  background: none;
  cursor: text;
  border: none;
}

.textarea--faq:-moz-read-only {
  border: none;
  border-bottom: 1px solid #EBEBEB;
  color: #9B9B9B;
  font-size: 14px;
  background: none;
}

.textarea--faq:read-only {
  border: none;
  border-bottom: 1px solid #EBEBEB;
  color: #9B9B9B;
  font-size: 14px;
  background: none;
}

.input--faq:-moz-read-only {
  color: #000;
  font-weight: 700;
}

.input--faq:read-only {
  color: #000;
  font-weight: 700;
}

.select--faq .select2-container--disabled .select2-selection--single {
  border: none;
}

.select--faq .select2-container--disabled .select2-selection--single:focus {
  outline: none;
}

.select--faq .select2-container--disabled .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select--faq .select2-container:not(.select2-container--disabled) .select2-selection--single {
  border: none;
  border: 1px solid #D1D1D1;
  background: #FFF;
}

.form__btns {
  margin: 20px 0;
}

.form__btns .dt-buttons {
  margin-top: 8px;
}

.form--user {
  padding-bottom: 40px;
}

.radio {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.radio + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 5px 5px 35px;
  margin: 0 30px 15px 0;
}

.radio + label::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #9B9B9B;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
}

.radio:checked + label::after {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9B9B9B;
}

.radio:disabled:not(:checked) + label {
  display: none;
}

.radio:disabled:checked + label {
  cursor: auto;
}

.radio:disabled:checked + label::after {
  display: none;
}

.radio:disabled:checked + label::before {
  width: 5px;
  height: 5px;
  background: #626262;
  border: none;
  border-radius: 50%;
  left: 15px;
}

.radio--block + label {
  display: block;
}

.radio--box + label {
  height: 40px;
  margin: 0;
  padding: 0 25px;
}

.radio--box + label span {
  display: block;
  border: 1px solid #9B9B9B;
  padding: 12px 15px;
  width: 100%;
  height: 40px;
}

.radio--price {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.radio--price + label {
  border: 1px solid #9B9B9B;
  border-radius: 5px;
  background-color: #FFF;
  color: #9B9B9B;
  width: 57px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 2px;
  font-size: 15px;
  display: inline-block;
}

.radio--price:checked + label {
  background-color: #9B9B9B;
  color: #FFF;
}

.radio--button {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.radio--button + label {
  border: 2px solid #D1D1D1;
  color: #D1D1D1;
  border-radius: 5px;
  text-align: center;
  padding: 16px 20px;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 10px 10px 0;
}

.radio--button:checked + label {
  color: #FFF;
  background: #065CAE;
  border-color: transparent;
}

.checkbox {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.checkbox + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 5px 5px 35px;
  margin: 0 30px 15px 0;
}

.checkbox + label::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #9B9B9B;
  border-radius: 3px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFF;
}

.checkbox:checked + label::before {
  background-color: #7ED321;
  border: 1px solid #7ED321;
}

.checkbox:checked + label::after {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1px;
  left: 2px;
  width: 7px;
  height: 12px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.checkbox:disabled:not(:checked) + label {
  display: none;
}

.checkbox:disabled:checked + label {
  cursor: auto;
}

.checkbox:disabled:checked + label::after {
  display: none;
}

.checkbox:disabled:checked + label::before {
  width: 5px;
  height: 5px;
  background: #626262;
  border: none;
  border-radius: 50%;
  left: 15px;
}

.checkbox--block + label {
  display: block;
}

.checkbox--edit + label {
  padding: 5px 25px 5px 5px;
  height: 22px;
  margin: 10px 0;
  display: block;
  text-align: right;
}

.checkbox--edit + label span {
  font-size: 12px;
  text-transform: uppercase;
  pointer-events: none;
  color: #D1D1D1;
}

.checkbox--edit + label span a {
  color: #D1D1D1;
}

.checkbox--edit + label::before {
  left: auto;
  right: 0;
}

.checkbox--edit:checked + label span {
  pointer-events: all;
}

.checkbox--edit:checked + label span a {
  color: #065CAE;
  text-decoration: underline;
}

.checkbox--edit:checked + label::after {
  left: auto;
  right: 12px;
  top: -1px;
}

.checkbox-align + label {
  margin-top: 15px;
}

.modal .modal-dialog {
  max-width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal .btn {
  width: 200px;
  margin: 0 auto;
  display: block;
}

.modal .btn + .btn {
  margin-top: 10px;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}

.modal--new-form h2 {
  font: 700 24px/28px "Source Sans Pro", "Arial", sans-serif;
  margin-bottom: 20px;
}

.modal--new-form .btn {
  margin-top: 50px;
}

.modal__close {
  color: #fff;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: -35px;
  width: auto;
}

.modal__icon {
  font-size: 68px;
  margin-bottom: 20px;
  display: block;
}

.modal__icon.icon-check-circle {
  color: #00BAC9;
}

.modal__title {
  font: 700 24px/28px "Source Sans Pro", "Arial", sans-serif;
  margin-bottom: 10px;
  color: #626262;
}

.modal__text {
  font: normal 14px/16px "Source Sans Pro", "Arial", sans-serif;
  margin-bottom: 30px;
  color: #626262;
}

.grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.grid--center {
  -webkit-box-pack: center;
  justify-content: center;
}

.grid__item {
  padding: 5px;
  margin: 5px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .grid-3-col .grid__item {
    width: 33.3333333%;
  }
  .grid-5-col .grid__item {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .grid-5-col .grid__item {
    width: 14.2857142857%;
  }
}

.grid--admin {
  max-width: 680px;
  margin: 60px auto;
}

.grid--admin .grid__item a {
  display: block;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #eeeeee;
  padding: 50px;
  max-width: 200px;
  margin: auto auto 20px;
  text-align: center;
  color: #000;
}

.grid--admin .grid__item a [class*="icon-"] {
  font-size: 100px;
}

.grid--admin .grid__item a:hover {
  background-image: linear-gradient(180deg, #327AC0 8%, #00305F 100%);
  color: #FFF;
}

.grid--admin .grid__item p {
  font: normal 20px/25px "Source Sans Pro", "Arial", sans-serif;
  color: #626262;
}

.grid--operator {
  margin: 40px 0;
}

.grid--operator .grid__item a {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #D1D1D1;
  margin: auto;
  padding: 10px;
  color: #000;
  height: 100%;
}

.grid--operator .grid__item a img {
  display: block;
  margin: 0 auto 15px;
  height: 65px;
  width: 65px;
}

.grid--operator .grid__item a p {
  text-transform: uppercase;
  width: 100%;
}

.grid--operator .grid__item a:hover {
  border: 3px solid #D1D1D1;
}

.list--links {
  margin-top: 20px;
}

.list--links li {
  margin-bottom: 20px;
}

.list--links li a {
  display: block;
  background-color: #EBEBEB;
  border-radius: 5px;
  padding: 15px 20px;
  color: #626262;
  position: relative;
  transition: all 0.3s;
}

.list--links li a:hover {
  background-color: #D1D1D1;
  transition: all 0.3s;
}

.list--links li a::after {
  font-family: 'sutel';
  content: "\e92a";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
}

.list--buttons li {
  display: inline-block;
  margin: 10px 10px 10px 0;
}

.list--buttons a {
  display: block;
  border: 1px solid #D1D1D1;
  color: #D1D1D1;
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
}

.list--buttons a.active, .list--buttons a:hover {
  color: #FFF;
  background-image: linear-gradient(149deg, #00305F 7%, #327AC0 100%);
  border-color: transparent;
}

.list--inputs {
  list-style-type: disc;
  padding-left: 15px;
}

.list--inputs li {
  margin-bottom: 10px;
}

.steps {
  counter-reset: section;
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.steps a, .steps button {
  width: auto;
  display: block;
  font-size: 12px;
  color: #5AB433;
  padding: 35px 15px 0;
  text-align: center;
  position: relative;
}

.steps a::before, .steps button::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27px;
  height: 27px;
  line-height: 22px;
  border: 2px solid #5AB433;
  border-radius: 50%;
}

.steps a::after, .steps button::after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #D1D1D1;
  position: absolute;
  bottom: 4px;
  left: -10px;
}

.steps a:first-child::after, .steps button:first-child::after {
  content: none;
}

.steps a.active, .steps button.active {
  color: #085199;
  pointer-events: none;
}

.steps a.active::before, .steps button.active::before {
  border-color: #085199;
  color: #085199;
}

.steps a.active ~ a, .steps a.active ~ button, .steps button.active ~ a, .steps button.active ~ button {
  color: #D1D1D1;
}

.steps a.active ~ a::before, .steps a.active ~ button::before, .steps button.active ~ a::before, .steps button.active ~ button::before {
  border-color: #D1D1D1;
}

.step__disabled {
  pointer-events: none;
}

.tabs {
  margin: 30px 0;
}

.tabs li {
  display: inline-block;
  margin-right: 10px;
}

.tabs li a {
  display: block;
  padding: 16px 25px;
  text-align: center;
  border-radius: 5px;
  font: normal 13px/16px "Source Sans Pro", "Arial", sans-serif;
  color: #000;
  text-transform: uppercase;
  background-color: #FFF;
  border: 2px solid #D1D1D1;
  color: #D1D1D1;
  transition: all 0.3s;
}

.tabs li a:hover {
  background-color: #085199;
  color: #FFF;
  border-color: #085199;
  transition: all 0.3s;
}

.tabs .active a {
  background-color: #085199;
  color: #FFF;
  border-color: #085199;
  pointer-events: none;
}

.table {
  width: 100%;
  margin: 30px auto;
}

.table thead {
  background: #065CAE;
  color: #FFF;
  text-transform: uppercase;
}

.table th, .table td {
  padding: 20px;
  text-align: center;
}

.table tr:nth-child(even) {
  background-color: #f6f6f6;
}

.table .btn {
  padding: 16px 25px;
}

.table--operator .highlight {
  background-color: #065CAE;
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
}

.table--alt {
  width: 100%;
}

.table--alt th {
  font: normal 12px/15px "Source Sans Pro", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 14px 5px;
  border-bottom: 2px solid #9B9B9B;
}

.table--alt td {
  padding: 10px 5px;
  border-bottom: 1px solid #D1D1D1;
}

.table--alt tr:nth-child(even) {
  background-color: #EBEBEB;
}

.card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #EBEBEB;
  background: #FFF;
  padding: 20px;
  border-radius: 5px;
  color: #626262;
  margin-bottom: 15px;
}

.card hr {
  border-top: 2px solid #D1D1D1;
}

.card__section {
  padding: 20px;
  border-bottom: 2px solid #D1D1D1;
}

.card__section:not(.panel):last-child {
  border: none;
}

.card__title {
  font: 700 24px/31px "Source Sans Pro", "Arial", sans-serif;
  margin-bottom: 10px;
}

.card__subtitle {
  font: 700 20px/25px "Source Sans Pro", "Arial", sans-serif;
  margin-bottom: 10px;
}

.card__add {
  font-size: 0;
  position: relative;
  min-height: 25px;
}

.card__add > * {
  width: 50%;
}

.card__add button {
  position: absolute;
  width: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card__add button [class*="icon-"] {
  display: inline-block;
  margin-right: 5px;
  font-size: 24px;
  vertical-align: middle;
}

.card__delete-all {
  margin-bottom: 20px;
}

.card__delete-all button {
  display: inline-block;
  width: auto;
}

.card--operator {
  text-align: center;
}

.card--operator img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}

.card--operator p {
  margin-bottom: 30px;
}

.card--operator p strong {
  margin-bottom: 5px;
}

.card--operator .btn {
  margin-bottom: 20px;
}

.card--plan .card__subtitle {
  font: normal 18px/23px "Source Sans Pro", "Arial", sans-serif;
  margin-bottom: 10px;
}

.card--plan p {
  font: normal 14px/18px "Source Sans Pro", "Arial", sans-serif;
  margin-bottom: 10px;
}

.card--plan .input-wrap-edit-image .btn, .card--plan .input-wrap-edit-image-large .btn {
  float: right;
}

.card--plan .card__image {
  width: 50px;
  height: 50px;
}

.card__image {
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
}

.card--plan__id {
  border: 1px solid #D1D1D1;
  font-size: 15px;
  text-align: center;
  padding: 10px;
  max-width: 180px;
  border-radius: 1px;
}

.question-container {
  overflow: auto;
}

.questions--preview .question-container {
  overflow: initial;
}

.questions--preview .question {
  border: none;
  padding: 10px 20px;
}

.questions--preview .card__section {
  margin-bottom: 20px;
}

.questions--preview .card__title {
  margin-bottom: 10px;
  width: 100%;
}

.questions--preview .card__subtitle {
  margin-bottom: 0;
  width: 100%;
}

.questions--preview .card__add {
  min-height: 0;
}

.question {
  border-radius: 5px;
  border: 1px solid #D1D1D1;
  margin: 15px 0;
  padding: 20px;
  position: relative;
}

.question--input {
  display: -webkit-box;
  display: flex;
}

.question__main {
  width: calc(100% - 100px);
}

.question__side {
  padding-left: 15px;
  width: 100px;
}

.question--new {
  background-color: #EBEBEB;
  border-color: #9B9B9B;
  display: none;
  padding-right: 20px;
}

.question--new:hover {
  cursor: move;
}

.question--new .btn-container {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .question--new {
    padding-left: 55px;
    padding-right: 55px;
    position: relative;
  }
  .question--new::after {
    content: "\e931";
    font-family: 'sutel';
    position: absolute;
    right: 5px;
    font-size: 32px;
    color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.question--placeholder {
  min-height: 200px;
  border: 1px dashed #D1D1D1;
  border-radius: 5px;
}

.question__top {
  text-align: center;
}

.question__input {
  display: none;
}

.question--expanded .question__top {
  text-align: left;
  margin-bottom: 30px;
}

.question--expanded .question__top p, .question--expanded .question__top hr {
  display: none;
}

.question--expanded:hover {
  cursor: default;
}

@media (min-width: 992px) {
  .question--expanded {
    padding-left: 20px;
    padding-right: 20px;
  }
  .question--expanded::after {
    content: none;
  }
}

.question__cancel {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .question__cancel {
    margin: 0;
    position: absolute;
    width: auto;
    right: 30px;
    top: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.question__edit {
  background: #f9f9f9;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #D1D1D1;
  margin-bottom: 20px;
  display: none;
}

.question__edit .btn {
  width: auto;
}

.question__repeat {
  display: none;
}

.panel {
  border-radius: 5px;
  border: 1px solid #D1D1D1;
  margin: 15px 0;
}

.panel--light {
  background-color: #f6f6f6;
}

.panel--dark {
  background-color: #EBEBEB;
}

.panel__inner {
  padding: 15px;
}

.panel--user h2 {
  font: 700 20px/20px "Source Sans Pro", "Arial", sans-serif;
  color: #000;
  margin-bottom: 5px;
}

.panel--user p {
  font: normal 16px/20px "Source Sans Pro", "Arial", sans-serif;
}

.panel--user .panel__inner {
  padding-right: 80px;
  position: relative;
}

.panel__check {
  position: absolute;
  right: 15px;
  top: 15px;
}

.panel__check [class*="icon-"] {
  font-size: 20px;
}

.panel__check .checkbox + label {
  margin-right: 0;
}

.panel--faq {
  background-color: #EBEBEB;
}

.panel--faq .panel__inner {
  padding: 20px 20px 10px;
}

.panel--faq label {
  display: none;
}

.panel--faq .is-editable label {
  display: block;
  font: 700 16px/20px "Source Sans Pro", "Arial", sans-serif;
  margin-bottom: 10px;
}

.panel--faq .is-editable label.error {
  color: red;
  font: normal 14px/14px "Source Sans Pro", "Arial", sans-serif;
  display: block;
  margin-top: 10px;
}

.panel--faq .is-editable .input-wrap {
  margin-bottom: 15px;
}

.panel--faq .input-wrap {
  margin-bottom: 0;
}

.panel--faq-new {
  display: none;
}

.panel__action {
  text-align: right;
  border-top: 1px solid #D1D1D1;
  margin: 0 20px;
}

.panel__action button {
  display: inline-block;
  text-transform: uppercase;
  width: auto;
  padding: 20px 10px;
}

.panel__action button:hover {
  text-decoration: underline;
}

.panel__action .panel--faq__save {
  display: none;
}

.is-editable .panel__action .panel--faq__save {
  display: inline-block;
}

.is-editable .panel__action .panel--faq__edit {
  display: none;
}

.accordion__btn {
  padding: 15px;
  position: relative;
  cursor: pointer;
}

.accordion__btn::after {
  font-family: 'sutel';
  content: "\e92a";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
}

.accordion__btn.collapsed::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion__body {
  border-top: 1px solid #D1D1D1;
  padding: 15px;
}

.heading {
  font: 700 28px/33px "Source Sans Pro", "Arial", sans-serif;
}

.text {
  font: normal 16px/20px "Source Sans Pro", "Arial", sans-serif;
}

.text--blue {
  color: #065CAE;
}

.text--teal {
  color: #00BAC9;
}

.title {
  font: 700 24px/31px "Source Sans Pro", "Arial", sans-serif;
  color: #9B9B9B;
}

.logo--sutel {
  background-image: url("../images/logo-sutel.png");
  width: 114px;
  height: 53px;
}

.login {
  min-height: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .login {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
  }
}

.loading_view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
}

.loading_view.open {
  display: -webkit-box;
  display: flex;
  z-index: 1;
}

.loading_view img {
  width: 100px;
}

.login__bg {
  background-image: url("../images/bg-login.jpg");
  background-size: cover;
  background-position: top center;
}

@media (min-width: 768px) {
  .login__bg {
    width: 50%;
  }
}

.login__form {
  margin: auto;
  padding: 15px;
  max-width: 300px;
}

.login__form .logo--sutel {
  margin: 0 auto 55px;
  width: 221px;
  height: 101px;
}

.login__form p {
  font: normal 20px/25px "Source Sans Pro", "Arial", sans-serif;
  text-align: center;
  margin-bottom: 55px;
}

.login__form .btn {
  margin-top: 40px;
}

.login__form .link {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .login__form {
    width: 50%;
  }
}

.login__logo {
  display: -webkit-box;
  display: flex;
}

.login__logo .logo--sutel {
  margin: 30px auto;
  width: 221px;
  height: 101px;
}

@media (min-width: 768px) {
  .login__logo {
    width: 50%;
  }
  .login__logo .logo--sutel {
    margin: auto;
  }
}

.login--operator .login__bg {
  background-image: linear-gradient(135deg, #00BAC9 0%, #4C186A 100%);
  color: #FFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.login--operator .input--login {
  background: none;
  color: #FFF;
  border-color: #FFF;
}

.login--operator .input--login::-webkit-input-placeholder {
  color: #FFF;
}

.login--operator .input--login:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}

.login--operator .input--login::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}

.login--operator .input--login:-ms-input-placeholder {
  color: #FFF;
}

.top-bg {
  height: 300px;
  background-image: url("../images/bg-admin.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-bg .container {
  position: relative;
  height: calc(100% - 64px);
}

.top-bg + .container {
  margin-top: -64px;
  background-color: #FFF;
  position: relative;
  padding: 15px;
}

@media (min-width: 768px) {
  .top-bg + .container {
    padding: 15px 40px;
  }
}

.top-no-bg {
  height: 50px;
}

.top-bg__box {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 125px 20px 20px;
}

.top-bg__box h2 {
  font: 700 28px/33px "Source Sans Pro", "Arial", sans-serif;
}

.top-bg__box h3 {
  font: 700 22px/33px "Source Sans Pro", "Arial", sans-serif;
  margin-top: 30px;
}

.top-bg__box p {
  font-size: 14px;
  margin-bottom: 5px;
}

.top-bg__box a {
  text-decoration: underline;
  font-size: 16px;
  margin-top: 10px;
  color: #FFF;
}

.top-bg__box img {
  height: 85px;
  width: 85px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.admin__top h2 {
  font: normal 24px/31px "Source Sans Pro", "Arial", sans-serif;
  margin-bottom: 36px;
}

.admin__top p {
  font: normal 16px/20px "Source Sans Pro", "Arial", sans-serif;
}

.admin__top p .link {
  display: inline-block;
  margin-left: 10px;
}

.admin__top .btn {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .admin__top .btn {
    margin: 0;
  }
}

.admin__link {
  margin-left: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

.content {
  padding: 30px 0;
}

.report__title {
  font: 700 30px/38px "Source Sans Pro", "Arial", sans-serif;
  color: #085199;
  margin-bottom: 30px;
}

.form--filter {
  margin: 40px 0 0;
}

.form--filter .row + .row {
  margin-top: 40px;
}

.form--filter .checkbox + label, .form--filter .radio + label {
  line-height: 40px;
  margin-right: 20px;
  margin-bottom: 0;
}

.form--filter__title {
  line-height: 50px;
  float: left;
  padding: 0 15px;
  font-size: 16px;
}

.form--empty {
  text-align: center;
  padding: 30px 0;
  margin-top: 30px;
}

.form--empty [class*="icon-"] {
  font-size: 87px;
  margin-bottom: 20px;
  display: inline-block;
}

.report__results h2 {
  font: normal 28px/33px "Source Sans Pro", "Arial", sans-serif;
  text-align: center;
  margin-bottom: 35px;
}

.periodicity {
  margin: 30px auto;
}

.periodicity h2 {
  font: 700 20px/25px "Source Sans Pro", "Arial", sans-serif;
  margin-bottom: 20px;
  color: #626262;
}

.operator__users p {
  margin-bottom: 15px;
}

.operator__search {
  margin: 30px 0;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #065CAE;
  border-color: #065CAE;
}

.panel--video {
  padding: 30px 0 0;
  margin: 15px auto;
}

.panel--video .video-player {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  height: 220px;
  background: url("https://img.youtube.com/vi/MK0DP-LAgFg/maxresdefault.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
}

.panel--video .video-player::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.panel--video .video-player::after {
  content: "\e93e";
  font-family: 'sutel';
  color: #FFF;
  position: absolute;
  font-size: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 768px) {
  .panel--video .video-player {
    height: 390px;
    max-width: 600px;
  }
}

.back-wrap {
  padding: 30px 0;
}

.table--operator button {
  width: 35%;
  font-size: 2.2rem;
}

@media print {
  body {
    border-top: hidden;
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=admin.css.map */
