/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ee9b00;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a26900;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 2px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
  width: 50px;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .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,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
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: 540px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ee9b00;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #bb7a00;
}
.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;
  background-color: #ee9b00;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #bb7a00;
}
.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,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 540px) {
  .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%;
  text-transform: uppercase;
}
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.42857143;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  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.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
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;
}
@media (min-width: 540px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 540px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 539px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 540px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 540px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 540px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 540px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #ee9b00;
  border-color: #d58a00;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #bb7a00;
  border-color: #553700;
}
.btn-primary:hover {
  color: #fff;
  background-color: #bb7a00;
  border-color: #976300;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #bb7a00;
  border-color: #976300;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #976300;
  border-color: #553700;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ee9b00;
  border-color: #d58a00;
}
.btn-primary .badge {
  color: #ee9b00;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #ee9b00;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #a26900;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.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: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #ee9b00;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ee9b00;
}
.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.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px 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: 540px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: #ffffff;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px;
}
.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 > 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: #ee9b00;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 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-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 540px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 540px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.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: #ee9b00;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 540px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 540px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 540px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 540px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 540px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 540px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 540px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 540px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 540px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 540px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 539px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 540px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 540px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 539px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 540px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 540px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 540px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 539px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 539px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ee9b00;
  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: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #a26900;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ee9b00;
  border-color: #ee9b00;
  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: 2px;
  border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.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: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #ee9b00;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #bb7a00;
}
.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;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ee9b00;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 2px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 540px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: all border 0.2s ease-in-out ease-out;
  -moz-transition: all border 0.2s ease-in-out ease-out;
  -o-transition: all border 0.2s ease-in-out ease-out;
  transition: all border 0.2s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ee9b00;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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;
}
.alert-danger-notice {
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ee9b00;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ee9b00;
  border-color: #ee9b00;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffe7bb;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #ee9b00;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ee9b00;
  border-color: #ee9b00;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ee9b00;
}
.panel-primary > .panel-heading .badge {
  color: #ee9b00;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ee9b00;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 2px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-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: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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: 540px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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.42857143;
  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: 2px;
}
.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: 400px;
  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.42857143;
  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: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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;
}
@media (max-width: 360px) {
  .popover {
    max-width: 270px;
  }
}
@media (max-width: 340px) {
  .popover {
    max-width: 260px;
  }
}
@media (max-width: 320px) {
  .popover {
    max-width: 250px;
  }
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 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;
}
.carousel-inner > .item:not(.item_exclude) {
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item:not(.item_exclude) {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
  }
  .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);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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: 540px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.container-page:before,
.container-page:after,
.page-container:before,
.page-container:after,
.hald-submenu-container:before,
.hald-submenu-container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.container-page:after,
.page-container:after,
.hald-submenu-container:after {
  clear: both;
}
.center-block {
  display: block;
  float: none;
  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,
.visible-sm,
.visible-md,
.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: 539px) {
  .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: 539px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 539px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 539px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 540px) 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: 540px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 540px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 540px) 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: 539px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 540px) 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;
  }
}
.ver {
  font-family: "museo", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
body {
  background: rgba(247, 247, 247, 0.83);
  font-family: "museo", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300 !important;
  color: #3b3d3e;
}
p {
  font-weight: 500;
}
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
}
a,
a:hover {
  text-decoration: none;
}
a,
a:hover,
a:focus {
  color: inherit;
  outline: none;
}
a:hover {
  cursor: pointer;
}
a,
a:after,
a:before,
button,
input,
textarea,
li {
  -webkit-transition: 0.25s color, 0.25s border-color, 0.25s background-color, 0.25s box-shadow, 0.25s text-shadow, 0.25s opacity;
  -o-transition: 0.25s color, 0.25s border-color, 0.25s background-color, 0.25s box-shadow, 0.25s text-shadow, 0.25s opacity;
  transition: 0.25s color, 0.25s border-color, 0.25s background-color, 0.25s box-shadow, 0.25s text-shadow, 0.25s opacity;
  -webkit-transition: all 0.25s color, 0.25s border-color, 0.25s background-color, 0.25s box-shadow, 0.25s text-shadow, 0.25s opacity ease-out;
  -moz-transition: all 0.25s color, 0.25s border-color, 0.25s background-color, 0.25s box-shadow, 0.25s text-shadow, 0.25s opacity ease-out;
  -o-transition: all 0.25s color, 0.25s border-color, 0.25s background-color, 0.25s box-shadow, 0.25s text-shadow, 0.25s opacity ease-out;
  transition: all 0.25s color, 0.25s border-color, 0.25s background-color, 0.25s box-shadow, 0.25s text-shadow, 0.25s opacity ease-out;
}
img.img-grayscale {
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.notify-message_ {
  position: fixed;
  top: 40%;
  left: 25%;
  z-index: 99999;
  width: 50%;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.4);
  -moz-box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.4);
  box-shadow: 1px 0px 5px 0px rgba(30, 30, 30, 0.4);
  font-family: Arial;
}
.notify-message {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999999;
  width: 300px;
  font-family: Arial;
}
@media (min-width: 992px) {
  top: 80px;
}
.padding {
  padding: 20px;
}
.padding-top {
  padding-top: 20px;
}
.padding-bottom {
  padding-bottom: 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
.margin-top {
  margin-top: 20px;
}
.margin-top-40 {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .margin-top-40 {
    margin-top: 40px;
  }
}
.margin-bottom {
  margin-bottom: 20px;
}
.border {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-top: 10px;
  border: 1px solid #e2e2e2;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
pre {
  text-align: left;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-page {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .container-page {
    width: 1060px;
  }
}
@media (min-width: 1060px) and (max-width: 1199px) {
  .container-page {
    width: 1050px;
  }
}
.container-page .talutid a.talutid-button-css {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .modal.modal-wide .modal-dialog {
    width: 1025px;
  }
  .modal-wide .modal-body {
    overflow-y: auto;
  }
}
.modal {
  overflow-y: auto;
}
.modal-open {
  overflow: auto;
  overflow-x: hidden;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
}
/* spinner1 */
.fa-spinner {
  opacity: 0;
  width: 0px;
}
.fa-spinner-animate {
  cursor: progress;
}
.fa-spinner-animate > span {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
  opacity: 1;
  width: auto;
  margin-right: 7px;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.btn:hover {
  color: #fff !important;
}
#upgrade,
noscript {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  background: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 300px;
  text-align: center;
  font-size: 20px;
}
#upgrade a,
noscript a {
  color: #c00;
}
.hover:hover {
  color: #ee9b00;
}
.orange-text {
  color: #ee9b00;
}
.orange-background {
  background-attachment: #ee9b00;
}
.icon-medium {
  font-size: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.btn-black {
  color: #ffffff !important;
  transition: background-color 0.5s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #3b3d3e;
  font-weight: normal!important;
  background-image: -webkit-linear-gradient(top, #3b3d3e 0%, #4b4b4b 100%);
  background-image: -o-linear-gradient(top, #3b3d3e 0%, #4b4b4b 100%);
  background-image: linear-gradient(to bottom, #3b3d3e 0%, #4b4b4b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3d3e', endColorstr='#ff4b4b4b', GradientType=0);
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  color: #e6e6e6 !important;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, #4b4b4b 0%, #3b3d3e 100%);
  background-image: -o-linear-gradient(top, #4b4b4b 0%, #3b3d3e 100%);
  background-image: linear-gradient(to bottom, #4b4b4b 0%, #3b3d3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b4b4b', endColorstr='#ff3b3d3e', GradientType=0);
}
.btn-standard {
  color: #333 !important;
  transition: background-color 0.5s ease;
  border-color: #d5d5d6;
  font-weight: normal!important;
  background-color: #f6f6f6;
}
.btn-standard:hover,
.btn-standard:focus,
.btn-standard:active {
  color: #e6e6e6 !important;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, #4b4b4b 0%, #3b3d3e 100%);
  background-image: -o-linear-gradient(top, #4b4b4b 0%, #3b3d3e 100%);
  background-image: linear-gradient(to bottom, #4b4b4b 0%, #3b3d3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b4b4b', endColorstr='#ff3b3d3e', GradientType=0);
}
.quickpayframe-edit {
  background-color: #fff !important;
  width: 500px;
  height: 300px;
  overflow: hidden;
  border: 0;
  margin: 0px;
  padding: 0px;
}
.btn-warning2 {
  background-color: #ee9b00;
  border-color: #ee9b00;
  background-color: #f15824;
  text-transform: capitalize;
  padding: 0 10px 0 10px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding-top: 0px;
  line-height: 36px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: bold;
  cursor: pointer;
  float: left;
  border: 0px;
}
.btn-warning2:focus,
.btn-warning2.focus {
  color: #fff;
  background-color: #bb7a00;
  border-color: #6f4800;
}
.btn-warning2:hover {
  color: #fff;
  background-color: #bb7a00;
  border-color: #b17300;
}
.btn-warning2:active,
.btn-warning2.active,
.open > .dropdown-toggle.btn-warning2 {
  color: #fff;
  background-color: #bb7a00;
  border-color: #b17300;
}
.btn-warning2:active:hover,
.btn-warning2.active:hover,
.open > .dropdown-toggle.btn-warning2:hover,
.btn-warning2:active:focus,
.btn-warning2.active:focus,
.open > .dropdown-toggle.btn-warning2:focus,
.btn-warning2:active.focus,
.btn-warning2.active.focus,
.open > .dropdown-toggle.btn-warning2.focus {
  color: #fff;
  background-color: #976300;
  border-color: #6f4800;
}
.btn-warning2:active,
.btn-warning2.active,
.open > .dropdown-toggle.btn-warning2 {
  background-image: none;
}
.btn-warning2.disabled,
.btn-warning2[disabled],
fieldset[disabled] .btn-warning2,
.btn-warning2.disabled:hover,
.btn-warning2[disabled]:hover,
fieldset[disabled] .btn-warning2:hover,
.btn-warning2.disabled:focus,
.btn-warning2[disabled]:focus,
fieldset[disabled] .btn-warning2:focus,
.btn-warning2.disabled.focus,
.btn-warning2[disabled].focus,
fieldset[disabled] .btn-warning2.focus,
.btn-warning2.disabled:active,
.btn-warning2[disabled]:active,
fieldset[disabled] .btn-warning2:active,
.btn-warning2.disabled.active,
.btn-warning2[disabled].active,
fieldset[disabled] .btn-warning2.active {
  background-color: #ee9b00;
  border-color: #ee9b00;
}
.btn-warning2 .badge {
  color: #ee9b00;
  background-color: #fff;
}
#header {
  color: #fff;
  overflow: hidden;
  padding-bottom: 10px;
  height: 100px;
  /*.login {
      background-color: red;
    z-index: 99999;
    position: absolute;
  }*/
}
@media (min-width: 540px) {
  #header {
    background-color: #ee9b00;
    background-image: -webkit-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
    background-image: -o-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
    background-image: linear-gradient(to right, #ee9b00, #fbbf00 50%, #ee9b00);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee9b00', endColorstr='#ffee9b00', GradientType=1);
  }
}
body.pg-home #header {
  height: 610px;
}
#header .yours {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 17px;
}
@media (max-width: 539px) {
  #header .yours {
    display: none;
  }
}
#header .yours .black-text {
  color: black;
}
#header h1 {
  margin: 0;
  padding: 5px 0 10px;
}
#header h1 a,
section.login .logo {
  display: block;
  width: 65px;
  height: 85px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url('data:image/png;base64,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') no-repeat center;
  background-size: contain;
}
#header .head {
  position: relative;
}
#header .links {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 17px;
}
@media (max-width: 539px) {
  #header .links {
    display: none;
  }
}
#header .links a {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#header .links a:hover {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}
#header .links a:last-child {
  margin-left: 4px;
}
#header .links a:not(:last-child):after {
  content: '|';
  margin-left: 8px;
}
.login:before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.4em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAWCAQAAACIlG/0AAAAf0lEQVR4Ae2PUQ0CMAxEa2EWsDALs4CFWZgFLGABC9OChVp4fNDkOkhGsm/e/V1e29QyFAYTcCYdUwzlipN5Ur+1jhB11WrUzqDSuBEbV+0RZeFzsGftTcOU2DilXeKgLWlqs4aU3B5rZYla05c7hh7f4Tq45a8daW4Y918S/QV2J7jKx/tG9QAAAABJRU5ErkJggg==') no-repeat center;
  background-size: contain;
}
@media (min-width: 539px) {
  #menu-toggle {
    display: none;
  }
}
#menu_desktop {
  display: none;
  width: 100%;
  z-index: 9;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  background: rgba(51, 51, 51, 0.85);
  border-bottom: 1px solid #333333d9;
  box-shadow: 0 1px 0 #fff;
}
@media (min-width: 540px) {
  #menu_desktop {
    display: block;
  }
}
body.pg-home #menu_desktop {
  top: 610px;
}
@media (min-width: 720px) {
  #menu_desktop {
    text-align: center;
  }
}
#menu_desktop a {
  display: inline-block;
  padding: 20px 5px;
}
@media (max-width: 991px) {
  #menu_desktop a {
    padding: 20px 1px;
  }
}
#menu_desktop a.active {
  color: #333;
  font-weight: bold;
}
#menu_desktop .links {
  display: table;
  max-width: 890px;
  margin: 0 auto;
}
#menu_desktop .links a {
  font-size: 15px;
  display: table-cell;
  display: inline-block;
  white-space: nowrap;
}
@media (min-width: 890px) {
  #menu_desktop .links a {
    min-width: 3em;
  }
}
@media (max-width: 570px) {
  #menu_desktop .links .fylla-570 {
    display: none;
  }
}
#menu_desktop_ft_header {
  position: relative;
  display: none;
  width: 100%;
  z-index: 9;
  font-size: 16px;
  text-align: center;
  color: #000000;
  background: #fff;
}
@media (min-width: 480px) {
  #menu_desktop_ft_header {
    display: block;
  }
}
#menu_desktop_ft_header .logo {
  position: absolute;
  top: 3px;
  left: -25px;
  display: block;
  float: left;
  z-index: 20;
}
#menu_desktop_ft_header .logo img {
  display: none;
  float: left;
  height: 16px;
  width: auto;
  margin-top: 15px;
}
@media (min-width: 991px) {
  #menu_desktop_ft_header .logo img {
    display: block;
  }
}
#menu_desktop_ft_header a {
  display: inline-block;
  padding: 14px 20px;
}
@media (max-width: 991px) {
  #menu_desktop_ft_header a {
    padding: 14px 12px;
  }
}
#menu_desktop_ft_header .links {
  display: table;
  max-width: 890px;
  margin: 0 auto;
}
#menu_desktop_ft_header .links a {
  line-height: 49px;
  font-size: 16px;
  display: table-cell;
  display: inline-block;
  white-space: nowrap;
}
@media (min-width: 890px) {
  #menu_desktop_ft_header .links a {
    min-width: 3em;
  }
}
#menu_desktop_ft_header .links a.first {
  border-bottom: 3px solid transparent;
  border-color: #ac003b !important;
}
@media (max-width: 539px) {
  #page .menu_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    margin: 10px 12px;
    padding: 10px;
    width: 42px;
    background: #ee9b00;
    border: 1px solid #fff;
    border-radius: 2px;
    cursor: pointer;
    background-color: #ee9b00;
    background-image: linear-gradient(to right, #ee9b00, #fbbf00 50%, #ee9b00);
    background-repeat: no-repeat;
  }
  .mm-divider.button {
    text-indent: 0 !important;
    padding: 20px 20px 40px 20px !important;
  }
  pre {
    font-size: 12px;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  nav:not(.mm-menu) {
    display: none;
  }
  .menu_header,
  .content,
  .footer {
    text-align: center;
  }
  .menu_header,
  .footer {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 50px;
  }
  .menu_header.mm-slideout {
    position: fixed;
    top: 0;
    left: 0;
  }
  .menu_header a {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    margin: 10px 12px;
    padding: 10px;
    width: 42px;
    background: #ee9b00;
    border: 1px solid #fff;
    border-radius: 2px;
    cursor: pointer;
  }
  .menu_header a:before,
  .menu_header a:after {
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: '';
    display: block;
    height: 3px;
    border: 2px solid #fff;
    border-left: 0;
    border-right: 0;
  }
  .menu_header a:after {
    border-top: 0;
  }
  .menu_header a.right {
    left: auto;
    right: 20px;
  }
  .menu_header.mm-fixed + .content {
    background-position: 25px 55px;
  }
  nav#mm-menu.mm-menu {
    width: 190px !important;
    background: #3b393d;
  }
  nav#mm-menu a > strong {
    font-weight: 400!important;
  }
  .mm-menu > .mm-navbar,
  .mm-panels,
  .mm-panels > .mm-panel {
    background: none;
  }
   > .mm-navbar.mm-navbar-top {
    display: none;
  }
  .mm-hasnavbar-top-4 .mm-panels {
    top: 0;
  }
  .mm-listview {
    font-size: 12px;
  }
  .mm-listview li:last-child:after {
    content: none;
    display: none;
  }
  .mm-listview > li:not(.mm-divider):after {
    border-bottom-style: none;
  }
  .mm-listview li a,
  .mm-listview li span {
    border-bottom: 1px solid #000;
    box-shadow: 0 2px 0 -1px #4b4b4b;
  }
  .mm-listview li:first-child a {
    border-top: 1px solid #000;
  }
  .mm-listview a,
  .mm-listview .fa {
    color: rgba(255, 255, 255, 0.6);
  }
  .mm-listview a:hover,
  .mm-listview a:hover .fa {
    color: #fff;
  }
  .mm-listview a.active,
  .mm-listview a:active,
  .mm-listview a:focus,
  .mm-listview a:hover {
    background: #333;
  }
  .mm-listview .fa {
    position: absolute;
    left: 20px;
  }
  .mm-listview a {
    color: #fff !important;
    font-size: 18px;
  }
  .mm-listview a > strong {
    font-weight: 700;
  }
}
@media (max-width: 539px) and (min-width: 539px) {
  nav#mm-menu {
    display: none !important;
  }
}
.mm-slideout {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  transition: none!important;
  z-index: auto!important;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(190px, 0) !important;
  -moz-transform: translate(190px, 0) !important;
  -ms-transform: translate(190px, 0) !important;
  -o-transform: translate(190px, 0) !important;
  transform: translate(190px, 0) !important;
}
.mm-menu.mm-offcanvas,
.mm-page.mm-slideout {
  height: 100vh;
}
.login-icon img {
  height: 20px;
  position: relative;
  top: -2px;
  margin-right: 1px;
}
.menu_desktop_login {
  display: inline-block;
  position: absolute;
  right: 5px;
}
@media (min-width: 992px) {
  .menu_desktop_login {
    right: 30px;
  }
}
html,
body {
  height: 100%;
}
.wrap {
  position: relative;
  min-height: 100%;
}
.wrap:after {
  content: '';
  display: block;
  height: 40px;
}
.invoice-payment-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
}
footer {
  margin-top: 250px;
}
footer ul,
footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .paragraphs p {
  margin-bottom: 20px;
}
footer ul {
  text-align: center;
}
@media (min-width: 641px) {
  footer ul {
    padding-top: 20px;
  }
  footer ul li {
    display: inline-block;
    padding: 20px;
    position: relative;
  }
  footer ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -1.5px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #cfcfcf;
  }
}
.slideshow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
  position: relative;
}
.slideshow ul,
.slideshow li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slideshow,
.slideshow .slides,
.slideshow .slide {
  height: 450px;
}
.slideshow .slides {
  width: 85%;
  margin: 0 auto;
}
.slideshow .slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.slideshow .slide .link:hover {
  text-decoration: underline;
}
.slideshow .arrows a {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAoCAMAAADT08pnAAAAtFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oK74hAAAAO3RSTlMAGAkOa/Hr+wEj9L8T/gLD+HBJpkao3u4tBlGf8uch3YQqxj9bZRqsF9C6MtldOlWXvJt6iB7T5bCjaCkPp4IAAADkSURBVHjadZPXDoJQEEQRpako2ABRsWDvvdz//y8TZTfuys7jnNyTTBY0vaMsc9kuFTSehvrEfc44aatvzAkDBSMjvTUjL5UlKVJQGwM5sSehBaTFyAXAncn0DpD4bwykIYxR/aowRjXZkynKuhTYOMZkshGOmTPZEGV7NiYBELDjtBTkwWRNJCkFiwCAQc9Z7AMoOwQcUOWTfudCX6/99tFNEJ0FkeNREeYoiFIUlUhfNaGv2ATEKBqQfiKIoo0gGgqikZcvsuuCaIpXuOafx+3mH9Tb5n8Cq/DvD7CC5dx3NJo3eMVSZ89eEl4AAAAASUVORK5CYII=') no-repeat right center;
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100px;
  height: 450px;
  line-height: 450px;
}
.slideshow .arrows a.next {
  right: 0;
}
.slideshow .arrows a.prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slideshow .arrows a:not(:hover) {
  opacity: 0.2;
}
@media (min-width: 641px) {
  .slideshow .mobile .slide {
    display: none;
  }
}
@media (max-width: 640px) {
  .slideshow .desktop .slide {
    display: none;
  }
}
@media (max-width: 400px) {
  .slideshow .slide {
    background-size: auto;
  }
  .slideshow .arrows {
    display: none;
  }
}
@media (max-width: 992px) {
}
.slideshow .slides {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 3;
}
.slideshow .slide {
  width: 100%;
  top: 25px;
  left: 0;
  position: absolute;
  /*      &.animate-in.animate-next {
        .translate(@width, 0);
      }
      &.animate-in.animate-prev {
        .translate((-@width), 0);
      }
      &.animate-in.animate-active {
        .translate(0, 0);
      }
      &.animate-out.animate-next {
        .translate((-@width), 0);
      }
      &.animate-out.animate-prev {
        .translate(@width, 0);
      }*/
}
.slideshow .slide:not(.active):not(.animate) {
  left: -9999px;
}
.slideshow .slide.active {
  position: relative;
}
.slideshow .slide.animate {
  /*      pointer-events: none;
      .transition-transform(.8s ease-out);*/
}
@media (max-width: 1400px) {
  .slideshow .slide {
    /*      &.animate-in.animate-next {
        .translate(@width, 0);
      }
      &.animate-in.animate-prev {
        .translate((-@width), 0);
      }
      &.animate-in.animate-active {
        .translate(0, 0);
      }
      &.animate-out.animate-next {
        .translate((-@width), 0);
      }
      &.animate-out.animate-prev {
        .translate(@width, 0);
      }*/
  }
}
@media (max-width: 991px) {
  .slideshow .slide {
    /*      &.animate-in.animate-next {
        .translate(@width, 0);
      }
      &.animate-in.animate-prev {
        .translate((-@width), 0);
      }
      &.animate-in.animate-active {
        .translate(0, 0);
      }
      &.animate-out.animate-next {
        .translate((-@width), 0);
      }
      &.animate-out.animate-prev {
        .translate(@width, 0);
      }*/
  }
}
@media (max-width: 640px) {
  .slideshow .slide {
    /*      &.animate-in.animate-next {
        .translate(@width, 0);
      }
      &.animate-in.animate-prev {
        .translate((-@width), 0);
      }
      &.animate-in.animate-active {
        .translate(0, 0);
      }
      &.animate-out.animate-next {
        .translate((-@width), 0);
      }
      &.animate-out.animate-prev {
        .translate(@width, 0);
      }*/
  }
}
@media (max-width: 460px) {
  .slideshow .slide {
    /*      &.animate-in.animate-next {
        .translate(@width, 0);
      }
      &.animate-in.animate-prev {
        .translate((-@width), 0);
      }
      &.animate-in.animate-active {
        .translate(0, 0);
      }
      &.animate-out.animate-next {
        .translate((-@width), 0);
      }
      &.animate-out.animate-prev {
        .translate(@width, 0);
      }*/
  }
}
@media (max-width: 320px) {
  .slideshow .slide {
    /*      &.animate-in.animate-next {
        .translate(@width, 0);
      }
      &.animate-in.animate-prev {
        .translate((-@width), 0);
      }
      &.animate-in.animate-active {
        .translate(0, 0);
      }
      &.animate-out.animate-next {
        .translate((-@width), 0);
      }
      &.animate-out.animate-prev {
        .translate(@width, 0);
      }*/
  }
}
.slideshow .slide.animate-in:not(.animate-active) {
  -webkit-transition: -webkit-transform 0s;
  -moz-transition: -moz-transform 0s;
  -o-transition: -o-transform 0s;
  transition: transform 0s;
}
.ver-header {
  cursor: pointer;
}
.tolnet-car {
  position: absolute;
  bottom: 10px;
  text-align: right;
  font-size: 60px;
  font-style: italic;
  line-height: 60px;
  padding-right: 30px;
}
.mobile {
  position: absolute;
  /*  top: -50px;*/
  width: 100%;
  height: 200px;
}
section.login .overlay {
  width: 100%;
  max-width: 425px;
  height: 570px;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999;
  border: 15px solid white;
  background-image: -webkit-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: -o-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: linear-gradient(to right, #ee9b00, #fbbf00 50%, #ee9b00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee9b00', endColorstr='#ffee9b00', GradientType=1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}
section.login .logo {
  display: block;
  width: 80px;
  height: 80px;
}
section.login .login {
  padding-top: 0.33em;
  color: #fff;
  font-size: 28px;
}
section.login form {
  width: 240px;
  margin: 60px auto;
}
section.login form input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding: 0 1em;
  font-size: 14px;
  margin: 8px 0;
  background: #f7f7f8;
}
section.login form input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
section.login form input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
section.login form input:-ms-input-placeholder {
  color: #999;
}
section.login form input::-webkit-input-placeholder {
  color: #999;
}
section.login form input[disabled],
section.login form input[readonly],
fieldset[disabled] section.login form input {
  background-color: #eeeeee;
  opacity: 1;
}
section.login form input[disabled],
fieldset[disabled] section.login form input {
  cursor: not-allowed;
}
textareasection.login form input {
  height: auto;
}
section.login form button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  padding: 0 1em;
  font-size: 14px;
  background: #3b3d3e;
  color: #fff;
  font-size: 20px;
  font-weight: inherit;
}
section.login form button:focus,
section.login form button:active:focus,
section.login form button.active:focus,
section.login form button.focus,
section.login form button:active.focus,
section.login form button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
section.login form button:hover,
section.login form button:focus,
section.login form button.focus {
  color: #333;
  text-decoration: none;
}
section.login form button:active,
section.login form button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
section.login form button.disabled,
section.login form button[disabled],
fieldset[disabled] section.login form button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
asection.login form button.disabled,
fieldset[disabled] asection.login form button {
  pointer-events: none;
}
section.login form button:hover {
  color: #fff !important;
}
section.login form button:hover {
  background: #000;
  color: #fff;
}
section.login .facebook-login {
  display: block;
  height: 40px;
  background: url('data:image/png;base64,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') no-repeat center;
  background-size: contain;
  margin-bottom: 20px;
}
section.login .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3b3d3e;
  opacity: 0.5;
  z-index: 99999;
}
@media (max-width: 460px) {
  section.login .overlay {
    max-width: 100%;
    height: auto;
    border-left: 0;
    border-right: 0;
    margin-top: 0;
  }
  section.login form {
    margin: 30px auto;
  }
}
.overlay {
  display: none;
}
.overlay .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 99999;
}
.overlay .content {
  position: relative;
  width: 853px;
  height: 480px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999;
  text-align: center;
}
.overlay .content button {
  position: absolute;
  top: -20px;
  right: -20px;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 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 #eaeaea;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 540px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 540px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%!important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:focus,
.btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active:hover,
.btn-adn.active:hover,
.open > .dropdown-toggle.btn-adn:hover,
.btn-adn:active:focus,
.btn-adn.active:focus,
.open > .dropdown-toggle.btn-adn:focus,
.btn-adn:active.focus,
.btn-adn.active.focus,
.open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn.disabled,
.btn-adn[disabled],
fieldset[disabled] .btn-adn,
.btn-adn.disabled:hover,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn:hover,
.btn-adn.disabled:focus,
.btn-adn[disabled]:focus,
fieldset[disabled] .btn-adn:focus,
.btn-adn.disabled.focus,
.btn-adn[disabled].focus,
fieldset[disabled] .btn-adn.focus,
.btn-adn.disabled:active,
.btn-adn[disabled]:active,
fieldset[disabled] .btn-adn:active,
.btn-adn.disabled.active,
.btn-adn[disabled].active,
fieldset[disabled] .btn-adn.active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active:hover,
.btn-bitbucket.active:hover,
.open > .dropdown-toggle.btn-bitbucket:hover,
.btn-bitbucket:active:focus,
.btn-bitbucket.active:focus,
.open > .dropdown-toggle.btn-bitbucket:focus,
.btn-bitbucket:active.focus,
.btn-bitbucket.active.focus,
.open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket.focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:focus,
.btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active:hover,
.btn-dropbox.active:hover,
.open > .dropdown-toggle.btn-dropbox:hover,
.btn-dropbox:active:focus,
.btn-dropbox.active:focus,
.open > .dropdown-toggle.btn-dropbox:focus,
.btn-dropbox:active.focus,
.btn-dropbox.active.focus,
.open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox.focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:focus,
.btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active:hover,
.btn-flickr.active:hover,
.open > .dropdown-toggle.btn-flickr:hover,
.btn-flickr:active:focus,
.btn-flickr.active:focus,
.open > .dropdown-toggle.btn-flickr:focus,
.btn-flickr:active.focus,
.btn-flickr.active.focus,
.open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr.focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:focus,
.btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active:hover,
.btn-foursquare.active:hover,
.open > .dropdown-toggle.btn-foursquare:hover,
.btn-foursquare:active:focus,
.btn-foursquare.active:focus,
.open > .dropdown-toggle.btn-foursquare:focus,
.btn-foursquare:active.focus,
.btn-foursquare.active.focus,
.open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare.focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}
.btn-github {
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:focus,
.btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active:hover,
.btn-github.active:hover,
.open > .dropdown-toggle.btn-github:hover,
.btn-github:active:focus,
.btn-github.active:focus,
.open > .dropdown-toggle.btn-github:focus,
.btn-github:active.focus,
.btn-github.active.focus,
.open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled.focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github.focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: #fff;
}
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:focus,
.btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active:hover,
.btn-google.active:hover,
.open > .dropdown-toggle.btn-google:hover,
.btn-google:active:focus,
.btn-google.active:focus,
.open > .dropdown-toggle.btn-google:focus,
.btn-google:active.focus,
.btn-google.active.focus,
.open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google.disabled,
.btn-google[disabled],
fieldset[disabled] .btn-google,
.btn-google.disabled:hover,
.btn-google[disabled]:hover,
fieldset[disabled] .btn-google:hover,
.btn-google.disabled:focus,
.btn-google[disabled]:focus,
fieldset[disabled] .btn-google:focus,
.btn-google.disabled.focus,
.btn-google[disabled].focus,
fieldset[disabled] .btn-google.focus,
.btn-google.disabled:active,
.btn-google[disabled]:active,
fieldset[disabled] .btn-google:active,
.btn-google.disabled.active,
.btn-google[disabled].active,
fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:focus,
.btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active:hover,
.btn-instagram.active:hover,
.open > .dropdown-toggle.btn-instagram:hover,
.btn-instagram:active:focus,
.btn-instagram.active:focus,
.open > .dropdown-toggle.btn-instagram:focus,
.btn-instagram:active.focus,
.btn-instagram.active.focus,
.open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active:hover,
.btn-linkedin.active:hover,
.open > .dropdown-toggle.btn-linkedin:hover,
.btn-linkedin:active:focus,
.btn-linkedin.active:focus,
.open > .dropdown-toggle.btn-linkedin:focus,
.btn-linkedin:active.focus,
.btn-linkedin.active.focus,
.open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:focus,
.btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active:hover,
.btn-microsoft.active:hover,
.open > .dropdown-toggle.btn-microsoft:hover,
.btn-microsoft:active:focus,
.btn-microsoft.active:focus,
.open > .dropdown-toggle.btn-microsoft:focus,
.btn-microsoft:active.focus,
.btn-microsoft.active.focus,
.open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft.disabled,
.btn-microsoft[disabled],
fieldset[disabled] .btn-microsoft,
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft:hover,
.btn-microsoft.disabled:focus,
.btn-microsoft[disabled]:focus,
fieldset[disabled] .btn-microsoft:focus,
.btn-microsoft.disabled.focus,
.btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft.focus,
.btn-microsoft.disabled:active,
.btn-microsoft[disabled]:active,
fieldset[disabled] .btn-microsoft:active,
.btn-microsoft.disabled.active,
.btn-microsoft[disabled].active,
fieldset[disabled] .btn-microsoft.active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}
.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active:hover,
.btn-odnoklassniki.active:hover,
.open > .dropdown-toggle.btn-odnoklassniki:hover,
.btn-odnoklassniki:active:focus,
.btn-odnoklassniki.active:focus,
.open > .dropdown-toggle.btn-odnoklassniki:focus,
.btn-odnoklassniki:active.focus,
.btn-odnoklassniki.active.focus,
.open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}
.btn-odnoklassniki.disabled,
.btn-odnoklassniki[disabled],
fieldset[disabled] .btn-odnoklassniki,
.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki[disabled]:focus,
fieldset[disabled] .btn-odnoklassniki:focus,
.btn-odnoklassniki.disabled.focus,
.btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki.focus,
.btn-odnoklassniki.disabled:active,
.btn-odnoklassniki[disabled]:active,
fieldset[disabled] .btn-odnoklassniki:active,
.btn-odnoklassniki.disabled.active,
.btn-odnoklassniki[disabled].active,
fieldset[disabled] .btn-odnoklassniki.active {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:focus,
.btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active:hover,
.btn-openid.active:hover,
.open > .dropdown-toggle.btn-openid:hover,
.btn-openid:active:focus,
.btn-openid.active:focus,
.open > .dropdown-toggle.btn-openid:focus,
.btn-openid:active.focus,
.btn-openid.active.focus,
.open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid.disabled,
.btn-openid[disabled],
fieldset[disabled] .btn-openid,
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid.focus,
.btn-openid.disabled:active,
.btn-openid[disabled]:active,
fieldset[disabled] .btn-openid:active,
.btn-openid.disabled.active,
.btn-openid[disabled].active,
fieldset[disabled] .btn-openid.active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active:hover,
.btn-pinterest.active:hover,
.open > .dropdown-toggle.btn-pinterest:hover,
.btn-pinterest:active:focus,
.btn-pinterest.active:focus,
.open > .dropdown-toggle.btn-pinterest:focus,
.btn-pinterest:active.focus,
.btn-pinterest.active.focus,
.open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:focus,
.btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active:hover,
.btn-reddit.active:hover,
.open > .dropdown-toggle.btn-reddit:hover,
.btn-reddit:active:focus,
.btn-reddit.active:focus,
.open > .dropdown-toggle.btn-reddit:focus,
.btn-reddit:active.focus,
.btn-reddit.active.focus,
.open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled,
.btn-reddit[disabled],
fieldset[disabled] .btn-reddit,
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled.focus,
.btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit.focus,
.btn-reddit.disabled:active,
.btn-reddit[disabled]:active,
fieldset[disabled] .btn-reddit:active,
.btn-reddit.disabled.active,
.btn-reddit[disabled].active,
fieldset[disabled] .btn-reddit.active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}
.btn-soundcloud {
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:focus,
.btn-soundcloud.focus {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active:hover,
.btn-soundcloud.active:hover,
.open > .dropdown-toggle.btn-soundcloud:hover,
.btn-soundcloud:active:focus,
.btn-soundcloud.active:focus,
.open > .dropdown-toggle.btn-soundcloud:focus,
.btn-soundcloud:active.focus,
.btn-soundcloud.active.focus,
.open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud.disabled,
.btn-soundcloud[disabled],
fieldset[disabled] .btn-soundcloud,
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud:hover,
.btn-soundcloud.disabled:focus,
.btn-soundcloud[disabled]:focus,
fieldset[disabled] .btn-soundcloud:focus,
.btn-soundcloud.disabled.focus,
.btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud.focus,
.btn-soundcloud.disabled:active,
.btn-soundcloud[disabled]:active,
fieldset[disabled] .btn-soundcloud:active,
.btn-soundcloud.disabled.active,
.btn-soundcloud[disabled].active,
fieldset[disabled] .btn-soundcloud.active {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active:hover,
.btn-tumblr.active:hover,
.open > .dropdown-toggle.btn-tumblr:hover,
.btn-tumblr:active:focus,
.btn-tumblr.active:focus,
.open > .dropdown-toggle.btn-tumblr:focus,
.btn-tumblr:active.focus,
.btn-tumblr.active.focus,
.open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr.focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active:hover,
.btn-vimeo.active:hover,
.open > .dropdown-toggle.btn-vimeo:hover,
.btn-vimeo:active:focus,
.btn-vimeo.active:focus,
.open > .dropdown-toggle.btn-vimeo:focus,
.btn-vimeo:active.focus,
.btn-vimeo.active.focus,
.open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled,
.btn-vimeo[disabled],
fieldset[disabled] .btn-vimeo,
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo.focus,
.btn-vimeo.disabled:active,
.btn-vimeo[disabled]:active,
fieldset[disabled] .btn-vimeo:active,
.btn-vimeo.disabled.active,
.btn-vimeo[disabled].active,
fieldset[disabled] .btn-vimeo.active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:focus,
.btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active:hover,
.btn-vk.active:hover,
.open > .dropdown-toggle.btn-vk:hover,
.btn-vk:active:focus,
.btn-vk.active:focus,
.open > .dropdown-toggle.btn-vk:focus,
.btn-vk:active.focus,
.btn-vk.active.focus,
.open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:focus,
.btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active:hover,
.btn-yahoo.active:hover,
.open > .dropdown-toggle.btn-yahoo:hover,
.btn-yahoo:active:focus,
.btn-yahoo.active:focus,
.open > .dropdown-toggle.btn-yahoo:focus,
.btn-yahoo:active.focus,
.btn-yahoo.active.focus,
.open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo.disabled,
.btn-yahoo[disabled],
fieldset[disabled] .btn-yahoo,
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo:hover,
.btn-yahoo.disabled:focus,
.btn-yahoo[disabled]:focus,
fieldset[disabled] .btn-yahoo:focus,
.btn-yahoo.disabled.focus,
.btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo.focus,
.btn-yahoo.disabled:active,
.btn-yahoo[disabled]:active,
fieldset[disabled] .btn-yahoo:active,
.btn-yahoo.disabled.active,
.btn-yahoo[disabled].active,
fieldset[disabled] .btn-yahoo.active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}
.hiddenRow {
  padding: 0 !important;
}
.pointer {
  transition: color 0.2s ease;
  cursor: pointer;
  border: 0 !important;
  border-bottom: #ffffff !important;
}
.pointer:hover {
  color: #ee9b00;
}
.table .accordion-toggle tr:first-child {
  background-color: red;
}
.table .accordian-tr {
  border-bottom: 2px solid transparent;
  padding: 0 !important;
}
.table .accordian-body .table {
  background-color: #f5f5f5;
}
.table .accordian-body .table .padding-left {
  padding-left: 20px;
}
.progress-danger {
  background-color: #ee9b00;
}
.content-table table td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.content-table table td:nth-last-child(1) {
  text-align: right;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.products .padding {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
}
.products a {
  display: block;
}
.products .product-mb {
  background-color: #333 !important;
  color: #fff !important;
  border: 5px solid #333 !important;
}
.products .product {
  background-color: #fff;
  color: #333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 4px #b3b3b3;
  -moz-box-shadow: 0px 0px 4px #b3b3b3;
  box-shadow: 0px 0px 4px #b3b3b3;
}
.products .product .inner {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}
.products .product .time a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: -o-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: linear-gradient(to right, #ee9b00, #fbbf00 50%, #ee9b00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee9b00', endColorstr='#ffee9b00', GradientType=1);
  -webkit-transition: width 2s;
  -o-transition: width 2s;
  transition: width 2s;
  -webkit-transition: all width 2s ease-out;
  -moz-transition: all width 2s ease-out;
  -o-transition: all width 2s ease-out;
  transition: all width 2s ease-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.products .product .time a:hover {
  color: #000;
  -webkit-transform: scale(1.04);
}
.products .product .data-mb {
  color: #333;
}
.products .product .data-mb .title {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(left, #4b4b4b, #595959 50%, #4b4b4b);
  background-image: -o-linear-gradient(left, #4b4b4b, #595959 50%, #4b4b4b);
  background-image: linear-gradient(to right, #4b4b4b, #595959 50%, #4b4b4b);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b4b4b', endColorstr='#ff4b4b4b', GradientType=1);
  font-size: 22px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}
.products .product .data-mb .title_1 {
  background-image: -webkit-linear-gradient(left, #fff, #f8f8f8 50%, #fff);
  background-image: -o-linear-gradient(left, #fff, #f8f8f8 50%, #fff);
  background-image: linear-gradient(to right, #fff, #f8f8f8 50%, #fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=1);
}
.products .product .data-mb a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(left, #fff, #f8f8f8 50%, #fff);
  background-image: -o-linear-gradient(left, #fff, #f8f8f8 50%, #fff);
  background-image: linear-gradient(to right, #fff, #f8f8f8 50%, #fff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=1);
  -webkit-transition: width 2s;
  -o-transition: width 2s;
  transition: width 2s;
  -webkit-transition: all width 2s ease-out;
  -moz-transition: all width 2s ease-out;
  -o-transition: all width 2s ease-out;
  transition: all width 2s ease-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.products .product .data-mb a:hover {
  color: #000;
  -webkit-transform: scale(1.04);
}
.products .product .data {
  color: #ee9b00;
}
.products .product .data .title {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(left, #4b4b4b, #595959 50%, #4b4b4b);
  background-image: -o-linear-gradient(left, #4b4b4b, #595959 50%, #4b4b4b);
  background-image: linear-gradient(to right, #4b4b4b, #595959 50%, #4b4b4b);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b4b4b', endColorstr='#ff4b4b4b', GradientType=1);
  font-size: 22px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}
.products .product .data a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(left, #4b4b4b, #595959 50%, #4b4b4b);
  background-image: -o-linear-gradient(left, #4b4b4b, #595959 50%, #4b4b4b);
  background-image: linear-gradient(to right, #4b4b4b, #595959 50%, #4b4b4b);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b4b4b', endColorstr='#ff4b4b4b', GradientType=1);
  -webkit-transition: width 2s;
  -o-transition: width 2s;
  transition: width 2s;
  -webkit-transition: all width 2s ease-out;
  -moz-transition: all width 2s ease-out;
  -o-transition: all width 2s ease-out;
  transition: all width 2s ease-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.products .product .data a:hover {
  color: #fff;
  -webkit-transform: scale(1.04);
}
.products .product .data_title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding-top: 10px;
  padding-bottom: 0px !important;
  margin-bottom: -10px;
}
.products .product .data_title .price {
  padding-bottom: 10px;
}
.products .product .data_title_mb {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 0px !important;
  margin-bottom: -10px;
}
.products .product .data_title_mb .price {
  padding-bottom: 10px;
}
.products .product span {
  font-size: 25px;
  font-weight: bold;
  padding-top: 35px;
  padding-bottom: 35px;
  display: block;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 2px;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
/*!
 * bootstrap-select v1.5.4
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px\0;
  /*IE9 and below*/
}
.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%;
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
  padding: 4px 8px;
}
.bootstrap-select .bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bootstrap-select-searchbox input {
  margin-bottom: 0;
}
.bootstrap-select .bs-actionsbox .btn-group button {
  width: 50%;
}
.status-bar {
  z-index: 999999;
  position: absolute;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.status-bar p {
  width: 98%;
  margin-top: 9px;
  font-weight: bold !important;
  font-size: 14px;
  padding: 0;
}
.status-bar p a {
  color: #ffffff;
  text-decoration: underline;
}
.status-bar-info {
  background: #6683b3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6683b3), color-stop(1, #849fc2));
  background: -ms-linear-gradient(bottom, #6683b3, #849fc2);
  background: -moz-linear-gradient(center bottom, #6683b3 0%, #849fc2 100%);
  background: -o-linear-gradient(#849fc2, #6683b3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#849fc2', endColorstr='#6683b3', GradientType=0);
  border-bottom: 1px solid #849fc2;
}
.status-bar-danger {
  background: #d70000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d70000), color-stop(1, #b60000));
  background: -ms-linear-gradient(bottom, #d70000, #b60000);
  background: -moz-linear-gradient(center bottom, #d70000 0%, #b60000 100%);
  background: -o-linear-gradient(#b60000, #d70000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b60000', endColorstr='#d70000', GradientType=0);
  border-bottom: 1px solid #b60000;
}
.status-bar-success {
  background: #338939;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #338939), color-stop(1, #33a039));
  background: -ms-linear-gradient(bottom, #338939, #33a039);
  background: -moz-linear-gradient(center bottom, #338939 0%, #33a039 100%);
  background: -o-linear-gradient(#33a039, #338939);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33a039', endColorstr='#338939', GradientType=0);
  border-bottom: 1px solid #33a039;
}
.confirm-mail {
  z-index: 999999;
  /*  position: absolute;*/
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background: #e74c3c;
  background: #e70413;
  text-shadow: 0 1px 0 #b5030f;
  color: #fff;
  line-height: 15px;
  font-family: Arial;
  font-weight: bold;
}
.confirm-mail .container {
  padding: 10px;
}
@media (max-width: 539px) {
  .confirm-mail {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.confirm-mail a {
  color: #ffd800;
  text-decoration: underline;
}
.confirm-mail a:hover {
  color: #ffef99;
}
.confirm-mail .fa-warning {
  color: #ffd800;
}
.mobile-visible {
  margin-top: 20px;
}
@media (min-width: 640px) {
  #support {
    height: 40px;
    width: 77px;
    right: -18px;
    position: fixed;
    top: 80%;
    z-index: 999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  #support a {
    display: block;
    background: #ee9b00;
    height: 40px;
    width: 165px;
    padding: 8px 16px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
  }
  #support a:hover {
    background: #d58a00;
  }
  .mobile-visible {
    display: none;
  }
}
@media (max-width: 640px) {
  #support {
    display: none;
  }
}
/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #ee9b00;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #ee9b00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u-w4BMUTPHjxsIPx-oPCc.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u_w4BMUTPHjxsI3wi_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}
.radial-progress {
  margin: 50px;
  width: 120px;
  height: 120px;
  background-color: #d5d5d5;
  border-radius: 50%;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill,
.radial-progress .circle .shadow {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
}
.radial-progress .circle .shadow {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
}
.radial-progress .circle .mask,
.radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
  border-radius: 50%;
}
.radial-progress .circle .mask {
  clip: rect(0px, 120px, 120px, 60px);
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 60px, 120px, 0px);
  background-color: #de9800;
}
.radial-progress .inset {
  width: 90px;
  height: 90px;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
  background-color: #fbfbfb;
  border-radius: 50%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.radial-progress .inset .percentage {
  height: 22px;
  width: 57px;
  overflow: hidden;
  position: absolute;
  top: 34px;
  left: 16.5px;
  line-height: 1;
}
.radial-progress .inset .percentage .numbers {
  margin-top: -22px;
  transition: width 1s;
}
.radial-progress .inset .percentage .numbers span {
  width: 57px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #de9800;
}
.radial-progress[data-progress="0"] .circle .mask.full,
.radial-progress[data-progress="0"] .circle .fill {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .circle .fill.fix {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .inset .percentage .numbers {
  width: 57px;
}
.radial-progress[data-progress="1"] .circle .mask.full,
.radial-progress[data-progress="1"] .circle .fill {
  -webkit-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}
.radial-progress[data-progress="1"] .circle .fill.fix {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="1"] .inset .percentage .numbers {
  width: 114px;
}
.radial-progress[data-progress="2"] .circle .mask.full,
.radial-progress[data-progress="2"] .circle .fill {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="2"] .circle .fill.fix {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="2"] .inset .percentage .numbers {
  width: 171px;
}
.radial-progress[data-progress="3"] .circle .mask.full,
.radial-progress[data-progress="3"] .circle .fill {
  -webkit-transform: rotate(5.4deg);
  -ms-transform: rotate(5.4deg);
  transform: rotate(5.4deg);
}
.radial-progress[data-progress="3"] .circle .fill.fix {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="3"] .inset .percentage .numbers {
  width: 228px;
}
.radial-progress[data-progress="4"] .circle .mask.full,
.radial-progress[data-progress="4"] .circle .fill {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="4"] .circle .fill.fix {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="4"] .inset .percentage .numbers {
  width: 285px;
}
.radial-progress[data-progress="5"] .circle .mask.full,
.radial-progress[data-progress="5"] .circle .fill {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}
.radial-progress[data-progress="5"] .circle .fill.fix {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="5"] .inset .percentage .numbers {
  width: 342px;
}
.radial-progress[data-progress="6"] .circle .mask.full,
.radial-progress[data-progress="6"] .circle .fill {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="6"] .circle .fill.fix {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="6"] .inset .percentage .numbers {
  width: 399px;
}
.radial-progress[data-progress="7"] .circle .mask.full,
.radial-progress[data-progress="7"] .circle .fill {
  -webkit-transform: rotate(12.6deg);
  -ms-transform: rotate(12.6deg);
  transform: rotate(12.6deg);
}
.radial-progress[data-progress="7"] .circle .fill.fix {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="7"] .inset .percentage .numbers {
  width: 456px;
}
.radial-progress[data-progress="8"] .circle .mask.full,
.radial-progress[data-progress="8"] .circle .fill {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="8"] .circle .fill.fix {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="8"] .inset .percentage .numbers {
  width: 513px;
}
.radial-progress[data-progress="9"] .circle .mask.full,
.radial-progress[data-progress="9"] .circle .fill {
  -webkit-transform: rotate(16.2deg);
  -ms-transform: rotate(16.2deg);
  transform: rotate(16.2deg);
}
.radial-progress[data-progress="9"] .circle .fill.fix {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="9"] .inset .percentage .numbers {
  width: 570px;
}
.radial-progress[data-progress="10"] .circle .mask.full,
.radial-progress[data-progress="10"] .circle .fill {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="10"] .circle .fill.fix {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="10"] .inset .percentage .numbers {
  width: 627px;
}
.radial-progress[data-progress="11"] .circle .mask.full,
.radial-progress[data-progress="11"] .circle .fill {
  -webkit-transform: rotate(19.8deg);
  -ms-transform: rotate(19.8deg);
  transform: rotate(19.8deg);
}
.radial-progress[data-progress="11"] .circle .fill.fix {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="11"] .inset .percentage .numbers {
  width: 684px;
}
.radial-progress[data-progress="12"] .circle .mask.full,
.radial-progress[data-progress="12"] .circle .fill {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="12"] .circle .fill.fix {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="12"] .inset .percentage .numbers {
  width: 741px;
}
.radial-progress[data-progress="13"] .circle .mask.full,
.radial-progress[data-progress="13"] .circle .fill {
  -webkit-transform: rotate(23.4deg);
  -ms-transform: rotate(23.4deg);
  transform: rotate(23.4deg);
}
.radial-progress[data-progress="13"] .circle .fill.fix {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="13"] .inset .percentage .numbers {
  width: 798px;
}
.radial-progress[data-progress="14"] .circle .mask.full,
.radial-progress[data-progress="14"] .circle .fill {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="14"] .circle .fill.fix {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="14"] .inset .percentage .numbers {
  width: 855px;
}
.radial-progress[data-progress="15"] .circle .mask.full,
.radial-progress[data-progress="15"] .circle .fill {
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}
.radial-progress[data-progress="15"] .circle .fill.fix {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="15"] .inset .percentage .numbers {
  width: 912px;
}
.radial-progress[data-progress="16"] .circle .mask.full,
.radial-progress[data-progress="16"] .circle .fill {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="16"] .circle .fill.fix {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="16"] .inset .percentage .numbers {
  width: 969px;
}
.radial-progress[data-progress="17"] .circle .mask.full,
.radial-progress[data-progress="17"] .circle .fill {
  -webkit-transform: rotate(30.6deg);
  -ms-transform: rotate(30.6deg);
  transform: rotate(30.6deg);
}
.radial-progress[data-progress="17"] .circle .fill.fix {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="17"] .inset .percentage .numbers {
  width: 1026px;
}
.radial-progress[data-progress="18"] .circle .mask.full,
.radial-progress[data-progress="18"] .circle .fill {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="18"] .circle .fill.fix {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="18"] .inset .percentage .numbers {
  width: 1083px;
}
.radial-progress[data-progress="19"] .circle .mask.full,
.radial-progress[data-progress="19"] .circle .fill {
  -webkit-transform: rotate(34.2deg);
  -ms-transform: rotate(34.2deg);
  transform: rotate(34.2deg);
}
.radial-progress[data-progress="19"] .circle .fill.fix {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="19"] .inset .percentage .numbers {
  width: 1140px;
}
.radial-progress[data-progress="20"] .circle .mask.full,
.radial-progress[data-progress="20"] .circle .fill {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="20"] .circle .fill.fix {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="20"] .inset .percentage .numbers {
  width: 1197px;
}
.radial-progress[data-progress="21"] .circle .mask.full,
.radial-progress[data-progress="21"] .circle .fill {
  -webkit-transform: rotate(37.8deg);
  -ms-transform: rotate(37.8deg);
  transform: rotate(37.8deg);
}
.radial-progress[data-progress="21"] .circle .fill.fix {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="21"] .inset .percentage .numbers {
  width: 1254px;
}
.radial-progress[data-progress="22"] .circle .mask.full,
.radial-progress[data-progress="22"] .circle .fill {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="22"] .circle .fill.fix {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="22"] .inset .percentage .numbers {
  width: 1311px;
}
.radial-progress[data-progress="23"] .circle .mask.full,
.radial-progress[data-progress="23"] .circle .fill {
  -webkit-transform: rotate(41.4deg);
  -ms-transform: rotate(41.4deg);
  transform: rotate(41.4deg);
}
.radial-progress[data-progress="23"] .circle .fill.fix {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="23"] .inset .percentage .numbers {
  width: 1368px;
}
.radial-progress[data-progress="24"] .circle .mask.full,
.radial-progress[data-progress="24"] .circle .fill {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="24"] .circle .fill.fix {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="24"] .inset .percentage .numbers {
  width: 1425px;
}
.radial-progress[data-progress="25"] .circle .mask.full,
.radial-progress[data-progress="25"] .circle .fill {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radial-progress[data-progress="25"] .circle .fill.fix {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="25"] .inset .percentage .numbers {
  width: 1482px;
}
.radial-progress[data-progress="26"] .circle .mask.full,
.radial-progress[data-progress="26"] .circle .fill {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="26"] .circle .fill.fix {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="26"] .inset .percentage .numbers {
  width: 1539px;
}
.radial-progress[data-progress="27"] .circle .mask.full,
.radial-progress[data-progress="27"] .circle .fill {
  -webkit-transform: rotate(48.6deg);
  -ms-transform: rotate(48.6deg);
  transform: rotate(48.6deg);
}
.radial-progress[data-progress="27"] .circle .fill.fix {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="27"] .inset .percentage .numbers {
  width: 1596px;
}
.radial-progress[data-progress="28"] .circle .mask.full,
.radial-progress[data-progress="28"] .circle .fill {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="28"] .circle .fill.fix {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="28"] .inset .percentage .numbers {
  width: 1653px;
}
.radial-progress[data-progress="29"] .circle .mask.full,
.radial-progress[data-progress="29"] .circle .fill {
  -webkit-transform: rotate(52.2deg);
  -ms-transform: rotate(52.2deg);
  transform: rotate(52.2deg);
}
.radial-progress[data-progress="29"] .circle .fill.fix {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="29"] .inset .percentage .numbers {
  width: 1710px;
}
.radial-progress[data-progress="30"] .circle .mask.full,
.radial-progress[data-progress="30"] .circle .fill {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="30"] .circle .fill.fix {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="30"] .inset .percentage .numbers {
  width: 1767px;
}
.radial-progress[data-progress="31"] .circle .mask.full,
.radial-progress[data-progress="31"] .circle .fill {
  -webkit-transform: rotate(55.8deg);
  -ms-transform: rotate(55.8deg);
  transform: rotate(55.8deg);
}
.radial-progress[data-progress="31"] .circle .fill.fix {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="31"] .inset .percentage .numbers {
  width: 1824px;
}
.radial-progress[data-progress="32"] .circle .mask.full,
.radial-progress[data-progress="32"] .circle .fill {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="32"] .circle .fill.fix {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="32"] .inset .percentage .numbers {
  width: 1881px;
}
.radial-progress[data-progress="33"] .circle .mask.full,
.radial-progress[data-progress="33"] .circle .fill {
  -webkit-transform: rotate(59.4deg);
  -ms-transform: rotate(59.4deg);
  transform: rotate(59.4deg);
}
.radial-progress[data-progress="33"] .circle .fill.fix {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="33"] .inset .percentage .numbers {
  width: 1938px;
}
.radial-progress[data-progress="34"] .circle .mask.full,
.radial-progress[data-progress="34"] .circle .fill {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="34"] .circle .fill.fix {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="34"] .inset .percentage .numbers {
  width: 1995px;
}
.radial-progress[data-progress="35"] .circle .mask.full,
.radial-progress[data-progress="35"] .circle .fill {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.radial-progress[data-progress="35"] .circle .fill.fix {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="35"] .inset .percentage .numbers {
  width: 2052px;
}
.radial-progress[data-progress="36"] .circle .mask.full,
.radial-progress[data-progress="36"] .circle .fill {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="36"] .circle .fill.fix {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="36"] .inset .percentage .numbers {
  width: 2109px;
}
.radial-progress[data-progress="37"] .circle .mask.full,
.radial-progress[data-progress="37"] .circle .fill {
  -webkit-transform: rotate(66.6deg);
  -ms-transform: rotate(66.6deg);
  transform: rotate(66.6deg);
}
.radial-progress[data-progress="37"] .circle .fill.fix {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="37"] .inset .percentage .numbers {
  width: 2166px;
}
.radial-progress[data-progress="38"] .circle .mask.full,
.radial-progress[data-progress="38"] .circle .fill {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="38"] .circle .fill.fix {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="38"] .inset .percentage .numbers {
  width: 2223px;
}
.radial-progress[data-progress="39"] .circle .mask.full,
.radial-progress[data-progress="39"] .circle .fill {
  -webkit-transform: rotate(70.2deg);
  -ms-transform: rotate(70.2deg);
  transform: rotate(70.2deg);
}
.radial-progress[data-progress="39"] .circle .fill.fix {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="39"] .inset .percentage .numbers {
  width: 2280px;
}
.radial-progress[data-progress="40"] .circle .mask.full,
.radial-progress[data-progress="40"] .circle .fill {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="40"] .circle .fill.fix {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="40"] .inset .percentage .numbers {
  width: 2337px;
}
.radial-progress[data-progress="41"] .circle .mask.full,
.radial-progress[data-progress="41"] .circle .fill {
  -webkit-transform: rotate(73.8deg);
  -ms-transform: rotate(73.8deg);
  transform: rotate(73.8deg);
}
.radial-progress[data-progress="41"] .circle .fill.fix {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="41"] .inset .percentage .numbers {
  width: 2394px;
}
.radial-progress[data-progress="42"] .circle .mask.full,
.radial-progress[data-progress="42"] .circle .fill {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="42"] .circle .fill.fix {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="42"] .inset .percentage .numbers {
  width: 2451px;
}
.radial-progress[data-progress="43"] .circle .mask.full,
.radial-progress[data-progress="43"] .circle .fill {
  -webkit-transform: rotate(77.4deg);
  -ms-transform: rotate(77.4deg);
  transform: rotate(77.4deg);
}
.radial-progress[data-progress="43"] .circle .fill.fix {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="43"] .inset .percentage .numbers {
  width: 2508px;
}
.radial-progress[data-progress="44"] .circle .mask.full,
.radial-progress[data-progress="44"] .circle .fill {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="44"] .circle .fill.fix {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="44"] .inset .percentage .numbers {
  width: 2565px;
}
.radial-progress[data-progress="45"] .circle .mask.full,
.radial-progress[data-progress="45"] .circle .fill {
  -webkit-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  transform: rotate(81deg);
}
.radial-progress[data-progress="45"] .circle .fill.fix {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="45"] .inset .percentage .numbers {
  width: 2622px;
}
.radial-progress[data-progress="46"] .circle .mask.full,
.radial-progress[data-progress="46"] .circle .fill {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="46"] .circle .fill.fix {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="46"] .inset .percentage .numbers {
  width: 2679px;
}
.radial-progress[data-progress="47"] .circle .mask.full,
.radial-progress[data-progress="47"] .circle .fill {
  -webkit-transform: rotate(84.6deg);
  -ms-transform: rotate(84.6deg);
  transform: rotate(84.6deg);
}
.radial-progress[data-progress="47"] .circle .fill.fix {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="47"] .inset .percentage .numbers {
  width: 2736px;
}
.radial-progress[data-progress="48"] .circle .mask.full,
.radial-progress[data-progress="48"] .circle .fill {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="48"] .circle .fill.fix {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="48"] .inset .percentage .numbers {
  width: 2793px;
}
.radial-progress[data-progress="49"] .circle .mask.full,
.radial-progress[data-progress="49"] .circle .fill {
  -webkit-transform: rotate(88.2deg);
  -ms-transform: rotate(88.2deg);
  transform: rotate(88.2deg);
}
.radial-progress[data-progress="49"] .circle .fill.fix {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="49"] .inset .percentage .numbers {
  width: 2850px;
}
.radial-progress[data-progress="50"] .circle .mask.full,
.radial-progress[data-progress="50"] .circle .fill {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="50"] .circle .fill.fix {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="50"] .inset .percentage .numbers {
  width: 2907px;
}
.radial-progress[data-progress="51"] .circle .mask.full,
.radial-progress[data-progress="51"] .circle .fill {
  -webkit-transform: rotate(91.8deg);
  -ms-transform: rotate(91.8deg);
  transform: rotate(91.8deg);
}
.radial-progress[data-progress="51"] .circle .fill.fix {
  -webkit-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.radial-progress[data-progress="51"] .inset .percentage .numbers {
  width: 2964px;
}
.radial-progress[data-progress="52"] .circle .mask.full,
.radial-progress[data-progress="52"] .circle .fill {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="52"] .circle .fill.fix {
  -webkit-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.radial-progress[data-progress="52"] .inset .percentage .numbers {
  width: 3021px;
}
.radial-progress[data-progress="53"] .circle .mask.full,
.radial-progress[data-progress="53"] .circle .fill {
  -webkit-transform: rotate(95.4deg);
  -ms-transform: rotate(95.4deg);
  transform: rotate(95.4deg);
}
.radial-progress[data-progress="53"] .circle .fill.fix {
  -webkit-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.radial-progress[data-progress="53"] .inset .percentage .numbers {
  width: 3078px;
}
.radial-progress[data-progress="54"] .circle .mask.full,
.radial-progress[data-progress="54"] .circle .fill {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="54"] .circle .fill.fix {
  -webkit-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.radial-progress[data-progress="54"] .inset .percentage .numbers {
  width: 3135px;
}
.radial-progress[data-progress="55"] .circle .mask.full,
.radial-progress[data-progress="55"] .circle .fill {
  -webkit-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  transform: rotate(99deg);
}
.radial-progress[data-progress="55"] .circle .fill.fix {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
}
.radial-progress[data-progress="55"] .inset .percentage .numbers {
  width: 3192px;
}
.radial-progress[data-progress="56"] .circle .mask.full,
.radial-progress[data-progress="56"] .circle .fill {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="56"] .circle .fill.fix {
  -webkit-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.radial-progress[data-progress="56"] .inset .percentage .numbers {
  width: 3249px;
}
.radial-progress[data-progress="57"] .circle .mask.full,
.radial-progress[data-progress="57"] .circle .fill {
  -webkit-transform: rotate(102.6deg);
  -ms-transform: rotate(102.6deg);
  transform: rotate(102.6deg);
}
.radial-progress[data-progress="57"] .circle .fill.fix {
  -webkit-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.radial-progress[data-progress="57"] .inset .percentage .numbers {
  width: 3306px;
}
.radial-progress[data-progress="58"] .circle .mask.full,
.radial-progress[data-progress="58"] .circle .fill {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="58"] .circle .fill.fix {
  -webkit-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.radial-progress[data-progress="58"] .inset .percentage .numbers {
  width: 3363px;
}
.radial-progress[data-progress="59"] .circle .mask.full,
.radial-progress[data-progress="59"] .circle .fill {
  -webkit-transform: rotate(106.2deg);
  -ms-transform: rotate(106.2deg);
  transform: rotate(106.2deg);
}
.radial-progress[data-progress="59"] .circle .fill.fix {
  -webkit-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.radial-progress[data-progress="59"] .inset .percentage .numbers {
  width: 3420px;
}
.radial-progress[data-progress="60"] .circle .mask.full,
.radial-progress[data-progress="60"] .circle .fill {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="60"] .circle .fill.fix {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}
.radial-progress[data-progress="60"] .inset .percentage .numbers {
  width: 3477px;
}
.radial-progress[data-progress="61"] .circle .mask.full,
.radial-progress[data-progress="61"] .circle .fill {
  -webkit-transform: rotate(109.8deg);
  -ms-transform: rotate(109.8deg);
  transform: rotate(109.8deg);
}
.radial-progress[data-progress="61"] .circle .fill.fix {
  -webkit-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.radial-progress[data-progress="61"] .inset .percentage .numbers {
  width: 3534px;
}
.radial-progress[data-progress="62"] .circle .mask.full,
.radial-progress[data-progress="62"] .circle .fill {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="62"] .circle .fill.fix {
  -webkit-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.radial-progress[data-progress="62"] .inset .percentage .numbers {
  width: 3591px;
}
.radial-progress[data-progress="63"] .circle .mask.full,
.radial-progress[data-progress="63"] .circle .fill {
  -webkit-transform: rotate(113.4deg);
  -ms-transform: rotate(113.4deg);
  transform: rotate(113.4deg);
}
.radial-progress[data-progress="63"] .circle .fill.fix {
  -webkit-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.radial-progress[data-progress="63"] .inset .percentage .numbers {
  width: 3648px;
}
.radial-progress[data-progress="64"] .circle .mask.full,
.radial-progress[data-progress="64"] .circle .fill {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="64"] .circle .fill.fix {
  -webkit-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.radial-progress[data-progress="64"] .inset .percentage .numbers {
  width: 3705px;
}
.radial-progress[data-progress="65"] .circle .mask.full,
.radial-progress[data-progress="65"] .circle .fill {
  -webkit-transform: rotate(117deg);
  -ms-transform: rotate(117deg);
  transform: rotate(117deg);
}
.radial-progress[data-progress="65"] .circle .fill.fix {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  transform: rotate(234deg);
}
.radial-progress[data-progress="65"] .inset .percentage .numbers {
  width: 3762px;
}
.radial-progress[data-progress="66"] .circle .mask.full,
.radial-progress[data-progress="66"] .circle .fill {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="66"] .circle .fill.fix {
  -webkit-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.radial-progress[data-progress="66"] .inset .percentage .numbers {
  width: 3819px;
}
.radial-progress[data-progress="67"] .circle .mask.full,
.radial-progress[data-progress="67"] .circle .fill {
  -webkit-transform: rotate(120.6deg);
  -ms-transform: rotate(120.6deg);
  transform: rotate(120.6deg);
}
.radial-progress[data-progress="67"] .circle .fill.fix {
  -webkit-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.radial-progress[data-progress="67"] .inset .percentage .numbers {
  width: 3876px;
}
.radial-progress[data-progress="68"] .circle .mask.full,
.radial-progress[data-progress="68"] .circle .fill {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="68"] .circle .fill.fix {
  -webkit-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.radial-progress[data-progress="68"] .inset .percentage .numbers {
  width: 3933px;
}
.radial-progress[data-progress="69"] .circle .mask.full,
.radial-progress[data-progress="69"] .circle .fill {
  -webkit-transform: rotate(124.2deg);
  -ms-transform: rotate(124.2deg);
  transform: rotate(124.2deg);
}
.radial-progress[data-progress="69"] .circle .fill.fix {
  -webkit-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.radial-progress[data-progress="69"] .inset .percentage .numbers {
  width: 3990px;
}
.radial-progress[data-progress="70"] .circle .mask.full,
.radial-progress[data-progress="70"] .circle .fill {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="70"] .circle .fill.fix {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
}
.radial-progress[data-progress="70"] .inset .percentage .numbers {
  width: 4047px;
}
.radial-progress[data-progress="71"] .circle .mask.full,
.radial-progress[data-progress="71"] .circle .fill {
  -webkit-transform: rotate(127.8deg);
  -ms-transform: rotate(127.8deg);
  transform: rotate(127.8deg);
}
.radial-progress[data-progress="71"] .circle .fill.fix {
  -webkit-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.radial-progress[data-progress="71"] .inset .percentage .numbers {
  width: 4104px;
}
.radial-progress[data-progress="72"] .circle .mask.full,
.radial-progress[data-progress="72"] .circle .fill {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="72"] .circle .fill.fix {
  -webkit-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.radial-progress[data-progress="72"] .inset .percentage .numbers {
  width: 4161px;
}
.radial-progress[data-progress="73"] .circle .mask.full,
.radial-progress[data-progress="73"] .circle .fill {
  -webkit-transform: rotate(131.4deg);
  -ms-transform: rotate(131.4deg);
  transform: rotate(131.4deg);
}
.radial-progress[data-progress="73"] .circle .fill.fix {
  -webkit-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.radial-progress[data-progress="73"] .inset .percentage .numbers {
  width: 4218px;
}
.radial-progress[data-progress="74"] .circle .mask.full,
.radial-progress[data-progress="74"] .circle .fill {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="74"] .circle .fill.fix {
  -webkit-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.radial-progress[data-progress="74"] .inset .percentage .numbers {
  width: 4275px;
}
.radial-progress[data-progress="75"] .circle .mask.full,
.radial-progress[data-progress="75"] .circle .fill {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.radial-progress[data-progress="75"] .circle .fill.fix {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.radial-progress[data-progress="75"] .inset .percentage .numbers {
  width: 4332px;
}
.radial-progress[data-progress="76"] .circle .mask.full,
.radial-progress[data-progress="76"] .circle .fill {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="76"] .circle .fill.fix {
  -webkit-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.radial-progress[data-progress="76"] .inset .percentage .numbers {
  width: 4389px;
}
.radial-progress[data-progress="77"] .circle .mask.full,
.radial-progress[data-progress="77"] .circle .fill {
  -webkit-transform: rotate(138.6deg);
  -ms-transform: rotate(138.6deg);
  transform: rotate(138.6deg);
}
.radial-progress[data-progress="77"] .circle .fill.fix {
  -webkit-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.radial-progress[data-progress="77"] .inset .percentage .numbers {
  width: 4446px;
}
.radial-progress[data-progress="78"] .circle .mask.full,
.radial-progress[data-progress="78"] .circle .fill {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="78"] .circle .fill.fix {
  -webkit-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.radial-progress[data-progress="78"] .inset .percentage .numbers {
  width: 4503px;
}
.radial-progress[data-progress="79"] .circle .mask.full,
.radial-progress[data-progress="79"] .circle .fill {
  -webkit-transform: rotate(142.2deg);
  -ms-transform: rotate(142.2deg);
  transform: rotate(142.2deg);
}
.radial-progress[data-progress="79"] .circle .fill.fix {
  -webkit-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.radial-progress[data-progress="79"] .inset .percentage .numbers {
  width: 4560px;
}
.radial-progress[data-progress="80"] .circle .mask.full,
.radial-progress[data-progress="80"] .circle .fill {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="80"] .circle .fill.fix {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}
.radial-progress[data-progress="80"] .inset .percentage .numbers {
  width: 4617px;
}
.radial-progress[data-progress="81"] .circle .mask.full,
.radial-progress[data-progress="81"] .circle .fill {
  -webkit-transform: rotate(145.8deg);
  -ms-transform: rotate(145.8deg);
  transform: rotate(145.8deg);
}
.radial-progress[data-progress="81"] .circle .fill.fix {
  -webkit-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.radial-progress[data-progress="81"] .inset .percentage .numbers {
  width: 4674px;
}
.radial-progress[data-progress="82"] .circle .mask.full,
.radial-progress[data-progress="82"] .circle .fill {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="82"] .circle .fill.fix {
  -webkit-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.radial-progress[data-progress="82"] .inset .percentage .numbers {
  width: 4731px;
}
.radial-progress[data-progress="83"] .circle .mask.full,
.radial-progress[data-progress="83"] .circle .fill {
  -webkit-transform: rotate(149.4deg);
  -ms-transform: rotate(149.4deg);
  transform: rotate(149.4deg);
}
.radial-progress[data-progress="83"] .circle .fill.fix {
  -webkit-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.radial-progress[data-progress="83"] .inset .percentage .numbers {
  width: 4788px;
}
.radial-progress[data-progress="84"] .circle .mask.full,
.radial-progress[data-progress="84"] .circle .fill {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="84"] .circle .fill.fix {
  -webkit-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.radial-progress[data-progress="84"] .inset .percentage .numbers {
  width: 4845px;
}
.radial-progress[data-progress="85"] .circle .mask.full,
.radial-progress[data-progress="85"] .circle .fill {
  -webkit-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  transform: rotate(153deg);
}
.radial-progress[data-progress="85"] .circle .fill.fix {
  -webkit-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  transform: rotate(306deg);
}
.radial-progress[data-progress="85"] .inset .percentage .numbers {
  width: 4902px;
}
.radial-progress[data-progress="86"] .circle .mask.full,
.radial-progress[data-progress="86"] .circle .fill {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="86"] .circle .fill.fix {
  -webkit-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.radial-progress[data-progress="86"] .inset .percentage .numbers {
  width: 4959px;
}
.radial-progress[data-progress="87"] .circle .mask.full,
.radial-progress[data-progress="87"] .circle .fill {
  -webkit-transform: rotate(156.6deg);
  -ms-transform: rotate(156.6deg);
  transform: rotate(156.6deg);
}
.radial-progress[data-progress="87"] .circle .fill.fix {
  -webkit-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.radial-progress[data-progress="87"] .inset .percentage .numbers {
  width: 5016px;
}
.radial-progress[data-progress="88"] .circle .mask.full,
.radial-progress[data-progress="88"] .circle .fill {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="88"] .circle .fill.fix {
  -webkit-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.radial-progress[data-progress="88"] .inset .percentage .numbers {
  width: 5073px;
}
.radial-progress[data-progress="89"] .circle .mask.full,
.radial-progress[data-progress="89"] .circle .fill {
  -webkit-transform: rotate(160.2deg);
  -ms-transform: rotate(160.2deg);
  transform: rotate(160.2deg);
}
.radial-progress[data-progress="89"] .circle .fill.fix {
  -webkit-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.radial-progress[data-progress="89"] .inset .percentage .numbers {
  width: 5130px;
}
.radial-progress[data-progress="90"] .circle .mask.full,
.radial-progress[data-progress="90"] .circle .fill {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="90"] .circle .fill.fix {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
}
.radial-progress[data-progress="90"] .inset .percentage .numbers {
  width: 5187px;
}
.radial-progress[data-progress="91"] .circle .mask.full,
.radial-progress[data-progress="91"] .circle .fill {
  -webkit-transform: rotate(163.8deg);
  -ms-transform: rotate(163.8deg);
  transform: rotate(163.8deg);
}
.radial-progress[data-progress="91"] .circle .fill.fix {
  -webkit-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.radial-progress[data-progress="91"] .inset .percentage .numbers {
  width: 5244px;
}
.radial-progress[data-progress="92"] .circle .mask.full,
.radial-progress[data-progress="92"] .circle .fill {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="92"] .circle .fill.fix {
  -webkit-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.radial-progress[data-progress="92"] .inset .percentage .numbers {
  width: 5301px;
}
.radial-progress[data-progress="93"] .circle .mask.full,
.radial-progress[data-progress="93"] .circle .fill {
  -webkit-transform: rotate(167.4deg);
  -ms-transform: rotate(167.4deg);
  transform: rotate(167.4deg);
}
.radial-progress[data-progress="93"] .circle .fill.fix {
  -webkit-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.radial-progress[data-progress="93"] .inset .percentage .numbers {
  width: 5358px;
}
.radial-progress[data-progress="94"] .circle .mask.full,
.radial-progress[data-progress="94"] .circle .fill {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="94"] .circle .fill.fix {
  -webkit-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.radial-progress[data-progress="94"] .inset .percentage .numbers {
  width: 5415px;
}
.radial-progress[data-progress="95"] .circle .mask.full,
.radial-progress[data-progress="95"] .circle .fill {
  -webkit-transform: rotate(171deg);
  -ms-transform: rotate(171deg);
  transform: rotate(171deg);
}
.radial-progress[data-progress="95"] .circle .fill.fix {
  -webkit-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  transform: rotate(342deg);
}
.radial-progress[data-progress="95"] .inset .percentage .numbers {
  width: 5472px;
}
.radial-progress[data-progress="96"] .circle .mask.full,
.radial-progress[data-progress="96"] .circle .fill {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="96"] .circle .fill.fix {
  -webkit-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.radial-progress[data-progress="96"] .inset .percentage .numbers {
  width: 5529px;
}
.radial-progress[data-progress="97"] .circle .mask.full,
.radial-progress[data-progress="97"] .circle .fill {
  -webkit-transform: rotate(174.6deg);
  -ms-transform: rotate(174.6deg);
  transform: rotate(174.6deg);
}
.radial-progress[data-progress="97"] .circle .fill.fix {
  -webkit-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.radial-progress[data-progress="97"] .inset .percentage .numbers {
  width: 5586px;
}
.radial-progress[data-progress="98"] .circle .mask.full,
.radial-progress[data-progress="98"] .circle .fill {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="98"] .circle .fill.fix {
  -webkit-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.radial-progress[data-progress="98"] .inset .percentage .numbers {
  width: 5643px;
}
.radial-progress[data-progress="99"] .circle .mask.full,
.radial-progress[data-progress="99"] .circle .fill {
  -webkit-transform: rotate(178.2deg);
  -ms-transform: rotate(178.2deg);
  transform: rotate(178.2deg);
}
.radial-progress[data-progress="99"] .circle .fill.fix {
  -webkit-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.radial-progress[data-progress="99"] .inset .percentage .numbers {
  width: 5700px;
}
.radial-progress[data-progress="100"] .circle .mask.full,
.radial-progress[data-progress="100"] .circle .fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="100"] .circle .fill.fix {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.radial-progress[data-progress="100"] .inset .percentage .numbers {
  width: 5757px;
}
.sg {
  /*a.lte:after {
    content: ' 4G';
    font-size: 13px;
    color: @brand-primary;
    font-weight: bold;
  }

  a.threeG:after {
    content: ' 3G';
    font-size: 13px;
    color: #d9534f;// #a94442;
    font-weight: bold;
  }*/
}
.sg .notifications-content {
  text-align: center;
}
.sg article {
  border: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.sg .nav-tabs li {
  color: #808080 !important;
}
.sg .nav-tabs .active a {
  color: #000;
}
.sg .nav-tabs li.open a {
  color: #262626;
}
.sg .nav-tabs li.open > a {
  color: #ee9b00;
  background-color: #eee;
}
.sg .nav-tabs li.dropdown ul.dropdown-menu > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.sg .nav-tabs li.dropdown ul.dropdown-menu > li > div.divider {
  margin-top: 0px;
  margin-bottom: 0px;
}
.sg .nav-tabs li.dropdown ul.dropdown-menu > li:last-child > div.divider {
  display: none;
}
@media (max-width: 480px) {
  .sg ul.nav.nav-tabs.special[role=tablist] > li {
    width: 100%;
    text-align: left;
  }
  .sg ul.nav.nav-tabs.special[role=tablist] :not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
}
.sg .panel-body .form-inline div > .form-group {
  width: 100%;
  padding-right: 5px;
}
.sg .panel-body .form-inline div > .form-group .form-control {
  width: inherit;
}
@media (max-width: 991px) {
  .sg .panel-body .form-inline div > .form-group {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .sg .panel-body .form-inline div > .form-group {
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .sg {
    /*label.threeG:after {
      content    : ' 3G';
      color      : #d9534f;
      font-weight: 700;
    }

    label.lte:after {
      content    : ' 4G';
      color      : #ee9b00;
      font-weight: 700;
    }*/
  }
  .sg table.table.table-condensed {
    font-size: 12px;
  }
  .sg .nav-tabs {
    margin-bottom: 10px;
  }
  .sg .nav-tabs li.dropdown {
    width: 100%;
    text-align: center;
  }
  .sg .nav-tabs li.dropdown ul.dropdown-menu {
    width: 100%;
    font-weight: 300!important;
  }
  .sg .nav-tabs li.dropdown ul.dropdown-menu > li > a {
    font-weight: 400!important;
  }
  .sg .nav-tabs li.dropdown ul.dropdown-menu > li > a:hover {
    color: #262626;
  }
  .sg .nav-tabs li.dropdown > a {
    font-weight: 300!important;
    margin-right: 0px;
  }
  .sg .nav-tabs li.dropdown > a.open,
  .sg .nav-tabs li.dropdown > a:focus,
  .sg .nav-tabs li.dropdown > a:hover {
    color: #ee9b00;
  }
  .sg .nav-tabs li.dropdown > a.open label,
  .sg .nav-tabs li.dropdown > a:focus label,
  .sg .nav-tabs li.dropdown > a:hover label {
    color: #262626;
  }
  .sg #fylla ul.nav-justified > li {
    margin-bottom: 0px;
  }
  .sg #fylla ul.nav-justified > li > a:focus,
  .sg #fylla ul.nav-justified > li > a:hover {
    background-color: #eee;
  }
  .sg #fylla ul.nav-justified > li:nth-child(-n+2) {
    margin-bottom: 5px;
  }
  .sg #fylla ul.nav-justified > li:last-child {
    margin-bottom: 15px;
  }
  .sg .nav-pills > li + li {
    margin-left: 0px;
  }
}
.sg #fylla ul.nav-justified {
  background-color: transparent;
}
.sg #fylla ul.nav-justified > li > a {
  background-color: #eee;
}
.sg #fylla ul.nav-justified > li > a:focus,
.sg #fylla ul.nav-justified > li > a:hover {
  background-color: #f7f7f8;
}
.sg #fylla ul.nav-justified > li.active a {
  background: #d5d5d5;
}
.sg .nav .open > a,
.sg .nav .open > a:hover,
.sg .nav .open > a:focus {
  border-color: transparent!important;
}
.sg .border-top {
  border-top: 1px solid #e2e2e2;
}
.sg .panel-body {
  background-color: white;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.sg .menu {
  margin-left: 20px;
  margin-right: 20px;
  /*font-family: arial, helvetica, sans-serif;*/
  font-size: 13px;
  padding-bottom: 30px;
}
.sg .menu h3 {
  padding: 10px 20px 20px 0px;
  background-color: #ffffff;
  margin: 0;
}
.sg .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  height: auto;
}
.sg .menu ul > li > a {
  position: relative;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: left;
  text-indent: 30px;
  display: block;
  /*font-weight: bold;*/
  color: #333;
  border-bottom: 1px solid #f3f3f3;
}
.sg .menu ul li ul > li > a {
  background: #f6f6f6;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-indent: 32px;
  display: block;
  position: relative;
  font-size: 0.923em;
  font-weight: normal;
  color: #555;
  /*border-bottom: 1px solid #ededed;*/
  border-bottom: 1px solid transparent;
}
.sg .menu ul > li > ul li:last-child a {
  margin-bottom: 5px;
  border-bottom: 1px solid #ededed;
}
.sg .menu ul > li > a:before {
  content: '▶';
  font-size: 10px;
  color: #555;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0px;
  left: -20px;
}
.sg .menu ul > li > ul li a:before {
  content: '▶';
  font-size: 10px;
  color: #bcbcbf;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  left: -20px;
}
.sg .menu > ul > li > ul li:hover a,
.sg .menu > ul > li > ul li:hover a span,
.sg .menu > ul > li > ul li:hover a:before {
  color: #32373D;
}
.sg .menu > ul > li > .active {
  background: #d5d5d5;
  /*background-color: #333;*/
  font-weight: bold;
}
.sg .menu ul > li > ul li .active::before {
  color: #000;
}
.sg .menu > ul > li > ul li .active {
  background-color: #eeeeee;
  color: #000;
  font-weight: bold;
}
div.add-buttons > div.col-md-5 > a.btn.btn-block.btn-lg.btn-primary {
  white-space: normal !important;
  word-wrap: break-word;
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.add-buttons > div.col-md-5 > a.btn.btn-block.btn-lg.btn-primary {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  div.add-buttons > div.col-md-5 > a.btn.btn-block.btn-lg.btn-primary {
    font-size: 14px;
  }
}
@media (min-width: 641px) {
  section.home {
    padding: 80px 0;
  }
}
section.home:before,
section.home:after {
  content: " ";
  display: table;
}
section.home:after {
  clear: both;
}
section.home:before,
section.home:after {
  content: " ";
  display: table;
}
section.home:after {
  clear: both;
}
section.home > div {
  padding: 20px 0 40px;
}
@media (min-width: 641px) {
  section.home > div {
    float: left;
    width: 33.33%;
  }
}
@media (min-width: 481px) {
  section.home > div {
    padding: 28px;
  }
}
section.home > div img {
  width: 100%;
}
section.home h2 {
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 0.3em;
  margin-top: 0;
}
section.home p {
  font-size: 13px;
}
section.home a {
  color: #ee9b00;
}
section.home a:hover {
  color: #eb9900;
}
section.content {
  padding: 40px 0;
  margin-left: 25%;
}
section.content:before,
section.content:after {
  content: " ";
  display: table;
}
section.content:after {
  clear: both;
}
section.content:before,
section.content:after {
  content: " ";
  display: table;
}
section.content:after {
  clear: both;
}
section.content aside {
  float: left;
  width: 200px;
  margin-left: -200px;
}
@media (max-width: 810px) {
  section.content aside {
    width: 140px;
    margin-left: -140px;
  }
}
section.content aside {
  padding-top: 10px;
}
section.content aside .nav a {
  max-width: 200px;
  display: block;
  font-size: 13px;
  padding: 0.5em 0;
}
section.content aside .nav a:hover {
  color: inherit;
}
section.content aside .nav a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 10px;
}
section.content aside .nav a:hover:before {
  background: #3b3d3e;
}
section.content aside .nav a.active:before {
  background: #ee9b00;
}
@media (max-width: 640px) {
  section.content {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 490px) {
  section.content {
    padding: 0;
    margin-left: 0;
  }
  section.content aside {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
  }
  section.content aside:before,
  section.content aside:after {
    content: " ";
    display: table;
  }
  section.content aside:after {
    clear: both;
  }
  section.content aside:before,
  section.content aside:after {
    content: " ";
    display: table;
  }
  section.content aside:after {
    clear: both;
  }
  section.content aside a {
    float: left;
    width: 33.33%;
    font-size: 11px;
    padding: 0.3em 0;
  }
  section.content aside a:before {
    display: none;
  }
  section.content aside a:hover {
    color: #000;
  }
  section.content aside a.active {
    color: #ee9b00;
  }
  section.content article {
    padding: 0;
    border-left: 0;
  }
}
section.content_default {
  padding-top: 40px;
}
section.content_default p a {
  color: #ee9b00;
}
section.content_default p a:hover {
  color: #bb7a00 !important;
}
section.content_default aside .nav {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-top: 10px;
  border: 1px solid #e2e2e2;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.content_default aside .nav h3 {
  padding: 10px 20px 20px 20px;
  background-color: #ffffff;
  margin: 0;
}
section.content_default aside .nav h5 {
  padding: 20px 20px 5px 25px;
  background-color: #ffffff;
  margin: 0;
}
section.content_default aside .nav > div {
  padding: 20px;
  padding-left: 20px;
}
section.content_default aside .nav a {
  min-height: 33px;
  margin-left: 20px;
  margin-right: 20px;
  color: #555;
  border-bottom: 1px solid #efefef;
  display: block;
  font-size: 13px;
  padding: 0.5em 0;
  padding-left: 5px !important;
  padding-right: 0px;
}
section.content_default aside .nav a:last-child {
  margin-bottom: 40px;
}
section.content_default aside .nav a i {
  width: 25px;
  color: #555;
  font-size: 14px;
}
section.content_default aside .nav a:hover {
  background-color: #f7f7f7;
  color: inherit;
}
section.content_default aside .nav a.active {
  font-weight: bold;
  background-color: #ee9b00;
  color: #fff;
}
section.content_default aside .nav a.active i {
  font-weight: bold;
  color: #ffffff;
}
section.content_default article {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  padding: 0 20px;
  padding-bottom: 30px;
  min-height: 500px;
}
section.content_default article h2 {
  margin-top: 0;
  margin-bottom: 0.8em;
  font-size: 18px;
  font-weight: 700;
}
section.content_default article h3 {
  font-size: 18px;
  font-weight: 700;
}
section.content_default article h4 {
  font-size: 14px;
  font-weight: 700;
}
section.content_default article a:hover {
  color: #ee9b00;
}
section.steps {
  padding: 20px 0;
}
@media (min-width: 641px) {
  section.steps {
    padding-top: 80px;
  }
}
section.steps .list-group-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  min-height: 60px;
}
section.steps ul,
section.steps li {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.steps .timeline {
  position: relative;
}
section.steps .timeline:before {
  content: '';
  disply: block;
  position: absolute;
  width: 80%;
  left: 10%;
  top: 11px;
  height: 1px;
  background: #c5c6c9;
}
section.steps .timeline:before,
section.steps .timeline:after {
  content: " ";
  display: table;
}
section.steps .timeline:after {
  clear: both;
}
section.steps .timeline:before,
section.steps .timeline:after {
  content: " ";
  display: table;
}
section.steps .timeline:after {
  clear: both;
}
section.steps .timeline li {
  width: 20%;
  float: left;
  text-align: center;
}
section.steps .timeline li * {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
section.steps .timeline li a {
  padding: 10px;
  padding-top: 0;
}
section.steps .timeline .li-steps {
  width: 25%!important;
}
section.steps .timeline .li-steps3 {
  width: 33%!important;
}
section.steps .timeline li i {
  border: 2px solid #fbbf00;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: #f7f7f8;
  position: relative;
}
section.steps .timeline li i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.steps .timeline li.active i {
  background: #fbbf00;
}
section.steps .timeline li.selected i:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAQAAAADpb+tAAAAcUlEQVR4AWXBoY3CYAAG0FdXxQrIYqoxCDSWPRB4ViAhlTgEtvKGqDl3C1xCgqlBNvlwTf70PZY2Ogtbo55SYxRPhdqfiEHhKuLjBCs3BzQm8dLC0b8YVHrx1gI7vyIuYrI3qz1ExFmh0okfC5W7tdkXQ44jqP41WDAAAAAASUVORK5CYII=') no-repeat center;
  opacity: 0.3;
}
section.steps .timeline li.selected-active i:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAQAAAADpb+tAAAACXBIWXMAAAsTAAALEwEAmpwYAAADGGlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjaY2BgnuDo4uTKJMDAUFBUUuQe5BgZERmlwH6egY2BmYGBgYGBITG5uMAxIMCHgYGBIS8/L5UBFTAyMHy7xsDIwMDAcFnX0cXJlYE0wJpcUFTCwMBwgIGBwSgltTiZgYHhCwMDQ3p5SUEJAwNjDAMDg0hSdkEJAwNjAQMDg0h2SJAzAwNjCwMDE09JakUJAwMDg3N+QWVRZnpGiYKhpaWlgmNKflKqQnBlcUlqbrGCZ15yflFBflFiSWoKAwMD1A4GBgYGXpf8EgX3xMw8BSMDVQYqg4jIKAUICxE+CDEESC4tKoMHJQODAIMCgwGDA0MAQyJDPcMChqMMbxjFGV0YSxlXMN5jEmMKYprAdIFZmDmSeSHzGxZLlg6WW6x6rK2s99gs2aaxfWMPZ9/NocTRxfGFM5HzApcj1xZuTe4FPFI8U3mFeCfxCfNN45fhXyygI7BD0FXwilCq0A/hXhEVkb2i4aJfxCaJG4lfkaiQlJM8JpUvLS19QqZMVl32llyfvIv8H4WtioVKekpvldeqFKiaqP5UO6jepRGqqaT5QeuA9iSdVF0rPUG9V/pHDBYY1hrFGNuayJsym740u2C+02KJ5QSrOutcmzjbQDtXe2sHY0cdJzVnJRcFV3k3BXdlD3VPXS8Tbxsfd99gvwT//ID6wIlBS4N3hVwMfRnOFCEXaRUVEV0RMzN2T9yDBLZE3aSw5IaUNak30zkyLDIzs+ZmX8xlz7PPryjYVPiuWLskq3RV2ZsK/cqSql01jLVedVPrHzbqNdU0n22VaytsP9op3VXUfbpXta+x/+5Em0mzJ/+dGj/t8AyNmf2zvs9JmHt6vvmCpYtEFrcu+bYsc/m9lSGrTq9xWbtvveWGbZtMNm/ZarJt+w6rnft3u+45uy9s/4ODOYd+Hmk/Jn58xUnrU+fOJJ/9dX7SRe1LR68kXv13fc5Nm1t379TfU75/4mHeY7En+59lvhB5efB1/lv5dxc+NH0y/fzq64Lv4T8Ffp360/rP8f9/AA0ADzT6lvFdAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB+SURBVHjaZM0hDsJQFETR9x2KLSCLqcYg0Fj2gcCzBRJSiUNgK1lEDY4NkJBgapBNDuKnaUrfiDe5Ym6ISZaqKVxp1f+w0OI2hjNP0IzxCXztQ5g72wqFDm+lCDsvNJIaH6UQYe0Bjuhs8lwWXeU79Jb8kgr3Qd6X5GIx4N8AEgucLz8STjQAAAAASUVORK5CYII=') no-repeat center;
  opacity: 1;
}
section.steps .timeline li:hover i {
  border-color: #ee9b00;
}
section.steps .timeline span {
  display: block;
  margin-top: 1em;
  font-size: 15px;
}
section.steps .content {
  display: table;
  width: 100%;
  height: 450px;
}
section.steps .content > * {
  display: table-cell;
  vertical-align: middle;
}
section.steps .content > * > * {
  display: table;
  margin: 0 auto;
}
section.steps .content .inner-wrapper {
  min-width: 450px;
}
section.steps .btn-gray {
  outline: 0 !important;
  font-size: 16px;
  padding: 0 2em;
  font-weight: inherit;
}
section.steps .btn-gray,
section.steps .btn-gray:hover,
section.steps .btn-gray:focus,
section.steps .btn-gray:active {
  color: #fff;
}
section.steps .btn-gray.prev {
  background-image: -webkit-linear-gradient(top, #b6b6b6 0%, #7f7f7f 100%);
  background-image: -o-linear-gradient(top, #b6b6b6 0%, #7f7f7f 100%);
  background-image: linear-gradient(to bottom, #b6b6b6 0%, #7f7f7f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb6b6b6', endColorstr='#ff7f7f7f', GradientType=0);
}
section.steps .btn-gray.prev:hover {
  background-image: -webkit-linear-gradient(top, #7f7f7f 0%, #b6b6b6 100%);
  background-image: -o-linear-gradient(top, #7f7f7f 0%, #b6b6b6 100%);
  background-image: linear-gradient(to bottom, #7f7f7f 0%, #b6b6b6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7f7f7f', endColorstr='#ffb6b6b6', GradientType=0);
}
section.steps .btn-gray.next {
  background-image: -webkit-linear-gradient(top, #666666 0%, #3b3d3e 100%);
  background-image: -o-linear-gradient(top, #666666 0%, #3b3d3e 100%);
  background-image: linear-gradient(to bottom, #666666 0%, #3b3d3e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff3b3d3e', GradientType=0);
}
section.steps .btn-gray.next:hover {
  background-image: -webkit-linear-gradient(top, #3b3d3e 0%, #666666 100%);
  background-image: -o-linear-gradient(top, #3b3d3e 0%, #666666 100%);
  background-image: linear-gradient(to bottom, #3b3d3e 0%, #666666 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3d3e', endColorstr='#ff666666', GradientType=0);
}
section.steps .buttons:before,
section.steps .buttons:after {
  content: " ";
  display: table;
}
section.steps .buttons:after {
  clear: both;
}
section.steps .buttons:before,
section.steps .buttons:after {
  content: " ";
  display: table;
}
section.steps .buttons:after {
  clear: both;
}
section.steps .buttons button.next {
  float: right;
}
@media (max-width: 991px) {
  section.steps div.ui-view.ng-scope div.btn-group > button:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 539px) {
  section.steps div.ui-view.ng-scope div.avail_num {
    width: 100%;
  }
}
@media (max-width: 640px) {
  section.steps .timeline span {
    font-size: 12px;
  }
  section.steps .content {
    min-height: 260px;
  }
  section.steps .content .inner-wrapper {
    min-width: 0;
  }
  section.steps .content label,
  section.steps .content input {
    text-align: left;
    width: 100%;
  }
  section.steps .content label {
    padding-left: 10px;
  }
}
@media (max-width: 460px) {
  section.steps .timeline span {
    font-size: 10px;
  }
  section.steps div.ui-view.ng-scope div.input-group {
    display: block;
  }
}
section.steps .convertible-subscriptions p {
  margin: 0px;
}
.quickpayframe-edit {
  background-color: #ffffff !important;
  width: 500px;
  height: 300px;
  overflow: hidden;
  border: 0;
  margin: 0px;
  padding: 0px;
}
.faq_title {
  padding-top: 20px;
  display: block;
  min-height: 90px;
  vertical-align: bottom;
}
span.ui-helper-hidden-accessible {
  display: none !important;
}
.ui-state-focus {
  color: #ffffff !important;
  background-color: #dc9600;
}
.ui-menu-item a {
  color: #ffffff;
}
.dropdown-menu > .ui-menu-item li > a {
  color: #ffffff !important;
}
.faq_details p {
  background-color: #ffff00;
}
.faq_details table tr td {
  background-color: #ff0000;
}
.faq_details table tr td p img {
  max-width: 100px !important;
}
.faq .icon {
  color: #c7c7c7;
  font-size: 25px;
  margin-bottom: 10px;
}
.faq .h4_padding_left {
  padding-left: 55px;
  color: #666;
}
.faq li {
  line-height: 20px;
}
.faq li span {
  color: #333 !important;
}
.faq .samband {
  color: #ee9b00;
  margin-top: 40px;
}
.faq .content {
  border: 1px solid #e2e2e2;
  border-top: 20px solid #f7f7f8;
  background-color: #fff;
  padding: 0 20px;
  padding-bottom: 30px;
  min-height: 500px;
  margin-left: -21px;
  margin-right: -21px;
}
.faq .telefontidir {
  max-width: 100%;
  height: auto;
}
.center-block {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.input-group .icon-addon .form-control {
  border-radius: 0;
}
.icon-addon {
  position: relative;
  color: #555;
  display: block;
}
.icon-addon:after,
.icon-addon:before {
  display: table;
  content: " ";
}
.icon-addon:after {
  clear: both;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  right: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}
.icon-addon.addon-lg .form-control {
  line-height: 1.33;
  height: 46px;
  font-size: 18px;
  padding: 10px 16px 10px 40px;
}
.icon-addon.addon-sm .form-control {
  height: 30px;
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5;
}
.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
  font-size: 18px;
  margin-left: 0;
  left: 11px;
  top: 4px;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
  float: left;
  font-weight: normal;
}
.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
  margin-left: 0;
  font-size: 12px;
  left: 5px;
  top: -1px;
}
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
  color: #ee9b00;
}
.hald .tabs {
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .hald .tabs {
    float: left;
    width: 25%;
  }
}
.hald .tabs .subscription-register {
  margin-top: 10px;
}
.hald .tabs .subscription-register a {
  background-color: #38aa00;
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  font-weight: bold !important;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.hald .tabs .subscription {
  color: #808080;
}
.hald .tabs .subscription:hover {
  background-color: #ee9b00;
}
.hald .tabs .subscription h1 {
  padding-top: 20px;
  font-size: 50px;
  font-weight: bold !important;
}
.hald .tabs .subscription h2 {
  margin-top: 0;
  text-align: center;
}
.hald .tabs .subscription h3 {
  padding-bottom: 15px;
  text-align: center;
  font-size: 50px;
  font-weight: bold !important;
}
.hald .tabs .subscription h3 span {
  font-size: 20px;
  font-weight: lighter !important;
}
.hald .tabs .subscription hr {
  background-color: #808080;
  border-top: 1px solid #808080;
  margin-left: 20px;
  margin-right: 20px;
}
.hald .tabs .subscription p {
  padding-left: 45px;
}
.hald .tabs .subscription p:before {
  content: '\2714';
  position: absolute;
  left: 0px;
  color: #808080;
  padding-left: 40px;
}
.hald .tabs div {
  border: 1px solid #dcdcdd;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
}
.hald .tabs div h1 {
  margin: 0;
  text-align: center;
}
.hald .tabs div h1 a {
  padding: 10px;
  display: block;
  transition: background-color 0.5s ease;
}
.hald .tabs div h1 a:hover {
  background-color: #ee9b00;
}
.hald .tabs div h1 .active {
  background-color: #ee9b00;
  color: #ffffff;
  color: #000;
}
.hald .tabs div h1 .active hr {
  background-color: #3f3e3e;
  color: #3f3e3e;
  border-top: 1px solid #3f3e3e;
}
@media (max-width: 992px) {
  .hald .tabs {
    margin-top: 10px !important;
  }
}
.hald .banner {
  background-color: #ee9b00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  margin-top: 40px;
  background-image: -webkit-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: -o-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: linear-gradient(to right, #ee9b00, #fbbf00 50%, #ee9b00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee9b00', endColorstr='#ffee9b00', GradientType=1);
  margin-bottom: 20px;
}
.hald .hald-footer {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  margin-top: 20px;
  border: 5px solid #fff;
  background-color: #ededed;
}
@media (max-width: 992px) {
  .hald .banner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.hald .hald-text {
  padding-top: 20px;
  border: 1px solid #dcdcdd;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .hald .hald-text {
    padding: 20px;
  }
  .hald .hald-footer h6 {
    padding: 20px;
    padding-top: 0;
  }
}
.quote span {
  font-size: 14px;
  display: block;
}
.topup {
  /* Pakkar */
  /* Pakkar */
}
.topup .has-feedback .form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.topup .btn-option {
  padding-top: 30px;
  padding-bottom: 20px;
}
.topup .btn-option .regular-checkbox {
  background-color: #fff;
}
.topup .btn-option label {
  display: inline;
}
.topup .btn-option .regular-checkbox {
  display: none;
}
.topup .btn-option .regular-checkbox + label {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.topup .btn-option .regular-checkbox + label:active,
.topup .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.topup .btn-option .regular-checkbox:checked + label {
  background-color: #fff;
  border: 1px solid #ee9b00;
  color: #3b3d3e;
}
.topup .btn-option .regular-checkbox:checked + label:after {
  font-family: museo, arial, helvetica, sans-serif;
  content: '\2714';
  font-size: 6px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #5e5e5e;
}
.topup .btn-option .big-checkbox + label {
  padding: 10px;
}
.topup .btn-option .big-checkbox:checked + label:after {
  font-size: 14px;
  left: 4px;
}
.topup .btn-option .box {
  display: inline-block;
  position: relative;
  margin: auto;
}
.topup .btn-option .box span {
  font-size: 15px;
  font-weight: bold;
  color: #5e5e5e;
  padding-bottom: 45px;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: -25px;
  margin: auto;
}
.topup .product {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 4px #b3b3b3;
  -moz-box-shadow: 0px 0px 4px #b3b3b3;
  box-shadow: 0px 0px 4px #b3b3b3;
}
.topup .product .inner {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
}
.topup .product .select {
  padding-top: 8px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.topup .product .tala {
  background-image: -webkit-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: -o-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: linear-gradient(to right, #ee9b00, #fbbf00 50%, #ee9b00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee9b00', endColorstr='#ffee9b00', GradientType=1);
  color: black;
}
.topup .product .tala .tala-title {
  font-size: 12px;
  padding-top: 15px;
}
.topup .product .tala span {
  margin-top: 0 !important;
  padding-top: 3px !important;
  padding-bottom: 12px !important;
  font-size: 16px;
  padding-top: 10px!important;
  padding-bottom: 20px!important;
}
.topup .product .tala .title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 25px;
  display: block;
}
.topup .product .tala a {
  cursor: default;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-linear-gradient(left, #4b4b4b, #595959 50%, #4b4b4b);
  background-image: -o-linear-gradient(left, #4b4b4b, #595959 50%, #4b4b4b);
  background-image: linear-gradient(to right, #4b4b4b, #595959 50%, #4b4b4b);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b4b4b', endColorstr='#ff4b4b4b', GradientType=1);
  -webkit-transition: width 2s;
  -o-transition: width 2s;
  transition: width 2s;
  -webkit-transition: all width 2s ease-out;
  -moz-transition: all width 2s ease-out;
  -o-transition: all width 2s ease-out;
  transition: all width 2s ease-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.topup .product .tala a:hover {
  color: #333;
  -webkit-transform: scale(1.04);
}
.topup .product span {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.topup .offer {
  color: white !important;
  border: 1px solid #333;
  background-color: #333;
  background-image: -webkit-radial-gradient(circle, #464645, #3f3e3e);
  background-image: radial-gradient(circle, #464645, #3f3e3e);
  background-repeat: no-repeat;
  min-height: 417px;
}
.topup .offer .text {
  padding: 55px;
  padding-bottom: 10px;
}
/* ribbon */
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
}
.ribbon {
  font: bold 14px Sans-Serif;
  color: #fff !important;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 10px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eab900), to(#da9a00));
  background-image: -webkit-linear-gradient(top, #eab900, #da9a00);
  background-image: -moz-linear-gradient(top, #eab900, #da9a00);
  background-image: -ms-linear-gradient(top, #eab900, #da9a00);
  background-image: -o-linear-gradient(top, #eab900, #da9a00);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.ribbon_dsl {
  font: bold 14px Sans-Serif;
  color: #fff !important;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 5px 0;
  left: -5px;
  top: 15px;
  width: 140px;
  background-color: #479c36;
  /* background-image: -webkit-gradient(linear,left top,left bottom,from(#eab900),to(#da9a00)); */
  /* background-image: -webkit-linear-gradient(top,#eab900,#da9a00); */
  background-image: -moz-linear-gradient(top, #eab900, #da9a00);
  background-image: -ms-linear-gradient(top, #eab900, #da9a00);
  background-image: -o-linear-gradient(top, #eab900, #da9a00);
  color: #6a6340;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.ribbon_dsl_subtitle {
  font-size: 8px;
  left: -40px;
  top: 20px;
  width: 170px;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.ribbon_wrapper_dsl {
  width: 120px;
  height: 61px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 90px;
}
.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}
.data {
  margin: auto;
  position: relative;
  z-index: 1;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 40px;
  color: #333;
}
@media (max-width: 992px) {
  .data {
    border: 4px solid #333;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #e3e3e3, #f7f7f7);
    background-image: -o-linear-gradient(45deg, #e3e3e3, #f7f7f7);
    background-image: linear-gradient(45deg, #e3e3e3, #f7f7f7);
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .data:after {
    border: 4px solid #333;
    content: '';
    z-index: -1;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 7px;
    width: 95px;
    height: 125px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #e3e3e3, #f7f7f7);
    background-image: -o-linear-gradient(45deg, #e3e3e3, #f7f7f7);
    background-image: linear-gradient(45deg, #e3e3e3, #f7f7f7);
  }
  .data:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -4px;
    left: 2px;
    right: 0px;
    bottom: 0px;
    width: 105px;
    height: 135px;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #d9d9d9, #e6e6e6);
    background-image: -o-linear-gradient(45deg, #d9d9d9, #e6e6e6);
    background-image: linear-gradient(45deg, #d9d9d9, #e6e6e6);
  }
}
.data .title {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.data .price {
  margin-top: -20px;
  margin-bottom: 20px;
}
.hald-v2 {
  margin-top: 30px;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-top: 10px;
  border: 1px solid #e2e2e2;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hald-v2 a:hover {
  color: #ee9b00;
}
.hald-v2 .content {
  padding: 20px;
}
.hald-v2 .content h1 {
  margin: 0;
  font-size: 58px;
}
.hald-v2 .content h2 {
  font-size: 34px;
}
.hald-v2 .box {
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 35px;
  padding: 30px;
}
.hald-v2 .box h3 {
  margin: 0;
}
.hald-v2 .box h5 {
  font-weight: normal !important;
  line-height: 25px;
}
.hald-v2 .box-dark {
  background-color: #3f3e3e;
  color: white;
}
.hald-v2 .box-light {
  background-color: #f7f7f8;
  color: #000000;
}
.hald-v2 li {
  line-height: 30px;
  font-size: 12px;
}
.hald-v2 .box-bottom {
  background-color: #f7f7f8;
  color: #000000;
  margin: 20px;
  margin-bottom: 30px;
}
@media (max-width: 761px) {
}
.page-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 540px) {
}
@media (min-width: 992px) {
  .page-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-container {
    width: 1060px;
  }
}
main {
  overflow-x: hidden;
}
.roaming {
  position: relative;
}
.roaming ul > li {
  padding-bottom: 20px;
}
.roaming .selected {
  z-index: 3;
}
@media (min-width: 992px) {
}
.roaming .content {
  top-padding: 40px;
  bottom-padding: 40px;
  background-color: white;
}
.roaming .intro {
  position: relative;
  background-image: -webkit-linear-gradient(top, #f7f7f8 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #f7f7f8 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f7f7f8 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f8', endColorstr='#ffeaeaea', GradientType=0);
}
.roaming .intro .background {
  position: absolute;
  display: block;
  min-height: 100%;
  min-width: 100%;
  background-image: url(/assets/img/roaming/reika_top.jpg);
  background-position: top 0px center;
  background-repeat: no-repeat;
}
.roaming .center-content {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .roaming .menu {
    position: absolute;
    width: 100%;
    height: 300px;
    padding-top: 20px;
    z-index: 99999;
  }
  .roaming .content {
    padding-top: 150px;
  }
}
.roaming .mcp_prices_panel {
  padding-left: 5px;
}
.roaming .mcp_prices_panel .panel-title a:hover {
  text-decoration: underline;
}
.roaming .mcp_prices_panel .panel-default table tr td {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.roaming div.countries-show > i.fa.fa-caret-down.orange-text {
  top: 26px;
  left: 502px;
  font-size: 30px;
}
@media (min-width: 1200px) {
  .roaming div.countries-show > i.fa.fa-caret-down.orange-text {
    position: absolute;
  }
}
.roaming_search .search {
  margin-top: 20px;
  min-width: 300px;
  min-height: 500px;
}
#headerhald {
  background-image: -webkit-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: -o-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: linear-gradient(to right, #ee9b00, #fbbf00 50%, #ee9b00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee9b00', endColorstr='#ffee9b00', GradientType=1);
  color: #fff;
  overflow: hidden;
  height: 350px;
}
@media (max-width: 991px) {
  #headerhald {
    height: 0px;
  }
}
.new-orange-text {
  color: #f9b000;
}
.subscription-in-brogress .tabs {
  margin-top: 0px !important;
}
.login_form .btn-social {
  font-weight: 400;
}
.login_form .input_field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.login_form #login {
  padding: 10px 45px 10px 45px;
  font-size: 16px;
  font-weight: 200!important;
}
.login_form .normal_font {
  font-weight: 300!important;
}
.login_form .checkbox label::before {
  position: inherit!important;
  float: right;
  margin-left: 10px;
}
.login_form .checkbox label::after {
  padding-left: 0;
  margin-left: 10px;
  left: auto!important;
}
.subscription.internal-create .tabs .subscription-box a:hover:hover {
  background-color: #d58a00 !important;
}
.subscription.talutid-add a,
.subscription.talutid-convert a {
  font-size: 24px;
  font-weight: bold !important;
  min-width: 130px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.text-bold {
  font-weight: bold;
}
.no-padding {
  padding: 0;
}
@media (min-width: 541px) {
  .stovna-upplysingar {
    padding: 20px;
  }
}
.stovna-upplysingar #not_me {
  padding-left: 10px;
}
.stovna-upplysingar .padding-top.login-facebook {
  padding-top: 10px;
}
@media (min-width: 762px) {
  .stovna-upplysingar > .row {
    padding: 45px;
  }
}
@media (max-width: 761px) {
  .stovna-upplysingar > .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .stovna-upplysingar > .row .fields > .form-group {
    margin-left: 0;
    margin-right: 0;
  }
}
.stovna-upplysingar .how-to {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  line-height: inherit;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  border-color: #f9b000;
  border: 1px solid #f9b000;
  padding: 15px;
}
.stovna-upplysingar #subscriptionSignupForm .form-control-feedback {
  pointer-events: auto;
}
.stovna-upplysingar #subscriptionSignupForm .form-control-feedback.glyphicon-remove:hover {
  cursor: pointer;
}
.stovna-upplysingar #subscriptionSignupForm .form-control-feedback[data-fv-icon-for='license_accept'] {
  opacity: 0;
}
.stovna-upplysingar #subscriptionSignupForm .form-control-feedback {
  top: 0 !important;
  right: 0 !important;
}
.stovna-upplysingar .not-selectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.stovna-upplysingar #license_accept + label > a,
.stovna-upplysingar #license_accept + label > button {
  padding: 0;
  font-weight: bold;
  color: #00BFFF !important;
}
.stovna-upplysingar #license_accept + label > a:hover,
.stovna-upplysingar #license_accept + label > button:hover {
  color: #00BFFF !important;
}
.stovna-upplysingar #license_accept + label > a:focus,
.stovna-upplysingar #license_accept + label > button:focus {
  outline: none;
}
.stovna-upplysingar .prev,
.stovna-upplysingar .next {
  max-width: 45%;
}
.subscription .subscription_about {
  color: #ffffff;
  padding-top: 65px;
  /*& .new_or_existing {
      padding-top: 25px;

      & > [class*=col] .btn {
        min-width: 180px;
        color: #ffffff;
        background-color: black;
        border-color: black;

        &.active {
          background-color: #F6B505;
          border-color: #ee9b00;
        }
      }
    }*/
}
.subscription .subscription_about .set-subscription {
  border-radius: 25px;
  color: white;
  border: 1px solid white;
  padding: 10px;
  background: transparent;
  max-width: 280px;
  margin-left: 25px;
}
.subscription .subscription_about div:last-child {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .subscription .subscription_about .headline--desktop {
    padding-top: 25px;
  }
  .subscription .subscription_about .headline--desktop h1:last-child {
    margin-top: 0;
  }
}
.subscription .modal-body.read-more {
  display: inline-block;
  margin-top: 20px;
  padding: 20px;
}
.subscription .modal-body.read-more div.col-md-12 {
  max-height: 600px;
  overflow-y: auto;
}
.subscription .modal-body.read-more div.col-md-12 .banner {
  background-image: linear-gradient(to right, #ee9b00, #fbbf00 50%, #ee9b00);
  height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  color: white;
}
@media (max-width: 991px) {
  .subscription .modal-body.read-more div.col-md-12 {
    max-height: 320px;
  }
}
.subscription .modal-body.read-more div.col-md-12 p:before {
  display: none;
}
.subscription .subscription-footer-info {
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .subscription .subscription-footer-info {
    text-align: center;
  }
}
.subscription .subscription-footer-info .reika {
  padding: 0px;
}
@media (min-width: 992px) {
  .subscription .subscription-footer-info .reika {
    border-right: 2px solid;
  }
}
@media (max-width: 990px) {
  .subscription .subscription-footer-info .reika {
    margin-bottom: 20px;
  }
}
.subscription .subscription-footer-info .reika .ver {
  color: #3b3d3e;
}
.subscription .subscription-footer-info .reika .evropa {
  color: #ee9b00;
}
@media (max-width: 990px) {
  .subscription .subscription-footer-info .new {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .subscription .subscription-footer-info .ung {
    float: right;
  }
}
.subscription .subscription-footer-info .ung .title {
  font-weight: bold;
  font-size: 22px;
}
.subscription .subscription-footer-info .ung .years {
  color: #ee9b00;
  font-size: 16px;
  font-weight: bold;
}
.subscription .subscription-footer-info .ung a:hover {
  text-decoration: underline;
}
.subscription .subscription-footer-info .ung:last-child {
  margin-right: 10px;
}
.subscription .countries {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}
.subscription .countries .header {
  text-align: center;
  position: relative;
}
.subscription .countries .headline {
  text-align: center;
  font-size: 22px;
  margin-bottom: 5px;
}
.subscription .countries .evropa {
  color: #ee9b00;
}
@media (min-width: 990px) {
  .subscription .countries div.col-md-special-20 {
    width: 20%!important;
  }
}
.subscription .ung-subscriptions {
  position: relative;
  width: 100%;
}
.subscription .ung-subscriptions img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 991px) {
  .subscription .ung-subscriptions img {
    display: none;
  }
}
@media (min-width: 992px) {
  .subscription .ung-subscriptions .tabs {
    display: inline-block;
    float: none;
  }
}
.subscription .ung-subscriptions .list {
  text-align: center;
}
.subscription .ung-subscriptions .ung-title {
  background-image: url("/assets/img/hald/ver-ung-title.png");
  margin-top: 20px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center;
}
.subscription .ung-subscriptions .ung-title .ung-headline {
  font-weight: bold;
  font-size: 30px;
}
.subscription .ung-subscriptions .ung-title .ung-sub-headline {
  font-size: 20px;
}
.subscription .ung-subscriptions .ver-ung-more {
  padding-bottom: 30px;
}
.subscription .more-subscription-info {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 50px;
}
.subscription .more-subscription-info .subscription-info-icon {
  margin-top: 20px;
  margin-bottom: 40px;
}
.subscription .more-subscription-info .headline {
  font-size: 18px;
  margin-bottom: 5px;
}
.subscription .more-subscription-info .text {
  font-size: 12px;
}
@media (min-width: 992px) {
  .subscription .more-subscription-info .text {
    min-height: 102px;
  }
}
.subscription .more-subscription-info .meira {
  font-size: 12px;
}
@media (min-width: 992px) {
  .subscription .more-subscription-info .meira {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .subscription .more-subscription-info .meira {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .subscription .more-subscription-info .meira a {
    text-decoration: underline;
  }
}
.subscription .more-subscription-info .terms {
  margin-top: 40px;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.subscription .welcome_section {
  background-image: url('/assets/img/welcome.jpg');
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 172px;
}
.subscription .welcome_section .welcome-to-farnet {
  min-height: 172px;
  color: white;
}
@media (min-width: 992px) {
  .subscription .welcome_section .welcome-to-farnet {
    padding-top: 50px;
  }
}
.subscription .lte4g_section {
  background-color: #ffffff;
  background-image: url('/assets/img/hald/fo_flagg.png');
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-position-y: 20px;
  color: #575756;
  padding-top: 30px;
  padding-bottom: 125px;
}
.subscription .lte4g_section .lte4g--welcome {
  margin-top: 20px;
}
.subscription .subscription_services {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}
.subscription .subscription_services .service-col {
  padding: 30px 10px 30px 10px;
}
.subscription .subscription_services .service-col div.row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.subscription .ver_sum_heima_section_header {
  background-image: url('/assets/img/ver_sum_heima_ski_header.png');
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 70px;
  margin-top: 60px;
}
@media (max-width: 539px) {
  .subscription .ver_sum_heima_section_header {
    background-image: url('/assets/img/ver_sum_heima_ski_header_75.png');
  }
}
.subscription .ver_sum_heima_section {
  background-image: url('/assets/img/fartelefonhald_verSumHeima.jpg');
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  min-height: 578px;
  background-size: cover;
}
@media (min-width: 539px) {
  .subscription .ver_sum_heima_section {
    background-position: top center;
  }
}
@media (max-width: 991px) {
  .subscription .ver_sum_heima_section {
    padding-bottom: 30px;
  }
}
.subscription .ver_sum_heima_section u {
  text-decoration: none;
  border-bottom: 2px solid white;
}
.subscription .ver_sum_heima_section .subheader {
  font-size: 22px;
}
.subscription .ver_sum_heima_section .boxes-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.subscription .ver_sum_heima_section .boxes-section .box-container {
  border: 1px solid grey;
  min-height: 204px;
  text-align: left;
  padding: 10px;
}
@media (max-width: 991px) {
  .subscription .ver_sum_heima_section .boxes-section .box-container {
    margin-bottom: 15px;
    min-height: 110px;
  }
}
.subscription .ver_sum_heima_section .info_available_where {
  padding-top: 10px;
}
.subscription .combine_multiple_subscriptions_section {
  background: white;
}
@media (min-width: 992px) {
  .subscription .combine_multiple_subscriptions_section {
    padding: 80px;
    padding-bottom: 100px;
  }
  .subscription .combine_multiple_subscriptions_section .img-responsive {
    display: initial;
    max-width: inherit;
  }
}
@media (max-width: 991px) {
  .subscription .combine_multiple_subscriptions_section .img-responsive {
    padding-bottom: 20px;
  }
}
.subscription .combine_multiple_subscriptions_section .container-page > div:first-child {
  padding-bottom: 20px;
}
.subscription .data_section {
  background-image: -webkit-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: -o-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: linear-gradient(to right, #ee9b00, #fbbf00 50%, #ee9b00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee9b00', endColorstr='#ffee9b00', GradientType=1);
  background-image: url('/assets/img/data_packages_fo.jpg');
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 613px;
  padding-top: 65px;
}
@media (max-width: 991px) {
  .subscription .data_section {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .subscription .data_section {
    background-size: cover;
  }
}
.subscription .data_section .data-fo-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .subscription .data_section .data-fo-container {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
.subscription .data_section .data-fo-container > div {
  padding-left: 0;
  padding-right: 0;
}
.subscription .data_section .data-fo-container .outer-data {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 7px;
  width: 150px;
  height: 150px;
  transform: rotate(45deg);
  background-color: white;
  padding-left: 5px;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .subscription .data_section .data-fo-container .outer-data {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.subscription .data_section .data-fo-container .outer-data .outer-black {
  border-radius: 7px;
  background-color: #3b3d3e;
  width: 140px;
  height: 140px;
  padding-left: 5px;
  padding-top: 5px;
}
.subscription .data_section .data-fo-container .outer-data .outer-black .inner-data {
  border-radius: 7px;
  width: 130px;
  height: 130px;
  background-color: #f3f3f3;
  text-align: center;
  position: relative;
}
.subscription .data_section .data-fo-container .outer-data .outer-black .inner-data .inner-data-text {
  position: relative;
  top: 20px;
  transform: rotate(-45deg);
}
.subscription .data_section .data-fo-container .outer-data .outer-black .inner-data .inner-data-text .name {
  font-size: 42px;
  font-weight: bold;
  height: 50px;
  color: #464646;
}
.subscription .data_section .data-fo-container .outer-data .outer-black .inner-data .inner-data-text .price {
  font-size: 24px;
  color: #6b6b6b;
}
.subscription .talutid_section {
  background-color: #f4f4f4;
  color: #575756;
  padding-top: 40px;
  padding-bottom: 60px;
}
.subscription .talutid_section .fa.fa-circle {
  font-size: 4px;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}
.subscription .talutid_section .info-mobile {
  text-align: initial;
}
.subscription .countries_section {
  background-color: white;
}
.subscription .ung_section {
  background-image: -webkit-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: -o-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: linear-gradient(to right, #ee9b00, #fbbf00 50%, #ee9b00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee9b00', endColorstr='#ffee9b00', GradientType=1);
}
.subscription .roamlikehome_section {
  background-color: #3A3A3A;
  color: white;
}
.subscription .roamlikehome {
  padding-top: 50px;
  padding-bottom: 50px;
}
.subscription .roamlikehome .headline {
  text-align: center;
  padding-bottom: 30px;
  font-size: 22px;
}
.subscription .roamlikehome .evropa {
  color: #ee9b00;
}
.subscription .more_info_and_terms_section {
  background-color: white;
}
.subscription .tabs-subscription-normal {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .subscription .tabs-subscription-normal {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .subscription .tabs-subscription-normal {
    width: 20%;
  }
}
.subscription .tabs-subscription-ung {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .subscription .tabs-subscription-ung {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .subscription .tabs-subscription-ung {
    width: 30%;
  }
}
.subscription .tabs-subscription-lesandi {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .subscription .tabs-subscription-lesandi {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .subscription .tabs-subscription-lesandi {
    width: 30%;
  }
}
.subscription .tabs {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 180px;
}
@media (max-width: 991px) {
  .subscription .tabs {
    margin-bottom: 50px;
  }
}
.subscription .tabs .register-box {
  margin-top: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  border: 6px solid white;
}
.subscription .tabs .register-box a {
  background-color: #205214;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: normal !important;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.subscription .tabs .register-box .active {
  background-color: #8a8a8a;
}
.subscription .tabs .subscription-box {
  background-color: #ffffff;
  color: #333333;
}
.subscription .tabs .subscription-box a:hover {
  background-color: #f2f2f2 !important;
  color: #333333;
}
.subscription .tabs .subscription-box h1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold !important;
}
.subscription .tabs .subscription-box h3 {
  margin-top: -10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 50px;
  font-weight: bold !important;
}
.subscription .tabs .subscription-box h3 span {
  font-size: 16px;
  font-weight: normal !important;
}
.subscription .tabs .subscription-box hr {
  background-color: #808080;
  border-top: 1px solid #808080;
  margin-left: 20px;
  margin-right: 20px;
}
.subscription .tabs .subscription-box .details {
  min-height: 130px;
}
.subscription .tabs .subscription-box .subscription-name-extra {
  text-align: center;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.subscription .tabs .subscription-box .subscription-name-extra div {
  height: 75px;
  line-height: 75px;
  color: black;
  font-size: 30px;
}
.subscription .tabs .subscription-box .price {
  margin-top: 0px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 36px;
}
.subscription .tabs .subscription-box .price div {
  font-size: 30px;
  font-weight: bold;
}
.subscription .tabs .subscription-box .price span {
  font-size: 16px;
}
.subscription .tabs .subscription-box .reika-bg {
  background-color: #3A3A3A;
}
.subscription .tabs .subscription-box .reika-text {
  text-align: center;
  padding: 10px;
}
.subscription .tabs .subscription-box .reika-text .ver {
  color: white;
}
.subscription .tabs .subscription-box .reika-text .evropa {
  color: #ee9b00;
}
.subscription .tabs .subscription-box .details-featured-in-subscription {
  padding-top: 15px;
  text-align: center;
}
.subscription .tabs .subscription-box .details-featured-in-subscription div {
  min-height: 40px;
}
.subscription .tabs .subscription-box .buy {
  font-size: 24px;
  font-weight: bold;
  color: white;
  background-color: #3A3A3A;
  text-align: center;
  padding: 3px;
  cursor: pointer;
}
.subscription .tabs .subscription-box .buy:hover {
  text-decoration: underline;
}
.subscription .tabs .subscription-box .buy button {
  min-width: 150px;
}
@media (max-width: 991px) {
}
.subscription .tabs .subscription-box .customer {
  font-size: 12px;
  padding-top: 10px;
  color: #ffffff;
  padding-bottom: 10px;
}
.subscription .tabs .subscription-box-active {
  border: 6px solid darkgrey;
}
.subscription .tabs .more-info {
  text-align: center;
  margin-top: 5px;
}
.subscription .tabs .more-info a {
  font-weight: bold;
  font-size: 13px;
}
@media (max-width: 991px) {
  .subscription .tabs {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.subscription .content {
  padding-top: 45px;
  padding-bottom: 35px;
  background-color: #E6E6E6;
}
.subscription .content ul > li {
  padding-bottom: 15px;
}
.subscription .content h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333333;
}
.subscription .content .box {
  margin-top: 30px;
  margin-right: 0px;
  padding: 30px;
}
.subscription .content .box h3 {
  margin: 0;
}
.subscription .content .box h5 {
  font-weight: normal !important;
  line-height: 25px;
}
.subscription .content .box-dark {
  background-color: #3f3e3e;
  color: white;
}
.subscription .content .box-light {
  background-color: #f7f7f8;
  color: #000000;
}
.subscription-sg {
  margin-top: 20px;
}
.subscription-sg .tabs {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: -10px !important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .subscription-sg .tabs {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  div.subscription-sg.subscription-in-brogress {
    background-image: none;
  }
  div.subscription-sg.subscription-in-brogress .tabs {
    margin-left: 0px !important;
  }
}
.table-sg td {
  line-height: 35px !important;
  vertical-align: middle;
}
.modal_vatta_broyt_hald {
  z-index: 1300;
}
.usim-message {
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.usim-message a {
  margin-top: 15px;
}
.usim-message div:first-child {
  margin-bottom: 5px;
}
.slow-message {
  margin-left: 0px;
  margin-right: 0px;
}
.slow-message .headline {
  font-size: 20px;
}
.campaign-image {
  text-align: center;
}
@media (max-width: 991px) {
  .campaign-image {
    display: none;
  }
}
.campaign-headline .roam-like-home {
  text-align: center;
}
.campaign-headline .roam-like-home .row1 {
  margin-bottom: 5px;
}
.campaign-headline .roam-like-home .row2 {
  margin-top: 0px;
}
.ver-ung-add,
.ver-ung-convert {
  background-image: -webkit-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: -o-linear-gradient(left, #ee9b00, #fbbf00 50%, #ee9b00);
  background-image: linear-gradient(to right, #ee9b00, #fbbf00 50%, #ee9b00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee9b00', endColorstr='#ffee9b00', GradientType=1);
}
.subscription-background {
  position: absolute;
  background-position: top center;
  background-repeat: repeat;
  height: 610px;
}
@media (max-width: 991px) {
  .subscription-background {
    display: none;
  }
}
.outer-bound {
  background-image: url(/assets/img/fartelefonhald_toppur.jpg);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 991px) {
  .outer-bound {
    background-image: none;
  }
}
.outer-bound-datahald {
  background-image: url('/assets/img/datapakkar_background_20170424.jpg');
}
@media (max-width: 991px) {
  .outer-bound-datahald {
    background-image: none;
  }
}
.checkbox-eu {
  text-align: center;
  margin-top: 15px;
}
div.no-people {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
div.no-people .inner {
  background-color: #3a3a3a;
}
div.no-people .inner:hover {
  background-color: #212121;
}
div.no-people .inner .number {
  line-height: 40px;
  font-weight: bold;
  position: relative;
}
div.no-people .inner .number span {
  position: relative;
  top: 10px;
}
div.no-people .inner .priceper {
  line-height: 20px;
}
div.no-people.no-people-first {
  line-height: 60px;
}
div.no-people:last-child {
  border-right: 0;
}
div.no-people.selected .inner {
  background-color: #F6B505;
}
div.no-people.selected .inner:hover {
  background-color: #c49004;
}
.subscription-container {
  margin-top: 50px;
}
.image-container {
  height: 320px;
}
@media (max-width: 991px) {
  .image-container {
    height: auto;
  }
}
@media (min-width: 992px) {
  .image-container {
    width: 810px;
  }
}
.image-container-datahald {
  height: 240px;
}
@media (max-width: 991px) {
  .image-container-datahald {
    height: auto;
  }
}
@media (min-width: 992px) {
  .image-container-datahald {
    width: 810px;
  }
}
.image-container-fartelefonhald {
  height: 320px;
}
@media (max-width: 991px) {
  .image-container-fartelefonhald {
    height: auto;
  }
}
@media (min-width: 992px) {
  .image-container-fartelefonhald {
    width: 810px;
  }
}
.new-top-banner {
  color: #fff;
  font-size: 32px;
  margin-top: 20px;
}
.new-top-banner .small-text {
  font-size: 14px;
}
.new-top-banner .large-text {
  margin-bottom: 10px;
}
.new-top-banner .yellow-text {
  color: #ee9b00;
}
@media (max-width: 991px) {
  .new-top-banner {
    color: #000000;
  }
}
.subscription-details.subscription-eu {
  padding: 10px;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .subscription-details.subscription-eu {
    margin-bottom: 40px;
  }
}
.subscription-details {
  text-align: center;
  background-color: #ffffff;
  font-size: 20px;
  color: black;
}
.subscription-details .more-details {
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #ccc;
}
.subscription-details .more-details .subscription-more {
  margin-top: 10px;
}
.subscription-details .more-details .subscription-more .faroeislands {
  font-size: 12px;
  border-top: 1px solid #ccc;
  padding-top: 7px;
  min-height: 52px;
}
.subscription-details .more-details .subscription-more .freetala {
  width: 50%;
  display: inline-block;
}
.subscription-details .more-details .subscription-more .freetala .upper {
  font-size: 16px;
}
.subscription-details .more-details .subscription-more .freetala .upper .free {
  font-size: 20px;
}
.subscription-details .more-details .subscription-more .first {
  float: left;
}
.subscription-details .more-details.more-details--no-border {
  border-bottom: none;
}
.subscription-details .subscription-name {
  font-size: 36px;
  font-weight: bold;
  line-height: 60px;
}
.subscription-details .freetala,
.subscription-details .freesms {
  font-size: 20px;
  margin-bottom: 10px;
}
.subscription-details .freetala:first-child,
.subscription-details .freesms:first-child {
  border-right: 1px solid #ccc;
}
.subscription-details .eu-addon {
  text-align: left;
  font-size: 14px;
}
.subscription-details .pricing {
  background-color: #3a3a3a;
  color: white;
}
.subscription-details .pricing .inner {
  min-height: 87px;
}
.subscription-details .pricing .cost {
  font-size: 36px;
}
.subscription-details .pricing .format {
  font-size: 14px;
  padding-left: 0px;
}
.subscription-details .pricing .savings {
  color: #ffffff;
  font-size: 14px;
  padding: 15px;
  padding-top: 0px;
}
.group-people {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .group-people {
    margin-top: 15px;
  }
}
.group-people .buyto6 {
  margin-bottom: 10px;
}
.about-subscription {
  width: 100%;
  color: white;
  background-color: #3a3a3a;
}
@media (min-width: 992px) {
  .about-subscription .container-page {
    width: 800px;
  }
}
.ver-like-home {
  margin: 20px;
}
.ver-like-home--mobile {
  background-color: #3a3a3a;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
}
.ver-like-home--mobile .text {
  margin-bottom: 10px;
}
.ver-like-home--mobile .ver-sum-heima-price-mobile {
  font-size: 17px;
  font-weight: normal;
  padding: 10px;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .ver-like-home--mobile {
    display: none;
  }
}
.ver-like-home--desktop {
  padding-bottom: 10px;
}
.ver-like-home--desktop .headline--desktop {
  font-size: 26px;
  padding-top: 10px;
}
.ver-like-home--desktop .price-container {
  position: relative;
}
.ver-like-home--desktop .price-container .headline--desktop-price {
  font-size: 30px;
  position: relative;
}
.ver-like-home--desktop .price-container .headline--desktop-price .price-outer {
  position: absolute;
  top: 15px;
  right: 0px;
}
.ver-like-home--desktop .price-container .headline--desktop-price .price-outer .price {
  height: 110px;
  width: 110px;
  border-radius: 100%;
  background: #ffffff;
  color: #3a3a3a;
  font-weight: 700;
  position: relative;
}
.ver-like-home--desktop .price-container .headline--desktop-price .price-outer .price .cost {
  display: block;
  font-size: 30px;
  position: relative;
  top: 14px;
  height: 45px;
}
.ver-like-home--desktop .price-container .headline--desktop-price .price-outer .price .per-month {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  bottom: -6px;
}
.ver-like-home--desktop .price-container .ver-sum-heima-button-container {
  position: relative;
  top: 50px;
}
@media (max-width: 991px) {
  .ver-like-home--desktop {
    display: none;
  }
}
.ver-like-home-button {
  min-width: 110px;
}
.subscription-box-new {
  border: 1px solid #ddd;
}
.sg #ver_sum_heima_modal .modal-body > .row > div[class*="col-"] {
  border-bottom: 1px solid #f3f3f3;
}
.sg .name-and-price-container {
  padding-bottom: 20px;
}
.sg .fullname-outer .fullname {
  font-size: 17px;
}
.sg .price-overview {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 20px;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sg .price-overview .price-overview--row {
  line-height: 40px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.sg .price-overview .price-overview--row--spacer {
  height: 10px;
}
.sg .price-overview .price-overview--row-double {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
@media (min-width: 992px) {
  .sg .price-overview .price-overview--row-double {
    line-height: 100px;
  }
}
.sg .price-overview .price-overview--row-total {
  border: 1px solid #ddd;
}
.sg .price-overview .price-overview--row-total .figure-large {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .sg .price-overview .price-overview--row-total {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.sg .price-overview table {
  width: 100%;
}
.sg .price-overview table tr {
  height: 40px;
}
.sg .price-overview table tr.spacer {
  height: 10px;
}
.sg .price-overview table td.equals-sign {
  width: 25px;
  text-align: center;
}
.sg .price-overview table td.total-price-per-month {
  text-align: center;
  width: 30%;
}
.sg .price-overview table td.total-price-per-month .figure-large {
  font-size: 36px;
  font-weight: bold;
}
.sg .price-overview table .price-overview-row--total-price {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sg .price-overview table .price-overview-row {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}
.sg .price-overview table .price-overview-row span.price-per-month {
  position: absolute;
  right: 10px;
}
.sg .ver-like-home--desktop {
  margin-top: 10px;
  background-color: #3a3a3a;
  color: #ffffff;
}
.sg .ver-like-home--mobile h2 {
  margin-top: 10px;
  font-size: 28px;
}
.sg .ver-like-home--mobile .ver-sum-heima-price-mobile {
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  padding: 10px;
}
.sg .outer-bound {
  background-image: none;
}
.sg .new-top-banner {
  color: #000000;
  margin-top: 0px;
  margin-bottom: 20px;
}
.sg .subscriptions-container {
  font-size: 20px;
}
.sg .subscriptions-container .tabs {
  padding-left: 0px;
  padding-right: 0px;
}
.sg .subscriptions-container .tabs:not(:last-child) > .inner-tabs {
  margin-right: 15px;
}
.sg .subscriptions-container .tabs:not(:first-child) > .inner-tabs {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .sg .subscriptions-container .tabs:not(:first-child) > .inner-tabs {
    margin-left: 0px;
  }
}
.sg .subscriptions-container .tabs .inner-tabs:last-child {
  margin-right: 0px;
}
.sg .subscriptions-container .tabs:last-child {
  margin-right: 0px;
}
.sg .subscriptions-container .tabs .inner-tabs {
  background-color: white;
}
.sg .subscriptions-container .tabs .inner-tabs .subscription-box {
  border: 1px solid #ddd;
}
@media (max-width: 991px) {
  .sg .subscriptions-container .tabs {
    margin-bottom: 25px;
  }
}
.sg .subscriptions-container .tabs .buy {
  text-align: center;
  background-color: #3a3a3a;
}
@media (max-width: 991px) {
}
.sg .subscriptions-container .tabs .pricing .inner {
  min-height: 87px;
}
.sg .subscriptions-container .tabs .buy button {
  margin-bottom: 15px;
  min-width: 150px;
}
.sg .subscriptions-container .group-people {
  margin-top: 30px;
  margin-bottom: 0px;
}
.sg .tabs .subscription-box.old {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
  border: 6px solid white;
}
.sg .tabs .subscription-box.old .subscription-name-extra {
  background-color: #F6B505;
}
.sg .tabs .subscription-box.old .details-featured-in-subscription {
  background-color: #f7f7f7;
}
.sg .tabs .subscription-box.old .price-not-available {
  font-size: 16px;
  color: #c9302c;
}
.sg .tabs .subscription-box.old .price-not-available i {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .subscription > .welcome_section + .container-page {
    width: 850px;
  }
}
#select-subscription {
  padding-left: 0;
  padding-right: 0;
}
.select-people {
  background-color: #fafafa;
}
.select-people .container-page .select-people-row {
  padding-top: 20px;
}
.select-people .container-page .select-people-row .select-col-content {
  min-height: 161px;
}
.select-people .container-page .select-people-row .select-col-content .more-info {
  padding-left: 5px;
}
.select-people .container-page .select-people-row .select-col-content .ver_like_home_switch {
  border: 1px solid #f9b000;
  min-height: 46px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  text-align: center;
}
.select-people .container-page .select-people-row .select-col-content .ver_like_home_switch .price {
  padding: 10px 16px 10px 16px;
  font-size: 18px;
  color: #555;
}
.select-people .container-page .select-people-row .select-col-title {
  min-height: 68px;
}
.select-people .container-page .select-people-row .select-col {
  min-height: 278px;
}
@media (min-width: 540px) {
  .select-people .container-page .select-people-row .select-col {
    min-height: 335px;
  }
}
@media (min-width: 540px) {
  .select-people .container-page .select-people-row .select-col-infobox {
    position: absolute;
    bottom: 20px;
  }
}
.select-people .container-page .select-people-row .thumbnail > .col-xs-12 {
  padding-left: 20px;
  padding-right: 20px;
}
.select-people .container-page .select-people-row .form-group {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  min-height: inherit;
}
.select-people .container-page .select-people-row .thumbnail {
  background: none;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.select-people .container-page .select-people-row .heading {
  padding-top: 10px;
  padding-left: 10px;
}
.select-people .container-page .select-people-row .heading > div:last-child {
  padding-right: 0;
}
.select-people .container-page .select-people-row .column_num_circle {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  margin: auto;
  outline: none;
  text-align: center;
  background: black;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 3px;
}
.select-people .container-page .select-people-row .control-label {
  padding-top: 10px;
}
.select-people .container-page .select-people-row .data_packs > .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.select-people .container-page .select-people-row .data_packs .amount_btn {
  width: 100%;
  border: 1px solid transparent;
  min-height: 20px;
  padding: 10px 10px 10px 25px;
  font-size: 17px;
  font-weight: 400;
}
.select-people .container-page .select-people-row .data_packs .amount_btn .amount {
  padding-left: 35px;
  font-weight: 900;
}
.select-people .container-page .select-people-row .data_packs input[name="data_pack"][type=radio] {
  position: absolute;
  top: 13px;
  left: 17px;
  z-index: -1;
}
.select-people .container-page .select-people-row .data_packs input[name="data_pack"][type=radio] + .amount_btn {
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: 7% 45%;
  color: #555;
}
.select-people .container-page .select-people-row .data_packs input[name="data_pack"][type=radio]:not(:checked) + .amount_btn {
  background-image: url('/assets/img/option_inactive.png');
}
.select-people .container-page .select-people-row .data_packs input[name="data_pack"][type=radio]:checked + .amount_btn {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  border-color: #f9b000;
  background-image: url('/assets/img/option_active.png');
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select-people .container-page .select-people-row .select-col-content i.fa.fa-chevron-down {
    display: none;
  }
}
.select-people .container-page .select-people-row select[name="num_subscriptions"].input-lg {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  line-height: inherit;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(249, 176, 0, 0.8);
  border-color: #f9b000;
}
.select-people .container-page .select-people-row select[name="num_subscriptions"] + i.fa {
  float: right;
  margin-top: -30px;
  margin-right: 5px;
  pointer-events: none;
  background-color: #fff;
  padding-right: 5px;
}
.select-people .container-page .select-people-row .caption {
  padding-top: 15px;
}
.select-people .container-page .select-people-row .caption .glyphicon.glyphicon-chevron-right {
  font-size: 10px;
  top: 0;
}
.select-people .container-page .result > div {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.select-people .container-page .result > div .price-overview--row-total .figure-large {
  font-size: 36px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .select-people .container-page .result > div .price-overview--row-total .price-col {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .select-people .container-page .result > div .price-overview--row-total {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.select-people .container-page .result > div .price-overview--row-total > div:last-child {
  padding: 10px;
}
.select-people .container-page .result > div .price-overview--row-total .btn.btn-success {
  width: 100%;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 15px;
  font-weight: bold;
  border-radius: 25px;
}
#people-message-gb {
  font-weight: bold;
  color: #d43f3a;
  margin: 10px;
}
@media (max-width: 991px) {
  .ung-field-mobile {
    margin-bottom: 10px;
  }
}
.ver-terms a {
  text-decoration: underline;
}
.ver-terms .terms-inner table {
  background-color: white;
}
.ver-terms .terms-inner table thead {
  font-weight: bold;
  font-size: 18px;
}
.ver-terms .terms-inner table thead .first-col-header {
  width: 10%;
}
.ver-terms .terms-inner table thead .other-col-header {
  width: 30%;
}
@media (min-width: 992px) {
  .ver-terms .terms-inner table tbody td {
    padding: 10px;
  }
}
.ver-terms .terms-inner table tbody .other-col {
  padding-bottom: 40px;
}
.ver-terms .terms-inner table .first-col {
  background-color: #3a3a3a;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.ver-terms .terms-inner .button-terms-container {
  padding-left: 0px;
  padding-right: 0px;
}
.ver-terms .terms-inner .button-terms-container .button-terms {
  background-color: #3a3a3a;
  width: 100%;
  text-align: center;
  color: white;
  position: relative;
  font-size: 18px;
  line-height: 2em;
}
.ver-terms .terms-inner .button-terms-container .button-terms i {
  position: relative;
  left: 10px;
  top: 3px;
}
.ver-signup .form-group {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .ver-signup .border {
    padding-bottom: 20px;
  }
  .ver-signup .extra-subscriptions {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 992px) {
  .ver-signup .well {
    margin-bottom: 0px;
  }
}
.ver-signup .well {
  padding: 1px;
}
.ver-signup .submit-button {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .ver-signup .responsible-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .ver-signup .price-calculator-parent {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .ver-signup .price-calculator-parent .price-calculator {
    min-height: 416px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
}
.ver-signup .price-calculator-parent .price-calculator .price-row div {
  padding: 2px;
  padding-top: 4px;
}
.ver-signup .price-calculator-parent .price-calculator .total-price {
  font-weight: bold;
  border-top: 1px solid #cccccc;
}
.ver-signup .has-feedback .form-control-feedback {
  z-index: 9;
}
.ver-signup .ver-like-home-c {
  color: #F6B505;
}
.price-comparison {
  width: 100%;
}
.price-comparison .doubleUnderline {
  text-decoration: underline;
  border-bottom: 1px solid #8a6d3b;
}
.price-comparison tr {
  height: auto;
}
.price-comparison td {
  padding: 2px;
}
.price-comparison .old-row .old-row--name {
  width: 20%;
}
.price-comparison .old-row .old-row--price {
  text-align: right;
}
.price-comparison .old-total {
  border-top: 1px solid #8a6d3b;
}
.price-comparison .old-total .old-total--name {
  width: 20%;
}
.price-comparison .old-total .old-total--price {
  text-align: right;
}
.price-comparison .new-row .new-row--name {
  width: 20%;
}
.price-comparison .new-row .new-row--price {
  text-align: right;
}
.price-comparison .new-total {
  border-top: 1px solid #8a6d3b;
}
.price-comparison .new-total .new-total--name {
  width: 20%;
}
.price-comparison .new-total .new-total--price {
  text-align: right;
}
.subscriptions-buy-popup .ver-sum-heima-text--small {
  font-size: 12px;
}
.ver_like_home_switch .ios-like-slider {
  top: 11px;
}
#ver_sum_heima_modal .ios-like-slider {
  top: 8px;
}
#ver_sum_heima_modal .__phonenumber {
  line-height: 38px!important;
}
#ver_sum_heima_modal .__toggle {
  line-height: 40px!important;
}
.ios-like-slider {
  position: relative;
  top: 7px;
  left: 5px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.ios-like-slider .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
}
.ios-like-slider .switch input {
  display: none;
}
.ios-like-slider .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ios-like-slider .slider:focus,
.ios-like-slider .slider:hover {
  background-color: #b3b3b3;
}
.ios-like-slider .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ios-like-slider input:checked + .slider {
  background-color: #F6B505;
}
.ios-like-slider input:checked + .slider:focus,
.ios-like-slider input:checked + .slider:hover {
  background-color: #d89f04;
}
.ios-like-slider input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.ios-like-slider input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.ios-like-slider .slider.round {
  border-radius: 24px;
}
.ios-like-slider .slider.round:before {
  border-radius: 50%;
}
.ios-like-slider input + .slider.round.delayed {
  opacity: 0.5;
}
.ios-like-slider input + .slider.round.delayed > .glyphicon-info-sign {
  top: -4px;
  font-size: 20px;
  padding-left: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ios-like-slider input:checked + .slider.round.delayed > .glyphicon-info-sign {
  padding-left: 26px;
}
.ios-like-slider--right {
  left: auto;
  right: 5px;
}
.ios-like-slider--no-left {
  left: auto;
}
.interior .light-blue-text {
  color: #5bc0de;
  background-color: #dddddd;
}
.interior .light-blue-text:focus,
.interior .light-blue-text:hover {
  color: #31b0d5 !important;
  background-color: #d0d0d0;
}
.interior .light-green-text {
  color: #1b962f;
  background-color: #dddddd;
}
.interior .light-green-text:focus,
.interior .light-green-text:hover {
  color: #136b21 !important;
  background-color: #d0d0d0;
}
.interior .light-red-text {
  color: #f81ffb;
  background-color: #dddddd;
}
.interior .light-red-text:focus,
.interior .light-red-text:hover {
  color: #e004e3 !important;
  background-color: #d0d0d0;
}
.interior .fastnet-light-red-text {
  color: #1900fb;
  background-color: #dddddd;
}
.interior .fastnet-light-red-text:focus,
.interior .fastnet-light-red-text:hover {
  color: #1400c8 !important;
  background-color: #d0d0d0;
}
.interior .no-new-subscriptions {
  visibility: hidden;
}
@media (max-width: 991px) {
  .interior .no-new-subscriptions-mobile {
    display: none;
  }
}
.interior i.validation {
  color: #a94442;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 15px;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.interior i.normal {
  color: #000000;
}
.interior i.validation:hover {
  color: #843534 !important;
}
.interior i.normal:hover {
  color: #1a1a1a !important;
}
.interior .fastnet-subscriptions-container .old-header,
.interior .new-subscriptions-container .old-header,
.interior .data-subscriptions-container .old-header,
.interior .old-subscriptions-container .old-header {
  margin-bottom: 15px;
}
.interior .fastnet-subscriptions-container .old-sub-header,
.interior .new-subscriptions-container .old-sub-header,
.interior .data-subscriptions-container .old-sub-header,
.interior .old-subscriptions-container .old-sub-header {
  margin-bottom: 15px;
}
.interior .fastnet-subscriptions-container .change-here,
.interior .new-subscriptions-container .change-here,
.interior .data-subscriptions-container .change-here,
.interior .old-subscriptions-container .change-here {
  margin-bottom: 5px;
  color: #5bc0de;
}
.interior .fastnet-subscriptions-container .change-here:focus,
.interior .new-subscriptions-container .change-here:focus,
.interior .data-subscriptions-container .change-here:focus,
.interior .old-subscriptions-container .change-here:focus,
.interior .fastnet-subscriptions-container .change-here:hover,
.interior .new-subscriptions-container .change-here:hover,
.interior .data-subscriptions-container .change-here:hover,
.interior .old-subscriptions-container .change-here:hover {
  color: #31b0d5 !important;
  outline: none;
}
.interior .new-subscriptions-container.hidden + .old-subscriptions-container {
  margin-top: 0;
}
.interior .header-desktop,
.interior .content-desktop {
  margin-top: 40px;
  margin-bottom: 40px;
}
.interior .header-desktop .refill-round-outer,
.interior .content-desktop .refill-round-outer {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.interior .header-desktop .refill-round-outer .refill-round,
.interior .content-desktop .refill-round-outer .refill-round {
  border-radius: 60px;
  width: 100px;
  height: 100px;
  line-height: 85px;
  margin: auto;
  outline: none;
}
.interior .header-desktop .basic-content,
.interior .content-desktop .basic-content {
  background-color: white;
  padding: 15px;
}
.interior .header-desktop .basic-content .ver-styled-border,
.interior .content-desktop .basic-content .ver-styled-border {
  border: 1px solid #f9b000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(249, 176, 0, 0.8);
}
.interior .header-desktop .basic-content .linefees-styled-border,
.interior .content-desktop .basic-content .linefees-styled-border {
  border: 1px solid #555555;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(85, 85, 85, 0.8);
  background-color: #f9b000;
  color: #000000;
}
.interior .header-desktop .basic-content .ver-styled-border-dark,
.interior .content-desktop .basic-content .ver-styled-border-dark {
  border: 1px solid #3b3d3e;
}
.interior .header-desktop .basic-content .ver-styled-border-small,
.interior .content-desktop .basic-content .ver-styled-border-small {
  border: 1px solid #f9b000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(249, 176, 0, 0.8);
}
.interior .header-desktop .basic-content .ver-styled-border-small-validated,
.interior .content-desktop .basic-content .ver-styled-border-small-validated {
  border: 1px solid #419641;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(54, 181, 39, 0.4);
}
.interior .header-desktop .basic-content .ver-styled-border-small-not-validated,
.interior .content-desktop .basic-content .ver-styled-border-small-not-validated {
  border: 1px solid #c12f2f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(243, 109, 109, 0.4);
}
.interior .header-desktop .basic-content .ver-styled-border-new,
.interior .content-desktop .basic-content .ver-styled-border-new {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(119, 119, 119, 0.4);
}
.interior .header-desktop .basic-content .ver-styled-border-old,
.interior .content-desktop .basic-content .ver-styled-border-old {
  border: 1px solid #5bc0de;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(0, 183, 249, 0.8);
}
.interior .header-desktop .basic-content .ver-styled-border-data,
.interior .content-desktop .basic-content .ver-styled-border-data {
  border: 1px solid #1b962f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(34, 243, 96, 0.8);
}
.interior .header-desktop .basic-content .ver-styled-border-bb,
.interior .content-desktop .basic-content .ver-styled-border-bb {
  border: 1px solid #f81ffb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(34, 243, 96, 0.8);
}
.interior .header-desktop .basic-content .ver-styled-border-fastnet,
.interior .content-desktop .basic-content .ver-styled-border-fastnet {
  border: 1px solid #1900fb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(34, 243, 96, 0.8);
}
.interior .header-desktop .basic-content .input-field-min-height,
.interior .content-desktop .basic-content .input-field-min-height {
  min-height: 34px;
}
@media (max-width: 991px) {
  .interior .header-desktop .owner-info-sub-content,
  .interior .content-desktop .owner-info-sub-content {
    display: none;
  }
  .interior .header-desktop .account-overview-headline,
  .interior .content-desktop .account-overview-headline {
    display: block;
  }
}
@media (min-width: 992px) {
  .interior .header-desktop .owner-info-sub-content,
  .interior .content-desktop .owner-info-sub-content {
    display: block;
  }
  .interior .header-desktop .account-overview-headline,
  .interior .content-desktop .account-overview-headline {
    display: none;
  }
}
.interior .header-desktop .basic-chevron,
.interior .content-desktop .basic-chevron {
  font-size: 2em;
  -webkit-text-stroke: 2px white;
  color: #ee9b00 !important;
  visibility: hidden;
  position: absolute;
  right: 10px;
}
.interior .header-desktop .add-more-subscriptions,
.interior .content-desktop .add-more-subscriptions {
  display: inline-block;
}
.interior .header-desktop .add-more-subscriptions.btn,
.interior .content-desktop .add-more-subscriptions.btn {
  color: #333;
}
.interior .header-desktop .add-more-subscriptions.btn:focus,
.interior .content-desktop .add-more-subscriptions.btn:focus,
.interior .header-desktop .add-more-subscriptions.btn:hover,
.interior .content-desktop .add-more-subscriptions.btn:hover,
.interior .header-desktop .add-more-subscriptions.btn:active,
.interior .content-desktop .add-more-subscriptions.btn:active {
  color: #333 !important;
  text-decoration: none;
  background-color: inherit;
  outline: none;
  cursor: pointer;
}
.interior .header-desktop .add-more-subscriptions i,
.interior .content-desktop .add-more-subscriptions i {
  width: 30px;
  font-size: 2em;
  -webkit-text-stroke: 2px white;
  color: #ccc;
}
.interior .header-desktop .add-more-subscriptions .more-subs-text,
.interior .content-desktop .add-more-subscriptions .more-subs-text {
  position: relative;
  top: -5px;
  left: 5px;
}
.interior .header-desktop .add-more-subscriptions.first,
.interior .content-desktop .add-more-subscriptions.first {
  margin-top: 0px;
}
.interior .header-desktop .subscription-info-chevron,
.interior .content-desktop .subscription-info-chevron {
  position: absolute;
  right: 10px;
}
@media (max-width: 991px) {
  .interior .header-desktop,
  .interior .content-desktop {
    margin-bottom: 25px;
  }
  .interior .header-desktop .owner-info-chevron,
  .interior .content-desktop .owner-info-chevron,
  .interior .header-desktop .subscription-info-chevron,
  .interior .content-desktop .subscription-info-chevron {
    visibility: visible;
    bottom: -1px;
  }
}
@media (min-width: 992px) {
  .interior .header-desktop .owner-info.rows-1,
  .interior .content-desktop .owner-info.rows-1,
  .interior .header-desktop .owner-info.rows-2,
  .interior .content-desktop .owner-info.rows-2,
  .interior .header-desktop .owner-info.rows-3,
  .interior .content-desktop .owner-info.rows-3 {
    height: 176px;
  }
  .interior .header-desktop .owner-info.rows-4,
  .interior .content-desktop .owner-info.rows-4 {
    height: 228px;
  }
  .interior .header-desktop .owner-info.rows-5,
  .interior .content-desktop .owner-info.rows-5 {
    height: 280px;
  }
  .interior .header-desktop .owner-info.rows-6,
  .interior .content-desktop .owner-info.rows-6 {
    height: 332px;
  }
  .interior .header-desktop .owner-info.rows-7,
  .interior .content-desktop .owner-info.rows-7 {
    height: 384px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .interior .header-desktop .owner-info.rows-1 .customer-number,
  .interior .content-desktop .owner-info.rows-1 .customer-number,
  .interior .header-desktop .owner-info.rows-2 .customer-number,
  .interior .content-desktop .owner-info.rows-2 .customer-number,
  .interior .header-desktop .owner-info.rows-3 .customer-number,
  .interior .content-desktop .owner-info.rows-3 .customer-number {
    margin-top: 10px!important;
  }
  .interior .header-desktop .owner-info.rows-1 .customer-related-links,
  .interior .content-desktop .owner-info.rows-1 .customer-related-links,
  .interior .header-desktop .owner-info.rows-2 .customer-related-links,
  .interior .content-desktop .owner-info.rows-2 .customer-related-links,
  .interior .header-desktop .owner-info.rows-3 .customer-related-links,
  .interior .content-desktop .owner-info.rows-3 .customer-related-links {
    margin-top: 11px!important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .interior .header-desktop .owner-info.rows-4 .customer-related-links,
  .interior .content-desktop .owner-info.rows-4 .customer-related-links {
    margin-top: 53px!important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .interior .header-desktop .owner-info.rows-5 .customer-related-links,
  .interior .content-desktop .owner-info.rows-5 .customer-related-links {
    margin-top: 105px!important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .interior .header-desktop .owner-info.rows-6 .customer-related-links,
  .interior .content-desktop .owner-info.rows-6 .customer-related-links {
    margin-top: 155px!important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .interior .header-desktop .owner-info.rows-7 .customer-related-links,
  .interior .content-desktop .owner-info.rows-7 .customer-related-links {
    margin-top: 205px!important;
  }
}
.interior .header-desktop .owner-info .customer-name,
.interior .content-desktop .owner-info .customer-name {
  position: relative;
}
.interior .header-desktop .owner-info .customer-number,
.interior .content-desktop .owner-info .customer-number {
  margin-top: 20px;
}
.interior .header-desktop .owner-info .customer-related-links,
.interior .content-desktop .owner-info .customer-related-links {
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .interior .header-desktop .owner-info .customer-related-links .col-md-6,
  .interior .content-desktop .owner-info .customer-related-links .col-md-6 {
    padding-right: 0px;
  }
}
.interior .header-desktop .owner-info .customer-related-links a,
.interior .content-desktop .owner-info .customer-related-links a {
  color: #ee9b00;
  font-weight: 400;
}
.interior .header-desktop .owner-info .customer-related-links a:focus,
.interior .content-desktop .owner-info .customer-related-links a:focus {
  outline: none;
  text-decoration: none;
}
.interior .header-desktop .subscription-info .account-overview-headline,
.interior .content-desktop .subscription-info .account-overview-headline {
  position: relative;
}
@media (max-width: 991px) {
  .interior .header-desktop .subscription-info .price-overview,
  .interior .content-desktop .subscription-info .price-overview {
    margin-top: 15px;
  }
}
.interior .header-desktop .subscription-info .price-overview,
.interior .content-desktop .subscription-info .price-overview {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.interior .header-desktop .subscription-info .price-overview .price-overview--row,
.interior .content-desktop .subscription-info .price-overview .price-overview--row {
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.interior .header-desktop .subscription-info .price-overview .price-overview--row--spacer,
.interior .content-desktop .subscription-info .price-overview .price-overview--row--spacer {
  height: 10px;
}
.interior .header-desktop .subscription-info .price-overview .price-per-month-mobile.ppmm-large,
.interior .content-desktop .subscription-info .price-overview .price-per-month-mobile.ppmm-large {
  padding-top: 10px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .interior .header-desktop .subscription-info .price-overview .price-overview--equals,
  .interior .content-desktop .subscription-info .price-overview .price-overview--equals {
    display: none;
  }
  .interior .header-desktop .subscription-info .price-overview .price-overview--row--spacer-mobile,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row--spacer-mobile {
    height: 10px;
  }
  .interior .header-desktop .subscription-info .price-overview .price-per-month-mobile,
  .interior .content-desktop .subscription-info .price-overview .price-per-month-mobile {
    display: none;
  }
}
.interior .header-desktop .subscription-info .price-overview .price-overview--row-double,
.interior .content-desktop .subscription-info .price-overview .price-overview--row-double {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
@media (min-width: 992px) {
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-double,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-double {
    line-height: 100px;
  }
}
.interior .header-desktop .subscription-info .price-overview .price-overview--row-quadruple,
.interior .content-desktop .subscription-info .price-overview .price-overview--row-quadruple {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
@media (min-width: 992px) {
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-quadruple,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-quadruple {
    background-color: #3b3d3e;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-total.rows-1,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-total.rows-1,
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-total.rows-2,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-total.rows-2,
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-total.rows-3,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-total.rows-3 {
    height: 146px;
  }
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-total.rows-4,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-total.rows-4 {
    height: 198px;
  }
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-total.rows-5,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-total.rows-5 {
    height: 250px;
  }
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-total.rows-6,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-total.rows-6 {
    height: 302px;
  }
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-total.rows-7,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-total.rows-7 {
    height: 354px;
  }
}
.interior .header-desktop .subscription-info .price-overview .price-overview--row-total .figure-large,
.interior .content-desktop .subscription-info .price-overview .price-overview--row-total .figure-large {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 60px;
}
.interior .header-desktop .subscription-info .price-overview .price-overview--row-total .figure-large::after,
.interior .content-desktop .subscription-info .price-overview .price-overview--row-total .figure-large::after {
  content: '';
  width: 100%;
}
@media (max-width: 991px) {
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-total,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-total {
    text-align: right;
  }
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-total .figure-large,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-total .figure-large {
    font-size: 16px;
    position: relative;
    right: 10px;
  }
}
.interior .header-desktop .subscription-info .price-overview .price-overview--row-total .figure-large-total,
.interior .content-desktop .subscription-info .price-overview .price-overview--row-total .figure-large-total {
  position: absolute;
  left: 10px;
}
@media (min-width: 992px) {
  .interior .header-desktop .subscription-info .price-overview .price-overview--row-total .figure-large-total,
  .interior .content-desktop .subscription-info .price-overview .price-overview--row-total .figure-large-total {
    display: none;
  }
}
.interior .header-desktop .subscription-info .price-overview .fastnet-family-discount,
.interior .content-desktop .subscription-info .price-overview .fastnet-family-discount,
.interior .header-desktop .subscription-info .price-overview .bb-family-discount,
.interior .content-desktop .subscription-info .price-overview .bb-family-discount {
  font-weight: bold;
  position: absolute;
  right: 30px;
}
@media (max-width: 539px) {
  .interior .header-desktop .subscription-info .price-overview .fastnet-family-discount,
  .interior .content-desktop .subscription-info .price-overview .fastnet-family-discount,
  .interior .header-desktop .subscription-info .price-overview .bb-family-discount,
  .interior .content-desktop .subscription-info .price-overview .bb-family-discount {
    visibility: hidden;
  }
}
@media (max-width: 991px) {
  .interior .header-desktop .subscription-info .other-links .col-sm-12,
  .interior .content-desktop .subscription-info .other-links .col-sm-12 {
    margin-top: 10px;
  }
}
.interior .header-desktop .subscriptions-overview > .old-header,
.interior .content-desktop .subscriptions-overview > .old-header {
  text-align: center;
  margin-bottom: 10px;
}
.interior .header-desktop .subscriptions-overview .glyphicon.glyphicon-refresh,
.interior .content-desktop .subscriptions-overview .glyphicon.glyphicon-refresh {
  font-size: 1.6em;
  color: #5cb85c;
  top: 8px;
  right: 18px;
  position: absolute;
}
.interior .header-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container .ios-like-slider input:checked + .slider,
.interior .content-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container .ios-like-slider input:checked + .slider {
  background-color: #1b962f;
}
.interior .header-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container .ios-like-slider input:checked + .slider:focus,
.interior .content-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container .ios-like-slider input:checked + .slider:focus,
.interior .header-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container .ios-like-slider input:checked + .slider:hover,
.interior .content-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container .ios-like-slider input:checked + .slider:hover {
  background-color: #136b21;
}
.interior .header-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container .loader,
.interior .content-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container .loader {
  border-top-color: #1b962f;
}
.interior .header-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container + .old-subscriptions-container .ios-like-slider input:checked + .slider,
.interior .content-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container + .old-subscriptions-container .ios-like-slider input:checked + .slider {
  background-color: #5bc0de;
}
.interior .header-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container + .old-subscriptions-container .ios-like-slider input:checked + .slider:focus,
.interior .content-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container + .old-subscriptions-container .ios-like-slider input:checked + .slider:focus,
.interior .header-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container + .old-subscriptions-container .ios-like-slider input:checked + .slider:hover,
.interior .content-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container + .old-subscriptions-container .ios-like-slider input:checked + .slider:hover {
  background-color: #31b0d5;
}
.interior .header-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container + .old-subscriptions-container .loader,
.interior .content-desktop .subscriptions-overview.new-subscriptions-container + .data-subscriptions-container + .old-subscriptions-container .loader {
  border-top-color: #5bc0de;
}
.interior .header-desktop .subscriptions-overview.bb-subscriptions-container .loader,
.interior .content-desktop .subscriptions-overview.bb-subscriptions-container .loader {
  border-top-color: #f81ffb;
}
.interior .header-desktop .subscriptions-overview.fastnet-subscriptions-container .loader,
.interior .content-desktop .subscriptions-overview.fastnet-subscriptions-container .loader {
  border-top-color: #1900fb;
}
.interior .header-desktop .subscriptions-overview .new-subscriptions-container--header,
.interior .content-desktop .subscriptions-overview .new-subscriptions-container--header,
.interior .header-desktop .subscriptions-overview .data-subscriptions-container--header,
.interior .content-desktop .subscriptions-overview .data-subscriptions-container--header {
  margin-bottom: 10px;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row {
  margin: 0;
  padding: 10px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .interior .header-desktop .subscriptions-overview .subscriptions-overview--row .input-column-top-md-1,
  .interior .content-desktop .subscriptions-overview .subscriptions-overview--row .input-column-top-md-1 {
    position: relative;
    top: 1px;
  }
  .interior .header-desktop .subscriptions-overview .subscriptions-overview--row .input-column-top-md-4,
  .interior .content-desktop .subscriptions-overview .subscriptions-overview--row .input-column-top-md-4 {
    position: relative;
    top: 4px;
  }
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row ._inner,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row ._inner {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .interior .header-desktop .subscriptions-overview .subscriptions-overview--row ._inner .col-md-4.second-row,
  .interior .content-desktop .subscriptions-overview .subscriptions-overview--row ._inner .col-md-4.second-row {
    padding-top: 10px;
  }
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row ._inner .btn-normal.orange-text,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row ._inner .btn-normal.orange-text {
  min-width: 110px;
  background-color: #dddddd;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row ._inner .btn-normal.orange-text:focus,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row ._inner .btn-normal.orange-text:focus,
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row ._inner .btn-normal.orange-text:hover,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row ._inner .btn-normal.orange-text:hover {
  color: #ee9b00 !important;
  background-color: #c4c4c4;
}
@media (max-width: 320px) {
  .interior .header-desktop .subscriptions-overview .subscriptions-overview--row ._inner .btn-normal.orange-text,
  .interior .content-desktop .subscriptions-overview .subscriptions-overview--row ._inner .btn-normal.orange-text {
    min-width: inherit;
  }
}
@media (max-width: 991px) {
  .interior .header-desktop .subscriptions-overview .subscriptions-overview--row ._inner,
  .interior .content-desktop .subscriptions-overview .subscriptions-overview--row ._inner {
    padding-top: 0;
  }
  .interior .header-desktop .subscriptions-overview .subscriptions-overview--row ._inner > div,
  .interior .content-desktop .subscriptions-overview .subscriptions-overview--row ._inner > div {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more,
  .interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more {
    text-align: center;
  }
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription {
  font-size: 2em;
  -webkit-text-stroke: 2px white;
  color: #ee9b00;
  cursor: pointer;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-old,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-old {
  color: #5bc0de;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-old:focus,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-old:focus,
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-old:hover,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-old:hover {
  color: #31b0d5 !important;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-data,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-data {
  color: #1b962f;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-data:focus,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-data:focus,
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-data:hover,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-data:hover {
  color: #136b21 !important;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-bb,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-bb {
  color: #f81ffb;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-bb:focus,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-bb:focus,
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-bb:hover,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-bb:hover {
  color: #e004e3 !important;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-fastnet,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-fastnet {
  color: #1900fb;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-fastnet:focus,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-fastnet:focus,
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-fastnet:hover,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .more .fa.info-subscription-fastnet:hover {
  color: #1400c8 !important;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row.ver-styled-border-small .fa-spinner,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row.ver-styled-border-small .fa-spinner {
  opacity: 1;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .show-for,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .show-for {
  display: none;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .no-padding,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .no-padding {
  padding: 0;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .fa-refresh,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .fa-refresh {
  font-size: 2em;
  color: #5cb85c;
  top: 5px;
  right: 18px;
  position: absolute;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .fa-chevron-down:focus,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .fa-chevron-down:focus,
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .fa-chevron-up:focus,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .fa-chevron-up:focus,
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .fa-chevron-down:hover,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .fa-chevron-down:hover,
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row .fa-chevron-up:hover,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row .fa-chevron-up:hover {
  color: #bb7a00 !important;
}
@media (max-width: 320px) {
  .interior .header-desktop .subscriptions-overview .subscriptions-overview--row,
  .interior .content-desktop .subscriptions-overview .subscriptions-overview--row {
    padding-left: 0;
    padding-right: 0;
  }
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row-totalprice,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row-totalprice {
  box-shadow: none;
  border: 0;
}
.interior .header-desktop .subscriptions-overview .subscriptions-overview--row-totalprice .price,
.interior .content-desktop .subscriptions-overview .subscriptions-overview--row-totalprice .price {
  text-decoration: underline;
}
.interior .header-desktop .subscriptions-overview hr,
.interior .content-desktop .subscriptions-overview hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(204, 204, 204, 0.8);
}
.interior .header-desktop .subscriptions-overview hr.divide,
.interior .content-desktop .subscriptions-overview hr.divide {
  border-color: #f9b000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(249, 176, 0, 0.8);
}
.interior .header-desktop .subscriptions-overview hr.divide-old,
.interior .content-desktop .subscriptions-overview hr.divide-old {
  border-color: #5bc0de;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(0, 183, 249, 0.8);
}
.interior .header-desktop .subscriptions-overview hr.divide-data,
.interior .content-desktop .subscriptions-overview hr.divide-data {
  border-color: #1b962f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(34, 243, 96, 0.8);
}
.interior .header-desktop .subscriptions-overview hr.divide-bb,
.interior .content-desktop .subscriptions-overview hr.divide-bb {
  border-color: #f81ffb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(248, 31, 251, 0.8);
}
.interior .header-desktop .subscriptions-overview .desc,
.interior .content-desktop .subscriptions-overview .desc {
  font-weight: 400;
  /*        font-style: italic;
        color: #a3a3a3;*/
}
.interior .header-desktop .subscriptions-overview .desc + span,
.interior .content-desktop .subscriptions-overview .desc + span {
  font-weight: 700;
}
.interior .header-desktop .subscriptions-overview .price,
.interior .content-desktop .subscriptions-overview .price {
  white-space: nowrap;
}
.interior .header-desktop .subscriptions-overview .weighted,
.interior .content-desktop .subscriptions-overview .weighted {
  font-weight: 600;
}
.interior .header-desktop .subscriptions-overview .inline-info,
.interior .content-desktop .subscriptions-overview .inline-info {
  display: inline;
}
.interior .header-desktop .subscriptions-overview .inline-info .simcard-info-sign,
.interior .content-desktop .subscriptions-overview .inline-info .simcard-info-sign {
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}
.interior .header-desktop .new-subscriptions-area .info-section,
.interior .content-desktop .new-subscriptions-area .info-section {
  margin-top: 3px;
  margin-bottom: 3px;
}
.interior .header-desktop .new-subscriptions-area .action-section,
.interior .content-desktop .new-subscriptions-area .action-section {
  margin-top: -1px;
}
.interior .header-desktop .new-subscriptions-area .action-section div.btn-success,
.interior .content-desktop .new-subscriptions-area .action-section div.btn-success {
  min-width: 75px;
}
.interior .header-desktop .new-subscriptions-area .new-column,
.interior .content-desktop .new-subscriptions-area .new-column {
  line-height: 30px;
}
.interior .header-desktop .new-subscriptions-area .new-column input,
.interior .content-desktop .new-subscriptions-area .new-column input {
  width: 100%;
  padding-left: 10px;
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
  .interior .header-desktop .new-subscriptions-area .new-column,
  .interior .content-desktop .new-subscriptions-area .new-column {
    margin-top: 15px;
  }
  .interior .header-desktop .new-subscriptions-area .action-section,
  .interior .content-desktop .new-subscriptions-area .action-section {
    margin-top: 15px;
  }
}
.interior #change-password-modal_body .form-group {
  margin-bottom: 15px;
}
.interior .select-phonenumber-modal .select-phonenumber-outer {
  padding: 10px;
}
.interior .select-phonenumber-modal .select-phonenumber-outer .select-phonenumber {
  background-color: white;
  border: 1px solid #ccc;
  color: #3b3d3e;
  font-weight: bold;
}
@media (max-width: 539px) {
  .interior .select-phonenumber-modal .select-phonenumber-outer .select-phonenumber {
    font-weight: 600;
    font-size: 14px;
  }
}
.interior .select-phonenumber-modal .select-phonenumber-outer .select-phonenumber:hover {
  background-color: #ee9b00;
}
.interior .select-phonenumber-modal .select-phonenumber-outer .select-phonenumber:hover .ui-match {
  color: #3b3d3e;
}
.interior .select-phonenumber-modal .select-phonenumber-outer .select-phonenumber-bg {
  opacity: 0.5;
}
.interior .select-phonenumber-modal .select-phonenumber-outer .select-phonenumber-active {
  background-color: #ee9b00;
}
@media (max-width: 991px) {
  .interior .select-phonenumber-modal .filter-phonenumbers,
  .interior .select-phonenumber-modal .more-phonenumber-row {
    margin-bottom: 10px;
  }
}
@media (max-width: 539px) {
  .interior .select-phonenumber-modal .modal-body {
    min-height: inherit!important;
    padding-bottom: 15px;
  }
}
._padding-left {
  padding-left: 15px;
}
.validate-icc img,
.validate-icc-external img {
  max-width: 100%;
  height: auto;
}
.validate-icc .form-horizontal .has-feedback .form-control-feedback,
.validate-icc-external .form-horizontal .has-feedback .form-control-feedback {
  top: 50px;
  right: 0px;
}
.usim-popover--header {
  margin-left: 10px;
}
.balance_table tr:first-child td {
  border-top: none;
}
.balance_table tr td:not(:first-child) {
  width: 100px;
}
.data_fo_included {
  font-size: 12px;
}
.data_fo_included.star {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  top: 2px;
  right: -2px;
}
@media (max-width: 539px) {
  #refillModal .modal-body:not(.tmp) {
    padding-bottom: 0;
  }
  #refillModal .modal-body:not(.tmp) .panel-body {
    padding: 0;
  }
  #refillModal .modal-body:not(.tmp) .panel-body #fylla ul.nav-justified > li:last-child {
    margin-bottom: 0;
  }
  #refillModal .modal-body:not(.tmp) .panel-body #fylla ul.nav-justified > li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #refillModal .modal-body:not(.tmp) .panel-body .carousel-inner {
    overflow-y: auto;
    max-height: 450px;
  }
}
@media (max-width: 539px) and (max-width: 415px) {
  #refillModal .modal-body:not(.tmp) .panel-body .carousel-inner {
    max-height: 400px;
  }
}
@media (max-width: 539px) and (max-width: 360px) {
  #refillModal .modal-body:not(.tmp) .panel-body .carousel-inner {
    max-height: 385px;
  }
}
@media (max-width: 539px) and (max-width: 320px) {
  #refillModal .modal-body:not(.tmp) .panel-body .carousel-inner {
    max-height: 310px;
  }
}
@media (max-width: 539px) {
  #refillModal .modal-footer {
    border-top: none!important;
  }
}
@media (min-width: 992px) {
  #refillModal .data_section_sub_text {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
  }
}
@media (min-width: 992px) {
  #nytslaModal .modal-body:not(.tmp) {
    min-height: 339px;
  }
}
@media (max-width: 539px) {
  #nytslaModal .modal-body:not(.tmp) {
    min-height: 329px;
  }
}
#nytslaModal .modal-body:not(.tmp) ._inner_content .panel-body {
  padding: 0;
  border: none;
}
#nytslaModal .modal-body:not(.tmp) ._inner_content .panel-body .nav-tabs > li:first-child a {
  border-left: none;
}
@media (min-width: 539px) {
  #nytslaModal .modal-body:not(.tmp) ._inner_content .panel-body .balance_title {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .select-phonenumber-modal .modal-body:not(.tmp) {
    min-height: 245px;
  }
}
@media (max-width: 539px) {
  .select-phonenumber-modal .modal-body:not(.tmp) {
    min-height: 347px;
  }
}
@media (min-width: 992px) {
  #gjaldingarOverviewModal .modal-body:not(.tmp) {
    min-height: 573px;
  }
}
#gjaldingarOverviewModal .modal-body:not(.tmp) ._inner_content .panel-body {
  border-top: 1px solid #e2e2e2;
}
#gjaldingarOverviewModal .modal-body:not(.tmp) ._inner_content .panel-body .table tr:first-child th {
  border-top: none;
  border-bottom: none;
}
@media (max-width: 320px) {
  #gjaldingarOverviewModal .modal-body:not(.tmp) ._inner_content .panel-body {
    max-height: 335px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 539px) {
  #gjaldingarOverviewModal .modal-body:not(.tmp) ._inner_content .panel-body {
    padding-left: 5px;
    padding-right: 5px;
  }
  #gjaldingarOverviewModal .modal-body:not(.tmp) ._inner_content .panel-body button.btn {
    font-size: 13px;
  }
}
#gjaldingarOverviewModal .modal-body:not(.tmp) .gjaldingar-overview-popup .gjald-info {
  display: inline;
  padding-left: 10px;
}
@media (min-width: 992px) {
  #simCardModal .modal-body:not(.tmp) {
    min-height: 378px;
    min-width: 878px;
  }
}
@media (max-width: 539px) {
  #simCardModal .modal-body:not(.tmp) {
    min-height: 425px;
  }
}
#simCardModal .modal-body:not(.tmp) ._inner_content .panel-body {
  padding: 0;
  border: none;
}
@media (min-width: 992px) {
  #changeSimCardModal .modal-body:not(.tmp) {
    min-height: 358px;
  }
}
@media (max-width: 539px) {
  #changeSimCardModal .modal-body:not(.tmp) {
    min-height: 381px;
  }
}
@media (min-width: 992px) {
  #virdissedlarModal .modal-body:not(.tmp) {
    min-height: 214px;
    /*      min-width: 878px;*/
  }
}
@media (max-width: 539px) {
  #virdissedlarModal .modal-body:not(.tmp) {
    min-height: 239px;
  }
}
#virdissedlarModal .modal-body:not(.tmp) ._inner_content .panel-body,
#virdissedlarModal .modal-body:not(.tmp) ._inner_content_giftcard .panel-body {
  padding: 0;
  border: none;
}
#virdissedlarModal .modal-body:not(.tmp) ._inner_content .panel-body .table tr:first-child th,
#virdissedlarModal .modal-body:not(.tmp) ._inner_content_giftcard .panel-body .table tr:first-child th {
  border-top: none;
}
@media (max-width: 539px) {
  #virdissedlarModal .modal-body:not(.tmp) ._inner_content .panel-body,
  #virdissedlarModal .modal-body:not(.tmp) ._inner_content_giftcard .panel-body {
    padding-left: 5px;
    padding-right: 5px;
  }
  #virdissedlarModal .modal-body:not(.tmp) ._inner_content .panel-body button.btn,
  #virdissedlarModal .modal-body:not(.tmp) ._inner_content_giftcard .panel-body button.btn {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  #editEmailModal .modal-body:not(.tmp) {
    min-height: 228px;
    min-width: 598px;
  }
}
@media (max-width: 539px) {
  #editEmailModal .modal-body:not(.tmp) {
    min-height: 228px;
  }
}
@media (min-width: 992px) {
  #changePasswordModal .modal-body:not(.tmp) {
    min-height: 264px;
    min-width: 598px;
  }
}
@media (max-width: 539px) {
  #changePasswordModal .modal-body:not(.tmp) {
    min-height: 264px;
  }
}
#editEmailModal .has-feedback .form-control-feedback,
#changePasswordModal .has-feedback .form-control-feedback,
#virdissedlarModal .has-feedback .form-control-feedback,
#simCardModal .has-feedback .form-control-feedback,
.select-phonenumber-modal .has-feedback .form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
#editEmailModal .form-control-feedback,
#changePasswordModal .form-control-feedback,
#virdissedlarModal .form-control-feedback,
#simCardModal .form-control-feedback,
.select-phonenumber-modal .form-control-feedback {
  pointer-events: auto;
}
#editEmailModal .form-control-feedback.glyphicon-remove:hover,
#changePasswordModal .form-control-feedback.glyphicon-remove:hover,
#virdissedlarModal .form-control-feedback.glyphicon-remove:hover,
#simCardModal .form-control-feedback.glyphicon-remove:hover,
.select-phonenumber-modal .form-control-feedback.glyphicon-remove:hover {
  cursor: pointer;
}
#editEmailModal .form-control-feedback[data-fv-icon-for='license_accept'],
#changePasswordModal .form-control-feedback[data-fv-icon-for='license_accept'],
#virdissedlarModal .form-control-feedback[data-fv-icon-for='license_accept'],
#simCardModal .form-control-feedback[data-fv-icon-for='license_accept'],
.select-phonenumber-modal .form-control-feedback[data-fv-icon-for='license_accept'] {
  opacity: 0;
}
#editEmailModal .form-control-feedback,
#changePasswordModal .form-control-feedback,
#virdissedlarModal .form-control-feedback,
#simCardModal .form-control-feedback,
.select-phonenumber-modal .form-control-feedback {
  top: 0 !important;
}
#editEmailModal .form-control-feedback:not(.clear_icon_),
#changePasswordModal .form-control-feedback:not(.clear_icon_),
#virdissedlarModal .form-control-feedback:not(.clear_icon_),
#simCardModal .form-control-feedback:not(.clear_icon_),
.select-phonenumber-modal .form-control-feedback:not(.clear_icon_) {
  right: 0 !important;
}
#editEmailModal .control-label + .no-padding,
#changePasswordModal .control-label + .no-padding,
#virdissedlarModal .control-label + .no-padding,
#simCardModal .control-label + .no-padding,
.select-phonenumber-modal .control-label + .no-padding {
  min-height: 52px;
}
@media (min-width: 992px) {
  #broytHaldModal .modal-body:not(.tmp) {
    min-height: 427px;
    min-width: 878px;
  }
}
@media (max-width: 539px) {
  #broytHaldModal .modal-body:not(.tmp) {
    min-height: 455px;
  }
}
#broytHaldModal .border {
  margin-bottom: 0;
}
#broytHaldModal table.table.table-sg {
  margin-bottom: 0!important;
}
@media (max-width: 539px) {
  #broytHaldModal table.table.table-sg {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  #broytHaldModal ._inner_content h2 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  #broytHaldModal .modal-footer {
    border-top: none;
    padding-top: 0;
  }
}
#showLicenseModal .modal-body {
  max-height: 470px!important;
  overflow-y: auto;
}
.modal .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.modal .btn-primary.focus,
.modal .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.modal .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.modal .btn-primary.active,
.modal .btn-primary:active,
.modal .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.modal .btn-primary.active.focus,
.modal .btn-primary.active:focus,
.modal .btn-primary.active:hover,
.modal .btn-primary:active.focus,
.modal .btn-primary:active:focus,
.modal .btn-primary:active:hover,
.modal .open > .dropdown-toggle.btn-primary.focus,
.modal .open > .dropdown-toggle.btn-primary:focus,
.modal .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.modal .btn-primary.active,
.modal .btn-primary:active,
.modal .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.modal .btn-primary.disabled.focus,
.modal .btn-primary.disabled:focus,
.modal .btn-primary.disabled:hover,
.modal .btn-primary[disabled].focus,
.modal .btn-primary[disabled]:focus,
.modal .btn-primary[disabled]:hover,
.modal fieldset[disabled] .btn-primary.focus,
.modal fieldset[disabled] .btn-primary:focus,
.modal fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.modal .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.modal .btn-primary,
.modal .btn-success,
.modal .btn-black,
.modal .btn-default,
.modal .btn-info {
  padding: 10px 30px 10px 30px;
}
.modal .btn-primary:focus,
.modal .btn-success:focus,
.modal .btn-black:focus,
.modal .btn-default:focus,
.modal .btn-info:focus {
  outline: none!important;
}
@media (min-width: 992px) {
  .modal .modal-content.default_modal_size {
    display: table;
    overflow-x: auto;
    width: auto;
    min-width: 880px;
  }
}
@media (max-width: 539px) {
  .modal .content_col[class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.modal .pagination .btn.btn-link {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ee9b00;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
@media (max-width: 539px) {
  .modal .pagination .btn.btn-link {
    font-size: 12px;
  }
}
.modal .pagination .btn.btn-link:focus,
.modal .pagination .btn.btn-link:hover {
  color: #a26900 !important;
  text-decoration: none;
  background-color: #eee;
  border-color: #ddd;
  outline: none;
  cursor: pointer;
}
.modal .pagination li.active > .btn.btn-link {
  z-index: 2;
  color: #fff;
  background-color: #ee9b00;
  border-color: #ee9b00;
  cursor: default;
}
@media (max-width: 539px) {
  .modal.fill_screen_mobile .modal-dialog,
  .modal .fill_screen_mobile .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .modal.fill_screen_mobile .modal-content,
  .modal .fill_screen_mobile .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
  }
}
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #ee9b00;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}
.loader-green {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #1b962f;
}
.loader-blue {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #5bc0de;
}
.loader-red {
  border: 16px solid #f81ffb;
  border-top: 16px solid #f81ffb;
}
.loader-fastnet {
  border: 16px solid #dddddd;
  border-top: 16px solid #1900fb;
}
@media (max-width: 539px) {
  .subscription_being_changed_waiting.loader {
    top: 5px;
    right: 18px;
    position: absolute;
  }
}
.subscription_being_created_waiting_container,
.subscription_being_changed_waiting_container {
  position: relative;
}
.subscription_being_created_waiting,
.subscription_being_changed_waiting {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #ee9b00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  .subscription_being_created_waiting,
  .subscription_being_changed_waiting {
    top: 6px;
    right: 15px;
    position: absolute;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ui-match {
  color: #ffb222;
}
._inner_content:not(.exclude) table.table-sg tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  .modal .nav-tabs.phone_number_menu {
    margin-bottom: 0;
  }
}
.modal .nav-tabs.phone_number_menu .dropdown-menu {
  min-width: 165px;
  max-height: 445px;
  overflow: auto;
}
.no-margin {
  margin: 0!important;
}
.exterior_hald_btn_padding {
  padding: 10px 20px 10px 20px;
  border-radius: 25px;
}
.exterior_subscriptions_list_select {
  margin-top: 10px;
}
.exterior_subscriptions_list_select .choosen_ver_like_home {
  font-size: 14px;
}
.exterior_subscriptions_list_select .datahald-subheadline {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .exterior_subscriptions_list_select .col-md-20Percent {
    width: 20%;
  }
}
.select-datahald-outer {
  padding-bottom: 20px;
}
.select-datahald .datahald-container {
  min-height: 160px;
}
@media (max-width: 539px) {
  .select-datahald .datahald-container {
    margin-top: 20px;
  }
}
.select-datahald .select-datahald--name {
  background-image: linear-gradient(#ee9b00, #fbbf00, #ee9b00);
  height: 40px;
  padding-top: 3px;
  font-size: 26px;
  color: #FFFFFF;
}
.select-datahald .price-per-month .price-per-month--cost {
  padding-top: 10px;
  font-size: 20px;
}
.select-datahald .price-per-month .price-per-month--tag {
  font-size: 14px;
  padding-left: 5px;
}
.select-datahald .buy-datahald {
  padding: 10px;
  padding-top: 20px;
}
.select-datahald .buy-datahald .buy-button {
  background-color: #3b3d3e;
  height: 35px;
  border-radius: 25px;
  color: #FFFFFF;
  padding-top: 3px;
  font-size: 19px;
}
.routers-section {
  background-color: #ffffff;
}
.routers-section .routers-section--teldlar {
  height: 30px;
  background-color: #fafafa;
}
.routers-section .routers-section--header-teldlar h2 {
  margin-top: 0px;
}
.routers-section .routers-section--list {
  padding-top: 30px;
}
.routers-section .routers-section--list h4 {
  text-align: center;
}
.routers-section .routers-section--list h4.phoneslist {
  padding-bottom: 30px;
}
.routers-section .routers-section--header {
  color: #FFFFFF;
  background-color: #3b3d3e;
  height: 50px;
}
.routers-section .routers-section--header h2 {
  padding-top: 8px;
}
.routers-section .routers-section--title {
  padding-top: 10px;
}
.routers-section .routers-section--product-text {
  margin-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 540px) {
  .routers-section .routers-section--product-text {
    min-height: 75px;
  }
}
.routers-section .routers-section--product-text-break {
  border-bottom: 1px solid #F6B505;
  height: 1px;
}
.routers-section .routers-section--product-price {
  padding-top: 10px;
  padding-bottom: 70px;
}
@media (max-width: 539px) {
  .wrap.orange_background {
    background: #ee9b00;
  }
}
.force_hide {
  display: none!important;
}
@media (max-width: 539px) {
  .padding-xs-10 {
    padding: 10px;
  }
}
.hald-delayed-operation {
  margin-top: 20px;
}
.subscription_headline {
  display: inline-block;
  min-width: 40px;
  text-align: left;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.add_virdissedil_form .skrasetingarnummar_row {
  min-height: 52px;
}
.btn-app-store {
  background: black;
  color: white;
  position: relative;
  height: 40px;
  padding-left: 55px;
  padding-right: 20px;
}
.btn-app-store i {
  font-size: 35px;
  position: absolute;
  left: 10px;
  margin-top: -4px;
}
.btn-app-store .small {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin-top: -4px;
}
.btn-app-store .big {
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
}
.tolnet-background {
  background-image: url(/assets/img/tolnet/car.jpg);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 430px;
  max-height: 430px;
}
@media (max-width: 540px) {
  .tolnet-background {
    margin-top: 15px;
  }
}
.bilur {
  font-size: 145px;
  font-weight: 400;
  color: white;
}
.tolnet-for-car {
  font-size: 35px;
  font-weight: 600;
}
.tolnet-center {
  margin: 0 auto;
}
.tolnet-intro {
  height: 710px;
  background-color: white;
}
.tolnet-intro .tolnet-bg-content {
  padding-top: 200px;
}
.tolnet-intro .tolnet-bg-content-heading {
  padding-top: 85px;
}
@media (max-width: 540px) {
  .tolnet-intro .tolnet-bg-content-phone {
    background-color: white;
    padding: 50px 0 50px 0;
  }
}
@media (min-width: 540px) {
  .inherit-width-md {
    width: inherit!important;
  }
}
.tolnet .tolnet-steps {
  background-color: #f7f7f8;
  margin-top: 20px;
  padding-top: 40px;
}
@media (max-width: 540px) {
  .tolnet .tolnet-steps {
    padding-top: 25px;
  }
}
.tolnet .tolnet-steps .step-col {
  padding: 20px 10px 20px 10px;
}
.tolnet .tolnet-steps .step-text {
  padding-top: 30px;
}
.tolnet .tolnet-prices {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 90px;
}
.tolnet .tolnet-prices h2 {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 540px) {
  .tolnet .tolnet-prices {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tolnet .tolnet-prices .tolnet-product-price {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 540px) {
  .tolnet .tolnet-prices .tolnet-prices-table {
    padding-top: 30px;
  }
}
.tolnet .app-section {
  padding-top: 50px;
  padding-bottom: 45px;
}
@media (max-width: 540px) {
  .tolnet .app-section .btn-app-store {
    width: 70%;
  }
  .tolnet .app-section .btn-app-store:last-child {
    margin-top: 10px;
  }
}
.tolnet .tolnet-features {
  background-color: #f7f7f8;
}
@media (min-width: 540px) {
  .tolnet .tolnet-features {
    padding: 55px 0 55px 0;
  }
}
@media (max-width: 540px) {
  .tolnet .tolnet-features .features-row:last-child {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .tolnet .tolnet-features .features-row > div {
    padding-top: 35px;
  }
}
.tolnet .tolnet-features .tolnet-item {
  margin-top: 15px;
}
.tolnet .tolnet-intro,
.tolnet .tolnet-background {
  background-color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 540px) {
  .tolnet .tolnet-intro {
    padding: 50px;
  }
}
@media (max-width: 540px) {
  .tolnet .tolnet-intro {
    padding-bottom: 30px;
  }
}
.tolnet .tolnet-intro .tolnet-name {
  color: white;
  font-size: 140px;
  font-weight: 400;
  max-height: 160px;
  position: absolute;
  z-index: 99;
  left: -5px;
  bottom: 150px;
  font-style: italic;
}
@media (max-width: 540px) {
  .tolnet .tolnet-intro .tolnet-name {
    bottom: 137px;
  }
}
.tolnet .tolnet-compatibility {
  padding-top: 30px;
  padding-bottom: 40px;
}
.tolnet .tolnet-compatibility .car-input {
  border-color: #ee9b00;
  padding: 18px;
}
@media (max-width: 540px) {
  .tolnet .tolnet-compatibility .car-input {
    margin-top: 10px;
  }
}
.tolnet .tolnet-compatibility .compatibility-lookup-form {
  padding-top: 20px;
  padding-bottom: 55px;
}
.tolnet .tolnet-about {
  padding-top: 40px;
  margin-bottom: 25px;
  background-color: #333333;
  color: white;
}
@media (min-width: 540px) {
  .tolnet .tolnet-about .tolnet-about-logo {
    margin-bottom: 30px;
  }
}
.tolnet .tolnet-about .tolnet-about-title {
  font-size: 35px;
  color: #ffb222;
}
@media (max-width: 540px) {
  .tolnet .tolnet-about .tolnet-about-title {
    text-align: left;
  }
}
.tolnet .tolnet-about .tolnet-about-subtitle {
  font-size: 20px;
}
.tolnet .tolnet-about .tolnet-content-text {
  padding-bottom: 15px;
}
@media (max-width: 540px) {
  .tolnet .tolnet-about .tolnet-content-text {
    text-align: left;
  }
}
@media (min-width: 540px) {
  .tolnet .tolnet-about .tolnet-content-text {
    width: 72%;
  }
}
.tolnet .tolnet-about .tolnet-safety-and-responsibility {
  padding-top: 115px;
  padding-bottom: 10px;
  color: #777777;
}
#editContactInfoModal .edit-info-checkbox {
  position: relative;
}
#editContactInfoModal .edit-info-checkbox input {
  position: relative;
  top: 1px;
}
@media (max-width: 539px) {
  #editContactInfoModal .edit-info-checkbox input {
    top: 1px;
  }
}
@media (min-width: 540px) {
  #editContactInfoModal .edit-info-checkbox input {
    top: 8px;
  }
}
.invoices-body {
  background-color: #ffffff;
}
.invoices-total {
  margin-top: 10px;
  border-top: 1px solid #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  padding-top: 10px;
  padding-bottom: 10px;
}
.invoice-payment-header {
  background-image: url(/assets/img/online_payment_header.jpg);
  height: 190px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 539px) {
  .invoice-payment-header {
    display: none;
    height: 0px;
  }
}
#invoice-payment-container {
  font-size: 15px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media (max-width: 539px) {
  #invoice-payment-container .invoice-payment-container--success {
    font-size: 13px;
  }
}
#invoice-payment-container .invoice-payment-container--success {
  margin-top: 20px;
  margin-bottom: 20px;
}
#invoice-payment-container .header-text h2 {
  text-align: left;
  margin-top: 0px;
}
#invoice-payment-container .header-text h4 {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #6b6b6b;
}
#invoice-payment-container .header-text .invoice-payment-header--text {
  color: #CA0636;
}
#invoice-payment-container .btn-invoice-payment-pay-button {
  background-color: #CA0636;
  color: #ffffff;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 539px) {
  #invoice-payment-container .btn-invoice-payment-pay-button {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#invoice-payment-container .btn-invoice-payment-pay-button:hover {
  background-color: #980529;
}
@media (max-width: 539px) {
  #invoice-payment-container .total-to-pay-container {
    font-size: 16px;
  }
  #invoice-payment-container .select-invoice-button-parent {
    padding-top: 10px;
  }
  #invoice-payment-container .select-invoice-button {
    width: 80px;
  }
}
#invoice-payment-container .invoices-header {
  margin-bottom: 10px;
}
#invoice-payment-container .invoice-row {
  min-height: 30px;
}
#invoice-payment-container .invoice-row--odd {
  background-color: #dddddd;
}
#invoice-payment-container .invoice-row-not-due {
  background-color: #fcf8e3;
}
#invoice-payment-container .invoice-row-not-due h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 539px) {
  #invoice-payment-container .invoice-row-not-due h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #invoice-payment-container .gs_text_container button {
    margin-top: 10px;
  }
}
#invoice-payment-container .invoice-row--column {
  margin-top: 5px;
}
#invoice-payment-container .invoice-row--column-ok {
  text-align: right;
}
@media (max-width: 539px) {
  #invoice-payment-container .invoice-row--column-ok {
    padding-left: 0px;
  }
}
#invoice-payment-container .invoice-row--column-ok span {
  color: #00b300;
  padding-top: 1px;
}
#invoice-payment-container .invoice-row--xs {
  padding-top: 15px;
  padding-bottom: 15px;
}
#invoice-payment-container .invoice-row--xs .col-xs-8 {
  margin-bottom: 5px;
}
#invoice-payment-container .invoice-details {
  position: relative;
  top: 4px;
  left: 3px;
}
#invoice-payment-container.invoice-payment-container--receipt {
  max-width: inherit;
}
a.go-to-open-invoices:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  a.go-to-open-invoices:hover {
    margin-top: 20px;
  }
}
.ver-balance .ver-balance--header {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.ver-balance .ver-balance--subheader {
  margin-bottom: 10px;
}
.ver-balance .usage-accumulator-list {
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ver-balance .usage-accumulator-list .usage-accumulator--header {
  font-weight: bold;
  margin-bottom: 10px;
}
.ver-balance .usage-accumulator-list .usage-accumulator--body-row:nth-child(odd) {
  background-color: #d5d5d5;
}
.ver-balance .usage-accumulator-list .usage-accumulator--body-row {
  height: auto;
}
.ver-balance .usage-accumulator-list .usage-accumulator--body-row .usage-accumulator--body-col {
  padding: 10px;
}
.ver-balance .usage-accumulator-list--versumheima {
  margin-top: 20px;
}
.ver-balance .usage-accumulator-list--versumheima .usage-accumulator-list {
  max-height: 350px;
}
.worldmap-container {
  background: #fff;
}
@media (max-width: 991px) and (min-width: 540px) {
  .worldmap-container {
    padding-bottom: 20px;
  }
}
#world-map-gdp {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
@media (min-width: 539px) and (max-width: 558px) {
  #world-map-gdp h2 {
    font-size: 28px;
  }
}
#world-map-gdp .jvectormap-container .ver-sum-heima-usa-canada-message {
  position: absolute;
  bottom: 140px;
  width: 210px;
  top: auto;
  font-size: 11px;
  height: 60px;
  line-height: 15px;
  text-align: left;
  padding-left: 10px;
}
@media (min-width: 540px) {
  #world-map-gdp .jvectormap-container .ver-sum-heima-usa-canada-message {
    bottom: 90px;
  }
}
@media (min-width: 992px) {
  #world-map-gdp .jvectormap-container .ver-sum-heima-usa-canada-message {
    bottom: 120px;
  }
}
#world-map-gdp .jvectormap-container .ver-sum-heima-usa-canada-message button {
  position: relative;
  bottom: 51px;
  right: -2px;
  opacity: 0.5 !important;
}
#world-map-gdp .jvectormap-container .ver-sum-heima-usa-canada-message button span {
  color: white;
}
@media (min-width: 992px) {
  #world-map-gdp {
    max-height: 800px;
  }
}
@media (max-width: 991px) {
  #world-map-gdp {
    max-height: 450px!important;
  }
}
#world-map-gdp .VerSumHeima-switch {
  position: relative;
  top: 60px;
}
@media (max-width: 539px) {
  #world-map-gdp .VerSumHeima-switch {
    top: 0px;
  }
}
#world-map-gdp .VerSumHeima-switch .ios-like-slider {
  top: 10px;
}
@media (min-width: 539px) and (max-width: 558px) {
  #world-map-gdp #VerSumHeima-switch-text {
    font-size: 14px;
  }
}
.roaming.extra-data-container .page-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.roaming.extra-data-container .extra-data-container--header {
  margin-top: 30px;
  margin-bottom: 30px;
}
.roaming.extra-data-container .data-packages--list .col-centered {
  float: none;
  margin: 0 auto;
}
.roaming.extra-data-container .data-packages--list .btn {
  font-size: 18px;
}
.roaming.extra-data-container .data-packages--list .data-package-amount-data {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.roaming.extra-data-container .data-packages--list .data-package-amount-data--outside-eu {
  font-size: 24px;
}
.roaming.extra-data-container .data-packages--list .data-package-amount-cost {
  font-size: 26px;
  margin-bottom: 5px;
}
.roaming.extra-data-container .data-packages--list a {
  width: 130px;
}
@media (min-width: 540px) and (max-width: 991px) {
  .roaming.extra-data-container .data-packages--list .data-package-container-3,
  .roaming.extra-data-container .data-packages--list .data-package-container-4 {
    margin-top: 30px;
  }
}
@media (max-width: 539px) {
  .roaming.extra-data-container .data-packages--list .data-package-container-2,
  .roaming.extra-data-container .data-packages--list .data-package-container-3,
  .roaming.extra-data-container .data-packages--list .data-package-container-4 {
    margin-top: 30px;
  }
}
.roaming .wwo-verSumHeima {
  font-weight: bold;
  color: #000000;
}
.roaming .additional-text {
  font-size: 13px;
  color: #ff4c4c;
  padding-top: 5px;
}
.roaming .VerLikeHome-row--background {
  background-color: #ffffff;
  border-radius: 50px;
  margin-bottom: 15px;
  border: 1px solid #e2e2e2;
  height: 38px;
}
@media (min-width: 992px) {
  .roaming.info-container {
    border-bottom: 10px solid #fff;
  }
}
@media (max-width: 991px) {
  .roaming.info-container {
    background-color: #fff;
  }
}
.roaming.info-container .page-container {
  background-color: #fff;
}
.roaming.countries-container {
  background-color: #ffffff;
  min-height: 100px;
}
.roaming.countries-container .countries-container--header {
  margin-top: 30px;
  margin-bottom: 30px;
}
.roaming.countries-container .countries-container--list {
  margin-bottom: 30px;
}
.roaming.countries-container .countries-container--list .countries-container--country {
  color: #808080;
}
.roaming.countries-container .countries-container--list .countries-container--country:hover {
  color: #0d0d0d;
}
@media (max-width: 992px) {
  .roaming .page-container div.row {
    padding: 10px;
  }
}
.roaming .page-container div.row > .roaming-col-bordered {
  background-color: rgba(247, 247, 247, 0.83);
}
@media (min-width: 992px) {
  .roaming .page-container div.row > .roaming-col-bordered {
    border-right: 5px solid #fff;
  }
  .roaming .page-container div.row > .roaming-col-bordered:first-child {
    border-left: 5px solid #fff;
  }
  .roaming .page-container div.row > .roaming-col-bordered:last-child {
    border-right: 5px solid #fff;
  }
}
@media (max-width: 992px) {
  .roaming .page-container div.row > .roaming-col-bordered:not(:last-child) {
    margin-bottom: 10px;
  }
}
.roaming .roaming-intro-text {
  padding-top: 50px;
  padding-bottom: 40px;
  color: white;
  text-align: left;
  min-height: 323px;
}
@media (min-width: 540px) {
  .roaming .roaming-intro-text {
    text-align: center;
  }
}
@media (max-width: 539px) {
  .roaming .content.map {
    padding-top: 0;
  }
}
.roaming .roaming-info-col {
  position: relative;
  background-color: rgba(247, 247, 247, 0.83);
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .roaming .roaming-info-col {
    min-height: 358px;
  }
}
.roaming .roaming-info-col .links {
  color: #ee9b00;
}
.roaming .roaming-info-col .popover {
  color: #000;
}
.roaming .roaming-info-col .col-body .fa.fa-circle {
  font-size: 4px;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
}
.roaming .roaming-info-col .col-body tr td {
  border-top: none;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .roaming .roaming-info-col .col-body tr td {
    padding-left: 0;
    padding-right: 0;
  }
}
.roaming .roaming-info-col .col-body tr:first-child th {
  padding-top: 0;
}
.roaming .roaming-info-col .col-body tr th {
  border-bottom: none;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .roaming .roaming-info-col .col-body tr th:first-child {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .roaming .roaming-info-col .col-body tr th:first-child,
  .roaming .roaming-info-col .col-body tr td:first-child {
    padding-left: 0;
  }
}
.roaming .roaming-info-col .country-VerSumHeima .price-text {
  font-size: 18px;
  font-weight: 300!important;
}
.roaming .roaming-info-col .country-VerSumHeima .price-text > span {
  font-size: 35px;
  font-weight: 700!important;
}
.roaming .roaming-info-col .country-VerSumHeima .more-about-verSumHeima {
  color: #ee9b00 !important;
}
.roaming .roaming-info-col .country-VerRecommends p {
  margin-bottom: 0;
}
.roaming .roaming-info-col .country-VerRecommends .fa-circle {
  color: #000;
}
.roaming .roaming-info-col .country-VerRecommends .more-about-verSumHeima {
  color: #ee9b00 !important;
}
.roaming .clear_search_country_icon {
  padding: 0;
  pointer-events: auto;
}
#changeAccessModal .change-access-modal-list {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
#changeAccessModal .change-access-modal-list .change-access-modal--header {
  font-weight: bold;
  margin-bottom: 10px;
}
#changeAccessModal .change-access-modal-list .change-access-modal--body-row {
  height: 46px;
}
#changeAccessModal .change-access-modal-list .change-access-modal--body-row .change-access-modal--body-col {
  padding-top: 14px;
}
#changeAccessModal .change-access-modal-list .change-access-modal--body-row .change-access-modal--body-col-type {
  padding-top: 7px;
}
#changeAccessModal .change-access-modal-list .change-access-modal--body-row-odd {
  background-color: #f5f5f5;
}
#validationMsgContainer {
  margin-top: 10px;
}
.dynamic-links p {
  text-align: center;
}
.licensemodal2017 {
  height: 450px;
  max-height: 450px;
  overflow-y: auto;
}
@media (max-width: 539px) {
  .licensemodal2017 {
    height: 400px;
    max-height: 400px;
  }
}
@media (max-width: 539px) {
  #showLicenseModal_2017 .modal_dialog {
    max-width: 540px;
  }
}
#info_box {
  margin-top: 20px;
}
.needs_new_router_section,
.needs_bonding {
  min-height: 50px;
}
.breidband-container .product-section {
  min-height: 280px;
}
.btn-stovna-move-dsl {
  min-width: 75px;
}
.hald-submenu-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .hald-submenu-container {
    width: 700px;
  }
}
.hald-submenu-container button {
  background-color: transparent!important;
  border: 2px solid #3b3d3e !important;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .hald-submenu-container button {
    margin-top: 10px;
  }
}
.hald-submenu-container button:hover {
  color: #fff !important;
  background-color: #3b3d3e !important;
}
.subscriptions-overview-list {
  position: absolute;
  top: 100%;
  z-index: 1000;
  float: left;
  padding: 5px 0 5px 15px;
  margin: -6px 0 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f9b000;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.075), 0 2px 2px rgba(249, 176, 0, 0.8);
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.subscriptions-overview-list hr {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  border-top: 1px solid #ccc;
}
.subscriptions-overview-list-linefees {
  background-color: #f9b000;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.075), 0 2px 2px rgba(85, 85, 85, 0.8);
}
.subscriptions-overview-list-linefees hr {
  border-top: 1px solid #555555;
}
.sg-bb-product {
  display: inline-block;
  margin-top: 20px;
}
.link-orange {
  color: #ee9b00;
}
.alert-convert-subscriptions {
  background-color: #f9b000;
  color: #000;
}
@media (min-width: 992px) {
  .fastnet-details-section {
    min-height: 60px;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .fastnet-details-section_move {
    min-height: 40px;
  }
}
.fastnet-details-section_price {
  margin-top: 10px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .fastnet-details-section_price {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 40px;
  }
}
.fastnet-details-section_button_choose {
  margin-top: 10px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .fastnet-details-section_button_choose {
    margin-bottom: 10px;
  }
}
.breidband .ver-breidband-white {
  color: #fafafa;
}
@media (max-width: 991px) {
  .breidband .ver-breidband-white {
    background-image: none;
    color: #000 !important;
  }
}
.breidband .breidband-search {
  background-image: url('/assets/img/bb/bb_top_banner.jpg');
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 460px;
  max-height: 460px;
  padding-top: 50px!important;
}
@media (max-width: 991px) {
  .breidband .breidband-search {
    background-image: none;
    color: #000 !important;
  }
}
.breidband .breidband-search .glyphicon-cloud-download {
  font-size: 70px;
  padding-bottom: 25px;
}
.breidband .breidband-search .address-search-input > div.input-group {
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 540px) {
  .breidband .breidband-search .address-search-input > div.input-group {
    border: 14px solid rgba(0, 0, 0, 0.2);
  }
}
.breidband .breidband-search .address-search-input > div.input-group button {
  background-color: #F6B505;
}
.breidband .breidband-search .bb-search-info {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 539px) {
  .breidband .breidband-search .bb-search-info br {
    display: none;
  }
}
.breidband .breidband-search-select .exterior_subscriptions_list_select {
  margin-top: 0!important;
}
.breidband .breidband-search-select .exterior_subscriptions_list_select .breidband-container .form-group {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  min-height: inherit;
}
.breidband .breidband-recommendations {
  background-image: url('/assets/img/bb/bb_recommendations_bg.png');
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  text-align: center;
}
@media (max-width: 991px) {
  .breidband .breidband-recommendations {
    border-top: 2px solid #F6B505;
    background-color: rgba(247, 247, 247, 0.83) !important;
  }
}
@media (min-width: 992px) {
  .breidband .breidband-recommendations .container-page {
    padding-top: 30px;
  }
}
.breidband .breidband-recommendations .container-page .bb-product-container {
  margin-top: 10px;
}
.breidband .breidband-recommendations .container-page > .row:first-child > div[class*="col-"] > p {
  margin: 0 auto;
}
@media (min-width: 540px) {
  .breidband .breidband-recommendations .container-page > .row:first-child > div[class*="col-"] > p {
    width: 200px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .breidband .breidband-recommendations .container-page > .row:first-child > div[class*="col-"] > p {
    margin-top: 55px;
  }
  .breidband .breidband-recommendations .container-page > .row:first-child > div[class*="col-"] > p br {
    display: none;
  }
}
@media (min-width: 540px) {
  .breidband .breidband-recommendations .container-page > .row:first-child > div[class*="col-"] .bb-product {
    margin: 25px auto 30px auto;
  }
}
@media (max-width: 539px) {
  .breidband .breidband-recommendations .container-page > .row:first-child > div[class*="col-"] .bb-product {
    margin: 20px auto 20px auto;
  }
}
.breidband .breidband-recommendations .container-page > .row:nth-child(2) {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 539px) {
  .breidband .breidband-recommendations .container-page > .row:nth-child(2) {
    margin-top: 75px;
    margin-bottom: 35px;
  }
  .breidband .breidband-recommendations .container-page > .row:nth-child(2) h6 {
    margin: 0!important;
  }
}
.breidband .breidband-recommendations .container-page > .row:nth-child(2) p {
  max-width: 790px;
  margin: 0 auto;
}
.breidband .breidband-recommendations .container-page > .row:nth-child(3) i[class*="fa-chevron-"] {
  font-size: 2em;
  -webkit-text-stroke: 2px #fff;
  color: #ee9b00;
  cursor: pointer;
}
.breidband .breidband-recommendations .bb-product-popover {
  position: relative;
  top: 1px;
  left: 13px;
}
.breidband .breidband-availability .container-page {
  padding-bottom: 20px;
  text-align: left;
  padding-top: 60px;
}
@media (max-width: 539px) {
  .breidband .breidband-availability .container-page {
    padding-top: 20px;
  }
}
@media (min-width: 1199px) {
  .breidband .breidband-availability .container-page div > div[class*="col-"] {
    padding: 0 30px 0 30px;
  }
  .breidband .breidband-availability .container-page div > div[class*="col-"]:first-child {
    padding-left: 0;
    padding-right: 60px;
  }
  .breidband .breidband-availability .container-page div > div[class*="col-"]:last-child {
    padding-right: 0;
    padding-left: 60px;
  }
}
.breidband .breidband-availability .container-page .img-circle {
  width: 185px;
  height: 185px;
  margin: 0 auto 35px auto;
}
@media (max-width: 539px) {
  .breidband .breidband-availability .container-page .img-circle {
    margin-top: 35px;
  }
}
.breidband .breidband-availability #breidband_availability_left_img {
  background-image: url('/assets/img/bb/bb_availability_left.jpg');
  background-size: cover;
}
.breidband .breidband-availability #breidband_availability_middle_img {
  background-image: url('/assets/img/bb/bb_availability_right.jpg');
  background-size: cover;
}
.breidband .breidband-availability #breidband_availability_right_img {
  background-image: url('/assets/img/bb/bb_tutorial.jpg');
  background-color: greenyellow;
  background-size: cover;
}
.breidband .breidband-others {
  background-color: #fff !important;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 539px) {
  .breidband .breidband-others .container-page .form-group {
    padding: 10px;
  }
}
.breidband .breidband-others .container-page .bb-select-product:not(:last-child) {
  margin-bottom: 7px;
}
@media (min-width: 540px) {
  .breidband .breidband-others .container-page .bb-select-product {
    font-size: 17px;
  }
}
.breidband .breidband-others .container-page .bb-select-product.checked > div.row {
  background-color: #ddd;
}
.breidband .breidband-others .container-page .bb-select-product > div.row {
  padding: 10px 10px 9px 10px;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(221, 221, 221, 0.3);
}
@media (min-width: 540px) {
  .breidband .breidband-others .container-page .bb-select-product > div.row {
    width: 80%;
    margin: 0 auto;
  }
}
.breidband .breidband-others .container-page .bb-select-product i.fa-check-circle {
  color: green;
}
.breidband .breidband-others .container-page .bb-select-product i.fa-circle-thin {
  color: #3b3d3e;
}
.breidband .breidband-others .container-page .bb-select-product small {
  font-size: 75% !important;
}
.breidband .breidband-router {
  background-image: url('/assets/img/bb/breidband_beinara_madur.jpg');
  background-color: #f0f0e0;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .breidband .breidband-router {
    background-image: none;
  }
}
.breidband .breidband-router .container-page {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .breidband .breidband-router .container-page {
    padding-top: 90px;
    padding-bottom: 145px;
  }
}
@media (max-width: 991px) {
  .breidband .breidband-router .container-page {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 539px) {
  .breidband .breidband-router .container-page br {
    display: none;
  }
}
.breidband .breidband-initial {
  background-image: url('/assets/img/bb/bb_before_search_6_v2.jpg');
  background-color: #f6f6f6;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-position-y: -50px;
}
@media (max-width: 991px) {
  .breidband .breidband-initial {
    display: none;
  }
}
.breidband .breidband-initial .bottom-text {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 991px) {
  .breidband .breidband-initial {
    background-image: none;
  }
}
.breidband .breidband-initial .container-page {
  position: relative;
  min-height: 510px;
}
@media (min-width: 540px) {
}
@media (max-width: 539px) {
  .breidband .breidband-initial .container-page br {
    display: none;
  }
}
.breidband .buy-breidband {
  background-color: #3b3d3e;
  height: 35px;
  border: 2px solid #3b3d3e;
  border-radius: 25px;
  color: #fff;
  padding-top: 3px;
  font-size: 19px;
  text-align: center;
}
.breidband .buy-breidband-others {
  height: 35px;
  border-radius: 25px;
  color: #fff;
  padding-top: 3px;
  font-size: 19px;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #f6b505;
  color: #000;
}
i.bb.fa-star {
  color: #FFD700;
}
i.bb-user-empty {
  opacity: 0.2;
}
.bb-popover {
  max-width: 600px;
  padding-bottom: 20px;
  border-radius: 15px;
}
.bb-popover hr.no-margin {
  padding-bottom: 10px;
}
.bb-product {
  position: relative;
  text-align: center;
  width: 235px;
  height: 235px;
  border-radius: 100%;
  background-color: #F6B505;
}
.bb-product.bb-product-small {
  width: 135px;
  height: 135px;
}
.bb-product.FT_DSL_20_2 {
  background-image: linear-gradient(23deg, transparent 50%, #ddd 50%), linear-gradient(-50deg, #ddd 50%, transparent 50%);
}
.bb-product.FT_DSL_30_5 {
  background-image: linear-gradient(35deg, transparent 50%, #ddd 50%), linear-gradient(-50deg, #ddd 50%, transparent 50%);
}
.bb-product.FT_DSL_40_4 {
  background-image: linear-gradient(46deg, transparent 50%, #ddd 50%), linear-gradient(-50deg, #ddd 50%, transparent 50%);
}
.bb-product.FT_DSL_40_5 {
  background-image: linear-gradient(46deg, transparent 50%, #ddd 50%), linear-gradient(-50deg, #ddd 50%, transparent 50%);
}
.bb-product.FT_DSL_50_5 {
  background-image: linear-gradient(70deg, transparent 50%, #ddd 50%), linear-gradient(-50deg, #ddd 50%, transparent 50%);
}
.bb-product.FT_DSL_50_10 {
  background-image: linear-gradient(70deg, transparent 50%, #ddd 50%), linear-gradient(-50deg, #ddd 50%, transparent 50%);
}
.bb-product.FT_DSL_75_7 {
  background-image: linear-gradient(118deg, transparent 50%, #ddd 50%), linear-gradient(-50deg, #ddd 50%, transparent 50%);
}
.bb-product.FT_DSL_75_10 {
  background-image: linear-gradient(118deg, transparent 50%, #ddd 50%), linear-gradient(-50deg, #ddd 50%, transparent 50%);
}
.bb-product.FT_DSL_100_10 {
  background-image: linear-gradient(350deg, transparent 50%, #F6B505 50%), linear-gradient(-50deg, #ddd 50%, transparent 50%);
}
.bb-product.FT_DSL_100_20 {
  background-image: linear-gradient(350deg, transparent 50%, #F6B505 50%), linear-gradient(-50deg, #ddd 50%, transparent 50%);
}
.bb-product .bb-circle {
  border-radius: 50%;
  background-color: #fff;
  width: 225px;
  height: 225px;
  margin: 0 auto;
  position: relative;
  top: 5px;
  padding: 20px;
}
.bb-product .bb-circle.bb-circle-small {
  width: 125px;
  height: 125px;
}
.bb-product .bb-circle.bb-circle-small .bb-product-speed {
  font-size: 25px;
  margin-top: 20px;
}
.bb-product .bb-circle .bb-ver {
  font-weight: 600;
}
.bb-product .bb-circle .bb-product-speed {
  font-weight: 800;
  font-size: 40px;
  margin-top: 5px;
}
.bb-product .bb-circle .bb-product-desc {
  font-size: 12px;
}
.bb-product .bb-circle .bb-product-price {
  font-weight: 500;
  font-size: 27px;
  position: relative;
  margin-top: 5px;
}
.bb-product .bb-circle .bb-product-price:after {
  content: "KR/MÐN.";
  display: block;
  margin-top: -9px;
  font-size: 14px;
  font-weight: inherit;
}
.dsl-product-sg {
  display: inline-block;
}
.bb_new_icon {
  position: relative;
}
.bb_new_icon:before {
  /*    background-image: url('/assets/img/bb/new_icon.png');
    background-repeat: no-repeat;*/
  background: #e70413;
  text-shadow: 0 1px 0 #b5030f;
  text-align: center;
  padding: 3px;
  font-family: museo, helvetica, arial, sans-serif !important;
  color: #fff;
  content: "NÝTT";
  display: block;
  height: 20px;
  width: 50px;
  font-size: 12px;
  top: -22px;
  left: 25%;
  position: absolute;
  z-index: 1000;
}
.bb_new_icon.bb_new_icon--rotated:before {
  top: -10px;
  left: -25px;
  -ms-transform: rotate(-25deg);
  -ms-transform-origin: 0 0;
  -moz-transform: rotate(-25deg);
  -moz-transform-origin: 0 0;
  -webkit-transform: rotate(-25deg);
  -webkit-transform-origin: 0 0;
  -o-transform: rotate(-25deg);
  -o-transform-origin: 0 0;
  transform: rotate(-25deg);
  transform-origin: 0 0;
}
.bb_new_icon.bb_new_icon--mobile:before {
  padding: 1px;
  top: 9px;
  right: -65px;
  left: auto;
  -ms-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.breidband-buy-popup {
  text-align: left;
}
.breidband-buy-popup .breidband-buy-popup--headline {
  text-align: center;
}
.breidband-buy-popup .breidband-buy-popup--footer {
  margin-top: 15px;
  margin-bottom: 15px;
}
.breidband-buy-popup .breidband-buy-popup--section {
  margin-top: 5px;
  margin-bottom: 5px;
}
.breidband-buy-popup .comments,
.breidband-buy-popup .contact_phonenumber {
  padding: 3px;
}
@media (max-width: 991px) {
  .bb_show_others {
    margin-top: 10px;
  }
}
.breidband-terms-popup {
  padding-left: 30px;
  max-height: 500px;
  overflow-y: auto;
}
@media (max-width: 539px) {
  .breidband-terms-popup {
    max-height: 100%;
  }
}
.btn span.glyphicon {
  opacity: 0;
}
.btn.active span.glyphicon {
  opacity: 1;
}
#fylla .nav a small {
  display: block;
}
.item {
  background-color: #ee9b00;
  background-image: -webkit-linear-gradient(top, #f7f7f8 50%, #ededed 100%);
  background-image: -o-linear-gradient(top, #f7f7f8 50%, #ededed 100%);
  background-image: linear-gradient(to bottom, #f7f7f8 50%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f8', endColorstr='#ffededed', GradientType=0);
  padding: 20px;
}
.item:not(._modal) {
  min-height: 650px;
}
.item._modal {
  min-height: 270px;
}
#fylla .nav {
  background: #d5d5d5;
}
.nav-justified > li > a {
  border-radius: 0px;
}
.nav-justified > li > a:hover {
  color: black !important;
}
.nav-pills > li a {
  font-family: "museo, Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  font-weight: bold;
  color: #4d4d4d;
}
.nav-pills > li[data-slide-to="0"].active a {
  background-color: #f7f7f8;
  color: #000000;
}
.nav-pills > li[data-slide-to="1"].active a {
  background-color: #f7f7f8;
  color: #000000;
}
.nav-pills > li[data-slide-to="2"].active a {
  background-color: #f7f7f8;
  color: #000000;
}
.nav-pills > li[data-slide-to="1"] a {
  color: #000000;
  border-left: 8px solid #FFFFFF;
  border-right: 8px solid #FFFFFF;
}
@media (max-width: 991px) {
  .nav-pills > li[data-slide-to="1"] a {
    border-left: none;
    border-right: none;
  }
}
.keyp-boks {
  display: block;
  cursor: pointer;
  background-image: -webkit-radial-gradient(circle, #f5f5f5, #d5d5d5);
  background-image: radial-gradient(circle, #f5f5f5, #d5d5d5);
  background-repeat: no-repeat;
  position: relative;
  height: 150px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.298039);
  -moz-box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.298039);
  box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.298039);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all all 0.3s ease-out ease-out;
  -moz-transition: all all 0.3s ease-out ease-out;
  -o-transition: all all 0.3s ease-out ease-out;
  transition: all all 0.3s ease-out ease-out;
  border: 4px solid #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .keyp-boks {
    margin-bottom: 15px;
  }
}
.keyp-boks:hover {
  -webkit-box-shadow: 1px 3px 11px 5px rgba(51, 51, 51, 0.298039);
  -moz-box-shadow: 1px 3px 11px 5px rgba(51, 51, 51, 0.298039);
  box-shadow: 1px 3px 11px 5px rgba(51, 51, 51, 0.298039);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #000000 !important;
}
.keyp-boks:link {
  text-decoration: none;
}
.keyp-boks .keyp-boks-upphadd {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
  width: 100%;
  display: block;
}
@media (max-width: 539px) {
  .keyp-boks {
    height: 140px;
  }
  .keyp-boks .keyp-boks-upphadd {
    line-height: 65px;
    font-size: 1.5em;
    white-space: nowrap;
  }
}
.keyp-boks .keyp-boks-data {
  margin-top: 5px;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  width: 100%;
  display: block;
}
.keyp-boks .keyp-boks-data-upphadd {
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  width: 100%;
  display: block;
}
.keyp-boks .keyp-boks-botnur {
  position: absolute;
  bottom: 0;
  background-color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.5em;
  display: block;
  height: 50px;
  line-height: 56px;
  width: 100%;
  text-align: center;
}
.snildfonir .headline {
  font-weight: bold!important;
}
.snildfonir .subtitle {
  text-align: left;
  font-size: 16px;
}
.snildfonir .subtitle p {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .snildfonir .subtitle {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.snildfonir .subtitle .attention {
  color: red;
  font-weight: bold;
}
.snildfonir .prisdomi-outer {
  position: relative;
}
.snildfonir .prisdomi-outer .prisdomi {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 25px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .snildfonir .prisdomi-outer .prisdomi {
    margin-left: 20px;
  }
}
.snildfonir .btn-terms {
  width: 200px;
  margin: auto;
}
@media (max-width: 992px) {
  .snildfonir .btn-terms {
    padding-top: 10px;
  }
}
.snildfonir .telephones {
  margin-top: 20px;
}
.snildfonir .telephone-outer {
  background-color: white;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  min-height: 490px;
}
.snildfonir .price-outer {
  position: absolute;
  top: 145px;
  right: -25px;
}
.snildfonir .price {
  height: 100px;
  width: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #080808;
  color: white;
  font-weight: bold;
  position: relative;
}
.snildfonir .price .cost {
  display: block;
  font-size: 36px;
}
.snildfonir .price .per-month {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  bottom: 5px;
}
.snildfonir .text-area {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .snildfonir .text-area {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.snildfonir .text-area .header {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.snildfonir .text-area .footer {
  margin-top: 10px;
}
.snildfonir .text-area .table-footer td {
  font-weight: bold;
  font-size: 13px;
  height: 35px;
  vertical-align: bottom;
}
.snildfonir .text-area .total-cost td {
  font-weight: bold;
}
.snildfonir .text-area .subtext {
  font-size: 13px;
}
.snildfonir .text-area .figgjing {
  font-weight: bold;
  margin-top: 10px;
}
.snildfonir .table > tbody > tr > td {
  border-top: none !important;
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.snildfonir .page-terms {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .snildfonir .page-terms {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .snildfonir .page-terms .col-md-4 {
    margin-bottom: 15px;
  }
}
.snildfonir .page-terms .header {
  font-weight: bold;
  font-size: 22px;
}
.snildfonir .page-footer {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #1F1C17;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (min-width: 1200px) {
  .snildfonir .page-footer {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (max-width: 992px) {
  .snildfonir .page-footer .shop {
    margin-top: 20px;
    border-bottom: 1px solid #94928F;
    padding-bottom: 10px;
  }
  .snildfonir .page-footer .ruler.ruler-bottom {
    visibility: hidden;
  }
}
.snildfonir .page-footer .shop table {
  font-size: 13px;
  width: 100%;
}
.snildfonir .page-footer .welcome {
  font-size: 26px;
  padding-left: 0px;
  font-weight: bold;
}
.snildfonir .page-footer .phoneicon {
  color: #94928F;
  position: relative;
  top: 5px;
}
.snildfonir .page-footer .phonenumber {
  font-size: 26px;
  text-align: right;
  padding-right: 0px;
  font-weight: bold;
}
.snildfonir .page-footer .shopname {
  font-weight: bold;
}
.snildfonir .page-footer .address td {
  height: 35px;
  vertical-align: top;
}
.snildfonir .page-footer .ruler {
  height: 1px;
  width: 100%;
  background-color: #94928F;
  margin-top: 20px;
  margin-bottom: 20px;
}
.snildfonir .page-footer .viteruharsumtuert {
  margin-top: 15px;
  font-size: 26px;
  text-align: right;
}
.vouchers .expired {
  color: #d9534f;
  font-weight: 400;
}
.vouchers .used {
  color: #5cb85c;
  font-weight: 400;
}
.vouchers .table tr {
  position: relative;
}
.vouchers .table tr td {
  vertical-align: middle;
}
@media (max-width: 540px) {
  .vouchers .table {
    font-size: 12px;
  }
  .vouchers .table > thead > tr > th,
  .vouchers .table > tbody > tr > th,
  .vouchers .table > tfoot > tr > th,
  .vouchers .table > thead > tr > td,
  .vouchers .table > tbody > tr > td,
  .vouchers .table > tfoot > tr > td {
    padding: 5px;
  }
  .vouchers .table tr td button {
    padding: 6px 12px !important;
  }
}
@media (min-width: 539px) and (max-width: 620px) {
  #virdissedlarModal .modal-dialog {
    width: 540px;
  }
}
.flag {
  width: 32px;
  height: 32px;
  background: url(../img/flags.png) no-repeat;
  margin-right: 10px;
  cursor: pointer;
}
.flag.flag-fo {
  background-position: -32px 0;
}
.flag.flag-gb {
  background-position: 0 -32px;
}
.snildfonir .smartphone {
  width: 180px;
  height: 280px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.snildfonir .jolatilbod {
  background-image: url('../img/smartphones/jolatilbod.png');
  width: 108px;
  height: 113px;
  position: relative;
  top: 8px;
  left: 28px;
}
.snildfonir .tilbod600 {
  background-image: url('../img/smartphones/tilbod600.png');
  width: 108px;
  height: 113px;
  position: relative;
  top: 8px;
  left: 28px;
}
.snildfonir .tilbod696 {
  background-image: url('../img/smartphones/tilbod696.png');
  width: 108px;
  height: 113px;
  position: relative;
  top: 8px;
  left: 28px;
}
.snildfonir .tilbod700 {
  background-image: url('../img/smartphones/tilbod700.png');
  width: 108px;
  height: 113px;
  position: relative;
  top: 8px;
  left: 28px;
}
.snildfonir .huawei_p8 {
  background-image: url('../img/smartphones/180280/Huawei_p8.jpg');
}
.snildfonir .huawei_p8 .jolatilbod {
  top: 7px;
  left: 29px;
}
.snildfonir .huawei_p8_lite {
  background-image: url('../img/smartphones/180280/Huawei_p8_lite.jpg');
}
.snildfonir .huawei_p8_lite .jolatilbod {
  top: 9px;
  left: 27px;
}
.snildfonir .iPhone6S16GB {
  background-image: url('../img/smartphones/180280/iPhone_5S.jpg');
}
.snildfonir .iPhone6S16GB .jolatilbod {
  top: 8px;
  left: 31px;
}
.snildfonir .iPhone5S {
  background-image: url('../img/smartphones/180280/iPhone_6S_16_GB.jpg');
}
.snildfonir .iPhone5S .tilbod696 {
  top: 8px;
  left: 30px;
}
.snildfonir .samsung_GalaxyS6 {
  background-image: url('../img/smartphones/180280/Samsung_Galaxy_S6.jpg');
}
.snildfonir .samsung_GalaxyS6 .jolatilbod {
  top: 5px;
  left: 28px;
}
.snildfonir .samsung_GalaxyS6_Edge {
  background-image: url('../img/smartphones/180280/Samsung_Galaxy_S6_Edge.jpg');
}
.snildfonir .samsung_GalaxyS6_Edge .jolatilbod {
  top: 12px;
  left: 26px;
}
.snildfonir .sony_xperia_Z5_Compact {
  background-image: url('../img/smartphones/180280/Sony_Xperia_Z5_Compact.jpg');
}
.snildfonir .samsung_galaxy_s5_mini {
  background-image: url('../img/smartphones/180280/Samsung Galaxy S5 Mini.jpg');
}
.snildfonir .samsung_galaxy_s5_mini .tilbod600 {
  top: 0px;
  left: 20px;
}
.snildfonir .htc_one_m9 {
  background-image: url('../img/smartphones/180280/htc_one-M9.jpg');
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
body:not(.pg-login) section.login {
  display: none;
}
.r {
  background-color: red;
}
.y {
  background-color: #ffff00;
}
.g {
  background-color: green;
}
.b {
  background-color: blue;
}
.spinner {
  margin: 100px auto;
  width: 70px;
  height: 70px;
  position: relative;
}
.container1 > div,
.container2 > div,
.container3 > div {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.circle1 {
  top: 0;
  left: 0;
}
.circle2 {
  top: 0;
  right: 0;
}
.circle3 {
  right: 0;
  bottom: 0;
}
.circle4 {
  left: 0;
  bottom: 0;
}
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
